:root {
    --primary: #213884; 
    --danger: #ff4343;
    --inital-delay: .15s;    
}

@font-face {
    font-family: "Copperplate Bold";
    src: url('../../fonts/copperplate/OPTICopperplate-Heavy.otf');
}

.p-dropdown.p-inputwrapper {
    border-color: #e9edf6;
    border-radius: .35rem;
}

.p-dropdown.p-inputwrapper:not(.p-disabled):hover {
    border-color: #2196F3 !important;
}

.p-dropdown.p-inputwrapper.p-disabled {
    background: #f8f9fa;
    color: #5b6670;
    opacity: 1;
}

.w-stepper {
    --wizard-stepper--active-font-color: var(--primary);
    --wizard-circle-border-color: var(--primary);
    --wizard-stepper--btn-color: var(--primary);
    --wizard-stepper--prev-btn-color: var(--primary);
    --wizard-stepper--active: var(--primary);
    --wizard-stepper--btn-bg: rgb(33 56 132 / 20%);
    --wizard-stepper--prev-btn-bg: rgb(33 56 132 / 20%);
}

/* ::-webkit-scrollbar-thumb {
    background: var(--primary);
} */

#nprogress .bar {
    background: var(--primary);
}

.btn.btn-primary, .btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary.focus, .btn.btn-primary:active, .btn.btn-primary.active {
    background-color: var(--primary) !important;
    border: 1px solid var(--primary) !important;
}

.btn.btn-danger {
    background-color: var(--danger) !important;
    border: 1px solid var(--danger) !important;
}

.btn.btn-danger:hover, .btn.btn-danger:focus, .btn.btn-danger.focus, .btn.btn-danger:active, .btn.btn-danger.active{
    background-color: #d33838 !important;
    border: 1px solid #d33838 !important;
    box-shadow: none;
}

.btn-outline-danger {
    border: 1px solid var(--danger) !important;
    color: var(--danger) !important;
}

.btn-outline-danger:hover, .btn-outline-danger:focus, .btn-outline-danger.focus, .btn-outline-danger:active, .btn-outline-danger.active {
    background-color: var(--danger) !important;
    border: 1px solid var(--danger) !important;
}

.btn:hover, .btn:focus, .btn.focus, .btn:active, .btn.active {
    box-shadow: none;
}

.btn-soft-primary {
    background-color: rgb(33 56 132 / 20%) !important;
    color: var(--primary) !important;
}

.btn-soft-primary:hover, .btn-soft-primary:focus, .btn-soft-primary.focus, .btn-soft-primary:active, .btn-soft-primary.active {
    border-color: var(--primary);
}

::selection {
    background: #445eb3;
}

.user-menu.nav>li>a .badge,
.page-header .btn-added,
.header-left #toggle_btn,
.header-left #toggle_btn:hover,
.login-wrapper .login-content .form-login .btn-login,
.checkboxs input:checked~.checkmarks {
    background: var(--primary);
}

.breadcrumb .breadcrumb-item.active,
.sidebar .sidebar-menu>ul>li.submenu-open ul>li.active a, .sidebars .sidebar-menu>ul>li.submenu-open ul>li.active a,
.sidebar .sidebar-menu>ul>li.submenu-open ul>li.active a span, .sidebars .sidebar-menu>ul>li.submenu-open ul>li.active a span,
.sidebar .sidebar-menu>ul li.active svg, .sidebars .sidebar-menu>ul li.active svg,
.sidebar .sidebar-menu>ul>li.submenu-open ul li a:hover, .sidebars .sidebar-menu>ul>li.submenu-open ul li a:hover,
.sidebar .sidebar-menu>ul>li.submenu-open ul li a:hover span, .sidebars .sidebar-menu>ul>li.submenu-open ul li a:hover span,
.user-menu>li a:hover svg,
.dropdown-item:not(.active):hover, .dropdown-item:not(.active):focus, .dropdown-item:not(.active):active {
    color: var(--primary);
}

.sidebar .sidebar-menu>ul>li.submenu-open ul>li.active a, .sidebars .sidebar-menu>ul>li.submenu-open ul>li.active a,
.dropdown-item:not(.active):hover, .dropdown-item:not(.active):focus, .dropdown-item:not(.active):active {
    background: rgb(33 56 132 / 10%);
}

.login-wrapper .login-content .form-login input:focus {
    border: 1px solid var(--primary);
}

.checkboxs input:checked~.checkmarks {
    border-color: var(--primary);
}

.p-overlaypanel .p-overlaypanel-content {
    padding: 0;
}

