.btn-rstc {
    background: #76b92e;
    color: #323232;
}
.btn-rstc-sd {
    background: #2285ff;
    color: #ffffff;
}
.btn-xsm{
    padding: 2px 5px;
    font-size: 12px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}
.pl-1 {
    padding-left: 0.25rem !important;
}

.form-control:focus {
    box-shadow: none
}

.form-group {
    margin-bottom: .3rem
}


.mandatory{
    transform: scale(1.4);
}
label span {
    color: #e50808;
    display: inline-flex;
    font-size: 17px;
    position: absolute;
    margin-left: 6px;
}
.custom_tbl_border th,
    td {
        border: 1px solid #92bef896;
    }
.custom-label {
    margin-bottom: 0;
    padding-left: 10px;
    text-align: left;
    /* background: #edf2f9; */
    background: #d1deeb;
    font-size: 12px;
    font-weight: 600;
    border-radius: 1px;
    line-height: 26px;
    font-family: sans-serif;
    color: #5e5e5e;
}

.custom-modal-dialog {
    max-width: 50% !important;
}

.modal-header .close {
    background: no-repeat;
    outline: none;
    border: none;
    transform: scale(1.7);
}

.gen-text {
    font-size: 17px;
    color: #6b6b6b;
    font-weight: 500;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.custom-table>:not(caption)>*>* {
    background-color: #ededed;
    border: 1px solid #d2d2d2;
    vertical-align: middle;
}

.custom-table tbody tr td {
    font-size: 12px;
}

.custom-table thead tr th {
    background-color: #c6daf2;
    border: 1px solid #7db7ff;
    color: #626060;
    text-align: center;
    letter-spacing: .5px;
    font-weight: 600;
    font-size: 13px;
}

.edit {
    background: #2955c8;
    box-shadow: 0 4px 20px 0 rgb(0 0 0 / 14%), 0 7px 10px -5px rgba(43, 43, 43, 0.4);
    color: rgb(255, 255, 255);
    border: 1px solid #2955c8;
    padding: 0px 4px;
    border-radius: 4px;
    font-weight: 300;
    font-size: 12px;
}

.pl-0 {
    padding-left: 0px !important;
}

.pr-0 {
    padding-right: 0px !important;
}

.delete {
    background-image: linear-gradient(195deg, #EC407A 0%, #D81B60 100%);
    border: 1px solid #EC407A;
    box-shadow: 0 4px 20px 0 rgb(0 0 0 / 14%), 0 7px 10px -5px rgb(233 30 99 / 40%);
    color: rgb(255, 255, 255);
    padding: 0px 4px;
    border-radius: 4px;
    font-weight: 300;
    font-size: 12px;
}

.is-inactive {
    background-color: #e9bfbf !important;
    /* border: 1px solid #e981a0 !important; */
    box-shadow: 0 4px 20px 0 rgb(0 0 0 / 14%), 0 7px 10px -5px rgb(233 30 99 / 40%);
    color: rgb(202, 2, 2);
    padding: 3px 5px;
    border-radius: 4px;
    font-weight: 300;
    font-size: 13px;
}

.is-active {
    background-color: #b0e772 !important;
    /* border: 1px solid #70d34b !important; */
    box-shadow: 0 4px 20px 0 rgb(0 0 0 / 14%), 0 7px 10px -5px rgb(30 233 57 / 40%);
    color: rgb(0 167 21);
    padding: 2px 5px;
    border-radius: 4px;
    font-weight: 300;
    font-size: 14px;
}

.status-inactive {
    background-color: #f7d2dd !important;
    border: 1px solid #e981a0 !important;
    color: #000 !important;
    padding: 0px 6px !important;
    border-radius: 4px;
}

.status-active {
    background-color: #dbf5d4 !important;
    border: 1px solid #70d34b !important;
    color: #000 !important;
    padding: 0px 6px !important;
    border-radius: 4px;
}


.overflow-scroll {
    overflow: scroll;
}

.swal-icon {
    width: 65px;
    height: 65px;
    margin: 15px auto;
}

.swal-overlay--show-modal .show-modal::before {
    position: absolute;
    content: '';
    height: 5px;
    width: 100%;
    background-color: brown
}

.swal-footer {
    justify-content: space-around;
    display: flex;
    border-top: 2px solid #5585bf78;
    padding: 7px 17px;
    margin-top: 14px;
}

.swal-icon--warning__body {
    height: 34px;
}

.swal-button--cancel:hover,
.swal-button--cancel {
    color: #fff;
    padding: 5px 13px;
    border: 1px solid #636e7e;
    background-color: #636e7e !important;
}

.swal-button--confirm {
    padding: 5px 13px;
    color: #fff;
    background-color: #e43658;
}

.swal-title {
    font-weight: 700;
    padding: 0px 16px;
    font-size: 23px;
    color: rgb(122 122 122);
}

.swal-modal {
    width: 401px;
}


.modal-body {
    padding: 5px;
}

.modal-first-body {
    position: relative;
    border: 1px solid #2e81dd8a;
    /* border: 1px solid #8BC34A; */
    box-shadow: 4px 0px 20px 0 rgb(47 57 122 / 17%), 1px 4px 10px -5px rgb(30 58 233 / 17%) !important;
    border-radius: 0;
    padding: 7px;
}

.modal-first-body-first-main {
    position: relative;
    border: 1px solid #d9d9d9;
    box-shadow: 3px 2px 9px 0 rgb(0 0 0 / 14%), 3px 3px 4px -5px rgb(233 30 99 / 40%) !important;
    border-radius: 0;
}

.modal-first-body-first {
    padding: 6px;

}

.modal-footer {
    padding: 5px 0 0 0;
    border: none;
}

.modal-first-body-first-main h4 {
    background: #d9d9d9;
    padding: 4px 8px;
    color: #000;
    font-size: 13px;
    margin-bottom: 1px;
}

input[readonly]:focus,
input[readonly] {
    background-color: #e4e7f0;
}

.save-btn {
    font-size: .8rem;
    font-weight: 500;
    background: #117597;
    box-shadow: 0 0.125rem 0.625rem rgba(63, 190, 216, 0.4), 0 0.0625rem 0.125rem rgba(63, 168, 216, 0.47);
    color: rgb(255, 255, 255);
    border: 1px solid #117597;
    line-height: 18px;
    min-width: 19px;
    width: auto;
    border-radius: 12px;
    padding: 2px 12px 3px 13px !important;
    transition: .5s;
}

.navbar-vertical.navbar-inverted .navbar-collapse {
    background-color: #dbe2eb;
}

@media (min-width: 1200px) {
    .navbar-vertical.navbar-expand-xl {
        max-width: 13.625rem;
    }
}
@media (min-width: 1200px) {
    .navbar-vertical.navbar-expand-xl .navbar-collapse {
        width: 13.5rem;
        box-shadow: 1px 7px 6px 0px #00000014;
        border-right: 1px solid #eff2f5;

    }

    .navbar-vertical.navbar-expand-xl .navbar-vertical-content {
        width: 100%;
        height: calc(100vh - var(--falcon-top-nav-height));
        padding: 0.5rem 8px 0 0;
    }

    .navbar-vertical-collapsed-hover .navbar-vertical.navbar-expand-xl .navbar-collapse {
        width: 13.5rem !important;
    }
}

.nav-link {
    font-family: 'Open Sans', sans-serif;
    /* font-family: "Nunito Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol"!important;; */
    /* letter-spacing: 0.7px; */
    font-weight: 400;
}


/* this si css for multiple  */
.select-multiple .content {
    padding-bottom: 0 !important;
    min-height: 0 !important;
}

/* this si css for multiple  */
.small-title {
    font-size: 13px;
    padding-left: 3px;
    font-weight: 500;
    color: #8d8d8d;
    margin-bottom: 4px;
}

.input tr th,
.input td {
    padding: 2px 3px !important;
    font-size: 12px !important;
}

#table thead tr td .from-control-table:focus {
    outline: none;
    border: 1.2px solid #3382d6a1;
}

#table thead tr td .from-control-table {
    background-color: #FFFFFF;
    border: 1.2px solid #3e89d9a1;
    border-radius: 3px;
    color: #565656;
    padding: 2px 6px;
    height: 26px;
    width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
    font-family: 'Noto Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 13px;
}

