:root {
    /* --main-color-custom: #e21f27;
    --secondary-color-custom: #c51218; */
    --main-color-custom: #fa521e;
    --secondary-color-custom: #d0390a;
}
#website_loader,#website_form_loader{

	position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
	background: rgba(251,251,251,.5);
    z-index: 11111;
    display:none;
}
#section_loader, .block_loader{
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 11111;
    top: 0;
    left: 0;
    background: rgba(52, 52, 53, 0.5);
    display:none;
}
#section_loader > div, .block_loader > div {height:100%;align-items:center;}
#section_loader .spinner-border, .block_loader .spinner-border{color: #252526;}
#website_loader > div, #website_form_loader > div, #modal_loader > div{

	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto !important;
    height: 114px;
    width: 114px;
}
#modal_loader{
    display: none;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: rgba(251,251,251,.5);
    z-index: 11111;
    border-radius: 13px;
    border: 1px solid #999592;
}
.rounded-flag img{
    border-radius: 100%;
    height: 22px;
    width: 22px;
    border: 1px solid #d2cfcf;
}
.tax-bg{
    background-image: url('../images/tax-bg.png');
    background-repeat: repeat;
    background-attachment: fixed;
    background-color: #FFF;
    background-position: center;
    background-size: 250px auto;
}
.dashboard_snav_section{ display:none; }
#mandate_search_delayed{
    cursor: pointer;
    border: 2px solid #f7b84b;
}
#alert_page_list{margin-bottom:8rem;}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {background-color:#fa521e !important;}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{background-color:#fff;;}
.content-page .content{background: #fff;}
.timeline .timeline-icon i{
    height: 20px;
    width: 20px;
    font-size: 20px;
    line-height: 18px;
    top: 0;
    left: 0;
}
.md_timeline > div{
    height: 33px;
    width: 33px;
    text-align: center !important;
    line-height: 33px;
    margin: 0;
    margin-left: 20px;
}
.md_timeline > div > a{
    color: #444;
    font-size: 25px;
}
@keyframes blink {
    50% {
      opacity: 0.0;
    }
}
@keyframes text_blink {
    50% {
      opacity: 0.4;
    }
}
.text-blinking{animation: text_blink 1s step-start 0s 10;}
.blinking{animation: blink 1s step-start 0s infinite;}
.status_blink{color:#FFF;}
.timeline-desk .status_blink h4 i{color:#fff;font-size: 2rem;}
.timeline-desk .status_blink.bg-danger > .arrow-alt{border-left-color: #f1556c !important;}
.timeline-desk .status_blink.bg-danger > .arrow{border-right-color: #f1556c !important;}
.timeline-desk .status_blink.bg-danger > .timeline-icon i{color: #f1556c !important;animation: blink 1s step-start 0s infinite;}
.timeline-desk .status_blink.bg-warning > .arrow{border-right-color: #f7b84b !important;}
.timeline-desk .status_blink.bg-warning > .arrow-alt{border-left-color: #f7b84b !important;}
.timeline-desk .status_blink.bg-warning > .timeline-icon i{color: #f7b84b !important;animation: blink 1s step-start 0s infinite;}
.timeline-desk .status_blink.bg-success > .arrow{border-right-color: #1abc9c !important;}
.timeline-desk .status_blink.bg-success > .arrow-alt{border-left-color: #1abc9c  !important;}
.timeline-desk .status_blink.bg-success > .timeline-icon i{color: #1abc9c  !important;}
.md_stbtn{
    width: 100%;
    text-align: center;
    margin-top: 33px;
}
.md_stbtn > button{color: #000;background: rgba(255,255,255,0.8);}
.md_stbtn > button:hover{color:#1abc9c;border-color:#1abc9c;}
.menu .menu-item .menu-link > .menu-text{white-space: initial;}
#f_upload_errors,#cf_upload_errors,#report_problem_errors{display:none;}


.btn-theme{
    --ct-btn-color: #fff;
    --ct-btn-bg: var(--main-color-custom);
    --ct-btn-border-color: var(--main-color-custom);
    --ct-btn-hover-color: #fff;
    --ct-btn-hover-bg: var(--secondary-color-custom);
    --ct-btn-hover-border-color: var(--secondary-color-custom);
    --ct-btn-focus-shadow-rgb: 243, 111, 130;
    --ct-btn-active-color: #fff;
    --ct-btn-active-bg: var(--secondary-color-custom);
    --ct-btn-active-border-color: var(--secondary-color-custom);
    --ct-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --ct-btn-disabled-color: #fff;
    --ct-btn-disabled-bg: var(--main-color-custom);
    --ct-btn-disabled-border-color: var(--main-color-custom);
}

.btn-theme-outline{
    --ct-btn-color: var(--main-color-custom);
    /* --ct-btn-bg: #fff; */
    --ct-btn-bg: #ffffff00;
    --ct-btn-border-color: var(--main-color-custom);
    --ct-btn-hover-color: #fff;
    --ct-btn-hover-bg: var(--secondary-color-custom);
    --ct-btn-hover-border-color: var(--secondary-color-custom);
    --ct-btn-focus-shadow-rgb: 243, 111, 130;
    --ct-btn-active-color: #fff;
    --ct-btn-active-bg: var(--secondary-color-custom);
    --ct-btn-active-border-color: var(--secondary-color-custom);
    --ct-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --ct-btn-disabled-color: #fff;
    --ct-btn-disabled-bg: var(--main-color-custom);
    --ct-btn-disabled-border-color: var(--main-color-custom);
}
.menu .menu-item .menu-link.active{background: var(--ct-menu-item-hover-color);color: #fff}
.alert-action-read[data-id],.menu-ajax-link,
.menu a{cursor: pointer;}
.alert-icon-container a:not(.alert-action-read){display:none;}
.notify-icon .mdi{color: #fff;}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: var(--main-color-custom);
}

.nav-link:focus, .nav-link:hover{
    color:  var(--main-color-custom);
}

.pdf svg, .download svg{
    transition: all 0.5s ease;
}
.pdf:hover svg, .download:hover svg{
    transition: all 0.5s ease;
    fill: var(--main-color-custom) !important;
    scale: 1.1;
}
.cres_btn_color {
    background:#fa521e;
    color:#FFF;
    border:1px solid #d0390a;
}
.cres_btn_color:hover{
    background: #ea5f35;
    color: #FFF;
    border-color: #bdbec1;
}
.cres_btn_color-outline {
    background:#fff;
    color:#fa521e;
    border:1px solid #fa521e;
}
.cres_btn_color-outline:hover{
    background: #fa521e;
    color: #FFF;
    border-color: #fa521e;
}

.lh-1.flex-fill a, .fs-2.me-2 i {color:#fa521e;}

.clt_footer{background: #1e1d1d;color: #fff;}
.clt_footer a {color:#fa521e;}
.clt_footer a:hover {color:#fa521e;}
.prfl_img{
    display: inline-block;
    padding: 30px 0;
    height: auto;
    width: 100%;
    text-align: center;
}
.prfl_img a img {
    height: 65px !important;
    width: auto;
    margin:0 auto;
    border: 2px solid #fa521e;
    border-radius: 100%;
    box-sizing: content-box;
}
#sidebar_menu .sub-menu .menu-item {margin: 4px 0;}
.auth-fluid {
  background-position: 115% center;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #FFF;
}
.navbar-custom{
    box-shadow: 0 1px 6px 0 #e1e7f6;
    width: calc( 100% - 1.5rem );
    background: #f5f5ff;
    border: 1px solid #dedede !important;
}
.app-menu{
    box-shadow: 0 1px 6px 0 #e1e7f6;
    background: #f5f5ff;
    border: 1px solid #dedede !important;
}
.cresc_notif{
    --ct-toast-zindex:1090;
    --ct-toast-padding-x:0.75rem;
    --ct-toast-padding-y:0.5rem;
    --ct-toast-spacing:24px;
    --ct-toast-max-width:350px;
    --ct-toast-font-size:0.875rem;
    --ct-toast-color:inherit;
    --ct-toast-bg:var(--ct-secondary-bg);
    --ct-toast-border-width:var(--ct-border-width);
    --ct-toast-border-color:var(--ct-border-color);
    --ct-toast-border-radius:var(--ct-border-radius);
    --ct-toast-box-shadow:var(--ct-box-shadow);
    --ct-toast-header-color:var(--ct-secondary-color);
    --ct-toast-header-bg:rgba(var(--ct-body-bg-rgb), 0.85);
    --ct-toast-header-border-color:var(--ct-border-color);
    width:var(--ct-toast-max-width);
    max-width:100%;
    font-size:var(--ct-toast-font-size);
    color:var(--ct-toast-color);
    pointer-events:auto;
    background-color:var(--ct-toast-bg);
    background-clip:padding-box;
    border:var(--ct-toast-border-width) solid var(--ct-toast-border-color);
    -webkit-box-shadow:var(--ct-toast-box-shadow);
    box-shadow:var(--ct-toast-box-shadow);
    border-radius:var(--ct-toast-border-radius);
}
.no-notif{
    height: 250px;
    width: 100%;
    background:url('../images/empty-notifications.png');
    background-size: 300px auto;
    background-repeat: no-repeat;
    background-position: top center;
}
#box_tasks_container .p-3:not(.bg-danger):not(.bg-warning) .card-body{
    box-shadow: 0 1px 6px 0 #e1e7f6;
    background: #f5f5ff;
    border: 1px solid #dedede !important;
}

.forminator-pagination-footer{position:relative;}
.forminator-save-draft-link{
    position: absolute;
    top: 100%;
    right: 0;
    padding: 22px 0;
    color: gray;
}
.btn.forminator-step.forminator-current{
    -webkit-filter: brightness(130%);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

#success-alert-modal{
    z-index: 1056!important;
}

html[data-sidenav-size="condensed"]:not([data-layout="horizontal"]) .app-menu .logo-box > a > .alert {
    transition: none;
    display: none;
}

.sticky-alert{
    position: sticky;
    top: 100px;
    right: 0;
    left: 0;
    z-index: 1030;
    background-color: rgb(140 150 165);
}

.show-mobile{
    display: none;
}

.footer-custom{
    line-height: 32px;
    max-width: 100%;
}

.tasklist > li {cursor: grab;}
li.tasklist{
    margin-top:4px;
    margin-bottom:4px;
}
#md_documents table tr td a {color:#5792f2;}
.task-count{
    background-color: #fa521e !important;
    border: 1px solid #d73b3b;
}
.mandate_link .badge > span {
    font-size: 12px;
    color: #515353;
    margin-left: 12px;
}
.clt_f_upload{min-width: 141px;}
td.ribbon-box .ribbon {min-width:104px;}
.tr_delt_md_alert{background-color:#f2cdd2;}

.auth-brand.alt-ab{
    margin-bottom: 0!important;
}
.clearfix.alt-clr, .underline{
    border-bottom: solid 1px black!important;
}
.cw-20{
    display: inline-block;
    text-align: end;
    width: 100px!important;
}
.slogan{
    color: var(--main-color-custom);
    font-weight: bold;
    text-align: center;
}

.ribbon{
    margin-bottom: 0!important;
}

.col-4.col-task{min-width: 330px;}
.accordion-button:focus{box-shadow: none !important;}
#page_reload_content > .card{ border:1px solid #ccc; }
.content-page {overflow-x: scroll;}
.mandates_stats_table td.active{
    border: 2px solid #1abb9b;
    background-color: #1abb9b !important;
    transform: scale(0.8);
    font-size: 22px;
    transition: all 0.3s ease-in-out 0.2s;
}
.mandates_stats_table td.active a{color:#fff;}

.bp-messages-wrap .threads-list .thread > .bm-info{padding-left: 15px}
.bp-messages-wrap .threads-list .thread > .pic{display: none}
.Toastify__toast-container > .Toastify__toast{display: none}
.Toastify__toast-container > .Toastify__toast:nth-last-child(4),
.Toastify__toast-container > .Toastify__toast:nth-last-child(3),
.Toastify__toast-container > .Toastify__toast:nth-last-child(2){display: flex}

th.footable-sortable {white-space: nowrap;}
th.footable-sortable .footable-sort-indicator {
    display: inline-block;
    float: none !important;
    margin-left: 8px;
}

@media only screen and (max-width:820px){
    :root{
        --ct-border-width : 0px;
    }

    .table-docs-responsive-crescendo thead tr, .table-docs-responsive-crescendo tbody tr{
        width: 100%;
        display: grid;
        grid-template-columns: 60% 40%;
    }

    .table-docs-responsive-crescendo .full-col{
        grid-row-end: span 2;
    }

    .table-invoices-responsive thead tr, .table-invoices-responsive tbody tr{
        width: 100%;
        display: grid;
        grid-template-columns: 40% 40% 20%;
    }

    .table-responsive-cresc thead tr, .table-responsive-cresc tbody tr{
        width: 100%;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .table-responsive-cresc tbody tr td, .table-invoices-responsive tbody tr td{
        padding: .45rem .85rem;
    }

    .full-row{
        grid-column-end: span 2;
    }

    .show-mobile{
        display: block;
    }

    .mobile-centrer{
        display: flex!important;
        flex-direction: column!important;
        justify-content: center!important;
    }

    .mobile-centrer-all{
        align-items: center!important;
        gap: .75rem !important;
    }

    .table-responsive-cresc thead tr th{
        text-align: center;
    }

    .table-responsive-cresc thead th{
        text-align: center;
    }

    .mandate_link > div.row{
        flex-direction: column;
    }

    .user-name, .table-responsive-cresc tr .hide-mobile, .table-docs-responsive-crescendo tr .hide-mobile, .table-invoices-responsive tr .hide-mobile{
        display: none!important;
    }

    .table-responsive-cresc tbody tr:not(:last-child){
        border-bottom: solid 1px;
    }

    .text-center-mobile{
        text-align: center !important;
    }
}

@media only screen and (max-width:650px){
    :root{
        --ct-footer-height : auto;
    }

    footer{
        position: relative!important;
        margin-top: 20px!important;
        padding-top: 20px!important;
        padding-bottom: 20px!important;
    }
}
@media only screen and (max-width:460px){
    .table-invoices-responsive thead tr, .table-invoices-responsive tbody tr{
        width: 100%;
        display: grid;
        grid-template-columns: 40% 40% 20%;
    }

    .table-invoices-responsive thead tr td{
        padding: .45rem .85rem;
    }

    .footer-custom{
        line-height: 24px;
    }

    .table-docs-responsive-crescendo thead tr, .table-docs-responsive-crescendo tbody tr{
        width: 100%;
        display: grid;
        grid-template-columns: 50% 50%;
    }
}
@media only screen and (max-width:410px){
    :root{
        --ct-border-width : 0px;
    }

    .table-invoices-responsive thead tr, .table-invoices-responsive tbody tr{
        width: 100%;
        display: grid;
        grid-template-columns: 70% 30%;
    }

    .table-responsive-cresc tbody tr{
        width: 100%;
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }

    .full-row{
        grid-column-end: span 1;
    }

    .hide-xs-mobile{
        display: none;
    }

    .full-col{
        grid-column-start: 2;
        grid-row-start: 1;
        grid-row-end: span 2;
    }

    .table-docs-responsive-crescendo .full-col{
        grid-column-start: initial!important;
        grid-row-start: initial!important;
    }
}

@media (max-width:767px){#page_reload_content, .container-fluid{overflow-x: scroll;}}

@media print{
    footer{
        display: none !important;
    }
}

/*** Rating stars by josetxu ***/
.rating-stars,.rating-stars * {
    box-sizing: border-box;
}
.rating-stars {
    display: block;
    width: 50vmin;
    padding: 1.75vmin 10vmin 2vmin 3vmin;
    background: linear-gradient(90deg, #ffffff90 40vmin, #fff0 40vmin 100%);
    border: 1px solid #fff;
    border-radius: 5vmin;
    position: relative;
}
.rating-counter {
    font-size: 5.5vmin;
    font-family: Arial, Helvetica, serif;
    color: #9aacc6;
    width: 10vmin;
    text-align: center;
    background: #0006;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    border-radius: 0 5vmin 5vmin 0;
    line-height: 10vmin;
}
.rating-counter:before {
    content: "0";
    transition: all 0.25s ease 0s;
}
.rating-stars input { display: none; }
.rating-stars label {
    width: 5vmin;
    height: 5vmin;
    background: #000b;
    display: inline-flex;
    cursor: pointer;
    margin: 0.5vmin 0.65vmin;
    transition: all 1s ease 0s;
    clip-path: polygon(50% 0%, 66% 32%, 100% 38%, 78% 64%, 83% 100%, 50% 83%, 17% 100%, 22% 64%, 0 38%, 34% 32%);
}
.rating-stars label[for=rs0] {
    display: none;
}
.rating-stars label:before {
    width: 90%;
    height: 90%;
    content: "";
    background: orange;
    z-index: -1;
    display: block;
    margin-left: 5%;
    margin-top: 5%;
    clip-path: polygon(50% 0%, 66% 32%, 100% 38%, 78% 64%, 83% 100%, 50% 83%, 17% 100%, 22% 64%, 0 38%, 34% 32%);
    background: linear-gradient(90deg, yellow, orange 30% 50%, #184580 50%, 70%, #173a75 100%);
    background-size: 205% 100%;
    background-position: 0 0;
}
.rating-stars label:hover:before {
    transition: all 0.25s ease 0s;
}
.rating-stars input:checked + label ~ label:before {
    background-position: 100% 0;
    transition: all 0.25s ease 0s;
}
.rating-stars input:checked + label ~ label:hover:before {
    background-position: 0% 0
}
.rating-stars #rs1:checked ~ .rating-counter:before {
    content: "1";
}
.rating-stars #rs2:checked ~ .rating-counter:before {
    content: "2";
}
.rating-stars #rs3:checked ~ .rating-counter:before {
    content: "3";
}
.rating-stars #rs4:checked ~ .rating-counter:before {
    content: "4";
}
.rating-stars #rs5:checked ~ .rating-counter:before {
    content: "5";
}
.rating-stars label + input:checked ~ .rating-counter:before {
    color: #ffab00 !important;
    transition: all 0.25s ease 0s;
}
.rating-stars label:hover ~ .rating-counter:before {
    color: #9aacc6 !important;
    transition: all 0.5s ease 0s;
    animation: pulse 1s ease 0s infinite;
}
@keyframes pulse {
    50% { font-size: 6.25vmin; }
}
.rating-stars label[for=rs1]:hover ~ .rating-counter:before {
    content: "1" !important;
}
.rating-stars label[for=rs2]:hover ~ .rating-counter:before {
    content: "2" !important;
}
.rating-stars label[for=rs3]:hover ~ .rating-counter:before {
    content: "3" !important;
}
.rating-stars label[for=rs4]:hover ~ .rating-counter:before {
    content: "4" !important;
}
.rating-stars label[for=rs5]:hover ~ .rating-counter:before {
    content: "5" !important;
}
.rating-stars input:checked:hover ~ .rating-counter:before {
    animation: none !important;
    color: #ffab00 !important ;
}

/********************************************** new design 2024 *********************************************************************/

.navbar-custom{
    box-shadow: none;
    border: none !important;
    background:transparent;
    position: static;
}
.sb-logo{
    width: 100%;
    height: auto !important;
}
.app-menu {
    color: white;
    background-color: #fa521e;
    height: 100vh;
    padding: 20px 0 100px 0;
    box-shadow: none;
    border: 0 !important;
}
.app-menu #sidebar_menu {
    padding-right: 0;
    background-color:#eef1f8;
    gap: 0;
}
.app-menu .menu-link {
    color: rgba(255, 255, 255, 0.8);
    padding: 15px 15px 12px 28px !important;
    margin-right: 0 !important;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}
.app-menu .menu-link .menu-icon{margin-right: 15px;}
.app-menu .menu-link.active {
    color: #fa521e;
    background-color:#eef1f8;
    border-radius: 8px;
    position: relative;
    z-index: 2;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}
#sidebar_menu{
    margin-bottom: 30px;
    padding-top: 0;
}
#sidebar_menu .menu-item .menu-link.active:not(.sub-menu .menu-link.active){color:#fa521e;}
.app-menu .menu-item .menu-link:not(.active):hover, #sidebar_menu .menu-item .menu-link:not(.active){color:#fff;}
#sidebar_menu .menu-item .menu-link:not(.active):hover:before, #sidebar_menu .menu-item .sub-menu .menu-link.active:before{
    transform: scale3d(1,1,1) !important;
    transform-origin: 100% 50% !important;
}
#sidebar_menu .menu-item .menu-link:not(.active):before, #sidebar_menu .menu-item .sub-menu .menu-link.active:before{
    content: "";
    width: 100%;
    height: 4px;
    position: absolute;
    left: 0;
    bottom: 0px;
    background: #eef1f8;
    transition: 0.5s transform ease;
    transform: scale3d(0,1,1);
    transform-origin: 0 50%;
}
.app-menu .menu-link.active:not(.sub-menu .menu-link.active):before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    left: 0;
    background-color:#eef1f8;
    z-index: -1;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
}
.app-menu .menu-item > .collapse{padding-bottom: 25px;}
.app-menu .menu-item {background-color: #fa521e;padding-right: 0;}
.app-menu .menu-link i {
    margin-right: 10px;
}
.main-content {
    padding: 20px;
}
.table img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
}
.status-pending {
    color: #ffc107;
}
.status-dispatch {
    color: #fa521e;
}
.status-completed {
    color: #6c757d;
}
.app-menu .menu-link.active .badge {
    background-color: #fa521e !important;
    color: white !important;
}
.app-menu .menu-item:not(.sub-menu .menu-item):has(> a.active) + .menu-item{ border-top-right-radius: 30px;}
.no-menu-border{border-radius: 0px !important;}
.app-menu .menu-item:not(.sub-menu .menu-item):has(+ .menu-item > a.active){border-bottom-right-radius: 30px;}

html[data-sidenav-size="condensed"]:not([data-layout="horizontal"]) .app-menu .logo-box {
    background: #fa521e;
}
.content-page, .form_wrapper{
    background: url('../images/bg--.svg') no-repeat fixed #eef1f8;
    background-size: cover;
    background-position: 62%;
}
.content-page .content {
    background: transparent;
}
.clt_footer{
    background: transparent;
    color: var(--ct-secondary-color);
}
.offcanvas-backdrop.show {
    background: rgb(238,241,248);
    background: linear-gradient(90deg, rgb(238, 241, 248) 0%, rgb(238, 241, 248) 54%, rgba(238,241,248,0.3) 100%);
    opacity: 1;
}

@media only screen and (min-width: 1141px) {
    .sidebar-enable .menu-link .menu-text{
        background: #fa521e !important;
        color:#fff;
        margin-bottom: 10px;
    }
    .sidebar-enable .sub-menu .menu-item, .sidebar-enable .sub-menu .menu-link, .sidebar-enable .sub-menu .menu-text {
        background: #e8ebf2 !important;
        color: #fa521e;
    }
    .sidebar-enable .sub-menu .menu-item{
        margin: 0 !important;
        padding: 4px 0;
        border-bottom: 1px solid #fff;
    }
    .sidebar-enable .sub-menu{background: transparent;padding-bottom: 0 !important;}
    .sidebar-enable .sub-menu .menu-link{border-radius: 0;margin: 0 !important;}
    .sidebar-enable .app-menu .sdbr_brand {padding: 0 3px !important;}
    .nav.nav-tabs{
        align-items: center;
        justify-content: center;
    }
}
.top_nav_p-i {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 10px;
    perspective: 1000px; /* Adds depth for 3D effect */
}

.top_nav_p-i a {
    display: flex;
    align-items: center;
    /* width: 30px; */
    padding-left: 30px;
    height: 100%;
    overflow: hidden; /* Ensures any overflow is hidden during scaling */
    justify-content: center;
}

.top_nav_p-i img {
    position: absolute;
    width: 30px;
    height: auto;
    border-radius: 100%;
    border: 1px solid #a8afb7;
    left: 0;
    margin: auto;
    transition: transform 0.3s ease; /* Smooth scaling */
    transform-origin: center center; /* Keeps scaling centered */
}

.top_nav_p-i a:hover img {
    transform: scale(1.67) rotateY(15deg); /* Scales to approximately 50px height with 3D effect */
    height: 36px; /* Sets hover height */
    width: auto; /* Maintains aspect ratio */
}

.clt_footer{
    font-size: 13px;
    font-size: clamp(11px, 1vw + 0.5rem, 13px);
}

.cresc_md_list_container .cresc_table-container {
    background-color: white;
    border-radius: 10px;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
    padding: 0 20px;
    overflow: visible;
  }
  
  /* Table header styling */
  .cresc_md_list_container .cresc_table-header {
    padding: 20px;
    border-bottom: 1px solid #ececec;
  }
  
  .cresc_md_list_container .cresc_date-filter input {
    margin-left: 10px;
    padding: 5px;
    border-radius: 5px;
    border: 1px solid #dcdcdc;
  }
  
  /* Table styling */
  .cresc_md_list_container table {
    width: 100%;
    color: #3c4041;
    border-collapse: separate;
    border-spacing: 0 15px; /* Space between rows */
  }
  
  /* Add border to the thead tr using pseudo-class */
  .cresc_md_list_container table thead tr {
    position: relative;
    background: #e9edf6;
  }
  
  .cresc_md_list_container table thead th {
    background-color: #f9f9f9;
    font-size: 14px;
    padding: 15px;
    text-align: center;
    vertical-align: middle !important;
    border-bottom: none;
  }
  
  .cresc_md_list_container table tbody tr {
    position: relative;
    background-color: white;
    z-index: 1;
    transition: background-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
  }
  
  /* Adding border, radius, and shadow using a pseudo-element */
  .cresc_md_list_container table tr::after {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    border-radius: 4px;
    border: 1px solid #e3dfdf;
    box-shadow: 0px 4px 8px rgba(153, 154, 198, 0.2);
    z-index: 0;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    height: calc(100% + 2px);
    width: calc(100% + 2px);
  }
  .cresc_md_list_container table thead tr:after{border-color:#dde4f2;}
  
  /* Hover effect */
  .cresc_md_list_container table tbody tr:hover::after {
    background-color: #fa521e;
    box-shadow: 0 15px 30px rgba(153, 154, 198, 0.5);
    border-color: transparent;
  }
  
  /* 3D Transform on hover */
  .cresc_md_list_container table tbody tr:hover {
    transform: translate3d(14px, 0px, -131px);
  }
  .cresc_md_list_container table tbody tr:hover .badge-soft-danger,
  .cresc_md_list_container table tbody tr:hover .badge-soft-success,
  .cresc_md_list_container table tbody tr:hover .badge-soft-warning{
    color: #fff !important;
    border: 1px solid #e9edf6;
    background: rgba(255, 255, 255, 0.2);
  }

  .cresc_auto_assign_logs table tbody tr:hover{transform: none;}
  .cresc_auto_assign_logs table tbody tr:hover:after{display:none;}
  .cresc_auto_assign_logs table tbody tr:hover td{color:initial !important;}

  .cresc_md_list_container table tbody td {
    padding: 15px;
    font-size: 14px;
    color: #333;
    position: relative;
    z-index: 1;
    vertical-align: middle !important;
    text-align: center;
  }
  
  .cresc_md_list_container table tbody tr:hover td {
    color: white;
  }
  
  .cresc_md_list_container .cresc_status-pending,
  .cresc_md_list_container .cresc_status-completed,
  .cresc_md_list_container .cresc_status-dispatch {
    font-weight: bold;
  }
  
  .cresc_md_list_container .cresc_status-pending {
    color: #ff5d2e;
  }
  
  .cresc_md_list_container .cresc_status-completed {
    color: #4CAF50;
  }
  
  .cresc_md_list_container .cresc_status-dispatch {
    color: #2196F3;
  }
  
  /* Action button styling */
  .cresc_md_list_container .cresc_btn-action {
    background: transparent;
    border: none;
    font-size: 18px;
    color: #999;
  }
  
  /* Media Queries for responsiveness */
  @media (max-width: 768px) {
    .cresc_md_list_container .cresc_table-header h4,
    .cresc_md_list_container table tbody td,
    .cresc_md_list_container table thead th {
      font-size: 12px;
    }
  
    .cresc_md_list_container .cresc_date-filter input {
      width: 100px;
    }
  }
  
  @media (max-width: 576px) {
    .cresc_md_list_container .cresc_table-header h4,
    .cresc_md_list_container table tbody td,
    .cresc_md_list_container table thead th {
      font-size: 10px;
    }
  
    .cresc_md_list_container .cresc_date-filter input {
      width: 80px;
    }
}
.delete_a_mandate{
    float: left;
    height: 36px;
    width: 36px;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 100%;
}
.cresc_md_list_container table tbody tr:hover .delete_a_mandate i{color:#fff !important;}
.delete_a_mandate + span{
    display:inline-block;
    height: 36px;
    line-height: 36px;
}
.cresc_alrt_box{
	position: relative;
	transform: translateY(0);
	transition: transform 1s;
    border-left: 3px solid red;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}
.cresc_alrt_box:after{
    content: "";
    display: block;
    position: absolute;
    bottom: -30px;
    left: 50%;
    height: 8px;
    width: 100%;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.4);
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.15);
    transform: translate(-50%, 0);
    transition: transform 1s;
}
/* #md_status .timeline-box:not(.bg-success):not(.bg-danger):not(.bg-warning) */
#md_status .timeline-box{
    background-color: #F2F2F2;
    border-radius: 12px;
    display: grid;
    place-items: center;
    box-shadow: inset -0.1rem 0.1rem 0.1rem rgb(255 255 255 / .5), -0.1rem 0.1rem 0.25rem rgb(0 0 0 / .25);
    /* background-image: linear-gradient(to top left, transparent 50%, rgba(0 0 0 / .125)); */
    max-height:125px;
}
#md_status .timeline .timeline-desk {width:100%;}
#md_status .timeline .timeline-box {margin:15px 0;}
#md_status .timeline-item .arrow, #md_status .timeline-item .arrow-alt{display:none;}
.timeline_data_action{cursor:pointer;transition: all 1s ease;-webkit-transition: all 1s ease;}
#md_status .timeline-item .timeline-desk .timeline_data_action:hover{
    background: #fa521e !important;
    box-shadow:none;
}
#md_status .timeline-item .timeline-desk .timeline_data_action:hover h5{color: #fff !important;}
#md_status .md_stbtn{
    position: absolute;
    left: 0;
    bottom: -30px;
}
#md_status .md_stbtn > button{
    color:#fa521e;
    background: #fff;
    border: 1px solid #fa521e;
}
#md_status .md_stbtn > button:hover{
    color: #fff;
    border-color: #fa521e;
    background: #fa521e;
}
#md_status .timeline-item .timeline-desk .bg-success{background: #F2F2F2 !important;border: 1px solid #1abc9c;}
#md_status .timeline-item .timeline-desk .bg-success h5{color: #1abc9c !important;}
#md_status .timeline-item .timeline-desk .bg-danger{background: #F2F2F2 !important;border: 1px solid #f1556c;}
#md_status .timeline-item .timeline-desk .bg-danger h5{color: #fa521e !important;}
#md_status .timeline-desk .status_blink.bg-danger i{animation: blink 1s step-start 0s infinite;}
.cresc_timeline-icon {
    width: 125px;
    height: 125px;
    border-radius: 50%;
    z-index:3;
}
.cresc_timeline-icon .tml-shape{
    position: relative;
    width: 100%;
    height: 100%;
    border: 1px solid #fff;
    border-radius: 50%;
    background-image: url('../images/button--bg.svg');
    background-repeat: no-repeat;
    background-color:transparent;
    background-size:contain;
    background-position:center;
    color: rgb(182, 185, 187);
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3),-1px -1px 1px rgba(255, 255, 255, 0.6);
    font-weight: bold;
    font-size: 3rem;
    align-items: center;
    justify-content: center;
    display: flex;
}
#md_status article {
    display:flex;
    height:136px;
    justify-content:space-between;
    align-items: center;
}
#md_status article:before {display:none;}
.timeline-column {
    position: relative;
    width:50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    text-align: center;
    background: transparent;
}
.timeline-column.center {width:158px;}
/* Semi-circle line with :before pseudo-class */
.cresc_timeline-icon .tml-shape:before {
    content: '';
    position: absolute;
    height: 158px;
    width: 79px;
    z-index:-1;
}
.timeline .timeline-item:nth-child(even) .cresc_timeline-icon .tml-shape:before{
    border-top-right-radius: 300px;
    border-bottom-right-radius: 300px;
    top: -16px;
    right: -17px;
}
.timeline .timeline-item:nth-child(odd) .cresc_timeline-icon .tml-shape:before{
    border-top-left-radius: 300px;
    border-bottom-left-radius: 300px;
    top: -16px;
    left: -17px;
}
.timeline .timeline-item:nth-child(even) .cresc_timeline-icon{box-shadow: -5px 5px 10px rgba(0, 0, 0, 0.3);}
.timeline .timeline-item:nth-child(odd) .cresc_timeline-icon{box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);}
.timeline .timeline-item:first-child .cresc_timeline-icon .tml-shape:after, .timeline .timeline-item:last-child .cresc_timeline-icon .tml-shape:after{
    content: '';
    position: absolute;
    height: 22px;
    width: 22px;
    border-radius: 100%;
    z-index:-1;
}
.timeline .timeline-item:first-child .cresc_timeline-icon .tml-shape:after{
    top: -16px;
    left: calc( 50% - 11px );
    background:#fa521e;
}
.timeline .timeline-item:last-child .cresc_timeline-icon .tml-shape:after{
    bottom: -19px;
    left: calc( 50% - 11px );
    background: #7ec241;
}

.timeline .timeline-item:nth-child(1) .cresc_timeline-icon .tml-shape:before{ background: rgb(250,82,30);
background: linear-gradient(180deg, rgba(250,82,30,1) 0%, rgba(254,191,0,1) 100%); }
.timeline .timeline-item:nth-child(2) .cresc_timeline-icon .tml-shape:before{  background: rgb(254,191,0);
background: linear-gradient(180deg, rgba(254,191,0,1) 0%, rgba(254,119,83,1) 100%);  }
.timeline .timeline-item:nth-child(3) .cresc_timeline-icon .tml-shape:before{  background: rgb(254,119,83);
background: linear-gradient(180deg, rgba(254,119,83,1) 0%, rgba(182,50,144,1) 100%); }
.timeline .timeline-item:nth-child(4) .cresc_timeline-icon .tml-shape:before{  background: rgb(182,50,144);
background: linear-gradient(180deg, rgba(182,50,144,1) 0%, rgba(136,53,138,1) 100%); }
.timeline .timeline-item:nth-child(5) .cresc_timeline-icon .tml-shape:before{  background: rgb(136,53,138);
    background: linear-gradient(180deg, rgba(136,53,138,1) 0%, rgba(104,175,255,1) 100%);  }

.timeline .timeline-item:nth-child(6) .cresc_timeline-icon .tml-shape:before{ background: rgb(5,166,184);
background: linear-gradient(180deg, rgb(103, 164, 242) 0%, rgb(61, 74, 133) 100%); }
.timeline .timeline-item:nth-child(7) .cresc_timeline-icon .tml-shape:before{ background: rgb(61,74,133);
background: linear-gradient(180deg, rgba(61,74,133,1) 0%, rgba(115,45,119,1) 100%); }
.timeline .timeline-item:nth-child(8) .cresc_timeline-icon .tml-shape:before{ background: rgb(115,45,119);
background: linear-gradient(180deg, rgb(115, 45, 119) 0%, rgb(64, 193, 199) 100%); }
.timeline .timeline-item:nth-child(9) .cresc_timeline-icon .tml-shape:before{ background: rgb(199,64,109);
background: linear-gradient(180deg, rgba(66,181,191,1) 0%, rgba(126,194,65,1) 100%); }
.timeline .timeline-item:nth-child(10) .cresc_timeline-icon .tml-shape:before{ background:#7ec241; }

.timeline-card{
    background-color:#F2F2F2;
    justify-self: center;
    border-radius:12px;
    display: grid;
    place-items: center;
    box-shadow: inset -0.1rem 0.1rem 0.1rem rgb(255 255 255 / .5), -0.1rem 0.1rem 0.25rem rgb(0 0 0 / .25);
    background-image: linear-gradient(to top left, transparent 50%, rgba(0 0 0 / .125));
    height:125px;
}
.jstf-lft{justify-content: end;padding-right: 25px;}
.jstf-rgt{justify-content: start;padding-left: 25px;}
#mandates_list > .nav-tabs, .wave-auth-v-box, .tasks_nav_tabs .nav-tabs, .glass-eff{
    padding: 12px 33px;
    box-shadow: inset -0.1rem 0.1rem 0.1rem rgb(255 255 255 / .5), -0.1rem 0.02rem 0.25rem rgb(0 0 0 / .25);
    border: 1px solid #fbfeff;
    border-radius: 25px;
    background: rgba(255, 255, 255, 0.2);
}
.wave-auth-v .wave-auth-v-box{
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    background: rgba(159, 177, 231, 0.2);
}
#mandates_list > .nav-tabs li, .tasks_nav_tabs .nav-tabs li{
    position:relative;
    padding: 12px 0;
}
#mandates_list > .nav-tabs .nav-link:hover, .tasks_nav_tabs .nav-tabs .nav-link:hover{color:#fa521e !important;}
#mandates_list > .nav-tabs li .nav-link, .tasks_nav_tabs .nav-tabs li .nav-link{z-index: 11;position: relative;overflow: hidden;}
#mandates_list > .nav-tabs li .nav-link:not(.active), .tasks_nav_tabs .nav-tabs li .nav-link:not(.active){color:#9facb4;border: none;}
#mandates_list > .nav-tabs .nav-link.active, .tasks_nav_tabs .nav-tabs .nav-link.active{background-color:transparent;border:none;color:#fa521e;}
/* #mandates_list > .nav-tabs li .nav-link:after{
    background:#fa521e;
    content: "";
    height: 155px;
    left: -75px;
    opacity: 0.2;
    position: absolute;
    top: -50px;
    transform: rotate(35deg);
    transition: all 2m cubic-bezier(0.19, 1, 0.22, 1);
    width: 50px;
    z-index: -10;
}
#mandates_list > .nav-tabs li .nav-link:hover:after{
    left: 120%;
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
} */
.sidebar_socials{
    position: absolute;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 0;
    width: 100%;
    left: 0;
    bottom: 0;
}
.sidebar_socials > div{
    flex: 1;
    padding: 0 10px;
    text-align: center;
}
.sidebar_socials > div > a{
    color:#e8d9e3;
    font-size: 1.5rem;
}
.sidebar_socials > div > a:hover{color:#fff;}
#dropdown_roles + ul, #dropdown_task_status + ul{
    background-color: #e9edf6;
    box-shadow: inset -0.1rem 0.1rem 0.1rem rgb(255 255 255 / .5), -0.1rem 0.02rem 0.25rem rgb(0 0 0 / .25);
    border: 1px solid #fbfeff;
}
.wave-auth-v{
    position: relative;
    text-align: center;
    background: #fff;
    color: white;
}
.wave-auth-v .auth-fluid-right{
    background: rgb(250,82,30);
    background: linear-gradient(45deg, rgb(250, 82, 30) 45%, rgb(254, 191, 0) 100%);
    /* background: rgb(255,0,0);
    background: linear-gradient(45deg, rgb(255,0,0) 45%, rgb(254, 191, 0) 100%); */
    padding:5rem 0;
}
.waves-left{
    position: absolute;
    bottom: 32vh;
    left: 0;
    z-index: -1;
    width: 100%;
    min-height: 105px;
}
@media (max-width: 991.98px) {
    .waves-left{bottom: 0;}
    .wave-auth-v-box > .auth-brand{display:block !important;}
    .wave-auth-v-box > .auth-brand img{max-width:320px;}
}
.wave-auth-v > .auth-fluid-form-box{
    background: url('../images/bg--.svg') no-repeat fixed #eef1f8;
    background-size: contain;
    background-position: left;
}
.auth-bottom-content {
  position:relative;
  height:20vh;
  text-align:center;
  background-color: white;
}
.auth-logo {
  width:50px;
  fill:white;
  padding-right:15px;
  display:inline-block;
  vertical-align: middle;
}

.auth-inner-header {
  height:65vh;
  width:100%;
  margin: 0;
  padding: 0;
}

.auth-flex { /*Flexbox for containers*/
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.auth-waves-elem{
    position: relative;
    width: 100%;
    height: 13vh;
    /* margin-bottom: -7px; */
    min-height: 100px;
    /* max-height: 150px; */
}
/* .waves-left .auth-waves-elem{height:21vh;} */
/* Animation */

.auth-parallax > use {
    animation: move-forever 25s cubic-bezier(.55,.5,.45,.5)     infinite;
  }
  .auth-parallax > use:nth-child(1) {
    animation-delay: -2s;
    animation-duration: 7s;
  }
  .auth-parallax > use:nth-child(2) {
    animation-delay: -3s;
    animation-duration: 10s;
  }
  .auth-parallax > use:nth-child(3) {
    animation-delay: -4s;
    animation-duration: 13s;
  }
  .auth-parallax > use:nth-child(4) {
    animation-delay: -5s;
    animation-duration: 20s;
  }
  @keyframes move-forever {
    0% {
     transform: translate3d(-90px,0,0);
    }
    100% { 
      transform: translate3d(85px,0,0);
    }
  }
  /*Shrinking for mobile*/
@media (max-width: 768px) {
    .auth-waves-elem {
      /* height:40px;
      min-height:40px; */
    }
    .auth-bottom-content {
        height:30vh;
    }
}

.auth-fluid-form-box{
    -webkit-box-shadow: 2px 0px 11px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 2px 0px 11px 0px rgba(0,0,0,0.75);
    box-shadow: 2px 0px 11px 0px rgba(0,0,0,0.75);
}
.role_editor_p_i{
    position: absolute;
    height: 45px;
    width: 45px;
    border-radius: 100%;
    left: 15px;
    top: 7px;
    box-shadow: inset -0.2rem 0.2rem 0.2rem rgba(255, 255, 255, 0.5), 0 0.02rem 0.5rem rgba(0, 0, 0, 0.5);
}
.role_editor_p_i img{
    height: 45px;
    width: 45px;
    border: 1px solid #dee2e6;
    border-radius: 100%;
}
.modal-content, .modal-body{border-radius: 15px;}
#expertise_image{
    height: 55px;
    width: 55px;
    display: inline-block;
}
.noti-icon-badge{background-color: rgba(241, 85, 108, 0.81) !important;border: 1px solid rgb(241, 85, 108);}
.cresc_box_2{
    border-radius: 4px;
    border: 1px solid #e3dfdf;
    box-shadow: 0px 4px 8px rgba(153, 154, 198, 0.2);
}
.red-checkbox-checked label{cursor:pointer;}
.red-checkbox-checked .form-check-input:checked{
    background-color: #f1556c;
    border-color: #ec1919;
}

#expertises_container .form-check-input, #expertises_container label, .check-success .form-check-input, .check-success label{cursor:pointer;}
#expertises_container .form-check-input:checked, .check-success .form-check-input:checked{
    background-color: #1abc9c;
    border-color: #589b8e;
}

.tasks_nav_tabs .nav-link:not(.active) .noti-icon-badge{
    background-color: rgb(159, 172, 180) !important;
    border: 1px solid rgb(140, 134, 135);
}
.tasks_nav_tabs .nav-tabs li:has(a.active), 
.tasks_nav_tabs .active-highlight, #mandates_list .nav-tabs .active-highlight{
    /* background-color: #e0e5f0; */
    /* border: 1px solid #d9dcdf; */
    border-radius: 25px;
    -webkit-box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.57);
    -moz-box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.57);
    box-shadow: inset 0px 0px 3px 0px rgba(0, 0, 0, 0.57);
    transition: all 0.6s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}
.tasks_nav_tabs .active-highlight, #mandates_list .nav-tabs .active-highlight{
    display: block;
    position: absolute !important;
    /* top:0;
    left:0;
    height:100%;
    width:100%; */
    z-index: 1;
}
#mandates_list > .nav-tabs, .tasks_nav_tabs .nav-tabs{
    padding-top: 2px !important;
    padding-bottom: 2px !important;
}
.tasks_nav_tabs .sortable-list li {
    /* float:left; */
    width:calc( 50% - 22px );
    margin-right:15px;
    margin-bottom:15px;
    border:1px solid #dee0e1;
    border-radius:15px;
    height: 180px;
    overflow-y: scroll;
    box-shadow: inset -0.1rem 0.1rem 0.1rem rgb(255 255 255 / .5), -0.1rem 0.02rem 0.25rem rgba(170, 164, 164, 0.25);
}
@media (max-width: 576px){
    .tasks_nav_tabs .sortable-list li {
        float:none;
        width:100%;
        margin-right:0;
    }
}
.tasks_nav_tabs .tab-pane{
    border: 1px solid #dee0e1;
    border-radius: 25px;
    padding: 15px 22px;
}
.bord-rd{
    border: 1px solid #dee0e1;
    border-radius: 25px;
}
.task-priority{
    letter-spacing: 1.2px;
    font-size: inherit;
}

