:root {
    --primary: #DBB860;
    --secondary: #000000;
    --white: #ffffff;
    --text-color: #7B7B7B;
    --text-success: #16BA27;
    --text-danger: #dc3545;
    --text-warning: #ffc107;
    --text-light-color: #BCBCBC;
    --font-family-poppins-sans-serif: "Poppins", Sans-serif;
    --font-family-manrope-sans-serif: "Manrope", Sans-serif;
    --font-family-kumbh-sans-serif: "Kumbh Sans", Sans-serif;
}

body,
html {
    margin: 0;
    padding: 0;
    font-family: var(--font-family-kumbh-sans-serif);
    box-sizing: border-box;
    height: 100%;
    overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
}

h1 {
    font-size: 36px;
    font-family: var(--font-family-manrope-sans-serif);
}

h2 {
    font-size: 30px;
    font-family: var(--font-family-manrope-sans-serif);
}

h3 {
    font-size: 24px;
    font-family: var(--font-family-manrope-sans-serif);
}

h4 {
    font-size: 20px;
    font-family: var(--font-family-manrope-sans-serif);
}

h5 {
    font-size: 18px;
    font-family: var(--font-family-manrope-sans-serif);
}

h6 {
    font-size: 16px;
    font-family: var(--font-family-manrope-sans-serif);
}

::placeholder {
    color: var(--text-color);
    opacity: 1;
}

::-ms-input-placeholder {
    color: var(--text-color);
}

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

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

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

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

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

.primary {
    color: #0d6efd;
}

.info {
    color: #0dcaf0;
}

.btn-secondary {
    background-color: var(--secondary);
    color: var(--white);
    padding: 12px 0px;
    width: 270px;
    border-radius: 100px;
    border: 2px solid var(--secondary);
}

.btn-secondary:hover {
    background-color: transparent;
    color: var(--secondry);
}

/* Header Styles */
#page-topbar {
    background-color: var(--white);
    color: #000;
    display: flex;
    align-items: center;
    height: 60px;
    padding: 0 20px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
    margin-left: 296px;
    transition: margin-left 0.3s;
    z-index: 11;
}

#page-topbar.full-width,
.footer-contact.full-width {
    margin-left: 70px;
}

#page-topbar .layout-width {
    width: 100%;
}

.navbar-brand-box a.logo {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.header-item .hamburger-icon span {
    display: block;
    width: 20px;
    height: 2px;
    background-color: var(--secondary);
    margin: 4px 0;
}

.header-item .topbar-user img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
}

.header-item .topbar-user .dropdown-menu {
    min-width: 200px;
    background-color: var(--white);
    border: 1px solid #ddd;
}

#page-topbar .navbar-header button.header-item:active,
#page-topbar .navbar-header .topbar-user .btn:active,
#page-topbar .navbar-header .topbar-user .btn.show:active,
#page-topbar .navbar-header .topbar-user .btn.show {
    border-color: transparent;
}

#page-topbar.full-width .hamburger-icon {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

#page-topbar.full-width .hamburger-icon span:nth-child(1) {
    display: none;
}

#page-topbar.full-width .hamburger-icon span:nth-child(2) {
    left: 3px;
    top: 13px;
    width: 10px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition-delay: 50ms;
    transition-delay: 50ms;
}

#page-topbar.full-width .hamburger-icon span:nth-child(3) {
    left: 9px;
    top: 13px;
    width: 10px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
}

#page-topbar .user-profile-header .notification {
    font-size: 24px;
}

#page-topbar .user-profile-header .notification-dropdown-btn {
    position: relative;
    background: none;
    border: none;
}

#page-topbar .user-profile-header .notification-dropdown-btn .badge {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 0.6rem;
}

#page-topbar .user-profile-header .notification-dropdown .dropdown-menu {
    transform: translate(70px, 60px) !important;
}

#page-topbar .user-profile-header .notification-dropdown .dropdown-menu h6.dropdown-header {
    text-align: center;
}

