:root {
    --indigo: #6610f2;
    --teal: #20c997;
}

.datedropper {
    --dd-color1: #057092 !important;
}

/* Utility Classes */

.fw-600 {
    font-weight: 600;
}

/* .pick.pick-y {
    background: #2451b173;
    color: #000000;
}
 */
.datedropper .picker ul.pick .pick-arw.pick-arw {
    color: #fff !important;
    opacity: 0.4;
}

.datedropper .picker ul.pick.pick-y {
    height: 45px !important;
}

.datedropper .picker .pick-btns {
    height: 42px !important;
}

.datedropper .pick-submit {
    width: 43px !important;
}

.datedropper .pick-submit svg {
    height: 14px !important;
    top: 15px !important;
}

.datedropper .picker ul.pick-m:after {
    content: "";
    pointer-events: none;
    position: absolute;
    top: 0 !important;
    left: 0 !important;
    bottom: 0 !important;
    right: 0 !important;
    border-top-left-radius: 6px !important;
    border-top-right-radius: 6px !important;
    background-color: #034c63 !important;
}

.datedropper .picker ul.pick-y li {
    color: white !important;
}

.datedropper .picker ul.pick-y:after {
    content: "";
    pointer-events: none;
    position: absolute;
    top: 0 !important;
    left: 0 !important;
    bottom: 0 !important;
    right: 0 !important;
    background-color: #057092 !important;
    border-radius: 0px !important;
}

.datedropper .picker ul.pick-m .pick-arw.pick-arw {
    opacity: 1 !important;
}
.datedropper .picker ul.pick-m .pick-arw svg {
    color: white !important;
}

.datedropper .picker ul.pick-lg-b li.pick-sl:before {
    background-color: #3ecbdd !important;
}

.datedropper .picker .pick-btns .pick-submit {
    margin-top: 10px;
    background: #034c63 !important;
}

.datedropper .picker .pick-lg ul.pick-lg-b li.pick-sl:after,
div.datedropper .picker .pick-lg ul.pick-lg-b li.pick-sl:before {
    transform: translate(-50%, -50%) scale(1.2) !important;
}
.datedropper .picker .pick-lg ul.pick-lg-b li:not(.pick-h):hover:before {
    transform: translate(-50%, -50%) scale(1.2) !important;
}

/* -------------------------------------- */
/*               Password Eye             */
/* -------------------------------------- */

.eye-wrapper {
    position: absolute;
    right: 4px;
    top: 6px;
    cursor: pointer;
}

@font-face {
    font-family: Bombay Black;
    src: url("../fonts/Bombay/Bombay.ttf");
}

body {
    background-color: white !important;
}

select {
    appearance: auto !important;
    color: black !important;
}

footer {
    background: #2196f3 !important;
    color: white !important;
    padding: 10px 10px !important;
    font-weight: 400;
}

footer a {
    color: yellow;
    font-weight: bold;
    font-size: 16px;
}

.preloader .icon {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 5;
    background-color: rgba(0, 0, 0, 0);
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../gif/metric-loading.gif);
    background-size: 320px;
    transition: all 200ms ease;
    transform-origin: center center;
}

.loading-progress-wrapper {
    height: 100vh;
    display: none;
    overflow-y: hidden;
    z-index: 999999;
    width: 100%;
    background: white;
    position: fixed;
}

.progress-wrapper {
    background: #e1dbf0;
    border: solid 1px #e1dbf0;
    border-radius: 4px;
    height: 20px;
    overflow: hidden;
    margin: auto;
    width: 100%;
    margin-top: 300px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1) inset;
    /*progress width*/
    width: 50%;
}

.progress-bar {
    background: #00a7ff;
    height: inherit;
}

.progress-bar-width {
    border-radius: 0px;
    width: 100%;
}

.progress-bar-anim {
    animation: progress 1s linear infinite;
    /* Don't touch this anim bar color*/
    background: linear-gradient(
        -45deg,
        rgba(255, 255, 255, 0.25) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, 0.25) 50%,
        rgba(255, 255, 255, 0.25) 75%,
        transparent 75%,
        transparent
    );
    /* Don't touch this */
    background-repeat: repeat-x;
    /* The size of the bars must match the background-position in the @keyframes */
    background-size: 1.5em 1.5em;
    border-radius: 0px;
    height: inherit;
    width: 100%;
}

@keyframes progress {
    to {
        background-position: 1.5em 0;
    }
}

.content {
    min-height: calc(100vh - 215px);
}

.page-wrapper {
    background-color: white !important;
}

.checkbox {
    display: inline-block;
    transform: translateZ(0);
}

.checkbox label {
    cursor: pointer;
    padding-left: 0;
    position: unset;
    display: unset;
    color: black;
    font-size: 15px;
}

.checkbox input[type="checkbox"] {
    opacity: 0;
    position: absolute;
    margin: 0;
    z-index: -1;
    width: 0;
    height: 0;
    overflow: hidden;
    left: 0;
    pointer-events: none;
}

.checkbox .checkbox-material {
    vertical-align: middle;
    position: relative;
    top: 3px;
    padding-right: 10px;
}

.checkbox .checkbox-material:before {
    position: absolute;
    left: 8px;
    top: 2px;
    content: "";
    background-color: rgba(0, 0, 0, 0.5);
    height: 4px;
    width: 4px;
    border-radius: 100%;
    z-index: 1;
    opacity: 0;
    margin: 0;
}

.checkbox .checkbox-material .check {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 2px solid;
    border-radius: 2px;
    overflow: hidden;
    z-index: 1;
}

.checkbox .checkbox-material .check:before {
    position: absolute;
    content: "";
    transform: rotate(45deg);
    display: block;
    margin-top: -4px;
    margin-left: 6px;
    width: 0;
    height: 0;
    box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0,
        0 0 0 0 inset;
    animation: checkbox-off 0.3s forwards ease-out;
}

.checkbox input[type="checkbox"]:focus + .checkbox-material .check:after {
    opacity: 0.2;
}