.gold-dollar {
    color: #ffd700; /* Gold color */
    font-size: 50px; /* Adjust size as needed */
    text-shadow: 
        0 1px 0 #b29600, /* Darker gold shadow for depth */
        0 2px 2px rgba(0, 0, 0, 0.5), /* Outer dark shadow */
        0 1px 3px rgba(255, 255, 255, 0.6); /* Inner light glow */
    animation: goldShine 2s infinite;
}

.gold-coin{
    height: 100px;
    width: 100px;
    background-image: url('../images/gold-coins.svg');
    background-repeat: no-repeat;
    background-color:transparent;
    background-size:contain;
    background-position:center;
}

/* Shiny animation effect */
@keyframes goldShine {
    0% {
        text-shadow: 
            0 1px 0 #b29600,
            0 2px 2px rgba(0, 0, 0, 0.5),
            0 1px 3px rgba(255, 255, 255, 0.6);
    }
    50% {
        text-shadow: 
            0 1px 0 #ffea70,
            0 2px 4px rgba(0, 0, 0, 0.5),
            0 1px 5px rgba(255, 255, 255, 0.8);
    }
    100% {
        text-shadow: 
            0 1px 0 #b29600,
            0 2px 2px rgba(0, 0, 0, 0.5),
            0 1px 3px rgba(255, 255, 255, 0.6);
    }
}

