@font-face {
    font-family: 'poppins-regular';
    src: url(../fonts/Poppins-Regular.ttf);
    font-weight: 400;

}

@font-face {
    font-family: 'poppins-medium';
    src: url(../fonts/Poppins-Medium.ttf);
    font-weight: 400;

}

@font-face {
    font-family: 'poppins-semibold';
    src: url(../fonts/Poppins-SemiBold.ttf);
    font-weight: 600;
}

@font-face {
    font-family: 'poppins-bold';
    src: url(../fonts/Poppins-Bold.ttf);
    font-weight: 700;
}

@font-face {
    font-family: 'poppins-extrabold';
    src: url(../fonts/Poppins-ExtraBold.ttf);
    font-weight: 800;
}

body {
    font-style: normal;
    -webkit-user-select: none; /* Chrome, Safari */
    -moz-user-select: none;    /* Firefox */
    -ms-user-select: none;     /* IE10+ */
    user-select: none;         /* Standard */
    cursor: default;
}

img {
    max-width: 100%;
}

.navbar .navbar-nav .nav-link {
    font-family: 'poppins-medium';
    font-size: 16px;
    font-weight: normal;
}

.breadcrumb-item {
    font-family: 'Outfit-Light';
}

.font-50px {
    font-family: 'poppins-semibold';
    font-size: 50px;
    color: #000000;
    line-height: 55px;
}

.font-36px {
    font-family: 'poppins-bold';
    font-size: 36px;
}
.font-30px {
    font-family: 'poppins-medium';
    font-size: 30px;
}

.font-24px {
    font-family: 'poppins-bold';
    font-size: 24px;
}

.font-20px {
    font-family: 'poppins-bold';
    font-size: 20px;
}

.font-18px {
    font-size: 18px;
}

.font-15px{
    font-size: 15px;
    color: #94A3B8;
    font-weight: 400;
    font-family: 'poppins-regular';
}
.font-16px{
    font-size: 16px;
    color: #94A3B8;
    font-weight: 400;
    font-family: 'poppins-regular';
}
.font-14px {
    font-size: 14px;
    color: #94A3B8;
    font-weight: 400;
    font-family: 'poppins-regular';
}
.font-12px {
    font-size: 14px;
    color: #94A3B8;
    font-weight: 400;
    font-family: 'poppins-regular';
}
.card-header{
    background-color: #E7113A;
    padding: 0;
    min-height: 53px;
}

.layout-wrapper {
    background-color: rgb(242, 245, 252) !important;
}

.navbar {
    box-shadow: none !important;
    background-color: white;
    z-index: +9999;
}

.sidebar {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    background-color: #20232A !important;
}

.layout-navbar {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    background-color: white;
    margin-bottom: 10px;
    padding: 20px !important;
}

.layout-navbar.navbar-detached {
    transition: padding 0.2sease, background-color 0.18sease;
    padding: 0;
    width: calc(100% - 1.5rem* 2);
    border-radius: 2px !important;
}

