* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    font-family: 'El Messiri', sans-serif;
}

 ::selection {
    background: #dedf40;
}

 ::placeholder {
    color: #000;
    opacity: 1;
}

body {
    overflow-x: hidden !important;
}

body::-webkit-scrollbar {
    width: 0.7em;
}

body::-webkit-scrollbar-track {
    background-color: #fff;
    box-shadow: inset 0.05em 0 0 #838383;
}

body::-webkit-scrollbar-thumb {
    background-color: #838383;
    border-radius: 0.5em;
    box-shadow: inset 0.15em 0.1em 0.1em rgba(255, 255, 255, 0.5), inset -0.15em -0.1em 0.1em rgba(0, 0, 0, 0.3);
}

#page-container {
    position: relative;
    min-height: 100vh;
}

#content-wrap {
    padding: 47px 0px 36px 0px;
}

.content-padding {
    padding-right: 171px !important;
}

.position-relative {
    position: relative;
}


/* login page*/

.login .invalid-feedback {
    color: #000 !important;
}

.container {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
}

.mga-login {
    margin-top: 22px;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mga-login a {
    text-decoration: none;
    color: #000;
    font-family: 'Open Sans', sans-serif !important;
}

.mga-login a span {
    color: #db1d2b !important;
    font-family: 'Open Sans', sans-serif !important;
}

.screen {
    background: linear-gradient(90deg, #db1d2b, #fa3f1f);
    position: relative;
    height: 600px;
    width: 360px;
    box-shadow: 0px 0px 24px #d7032d;
}

.screen__content {
    z-index: 1;
    position: relative;
    height: 100%;
}

.screen__background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
}

.screen__background__shape {
    transform: rotate(45deg);
    position: absolute;
}

.screen__background__shape1 {
    height: 520px;
    width: 520px;
    background: #FFF;
    top: -50px;
    right: 120px;
    border-radius: 0 72px 0 0;
}

.screen__background__shape2 {
    height: 220px;
    width: 220px;
    background: #dd1d22;
    top: -172px;
    right: 0;
    border-radius: 32px;
}

.screen__background__shape3 {
    height: 540px;
    width: 190px;
    background: linear-gradient(270deg, #db1d27, #f82f1f);
    top: -24px;
    right: 0;
    border-radius: 32px;
}

.screen__background__shape4 {
    height: 400px;
    width: 200px;
    background: #ef2f30;
    top: 420px;
    right: 50px;
    border-radius: 60px;
}

.login {
    padding: 30px;
    padding-top: 97px;
}

.login__field {
    padding: 20px 0px;
    position: relative;
}

.login__icon {
    position: absolute;
    top: 30px;
    color: #000;
}

.login__input {
    border: none;
    border-bottom: 2px solid #D1D1D4;
    background: none;
    padding: 10px;
    padding-right: 20px;
    font-weight: 700;
    width: 100%;
    transition: .2s;
}

.login__input:active,
.login__input:focus,
.login__input:hover {
    outline: none;
    border-bottom-color: #e1414d;
}

.login__submit {
    background: #fff;
    font-size: 14px;
    margin-top: 30px;
    padding: 16px 20px;
    border-radius: 26px;
    border: 1px solid #D4D3E8;
    text-transform: uppercase;
    font-weight: 700;
    display: flex;
    align-items: center;
    width: 100%;
    color: #f3224c;
    box-shadow: 0px 2px 2px #d7032d;
    cursor: pointer;
    transition: .2s;
}

.login__submit:active,
.login__submit:focus,
.login__submit:hover {
    border-color: #e1414d;
    outline: none;
}

.button__icon {
    font-size: 24px;
    margin-right: auto;
    color: #f3224c;
}

.social-login {
    position: absolute;
    height: 140px;
    width: 160px;
    text-align: center;
    bottom: 0px;
    right: 0px;
    color: #fff;
}

.social-icons {
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-login__icon {
    padding: 20px 10px;
    color: #fff;
    text-decoration: none;
}

.social-login__icon:hover {
    transform: scale(1.5);
    color: #fff;
}


/*Home page*/

.home-bg-img {
    height: 80.5vh;
    object-fit: cover;
}


/*Timer*/

.card-settled-over-parent {
    padding: 0px;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.card-settled-over {
    padding: 20px 5px;
    width: 45%;
    border-radius: 0px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    box-shadow: 0px 3px 10px gray;
}

.card-settled-over .logo-img {
    width: auto;
    margin: -30px auto;
}

.card-settled-over .logo-img img {
    width: 25vw;
}

.counter {
    color: #333;
    text-align: center;
    margin: 0px auto 0.5rem;
}

.counter ul {
    list-style-type: none;
}

#headline {
    font-weight: 400;
}

.time-label {
    display: inline-block;
    list-style-type: none;
    padding: 0em 0.5em;
    font-size: 1em;
}

.time-label span {
    display: block;
    font-size: 2rem;
}

#counter-msg {
    display: none;
}

@media all and (max-width: 768px) {
    .time-label {
        font-size: .875rem;
        padding: 0em .15rem;
    }
    .time-label span {
        font-size: 1.5rem;
    }
}


/*End of timer styling*/

#shortCutHead {
    position: fixed;
    left: 0px;
    top: 92px;
    z-index: 2000;
    border-radius: 0px 5px 5px 0px;
    padding: 6px 1px 0px 3px;
    background: #fff;
    color: #e1414d;
    box-shadow: 0px 3px 5px #c1c1c1;
    cursor: pointer;
}

#shortCutHead span {
    writing-mode: vertical-lr;
    font-size: 18px;
}