.checkbox input[type="checkbox"]:checked + .checkbox-material .check:before {
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px,
        -5px 5px 0 10px, 20px -12px 0 11px;
    animation: checkbox-on 0.3s forwards ease-out;
}

.checkbox input[type="checkbox"]:not(:checked) + .checkbox-material:before {
    animation: rippleOff 700ms forwards ease-out;
}

.checkbox input[type="checkbox"]:checked + .checkbox-material:before {
    animation: rippleOn 700ms forwards ease-out;
}

.checkbox
    input[type="checkbox"]:not(:checked)
    + .checkbox-material
    .check:after {
    animation: rippleOff 700ms forwards ease-out;
}

.checkbox input[type="checkbox"]:checked + .checkbox-material .check:after {
    animation: rippleOn 700ms forwards ease-out;
}

.checkbox
    input[type="checkbox"][disabled]:not(:checked)
    ~ .checkbox-material
    .check:before,
.checkbox input[type="checkbox"][disabled] + .circle {
    opacity: 0.5;
}

.checkbox input[type="checkbox"][disabled] + .checkbox-material .check:after {
    background-color: rgba(0, 0, 0, 0.84);
    transform: rotate(-45deg);
}

.checkbox-material .check {
    color: #0783e9;
}

.checkbox-material:before {
    background-color: #0783e9;
}

input[type="checkbox"]:checked + .checkbox-material .check {
    color: #0783e9;
}

@keyframes checkbox-on {
    0% {
        box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px,
            0px 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px;
    }

    50% {
        box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px,
            0px 32px 0 20px, -5px 5px 0 10px, 20px 2px 0 11px;
    }

    100% {
        box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px,
            0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px;
    }
}

@keyframes checkbox-off {
    0% {
        box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px,
            0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px, 0 0 0 0 inset;
    }

    25% {
        box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px,
            0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px, 0 0 0 0 inset;
    }

    50% {
        transform: rotate(45deg);
        margin-top: -4px;
        margin-left: 6px;
        width: 0px;
        height: 0px;
        box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px,
            0px 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px, 0 0 0 0 inset;
    }

    51% {
        transform: rotate(0deg);
        margin-top: -2px;
        margin-left: -2px;
        width: 20px;
        height: 20px;
        box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0,
            0px 0px 0 10px inset;
    }

    100% {
        transform: rotate(0deg);
        margin-top: -2px;
        margin-left: -2px;
        width: 20px;
        height: 20px;
        box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0,
            0px 0px 0 0px inset;
    }
}

@keyframes rippleOn {
    0% {
        opacity: 0.5;
    }

    100% {
        opacity: 0;
        transform: scale(13, 13);
    }
}

@keyframes rippleOff {
    0% {
        opacity: 0.5;
    }

    100% {
        opacity: 0;
        transform: scale(13, 13);
    }
}

.fw-bold,
.font-weight-bold {
    font-weight: 700 !important;
}

[data-sidebartype="full"] .page-titles {
    padding: 20px 20px 20px 6px;
}

#main-wrapper[data-layout="vertical"][data-sidebartype="full"] .page-wrapper {
    margin-left: 252px !important;
}

.page-wrapper > .page-titles {
    max-width: 100%;
    margin: 0 auto;
}

.mini-sidebar .page-titles {
    padding: 20px 0px;
}

[data-sidebartype="full"] .logo-icon,
.expand-logo .logo-icon {
    display: none;
}

.topbar {
    background: #2196f3 !important;
}

.scroll-sidebar {
    height: 100%;
}

.left-sidebar {
    box-shadow: 2px 0px 10px 3px #2196f354;
    width: 252px;
}

.list-style-none {
    list-style: none;
}

.fa,
.fab,
.fad,
.fal,
.far,
.fas {
    font-family: "Font Awesome 5 Pro" !important;
}

.sidebar-nav ul#sidebarnav li ul li {
    position: relative;
    display: block;
    padding: 0px 0px 0px 20px;
}

.sidebar-nav ul .sidebar-item .sidebar-link i {
    width: 37px;
}

.sidebar-nav > ul > li a {
    padding: 2px 5px !important;
}

.sidebar-nav ul .sidebar-item .sidebar-link:hover {
    font-weight: 500;
}

.sidebar-nav .has-arrow::after {
    top: 14px;
    transform: rotate(135deg);
}

.sidebar-nav .has-arrow.active::after {
    top: 12px;
    transform: rotate(225deg) translate(0, -50%) !important;
}

.sidebar-nav ul#sidebarnav li ul li:before {
    background: #425668;
    bottom: auto;
    content: "";
    height: 8px;
    left: 3px;
    margin-top: 10px;
    position: absolute;
    right: auto;
    width: 8px;
    z-index: 1;
    border-radius: 50%;
}

.sidebar-nav ul#sidebarnav li ul li:after {
    border-left: 1px solid #425668;
    bottom: 0;
    content: "";
    left: 7px;
    position: absolute;
    top: 0;
}

.mini-sidebar .sidebar-nav ul#sidebarnav li ul li {
    display: none;
}

.mini-sidebar .sidebar-nav ul#sidebarnav li ul li:before {
    display: none;
}

.mini-sidebar .sidebar-nav ul#sidebarnav li ul li:after {
    display: none;
}

.sidebar-nav:hover ul#sidebarnav li ul li:before {
    display: block;
}

.sidebar-nav:hover ul#sidebarnav li ul li:after {
    display: block;
}

.sidebar-nav:hover ul#sidebarnav li ul li {
    display: block;
}

.sidebar-nav ul li ul {
    padding-left: 25px;
}

.sidebar-nav ul li ul li a {
    padding: 3px 0px !important;
    font-size: 13px !important;
    white-space: normal;
    line-height: 20px !important;
}

.sidebar-nav .second-level {
    padding-left: 10px !important;
}

.sidebar-nav ul .sidebar-item .first-level {
    padding: 10px 0px 0 10px !important;
}