.header .header-left .logo img {
    width: auto;
    max-height: 60px;
}

.user-img {
    display: inline-block;
    position: relative;
}

.user-img img {
    width: 38px;
    height: 38px;
    object-fit: cover;
    border-radius: 50%;
}

.user-img .status {
    border: 2px solid #ffffff;
    height: 10px;
    width: 10px;
    margin: 0;
    position: absolute;
    right: 0;
    bottom: 30px;
    border-radius: 50%;
    display: inline-block;
    background: #28C76F;
}

.profilename .user-img .status {
    bottom: 10px;
}

.menu-drop-user .dropdown-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    color: #67748E;
    padding: 7px 10px !important;
}

.menu-drop-user .dropdown-item svg {
    stroke-width: 1px;
    /* margin-right: 10px; */
    width: 18px;
}

.sidebar-inner {
    padding-top: 24px;
    max-height: 100%;
    /* max-height: calc(100% - 90px); */
}

.sidebar-inner.w-company {
    max-height: calc(100% - ((1.5rem * 2) + 1rem));
}

.sidebar .sidebar-menu, .sidebars .sidebar-menu {
    padding: 0 24px 24px;
}

.sidebar-menu li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    line-height: 1;
}

.vr-wizard--btn {
    --wizard-stepper--btn-bg: var(--primary);
    --wizard-stepper--btn-border-color: var(--primary);
}

.login-wrapper .login-content .form-login .btn-login {
    border-color: var(--primary);
}

.hover-a:hover {
    color: var(--primary) !important;
}

.hover-a:after {
    background: var(--primary);
}

.p-message.p-message-error {
    background: var(--danger);
    border-color: var(--danger);
    color: #fff;
    border-width: 0;
}

.p-message.p-message-error .p-message-icon,
.p-message.p-message-error .p-message-close {
    color: #fff;
}

.p-message.p-message-error .p-message-close {
    margin-left: auto;
}

.search-set .search-input .btn-searchset {
    bottom: 0;
}

.p-paginator {
    padding: 0;
}

.p-paginator .p-paginator-pages .p-paginator-page {
    border-radius: 85px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
}

.p-paginator .p-paginator-pages .p-paginator-page.p-highlight {
    background: var(--primary);
    border-color: var(--primary);
    color: #fff;
}

.table .p-button-icon.pi {
    font-size: inherit;
}

.table .p-button.p-button-icon-only {
    width: auto;
}