#page-topbar .user-profile-header .notification-dropdown .dropdown-menu li {
    text-align: left;
}

#page-topbar .user-profile-header .dropdown-menu {
    padding: 10px 15px;
    border: none;
    box-shadow: 0px 4px 2px 1px rgba(0, 0, 0, 0.15);
    text-align: center;
    border-radius: 10px;
    transform: translate(15px, 70px) !important;
}

#page-topbar .user-profile-header .dropdown-menu a.dropdown-item {
    font-size: 14px;
    font-weight: 600;
    padding: 3px;
    text-align: left;
}

#page-topbar .user-profile-header .dropdown-menu a.dropdown-item:hover {
    background-color: transparent;
}

#page-topbar .user-profile-header .dropdown-menu:before {
    content: '';
    position: absolute;
    width: 22px;
    height: 22px;
    top: -10px;
    background: #Fff;
    transform: rotate(45deg);
    border-radius: 5px;
}

#page-topbar .user-profile-header .dropdown-menu a.dropdown-item i.iconsax {
    margin-right: 5px;
}

/*Footer CSS*/
.footer-contact {
    margin-left: 296px;
    margin-top: 0;
    background: #f1f3f6;
    transition: margin-left 0.3s;
    padding-top: 10px;
    padding-bottom: 10px;
}

.footer-contact p {
    width: max-content;
    margin: 0px auto;
    padding: 15px 20px;
    background-color: #fff;
    border-radius: 100px;
    box-shadow: 0px 3px 14px 0px rgb(0 0 0 / 6%);
    color: var(--secondary);
}

.footer-contact a {
    color: var(--primary);
    text-decoration: none;
}

/* Sidebar Styles */
#layout-wrapper .app-menu {
    background-color: var(--white);
    width: 296px;
    height: calc(100vh - 0px);
    overflow-y: auto;
    overflow-x: hidden;
    position: fixed;
    top: 0px;
    left: 0;
    transition: all 0.3s ease-in-out;
    padding: 10px;
    border-right: 1px solid var(--text-light-color);
    z-index: 2;
}

#layout-wrapper .app-menu.collapsed {
    width: 70px;
}

.navbar-brand-box img {
    max-width: 100%;
    transition: all 0.3s;
}

.app-menu.navbar-menu .outer-nav {
    display: flex;
    flex-flow: column;
    height: 100%;
    height: calc(100vh - 150px);
    justify-content: space-between;
    margin-top: 15px;
}

.app-menu.navbar-menu .navbar-nav {
    list-style: none;
    padding: 0;
}

.app-menu.navbar-menu .navbar-nav li.nav-item {
    margin-bottom: 10px;
}

.app-menu.navbar-menu .navbar-nav .nav-link {
    display: flex;
    align-items: center;
    color: var(--text-color);
    text-decoration: none;
    padding: 10px 10px;
    transition: all 0.3s;
    grid-column-gap: 10px;
    border-radius: 6px;
}

#layout-wrapper .app-menu.collapsed .navbar-nav .nav-link {
    width: 40px;
}

.app-menu.navbar-menu .navbar-nav .nav-link:hover,
.app-menu.navbar-menu .navbar-nav .nav-link.active {
    background-color: var(--primary);
    color: var(--secondary);
}

.app-menu.navbar-menu .navbar-nav .nav-link:hover .iconsax .app-menu.navbar-menu .navbar-nav .nav-link.active .iconsax {
    color: var(--secondary);
}

.app-menu.navbar-menu .navbar-nav li.nav-item a.nav-link .iconsax {
    font-size: 24px;
}

.app-menu.navbar-menu.collapsed .navbar-nav li.nav-item a.nav-link .iconsax {
    font-size: 20px;
}

.app-menu.collapsed .nav-link span {
    display: none;
}

/*Welcome Page CSS*/
.welcome-container {
    height: 100vh;
    display: flex;
}

.welcome-container .left-section {
    position: relative;
    overflow: hidden;
    border-radius: 0px 20px 20px 0px;
    padding: 0;
}