.sidebar-nav ul .sidebar-item .sidebar-link .hide-menu {
    overflow: auto;
    text-overflow: unset;
    white-space: normal;
}

.sidebar-nav .img-icon {
    width: 20px;
    margin-left: 8px;
    margin-right: 8px;
}

.sidebar-nav .sidebar-item .sidebar-link:hover .img-icon {
    filter: brightness(0);
}

.card {
    box-shadow: 0px 5px 20px rgb(0 0 0 / 18%) !important;
    border-radius: 4px;
    border-top: 2.5px solid #26c6da;
}

.card .card-header {
    background: #fff;
    border-bottom: 2px solid #26c6da !important;
    margin-bottom: 20px;
}

.card-body {
    flex: 1 1 auto;
    padding: 1.25rem;
}

.floating-labels .form-group.no-floating-label label {
    position: static !important;
    font-size: 14px;
}

.floating-labels .form-group:not(.no-floating-label) label {
    font-weight: bold;
    font-size: 14px !important;
    z-index: 4;
}

.form-group {
    margin-bottom: 25px;
}

.form-check label {
    cursor: pointer;
}

.floating-labels .input-group .form-control:focus {
    border-bottom: 1px solid #d9d9d9;
}

#nprogress .bar {
    background: red !important;
}

#nprogress .peg {
    box-shadow: 0 0 10px red, 0 0 5px red;
}

#nprogress .spinner-icon {
    border-top-color: red;
    border-left-color: red;
}

.nprogress-busy header.topbar {
    top: 2px;
}

.tab .nav-tabs {
    background: #fff;
    border: none;
}

.tab .nav-tabs li {
    margin: 0 5px 10px 0;
    border: none;
    text-align: center;
}

.tab .nav-tabs li a {
    padding: 15px 20px;
    font-size: 12.3px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    background: #003f5b;
    border: none;
    border-top: 2px solid #003f5b;
    border-bottom: 2px solid #003f5b;
    margin-right: 0;
    border-radius: 0;
    position: relative;
    transition: all 0.3s ease 0s;
}

.tab .nav-tabs li a.active {
    background: #fff;
    color: #ff9420;
    border: none;
    border-top: 2px solid #003f5b;
    border-bottom: 2px solid #003f5b;
}
.tab-bg-green {
    background: #00a54f !important;
    border-color: #00a54f !important;
}
.page-wrapper table.table thead th {
    border: 1px solid #000;
    border-color: #000 !important;
    font-weight: bold;
    text-align: center;
}

.page-wrapper table.table td,
.page-wrapper table.table th {
    padding: 2px 10px;
    vertical-align: middle;
}

.page-wrapper table.table td {
    font-size: 16px;
}

.page-wrapper .table > :not(:first-child) {
    border-top: none !important;
}

.page-wrapper table tbody tr td {
    color: black;
}

.page-wrapper table tfoot tr th {
    color: black;
}

.page-wrapper .table-bordered th,
.table-bordered td {
    border: 1px solid #b7b7b7;
}

.floating-labels .form-control:not([type="file"]) {
    padding: 10px 10px 10px 0;
    display: block;
    border: none;
    font-family: "Poppins", sans-serif;
    border-radius: 0px;
    border-bottom: 1px solid #d9d9d9;
}

.floating-labels .form-control:not([type="file"]) {
    font-size: 14px;
    padding: 0px 5px;
}

.floating-labels .form-group:not(.no-floating-label) select {
    padding: 0px !important;
}

.floating-labels .form-group.has-error:not(.no-floating-label) .form-control {
    border-bottom: 1px solid #fc4b6c;
}

select.form-control.is-invalid {
    background-position: right calc(0.375em + 0.7875rem) center;
}

select.form-control.is-valid {
    background-position: right calc(0.375em + 0.7875rem) center;
}

.invalid-feedback {
    font-size: 11.2px;
}

.floating-labels
    .form-group:not(.no-floating-label)
    select.form-control
    > option {
    font-size: 14px;
}

[data-width="100%"] {
    width: 100% !important;
}

.floating-labels .form-group:not(.no-floating-label) select {
    padding: 0px !important;
}

div:not(.floating-labels) input,
div:not(.floating-labels) select,
div:not(.floating-labels) textarea {
    font-size: 0.9rem;
}

.select2-container--open {
    z-index: 9999;
}

span.select2.select2-container.select2-container--bootstrap {
    padding: 0px 0px 0px 0;
    display: block;
    border: none;
    font-family: "Poppins", sans-serif;
    border-radius: 0px;
    border-bottom: 1px solid #d9d9d9;
    box-shadow: none !important;
}

.select2-container .select2-selection--single {
    height: 30px !important;
    margin-top: 1px;
    padding: 5px;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    height: 26px !important;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    line-height: 22px !important;
}

.select2-container--bootstrap .select2-selection--single {
    border: 0px solid;
    box-shadow: 0 0 black !important;
}

.select2-container--open .select2-dropdown--below {
    border-top: 1px solid #aaa;
}

span.select2.select2-container.select2-container--bootstrap {
    padding: 0px 0px 0px 0;
    display: block;
    border: none;
    font-family: "Poppins", sans-serif;
    border-radius: 0px;
    border-bottom: 1px solid #d9d9d9;
    box-shadow: none !important;
}

.sidebar-nav ul > li > ul > li > a.active {
    color: #26c6da;
}

.select2-container--bootstrap .select2-selection--multiple {
    border: 0px solid;
    box-shadow: 0 0 black !important;
}

.select2-container .select2-selection--multiple {
    height: auto !important;
    margin-top: 1px;
    padding: 1px;
}

.select2-container--bootstrap .select2-results__option[aria-selected="true"] {
    background-color: #d1d6ff;
    color: #262626;
}

.select2-container--bootstrap
    .select2-selection--single
    .select2-selection__arrow {
    right: 5px !important;
}

.simple-pagination {
    padding: 5px 5px 5px 0;
}

