.sidebar-modal {
    position: fixed;
    overflow: auto;
    bottom: 0;
    right: -100%;
    width: 90%;
    max-width: 700px;
    background-color: #ffffff;
    border-top: 1px solid #dfe3e8;
    border-left: 1px solid #dfe3e8;
    box-shadow: 0px 0px 10px 0px #dfe3e8;
    /* box-shadow: 0px 3px 1px -2px rgba(145, 158, 171, 0.2), 0px 2px 2px 0px rgba(145, 158, 171, 0.14), 0px 1px 5px 0px rgba(145, 158, 171, 0.12) !important; */
    min-height: calc(100vh - 56px);
    max-height: calc(100vh - 56px);
    transition: 0.3s;
    z-index: 999;
}

.modal-prj.active,
.sidebar-modal.active {
    right: 0;
    transition: 0.3s;
}

.modal-prj::-webkit-scrollbar,
.sidebar-modal::-webkit-scrollbar {
    width: 15px; /* width of the entire scrollbar */
    height: 15px;
}

.modal-prj::-webkit-scrollbar-track,
.sidebar-modal::-webkit-scrollbar-track {
    background: #f1f1f1; /* color of the tracking area */
}

.modal-prj::-webkit-scrollbar-thumb,
.sidebar-modal::-webkit-scrollbar-thumb {
    background-color: #c1c1c1; /* color of the scroll thumb */
    border: 4px solid #f1f1f1; /* creates padding around scroll thumb */
}
.fa-16 {
    font-size: 16px;
}
.text-gray {
    color: #8c8c8c;
}

.text-black {
    color: #000;
}

.text-small {
    font-size: 12px;
}

.text-lg {
    font-size: 1.125rem !important;
}

.text-md {
    font-size: 1rem !important;
}

.text-sm {
    font-size: 0.875rem !important;
}

.text-xs {
    font-size: 0.75rem !important;
}

.text-xxs {
    font-size: 0.65rem !important;
}

.loader {
    position: fixed;
    display: flex;
    align-items: center;
    text-align: center;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: rgba(233, 235, 232, 0.5);
}

.loader i {
    z-index: 9999;
    width: 100%;
}

.tile:hover {
    background-color: #c8fad6 !important;
    color: #27917c;
    border: 1px solid #e0e0e0;
}

.inpt-new {
    position: relative;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}

.inpt-new .inpt-label {
    position: absolute;
    left: 2px;
    top: 0;
    background-color: #ffffff;
    color: #3a4137;
    white-space: nowrap;
    transform: translate(0, 0);
    transform-origin: 0 0;
    line-height: 0.1;
    padding-top: 0.5em;
    font-size: 1.1em !important;
    transform: translate(0.25rem, -65%) scale(0.8);
}

.inpt-new .inpt-label.inpt-body {
    background-color: #f1f3f4;
}

.inpt-new input.form-control.form-control-sm,
.inpt-new select.form-control.form-control-sm {
    height: calc(1.8125rem + 4px) !important;
}

.inpt-new textarea.form-control.form-control-sm {
    height: auto !important;
}

.w60 {
    width: 60px;
}
.w100 {
    width: 100px;
}
.wmin60 {
    min-width: 60px;
}
.wmin80 {
    min-width: 80px;
}
.wmin100 {
    min-width: 100px;
}
.wmax30 {
    max-width: 30px;
}
.wmax60 {
    max-width: 60px;
}
.wmax70 {
    max-width: 70px;
}
.wmax80 {
    max-width: 80px;
}
.wmax100 {
    max-width: 100px;
}
.wmax120 {
    max-width: 120px;
}
.wmax300 {
    max-width: 300px;
}
.wmax335 {
    max-width: 335px;
}
.wmax400 {
    max-width: 400px;
}
.wmax800 {
    max-width: 800px;
}
.wmax1000 {
    max-width: 1000px;
}
.hmin100 {
    min-height: 100px;
}
.hmin310 {
    min-height: 310px;
}
.no-wrap {
    white-space: nowrap;
}
.ng-animate.no-animate {
    transition: 0s none;
    -webkit-transition: 0s none;
    animation: 0s none;
    -webkit-animation: 0s none;
}
body.md-default-theme,
body,
html.md-default-theme,
html {
    background-color: var(--ds-body-bg) !important;
}

.tile:hover {
    background-color: #e9eaeb !important;
    border: 1px solid #e0e0e0;
}
.text-z-gray {
    color: #313b49 !important;
}
