﻿.bg-white {
    --bs-bg-opacity: 0 !important;
}
.spaceDiv {
    margin-bottom: 8px !important;
}
.BackGrndRed {
    background-color: red !important;
    color: white;
}
.mCustomScrollBox {
    margin-top: 50px !important;
}
#CaptchaInputText {
    background: #fff;
    color: #6e6e6e;
    line-height: 1.5;
    font-size: 13px;
    height: 2.813rem;
    border-radius: 0.375rem;
    border-color: #CCCCCC;
}
#CaptchaInputText {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #888888;
    background-color: #F5F5F5;
    background-clip: padding-box;
    border: 1px solid #E6E6E6;
    appearance: none;
    border-radius: 0.75rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.fontCss {
    /*color: #374557;*/
    color: darkred;
    white-space: nowrap;
    font-size: 1rem;
    text-transform: capitalize;
    font-weight: 500;
    padding: -0.75rem 0.9375rem;
}
.fontCssTemp {
    /*color: #374557;*/
    color: darkred;
    white-space: nowrap;
    font-size: 0.9rem;
    text-transform: capitalize;
    font-weight: 500;
    padding: -0.75rem 0.9375rem;
}
.fontCssTemp2 {
    /*color: #374557;*/
    color: darkred;
    white-space: nowrap;
    font-size: 0.8rem;
    text-transform: capitalize;
    font-weight: 500;
    padding: -0.75rem 0.9375rem;
}
.displayNone {
    display:none;
}
.VisibilityHidden {
    visibility:hidden;
}
.clearfix {
    clear: both;
    padding: 0;
    margin: 0;
    height: 10px;
    display: block;
}
.borderRed {
    border:1px solid red !important;

}
.mandatory:after {
    content: " *";
    color: red;
}
.Notify {
    position: fixed;
    bottom: 0;
    right: 0;
}
hr {
    border: none;
    border-top: 5px double #0e5ac4;
    color: #0e5ac4;
    overflow: visible;
    text-align: center;
    height: 5px;
}

    hr:after {
        background: #fff;
        content: '§';
        padding: 0 4px;
        position: relative;
        top: -13px;
    }

table.dataTable tbody td {
    word-wrap: break-word;
    white-space: normal !important;
}
.BorderRight {
    border-right: 1px solid darkred;
}
.fa-spin {
    display:none;
}

.form-control:disabled, .form-control[readonly] {
    background: #f0ecec !important;
}
.mGrid {
    width: 100%;
    background-color: #fff;
    margin: 2px 0 4px 2;
    border: 1px solid #C0C0C0;
    border-collapse: collapse;
    font-family: Calibri;
    font-size: 13px;
    font-weight: normal;
}

    .mGrid tbody td {
        margin: 2px;
        padding: 2px;
        border: solid 1px #c1c1c1;
        color: #000000;
    }

    .mGrid th {
        padding: 3px 3px 3px 6px;
        color: #525252;
        background: repeat-x top;
        font-size: 12px;
        text-align: left;
        vertical-align: middle;
        height: 25px;
        background-color: #f9f6f1;
        font-weight: normal;
    }
.FinanceDashbord {
    padding-top:10px;
    text-align:center;
}

body::-webkit-scrollbar {
    width: 1em;
}

body::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

body::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 1px solid slategrey;
}
.text-right {
    text-align: right;
}
.Width200 {
    width:600px !important;
}
.CustomeReadonly {
    pointer-events: none;
}
.without_ampm::-webkit-datetime-edit-ampm-field {
    display: none;
}

input[type=time]::-webkit-clear-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    appearance: none;
    margin: -10px;
}
.custome_class {
    width: 6.1em;
    height: 2.1em;
    border-radius: 50%;
}
