
/***
UI Loading
***/
.loading-message {
    display: inline-block !important;
    min-width: 125px !important;
    margin-left: -60px !important;
    padding: 10px !important;
    margin: 0 auto !important;
    color: #000 !important;
    font-size: 13px !important;
    font-weight: 400 !important;
    text-align: center !important;
    vertical-align: middle !important;
}

    .loading-message.loading-message-boxed {
        z-index: 13000 !important;
        border: 1px solid #ddd !important;
        background-color: #eee !important;
        -webkit-border-radius: 4px !important;
        -moz-border-radius: 4px !important;
        -ms-border-radius: 4px !important;
        -o-border-radius: 4px !important;
        border-radius: 4px !important;
        -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1) !important;
        -moz-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1) !important;
        box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1) !important;
    }

    .loading-message > span {
        line-height: 20px;
        vertical-align: middle;
    }

.page-loading {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 125px;
    margin-left: -60px;
    margin-top: -30px;
    padding: 7px;
    text-align: center;
    color: #333;
    font-size: 13px;
    border: 1px solid #ddd;
    background-color: #eee;
    vertical-align: middle;
    -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
}

    .page-loading > span {
        line-height: 20px;
        vertical-align: middle;
    }

.page-spinner-bar {
    position: fixed;
    z-index: 10051;
    width: 100px;
    top: 40%;
    left: 50%;
    margin-left: -55px;
    text-align: center;
}

    .page-spinner-bar > div {
        margin: 0 5px;
        width: 18px;
        height: 18px;
        background: #eee;
        border-radius: 100% !important;
        display: inline-block;
        -webkit-animation: bounceDelay 1.4s infinite ease-in-out;
        animation: bounceDelay 1.4s infinite ease-in-out;
        /* Prevent first frame from flickering when animation starts */
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
    }

    .page-spinner-bar .bounce1 {
        -webkit-animation-delay: -0.32s;
        animation-delay: -0.32s;
    }

    .page-spinner-bar .bounce2 {
        -webkit-animation-delay: -0.16s;
        animation-delay: -0.16s;
    }

.block-spinner-bar {
    display: inline-block;
    width: 80px;
    text-align: center;
}

    .block-spinner-bar > div {
        margin: 0 2px;
        width: 15px;
        height: 15px;
        background: #eee;
        border-radius: 100% !important;
        display: inline-block;
        -webkit-animation: bounceDelay 1.4s infinite ease-in-out;
        animation: bounceDelay 1.4s infinite ease-in-out;
        /* Prevent first frame from flickering when animation starts */
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
    }

    .block-spinner-bar .bounce1 {
        -webkit-animation-delay: -0.32s;
        animation-delay: -0.32s;
    }

    .block-spinner-bar .bounce2 {
        -webkit-animation-delay: -0.16s;
        animation-delay: -0.16s;
    }

.SumoSelect {
    width: 100% !important;
}

.truncates {
    width: 75% !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.multiselect__option--group {
    font-weight: bold !important;
    text-align: left !important;
    background: none !important;
    margin-left: 5px !important;
}


.multiselect__option--highlight {
    background: lightgray !important;
    outline: none !important;
    color: #000 !important;
}

.accountDropdown .multiselect__option {
    margin-left: 30px;
}


.multiselect__option--selected.multiselect__option--highlight {
    background: lightgray !important;
    color: #000 !important;
}

.multiselect, .multiselect__input, .multiselect__single {
    font-size: 14px !important;
    font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif !important;
}

.modal-mask {
    position: fixed;
    z-index: 9998;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: table;
    -ms-transition: opacity 2s ease !important;
    -o-transition: opacity 2s ease !important;
    -webkit-transition: opacity 2s ease !important;
    transition: opacity 2s ease !important;
}
/*Po Css*/
.overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 9999;
}

.dropdownpo .multiselect {
    display: table-row !important;
}

/*.dropdownpo .multiselect__content-wrapper {
    max-width: 200px !important;
    min-width: 200px !important;
}*/


.dropdownpo .multiselect__select:before {
    content: none !important;
}

.dropdownpo .emptySelect .multiselect__content-wrapper {
    max-height: 300px !important;
}

.dropdownpo .multiselect__tags {
    border: none !important;
    padding: 10px 10px 10px 0 !important;
}

.multiselect--above .multiselect__content-wrapper {
    bottom: auto !important;
}