.short-cut-menu {
    padding: 5px 3px;
    /*  height: 80vh; */
    width: 100px;
    border-right: 1px solid #c1c1c1;
    position: absolute;
    left: -100px;
    top: 92px;
    z-index: 2000;
    background: #fff;
    box-shadow: 0px 3px 5px #c1c1c1;
    overflow-y: auto;
    -ms-overflow-style: none;
    scrollbar-width: 0px;
}

.short-cut-menu::-webkit-scrollbar {
    width: 0px;
}

.short-cut-menu .btn-submit {
    padding: 5px 4px;
    color: #e1414d;
    border: 1px solid #e1414d;
    border-radius: 10px;
    text-align: center;
    width: 45%;
    float: right;
    margin: 00.25rem 1%;
    box-shadow: 0px 3px 5px #c1c1c1;
}

.view-card {
    box-shadow: 0px 2px 6px gray;
    min-height: 75px;
}

.card-actions .btn-submit {
    padding: 5px;
    color: #000;
    text-align: center;
    margin: 0.25rem;
    border: none;
    transition: all .5s;
}

.card-actions .btn-submit:hover {
    color: #e1414d;
    background-color: #fff;
    transform: scale(1.2)
}

.short-cut-menu .btn-submit:hover {
    background-color: #e1414d;
    color: #fff;
}

.separator {
    height: 3px;
    width: 25%;
    margin: auto;
    background-color: #c1c1c1;
}


/*navbar*/

.bg-light {
    background-color: transparent !important;
}
.text-bg-red{
    background-color:rgba(225, 65, 77, 0.7);
    color: inherit;
}
.bg-white {
    background-color: #fff!important;
}

.bg-light-toggled {
    background-color: #ededed !important;
}

.navbar-brand {
    margin-right: 0px !important;
    padding: 0;
}

.navbar {
    padding-bottom: 0px;
}


/* Side Menu*/

#menu {
    position: absolute;
    top: 0px;
    right: -300px;
    z-index: 1050;
    background-color: #fff;
    color: #000;
    height: 100vh;
    width: 170px;
    overflow-y: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    box-shadow: -5px 5px 15px 0 rgb(31 31 31 / 7%);
}

#menu::-webkit-scrollbar {
    display: none;
}

#menu .side-menu ul li a {
    text-decoration: none;
    color: #000;
    padding: 2vh 10px 0vh 10px;
    text-decoration: none;
    display: block;
}

#menu .side-menu ul li a.active {
    color: #e1414d !important;
}

#menu .side-menu ul li a:hover {
    color: #e1414d !important;
}

#pin,
#cls {
    display: inline;
}

#menu .accordion-button:not(.collapsed) {
    color: inherit;
    background-color: rgba(225, 65, 77, 0.7);
}

#menu .accordion-button,
.accordion-item .accordion-header .accordion-button {
    padding-left: 12px;
}

.menuBars a#bars {
    text-decoration: none;
}

.menuBars #bars {
    color: #db1d2b;
    font-size: 25px;
}

.menuBars .mga-heading {
    display: inline;
    margin-left: 1vw;
    color: #000000;
    cursor: pointer;
}