.welcome-container .left-section img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    object-position: right;
    filter: hue-rotate(200deg) saturate(1.5);
}

.welcome-container .right-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px 34px;
    grid-row-gap: 50px;
    position: relative;
}

.welcome-container .logo img {
    display: block;
    margin: 0px auto;
    width: 280px;
}

.welcome-container .subtitle {
    font-size: 34px;
    font-weight: 600;
    margin: 0px;
    text-align: center;
    font-family: var(--font-family-manrope-sans-serif);
}

.welcome-container .subtitle span {
    color: var(--primary)
}

.welcome-container .register-link {
    font-size: 16px;
    color: var(--text-color);
    text-align: center;
}

.welcome-container .register-link a {
    text-decoration: none;
    font-weight: bold;
    color: var(--secondary);
    display: block;
    width: max-content;
    margin: 0px auto;
}

/*Login Page CSS*/
.welcome-container .right-section .form {
    width: 366px;
    padding: 0 20px;
    font-family: var(--font-family-manrope-sans-serif);
}

.form-group {
    margin-bottom: 35px;
    position: relative;
}

.form-group .form-control {
    color: var(--secondary);
    padding: 13px 35px 12px 26px;
    border-radius: 100px;
    border: 1px solid var(--text-light-color);
    font-size: 14px;
    width: 100%;
}

.form-group textarea.form-control {
    border-radius: 15px;
}

.form-group .form-label {
    position: absolute;
    background: #fff;
    z-index: 9;
    left: 22px;
    top: -13px;
    padding: 0 6px;
    margin: 0;
    border-radius: 5px;
}

.form-group .input-group button.togglePassword {
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    z-index: 10;
    border: none;
    padding: 0;
}

.form-group .input-group .form-control {
    border-radius: 100px !important;
}

.form a.forgot-link {
    margin-top: 20px;
    margin-bottom: 15px;
    display: block;
    color: var(--text-color);
    text-align: center;
    text-decoration: none;
}

.form .btn-secondary {
    width: 100%
}

.register-page .left-section img,
.otp-page .left-section img,
.forgot-password-page .left-section img {
    filter: none;
}

.register-page .left-section:after,
.otp-page .left-section:after,
.forgot-password-page .left-section:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: var(--primary);
    left: 0;
    right: 0;
    mix-blend-mode: color;
}

.register-page .right-section .form {
    padding: 0 0px;
    width: 100%;
}

.register-page .right-section .form.otp-form {
    max-width: 340px;
    width: 100%;
}

.register-page .form .btn-register {
    max-width: 100%;
    width: 328px;
    margin: 0px auto;
    display: block;
}

.form.otp-form .otp-input-group {
    grid-column-gap: 14px;
}

.form.otp-form .otp-input-group input {
    width: 45px;
    height: 46px;
    text-align: center;
    font-size: 18px;
    border: 1px solid var(--text-light-color);
    border-radius: 9px;
    font-weight: 500;
    color: var(--secondary);
    font-family: var(--font-family-manrope-sans-serif);
}

.otp-page .right-section img {
    width: 212px;
}

.otp-page p {
    color: #817D86;
    margin-bottom: 0px;
}

.otp-page .otp-form .otm-timer {
    padding: 10px 15px;
    border: 1px solid var(--text-light-color);
    border-radius: 12px;
    grid-column-gap: 30px;
    width: 248px;
    margin: 25px auto 0px auto;
    font-size: 14px;
    font-family: var(--font-family-manrope-sans-serif);
    line-height: 0;
}

.otp-page .otp-form .otm-timer i {
    font-size: 25px;
    color: var(--primary);
}

.otp-page .otp-form .otm-timer .btn-link {
    padding: 0;
    color: var(--primary);
    text-decoration: none;
    border: none;
    outline: none;
    font-size: 14px;
}

.otp-page .otp-form .btn-secondary {
    margin-top: 34px;
}