.input-group>.form-control {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.input-group.search-cont input+button,.input-group.search-cont input+button+button, .p-autocomplete > .p-autocomplete-dropdown {
    border-color: #e9edf6 !important;
}

.p-autocomplete > .p-autocomplete-dropdown {
    border-top-right-radius: 3px !important;
    border-bottom-right-radius: 3px !important;
    width: auto;
}

.p-autocomplete > .p-autocomplete-dropdown svg {
    width: 16px;
    height: 16px;
}

.p-dropdown:not(.p-disabled).p-focus, .form-control:focus, .input-group.search-cont input:focus+button, .input-group.search-cont input:focus+button+button,
.p-autocomplete.p-inputwrapper-focus > .p-autocomplete-dropdown {
    border-color: var(--primary) !important;
}

.p-autocomplete.p-invalid > .p-autocomplete-dropdown {
    border-color: #f44336 !important;
}

.nav-tabs.nav-tabs-top li a.active, .nav-tabs.nav-tabs-top li a:hover {
    border-top-color: var(--primary);
}

.nav-tabs.nav-tabs-top li a:hover {
    color: var(--primary);
}

.add-product .vr-wizard--footer {
    padding: 1.25rem 1.25rem 1.25rem;
    margin-bottom: -1.25rem;
    margin-left: -1.25rem;
    width: calc(100% + 2.5rem);
}

.btn-primaryadd {
    min-width: 85px;
}

.card .card-body.add-product .addproduct-icon {
    margin: 0;
    padding: 20px 0;
    border-top: 1px solid rgba(145, 158, 171, .3);
    border-bottom: 0;
}

.card .card-body.add-product .step-view {
    max-height: unset;
}

.card .card-body.add-product .step-view div:first-child .addproduct-icon {
    padding: 0 0 20px;
    border-top: 0;
}

.form-control::placeholder {
    text-transform: none;
}

.p-dropdown-label.p-placeholder, .p-dropdown-label.p-inputtext, .p-dropdown-item-label{
    font-size: 14px;
}

.paysilp-table-borders td {
    border-bottom: 1px solid #f3f6f9;
}

.paysilp-table-borders tr:last-child td {
    border-bottom: 0;
}

.paysilp-table-borders td {
    padding: 7px 15px;
}

.logo-text {
    font-family: "Copperplate Bold", sans-serif;
    font-weight: 900;
    color: var(--primary);

    display: flex;
    flex-direction: column;
    line-height: 1;
}

.logo-text span {
    font-family: nunito, sans-serif;
    font-weight: 700;
    font-size: 65%;
}

.logo-white .logo-text {
    color: #fff;
}

.login-logo h1 {
    font-size: 2rem;
    flex-wrap: nowrap;
}

.login-logo .logo-text span {
    display: block;
    margin-bottom: 1rem;
}

.login-wrapper .login-content .login-logo {
    max-width: 450px;
}

/* .mini-sidebar .logo-text {
    font-size: 1.525rem;
}

.mini-sidebar.expand-menu .logo-text {
    font-size: 1rem;
    white-space: nowrap;
} */

.row>* {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    padding-right: calc(var(--bs-gutter-x)* .5) !important;
    padding-left: calc(var(--bs-gutter-x)* .5) !important;
}

.loader-modal .p-dialog-header {
    display: none;
}

.loader-modal.p-dialog .p-dialog-content {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.loader-modal.p-dialog .p-dialog-content {
    padding: 3rem 2rem;
}

.default-loader {
    width: 40px;
    aspect-ratio: 1;
    border-radius: 50%;
    border: 7px solid var(--primary);
    animation: l20-1 0.8s infinite linear alternate,  l20-2 1.6s infinite linear;
}

.w-80 {
    width: 80%;
}

.min-w-100px {
    min-width: 100px;
}

.bg-danger {
    background-color: var(--danger) !important;
    border: 1px solid var(--danger) !important;
}

.sidebar .sidebar-menu>ul>li.submenu-open ul li a span.badge, .sidebars .sidebar-menu>ul>li.submenu-open ul li a span.badge {
    font-size: 12px;
    transition: all .35s ease-in-out;
}

.separator-bottom {
    border-bottom: 1px solid #e8ebed;
}

input:enabled:hover, textarea:enabled:hover, .p-autocomplete > input:enabled:hover + .p-autocomplete-dropdown , .input-group.search-cont input:hover + button, .input-group.search-cont input:hover + button + button {
    border-color: #2196F3 !important;
}

.badge {
    box-shadow: none;
}

.badge.badge-danger {
    background: var(--danger);
}

.badge.badge-primary {
    background: #2196F3;
    box-shadow: 0 1px 1px rgb(67 140 255 / 50%);
    color: #fff;
}

.table-company-logo {
    max-width: 65px;
    max-height: 50px;
}

.btn.btn-white {
    background: #fff;
    color: #495057;
    border: 1px solid #e9ecef;
}

.default-upload-container img {
    max-height: 150px;
}

.message-type-bg, .bg-gray {
    background-color: #f8f8f8;
}

.circle-35 {
    width: 35px;
    height: 35px;
}

.user-info .user-letter img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.text-primary {
    color: #2196f3 !important;
}

.flow-diagram-modal .p-dialog-header {
    border-bottom: 0;
}

.dataflow-icon-container {
    width: 200px;
    height: 200px;
    border-radius: 2rem;
    background-color: #eee;
    /* background-color: #6fbfff; */
    padding: 12px;
    z-index: 2;
}

.dataflow-icon-container.pulse:before, .dataflow-icon-container.pulse:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 2rem;
}

.dataflow-icon-container.pulse:before {
    z-index: -1;
    background: rgb(33 56 132 / 20%);
    -webkit-animation: grow-pulse 1s ease-in-out infinite;
    animation: grow-pulse 1s ease-in-out infinite;
}

.dataflow-icon-container.pulse:after {
    background: #eee;
    z-index: 0;
}

.dataflow-icon-container > div {
    position: relative;
    z-index: 1;
}

.dataflow-icon-container .dataflow-icon img {
    max-width: 65%;
}

.dataflow-icon-container .dataflow-icon {
    filter: grayscale(1);
}

.unset-grayscale.dataflow-icon-container .dataflow-icon {
    will-change: filter;
    filter: unset;
}

.dataflow-icon-container.insurance-provider .dataflow-icon img {
    max-width: calc(40% - 0.25rem);
}

/* .dataflow-icon .logo-text {
    -webkit-text-stroke: 1px #fff;
    text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
} */

.dataflow-animation-cont {
    height: 50%;
    width: 50%;
    z-index: 1;
}

.dataflow-animation-cont svg {
    width: 100%;
    height: 85%;
    overflow: unset;
}

.dataflow-animation-cont.ic-ltms svg {
    width: 200px;
}

.ic-ltms.dataflow-animation-cont {
    width: 100%;
    height: 100%;
}

.dataflow-animation-cont svg path.animation-path {
    stroke: #ebebeb;
}

.dataflow-animation-cont svg path.animation-path-wide {
    stroke: rgb(179 179 179 / 20%);
}

.dataflow-animation-cont.ongoing svg path.animation-path {
    stroke: #213884;
}

.dataflow-animation-cont.ongoing svg path.animation-path-wide {
    stroke: rgb(33 56 132 / 20%);
}

.dataflow-animation-cont svg path.animation-path, .dataflow-animation-cont svg path.animation-path-wide {
    transition: stroke .35s ease-in-out;
}

.dataflow-animation-label {
    max-width: 50%;
}

.dataflow-animation-label h1:empty {
    display: none;
}

.fade-out {
    animation: fade-out .5s forwards;
}

.fade-in {
    animation: fade-in .5s forwards;
}

.zIndex-1 {
    z-index: 1;
}

.resizeable-wrapper {
    /* height: calc(919px - 7rem);
    width: calc(1920px - 3rem); */

    height: 100%;
    width: 100%;
}

.col{
    flex: 1 0 0%;
}

.mx-w-250 {
    max-width: 250px;
    white-space: normal;
    line-height: 1.2;
}

.btn-transparent, .btns.btn-transparent:active {
    background-color: transparent;
    border-color: transparent;
    color: #343a40 !important;
}

.text-line-through {
    text-decoration: line-through;
}

.radio-selection {
    background: rgb(192 197 213 / 10%);
    border-radius: 1rem;
}

.radio-selection img {
    width: 150px;
    height: 100px;
    object-fit: contain;
}

.radio-selection.active {
    background: #213884;
}

.radio-selection.active img {
    filter: brightness(0) invert(1);
}

.radio-selection.active h3 {
    color: #fff;
}

.registration-form .vr-wizard--footer {
    min-height: calc(3.5rem + 2px + (14px * 1.5));
}

.min-height-full {
    min-height: calc(100vh - (114px + (18px * 1.5) + (14px * 1.5) + 1.5rem));
    min-height: calc(100svh - (114px + (18px * 1.5) + (14px * 1.5) + 1.5rem));
}

.w-overlay-button .p-dropdown-trigger {
    opacity: 0;
}

.emp-details {
    justify-content: space-between;
    align-items: center;
    background: #fafbfe;
    padding: 10px
}

.pattern-1, .pattern-2, .pattern-icon {
    z-index: 1;
}

.pattern-1 img {
    margin-left: -1rem;
    margin-top: -2rem;
}

.pattern-2 img {
    margin-right: 0;
    margin-bottom: -2rem;
}

.pattern-icon {
    margin-right: 10%;
    margin-top: 6%;
}

.pattern-icon {
    opacity: 0.7;
}

.pattern-icon+.card-body.add-product {
    position: relative;
    z-index: 2;
}

div:where(.swal2-container) {
    z-index: 9998 !important;
} 

.p-image-mask {
    --maskbg: rgba(0, 0, 0, 0.4)!important;
}

.p-image-toolbar {
    top: 0.8rem!important;
    right: 0.8rem!important;
    left: auto;
    bottom: auto;
    display: flex;
    z-index: 1;
    background: rgba(255,255,255,0.1);
    backdrop-filter: blur(8px);
    border-color: rgba(255,255,255,0.2);
    border-style: solid;
    border-width: 1px;
    border-radius: 30px;
    gap: 0.3rem;
    padding: 0.3rem !important;
}

.p-image-action.p-link {
    width: 2.8rem !important;
    height: 2.8rem !important;
    margin-right: 0 !important;
}

.p-image-action.p-link:focus {
    box-shadow: none !important;
}

.p-image-action.p-link .p-icon {
    width: 1.3rem !important;
    height: 1.3rem !important;
}

.p-image-action.p-link {
    color: #f8f9fa;
    background-color: transparent;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
    margin-right: 0.5rem;
}

.p-image-action.p-link:last-child {
    margin-right: 0;
}

.p-image-action.p-link:hover {
    color: #f8f9fa;
    background-color: rgba(255, 255, 255, 0.1);
}

.p-image-action.p-link i {
    font-size: 1.5rem;
}

.zIndex9999 {
    z-index: 9999 !important;
}

.dash-widget .dash-widgetimg span {
    background: rgb(33 150 243 / 12%);
}

.p-dialog .p-dialog-footer {
    background-color: #f7f7f7;
    padding: 1.5rem;
}

.p-confirm-dialog.p-dialog .p-dialog-footer {
    background-color: #fff;
    padding: 0 1.5rem 1.5rem;
}

.p-dialog:not(.p-confirm-dialog) .p-dialog-footer .btn-default,
.p-dialog:not(.p-confirm-dialog) .p-dialog-footer .btn-light {
    background-color: #fff !important;
    border: 1px solid #eee !important;
}

.p-confirm-dialog.p-dialog {
    min-width: 450px;
    max-width: 450px;
}

.p-skeleton.form-label {
    margin-bottom: 11px;
}

.tr-highlight-warning > td {
    background-color: rgb(255 153 0 / 10%) !important;
}

.tr-highlight-warning:hover {
    background: transparent !important;
}

.p-radiobutton, .p-radiobutton .p-radiobutton-box {
    width: 15px;
    height: 15px;
}

.p-radiobutton .p-radiobutton-box .p-radiobutton-icon {
    width: 8px;
    height: 8px;
}

.p-radiobutton.p-highlight .p-radiobutton-box {
    border-color: var(--primary);
    background: var(--primary);
}

.add-product input[type="radio"],
.add-product input[type="checkbox"] {
    height: auto;
}

.cursor-pointer {
    cursor: pointer;
}

.currency-sign {
    font-size: .925rem;
    width: calc(2.25rem - (1rem));
}

.btn.btn-transparent:active {
    background-color: transparent;
    border-color: transparent;
}

.min-h-100vh {
    min-height: 100vh;
    min-height: 100svh;
}

.login-wrapper .login-content.user-login {
    margin: 75px 0;
}

.contact-us .d-flex > div {
    max-width: 250px;
    padding: 0 1rem;
}

.contact-us .d-flex > div:not(:first-child) {
    min-width: 175px;
}

a:hover, a:focus {
    color: var(--primary);
}

.registration-card {
    background: #fff;
    box-shadow: 0 4px 60px 0 rgba(190, 190, 190, .27);
    margin: 0;
    padding: 40px calc(40px - 1rem);
    border: 1px solid #e8ebed;
}

.registration-card.notif-message {
    padding: 100px 40px;
}

.registration-card.notif-message button {
    font-size: 14px;
    min-width: 150px;
}

.registration-card .step-view {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
    max-height: 100% !important;
}

.registration-card .vr-wizard--footer {
    padding: 1.5rem 40px 40px;
    margin-left: calc((40px - 1rem) * -1);
    margin-bottom: -40px;
    width: calc(100% + (80px - 2rem));
}

.company-name {
    font-size: 1.15rem;
    font-size: calc((260px - 1.5rem) * .08);
    text-transform: uppercase;
}

.mini-sidebar:not(.expand-menu) .company-name {
    display: none;
}

.table-bordered.bordered-all>:not(caption)>* {
    border-width: 1px;
}

.terms-modal .p-dialog-header-icons {
    position: absolute;
    right: 1.5rem;
}

/* Colors */
.text-cyan {
    color: #06AED4 !important;
}

.bg-cyan-transparent {
    background: #E9F8FB !important;
}

.text-teal {
    color: #0E9384 !important;
}

.bg-teal-transparent {
    background: #E9F5F4;
}

.text-orange {
    color: #E04F16 !important;
}

.bg-orange-transparent {
    background: #FCEFEA;
}

.text-orange {
    color: #E04F16 !important;
}

.bg-orange-transparent {
    background: #FCEFEA;
}

.bg-soft-primary {
    background-color: #FFF6EE;
    color: #FE9F43;
}

.bg-soft-info {
    background-color: #E7F0FF;
    color: #155EEF;
}

.bg-soft-pink {
    background: #FFDBEC;
    color: #FD3995;
}

.bg-soft-danger {
    background-color: #FFEDE9;
    color: #FF0000;
}

.bg-soft-orange {
    background-color: #FCEFEA;
    color: #E04F16;
}

.bg-soft-indigo {
    background-color: #EDEDFB;
    color: #391694;
}

.text-transform-none {
    text-transform: none!important;
}

.tutorial-dialog .p-dialog-content {
    padding: 0;
    overflow-y: unset;
}

.tutorial-video {
    width: 100%;
    max-width: 100%;
}

.d-flex.gap-3.column-2 > * {
    flex: 0 0 50%;
    max-width: calc(50% - (1rem / 2));
}

.d-flex.gap-3.column-3 > * {
    flex: 0 0 100%;
    max-width: calc((100% / 3) - (2rem / 3));
}

.thumbnail-overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgb(0 0 0 / 50%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.thumbnail-overlay:hover {
    opacity: 1;
}

.field > small, .p-error, .form-control + small {
    line-height: 1.2;
    display: inline-block;
}

.field > small:empty, .p-error:empty, .form-control + small:empty {
    display: none;
}

.category-item p {
    position: relative;
    padding-left: 10px;
}

.category-item p::before {
    content: "";
    width: 4px;
    height: 10px;
    position: absolute;
    top: 40%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    border-radius: 4px;
}

.category-item.category-primary p::before {
    background: #155eef;
}

.category-item.category-warning p::before {
    background: #FE9F43;
}

.category-item.category-danger p::before {
    background: #E04F16;
}

.category-item.category-secondary p::before {
    background: #092C4C;
}

.category-item.category-red p::before {
    background: #e01616;
}

.min-w-82px {
    min-width: 82px;
}

.truncate-2-lines {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: pre-wrap;
    word-break: break-all;
}

.truncate-3-lines {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: pre-wrap;
}

.pre-wrap {
    white-space: pre-wrap;
}

.transfer-option-card {
    background: linear-gradient(180deg, #ffffff, #fbfdff);
    transition: transform .14s ease, box-shadow .14s ease, border-color .14s ease;
    min-height: 198px;
    opacity: 0.55;
    filter: grayscale(.02);
}

.transfer-option-card:not(.active) .logo>span {
    color: #9aa3b2!important;
}

.transfer-option-card.active {
    opacity: 1;
    filter: unset;
    border: 2px solid #1f5fe0;
    box-shadow: 0 10px 30px rgba(31, 95, 224, 0.12);
    transform: translateY(-4px);
}

.filter-none {
    filter: none;
}

.min-h-0 {
    min-height: 0;
}

.avatar-dropdown {
    width: 25px;
    height: 25px;
    object-fit: cover;
}

.header-border-none .p-dialog-header {
    padding: 1rem 1rem 0;
    border-bottom: 0;
}

.normal-footer .p-dialog-footer {
    background: #fff;
}

.flex-2 {
    flex: 2;
}

.flex-50px {
    flex: 0 0 50px;
}

.flex-192px {
    flex: 0 0 192px;
}

.flex-200px {
    flex: 0 0 200px;
}

.vehicle-info-item:first-child > div {
    border-top: 1px solid #f3f6f9;
}

.vehicle-info-item > div {
    line-height: 1.2;
    color: #5b6670;
    border-left: 1px solid #f3f6f9;
    border-bottom: 1px solid #f3f6f9;
    padding: 7px 15px;
}

.vehicle-info-item > div:last-child {
    border-right: 1px solid #f3f6f9;
}

.vehicle-info-item > div input.form-control {
    height: auto;
    padding-top: 5px;
    padding-bottom: 5px;
}

.table-content.transaction {
    max-height: 655px;
    overflow: auto;
}

.table-content > .table-row-item {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.table-content > .table-row-item:first-child {
    padding-top: 0;
}

.table-content > .table-row-item:last-child {
    padding-bottom: 0;
}

.branch-name {
    text-transform: uppercase;
    word-break: break-word;
    word-wrap: break-word;
    white-space: unset;
}

.p-multiselect-label.p-placeholder {
    color: #9595b5 !important;
}

@keyframes l20-1 {
    0%    { clip-path: polygon(50% 50%,0       0,  50%   0%,  50%    0%, 50%    0%, 50%    0%, 50%    0% ) }
    12.5% { clip-path: polygon(50% 50%,0       0,  50%   0%,  100%   0%, 100%   0%, 100%   0%, 100%   0% ) }
    25%   { clip-path: polygon(50% 50%,0       0,  50%   0%,  100%   0%, 100% 100%, 100% 100%, 100% 100% ) }
    50%   { clip-path: polygon(50% 50%,0       0,  50%   0%,  100%   0%, 100% 100%, 50%  100%, 0%   100% ) }
    62.5% { clip-path: polygon(50% 50%,100%    0, 100%   0%,  100%   0%, 100% 100%, 50%  100%, 0%   100% ) }
    75%   { clip-path: polygon(50% 50%,100% 100%, 100% 100%,  100% 100%, 100% 100%, 50%  100%, 0%   100% ) }
    100%  { clip-path: polygon(50% 50%,50%  100%,  50% 100%,   50% 100%,  50% 100%, 50%  100%, 0%   100% ) }
}

@keyframes l20-2 { 
    0%     { transform:scaleY(1)  rotate(0deg) }
    49.99% { transform:scaleY(1)  rotate(135deg) }
    50%    { transform:scaleY(-1) rotate(0deg) }
    100%   { transform:scaleY(-1) rotate(-135deg) }
}

@keyframes fade-in {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fade-out {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@keyframes grow-pulse {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(1.15);
        opacity: 0;
    }
}

@media (min-width: 576px) {
    .sm-col {
        flex: 1 0 0%;
    }
}

@media (min-width: 769px) {
    .page-header + .row > .col-md-12.px-50 {
        padding-right: 50px !important;
        padding-left: 50px !important;
    }
}

@media (min-width: 991.98px) {
    .expand-menu .sidebar .sidebar-menu ul>li>a span {
        line-height: 1;
    }

    .mini-sidebar .sidebar .sidebar-menu ul li a span.badge {
        display: flex;
        position: absolute;
        top: 0;
        right: 0;
        font-size: 6px;
        padding: 3px 3px;
    }

    .mini-sidebar.expand-menu .sidebar .sidebar-menu ul li a span.badge {
        top: unset;
        padding: .25rem .45rem;
        font-size: 13px;
    }

    .header .user-menu {
        flex-wrap: nowrap;
    }

    .header .user-menu .banner-notif {
        padding: 0 1rem;
        font-size: 14px;
        max-width: 800px;
    }
}

@media (min-width: 1200px) {
    .xl-col {
        flex: 1 0 0%;
    }
}

@media (max-width: 991.98px) {
    .header .mobile_btn, .header .mobile-user-menu a, .bar-icon span {
        color: #616678;
    }

    .bar-icon span {
        background-color: #616678;
    }
}

@media (max-width: 768px) {
    input, select, textarea {
        font-size: 16px !important;
    }

    .login-wrapper .login-content.user-login {
        margin: 20px 0 10px;
    }

    .login-wrapper .login-content.user-login .login-userset {
        padding: 25px 30px;
    }

    .login-wrapper .login-content .login-userheading h3 {
        margin-bottom: 0;
    }

    .login-wrapper .login-content .login-userheading h4 {
        color: #7991a7;
    }

    .login-wrapper .authentication-check .row {
        --bs-gutter-x: 0;
    }

    .login-wrapper .login-content .form-login .custom-control.custom-checkbox {
        height: 100%;
    }

    .card.table-list-card .table-top {
        padding: 19px 24px 0;
        margin-bottom: 19px;
        flex-direction: row;
    }

    .card.table-list-card .table-responsive {
        padding: 19px 24px;
    }

    .nav-tabs {
        border-top: 0;
        border-left: 0;
        border-right: 0;
        padding-bottom: 0;
        --bs-nav-link-padding-x: 0.75rem;
        --bs-nav-link-font-size: 0.75rem;
    }

    .nav-tabs.mb-3 {
        margin-bottom: 0 !important;
    }

    .nav-tabs li {
        background: #fff;
        margin-bottom: -1px;
        margin-inline-end: 0.35rem;
    }

    .nav-tabs.nav-tabs-top li a {
        border-left: 1px solid #eee;
        border-right: 1px solid #eee;
        border-top: 1px solid #eee;
    }

    .nav-tabs.nav-tabs-top li a.active {
        border-top-width: 2px;
    }

    .nav-tabs+.p-datatable {
        border: 1px solid #eee;
        border-top: 0;
        border-top-right-radius: .25rem;
        border-bottom-left-radius: .25rem;
        border-bottom-right-radius: .25rem;
        overflow: hidden;
    }

    .nav-tabs+.row, .nav-tabs+.d-flex {
        padding-top: 1rem !important;
    }

    .p-paginator {
        flex-wrap: wrap;
    }
    
    .p-paginator .p-paginator-left-content {
        width: 100%;
    }

    .p-dialog {
        width: calc(100% - 14px) !important;
    }

    .p-dialog.p-confirm-dialog {
        width: calc(100% - 28px) !important;
        min-width: calc(100% - 28px) !important;
        max-width: calc(100% - 28px) !important;
    }

    .step-view {
        background-color: transparent !important;
    }

    .p-dialog.p-confirm-dialog .p-dialog-header {
        padding: 1rem;
    }

    .p-confirm-dialog.p-confirm-dialog .p-dialog-content {
        padding: 1rem 1rem 2rem;
    }

    .p-dialog.p-confirm-dialog .p-dialog-footer {
        padding: 1rem 1rem 1rem;
    }

    .p-dialog.p-confirm-dialog .p-dialog-footer button {
        margin-top: 0;
    }

    .step-view {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .add-product .row {
        margin-left: 0rem !important;
        margin-right: 0rem !important;
    }
    
    .add-product .row>* {
        --bs-gutter-x: 0;
    }

    .add-product .emp-details + div table col:first-child, .add-product .emp-details + div table td:first-child {
        width: 120px;
        min-width: 120px;
    }

    .pattern-1, .pattern-2, .pattern-icon {
        width: 50%;
    }

    .pattern-1 img {
        margin-left: 0;
        margin-top: 0;
    }
    
    .pattern-2 img {
        margin-right: 0;
        margin-bottom: 0;
    }
    
    .pattern-icon {
        display: none;
    }
}

@media (max-width: 575px) {
    .page-header {
        align-items: center;
        flex-direction: row;
    }

    .header .header-left {
        padding: 0 50px;
    }

    .page-header .page-btn {
        margin-top: 0;
    }

    .col-xs-12 {
        width: 100%;
    }

    .col {
        flex:unset;
        flex-basis: unset !important;
    }

    .paysilp-table-borders td {
        padding: 0px 15px;
        display: block !important;
        width: 100% !important;
        border-bottom:0;
    }

    .paysilp-table{
        caption-side: bottom;
        border-collapse: separate;
        border-spacing: 0px 10px;
        border-bottom: none;
    }

    .notice-container {
        display: flex;
        flex-wrap: wrap; /* Allows items to wrap to new rows */
    }

    .notice-container > *:nth-child(2) {
        flex: 1 1 0%; /* Second item grows to fill remaining space */
    }
    
    .notice-container > :last-child {
        flex: 1 1 100%; /* Last item spans full width */
        display: flex;
        justify-content: center;
        margin-top: 10px;
    }

    .notice-container button {
        width: 100%;
    }

    .login-wrapper .login-content .login-logo {
        max-width: 100%;
    }

    .copyright-text {
        border-top: 0!important;
        flex-direction: column;
        gap: 1rem;
    }

    .copyright-text .contact-us .d-flex {
        flex-wrap: wrap;
    }

    .copyright-text .contact-us .d-flex > div {
        max-width: 100%;
        margin-bottom: 0.75rem;
    }

    .copyright-text .contact-us .d-flex > div:not(:first-child) {
        max-width: 100%;
        width: 100%;
    }

    .copyright-text p {
        max-width: 100%;
    }

    .copyright-text .contact-us .d-flex > div p {
        text-align: left;
    }

    .xs-w-100 {
        width: 100% !important;
    }

    .xs-w-100 {
        --bs-gutter-x: 0;
    }

    .registration-card.notif-message {
        padding: 100px 20px;
    }

    .registration-card.notif-message h1 {
        flex-direction: column;
    }

    .registration-card .step-view .row {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .registration-card .vr-wizard--footer {
        padding: 1.5rem 35px 40px;
    }

    .d-flex.gap-3.column-3 > * {
        max-width: 100%;
    }
}

.p-dropdown.p-disabled .p-dropdown-trigger {
    display: none;
}

.text-bold{
    font-weight: bold;
    color:black;
}

.btn-swal-confirm{
    border-radius: 3px;
    min-width: 100px;
    text-transform: unset !important;
    margin-right: 5px;
    background-color: var(--primary) !important;
    border: 1px solid var(--primary) !important;
}

.btn-swal-deny{
    border-radius: 3px;
    min-width: 100px;
    text-transform: unset !important;
    margin: 0 !important;
    background: var(--wizard-stepper--prev-btn-bg) !important;
    color: var(--wizard-stepper--prev-btn-color) !important;
    border: 1px solid var(--wizard-stepper--prev-btn-border-color);
}

.p-datatable-table th:first-child{
    width: 10px;
}

/* ::-webkit-scrollbar-thumb:hover {
    background:var(--primary);
} */

.paysilp-table, .p-datatable,.p-dialog-header{
    text-transform: uppercase;
}

small.text-secondary{
    opacity: 0.7;
    color: gray !important;
}

.p-invalid-card .p-fileupload{
    border: 1px solid #f44336;
}

.powered-by {
    display: flex;
    align-items: center;
    gap: 5px;
    /* flex-direction: column; */
}

.powered-by img {
    height: 25px;
}

.banner-notif-message {
    word-break: break-word;
    word-wrap: break-word;
    white-space: unset;
}