body {
    font-size: 80%;
}

html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }

    .imgSize {
        width: 50px;
        height: 50px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

.formTitle {
    background-color: #f5f5f5 !important;
}

.table .ligth-body tr td:last-child.dataTables_empty {
    text-align: center !important;
}

.table-responsive .dt-buttons {
    display: none !important;
}

.numElement {
    text-align: right !important;
}


.table .ligth.ligth-data th:last-child {
    text-align: left !important;
}

.table .ligth-body tr td:last-child {
    text-align: left !important;
}

.mt-40 {
    margin-top: 40px !important;
}

.reqSymbol {
    color: red;
}

.filterButtons {
    margin-top: 38px !important;
}

.select2-container {
    display: block !important;
}

.divSelectedFilter .bg-light {
    background-color: #f4f5fa !important;
}

.mr-35 {
    margin-right: 35px !important;
}

.spanCurrency {
    font-size: 18px;
    font-weight: bold;
    margin-right: 10px;
}


/********file upload control style ********/
#divUploadExcelControl [type="file"] {
    width: 100%;
    height: 100%;
    min-width: 14ch;
    position: absolute;
    text-align-last: center;
    cursor: pointer;
    color: transparent;
}

#divUploadExcelControl input[type="file"]:focus {
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

#divUploadExcelControl [type="file"]::file-selector-button {
    content: 'select';
    display: contents;
    width: 100%;
    margin-inline-end: 0;
    padding: 0.6rem;
    border: none;
    border-radius: 0;
    text-transform: uppercase;
}

.drop-container {
    position: relative;
    display: flex;
    gap: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100px;
    padding: 10px;
    border-radius: 10px;
    border: 2px dashed rgba(0, 0, 0, .15);
    color: #444;
    cursor: pointer;
    transition: background .2s ease-in-out, border .2s ease-in-out;
}

    .drop-container:hover {
        background: #eee;
        border-color: #111;
    }

        .drop-container:hover .drop-title {
            color: #222;
        }

        .drop-container:hover .imgExcelUploadIcon {
            opacity: 1;
        }


.drop-title {
    color: rgba(0, 0, 0, .15);
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    transition: color .2s ease-in-out;
}

.imgExcelUploadIcon {
    width: 42px;
    height: 42px;
    opacity: 0.3;
    transition: opacity .2s ease-in-out;
}

.mr-35 {
    margin-right: 35px !important;
}

.divSelectedFilter i {
    color: #e08db4 !important;
}

table.dataTable > thead .sorting:before,
table.dataTable > thead .sorting_asc:before,
table.dataTable > thead .sorting_asc_disabled:before,
table.dataTable > thead .sorting_desc:before,
table.dataTable > thead .sorting_desc_disabled:before {
    right: 0em !important;
}

.bg-red {
    background-color: #C7253E !important;
}

.text-danger {
    color: #C7253E !important;
}

.text-red {
    color: #C7253E !important;
}

.amountLable {
    font-weight: 800;
}

/*
    Button Loader
*/

.btn-loading {
    position: relative;
    color: transparent !important;
    text-shadow: none !important;
    cursor: not-allowed !important;
}

    .btn-loading > * {
        opacity: 0;
        pointer-events: none;
    }

    .btn-loading:after {
        content: "";
        display: inline-block;
        vertical-align: text-bottom;
        border: 2px solid currentColor;
        border-right-color: transparent;
        border-radius: 100rem;
        color: #fcfdfe;
        position: absolute;
        width: 1.25rem;
        height: 1.25rem;
        left: calc(50% - 1.25rem/ 2);
        top: calc(50% - 1.25rem/ 2);
        animation: spinner-border .75s linear infinite
    }

@keyframes spinner-border {
    to {
        transform: rotate(360deg)
    }
}

.amountLable {
    font-weight: 800;
}



.modal-right.modal.fade .modal-dialog {
    transform: translate(50px, 0px);
}

.modal-right.modal.show .modal-dialog {
    transform: none;
}


.modal-right.modal .modal-dialog {
    margin-right: 0px !important;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
    max-width: 75%;
    margin: 30px auto;
}

.modal-right .modal-dialog, .modal-right .modal-content {
    height: 100%;
}

.modal-right .modal-body {
    height: 100%;
    overflow-y: scroll;
}

.modal-right .modal-header button.close {
    padding-left: 0;
    padding-top: 13px;
    font-weight: normal;
}

/*.modal-right .modal-dialog .close {
    margin-right: inherit;    
}

.modal-right button.close {
    border: 1px solid;
    border-radius: 50%;
    width: 25px;
    height: 25px;
}*/
.modal-right .close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity = 50);
    opacity: 1;
}

.pl-15 {
    padding-left: 15px !important;
}

.pr-15 {
    padding-right: 15px !important;
}

.bold {
    font-weight: bold !important;
}

hr {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    width: 95% !important;
}

.flex-1 {
    flex: 1;
}

.flex-4 {
    flex: 4;
}

.summary-progress-container {
    position: relative;
}

.summary-progress-circle {
    transform: rotate(-90deg);
}

.summary-progress-background {
    fill: none;
    stroke: #e6e6e6;
    stroke-width: 6;
}

.summary-progress-bar {
    fill: none;
    stroke: #78C091;
    stroke-width: 6;
    stroke-linecap: round;
    transition: stroke-dasharray 0.5s ease;
}

.summary-progress-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 14px;
    font-weight: bold;
}

/* chintan 14/11/2024 image Size*/

.imgSize {
    width: 80px;
    height: 80px;
}
/*chintan 14/11/2024 data table Size */
.data-table {
    width: 100% !important;
}

.radius {
    border-radius: 50%;
}
#SpTable tr td{
    padding:10px !important;
}


/*Notification Status*/
.notification-status {
    display: inline-flex;
    align-items: center;
    height: 1.5rem;
    padding: .25rem .75rem;
    gap: .5rem;
    color: #206bc4;
    font-size: .875rem;
    text-transform: none;
    letter-spacing: normal;
    border-radius: 100rem;
    font-weight: 500;
    line-height: 1;
    margin: 0;
    position: absolute;
    left: 10px;
    bottom: 43%;
}

    .notification-status .notification-status-dot {
        background: #206bc4;
    }
.notification-status-dot {
    position: relative;
    display: inline-block;
    width: 0.5rem;
    height: 0.5rem;
    background: #206bc4;
    border-radius: 100rem
}

.notification-status-dot-animated:before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background: inherit;
    border-radius: inherit;
    opacity: .6;
    animation: 1s linear 2s backwards infinite status-pulsate-tertiary
}

@keyframes status-pulsate-tertiary {
    25% {
        transform: scale(1,1)
    }

    80% {
        transform: scale(3,3);
        opacity: 0
    }

    100% {
        transform: scale(3,3);
        opacity: 0
    }
}