.rstc-mini-tabs .nav-item{
    margin-top: 2px;
}
.rstc-mini-tabs .nav-link {
    padding: 3px 6px 2px 6px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
}

.custom-card-footer {
    padding: 0px 4px 8px 4px;
}

.footer-card {
    /* border: 1px solid #b2b7f2d9; */
    padding: 8px 0px;
}

.fs-12 {
    font-size: 12px;
}

.fs-13 {
    font-size: 13px;
}

.fs-14 {
    font-size: 14px;
}

.fs-15 {
    font-size: 15px;
}

.fs-16 {
    font-size: 16px;
}

.fs-17 {
    font-size: 17px;
}

.fs-18 {
    font-size: 18px;
}

.fs-19 {
    font-size: 19px;
}

.fs-20 {
    font-size: 20px;
}

.fs-21 {
    font-size: 21px;
}

.fs-22 {
    font-size: 22px;
}







@media (max-width: 500px) {
    .swal-modal {
        width: calc(100% - 51px);
    }

    .swal-icon {
        width: 50px !important;
        height: 50px !important;
        margin: 10px auto;
    }

    .custom-modal-dialog {
        max-width: 100% !important;
    }

    .swal-icon--warning__body {
        height: 21px !important;
    }

    .swal-footer {
        padding-top: 13px;
        margin-top: 6px;
        margin-bottom: 22px;
        padding: 0px 68px;
        border-top: 2px solid #5585bf;
    }

    .swal-text {
        font-size: 14px
    }
}