.menuBars .mga-heading a,
.menuBars .mga-heading a span {
    font-family: 'Open Sans', sans-serif !important;
}

.menuBars .mga-heading a span {
    color: #db1d2b !important;
}


/* User account*/

#userAccount {
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 0.25rem 0.35rem;
    display: inline-block;
    text-decoration: none;
    color: #212529;
}

.user-image {
    display: inline-block;
}

.img-circle {
    height: auto;
    width: 2.1rem;
    border-radius: 50%;
    vertical-align: middle;
}

.elevation {
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23)!important;
}


/* Global search or filter*/

#searchIcon,
#cls-search {
    position: absolute;
    top: 0px;
    left: 2rem;
    font-size: 1.25rem;
    padding: 0.5rem 1rem;
    transition: .5s;
}

#cls-search:hover {
    transform: rotate(360deg)!important;
}

#searchIcon:hover {
    transform: scale(1.2, 1.2) !important;
    transform-origin: center !important;
}

.search-form {
    background-color: #e5e5e5;
    /* background-image: url(../img/1.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%; */
    color: #000;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 0px;
    height: 2px;
    overflow: hidden;
    z-index: 1080;
}

.search-inputs {
    width: 100vw;
}

.search-control,
.search-select {
    border: none;
    outline: none;
    border-bottom: 1px solid #000;
    color: #000;
    background-color: transparent;
    padding: 1rem 1rem 0.3rem 1rem;
    margin-bottom: 1rem;
    width: 75%;
    font-size: 1.25rem;
    line-height: 1.1;
}

.search-select option {
    color: #000;
    background-color: #fff;
}

.search-select:focus>option:hover {
    box-shadow: 0 0 10px 100px #ededed inset;
    background-color: #ededed -webkit-linear-gradient(bottom, #ededed 0%, #ededed 100%) !important;
}

.search-select:focus>option:checked {
    background: #e1414d;
}

.search-form .search-control::placeholder {
    color: #000 !important;
}

.search-form .form-floating>label {
    right: 25% !important;
    padding: 0rem !important;
}

.floating-span {
    position: absolute;
    top: 2px;
    right: 5px;
    display: inline-block;
    color: #6f7271;
    font-size: 0.8rem;
}

.search-form label {
    color: #000;
}

button.btn-search,
a.btn-search {
    background-color: #000;
    color: #fff;
    border: 1px solid #000;
    font-size: 1rem;
    padding: 10px 7px;
    width: 30%;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -ms-transition: 0.7s;
    -o-transition: 0.7;
    transition: 0.7s;
}

button.btn-search:hover,
a.btn-search:hover {
    background-color: #fff;
    color: #e1414d;
    border: 1px solid #fff;
    width: 38%;
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -ms-transition: 0.7s;
    -o-transition: 0.7;
    transition: 0.7s;
}


/* horizontal line styling*/

.Im-hr {
    height: 2px;
    width: 50px;
    margin: auto;
    margin-bottom: 15px;
    background-color: #000;
}


/*Accordion styling*/

.accordion-button:focus {
    border-color: inherit;
    box-shadow: inherit;
}

.accordion-button:not(.collapsed) {
    color: inherit;
    background-color: #ededed;
}

.accordion-button::after {
    margin-right: auto;
    margin-left: 0;
}

.accordion-button {
    padding: 0.8rem 0.5rem;
    padding-left: 0px;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-flush .accordion-item:last-of-type .accordion-button.collapsed {
    border-top-width: 1px;
    /* border-color: #000; */
}

.accordion-body {
    padding: 0px;
}


/*------------tooltip styling---------------------*/

.toolTip {
    position: relative;
}


/* Tooltip text */

.toolTip .toolTiptext {
    visibility: hidden;
    background-color: #ea7982;
    color: black;
    text-align: center;
    padding: 5px;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
}

.topToolTip {
    bottom: 100%;
    left: 50%;
    margin-left: -9%;
}

.bottomToolTip {
    bottom: 98%;
    width: 50%;
    right: 35%;
}

.toolTip:hover .toolTiptext {
    visibility: visible;
}


/*------------Social media and contact footer---------------------*/

.footer-div {
    position: fixed;
    bottom: 0;
    width: 100vw;
    background-color: #000;
    color: #fff;
    padding: 5px;
    z-index: 1029;
}

.footer-div a {
    padding: 0px 1px;
    text-decoration: none;
    color: #fff;
}

.footer-div .copyright:hover {
    color: #e1414d;
}

.footer-div .designedBy:hover {
    color: #007bff;
}

.footer-div .socialMedia {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-bottom: 6px;
}

.footer-div #page-up {
    font-size: 22px;
    display: none;
    cursor: pointer;
}


