﻿:root {
    --background-color: #1b00ff;
    --border-color: #1b00ff;
    --text-color: #ffffff;
    --Primary-Color: #FFA500;
    --secondary-color: #1b3133;
}
/* Width & Height */
::-webkit-scrollbar {
    width: 10px; /* Vertical scrollbar */
    height: 12px; /* Horizontal scrollbar */
}

/* Track (Background) */
::-webkit-scrollbar-track {
    background: #ecf0f4;
    border-radius: 10px;
}

/* Thumb (Draggable part) */
::-webkit-scrollbar-thumb {
    background: #f44e07;
    border-radius: 5px;
    border: 2px solid #f44e07; /* Adds space around thumb */
}

    /* On Hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #f44e07;
    }

h1 {
    font-size: 80px;
}

@media (min-width: 200px) {
    h1 {
        font-size: 55px;
    }

    .letter-space-10 {
        letter-spacing: 2px;
    }
}

@media (min-width: 400px) {
    h1 {
        font-size: 60px;
    }

    .letter-space-10 {
        letter-spacing: 0px;
        font-size: 14px;
    }
}

@media (min-width: 600px) {
    h1 {
        font-size: 90px;
    }

    .letter-space-10 {
        letter-spacing: 9px;
    }
}

@media (min-width: 800px) {
    h1 {
        font-size: 80px;
    }

    .letter-space-10 {
        letter-spacing: 7px;
    }
}

@media (min-width: 1000px) {
    h1 {
        font-size: 100px;
    }

    .letter-space-10 {
        letter-spacing: 5px;
    }
}

.Business-logo-file-input {
    height: 200px !important;
    width: 100%;
    padding: 10px;
    cursor: pointer;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #cacfe7;
    background: white;
    border-radius: 5px;
    overflow: hidden;
}

.Business-sign-file-input {
    height: 115px;
    /* border: 1px solid #cacfe7; */
    /* background: white; */
    padding: 10px;
    /* width: 100%; */
    cursor: pointer;
    /* border-radius: 5px; */
    text-align: center;
    width: 100%;
    padding: 10px;
    cursor: pointer;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #cacfe7;
    background: white;
    border-radius: 5px;
    overflow: hidden;
}

.business-logo-list {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 75%;
}

    .business-logo-list img {
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
    }

.profile-info li ul {
    display: inline-flex;
    gap: 15px;
    list-style: none;
    padding: 0;
    margin: 0;
}
.overflow-hidden {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.center {
    display: inline;
    margin: 3px;
}

.form-input {
    width: 100%;
    max-height: 100px;
    background: #fff;
}

    .form-input input {
        display: none;
    }

    .form-input label {
        width: 100%;
        height: 100px;
        cursor: pointer;
    }

.Business-logo-file-input .img-logo {
    max-width: 95% !important;
}

.Business-sign-file-input .img-sign {
    max-width: 45% !important;
}

.short-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.row-group {
    cursor: pointer;
}

.row-header {
    background-color: #142127;
    color: white;
    padding: 10px;
    /*pointer-events: none;*/
}

#faq .card {
    margin-bottom: 30px;
    border: 0;
}

    #faq .card .card-header {
        border: 0;
        -webkit-box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
        box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
        border-radius: 2px;
        padding: 10px;
        color: #fff;
        display: block;
        text-align: left;
        background: #142127;
        color: white;
    }

        #faq .card .card-header .btn-header-link {
            color: #fff;
        }

            #faq .card .card-header .btn-header-link span {
                float: right;
            }

                #faq .card .card-header .btn-header-link span:after {
                    content: "\f107";
                    font-family: 'Font Awesome 5 Free';
                    font-weight: 900;
                    float: right;
                    margin-left: 10px;
                }

    #faq .card .collapsing {
        /*  background: #FFE472;*/
        line-height: 30px;
    }

    #faq .card .collapse {
        border: 0;
    }

        #faq .card .collapse.show {
            /*background: #FFE472;*/
            line-height: 30px;
            color: #222;
        }


/* FANCY COLLAPSE PANEL STYLES */
.fancy-collapse-panel .panel-default > .panel-heading {
    padding: 0;
}

.fancy-collapse-panel .panel-heading {
    /*  padding: 10px 50px 10px 15px;
    display: inline-block;
    width: 100%;
    background-color: #142127;
    color: #ffffff;
    position: relative;  
    border-radius: 10px;*/
    padding: 10px 50px 10px 15px !important;
    display: inline-block;
    background-color: #142127;
    position: relative;
    /*border-radius: 10px;*/
}