@media (max-width: 480px) {
    .label-for-phone.form-group {
        margin-bottom: 0.3rem;
    }

    .label-for-phone.custom-label {
        margin-top: 4px !important;
        margin-bottom: 2.5px !important;
        width: calc(100% - 8px);
        left: 4px;
        position: relative;
    }
}

.zoom-in-out-box {
    animation: zoom-in-zoom-out 1s ease infinite;
}

@keyframes zoom-in-zoom-out {
    0% {
        transform: scale(1, 1);
    }

    50% {
        transform: scale(1.3, 1.3);
    }

    100% {
        transform: scale(1, 1);
    }
}

.zoom-in-out-1 {
    animation: zoom-in-zoom 1s ease infinite;
}

@keyframes zoom-in-zoom {
    0% {
        transform: scale(1, 1);
    }

    50% {
        transform: scale(1.09, 1.09);
    }

    100% {
        transform: scale(1, 1);
    }
}


/*  ====================== css update Huzaifa ======================== */
.custom-color-1 {
    background: #05f58d46;
    color: #00d27a;
    box-shadow: 0.5px 0.5px 4px #4a4f5926;
}
.custom-color-1:hover {
    background: #00d27a;
    color: #ffffff;
    box-shadow: 0.5px 0.5px 4px #4a4f5926;
}