_:-ms-fullscreen, :root .marginbtn {
    margin-bottom: 30px !important;
}
/*Add Item List.vue*/

.tbl-hover tbody tr:hover {
    border: 2px solid lightgray !important;
}

@media only screen and (min-width: 1250px) {
    .table-responsive {
        overflow: unset !important;
    }
}

.dropdownpo .multiselect__placeholder {
    width: 100% !important;
    height: 100% !important;
}

.textareaauto {
    outline: azure !important;
    width: 280px !important;
    border: none !important;
    font-size: 15px !important;
    font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif !important;
    color: #66615b !important;
    padding: 5px 10px 0px 10px !important;
}

.itemtable table td {
    padding: 0 !important;
    margin: 0 !important;
}

.itemtable tbody tr td {
    height: 10px !important;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
    margin: 0 !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
    margin: 0 !important;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield !important;
}

.itemtable .itemdata,
.itemtable .itemdata .removeBorder, .itemtable .itemdata {
    border-radius: 0px !important;
    border: 0px !important;
    height: 100% !important;
}

.finishDownArrow .dropdownpo .multiselect__select {
    width: 0px !important;
    height: 0px !important;
}

.itemtable .btn {
    margin: 10px !important;
}

.quantity input {
    text-align: right !important;
}
/* Item Dropdown */
.emptySelect .multiselect__content li:nth-last-child(2) {
    display: block !important;
}

.emptySelect .multiselect__content li:last-child {
    display: none !important;
}
/*Content Dropdown*/
.empty .multiselect__content li:nth-last-child(2) {
    display: block !important;
}

.empty .multiselect__content li:last-child {
    display: none !important;
}

.overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 9999;
}
/*AttachmentModel*/
.swal2-container.swal2-shown {
    z-index: 9999 !important;
}

#dropzone:hover {
    opacity: 0.5 !important;
    text-shadow: 1px 1px 2px #000 !important;
    background: #ccc !important;
}

.swal2-container.swal2-shown {
    z-index: 9999;
}

/*Amjad Custom css form table responsive*/
.tbl-div-overflow {
    overflow-y: auto;
}
/* Custom scrollbar */

::-webkit-scrollbar {
    width: 4px;
    height: 10px;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 20px lightgray;
    border-radius: 6px;
}

::-webkit-scrollbar-thumb {
    border-radius: 6px;
    box-shadow: inset 0 0 20px #9fc2ff;
}

.tbl-height-overflow {
    min-height: 100%;
    overflow: initial;
}

.tbl-lyout {
    table-layout: fixed;
}

.inpcss {
    border: 0px;
    height: 40px;
    width: -webkit-fill-available;
}

.inputcss1 {
    border: 0px;
    height: 30px;
    width: -webkit-fill-available;
}

.inpcss:focus {
    outline: none;
}

.inputcss1:focus {
    outline: none;
}

.dropdownprice .multiselect__tags {
    border: none !important;
    padding: 10px 10px 10px 10px !important;
}

.dropdownprice .multiselect__select {
    display: none;
}

.datepkrborderless {
    border: none;
}

.batchvno {
    background-color: transparent;
}

.dropdownAccountcss .multiselect__select {
    display: none !important;
}

.dropdownAccountcss .multiselect__tags {
    border: none !important;
}

.dropdownAccountcss .multiselect__tags {
    border: none !important;
}

.dropdownDatecss .el-input__inner {
    border: none !important;
}


.inpcssdebit {
    border: none;
    height: 40px;
    width: -webkit-fill-available;
}

    .inpcssdebit:focus {
        outline: none;
    }

.inpcssDebitjv {
    border: none;
    width: 100% !important;
    height: 50px;
}

    .inpcssDebitjv:focus {
        outline: none !important;
    }

.el-date-editor .el-range-separator {
    width: 30px !important;
}


.accountDropdown .multiselect__clear {
    position: initial !important;
    float: right !important;
    text-align: right !important;
    margin: 10px 38px 10px 10px !important;
}

.accountDropdown .multiselect__strong {
    font-weight: 500 !important;
}

.accountDropdown .multiselect__tag {
    background: lightgray !important;
    margin-right: 4px !important;
    max-width: 100px !important;
    display: block !important;
    float: left !important;
}