@keyframes fadeInRight {
    from {
      opacity: 0;
      transform: translateX(50px); /* Moves 50px to the right initially */
    }
    to {
      opacity: 1;
      transform: translateX(0); /* Moves back to its normal position */
    }
}

.animate__fadeInRight {
    animation: fadeInRight 0.5s ease-in-out both; /* 0.5s duration, ease-in-out timing */
}

.hidden-div {
    opacity: 0;
    visibility: hidden;
    max-height: 0;
    height: 0;
}
.visible-div {
    opacity: 1;
    visibility: visible;
    max-height: initial;
    height: auto;
}

.bubble-info {
    position: absolute;
    top: 50%;
    right: -10px;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.72);
    color: #fff;
    padding: 8px 15px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    max-width: 30%;
    animation: fadeIn 0.3s ease-in-out;
}

/* Add a subtle arrow pointing to the radio button */
.bubble-info::after {
    content: "";
    position: absolute;
    top: 50%;
    left: -11px;
    transform: translateY(-50%);
    border-width: 6px;
    border-style: solid;
    border-color: transparent rgba(0, 0, 0, 0.72) transparent transparent;
}

/* Fade-in animation */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-50%) scale(0.95);
    }
    to {
        opacity: 1;
        transform: translateY(-50%) scale(1);
    }
}