.simple-pagination.bootstrap a,
.simple-pagination.bootstrap span {
    position: relative;
    display: block;
    z-index: 1;
    background-color: #fff;
    border-color: #7460ee;
    padding: 5px 10px;
    font-size: 12px;
    margin-left: -1px;
    color: #212529;
    line-height: 1.25;
    border: 1px solid #dee2e6;
}

.simple-pagination.bootstrap span.ellipse {
    padding: 2px 5px;
    height: 27px;
}

.simple-pagination.bootstrap .active span {
    color: #fff;
    background-color: #7460ee;
}

.simple-pagination.bootstrap .active span:hover {
    background-color: #009efb;
    border-color: #009efb;
}

.simple-pagination.bootstrap a:hover,
.simple-pagination.bootstrap span:hover {
    background-color: #f2f4f8;
}

.simple-pagination.bootstrap a:focus,
.simple-pagination.bootstrap span:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(116 96 238 / 25%);
}

.simple-pagination.bootstrap ul li:first-child a,
.simple-pagination.bootstrap ul li:first-child span {
    margin-left: 0px;
}

.modal-header {
    border-bottom: 1px solid #e9ecef;
}

.modal-footer {
    border-top: 1px solid #e9ecef;
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    appearance: none;
    font-size: 28px;
    padding: 0rem;
    margin: -1rem 0rem -1rem auto;
}

#delModal p {
    margin: 0px;
}

.dtp-btn-cancel {
    margin: 0px 10px;
}

.quick-button {
    font-size: 10px;
    margin-bottom: -1px;
    font-size: 14px;
    padding: 15px 4px 1px 4px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: white;
    text-align: center;
    cursor: pointer;
    position: relative;
    transition: all 0.3s ease;
    opacity: 0.9;
    height: 92px;
    overflow: hidden;
}

.quick-button.small i {
    font-size: 20px;
    margin-bottom: 7px;
}

.quick-button:hover {
    color: yellow;
}

.overview-button {
    font-size: 10px;
    margin-bottom: -1px;
    font-size: 14px;
    padding: 15px 0px 1px 0px;
    display: block;
    text-align: center;
    cursor: pointer;
    position: relative;
    transition: all 0.3s ease;
    opacity: 0.9;
}

.overview-container .overview-col {
    width: 14%;
    float: left;
    padding: 5px;
}

.overview-button.small i {
    font-size: 20px;
}

.quick-link-col {
    padding: 0px;
    margin: 0px;
}

.bg-indigo {
    background-color: var(--indigo) !important;
}

.bg-teal {
    background-color: var(--teal) !important;
}

@media screen and (min-width: 768px) {
    .quick-link-col {
        width: 9%;
        margin: 4.89px;
    }
}

@media screen and (max-width: 768px) {
    .quick-link-col {
        width: 100%;
        margin: 4.99px 0px;
    }
}

@media (max-width: 456px) {
    .overview-container .overview-col {
        width: 100% !important;
        float: none;
    }
}

.inbox_people {
    background: #f8f8f8 none repeat scroll 0 0;
    float: left;
    overflow: hidden;
    width: 40%;
    border-right: 1px solid #c4c4c4;
}

.inbox_msg {
    border: 1px solid #c4c4c4;
    clear: both;
    overflow: hidden;
}

.top_spac {
    margin: 20px 0 0;
}

.recent_heading {
    float: left;
    width: 40%;
}

.srch_bar {
    display: inline-block;
    text-align: right;
    width: 60%;
}

.headind_srch {
    padding: 10px 29px 10px 20px;
    overflow: hidden;
    border-bottom: 1px solid #c4c4c4;
}

.recent_heading h4 {
    color: #05728f;
    font-size: 21px;
    margin: auto;
}

.srch_bar input {
    border: 1px solid #cdcdcd;
    border-width: 0 0 1px 0;
    width: 80%;
    padding: 2px 0 4px 6px;
    background: none;
}

.srch_bar .input-group-addon button {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    padding: 0;
    color: #707070;
    font-size: 18px;
}

.srch_bar .input-group-addon {
    margin: 0 0 0 -27px;
}

.chat_ib h5 {
    font-size: 15px;
    color: #464646;
    margin: 0 0 8px 0;
}

.chat_ib h5 span {
    font-size: 13px;
    float: right;
}

.chat_ib p {
    font-size: 14px;
    color: #989898;
    margin: auto;
}

.chat_img {
    float: left;
    width: 11%;
}

.chat_ib {
    float: left;
    padding: 0 0 0 15px;
    width: 88%;
}

.chat_people {
    overflow: hidden;
    clear: both;
}

.chat_list {
    border-bottom: 1px solid #c4c4c4;
    margin: 0;
    padding: 18px 16px 10px;
    cursor: pointer;
}

.inbox_chat {
    height: 550px;
    overflow-y: scroll;
}

.active_chat {
    background: #ebebeb;
}

.incoming_msg_img {
    display: inline-block;
    width: 6%;
}

.received_msg {
    display: inline-block;
    padding: 0 0 0 10px;
    vertical-align: top;
    width: 92%;
}

.received_withd_msg p {
    background: #ebebeb none repeat scroll 0 0;
    border-radius: 3px;
    color: #646464;
    font-size: 14px;
    margin: 0;
    padding: 5px 10px 5px 12px;
    width: 100%;
}

.time_date {
    color: #747474;
    display: block;
    font-size: 12px;
    margin: 8px 0 0;
}

.received_withd_msg {
    width: 57%;
}

.mesgs {
    float: left;
    padding: 30px 15px 0 25px;
    width: 60%;
}

.sent_msg p {
    background: #05728f none repeat scroll 0 0;
    border-radius: 3px;
    font-size: 14px;
    margin: 0;
    color: #fff;
    padding: 5px 10px 5px 12px;
    width: 100%;
}

.outgoing_msg {
    overflow: hidden;
    margin: 26px 0 26px;
}

.sent_msg {
    float: right;
    width: 46%;
}

.input_msg_write input {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    color: #4c4c4c;
    font-size: 15px;
    min-height: 48px;
    padding: 15px 45px 15px 20px;
    width: 100%;
}