.otp-page .modal.top-right {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    z-index: 1055;
    overflow: hidden;
    width: 100%;
    transition: none;
    background-color: #00000069;
    border-radius: 20px 0px 0px 20px;
}

.otp-page .modal.show .modal-dialog {
    transform: none;
    align-items: baseline;
    max-width: 400px;
    font-family: var(--font-family-manrope-sans-serif);
}

.otp-page .modal.show .modal-dialog .iconsax {
    font-size: 35px;
    border-radius: 100px;
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translate(0%, -50%);
}

.otp-page .modal.show .modal-content {
    border-radius: 100px;
}

.otp-page .modal.show .modal-dialog .modal-body {
    padding-left: 60px;
}

.modal-backdrop {
    display: none;
}

.forgot-password-page .right-section .forgot-password-form {
    max-width: 326px;
    width: 100%;
    padding: 0px
}

.forgot-password-page .right-section img {
    width: 250px;
}

.welcome-container.otp-page .right-section {
    grid-row-gap: 34px;
}

.welcome-container.forgot-password-page .right-section {
    grid-row-gap: 38px;
}

/* Layout Wrapper */
#layout-wrapper {
    display: flex;
    flex-direction: column;
    height: 100vh;
}

#layout-wrapper .app-menu::-webkit-scrollbar,
#layout-wrapper .main-content::-webkit-scrollbar,
.modal.slide-in-right .modal-content::-webkit-scrollbar {
    width: 7px;
    background-color: transparent;
}

#layout-wrapper .app-menu::-webkit-scrollbar-thumb,
#layout-wrapper .main-content::-webkit-scrollbar-thumb,
.modal.slide-in-right .modal-content::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: var(--secondary);
}

#layout-wrapper .app-menu .navbar-brand-box {
    display: flex;
    align-items: center;
    justify-content: center;
    /* justify-content: start; */
    padding: 23px 10px;
    background: var(--secondary);
    border-radius: 6px;
    column-gap: 10px;
}

#layout-wrapper .app-menu.collapsed a.logo.logo-text {
    display: none;
    transition: 0.3s;
}


/* Main Content Styles */
.main-content {
    margin-left: 296px;
    flex-grow: 1;
    padding: 20px 10px;
    background-color: #f1f3f6;
    overflow-y: auto;
    transition: margin-left 0.3s;
    position: relative;
}

.app-menu.collapsed~.main-content {
    margin-left: 70px;
}

.help-support-content .btn-call-back {
    padding: 12px 20px;
    width: auto;
}

.help-support-content form .btn-send,
.profile-page form .btn-profile-update,
.change-password form .btn-update-pass {
    margin-top: -15px;
}

.main-content .card {
    border: none;
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0px 2px 6px 0px rgb(0 0 0 / 15%);
}

.main-content .card .card-body {
    padding: 26px 26px;
}

.main-content .card .card-body form {
    margin-top: 10px;
}

.message-body {
    background-color: #fff;
    width: fit-content;
    padding: 15px 20px;
    border-radius: 100px;
    margin: 30px auto 0px auto;
    font-family: var(--font-family-manrope-sans-serif);
    display: flex;
    align-items: center;
    grid-column-gap: 10px;
}

.message-body i {
    font-size: 30px;
}

/*subscription page css*/
.subscriptions-page .subscriptions-lists .subscription-item {
    padding: 15px 12px;
    background-color: #fff;
    height: 100%;
    border-radius: 12px;
    position: relative;
}

.subscriptions-lists .subscription-item.active-plan {
    background-color: var(--secondary);
}

.subscriptions-lists .subscription-item .btn-purchase {
    width: auto;
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 10px;
}

.subscriptions-lists .subscription-item.active-plan .btn-purchase {
    background-color: var(--primary);
    color: var(--white);
}

.subscriptions-lists .subscription-item.active-plan .btn-purchase:hover {
    background-color: transparent;
    border-color: var(--primary)
}

.subscriptions-lists .subscription-item h4 {
    color: var(--secondary)
}