/*-------Media Query----------*/

@media only screen and (max-width: 820px) {
    .card-settled-over {
        width: 60%;
    }
    .crossed {
        width: 1400% !important;
    }
}

@media only screen and (max-width: 650px) {
    #content-wrap {
        padding: 42px 0px 64px 0px;
    }
    .home-bg-img {
        height: 75.5vh;
    }
    /*  .card-settled-over-parent {
        inset: 64px 0px;
    } */
    .card-settled-over {
        width: 80%;
    }
    .menuBars {
        left: 20px;
    }
    .menuBars #bars {
        font-size: 20px;
    }
    .menuBars .mga-heading a {
        font-size: 20px;
    }
    .footer-div {
        font-size: 0.9rem;
    }
    .Im-down {
        margin: auto
    }
    #pin {
        display: none !important;
    }
    button.btn-search,
    a.btn-search {
        width: 63%
    }
    button.btn-search:hover,
    a.btn-search:hover {
        width: 80%
    }
    .table,
    .table .btn {
        font-size: 16px;
    }
}

@media only screen and (max-width: 360px) {
    .card-settled-over {
        width: 95%;
    }
    .menuBars {
        left: 7vw;
    }
    .menuBars #bars {
        font-size: 18px;
    }
    .menuBars h3.mga-heading a {
        font-size: 18px;
    }
    .footer-div {
        font-size: 0.7rem;
    }
    button.btn-search,
    a.btn-search {
        width: 70%
    }
    button.btn-search:hover,
    a.btn-search:hover {
        width: 90%
    }
    .table,
    .table .btn {
        font-size: 14px;
    }
    .crossed {
        width: 1000% !important;
    }
}


/* catCard styling*/

.nav-tabs {
    border-bottom: 1px solid #000;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    border-color: #000 #000 #fff;
    color: #e1414d;
}

.nav-tabs .nav-item a {
    color: #000;
}

.nav-tabs .nav-item a:hover {
    color: #e1414d;
}

.table_input {
    margin-bottom: 0!important;
    padding: .375rem .75rem !important;
}

.form-side {
    font-family: 'El Messiri', sans-serif;
    font-size: 0.9rem;
}

.form-control {
    font-size: 0.9rem;
}


/*file upload*/

.custom-file-input {
    padding: 0px !important;
}

.custom-file-input::-webkit-file-upload-button {
    visibility: hidden;
}

.custom-file-input::before {
    content: "اختار المسار";
    display: inline-block;
    background-color: #e9ecef;
    padding: 11px 25px;
    cursor: pointer;
}

.form-side input,
.form-side select,
.form-side textarea {
    /* border: 0px; */
    padding: 10px 7px;
    margin-bottom: 7px;
}

.form-side input:focus,
.form-side select:focus,
.form-side textarea:focus {
    border-color: #212529;
    box-shadow: 0 0 0 0.25rem rgb(33 37 41 / 25%);
}

.form-check-input[type=checkbox] {
    padding: 7px;
}

.form-floating>.form-control,
.form-floating>.form-select {
    height: 45px;
}

.form-floating>.form-select {
    padding-top: 1rem !important;
    padding-bottom: .3rem !important;
}

.form-floating>textarea.form-control {
    height: auto;
}

.form-control:disabled,
.form-floating .form-control::placeholder {
    color: inherit;
    opacity: 0;
}

.form-select:disabled {
    color: #000;
    opacity: 1;
    cursor: not-allowed;
}

.form-floating>label {
    right: 0 !important;
    left: auto;
    padding: 0.5rem 0.9rem 0.5rem 0rem !important;
}

.form-side .line {
    background-color: #e1414d;
    height: 3px;
    width: 22%;
    margin: auto;
    margin-bottom: 25px;
}

.form-side .form-select {
    background-position: left .75rem center !important;
}

.form-check-input[type=radio] {
    padding: 7px;
}

.form-check .form-check-input {
    float: right;
    margin-right: -1.5em;
}

.form-check {
    padding-left: 1em
}

.form-check-input:checked {
    background-color: #db1d2b;
    border-color: #db1d2b;
}