.type_msg {
    border-top: 1px solid #c4c4c4;
    position: relative;
}

.msg_send_btn {
    background: #05728f none repeat scroll 0 0;
    border: medium none;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    font-size: 17px;
    height: 33px;
    position: absolute;
    right: 0;
    top: 11px;
    width: 33px;
}

.messaging {
    padding: 0 0 50px 0;
}

.msg_history {
    height: 516px;
    overflow-y: auto;
}

li.nav-item {
    padding-right: 1px;
}

.nav-tabs .nav-item {
    margin-bottom: 3px !important;
}

.nav-tabs .nav-link {
    padding: 15px 15px;
    font-size: 12.3px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    background: #003f5b;
    border: none;
    border-top: 2px solid #003f5b;
    border-bottom: 2px solid #003f5b;
    margin-right: 0;
    border-radius: 0;
    position: relative;
    transition: all 0.3s ease 0s;
}

.nav-tabs .nav-link.active {
    background: #fff;
    color: #ff9420;
    border: none;
    border-top: 2px solid #003f5b;
    border-bottom: 2px solid #003f5b;
}

@media (max-width: 767px) {
    #main-wrapper[data-sidebartype="mini-sidebar"] .left-sidebar,
    #main-wrapper[data-sidebartype="mini-sidebar"]
        .left-sidebar
        .sidebar-footer {
        left: -252px;
    }

    #main-wrapper.show-sidebar .left-sidebar,
    #main-wrapper.show-sidebar .left-sidebar .sidebar-footer {
        left: 0px;
    }
}

.swal2-styled.swal2-confirm {
    border: 0;
    border-radius: 0.25em;
    background: initial;
    background-color: #3085d6 !important;
    color: #fff;
    font-size: 1.0625em;
    margin: 0.3125em;
    padding: 0.625em 2em;
    box-shadow: none;
    font-weight: 500;
}

.swal2-styled.swal2-cancel {
    border: 0;
    border-radius: 0.25em;
    background: initial;
    background-color: #ed1b24 !important;
    color: #fff;
    font-size: 1.0625em;
    margin: 0.3125em;
    padding: 0.625em 2em;
    box-shadow: none;
    font-weight: 500;
    position: relative;
    box-shadow: 0px 4px 0px #c50a13 !important;
}

.swal2-styled.swal2-cancel:active {
    top: 7px;
    box-shadow: inset 0px -1px 0px #c50a13 !important;
}

.btn-purple {
    color: #fff;
    background-color: #2e3190;
    border-color: #2e3190;
}

.btn-purple:hover {
    background-color: #2e3190;
    border-color: #2e3190;
}

.btn {
    position: relative;
}

.btn .input-group {
    box-shadow: none;
}

.btn.btn-xs {
    padding: 0.1rem 0.4rem !important;
    font-size: 0.720313rem !important;
    border-radius: 4px;
    box-shadow: none !important;
}

.btn:not(.btn-sm) {
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 1em;
    text-transform: uppercase;
    font-weight: 500;
}

.btn-info,
.btn-info:hover,
.btn-info:focus {
    color: #fff;
    background-color: #1e88e5;
    border-color: #1e88e5;
}

.btn-info {
    box-shadow: 0px 4px 0px #3d7bcb !important;
}

.btn-info:active {
    top: 7px;
    background-color: #1e88e5 !important;
    border-color: #1e88e5 !important;
    box-shadow: inset 0px -1px 0px #3d7bcb !important;
}

.btn-purple {
    box-shadow: 0px 4px 0px #01275a !important;
}

.btn-purple:active {
    top: 7px;
    box-shadow: inset 0px -1px 0px #01275a !important;
}

.btn-red {
    color: #fff;
    background-color: #ed1b24;
    border-color: #ed1b24;
    box-shadow: 0px 4px 0px #c50a13 !important;
}

.btn-red:hover {
    color: white;
    background-color: #ed1b24;
    border-color: #ed1b24;
}

.btn-red:active {
    color: white;
    top: 7px;
    box-shadow: inset 0px -1px 0px #c50a13 !important;
}

.bg-orange {
    background-color: #ff8100 !important;
}

.btn-orange {
    color: #fff;
    background-color: #ff8100;
    border-color: #ff8100;
    box-shadow: 0 1px #ff8100;
}

.btn-orange:hover {
    color: #fff;
    background-color: #ff6b02;
    border-color: #ff6b02;
}

.btn-orange {
    box-shadow: 0px 4px 0px #814000 !important;
}

.btn-orange:active {
    top: 7px;
    box-shadow: inset 0px -1px 0px #814000 !important;
}

.btn-green {
    background: #00a54f;
    color: white;
    box-shadow: 0px 4px 0px #008941 !important;
}

.btn-green:hover {
    color: white;
    background-color: #00a54f;
    border-color: #00a54f;
}

.btn-green:active {
    color: white;
    top: 7px;
    background-color: #00a54f;
    box-shadow: inset 0px -1px 0px #008941 !important;
}

.btn-yellow {
    background: #fff100;
    color: black;
    box-shadow: 0px 4px 0px #bcb100 !important;
}

.btn-yellow:hover {
    color: black;
    background-color: #fff100;
    border-color: #fff100;
}

.btn-yellow:active {
    color: black;
    top: 7px;
    background-color: #fff100;
    box-shadow: inset 0px -1px 0px #bcb100 !important;
}

.fa-arrow-to-bottom {
    color: #000;
    font-size: 18px;
    cursor: pointer;
}

.fa-pencil {
    color: #00de00;
    font-size: 18px;
    cursor: pointer;
}

table tbody .fa-file-invoice-dollar {
    color: #de0000;
    font-size: 19px;
    cursor: pointer;
}


table tbody .fa-undo {
    color: #de0000;
    font-size: 18px;
    cursor: pointer;
}


table tbody .fa-bars {
    color: #00de00;
    font-size: 18px;
    cursor: pointer;
}