/* Ensure the parent container allows absolute positioning */
.forminator-field-radio {
    position: relative;
    display: flex;
    align-items: center;
}
.field-info-text {
    position: relative;
    background: rgba(0, 123, 255, 0.1);
    color: #0056b3;
    font-size: 0.9rem;
    font-style: italic;
    padding: 8px 12px;
    border-left: 4px solid #007bff;
    border-radius: 4px;
    transition: all 0.3s ease-in-out;
    flex: 1 1 300px;
    min-width: 300px;
}
.field-info-text ~ * {
    flex: 1 1 300px;
    min-width: 300px;
}
.forminator-col:has(.field-info-text) {gap: 10px;}

.field-info-text:hover {
    background: rgba(0, 123, 255, 0.2);
    color: #004085;
    border-left-color: #0056b3;
}
.field-info-text::before {
    content: "";
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 10px solid rgba(0, 123, 255, 0.1); /* Same as background */
    display:none;
}
.field-info-text:hover::before {
    border-bottom-color: rgba(0, 123, 255, 0.2);
}

.forminator-label {
    font-size: 1.1rem;
    font-weight: 600;
    color: #333;
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: color 0.3s ease-in-out;
}

.forminator-label {
    font-size: 1.1rem;
    font-weight: 600;
    color: #333;
    display: flex !important;
    align-items: center;
    cursor: pointer;
    transition: color 0.3s ease-in-out;
    margin-top: 20px;
}
.forminator-label::before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 8px solid #007bff;
    margin-right: 8px;
    transition: transform 0.5s cubic-bezier(0.22, 1.61, 0.36, 1);
}
.forminator-label:hover,
.forminator-field:hover .forminator-label {
    color: #007bff;
}

.forminator-label:hover::before,
.forminator-field:hover .forminator-label::before {
    transform: translateX(4px);
}
.forminator-label > .forminator-required{ margin-left:4px; }
#mandate_grids .nav-tabs{
    border-radius: 0;
    box-shadow: none;
    border-color: #d9dadb;
    margin: 0 5%;
}
.form_top_info{
    background: #007bff;
    border-radius: 0.25rem;
    border: 1px solid #3559e8;
}
.form_top_info > *{color:#fff;}
.rabais-block{
    background:radial-gradient(ellipse farthest-corner at right bottom, #FEDB37 0%, #FDB931 8%, #9f7928 30%, #8A6E2F 40%, transparent 80%), radial-gradient(ellipse farthest-corner at left top, #FFFFFF 0%, #FFFFAC 8%, #D1B464 25%, #5d4a1f 62.5%, #5d4a1f 100%);
    color: #fff;
    border: 2px solid #b2802b;
    text-shadow: 0px 3px 3px rgba(0,0,0,0.4), 0px 8px 11px rgba(0,0,0,0.1), 0px 18px 23px rgba(0,0,0,0.1);
}