
.card .main-tbl-data .table-responsive {
    height: calc(100vh - 304px);
}

.card .main-tbl-data .table-responsive .table thead {
    position: sticky;
    top: 0;
    z-index: 9;
}
.table-responsive {
    overflow-x: auto;
    overflow-y: auto;
    position: relative;
    display: block;
    width: 100%;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
@media (min-width: 768px) {
    .pb-md-0, .py-md-0 {
        padding-bottom: 0 !important;
    }
}
.mb-auto, .my-auto {
    margin-bottom: auto !important;
}
.mt-auto, .my-auto {
    margin-top: auto !important;
}
.pb-2, .py-2 {
    padding-bottom: .5rem !important;
}
.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}

.d-flex {
    display: -ms-flexbox!important;
    display: flex !important;
}
.mt-1 {
    margin-top: 1rem !important;
}

@keyframes rotate {
                100% {
                    transform: rotate(360deg);
                }
            }
        .form-label1.form-label-width-info svg {
            display: block;
        }

        .form-label1.form-label-width-info {
            display: flex;
            align-items: center;
            gap: 12px;
            justify-content: space-between;
        }

        .dropdown-menu {
            display: none;
            position: absolute;
            z-index: 1000;
        }

        .dropdown-menu.show {
            display: block;
        }

        .dropdown.show .dropdown-menu {
            display: block;
        }

        .progress-bar-container {
            width: 100%;
            background-color: #28a745;
            border-radius: 3px;
            margin-top: 5px;
            overflow: hidden;
        }

        .required-asterisk {
            color: rgb(0, 0, 0);
        }
        .imgs {
            height: 80px;
            width: auto;
            border-radius: 10px;
        }

        .brochure-link {
            display: inline-block;
            padding: 5px 5px;
            background-color: #3673d7;
            color: white;
            text-decoration: none;
            border-radius: 5px;
            transition: background-color 0.3s ease;
        }

        .brochure-link:hover {
            background-color: #3673d7;
            color: #fff;
            text-decoration: none;
        }

        .brochure-link {
            text-decoration: none;
            color: #fff;
        }

        .form-center {
            text-align: center;
        }

        .form-center .slim {
            margin: 0 auto 20px;
        }

        .form-center .user-thumbmail-img-div img {
            margin: 0 auto;
            display: flex;
            text-align: center;
            height: 100px;
            width: 200px;
            object-fit: cover;
        }

        .form-center .user-featured-img-div img {
            margin: 0 auto;
            display: flex;
            text-align: center;
            height: 100px;
            width: 200px;
            object-fit: cover;
        }
        .form-center .user-project_plan img {
            margin: 0 auto;
            display: flex;
            text-align: center;
            height: 100px;
            width: 200px;
            object-fit: cover;
        }
        .btn-add-thumbmail {
            background-color: #3673d7;
            color: white;
            padding: 10px 20px;
            border: none;
            border-radius: 5px;
            cursor: pointer;
            font-size: 16px;
        }

        .btn-add-featured {
            background-color: #3673d7;
            color: white;
            padding: 10px 20px;
            border: none;
            border-radius: 5px;
            cursor: pointer;
            font-size: 16px;
        }

        .upload-main {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 8px;
        }
        .columns-align-end {
            align-items: end;
        }
        .columns-align-end {
            align-items: end;
        }

        @-webkit-keyframes spinner-border {
            to {
                -webkit-transform: rotate(-360deg);
                transform: rotate(-360deg);
            }
        }

        @keyframes spinner-border {
            to {
                -webkit-transform: rotate(-360deg);
                transform: rotate(-360deg);
            }
        }

        .spinner-border {
            display: inline-block;
            width: 2rem;
            height: 2rem;
            vertical-align: text-bottom;
            border: 0.25em solid currentColor;
            border-left-color: transparent;
            border-radius: 50%;
            -webkit-animation: spinner-border .75s linear infinite;
            animation: spinner-border .75s linear infinite;
        }

        .spinner-border-sm {
            width: 1rem;
            height: 1rem;
            border-width: 0.2em;
        }

        .spinner-border {
            vertical-align: sub;
        }
        .amount {
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .audio-table .theme-scrollbar {
            height: 270px;
        }

        /* faqs */

        .faq-container {
            max-width: 800px;
            margin: 20px auto;
            padding: 20px;
            font-family: Arial, sans-serif;
        }

        .faq-set {
            position: relative;
            margin-bottom: 15px;
            border-radius: 5px;
        }

        .faq-input {
            width: 100%;
            padding: 10px;
            margin-bottom: 10px;
            border: 1px solid #ddd;
        }

        /* .edit-btn {
            position: absolute;
            top: 10px;
            right: 10px;
            background: none;
            border: none;
            cursor: pointer;
            color: #666;
        } */

        textarea.faq-input {
            min-height: 100px;
            resize: vertical;
        }

        .faq-btn{
            display: flex;
        }

        .custom-error {
            font-size: 11px;
            line-height: 16px;
            padding: 4px 8px;
            border-radius: 6px;
            font-weight: 500;
            background-color: #ea5455 !important; /* Red background */
            color: #ffffff !important; /* White text */
            display: inline-block;
            margin-top: 0;
            margin-bottom: 10px;
        }