﻿@property --tw-border-style {
    syntax: "*";
    inherits: false;
    initial-value: solid;
}
:root {
    --color-gray-600: #4b5563;
    --color-red-50: #fef2f2;
    --color-red-800: #991b1b;
    --color-green-50: #ecfdf5;
    --color-green-800: #065f46;
}

.footer-dark {
    --tw-bg-opacity: 1 !important;
    background-color: #126840 !important;
}



.border-lightgreen-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(114 192 65 / var(--tw-border-opacity)) !important;
}

.ps-3 {
    -webkit-padding-start: 0.75rem !important;
    padding-inline-start: 0.75rem !important;
}

.panel-text-rm {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.va-middle {
    vertical-align: middle;
}

.text-xxl {
    font-size: 1.75rem !important;
    line-height: 1.75rem !important;
}

.text-red{
    color:red;
}

.wrapper {
    min-height: calc(100vh - 278.4px);
}

.relative:has(button[aria-expanded="true"]) {
    -moz-box-shadow: 0 0 5px rgb(16, 185, 129) !important;
    -webkit-box-shadow: 0 0 5px rgb(16, 185, 129) !important;
    box-shadow: 0 0 5px rgb(16, 185, 129) !important;
}

.text-danger{
    color:red;
}


table {
    background: #66c430;
    border-radius: 0.25em;
    border-collapse: collapse;
    margin-top: 1em;
    margin-bottom: 1em;
}

th {
    border-bottom: 1px solid #FFF;
    color: #FFF;
    font-size: 1em;
    font-weight: 600;
    padding: 0.5em 1em;
    text-align: left;
}

td {
    color: #fff;
    font-weight: 400;
    padding: 0.65em 1em;
}

.disabled td {
    color: #4F5F64;
}

tbody tr {
    transition: background 0.25s ease;
}

    tbody tr:hover {
        background: #aaaaaa94;
    }

.icon-plus {
    float: right;
}

.btn:disabled{
    color: transparent;
        
}


.disabled-btn:disabled {
    background-color: rgba(102, 196, 48, 0.43) !important;
}

.acc-base {
    display: flex;
    flex-direction: row;
}

.acc-item1{
    flex-grow:1;
}
.acc-item2 {
    margin-top: 45px;
}

.ta-fw{
    width:100%;
}

.pl-15{
    padding-left:15px;
}

.pl-50 {
    padding-left: 50px;
}


.required:after {
    content: " *";
    color: red;
}
.ckr-confrimation-text {
    line-height: 2;
}

.tableHeaderTH {
    border-color: #66c430;
    font-size: 16px;
    padding: 0.7em;
}

.logo-top {
    top: 15px;
    position: relative;
}

tbody {
    background-color: white;
    border: 1px solid #66c430;
}

    tbody > tr > td {
        color: black;
        border-bottom: 1px solid #66c430;
    }

.hover\:text-gray:hover {
    color: gray;
}

.overflow-auto {
    overflow:auto;
}

.breadcrumb-py {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

@media only screen and (max-width: 640px) {
    .breadcrumb-py
    {
        padding-top: 3rem !important;
        padding-bottom: 4rem !important;
    }

    .hidden-m{
        display:none !important;
    }
}

.my-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}
#chatbot {
    width: 100%;
    height: 100vh;
}


.chatux-btn-chat, .chatux-btn-chat:hover {
    background-color: #66c430 !important;
    border-color: #66c430 !important;
}

.botui-actions-buttons-button {
    display: inline-block;
    border-width: 1px;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    text-align: center;
    vertical-align: middle;
    font-size: 15px;
    line-height: 28px;
    font-weight: 600;
    letter-spacing: 0.025em;
    -webkit-transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --tw-text-opacity: 1 !important;
    color: rgb(102 196 48 / var(--tw-text-opacity)) !important;
    --tw-border-opacity: 1 !important;
    border-color: rgb(102 196 48 / var(--tw-border-opacity)) !important;
    border-radius: 0.375rem !important;
    float:right;
}

.botui-actions-text-input {
    margin-top: 10px !important;
}

.botui-container {
    background-color: #f9fafb !important;
}

.min-width125 {
    min-width: 125px;
}

.tab-item.active {
    --tw-text-opacity: 1 !important;
    color: rgb(102 196 48 / var(--tw-text-opacity)) !important;
}

.border-b-2 {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 2px;
}

.border-emerald-600 {
    border-color: var(--color-emerald-600);
}

.text-gray-500 {
    color: #6b7280 !important;
}
.text-gray-600 {
    color: #4b5563 !important;
}

.hover\:text-black:hover {
    --tw-text-opacity: 1 !important;
    color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}

.hover\:border-gray-300:hover {
    --tw-text-opacity: 1 !important;
    border-color: #d1d5db !important;
}

.border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
}



.hover\:text-gray-600:hover {
    color: var(--color-gray-600);
}

.float-right {
    float: right;
}
.float-left {
    float: left;
}


.flex-basis-35 {
    flex-basis: 35%;
}
.flex-basis-15 {
    flex-basis: 15%;
}
.flex-basis-10 {
    flex-basis: 10%;
}

.form-input[readonly='readonly'] {
    background-color: #ececec;
    cursor: not-allowed;
}



.table-double {
    text-align: center;
    font-weight: bold;
    background-color: #66c430;
    color:white;
}

.table-double-header {
    text-align: center;
    font-weight: bold;
    background-color: #339966;
}



.table-double-no-bg {
    text-align: center;
}

.smallTable td {
    padding: 2px;
    width: 50%;
    border: 1px solid #66c430;
}

.gap-22 {
    gap: 6.5rem !important;
}

.innerTableDetails{
    margin: 0 !important
}

    .innerTableDetails td:first-child {
        width: 25% !important;
        border-left: none !important;
    }

    .innerTableDetails td:last-child {        
        border-right: none !important;
    }

/*.innerTableDetails tr td:nth-child(1n + 2) {
    width: 30%;
}*/

.no-padding{
    padding: 0 !important;
}

.innerTableDetails tbody {
    border-left: none;
    border-right: none;
}

.paymentPlanTable {
    table-layout: fixed;
}

    .paymentPlanTable td, .paymentPlanTable th{
        text-align: center;
    }



.text-red-800 {
    color: var(--color-red-800);
}

.bg-red-50 {
    background-color: var(--color-red-50);
}

.text-green-800 {
    color: var(--color-green-800);
}

.bg-green-50 {
    background-color: var(--color-green-50);
}

.h-14 {
    height: 3.5rem !important;
}

.h-8 {
    height: 2rem !important;
}

.select2-search__field{
    height: 25px !important;
}

.justify-text{
    text-align:justify;
}

.download-col {
    width: 250px;
}

.fs-12 {
    font-size: 12px;
    line-height: 16px;
}

.align-self-center {
    align-self: center;
}


.chat{
    height:500px;
}