.custom-color-2 {
    background: #2c7be542;
    color: #2c7be5c7;
    box-shadow: 0.5px 0.5px 4px #2f64dd1f;
}
.custom-color-2:hover {
    background: #066aecea;
    color: #ffffffc7;
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.custom-color-d {
    background: #e6084b40;
    color: #e6084b;
    box-shadow: 0.5px 0.5px 4px #2f64dd2b;
}
.custom-color-d:hover {
    background: #e6084be5;
    color: #ffffff;
    box-shadow: 0.5px 0.5px 4px #2f64dd2b;
}
.custom-color-exit {
    background: #f700ff31;
    color: #9e07a3;
    box-shadow: 0.5px 0.5px 4px #2f64dd2b;
}
.custom-color-exit:hover {
    background: #d810dfa6;
    color: #ffffff;
    box-shadow: 0.5px 0.5px 4px #2f64dd2b;
}
.custom-color-info {
    background: #ff5e0042;
    color: #ff5c00;
    box-shadow: 0.5px 0.5px 4px #2f64dd2b;
}
.custom-color-info:hover {
    color: #ffffff;
    background: #ff5c00;
    box-shadow: 0.5px 0.5px 4px #2f64dd2b;
}
.custom-color-print {
    background: #046bf34d;
    color: #0863da;
    box-shadow: 0.5px 0.5px 4px #2f64dd2b;
}
.custom-color-print:hover {
    color: #ffffff;
    background: #0863da;
    box-shadow: 0.5px 0.5px 4px #2f64dd2b;
}

.custom-button {
    padding: 3px 5px;
    outline: none;
    margin: 0 2px;
    border: none;
    border-radius: 3px;
    font-size: 12px!important;
    font-weight: 500;
    line-height: 20px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
.align-center {
    align-items: center;
    display: flex;
}

.float-right {
    float: right !important;
}

.label-icon {
    float: right;
    color: #e3e3e3;
    background: #0484e9;
    border-radius: 3px;
    padding: 3px 4px;
    margin-right: 8px;
    box-shadow: 1px 1px 4px #00000061;
}

.large-modal-dialog {
    width: 80% !important;
    max-width: 80%;
}

.price-width--2 {
    width: 40px !important;
    text-align: right !important;
}

.price-width--1 {
    width: 50px !important;
    text-align: right !important;
}

.price-width {
    width: 60px !important;
    text-align: right !important;
}

.price-width-1 {
    width: 70px !important;
    text-align: right !important;
}

.price-width-2 {
    width: 90px !important;
    text-align: right !important;
}

.price-width-3 {
    width: 110px !important;
    text-align: right !important;
}

/* ======================== css update by Huzaifa ======================== */
/* ======================== css update by Iqarar ======================== */
/* *********************************** */
.rstc-table thead tr th {
    background-color: #c6daf2;
    border: 1px solid #7db7ff;
    color: #626060;
    text-align: center;
    letter-spacing: .4px;
    font-weight: 600;
    font-size: 11px !important;
    padding: 2px 3px !important;
    vertical-align: middle;
}

.rstc-table tbody tr td input {
    font-size: 12px;
}

.rstc-table tbody tr td {
    font-size: 11px !important;
    padding: 2px 3px !important;
    border: 1px solid #d2d2d2;
    vertical-align: middle;
}

.view {
    font-size: 12px;
    position: relative;
    line-height: 1;
    background-color: rgba(0, 255, 10, 0.2);
    border-color: transparent;
    color: #4caf50;
    padding: 5px;
    height: 100%;
    border-radius: 5px;
}

.view:hover {
    background-color: #0ba83b;
    color: #fff;
}

/* *********************************** */

.action-table thead tr .Company,
.action-table tbody tr .Company {
    display: flex;
    width: max-content;
}

.action-table tr .status {
    width: 119px;
}

.numInputWrapper .arrowUp {}

.small-text {
    font-size: 13px;
    display: flex;
    position: relative;
    font-weight: 600;
    margin-bottom: 5px;
}

/* ======================== css update by Iqarar ======================== */
table .input-row td{
    padding: 2px;
}
.navbar-vertical .navbar-nav .nav{
    background: #2d3842;
}

.erp-card{
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

/*  CSS for Mobile phone update here only */
@media only screen and (min-width: 200px) and (max-width: 767px)  {
    .main-erp{
        background: rgba(255, 255, 255, 0);
    }
    .navbar-top {
        margin-left: -1rem;
    }
}
.select2-container .select2-selection--single .select2-selection__rendered {
    font-size: 12px;
    color: #2b04ac;

}
.select2-container--default,
.select2-container--default .select2-results__option,
.select2-container--default .select2-results__option--selected {
    font-size: 12px;
}
.select2-container--default .select2-results__option--selected {
    background-color: #ddd;
}
.select2-container .select2-results__option.select2-results__option--highlighted,
.select2-container .select2-results__option.select2-results__option--highlighted:not(.select2-results__option--selected) {
    background-color: #f9fafd !important;
    color: var(--falcon-input-color) !important;
    font-size: 12px;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    outline: none;
}
.select2-container--default .select2-selection--single {
    border: 1px solid #73737352 !important;
    border-radius: 1px!important;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #c1bbd4;
    font-size: 13px;
    font-weight: 400;
}


.item-view{
    border-collapse: collapse;
}
.item-view tr td{
    border: 1px solid #bcc3ca;

}
.item-view tr td:first-child{
    font-weight: 700;

}
.hr{
    width: 100%;
    display: flex;
    border-bottom: 1px solid rgb(156, 156, 156);
    margin: 21px 0px;
    justify-content: center;
}
.hr span{
    padding: 0px 11px;
    position: absolute;
    margin-top: -10.5px;
    background: white;
    font-size: 13px;
}


div.dt-buttons>.dt-button, div.dt-buttons>div.dt-button-split .dt-button {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    margin-left: .167em;
    margin-right: .167em;
    margin-bottom: .333em;
    padding: .2em 1em;
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 2px;
    cursor: pointer;
    font-size: .8em;
    line-height: 1.6em;
    color: white;
    /* color: inherit; */
    white-space: nowrap;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.1);
    background: linear-gradient(to bottom, rgb(16 164 34) 0%, rgb(81 178 96 / 75%) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr="rgba(230, 230, 230, 0.1)", EndColorStr="rgba(0, 0, 0, 0.1)");
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
    outline: none;
    text-overflow: ellipsis;
}
.more{
    background: #f2f2f2;
    border-radius: 49%;
    padding: 0px 2px;
    border: 1px solid #d1d1d1;
}