.accountDropdown .multiselect__option input {
    float: left !important;
    margin-right: 10px !important;
    margin-top: 2px !important;
}

.accountDropdown .beforeList {
    margin: 10px 0px -15px 15px !important;
}

.accountDropdown .multiselection .multiselect__option--selected {
    font-weight: 400 !important;
}

.accountDropdown .beforeList input {
    float: left !important;
    margin: 4px 30px 5px 0px !important;
}

.dasboardli {
    background-color: darkcyan;
}

.disctblcss tbody tr td {
    padding-bottom: 5px;
    padding-top: 5px;
}


.quick-link-panel-width {
    width: 600px;
}

.top-quick-link ul {
    margin-bottom: 20px;
    margin-top: 20px;
}

    .top-quick-link ul li {
        vertical-align: top;
        padding-left: 15px;
    }

.header-quick-link-li {
    margin-bottom: 25px !important;
}

.header-quick-link li {
    margin-bottom: 10px;
}

    .header-quick-link li a {
        font-size: 13px !important;
        text-decoration: none;
    }

        .header-quick-link li a:hover {
            color: #51cbce !important;
        }

.dropup .dropdown-toggle:after, .dropdown .dropdown-toggle:after {
    display: none !important;
}
/*.sidebar:hover .logo-image-small {
    display: none;
}*/
.LabelColour {
    color: #C70039;
    font-size: 15px;
}

.date-border-none .el-input__inner {
    border: none !important
}

.multiselect__tags {
    padding: 0px 40px 0 8px !important;
    min-height: 40px !important;
    border: none !important;
    background: #e3ebf1 !important;
    border-radius: 0 !important;
}

.multiselect__select {
    height: 25px !important;
    top: 7px !important;
}

.multiselect__placeholder {
    margin-bottom: 5px !important;
    padding-top: 10px !important;
}

.multiselect__input, .multiselect__single {
    border: none;
    background: #e3ebf1 !important;
    padding: 10px 0 0 0 !important;
    margin-bottom: 4px !important;
}

.multiselect {
    min-height: 30px !important;
}

.multiselect--disabled .multiselect__current, .multiselect--disabled .multiselect__select {
    background: #e3ebf1 !important;
    color: #a6a6a6;
}

.payment_method_btn img {
    float: right;
    height: 12px;
}

.payment_method_btn {
    padding: 8px 15px !important;
}

    .payment_method_btn:hover img {
        filter: brightness(0) invert(1);
    }
.payment_method_btn_img {
    filter: brightness(0) invert(1);
}