.subscriptions-lists .subscription-item.active-plan h4 {
    color: var(--white);
}

.subscriptions-lists .subscription-item h2 {
    color: var(--primary);
    line-height: 20px;
    margin-bottom: 18px;
    margin-top: 15px;
}

.subscriptions-lists .subscription-item h2 span {
    font-size: 12px;
    display: block;
    margin-top: 4px;
}

.subscriptions-lists .subscription-item ul {
    padding: 0;
    list-style: none;
    font-size: 14px;
    font-family: var(--font-family-manrope-sans-serif);
    color: var(--text-color);
    display: flex;
    flex-flow: column;
    grid-row-gap: 19px;
    margin-bottom: 65px;
}

.subscriptions-lists .subscription-item.active-plan ul {
    color: var(--white);
}

.subscriptions-lists .subscription-item ul li {
    position: relative;
    padding-left: 35px;
}

.subscriptions-lists .subscription-item ul li:before {
    content: '';
    background-image: url(../images/subscriptions-icon.svg);
    width: 25px;
    height: 25px;
    position: absolute;
    background-size: 100%;
    left: 0px;
}

.subscriptions-lists .subscription-item.active-plan ul li:before {
    background-image: url(../images/subscriptions-icon-light.svg);
}

/*Home Page CSS*/
.search-form .form-group {
    max-width: 256px;
    margin: 0px 0 0px auto;
}

.search-form .form-group .form-control {
    padding-left: 45px;
    border: none;
}

.search-form .form-group button {
    border: none;
    position: absolute;
    left: 15px;
    top: 10px;
    background: transparent;
    padding: 0;
    font-size: 20px;
}

.home-page .button-listing .button-item,
.download-reports-page .button-listing .button-item,
.download-reports-page .date-area .curent-date {
    -webkit-box-shadow: 0px 1px 4px 0px rgb(0 0 0 / 10%);
    box-shadow: 0px 1px 4px 0px rgb(0 0 0 / 10%);
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    padding: 15px 17px;
    text-align: center;
    height: 100%;
    background-color: #fff;
    border: none;
    width: 100%;
    border-radius: 12px;
    display: block;
    text-decoration: none;
    color: var(--secondary);
}

.home-page .button-listing .button-item h5 {
    margin: 10px 0 0 0;
}

.home-page .home-policy-sold-report h5 {
    margin-bottom: 12px;
    margin-left: 10px;
}

.home-page .button-listing .button-item:hover,
.download-reports-page .button-listing .button-item:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-box-shadow: 0 5px 10px rgba(30, 32, 37, .12);
    box-shadow: 0 5px 10px rgba(30, 32, 37, .12);
}

.rolicy-report-table thead {
    background-color: #E3E3E3;
}

.rolicy-report-table thead th:first-child {
    border-radius: 10px 0 0 10px;
}

.rolicy-report-table thead th:last-child {
    border-radius: 0px 10px 10px 0px;
}

.rolicy-report-table thead th {
    font-size: 16px;
    padding: 12px 20px;
    font-weight: 500;
    border: transparent;
}

.rolicy-report-table tbody td {
    padding: 25px 20px;
    border-bottom: 1px dashed var(--text-light-color);
}

/*download reports page css*/
.download-reports-page .reposrt-type-checcklist form {
    margin-top: 0 !important;
    width: calc(100% - 100px);
}

.download-reports-page .reposrt-type-checcklist ul {
    padding: 0;
    margin: 0 0 0 15px;
}

.download-reports-page .reposrt-type-checcklist ul li.form-check {
    display: inline-block;
    margin-right: 15px;
    color: var(--text-color);
    font-size: 16px;
    line-height: 30px;
    padding-left: 35px;
}

.download-reports-page .reposrt-type-checcklist h6 {
    width: 110px;
}

.form-check .form-check-input {
    width: 24px;
    height: 24px;
    border-color: var(--text-color);
    margin-left: -35px;
}