.fa-save {
    color: #003f5b;
    font-size: 21px;
    cursor: pointer;
}

.fa-print {
    color: #009efb;
    font-size: 19px;
    cursor: pointer;
}

.fa-trash {
    color: red;
    font-size: 18px;
    cursor: pointer;
}

.btn .fa-print {
    color: white;
    font-size: 16px;
}

.product_cannot_delete_title {
    font-size: 23px !important;
}

.product_cannot_delete_content #swal2-content {
    font-size: 15px !important;
}

.format_number {
    text-align: right;
}

.nav-tabs .nav-link {
    position: relative;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-top: 2px solid #003f5b;
    border-bottom: 2px solid #003f5b;
}

.nav-tabs .nav-link:not(.active) {
    box-shadow: 0px 4px 0px #081c25 !important;
    border-top-width: 0px !important;
    border-bottom-width: 1px !important;
}

.nav-tabs .nav-link:active:not(.active) {
    top: 7px;
    box-shadow: inset 0px -1px 0px #081c25 !important;
}

.nav-tabs .nav-link.red:not(.active) {
    box-shadow: 0px 4px 0px #980000 !important;
    border-top-width: 0px !important;
    border-bottom-width: 1px !important;
}

.nav-tabs .nav-link.red:active:not(.active) {
    top: 7px;
    box-shadow: inset 0px -1px 0px #980000 !important;
}

.swal2-styled.swal2-confirm {
    position: relative;
    box-shadow: 0px 4px 0px #2769a8 !important;
}

.swal2-styled.swal2-confirm:active {
    top: 7px;
    box-shadow: inset 0px -1px 0px #2769a8 !important;
}

.swal2-styled.swal2-confirm:hover {
    background-color: #3085d6 !important;
}

.customer_as_supplier_ledger_page table th:nth-child(7) {
    border-left: 4px solid #000 !important;
}

.customer_as_supplier_ledger_page table tbody td:nth-child(7) {
    border-left: 4px solid #000 !important;
}

button.clear-input-btn {
    position: absolute;
    top: 0px;
    right: 0px;
    background: transparent;
    border: 0px;
    color: red;
    padding: 2px 2px 2px 0px;
}

.btn-pdf {
    background: #e59400;
    color: white;
    border: none;
    box-shadow: 0px 4px 0px #c98200 !important;
}

.btn-pdf:active {
    top: 7px;
    box-shadow: inset 0px -1px 0px #c98200 !important;
}

.mt-55 {
    margin-top: 55px;
}

.fs-14 {
    font-size: 14px !important;
}

.fs-16 {
    font-size: 16px !important;
}

.fs-18 {
    font-size: 18px !important;
}

.text-green {
    color: #00a54f !important;
}

.text-red {
    color: #ed1b24 !important;
}

.text-blue {
    color: blue !important;
}

.form-check-input {
    background-color: #a6d6ff;
}

.select2-hidden-accessible.text-end + span .select2-selection--single {
    text-align: right;
    padding-right: 5px;
}

.select2-hidden-accessible.text-end
    + span
    .select2-selection--single
    .select2-selection__arrow {
    left: 12px;
    right: unset;
}

.select2-hidden-accessible.fs-16 + span .select2-selection--single {
    font-size: 16px;
}

.select2-hidden-accessible.fw-bold + span .select2-selection--single {
    font-weight: bold;
}

.form-control.is-valid,
.was-validated .form-control:valid {
    background-image: none;
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
    background-image: none;
}

.swal2-container {
    z-index: 9999;
}

.swal2-html-container {
    line-height: 40px !important;
}

.swal2-styled {
    margin: 0.1125em !important;
}

.swal2-icon.swal2-error {
    border-color: #ed1b24 !important;
    color: #ed1b24 !important;
}

.swal2-icon.swal2-error [class^="swal2-x-mark-line"] {
    background-color: #ed1b24 !important;
}

.bg-green {
    background-color: #00a54f !important;
}

.bg-red {
    background-color: #ed1b24 !important;
}

.bg-pink {
    background-color: #ff6a86 !important;
}

.form-check-input:disabled {
    opacity: 1 !important;
}

.form-check-input:disabled ~ .form-check-label,
.form-check-input[disabled] ~ .form-check-label {
    opacity: 1 !important;
}

/* .modal.show {
    display: flex !important;
    align-items: center;
    justify-content: center;
} */
.modal-dialog {
    width: 100%;
}

.modal-xl {
    /* max-width: 1056px !important; */
    max-width: 1080px !important;
}

#altProductTable .selected {
    background: #a3e8ff;
}

.show-alt-products-btn {
    padding: 0px 6px !important;
}

.grn-btn {
    padding: 0px 6px !important;
}

.btn:focus {
    color: white !important;
}

.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
    opacity: 1 !important;
}

.SumoSelectFromGroup {
    margin-top: -20px;
}

.SumoSelectFromGroup > label {
    font-size: 14px;
    font-weight: bold;
    color: black;
    display: block;
}

.floating-labels .form-group.SumoSelectFromGroup .SelectBox label {
    position: absolute !important;
    top: 0px !important;
}

.SumoSelect > .CaptionCont > span.placeholder {
    background-color: white;
}

.SumoSelectFromGroup .SumoSelect > p {
    padding: 0px 8px;
    border: 0px;
    font-size: 12px;
    box-shadow: 0 0 black;
    border-bottom: 1px solid #a4a4a4;
    border-radius: 0px;
    margin-top: 4px;
}

.SumoSelectFromGroup .SumoSelect.open > p {
    box-shadow: 0 0 black;
}

.SumoSelectFromGroup .SumoSelect.open .search-txt {
    background: transparent;
    box-shadow: 0 0 black;
    padding: 0px 8px;
    font-size: 15px;
    font-weight: 300;
}

.SumoSelectFromGroup .SumoSelect:focus > .CaptionCont,
.SumoSelectFromGroup .SumoSelect:hover > .CaptionCont,
.SumoSelectFromGroup .SumoSelect.open > .CaptionCont {
    box-shadow: 0 0 black;
}