.info-div {   
    /* border-radius: 0 0 10px 10px;*/
    color: white;
}

    .info-div .tb-bill-detail {
        width: 100%;
        color: white;
        margin-bottom: 0;
    }

        .info-div .tb-bill-detail td, th {
            padding: 0.1rem;
            vertical-align: top;
            border-top: 1px solid #dee2e6;
        }

        /* .info-div .tb-bill-detail td, .table th {
            vertical-align: middle;
        }*/

        .info-div .tb-bill-detail thead th {
            font-weight: 300;
            font-size: 12px;
            border-bottom: 0;
            padding-left: 1rem;
        }

        .info-div .tb-bill-detail td {
            font-size: 12px;
            font-weight: 300;
            padding: 1px;
        }

.fancy-collapse-panel .panel-heading a {
    color: white;
}

    .fancy-collapse-panel .panel-heading a:after {
        font-family: "FontAwesome";
        content: "\f147";
        position: absolute;
        right: 20px;
        font-size: 20px;
        font-weight: 400;
        top: 50%;
        line-height: 1;
        margin-top: -10px;
    }

    .fancy-collapse-panel .panel-heading a.collapsed:after {
        content: "\f196";
    }


.TruckLoader {
    position: relative;
    width: 135px;
    height: 40px;
    background: #ffc107;
    animation: put-put 2s infinite, move-truck 10s infinite;
    background-size: 100% auto;
    border-radius: 4px;
    -webkit-box-reflect: below 15px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0.1, transparent), to(rgba(255, 255, 255, 0.1)));
}

    .TruckLoader:before, .TruckLoader:after {
        content: "";
        display: block;
        border-radius: 50%;
        width: 16px;
        height: 16px;
        border: 2px solid #fff;
        background: #FFA500;
        position: absolute;
        bottom: -10px;
    }

    .TruckLoader:before {
        left: 6px;
    }

    .TruckLoader:after {
        right: 6px;
    }

.TruckLoader-cab {
    position: absolute;
    left: -35px;
    bottom: 0;
    width: 33px;
    height: 25px;
    background: var(--Primary-Color);
    border-radius: 40% 0 4px 4px;
    -webkit-box-reflect: below 15px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0.1, transparent), to(rgba(255, 255, 255, 0.1)));
}

    .TruckLoader-cab:before, .TruckLoader-cab:after {
        position: absolute;
        content: "";
        display: block;
        background: var(--Primary-Color);
    }

    .TruckLoader-cab:before {
        width: 20px;
        height: 15px;
        top: -15px;
        right: 0;
        border-radius: 100% 0 0 0;
    }

    .TruckLoader-cab:after {
        border-radius: 50%;
        width: 16px;
        height: 16px;
        left: 5px;
        border: 2px solid #fff;
        background: #FFA500;
        position: absolute;
        bottom: -10px;
    }

.TruckLoader-smoke, .TruckLoader-smoke:after, .TruckLoader-smoke:before {
    position: absolute;
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    right: -1px;
    bottom: -5px;
    border-radius: 50%;
    background: #fff;
}

.TruckLoader-smoke {
    animation: smoke-1 2s infinite;
}

    .TruckLoader-smoke:after {
        animation: smoke-2 3s infinite;
    }

    .TruckLoader-smoke:before {
        animation: smoke-3 4s infinite;
    }

@-webkit-keyframes put-put {
    0% {
        margin-top: 0px;
        height: 50px;
    }

    5% {
        margin-top: -2px;
        height: 52px;
    }

    20% {
        margin-top: -1px;
        height: 50px;
    }

    35% {
        margin-top: 1px;
        height: 49px;
    }

    40% {
        margin-top: -1px;
        height: 51px;
    }

    60% {
        margin-top: 1px;
        height: 49px;
    }

    75% {
        margin-top: 0px;
        height: 50px;
    }

    80% {
        margin-top: -4px;
        height: 52px;
    }

    100% {
        margin-top: 1px;
        height: 49px;
    }
}

@-webkit-keyframes smoke-1 {
    0% {
        opacity: 0;
    }

    15% {
        opacity: 0.9;
    }

    100% {
        right: -30px;
        bottom: 5px;
        width: 30px;
        height: 30px;
        opacity: 0;
    }
}