.dropdown-menu {
    min-width: 1rem !important;
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: #000;
}

button.dropdown-item:focus {
    outline: none;
}

.btn-action {
    color: #000 !important;
    border: none;
    outline: none;
    background-color: transparent;
}

.btn-action:focus {
    outline: none;
}

#newUser_Form .form-check-input:checked,
.search-form .form-check-input:checked {
    background-color: #000;
    border-color: #000;
}

.hidden-input {
    width: 150px;
    display: none;
}

.hidden-label {
    width: auto;
    left: 97px !important;
    display: none;
}

.icon-21 {
    font-size: 21px;
}

.icon-12 {
    font-size: 12px;
}

.inline-block {
    display: inline-block;
}

.dropdown-item {
    width: auto;
    display: inline-block;
}

.btn-quick-access {
    background-color: #fff;
    color: #000;
    border: 1px solid #000;
    font-size: 1rem;
    line-height: 24px;
    /*  padding: 10px 7px; */
    margin: auto;
    text-decoration: none;
}

.btn-submit {
    background-color: #fff;
    color: #000;
    border: 1px solid #000;
    font-size: 1rem;
    line-height: 24px;
    padding: 10px 7px;
    margin: auto;
    text-decoration: none;
}

.btn-submit:hover {
    background-color: #000;
    color: #fff
}

.btn-submit:hover img {
    background-color: #fff;
}

.btn {
    border: 1px solid;
}

.btn-card {
    color: #fff;
    outline: none;
    background-color: transparent;
    display: block;
    text-decoration: none;
    padding: 0.5rem;
}

.btn-card :hover,
.btn-card :focus {
    color: #db1d2b;
}

.btn-ok {
    border: 1px solid #000;
    color: #000 !important;
    padding: .175rem .5rem;
}

.btn-cross {
    padding: .175rem .5rem;
}

.btn:hover {
    background-color: #ea7982;
}

.btn-ok:hover {
    background-color: #000;
    color: #fff !important;
}

.profilePic input[type="file"] {
    position: fixed;
    z-index: 100;
    right: 100%;
    bottom: 100%;
    overflow: hidden;
}

.profilePic .custom-file-upload {
    border: 1px solid #000;
    display: inline-block;
    text-align: center;
    height: 75px;
    width: 80px;
    border-radius: 50%;
    position: relative;
}

.profilePic .custom-file-upload .upload-button {
    background-color: #fff;
    position: absolute;
    top: 70%;
    left: 70%;
    z-index: 107;
    color: #000;
    cursor: pointer;
}

.over-me {
    position: relative;
}

.search {
    position: absolute;
    left: 31px;
    top: 10%;
    width: 20px;
    height: 25px;
    border-radius: 15%;
    margin-top: 3px;
    text-align: center;
    background-color: #000;
    color: #fff;
    border: none;
    z-index: 1000;
}

.search-toggled {
    background-color: #e1414d;
    border-color: #e1414d;
}

.search-toggled:focus,
.search:focus {
    outline: none;
}

.percentage {
    position: absolute;
    left: 35px;
    top: 12px;
    color: #000;
    z-index: 1000;
}

.modal-footer .btn-submit {
    width: 102px;
    height: 45px;
}

.btn,
a[data-bs-toggle="modal"] {
    color: #e1414d;
}

.modal-header .btn-close {
    margin: -0.5rem !important;
}

.modal-footer .btn-submit:nth-child(1) {
    margin-left: 30px;
}

.modal-footer .btn-submit[data-bs-dismiss] {
    color: #e1414d;
    border: 1px solid #e1414d;
    margin-right: 0px;
}

.modal-footer .btn-submit[data-bs-dismiss]:hover {
    background-color: #e1414d;
    color: #fff;
}

@media (min-width: 576px) {
    .modal-dialog:not(.mini-dialog) {
        max-width: 1050px;
    }
}

@media (min-width: 576px) {
    #purchasesBill .modal-dialog,
    #purchasesReturn .modal-dialog,
    #taxBill .modal-dialog,
    #priceList .modal-dialog,
    #itemHistory .modal-dialog {
        max-width: 96vw;
    }
}


/* validation styling */

.animated {
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-duration: 1s;
    animation-fill-mode: both;
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@keyframes fadeInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }
    100% {
        -webkit-transform: translateZ(0);
        opacity: 1;
        transform: translateZ(0);
    }
}


