.btn-rstc {
    background: #2d7ee1;
    color: #e5e5e5;
}

.pl-1 {
    padding-left: 0.25rem !important;
}

.form-control:focus {
    box-shadow: none
}

.form-group {
    margin-bottom: .3rem
}

label span {
    color: #e50808;
    transform: scale(1.2);
    display: inline-flex;
}

.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: #f7d2dd !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: 0px 2px 0px 2px;
    border-radius: 4px;
    font-weight: 300;
    font-size: 13px;
}

.is-active {
    background-color: #dbf5d4 !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(4 165 27);
    padding: 0px 4px 1px 3px;
    border-radius: 4px;
    font-weight: 300;
    font-size: 13px;
}

.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: 14px;
    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 #52515115;
    }
    .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: ui-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: 14px;
    font-weight: 500;
    color: #8d8d8d;
    margin-bottom: 4px;
}
.input tr th,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-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: #00d27a;
    color: white;
    box-shadow: 0.5px 0.5px 4px #2f64dd7a;
}
.custom-color-2{
    background: #2c7be5;
    color: white;
    box-shadow: 0.5px 0.5px 4px #2f64dd7a;
}
.custom-color-d{
    background: #e6084b;
    color: white;
    box-shadow: 0.5px 0.5px 4px #2f64dd7a;
}
.custom-button{
    padding: 2px 7px;
    outline: none;
    margin: 0 2px;
    border: none;
    border-radius: 3px;
    font-size: 12px;
    font-weight: 600;
}
.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{

    }

/* ======================== css update by Iqarar ======================== */