.SumoSelectFromGroup .SumoSelect {
    width: 100%;
}

.modal .SumoSelectFromGroup .SumoSelect .SelectBox {
    padding: 7px 7px;
    font-size: 14px;
}

.modal .SumoSelectFromGroup .SumoSelect.open .search-txt {
    font-size: 20px !important;
}

/*.SumoSelectFromGroup .SumoSelect > .optWrapper > .options li.opt {
    padding: 0px 6px !important;
}*/
.modal .SumoSelectFromGroup .SumoSelect > p {
    margin-top: -3px;
}

.SumoSelect > .CaptionCont > span {
    font-size: 15px !important;
}

.SumoSelect > .CaptionCont > span:not(.placeholder) {
    font-size: 15px !important;
    /* font-weight: 700; */
}

.SumoSelect > .optWrapper.okCancelInMulti > .options {
    background: white;
    box-shadow: 1px 0px 7px rgba(0, 0, 0, 0.11);
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-top: 1px solid #ddd;
    border-bottom: 0px solid;
}

.SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.SumoSelect > .optWrapper > .options {
    height: inherit;
    /*max-height: 176px;*/
}

.customizer .service-panel-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 11px;
    color: white;
    left: -53px;
    font-size: 20px;
    background: #26c6da;
    padding: 11px 11px;
}

.customizer.show-service-panel .service-panel-toggle {
    left: -42px;
}

.swal2-styled.swal-green-btn {
    background: #00a54f !important;
    color: white !important;
    box-shadow: 0px 4px 0px #008941 !important;
}

.swal2-styled.swal-green-btn:hover {
    background: #00a54f !important;
}

.swal2-styled.swal-green-btn:active {
    box-shadow: inset 0px -1px 0px #008941 !important;
}

.select2-container:not(.select2-container--below) {
    z-index: 99;
}

.input-group > .select2-container--bootstrap.select2-container--focus,
.input-group > .select2-container--bootstrap.select2-container--open {
    z-index: 99;
}

.select2-hidden-accessible + .select2-container {
    z-index: unset !important;
}

.bg-primary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}

#SaleBasedPOModal .modal-dialog {
    width: 550px !important;
}

.sidebar-nav ul {
    padding: 15px 10px 15px 10px !important;
}
.product_page
    .category-dropdown
    .select2-container--bootstrap
    .select2-results
    > .select2-results__options {
    max-height: 288px;
}
/*
.wtree li {
    list-style-type: none;
    margin: 10px 0 10px 10px;
    position: relative;
}
.wtree li:before {
    content: "";
    position: absolute;
    top: -10px;
    left: -20px;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    width: 20px;
    height: 15px;
}
.wtree li:after {
    position: absolute;
    content: "";
    top: 5px;
    left: -20px;
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
    width: 20px;
    height: 100%;
}
.wtree li:last-child:after {
    display: none;
}
.wtree li span {
    display: block;
    border: 1px solid #ddd;
    padding: 10px;
    color: #888;
    text-decoration: none;
}

.wtree li span:hover,
.wtree li span:focus {
    background: #eee;
    color: #000;
    border: 1px solid #aaa;
}
.wtree li span:hover + ul li span,
.wtree li span:focus + ul li span {
    background: #eee;
    color: #000;
    border: 1px solid #aaa;
}
.wtree li span:hover + ul li:after,
.wtree li span:hover + ul li:before,
.wtree li span:focus + ul li:after,
.wtree li span:focus + ul li:before {
    border-color: #aaa;
} */
.tree {
    min-height: 20px;
    margin-bottom: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.tree > ul {
    padding: 0px;
}
.tree li {
    list-style-type: none;
    margin: 0;
    padding: 10px 0px 0 5px;
    position: relative;
}
.tree li::before,
.tree li::after {
    content: "";
    left: -20px;
    position: absolute;
    right: auto;
}
.tree li::before {
    border-left: 1px solid #999;
    bottom: 50px;
    height: 100%;
    top: 0;
    width: 1px;
}
.tree li::after {
    border-top: 1px solid #999;
    height: 20px;
    top: 30px;
    width: 25px;
}
.tree li div {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    /* border: 1px solid #999; */
    border-radius: 0px;
    width: 100%;
    display: inline-block;
    padding: 3px 8px;
    text-decoration: none;
}
.tree li.parent_li > div {
    cursor: pointer;
}
.tree > ul > li::before,
.tree > ul > li::after {
    border: 0;
}
.tree li:last-child::before {
    height: 30px;
}
/* .tree li.parent_li > span:hover,
.tree li.parent_li > span:hover + ul li span {
    background: #eee;
    border: 1px solid #94a0b4;
    color: #000;
} */
.pass-wrapper .pass-graybar {
    display: none;
}
.pass-wrapper .pass-text {
    font-size: 11.2px;
    margin-top: 0.25rem;
    font-size: 0.875em;
    color: #fc4b6c;
}
.pass-score-wrapper {
    position: absolute;
    top: 5px;
    right: 29px;
    font-size: 13px;
}
.pass-score-wrapper .pass-score.red {
    color: #fc4b6c;
}
.pass-score-wrapper .pass-score.orange {
    color: orange;
}
.pass-score-wrapper .pass-score.green {
    color: green;
}

#main-wrapper[data-layout="vertical"][data-sidebartype="full"]
    .topbar
    .top-navbar
    .navbar-header {
    width: 261px;
}
#main-wrapper[data-layout="vertical"][data-sidebartype="full"]
    .topbar
    .top-navbar
    .navbar-header
    .navbar-brand {
    width: 251px;
    padding: 0px;
    text-align: center;
    height: 70px;
    background: white;
}

#main-wrapper[data-layout="vertical"][data-sidebartype="full"]
    .topbar
    .top-navbar
    .navbar-header
    .navbar-brand
    .logo-text {
    margin-left: auto;
    margin-right: auto;
}
#main-wrapper[data-layout="vertical"][data-sidebar-position="fixed"]
    .topbar
    .top-navbar
    .navbar-header {
    top: 0px;
}
.border {
    border: 2px solid #000;
    width: 100%;
}

@media (min-width: 992px) {
    .modal-lg {
        max-width: 1100px !important;
        padding-left: 160px !important;
    }
}

@media (min-width: 1500px) {
    .modal-lg {
        max-width: 1300px !important;
    }
}

/* Board */

#board {
    display: flex;
    gap: 10px;
    padding: 50px 20px;
    background-image: linear-gradient(45deg, #4b5b74, #192c4d);
}
#board .list-wrapper {
    width: 33.3%;
}