.form-check .form-check-input:checked {
    background-color: var(--secondary);
}

.download-reports-page .button-listing .button-item {
    display: flex;
    align-items: center;
    column-gap: 15px;
    text-align: left;
}

.download-reports-page .button-listing .button-item h4,
.download-reports-page .date-area .curent-date h4 {
    margin: 0px;
}

.download-reports-page .button-listing .button-item img {
    width: 60px;
}

.download-reports-page .date-area .curent-date {
    display: flex;
    align-items: center;
    column-gap: 15px;
    /* border: 3px solid var(--primary); */
}

.download-reports-page .date-area .curent-date:after {

    position: absolute;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-left: 15px solid var(--primary);
    border-bottom: 10px solid transparent;
    right: -18px;
}

.download-reports-page .date-area .btn {
    width: 100%
}

.download-reports-page .card .card-body {
    padding: 16px 15px;
}

.download-reports-page .rolicy-sold .iconsax {
    font-size: 30px;
    color: var(--secondary)
}

.bg-tealish-blue {
    background-color: #F1F3F6;
}

.bg-cyan-blue {
    background-color: #B8CCE4;
}

.bg-purple {
    background-color: #CCC0DA;
}

.bg-vanilla-ice {
    background-color: #f2d9d9;
}

.bg-beryl-green {
    background-color: #D8E4BC;
}

.bg-black {
    background-color: #000000;
    color: #fff;
}

.bg-greenish-cyan {
    background-color: #B8E4D3;
}

.bg-pastel-pink {
    background-color: #F8D4D5;
}

.tab-data .total-row {
    background-color: var(--primary)
}

.tab-data .table tr {
    border-color: #BBBBBB;
}

.tab-data .table tr th {
    text-align: center;
    background-color: #F1F3F6;
    font-size: 16px;
    padding: 10px 15px;
    font-weight: 500;
    vertical-align: middle;
}

.tab-data .table tr td {
    font-size: 14px;
    padding: 10px 15px;
    font-weight: 400;
}

.tab-data .tab-data-item {
    display: flex;
    align-items: center;

    justify-content: space-around;
    column-gap: 10px;
}

.tab-data .tab-data-item span {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
    text-align: center;
    width:55px;
}

.tab-data .tab-data-item span.divider {
    -ms-flex: 0 0 1%;
    flex: 0 0 1%;
    max-width: 1%;
    text-align: center;
}

.tab-data .table {
    margin: 10px 0 0 0;
    vertical-align: middle;
}

.tab-data .card-body h5 {
    margin-bottom: 0px;
}

.rolicy-report-table .outline-black {
    border: 1px solid var(--secondary);
    color: var(--secondary);
    padding: 5px;
    border-radius: 5px;
}

.rolicy-report-table .outline-green {
    border: 1px solid #02B43A;
    color: #02B43A;
    padding: 5px;
    border-radius: 5px;
}

.rolicy-report-table .outline-red {
    border: 1px solid #fa0404;
    color: #fa0404;
    padding: 5px;
    border-radius: 5px;
}

.rolicy-report-table .action {
    display: flex;
    grid-column-gap: 10px;
}

.rolicy-report-table .action img {
    width: 24px;
}

.table-bordered thead tr th,
.table-bordered thead tr {
    border: none;
}

.vendor-conversion-table tbody tr td:first-child,
.policy-sold-conversion-table tbody tr td:first-child {
    width: 258px;
}

.producers-performance table.table tbody tr td:first-child {
    width: 112px;
}

.zip-code-page .tab-data .table tr td:first-child {
    width: 194px;
}

.slide-in-right {
    background-color: rgba(0, 0, 0, 0.50);
}

.modal.slide-in-right .modal-dialog {
    transform: translateX(100%);
    transition: transform 0.3s ease-out;
}

.modal.slide-in-right.show .modal-dialog {
    transform: translateX(0);
}