.menu-toggle-icon {
    position: absolute;
    right: 1.45rem;
    font-size: 1.375rem;
    border-radius: 50%;
    background-color: #ffffff;
    color: #000000;
    transition: transform 0.3s ease;
    width: 27px;
    height: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-primary {
    background-color: #E7113A;
    border-color: #e7113a;
    color: white;
}

.btn-outline-dark {
    border: 1px solid #000000 !important;
    color: #000000 !important;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background-color: #c21b3a !important;
    border-color: #c21b3a !important;
    box-shadow: none !important;
    color: white !important;
}


.btn-radius {
    border-radius: 30px !important;
}

.text-primary {
    color: rgb(255, 94, 0) !important;
}

.form-control:focus,
.form-select:focus {
    border-color: #e7113a !important;
}

.input-group:not(.input-group-floating):focus-within .input-group-text {
    border-color: #e7113a !important;
}

a {
    color: #e7113a;
}

.container-xxl {
    max-width: 1600px;
}

.menu-vertical .menu-inner .menu-item.active>.menu-link:not(.menu-toggle) {
    background: none;
}

.bg-menu-theme .menu-item.active:not(.open)>.menu-link:not(.menu-toggle) {
    color: #e7113a !important;
}

.card {
    box-shadow: none;
}

.action-table {
    width: 160px;
}

.phases-circle {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.horizone-line {
    border-bottom: 1px solid #c9cbd1;
    margin-bottom: 40px;
}

.input-group {
    height: 40px !important;
}

.btn {
    height: 45px;
    font-size: 12px;
    /* padding: 5px 13px; */
}

.form-control {
    height: 45px;
}

.form-select {
    height: 45px;
}

.table-header .table-header-search {
    width: 220px;
}

.customize-table tbody tr {
    height: 100px;
}

.right-sidebar {
    width: 40% !important;
    border-radius: 20px 0px 0px 20px;
}

.right-sidebar .offcanvas-header {
    border-bottom: 1px solid #c9cbd1;
}

.right-sidebar .save-btn {
    min-width: 100px;
    height: 33px;
}

.right-sidebar .close-btn {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid black;
    color: black;
    background: none;
}

.navbar .navbar-search {
    background-color: #F6F6F6;
    border-radius: 30px;
    color: #8F8F8F;
}

.right-sidebar .border-line,
.border-line {
    border-bottom: 1px solid #c9cbd1;
}

.input-icon {
    border: none !important;
}

.navbar .navbar-nav .nav-link {
    color: #94a3b8;
}

.navbar .navbar-nav .lang-dropdown {
    color: #1e293b;
    font-weight: 500;
    font-size: 17px;
    font-family: 'poppins-medium';
}

.menu-vertical .menu-item .menu-link {
    color: #FFFFFF;
    font-size: 12px !important;
    font-family: 'poppins-regular';
    margin-right: 0 !important;
}

.sidebar .menu-inner .menu-item {
    padding: 8px 5px;
}

.header-menu .navbar-nav .nav-item .active {
    color: #EF1938 !important;
    position: relative;
    font-family: 'poppins-bold';
}

.navbar .navbar-nav .nav-item {
    padding: 0px 12px !important;
}

.header-menu .navbar-nav .nav-link:hover {
    color: #e7113a;
}

.menu-toggle::after {
    display: none !important;
}

.breadcrumb-item a {
    font-size: 13px;
    color: #adb5bd;
}
.dashboard-card {
    border-radius: 15px;
    padding: 25px 0px !important;
}
.dashboard-card .icon {
    width: 40px;
    height: 40px;
    font-size: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.dashboard-card .title-icon {
    background-color: #c2bfbf9c;
    color: #000000 !important;
}
.dashboard-card .link-arrow {
    width: 40px;
    height: 40px;

}
.link-card .link-card-img {
    height: 180px;
}

.avatars-group {
    display: flex;
}

.avatars-group img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #fff;
    margin-left: -10px;
    z-index: 1;
}

.avatars-group img:first-child {
    margin-left: 0;
}

.avatars-group .user-count-icon {
    width: 40px;
    height: 40px;
    background-color: #e0f0ff;
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.875rem;
    margin-left: -10px;
    border: 2px solid #fff;
    z-index: 1;
}

.navbar .navbar-search {
    font-family: 'poppins-regular';
}

.menu-vertical {
    width: 270px !important;
}

.breadcrumb .breadcrumb-item {
    font-family: 'poppins-regular';
    font-size: 10px;
    color: #94A3B8;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #94A3B8;

}

.sidebar .upper-menu {
    /*height: 70vh;*/
    /* border:1px solid red; */
    overflow-y: auto;
    overflow-x: hidden;
}
.sidebar .buttom-menu{
    /* height: 30vh; */
    /* border:1px solid rgb(72, 255, 0); */
    /* overflow-y: auto; */
}

.app-brand {
    padding-top: 8px;
    padding-bottom: 8px;
}

.content-wrapper {
    padding-left: 15px;
}



.swap-card-main {
    background-color: #20232a;
    margin-bottom: 20px;
}

 .swap-card-main .lead-name {
    font-family: 'poppins-medium' !important;
}

.swap-card-main .lead-price {
    font-family: 'poppins-bold';
    color: #FFFFFF;
}
.swap-price-card .title{
   font-family: 'poppins-medium';
}
.swap-price-card .price{
    font-size: 18px;
    font-family: 'poppins-bold';
    color:#000000;
}


.board-btn {
    background-color: #FFFFFF !important;
    color: #1B1B1B ! important;
    border: 1px solid #CAD9EE !important;
}

.board-size-btn {
    font-size: 16px;
}

.board-search-input {
    background-color: #FFFFFF;
    color: #1B1B1B ! important;
    border: 1px solid #CAD9EE;
    height: 45px;
    width: 350px;

}
.offcanvas .offcanvas-header{
    background-color: #e7113a;
    padding: 1rem 1.5rem;
}
.offcanvas{
    width: 464px;
}

/* Filter Panel Styles */
.filter-search-input {
    background-color: #F3F8FF;
}

.filter-search-input input::placeholder {
    color: #9CA3AF;
    font-size: 14px;
}

.filter-dropdown-wrapper {
    position: relative;
}

.filter-dropdown {
    background-color: #FFFFFF;
    border: 1px solid #E5E7EB;
    border-radius: 8px;
    padding: 10px 15px;
    font-size: 16px;
    color: #000000;
    appearance: none;
    background-image: url("../img/offcanvas/dropdown.png");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    padding-right: 2.5rem;
}

.filter-dropdown:focus {
    border-color: #e7113a;
}

.filter-dropdown option {
    padding: 10px;
}
.filter-search-btn {
    background-color: #e7113a;
    border-color: #e7113a;
    color: white;
    border-radius: 8px;
    padding: 12px 20px;
    font-weight: 600;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 30px;
}
.filter-input-date[type="date"]::-webkit-calendar-picker-indicator {
    opacity: 0;
    position: absolute;
    right: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;

}

.filter-search-btn:hover,
.filter-search-btn:focus,
.filter-search-btn:active {
    background-color: #c21b3a !important;
    border-color: #c21b3a !important;
    color: white !important;
}

.filter-clear-link {
    color: #000000;
    font-size: 16px;
    cursor: pointer;
    background: none;
    border: none;
    margin-top: 15px;
}

.filter-clear-link:hover {
    color: #e7113a;
}

.offcanvas-body .form-label {
    color: #1B1B1B;
    font-size: 14px;
    font-family: 'poppins-medium';
    margin-bottom: 8px;
}

.swap-card-main .btn-outline-secondary:hover,
.swap-card-main .btn-outline-secondary:focus,
.swap-card-main .btn-outline-secondary:active {
    background: none !important;
    color: white !important;
}
/* swap-card */

.swap-card {
    border-radius: 15px;
    padding: 25px 0px ;
    background: #ffffff;
    padding: 0;
    overflow: hidden;

}

.swap-card .lead-no {
    font-family: 'poppins-bold' !important;
}

.swap-card .title-circle {
    padding: 0px ;
    height: 12px;
    width: 12px;

}

.swap-card-header {
    border-radius: 15px 15px 0 0;
    margin: 5px;
}
.swap-card .lead-bg{
    background-color: #FFEFD5 ;

}
.swap-card .lead-title-bg{
    background-color: #FF9500 ;
}
.swap-card .estimation-bg{
    background-color: #ecf9ff ;

}
.swap-card .estimation-title-bg{
    background-color: #18B0FF ;
}
.swap-card .follow-up-bg{
    background-color: #FFF3F8 ;

}
.swap-card .follow-up-title-bg{
    background-color: #FF2473 ;
}
.swap-card .active-deal-bg{
    background-color: #F2FFF0;

}
.swap-card .active-deal-title-bg{
    background-color: #89CA83;
}


.swap-card .swap-card-body {
    background-color: #ffffff;
}

.board-card-item {
    position: relative;
}
.border-vertical-right::after {
    content: '' !important;
    position: absolute !important;
    top: 9px;
    left: 0px;
    transform: translateY(-50%);
    width: 2px !important;
    height: 15px !important;
    background-color: #D0DCE4 !important;
  }
.border-vertical-left::after {
    content: '' !important;
    position: absolute !important;
    top: 9px;
    left: 0px;
    transform: translateY(-50%);
    width: 2px !important;
    height: 15px !important;
    background-color: #D0DCE4 !important;
  }


.swap-card-body .row .col-6:first-child {
    padding-left: 15px;
}

.swap-card-body .row .col-6:last-child {
    padding-left: 15px;
}


/* Activity Feed Styles */
.activity-feed {
    border-radius: 8px;
    overflow: hidden;
}

.activity-feed-header {
    background-color: #212529;
    padding: 0;
    min-height: 53px;
}
.order-detail-activity-feed .activity-feed-header{
    background-color: #E7113A;
}

.activity-tabs {
    border-bottom: none;
    margin-bottom: 0;
}

.activity-tabs .nav-item {
    margin-bottom: 0;
}

.activity-tabs .nav-link {
    color: #ffffff;
    border: none;
    border-radius: 0;
    padding: 12px 20px;
    font-family: 'poppins-regular';
    font-size: 14px;
    background-color: transparent;
    transition: all 0.3s ease;
}

.activity-tabs .nav-link {
    height: 31px;

}
.activity-tabs .nav-link:hover {
    background-color: #79686a;
    color: #ffffff;
    border-radius: 8px;
}

.activity-tabs .nav-link.active {
    background-color: #E7113A;
    color: #ffffff;
    border:1px solid #E7113A;
    border-radius: 8px;
}
.order-detail-activity-feed .activity-tabs .nav-link.active {
    background-color: #ee5875;
    color: #ffffff;
    border-radius: 8px;
    border:1px solid #ffffff;
}
.custom-card{
   background: transparent !important;
}


.activity-feed-content {

}
.activity-feed-content .tab-content {
    padding: 15px 0px;
}

.activity-entry {
    background-color: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 15px 20px;
    margin-bottom: 12px;
    display: flex;
    justify-content: space-between;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.activity-entry:last-child {
    margin-bottom: 0;
}

.activity-entry-left {
    flex: 1;
    padding-right: 20px;
}

.activity-entry-left p {
    color: #000000;
    font-family: 'poppins-regular';
    font-size: 14px;
    margin: 0;
}

.activity-entry-left p strong {
    font-family: 'poppins-bold';
    color: #000000;
}

.activity-note-text {
    color: #6b7280 !important;
    font-size: 13px !important;
}

.activity-entry-right {
    display: flex;
    align-items: center;
    gap: 15px;
    min-width: 180px;
    justify-content: flex-end;
}
.activity-entry-right .time::after{
    content: '';
    position: absolute;
    top: 3px;
    right: 0;
    width: 2px;
    height: 15px ;
    transform: translateX(50%);
    background-color: #D5DFF7;
}

.activity-badge {
    padding: 4px 12px;
    border-radius: 20px;
    font-family: 'poppins-medium';
    font-size: 12px;
    white-space: nowrap;
}
.offcanvas-backdrop.show {
    opacity: 0;
}
.navbar-toggler {
    border: 0px;
    font-size: 20px;
}
/* About This Deal Card Styles */
.about-deal-card {
    border-radius: 0px;
    background: #ffffff;
    border: none;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    margin-top: -17px;
}

.about-deal-header {
    position: relative;
    padding: 20px 20px 15px 20px;
    border-bottom: none;
}

.about-deal-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background-color: #e7113a;
}

.about-deal-title {
    font-family: 'poppins-bold';
    font-size: 18px;
    color: #000000;
    margin: 0;
    padding-top: 5px;
}

.about-deal-body {
    padding: 0;
}

.deal-field {
    padding: 15px 20px;
}

.deal-input {
    font-family: 'poppins-regular';
    font-size: 15px;
    color: #000000;
    border: none;
    border-radius: 0px;
    padding-left: 0px !important;
    border-bottom: 1px solid #E2E8F0 !important;
    padding-top: 0px !important;
}

.deal-select {
    font-family: 'poppins-regular';
    font-size: 15px;
    color: #000000;
    border: none;
    border-radius: 0px;

    border-bottom: 1px solid #E2E8F0 !important;
    padding-top: 0px !important;
}

.page-link.active, .active > .page-link {
    z-index: 3;
    color: var(--bs-pagination-active-color);
    background-color: #8a8d93;
    border-color:#8a8d93;
}
.deal-input:focus {
    border-bottom: 1px solid #E2E8F0 !important;
}
.deal-input::placeholder {
    color: #000000;
}
.deal-input::value {
    color: #000000;
}

.deal-value {
    font-family: 'poppins-regular';
    font-size: 15px;
    color: #000000;
    font-weight: 400;
}

.deal-divider {
    height: 1px;
    background-color: #E2E8F0;
    margin: 0 20px;
}
/* Date input styling */
.deal-input[type="date"] {
    color: #000000;
}

.deal-input[type="date"]::-webkit-calendar-picker-indicator {
    opacity: 0;
    position: absolute;
    right: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}


.deal-calendar-icon {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}

.deal-select {
    font-family: 'poppins-regular';
    font-size: 15px;
    color: #000000;
    border: none;
    border-radius: 0px;
    border-bottom: 1px solid #E2E8F0 !important;
    border-radius: 4px;
    padding: 10px 35px 10px 12px;
    background-color: #ffffff;
    background-image: url(../img/offcanvas/dropdown.png);
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 16px 12px;
    appearance: none;
    padding-top: 0px;
}

.deal-select:focus {
    border-color: #E2E8F0 !important;
    box-shadow: none;
    border-radius: 0px;
    outline: none;
}

.deal-select option {
    color: #000000;
}
.layout-menu-toggle .nav-item i{
    font-size: 28px;
}
.product-detail-card{
    border-radius: 0px;
}
.product-detail-card .card-header{
    border-radius: 0px;
    height: 55px;
    background-color: #E7113A;
}
.order-status{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    max-width: 100%;
    height: 120px;
    border-radius: 10px;
    position: relative;
    /* overflow: hidden; */
}


.order-progress-tracker {
    position: relative;
    width: 100%;
    min-height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.progress-steps {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    z-index: 2;
}
.step-number{
    z-index: 20;
}


.progress-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
    position: relative;
}

.progress-step::after {
    content: '';
    position: absolute;
    left: calc(50% + 0px);
    top: 25px;
    width: 280px;
    height: 0.72px;
    z-index: 1;
    background-image: url(../img/inactive-step-line.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.progress-step:last-child::after {
    display: none;
}

.progress-step.active::after {
    background-image: url(../img/active-step-line.png);
}

/* .progress-step.inactive::after {
    background-color: #D9D9D9;
} */

.step-circle {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 10;
    transition: all 0.3s ease;
    border: 1px solid #FFFFFF;
    background-color: #2a2d34 ;
}

.progress-step.active .step-circle {
    background-color: #E7113A;
    border: 1px solid #E7113A;
}

.progress-step.inactive .step-circle {
    background-color: #4a4a4a;
    box-shadow: none;
}
@media only screen and (min-width: 991px) {
    .header-menu .navbar-nav .nav-item .active::after {
        content: '';
        position: absolute;
        bottom: -6px;
        left: 50%;
        transform: translateX(-50%);
        width: 107px;
        height: 2px;
        background-color: #e7113a;
    }

    .navbar {
        height: 50px;
    }
}
@media only screen and (min-width: 1200px) {

    .navbar .navbar-search {
        width: 350px;
    }

    /* On large screens: Show full logo, hide favicon */
    .app-brand-link .sidebar-full-logo {
        display: block !important;
    }

    .app-brand-link .sidebar-favicon {
        display: none !important;
    }

}

@media only screen and (min-width: 768px) {
    .title-input-dropdown {
        width: 25%;
    }
}
@media only screen and (max-width: 1200px) {
    /* Always show sidebar, never hide it */
    .layout-menu {
        transform: translate3d(0, 0, 0) !important;
    }

    .layout-menu-expanded .layout-overlay{
        display: none !important; /* Hide overlay so sidebar is always visible */
    }

    /* Prevent body overflow from being hidden */
    .layout-menu-expanded body {
        overflow: visible !important;
    }
    .menu-vertical {
        width: 80px !important;
        transition: width 0.3s ease;
    }

    /* Hide menu text on small screens by default */
    .menu-link > div {
        display: none !important;
    }

    /* Show menu text when class is added */
    .menu-link > div.menu-text-visible {
        display: block !important;
    }

    /* Logo and Favicon visibility on small screens */
    /* Default: Hide full logo, show favicon */
    .app-brand-link .sidebar-full-logo {
        display: none !important;
    }

    .app-brand-link .sidebar-favicon {
        display: block !important;
    }

    /* When menu-text-visible class is added: Show full logo, hide favicon */
    .app-brand-link .sidebar-full-logo.menu-text-visible {
        display: block !important;
    }

    .app-brand-link .sidebar-favicon.menu-text-visible {
        display: none !important;
    }

    /* Expanded state - 270px width */
    .sidebar-expanded .menu-vertical {
        width: 270px !important;
    }

    .layout-page {
        margin-left: 80px;
        transition: margin-left 0.3s ease;
    }

    /* Expanded state - adjust layout-page margin */
    .sidebar-expanded .layout-page {
        margin-left: 270px;
    }
    .app-brand-link{
        display: block;
    }

}

@media only screen and (max-width: 991px) {
    .space-layout {
        margin-top: 100px !important;
    }

    .navbar {
        position: fixed;
        width: 100%;
    }

    .right-sidebar {
        width: 70% !important;
    }

    .font-50px {
        font-size: 40px;


    }

    .navbar-nav .dropdown-menu {
        position: absolute;
        left: 5%;
    }
    .navbar-toggler {
        position: relative;
        right: 73px;
    }
    .progress-step::after{
        width: 180px;
    }

}

@media only screen and (max-width: 768px) {
    .font-50px {
        font-size: 35px;
        line-height: 40px;
    }
    .activity-entry{
        align-items: start;
        flex-direction: column;
    }

}

@media only screen and (max-width: 576px) {
    .right-sidebar {
        width: 90% !important;
    }

    .font-50px {
        font-size: 30px;
        line-height: 35px;


    }
    .board-search-input{
        width: 100%;
    }
    .board-size-btn{
        width: 100%;
    }
    .step-label{
        font-size: 10px;
    }
    .progress-step::after{
        width: 85px;
    }
}