@-webkit-keyframes smoke-2 {
    0% {
        opacity: 0;
    }

    15% {
        opacity: 0.9;
    }

    100% {
        right: -60px;
        bottom: 8px;
        width: 25px;
        height: 25px;
        opacity: 0;
    }
}

@-webkit-keyframes smoke-3 {
    0% {
        opacity: 0;
    }

    15% {
        opacity: 0.9;
    }

    100% {
        right: -40px;
        bottom: 2px;
        width: 35px;
        height: 35px;
        opacity: 0;
    }
}

@-webkit-keyframes move-truck {
    0% {
        margin-left: 90%;
        opacity: 0;
    }

    10% {
        opacity: 1;
    }

    50% {
        margin-left: 45%;
    }

    90% {
        opacity: 1;
    }

    100% {
        margin-left: 0;
        opacity: 0;
    }
}

.modal-right .modal-dialog {
    position: fixed;
    top: 0;
    right: 0;
    margin: 0;
    height: 100%;
    max-width: 65%; /* Adjust width as needed */
    width: 100%;
}

.modal-right .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
}

.modal-right .modal-body {
    overflow-y: auto;
}

.justify-content-space-between{
    justify-content:space-between !important
}

.Pagination-div {
    height: 70px;
    margin-top: 10px;
}
/*------------------------------- */
.pagination {
    /*   border: 1px solid #e5e5e5;  */
    /* -webkit-box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.05);*/
    /*box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.05);*/
    width: 100%;
    text-align: center;
    border-radius: 0;
}

    .pagination li {
        display: inline-block;
        border: 1px solid var(--secondary-color);
        padding: 5px 0;
    }

        .pagination li:first-child {
            float: left;
            border-radius: 5px 0px 0px 5px;
        }

        .pagination li:last-child {
            float: right;
            border-radius: 0px 5px 5px 0px;
        }

        .pagination li a {
            font-size: 14px;
            font-weight: 500;
            /*border: 1px solid var(--secondary-color);*/
            color: #000;
            border-radius: 0px;
            padding: 9px 10px;
        }

        .pagination li:first-child a i {
            margin-right: 8px;
        }

        .pagination li:last-child a i {
            margin-left: 8px;
        }

    .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
        color: var(--text-color);
        background-color: var(--secondary-color);
        border-color: var(--secondary-color);
    }

    .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
        color: #fff;
        background-color: var(--secondary-color);
        border-color: var(--secondary-color);
    }

/*===Loading Button===*/
.btn-loading {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 3rem;
    padding: 0.25rem 1.5rem;
    border-radius: 0.5rem;
    border: none;
    gap: 8px; /* Space between text and spinner */
}

    /* Create a CSS-only spinner using ::after */
    .btn-loading.loading::after {
        content: "";
        display: inline-block;
        width: 1.2rem;
        height: 1.2rem;
        border: 3px solid rgba(255, 255, 255, 0.3);
        border-top-color: white;
        border-radius: 50%;
        animation: spin 0.8s linear infinite;
    }


    .btn-loading span {
        transition: opacity 0.15s linear 0.2s;
        display: inline-block;
        width: 100%;
        opacity: 1;
        pointer-event: all;
    }

    .btn-loading .spinner {
        display: none;
        width: 1.5rem;
        height: 1.5rem;
        animation: rotate 1.5s linear infinite;
    }


        .btn-loading .spinner .path {
            stroke: white;
            stroke-linecap: round;
            animation: dash 1.5s ease-in-out infinite;
        }


    .btn-loading.loading {
        pointer-events: none; /* Disable clicks */        
    }

        .btn-loading.loading .spinner {
            display: inline-block; /* Show spinner */
        }

       /* .btn-loading.loading span {
            transition: none;
            width: 0%;
            opacity: 0;
            pointer-event: none;
        }*/

@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}
th, td {
    white-space: nowrap; /* Prevents wrapping */
    padding: 4px; /* Reduces padding */
}

    th:nth-child(1), th:nth-child(2), td:nth-child(1), td:nth-child(2) {
        width: 30px; /* Adjust width for Sr. No. and checkbox */
        text-align: center;
    }

.custom-control-input {
    transform: scale(0.9); /* Reduce checkbox size */
    margin: 0; /* Align better */
}