/* Right-aligned modal */
.modal.slide-in-right .modal-dialog {
    position: fixed;
    top: 0;
    right: 0;
    margin: 0;
    height: 100%;
    max-width: 495px;
    width: 100%;
    border-radius: 0;
}

.modal.slide-in-right .modal-body {
    padding: 0px 37px 43px 41px;
}

.modal.slide-in-right .modal-header img.close-icon {
    position: absolute;
    top: 24px;
    right: 23px;
    cursor: pointer;
}

.modal.slide-in-right .modal-content {
    overflow-y: auto;
    border-radius: 20px 0px 0px 20px;
    height: calc(100% - 60px);
    top: 60px;
}

.modal.slide-in-right .modal-header {
    background-color: #ffffff;
    position: sticky;
    top: 0;
    z-index: 10;
    border: none;
    padding: 43px 20px 10px 41px;
}

.modal.slide-in-right .add-card-form .btn-secondary {
    width: 100%;
}

.upload-file-page .upload-box {
    border: 2px dashed #ced4da;
    border-radius: 8px;
    text-align: center;
    padding: 20px;
    max-width: 200px;
    margin: 50px auto;
    background-color: #fff;
    cursor: pointer;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.upload-file-page .upload-box:hover {
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.upload-file-page input[type="file"] {
    display: none;
}

button.button-item.active {
    border: 3px solid var(--primary) !important;
}

.download-reports-page .button-listing .button-item {
    border: 3px solid transparent;
}

.download-icon {
    cursor: pointer;
}

form .input-group input[type="text"].is-invalid,
form .input-group input[type="password"].is-invalid {
    background-image: none !important;
    /* Remove Bootstrap's error icon */
    padding-right: 0 !important;
    /* Remove extra right padding */
    background-position: 0 !important;
    /* Reset background positioning */
    background-repeat: no-repeat !important;
}

form .input-group .togglePassword {
    height: 47px;
}
.modal.fade.show {
    background-color: #000000a1;
}
.card-detail-page .card-form{
    display: flex;
    align-items: center;
    column-gap: 20px;
    margin-bottom: 0px;
}
.card-detail-page .form-check{
    display: flex;
    align-items: center;
    column-gap: 10px;
    font-size: 18px;
}
.card-detail-page .card-form .card-delete-btn{
    font-size: 18px;
    padding: 0px;
}
.card-detail-page .form-check .form-check-input{
    border-radius: 10px;
}

.card-delete-btn:disabled {
    border: none !important;
    background-color: #e9ecef !important; /* Optional: subtle background */
    color: #6c757d !important;            /* Optional: muted text */
    cursor: not-allowed;
    box-shadow: none !important;         /* Remove any shadow */
}

.subscription-item {
    position: relative;
    
}
.subscription-item .ribbon {
  width: 150px;
  height: 150px;
  overflow: hidden;
  position: absolute;
}
.subscription-item .ribbon::before,
.subscription-item .ribbon::after {
  position: absolute;
  z-index: 0;
  content: '';
  display: block;
  border: 5px solid #bd983b;
}
.subscription-item .ribbon span {
  position: absolute;
  display: block;
  width: 225px;
  padding: 15px 0;
  background-color: var(--primary);
  box-shadow: 0 5px 10px rgba(0,0,0,.1);
  color: #fff;
  font: 700 18px/1 'Lato', sans-serif;
  text-shadow: 0 1px 1px rgba(0,0,0,.2);
  text-transform: uppercase;
  text-align: center;
}
/* top right*/
.subscription-item .ribbon-top-right {
  top: -9px;
  right: -9px;
}
.subscription-item .ribbon-top-right::before,
.subscription-item .ribbon-top-right::after {
  border-top-color: transparent;
  border-right-color: transparent;
}
.subscription-item .ribbon-top-right::before {
  top: 0;
  left: 0;
}
.subscription-item .ribbon-top-right::after {
  bottom: 0;
  right: 0;
}
.subscription-item .ribbon-top-right span {
  left: -25px;
  top: 30px;
  transform: rotate(45deg);
}