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

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

@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/Water-Icon.gif);
    background-size: 120px;
    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;
    right: 5px;
    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 26px;
}

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

.topbar .top-navbar .navbar-nav li.nav-item:first-child {
    padding-left: 22px;
}

.card {
    box-shadow: 0px 5px 20px rgb(0 0 0 / 18%) !important;
    border-radius: 4px;
    border-top: 3px 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.ledger-bg {
    background: #00a54f;
    box-shadow: 0px 4px 0px #005729 !important;
}

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

.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,
table.table th {
    padding: 2px 10px !important;
    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-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: 5px;
}

.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: 0;
    }
}

.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: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-pencil {
    color: #00de00;
    font-size: 18px;
    cursor: pointer;
}

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

.dashboard_page .fa-file-invoice-dollar {
    color: white;
}

.fa-bars {
    color: #00de00;
    font-size: 18px;
    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-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: 986px !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 {
    position: absolute;
    bottom: 11px;
    color: white;
    left: -53px;
    background: #26c6da;
    border-radius: 100%;
    padding: 10px 14px;
}

.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;
}

.pick.pick-y {
    background: #26c6da4a;
}

.datedropper .picker ul.pick .pick-arw.pick-arw {
    color: #0087ff !important;
    opacity: 0.3;
}

.grid-input-2 {
    display: grid;
    grid-template-columns: 1fr 28px;
    width: 100%;
}

.cus-grid-1 {
    display: grid;
    grid-template-columns: 71px 1fr 210px;
}

.total-section .column-one {
    width: 50%;
}

.total-section .column-two {
    width: 25%;
}

.total-section .column-three {
    width: 17%;
}

.total-section .column-four {
    width: 8%;
}

.delivery_challan_page table tbody tr td.fw-bold {
    color: #67757c;
}

/* .invoice_page [name="discount_type"] option {
    text-align: left;
} */

.take_picture_page .video-container {
    box-sizing: border-box;
    height: 100%;
    overflow: hidden;
    width: 100%;
    position: fixed;
    top: 0px;
    z-index: 9999;
    left: 0px;
    background-color: black;
    display: none;
}

.take_picture_page video {
    height: 100%;
    width: 100%;
}

.take_picture_page .photo-button {
    width: 70px;
    height: 70px;
    bottom: 10px;
    left: 50%;
    margin-top: -35px;
    margin-left: -35px;
    z-index: 99999;
    position: fixed;
}

.take_picture_page .circle {
    position: absolute;
    top: 12%;
    left: 12%;
    bottom: 12%;
    right: 12%;
    border-radius: 100%;
    background-color: #ffffff;
    opacity: 0;
}

.take_picture_page .ring {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;

    border-radius: 100%;
    border: 5px solid #ffffff;
    opacity: 0.8;
}

.take_picture_page .photo-button .circle,
.take_picture_page .photo-button .ring {
    transition: all 0.25s;
}

.take_picture_page .photo-button:hover .circle {
    opacity: 1;
}

.take_picture_page .photo-button:active .ring {
    opacity: 1;
}

.take_picture_page .photo-button:active .circle {
    opacity: 0.5;
}

.flash {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
}