/* tables styling*/

.flow-auto {
    overflow: auto
}

.flow-x-auto {
    overflow-x: auto;
}

#itemHistory {
    padding: 0px 2px !important;
}

tbody,
td,
tfoot,
th,
thead,
tr {
    border-color: inherit !important;
}

.table>:not(:last-child)>:last-child>* {
    border-bottom-color: #fff;
}

table tr td,
table tr th {
    /*  max-width: 15vw !important;
    overflow: hidden; */
    text-align: center;
}

.bordered-td tr td {
    border: 1px solid;
}

.table-input {
    border: 1px solid !important;
    padding: 7px 2px !important;
    margin: 3px 0.5px !important;
    width: 90% !important;
}

.totalsRow .wide-cell {
    border-color: #ededed #fff #fff #ededed !important;
}

.big-bolder {
    font-size: 20px;
    font-weight: bolder;
}

.medium-bolder {
    font-weight: bolder;
}


/*sales bill styling*/

#premium,
#regularPremium,
#permisstionStart {
    display: none;
}

.ddl {
    color: #000;
    border: 1px solid #ced4da;
}


/*--------------- safes sub-departments -------------------*/

#safeSubDepartment .js-client-placeholder-single+span,
#safeSubDepartment .js-supplier-placeholder-single+span,
#txtEditClient+span,
#txtEditClient+span,
#safeSubDepartmentSelect,
#txtClientName,
#txtSupplierName {
    display: none;
}


/*--------Delemeter div styling----------*/

.delemeter {
    background-color: rgba(225, 65, 77, 0.8);
    width: auto;
    padding: 7px 30px 1px;
    position: relative;
}

.delemeter::before {
    content: '';
    position: absolute;
    top: 0px;
    left: -10%;
    width: 30px;
    height: 26px;
    background-color: #fff;
    transform: skew(-45deg)
}

.delemeter::after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: -10%;
    width: 30px;
    height: 26px;
    background-color: #fff;
    transform: skew(45deg)
}

.top-banner-overlay {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}


/*---------- Notification -------------*/

.notification {
    position: absolute;
    top: 40%;
    right: 20%;
    z-index: 1050;
    box-shadow: 0px 3px 10px grey;
    padding: 20px 15px;
    background-color: #ea7a82;
    display: none;
    border-radius: 2%;
}

.cls-notificate {
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 3px 7px;
    color: #000;
    text-decoration: none;
}

.cls-notificate :hover {
    color: #fff !important;
}


/*-------------- temporal copy ----------------*/

.bg-colored {
    background-color: #ea868f;
}


/*-------------- print settings ----------------*/

.bill-setting-table th {
    padding: .5rem 0rem;
}

.crossed {
    background-color: #fff;
    border: 1px solid #ced4da;
    width: 1600%;
    height: 125px;
    margin: 0px calc(var(--bs-gutter-x)/ 2);
    background: linear-gradient(to top left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) calc(50% - 0.8px), rgba(206, 212, 218, 1) 50%, rgba(0, 0, 0, 0) calc(50% + 0.8px), rgba(0, 0, 0, 0) 100%), linear-gradient(to top right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) calc(50% - 0.8px), rgba(206, 212, 218, 1) 50%, rgba(0, 0, 0, 0) calc(50% + 0.8px), rgba(0, 0, 0, 0) 100%);
    position: relative;
}

.crossed-barcode {
    background-color: #fff;
    border: 1px solid #ced4da;
    width: 80%;
    background-image: url(../img/barcode2.png);
    background-repeat: no-repeat;
    background-position: center;
    height: 118px;
    margin: auto;
    /*  background: linear-gradient(to top left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) calc(50% - 0.8px), rgba(206, 212, 218, 1) 50%, rgba(0, 0, 0, 0) calc(50% + 0.8px), rgba(0, 0, 0, 0) 100%), linear-gradient(to top right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) calc(50% - 0.8px), rgba(206, 212, 218, 1) 50%, rgba(0, 0, 0, 0) calc(50% + 0.8px), rgba(0, 0, 0, 0) 100%); */
    position: relative;
}

.text-para {
    background-color: #ea868f;
    position: absolute;
    top: 37%;
    padding: 5px;
}

.draggable {
    padding-top: 1.2em;
    cursor: grab;
}

.delete_print_label {
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 5px 8px;
    cursor: pointer;
}

