@import '~antd/dist/reset.css';
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700|Poppins:400,500&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.toggle-activated {
    background-color: #14db14;
    vertical-align: top;
    color: #fff;
}

.toggle-deactivated {
    background-color: #ff0000;
    vertical-align: top;
    color: #fff;
    background-image: none;
}


.disabled-Edit-Icon {
    color: #8080807d;
}

.Editable-Icon {
    color: #1890ff;
}

.ant-descriptions-item-label>span {
    font-weight: bold;
    font-size: small;
}

.contracts .ant-table-thead>tr>th {
    background: #2195f3 !important;
    color: #fff;
    padding: 8px 8px;
}

.ant-table-thead>tr>th,
.ant-table tfoot>tr>th {
    padding: 8px 8px;
}


.ant-table-tbody>tr>td,
.ant-table tfoot>tr>td {
    padding: 0.3em !important;
}

.contracts .ant-table.ant-table-bordered>.ant-table-container>.ant-table-content>table>thead>tr>th {
    text-align: center;
    font-size: 16px;
    font-family: sans-serif;
    font-weight: bold;
}

.contracts .ant-table-thead>tr>th,
.contracts .ant-table-tbody>tr>td,
.contracts .ant-table tfoot>tr>th,
.contracts .ant-table tfoot>tr>td {
    padding: 0.3rem !important;
}

.contracts .ant-table-row-expand-icon-cell {
    /* width: 50px !important;
    background-color: yellow !important; */
    background: #2195f3 !important;
    color: #fff;
    /* padding: 8px 8px; */
}

.ant-list-item {
    padding: 0.3rem !important;
}


.export-excel-btn {
    color: #fff;
    margin-right: 20px;
    background-color: #088f08;
    border-color: #088f08;
    text-shadow: 0 -1px 0 rgb(0 0 0 / 12%);
    -webkit-box-shadow: 0 2px 0 rgb(0 0 0 / 5%);
    box-shadow: 0 2px 0 rgb(0 0 0 / 5%);
    border-radius: 4px;
}

.export-excel-btn:hover,
.export-excel-btn:focus,
.export-excel-btn:active,
.export-excel-btn.active {
    color: #fff;
    background-color: rgba(0, 128, 0, 0.9);
    border-color: rgba(0, 128, 0, 0.9);

}

.export-excel-btn-disabled {
    color: #fff;
    margin-right: 20px;
}

span.ant-descriptions-item-label {
    font-weight: bold;
    /* font-size: small; */
}

::-webkit-scrollbar {
    width: 7px;
    height: 7px;
}

::-webkit-scrollbar-track {
    background-color: darkgrey;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;

}

.ant-divider-horizontal {
    border-top-color: #333;
    border-width: 2px;
}

.ant-table-thead .ant-table-cell {
    background-color: #7dcfb6 !important;
    box-shadow: 0 4px 8px 0 #00000033 !important;
    /* color:white !important; */
}

.header-style {
    background-color: #1890ff;
}


.qr-container {
    background-image: white;
    background-size: cover;
    padding: 20px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.qr-card-container {
    background-color: #36454F;
    border-radius: 6px;
    padding: 15px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    margin: 20px 0px;
}

.qr-container .ant-descriptions-item-label {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    font-family: Arial, sans-serif;
}

.qr-index {
    font-family: Arial, sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: white;
}

.qr-heading {
    font-family: Montserrat;
    font-size: 25px;
    font-weight: 600;
    text-align: center;
    padding: 20px;
    color: #333333;
}

.qr-sub-heading {
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    padding: 10px;
    color: #ffffff;
}

.qr-view-more-button {
    border-width: 2px;
    border-color: transparent;
    /* color: white; */
    text-align: center;
    font-family: Montserrat;
    font-weight: 500;

}

.qr-button {
    text-align: center;
    background-color: transparent;
    border-radius: 6px;
    border-width: 2px;
    border-color: blueviolet;
}

.qr-app {
    /* text-align: center; */
    /* background-color: #1b2034; */
    color: #fff;
    /* font-family:sans-serif; */
    /* padding: 2rem 1rem; */
    /* background-size: cover; */
}



.qrcode {
    font-size: 2.5rem;
}

.qr-generator {
    appearance: none;
    outline: none;
    border: none;
    background: none;
    cursor: pointer;
    color: #2bcb4b;
    font-size: 1.5rem;
    line-height: 1;
    text-decoration: none;
    margin-left: 0.5rem;
}

.qr-image {
    /* display: block; */
    max-width: 40px;
    max-height: 40px;
}

.detailed-view-image {
    height: 120px;
    width: 120px;
    border-radius: 60px;
    display: block;
    margin-left: auto;
    margin-right: auto;

}


.tble{
    border: 1px solid #ddd;
    padding: 8px;
    text-align: left;
    font-size: 15px; 
    font-weight: 600;
    margin-bottom: 10px; 
    color: #1890ff;
    background-color: #f2f2f2;
}

.tbledata{
    border: 1px solid #ddd;
    padding: 8px; 
    text-align: left;
    font-size: 15px; 
    font-weight: 600;
    margin-bottom: 10px;
    color: #2C3E50;
}