.img-frame { padding: 5px; box-shadow: 0 0 1px rgb(0 0 0 / 13%), 0 1px 3px rgb(0 0 0 / 20%); }
.anim-shake { -webkit-animation: shake 1.5s; animation: shake 1.5s; animation-iteration-count: infinite; }
.ui-autocomplete { z-index:9999 !important; }
.ui-menu-item { border-bottom:1px solid #eee; }

.blink_me {
    animation: blinker 1s linear infinite;
}

.lato-normal{
    font-family: 'Lato', sans-serif;
    font-weight: 400;
}

.lato-bold{
    font-family: 'Lato', sans-serif;
    font-weight: 700;
}

.montserrat-normal{
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}

.montserrat-bold{
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}

.sm-font{
    font-size: 12px;
}

.md2-font{
    font-size: 14px;
}

.md-font{
    font-size: 16px;
}

.lg-font{
    font-size: 18px;
}

.xl-font{
    font-size: 22px;
}

.custom-border-radius{
    border-radius: 10px;
}

.txt-primary{ color: #f3722c;}
.txt-secondary{ color: #7e3cfe;}
.txt-accent{ color: #159677;}
.txt-neutral{ color: #f8f9fa;}
.txt-alert{ color: #e03030;}
.txt-temp{ color: #0d3b66;}

.back-primary{ background-color: #f3722c; border: none !important;}
.back-secondary{ background-color: #7e3cfe; border: none !important;}
.back-accent{ background-color: #159677;}
.back-neutral{ background-color: #f8f9fa;}
.back-alert{ background-color: #e03030; border: none !important;}
.back-temp{ background-color: #0d3b66; border: none !important;}

.navbar-nav .nav-item .nav-link{
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #f8f9fa;
    padding-bottom: 2px;
}

.navbar-nav .nav-item .nav-link:hover{
    color: #f8f9fa;
}

.navbar-nav .nav-item .nav-link::after {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    bottom: 0;
    left: 50%; /* Center the line horizontally */
    transform: translateX(-50%); /* Move the line left by 50% of its own width */
    background-color: #f8f9fa;
    transition: width 0.3s;
}

.navbar-nav .nav-item .nav-link:hover::after {
    width: 80%;
}

.navbar-nav .nav-item .nav-link.active::after {
    width: 0;
}

.navbar-nav .nav-item .nav-link i{
    color: white;
}

.nav-item .nav-link i {
    color: #f3722c;
}

.nav-item .nav-link p {
    color: #f3722c;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 14px;
}

.nav-treeview .nav-item .nav-link p {
    color: #f8f9fa;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 14px;
}

.nav .nav-header {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #f8f9fa;
}

.nav-item .dropdown-menu{
    border-radius: 10px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 14px;
    background-color: #7e3cfe;
    border: 1px solid #f8f9fa;
}



.nav-item .dropdown-menu a{
    color: #f8f9fa;
}

.nav-item .dropdown-menu a:hover{
    color: #0d3b66;
}

.modal-content{
    border-radius: 10px;
    background-color: #7e3cfe;
    color: #f8f9fa;
}

.modal-title{
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 16px;
}

.card{
    background-color: #f8f9fa;
}

.card-body h4{
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 22px;
    color: #0d3b66;
}

.card-body h6{
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #0d3b66;
}

.card-title{
    font-size: 14px;
}

.col-12 .card{
    border-radius: 10px;
}

.card{
    border-radius: 10px !important; 
}

.card-header {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #f8f9fa;
    background-color: #7e3cfe;
    border-radius: 10px 10px 0 0;
}

.custom-dropshadow{
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.number-plate{
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #f8f9fa;
    background-color: #0d3b66;
    border-radius: 10px;
    text-align: center;
    border: none;
}

.icon-custom{
    height: 50px;
    width: 50px;
}

.description{
    color: #f3722c !important;
}

.card-info{
    border-top: none !important;
}

.card-outline{
    border-top: none !important;
}


table {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 400;
}

table th {
    color: #0d3b66;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: 600;
}

.card-outline-tabs .card-header, .card-outline-tabs .card-body{
    background-color: #ffffff !important;
}

.cst-th {
    background-color: #f8f9fa;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    color: #f3722c;
    font-size: 16px;
}


.text-underline {
    text-decoration: underline;    
}


.card-tools .btn-tool-cst {
    color:#fff;
}
.card-tools .btn-tool-cst:hover {
    color:#dbdada;
}

.package-card-head {
    background: linear-gradient(to bottom, #8e44ad,  #c06ee0);
    border-radius:5px 5px 0px 0px;
}

.plan-card-head {
    background: linear-gradient(to bottom, #00755d, #029d73);
    border-radius:5px 5px 0px 0px;
}

.addon-card-head {
    background: linear-gradient(to bottom,  #065db4,#0096e0);
    border-radius:5px 5px 0px 0px;
}

.fw-500 {
    font-weight: 600;
} 

.round-btn {
    border-radius:20px; box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
    color: #f8f9fa;
    border: none !important;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 12.5px;
    padding:7px 20px;
}

.round-btn.round-purple-btn {
    background-color: #7e3cfe; 
    color: #f8f9fa;
}

.round-purple-btn:hover {
    background-color: #6a2cce; 
    color: #dadde0;
} 

.round-btn.round-blue-btn {
    background-color: #0d3b66;
    color: #f8f9fa;
}

.round-blue-btn:hover {
    background-color: #0a2b4f; 
    color: #dadde0;
}


.round-btn.round-dark-btn {
    background-color: #212529; 
    color: #f8f9fa;
}

.round-dark-btn:hover {
    background-color: #1a1d21; 
    color: #dadde0;
}


.floating-live-btn {
    position: fixed;
    right: 0px;
    bottom: 80px;
    border-radius: 20px 0px 0px 20px;
    text-align: center;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
    font-size: 18px;
    padding: 4px 14px 2px 20px;
    background: #3b72ca;
}

.floating-live-btn a {
    color: #fff;
    text-decoration: none;
}

.floating-live-btn .blink_me {
    margin-bottom: -5px;
}

.r-drawer {
    width: 380px;
    height: 100%;
    position: fixed;
    top: 0;
    right: -450px;
    box-shadow: -2px 0 8px rgba(0, 0, 0, .2);
    z-index: 1034;
    transition: right .3s ease;
    background-color: #f8f7ff;
    display: flex;
    flex-direction: column;
}

.r-drawer.open {
    right: 0;
}

.r-drawer-top-btn {
    margin: 8px 5px;
    text-align: center;
    background-color: #E5E7EB;
    color: #1E293B;
    font-size: 15px;
    width: 100%;
    padding: 6px 0;
    border-radius: 18px;
}

.r-drawer-top-btn:hover {
    background-color: #ffffff;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
}

.r-drawer-top-btn.active {
    background-color: #7C3AED;
    color: #f8f9fa;
}

.r-drawer-header {
    background-color: #fdfdfd;
    border-bottom: 1px solid #ddd;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.r-drawer-body {
    overflow-y: auto;
    /* height: calc(100% - 155px); */
    flex-grow: 1;
}

.r-drawer-footer {
    background-color: #fdfdfd;
    border-top: 1px solid #ddd;
    padding: 0px 20px;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.1);
}

.r-drawer-footer-link {
    margin: 8px 5px;
    text-align: center;
    color: #51555a;
    font-size: 16px;
}

.r-drawer-footer-link:hover {
    color: rgb(54, 28, 100);
}

.r-drawer-footer-link.active,
.r-drawer-footer-link.active:hover {
    color: #7C3AED;
    font-weight: 700;
}

.li-ve-icon {
    border-radius: 50px;
    padding: 12px 12px 10px 12px;
    margin-right: 10px;
}

.li-ve-icon i {
    font-size: 24px;
}

.li-ve-hold .li-ve-icon,
.li-ve-hold .li-ve-status,
.li-ve-hold-txt {
    background-color: #e8d6fa;
    color: #7531e2;
    text-transform: capitalize;
    font-weight: 600;
    border-radius: 10px;
}

.li-ve-confirm .li-ve-icon,
.li-ve-confirm .li-ve-status,
.li-ve-confirm-txt {
    background-color: rgb(34 197 94 / 0.1);
    color: #22c55e;
    text-transform: capitalize;
    font-weight: 600;
    border-radius: 10px;
}

.li-ve-cancel .li-ve-icon,
.li-ve-cancel .li-ve-status,
.li-ve-cancel-txt {
    background-color: rgb(239 68 68 / 0.1);
    color: #ef4444;
    text-transform: capitalize;
    font-weight: 600;
    border-radius: 10px;
}

.li-ve-new .li-ve-icon,
.li-ve-new .li-ve-status,
.li-ve-new-txt {
    background-color: rgb(249 115 22 / 0.1);
    color: #f97316;
    text-transform: capitalize;
    font-weight: 600;
    border-radius: 10px;
}

.li-ve-status {
    font-size: 14px;
    font-weight: 600;
    border-radius: 20px;
    padding: 2px 8px;
}

.li-ve-card .card-body {
    padding: 10px 14px;
}

.li-ve-card {
    border: 1px solid transparent;
    cursor: pointer;
}

.li-ve-card:hover {
    border: 1px solid #6d28d9;
}

.li-ve-emp {
    width: 140px;
}

.bg-light-gray {
    background-color: #eaedf0 !important;
}

.purple-bg {
    background-color: #7e3cfe;
    color: #f8f9fa !important;
}

.icon-round {
    border-radius: 50px;
    border: 4px solid #fff;
    display: flex;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    width: 45px;
    height: 45px;
    align-items: center;
    justify-content: center;
}

.icon-round i {
    font-size: 16px;
}

.li-cir-cnf .icon-round {
    background-color: rgb(34 197 94 / 0.1);
    color: #22c55e;
}

.li-cir-cnl .icon-round {
    background-color: rgb(239 68 68 / 0.1);
    color: #ef4444;
}

.li-cir-hld .icon-round {
    background-color: rgb(249 115 22 / 0.1);
    color: #f97316;
}

.li-cir-new .icon-round {
    background-color: #e8d6fa;
    color: #7531e2;
}

@media (max-width: 576px) {
    .r-drawer {
        width: 100%;
    }
}



@keyframes blinker {
    50% {
        opacity: 0;
    }
}