.printGridItem {
    display: block;
    overflow: hidden;
    width: 100%;
    position: relative;
    box-sizing: border-box;
}

.printGridItem span {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    text-align: center;
    color: #fff;
    background-color: rgba(225, 65, 77, 0.8);
    font-size: 1.2rem;
    padding: .5rem 1.5rem;
    line-height: 1.4rem;
    transition: all 1s;
}

.printGridItem:hover span {
    height: 100%;
    padding-top: 40%
}

#print-settings #listOfRemovedDraggableElements {
    background-color: #ced4da;
    color: #000;
    width: 100%;
    position: absolute;
    top: 0rem;
    right: 0rem;
    z-index: 1000;
}

#print-settings #listOfRemovedDraggableElements ul {
    list-style-type: none;
    margin: 0;
    padding: 0px;
    display: none;
}

#print-settings #listOfRemovedDraggableElements ul li {
    padding: 0.2em;
    padding-left: 0.5em;
    display: inline-block;
}

#print-settings #listOfRemovedDraggableElements ul li a.dragged-link {
    display: inline-block;
    padding: 0.5em;
    color: #000;
    cursor: pointer;
}

#print-settings #removedDraggableElements {
    background-color: #ced4da;
    color: #000;
    padding: 0.5rem 1rem;
    border-radius: 0px 0px 7px 7px;
    position: absolute;
    top: 100%;
    right: 2em;
    display: none;
}


/* print invoices*/

.receipt-table {
    color: #000;
}

.receipt-table thead {
    border-top: 1px solid #000 !important;
    border-bottom: 1px solid #000 !important;
}

.receipt-table tbody td {
    border: none;
    padding: 0.1rem .3rem;
}

.sale-box {
    font-weight: bold;
    border: 1px solid #000 !important;
}

.recepit-required {
    border: 1px solid #000 !important;
}


/* print transportation*/

.style-table {
    color: #000;
    margin-top: 20px;
}


/* ---- particles.js container ---- */

#particles-js {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: transparent;
    z-index: 999;
}


/*-----------users setting-------------*/

.selectBox {
    position: relative;
}

.overSelect {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.checkBoxes {
    position: absolute;
    display: none;
    background-color: #FFFFFF;
    border: 1px solid #ced4da;
    border-radius: 3px;
    padding: 0px 10px;
    width: 284px;
    z-index: 1;
}

.checkBoxes::before {
    content: '';
    position: absolute;
    top: -8px;
    left: 7%;
    width: 14px;
    height: 8px;
    background-color: #fff;
    border-left: 2px solid #ced4da;
    transform: skew(-45deg)
}

.checkBoxes::after {
    content: '';
    position: absolute;
    top: -8px;
    left: 10%;
    width: 1px;
    height: 8px;
    background-color: #fff;
    border-right: 2px solid #ced4da;
    transform: skew(45deg)
}

.checkBoxes label {
    display: block;
}


/*Reports and histories : right links and left show area*/

.itemInfo thead th {
    cursor: pointer;
}

#bookLinks .card {
    border-top: 3px solid #000;
}

#bookLinks .card-togled {
    border-top: 3px solid #e1414d;
}

#bookLinks .card-header {
    background-color: #fff;
}

.btn-tool {
    border: none;
    background-color: #fff;
    color: #000;
}

#bookLinks .btn-tool:focus {
    outline: none;
}

#stock_move .btn-tool {
    font-size: 25px;
    border-radius: 10px;
    width: 40px;
    border: none;
    background-color: #fff;
    color: #000;
    outline: none;
}

.card-tools i {
    font-size: 21px;
}

#bookLinks .card-header:hover .card-tools i {
    color: #000;
}

#shownbookLinks {
    height: 100%;
}

#shownbookLinks .card-body {
    overflow-y: auto;
}


/* print barcode*/

.barcode_detail {
    border: 1px solid #000;
    background: linear-gradient(to top left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) calc(50% - 0.8px), rgba(206, 212, 218, 1) 50%, rgba(0, 0, 0, 0) calc(50% + 0.8px), rgba(0, 0, 0, 0) 100%), linear-gradient(to top right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) calc(50% - 0.8px), rgba(206, 212, 218, 1) 50%, rgba(0, 0, 0, 0) calc(50% + 0.8px), rgba(0, 0, 0, 0) 100%);
    position: relative;
}