#board .list-wrapper .list-content {
    border-radius: 12px;
    background: #f1f2f4;
    padding-bottom: 7px;
}

#board .list-wrapper .list-content h2 {
    font-size: 18px;
    margin: 0px;
    color: black;
}

#board .list-wrapper .list-content p {
    font-size: 14px;
    margin: 0 0 4px;
}

#board .list-wrapper .list-cards {
    display: flex;
    flex-direction: column;
    gap: 7px;
    justify-content: space-between;
    margin: 0 6px;
}

#board .list-wrapper .list-cards .list-card {
    position: relative;
    background-color: white;
    border-radius: 7px;
    color: black;
    -webkit-user-select: none;
    -webkit-user-drag: none;
    -webkit-app-region: no-drag;
}
#board .list-wrapper .list-cards .list-card-placeholder {
    background-color: #ddd;
    display: block;
    visibility: visible;
    border-radius: 7px;
}

#board .list-wrapper .list-content .list-header {
    min-height: 20px;
    padding: 10px 8px;
    position: relative;
    padding: 14px 12px;
}

#board .list-wrapper .list-content .list-card-details {
    padding: 8px 8px 4px 12px;
    overflow: hidden;
    position: relative;
    z-index: 10;
}

#board .list-wrapper .list-cards .show-add-card-btn {
    border: 0px;
    border-radius: 5px;
    display: flex;
    gap: 10px;
    color: #44546f;
    align-items: center;
    text-align: left;
    padding: 5px 7px;
}

#board .list-wrapper .list-cards .show-add-card-btn:hover {
    background-color: #091e4224;
}

#board .list-wrapper .list-cards .list-card-textarea {
    width: 100%;
    border: none;
    resize: none;
    max-height: 162px;
    min-height: 54px;
    resize: vertical;
}

#board .list-wrapper .list-cards .card-controls {
    display: flex;
    gap: 11px;
    align-items: center;
}

#board .list-wrapper .list-cards .add-card-btn {
    font-size: 14px;
    text-transform: initial;
}

#board .list-wrapper .list-cards .cancel-card-btn {
    font-size: 20px;
    cursor: pointer;
}

#board .list-wrapper .list-cards .list-card .list-card-operation {
    position: relative;
    right: 2px;
    top: 2px;
    z-index: 40;
    border-radius: 8px;
    padding: 6px;
    display: flex;
    gap: 11px;
    transition: all ease 300ms;
    justify-content: flex-end;
}

#board .list-wrapper .list-cards .list-card .list-card-operation i {
    font-size: 16px;
}

#cke_editor h1 {
    font-size: 40px;
}

#cke_editor h2 {
    font-size: 32px;
}

#cke_editor h3 {
    font-size: 28px;
}

#cke_editor h4 {
    font-size: 24px;
}

#cke_editor h5 {
    font-size: 20px;
}

#cke_editor h6 {
    font-size: 16px;
}

.cke_contents {
    min-height: 500px;
}

.invoice_page .left-side {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.invoice_page .discount-section .total-first-col {
    width: 54%;
}

.invoice_page .discount-section .total-second-col {
    width: 33%;
}

.invoice_page .discount-section .total-third-col {
    width: 11%;
}

.invoice_page .ledger-balance {
    font-weight: 500;
    font-size: 16px;
    margin-top: 10px;
    font-style: italic;
    color: black;
}

.interested_in_dropdown {
    display: none;
}

.interested_in_dropdown + .lbjs {
    overflow: hidden;
    height: 300px;
}

.swal2-container .form-check {
    display: flex;
    align-items: center;
    gap: 10px;
}

.swal2-styled {
    padding: 6px 15px !important;
    min-width: 80px;
}

/* -------------------------------------- */
/*               Header Styling Start             */
/* -------------------------------------- */

header {
    & .user-info {
        & h4 {
            font-size: 16px;
        }
        & p {
            font-size: 12px;
        }
    }
}

/* -------------------------------------- */
/*               Header Styling End             */
/* -------------------------------------- */

/* -------------------------------------- */
/*               Tooltipster             */
/* -------------------------------------- */

.tooltipster-sidetip .tooltipster-box {
    margin-bottom: 12px !important;
    font-size: 13px;
    background: #ffffff;
    border: 1px solid #ddd;

    & .tooltipster-content {
        color: black;
        padding: 4px 14px;
    }
}


/* -------------------------------------- */
/* Logo Icon when Sidebar is minimized */
/* -------------------------------------- */
.topbar .top-navbar .navbar-header .navbar-brand .logo-icon {
    margin-right: 0px !important;
}


/* ------------------------------------------ */
/* Purchase Order Total Inputs Section Width */
/* ------------------------------------------ */

.total-section {
    display: flex;
}

.total-section .empty-space-before {
    flex-grow: 1;
}

.total-section .total-labels {
    width: 210px;
}

.total-section .total-inputs {
    margin-left: 20px;
    width: 140px;
    padding: 0px 10px;
}

.total-section .empty-space-after {
    width: 127px;
}

/* ---------------------------------------------- */
/* Padding for table column to match input text  */
/* ---------------------------------------------- */

.col-pd-to-match-input-text {
    padding: 0px 15px !important;
}


.more-option-toggle-btn {
    background: white;
    color: black;
    font-size: 14px;
    border: none;
}