@media (max-width: 575.98px) {
    .invoice_top_bg {
        height: 100% !important;
        max-height: 100% !important;
    }

    .banner_btm_pd {
        text-align: center;
    }

    .top_auto_no {
        text-align: center;
    }

    .payment_method {
        text-align: center !important;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .banner_btm_pd {
        text-align: center;
    }

    .top_auto_no {
        text-align: center;
    }

    .payment_method {
        text-align: center !important;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .banner_btm_pd {
        text-align: left;
    }

    .top_auto_no {
        text-align: right;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .pd_payment_methd {
        background-color: #F1F6FF !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .payment_method {
        margin-top: 12px !important;
        font-size: 9px;
    }

    .payment_card {
        max-height: 170px;
        height: 170px;
    }

    .banner_btm_pd {
        margin-bottom: 20px !important;
    }

    .invoice_top_bg {
        max-height: 120px;
        height: 120px;
    }

    .txt_description {
        font-size: 12px;
    }

    .payment_method_btn {
        padding: 6px 15px !important;
    }

    .inv_main_img {
        margin-top: -80px;
        max-height: 180px;
        height: 180px;
    }

    .payment_card_img {
        max-width: 50px;
        padding-bottom: 15px;
        padding-top: 15px;
    }

    .payment_method_btn {
        font-size: 10px !important;
    }

    .banner_btm_pd {
        text-align: left;
    }

    .top_auto_no {
        text-align: right;
    }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
    .pd_payment_methd {
        background-color: #F1F6FF !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .payment_method {
        margin-top: 12px !important;
    }

    .payment_card {
        max-height: 240px;
        height: 240px;
    }

    .banner_btm_pd {
        margin-bottom: 30px !important;
    }

    .invoice_top_bg {
        max-height: 270px;
        height: 180px;
    }

    .inv_main_img {
        margin-top: -110px;
        max-width: 260px;
    }

    .payment_card_img {
        max-width: 100px;
        padding-bottom: 30px;
        padding-top: 30px;
    }

    .banner_btm_pd {
        text-align: left;
    }

    .top_auto_no {
        text-align: right;
    }
}

@media (min-width: 1400px) {
    .pd_payment_methd {
        background-color: #F1F6FF !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .card label {
        font-size: .9000em !important;
    }
    .multiselect, .multiselect__input, .multiselect__single {
        font-size: 16px !important;
    }
    body {
        font-size: 16px !important;
    }
    .form-control {
        font-size: 16px !important;
    }
    .payment_method {
        margin-top: 12px !important;
    }

    .payment_card {
        max-height: 240px;
        height: 240px;
    }

    .banner_btm_pd {
        margin-bottom: 30px !important;
    }

    .invoice_top_bg {
        max-height: 270px;
        height: 180px;
    }

    .inv_main_img {
        margin-top: -110px;
        max-width: 260px;
    }

    .payment_card_img {
        max-width: 100px;
        padding-bottom: 30px;
        padding-top: 30px;
    }

    .banner_btm_pd {
        text-align: left;
    }

    .top_auto_no {
        text-align: right;
    }

    .sidebar,
    .off-canvas-sidebar {
        width: 260px;
    }
        .sidebar .sidebar-wrapper,
        .off-canvas-sidebar .sidebar-wrapper {
            width: 260px;
        }
    .sidebar-mini .sidebar:hover {
        width: 260px;
    }
    .main-panel {
        width: calc(100% - 260px);
    }
    .sidebar-mini .sidebar:hover .sidebar-wrapper {
        width: 260px;
    }
    .ImageWidth {
        width: 26px !important;
    }
    .sidebar .nav li > a,
    .off-canvas-sidebar .nav li > a {
        padding: 10px 5px !important;
    }
    .menu_txt {
        font-size: 16px !important;
    }
    
}

/*.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    padding-right: 12px !important;
    padding-left: 12px !important;
}*/

.el-input__inner {
    background-color: #e3ebf1 !important;
    border: 0px solid #DCDFE6 !important;
}

    .el-input__inner:focus {
        border: 1px solid #3178F6 !important;
    }

.nav-tabs {
    border-bottom: 1px solid #3178F6 !important;
    padding-left: 24px !important;
}

    .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
        color: #495057;
        background: rgba(49, 120, 246, 0.1) !important;
        border-color: #dee2e6 #dee2e6 #fff !important;
    }

    .nav-tabs .nav-link.active {
        background: 0 0;
        border: 1px solid #3178F6 !important;
        border-top-left-radius: 0.25rem;
        border-top-right-radius: 0.25rem;
        text-align: center;
        border-bottom: 1px #eaf1fe solid !important;
        color: #3178F6 !important;
        -webkit-transition: opacity 400ms ease-out, -webkit-transform 400ms ease-out;
    }

    .nav-tabs .nav-item {
        min-width: 120px !important;
    }

.samary_tbl_pd {
    table-layout: fixed;
}

    .samary_tbl_pd tbody tr td {
        padding: 20px 7px !important;
    }

    .samary_tbl_pd tbody tr {
        background-color: #EAF1FE !important;
    }

    .samary_tbl_pd thead {
        background-color: #3178F6 !important;
        color: #ffffff !important;
    }

.DayHeading {
    font-size: 25px !important;
    font-style: normal;
    line-height: 37px;
    font-weight: 600;
    font-size: 24px;
    line-height: 26px;
    color: #3178F6;
}

.BorderBottom {
    border-color: #3178F6;
    padding-bottom: 24px;
    border-bottom: 1px solid #EFF4F7;
}

.MainLightHeading {
    font-family: Ubuntu-Medium;
    font-size: 25px !important;
    font-weight: 300;
    font-style: normal;
    line-height: 37px;
    font-size: 20px;
    line-height: 26px;
    color: #3178F6;
}

.tableHeaderColor {
    background-color: #3178f6;
    color: #ffffff;
}

.table_list_bg {
    /*table-layout: fixed;*/
}

    .table_list_bg thead tr {
        background-color: #E1ECFF;
        color: #060606;
    }
.add_table_list_bg thead tr {
    background-color: #3178F6 !important;
    color: #ffffff;
}

.breadcrumb {
    background-color: transparent !important;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
    font-size: 12px;
    padding: 3px 5px 0 5px !important;
}

.page_title {
    margin-bottom: 0 !important;
    margin-left: 5px;
    margin-right: 5px;
    color: #3178F6;
    font-weight: 600;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: "" !important;
    width: 6px;
    height: 6px;
    background-color: #a6acbe;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 5px;
    padding-right: 0;
}

.search_icon {
    position: absolute;
    top: 38px;
    padding-left: 5px;
    -webkit-transition: all .3s;
    height: 100%;
    color: #C0C4CC;
    text-align: center;
}

.search_input {
    padding: 10px 20px 10px 25px !important;
}

.view_page_title {
    color: #3178f6;
}

.serch_btn_top_margin {
    margin-top: 0px !important;
}

.sidebar-mini, .sidebar {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    overflow: auto;
}

.login_main {
    height: 100vh;
    padding-right: 0 !important;
    padding-left: 0 !important;
    overflow: hidden;
}

.setup_sidebar {
    background-color: #ffffff;
    width: 250px;
    position: absolute;
    box-shadow: 0px 5px 10px #F1F2FA;
    border-radius: 8px;
}

.setup_main_panel {
    position: relative;
    float: right;
    width: calc(100% - 250px);
}

.setup_main_panel_ar {
    width: calc(100% - 250px) !important;
    right: 250px !important;
}

.setup_sidebar_wrapper {
    position: relative;
    height: calc(95vh - 75px);
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 4;
    margin: 15px 0px;
    padding: 0 10px;
}

.setup_menu {
    height: 70px;
    width: 100%;
    max-width: 100%;
    padding: 0 0;
    background-color: #f0f5ff;
    display: flex;
    border-radius: 5px;
    margin-bottom: 10px;
}

    .setup_menu:hover {
        background-color: #3178F6;
        cursor: pointer;
    }

        .setup_menu:hover .setup_menu_icon .setup_icon_wrapper {
            background-color: #508cf7;
        }

        .setup_menu:hover .setup_menu_link .setup_menu_titile {
            color: #ffffff;
        }

        .setup_menu:hover .setup_menu_link .setup_menu_desc {
            color: #ffffff;
        }

        .setup_menu:hover .setup_icon_wrapper img {
            filter: brightness(0) invert(1);
        }

.setup_menu_icon {
    width: 30%;
    max-width: 30%;
    height: 70px;
    line-height: 70px;
    text-align: center;
}

.setup_menu_link {
    width: 70%;
    max-width: 70%;
    padding-top: 7px;
}

.setup_icon_wrapper {
    height: 50px;
    max-height: 50px;
    width: 50px;
    max-width: 50px;
    text-align: center;
    vertical-align: middle;
    background-color: #dbe7fe;
    border-radius: 5px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
}

.setup_menu_titile {
    color: #3178F6;
    font-weight: 600;
    text-decoration: none !important;
}

.setup_menu_desc {
    color: #A6ACBE;
    font-size: 11px;
    margin-bottom: 0 !important;
}

.setup_icon_wrapper img {
    width: 30px;
    vertical-align: initial !important;
}

.top_auto_no_ar {
    text-align: left;
}

.banner_btm_pd_ar {
    text-align: right !important;
}

.add_btn {
    left: 20px !important;
    right: auto !important;
}

.invoice_lbl {
    color: #808080 !important;
}

.btn-light {
    background-color: #F4F4F4;
    color: #000000;
    border: 1px solid #F4F4F4;
    border-radius: 5px;
}

    .btn-light:hover, .btn-light:focus, .btn-light:active, .btn-light.active, .btn-light:active:focus, .btn-light:active:hover, .btn-light.active:focus, .btn-light.active:hover {
        background-color: #F4F4F4 !important;
        color: #000000 !important;
        box-shadow: none !important;
        border: 1px solid #F4F4F4;
    }


.HeadingOfEmpty {
    margin-top: 10px;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
    color: #34343F;
}
.imageLeft {
    background-position: right !important;
    background: url('/bgshape.svg');
}

.imageRight {
    background-position: left !important;
    background: url('/bg shape 1.svg');
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: #F4F8FF !important;
}
.table-striped tbody tr:nth-of-type(even) {
    background-color: #EAF1FE !important;
}
.el-input__inner {
    border-radius: 0 !important;
}