:root {
    --primary-color: #CC8D1A;
    --secondry-color: #005c53;
    --spanish-gray: #999999;
    --sonic-silver: #545454;
    --eerie-black: #1B1A17;
    --salmon-pink: #C07F00;
    --sandy-brown: #f6a355;
    --bittersweet: #ff6666;
    --ocean-green: #51ff00;
    --davys-gray: #545454;
    --cultured: #ededed;
    --white: #ffffff;
    --onyx: #454545;
}

/* Start Global Rules */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

input::placeholder {
    font-size: 12px !important;
    color: #a19f9f !important;
}

select {
    font-size: 12px !important;
    color: #a19f9f !important;
    -webkit-appearance: none;
    appearance: none;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    text-transform: none;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
}
.bi-house::before {
    font-size: 13px !important;
}
/* End Global Rules */
.emptyCard {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column-reverse;
    height: 30vh;
    margin-bottom: 100px;
    margin-top: 40px;
}

.emptyCard p {
    font-size: larger;
    font-weight: 500;
    color: #999;
}

.emptyCard .icon-empty {
    font-size: 150px;
    color: #9999996c;
}
.btnBackHome{
    background-color: var(--secondry-color);
    color: #fff;
    padding: 5px 10px;
    text-align: center;
    width: 70%;
    margin: auto;
    font-weight: bold;
    font-size: 14px;
    border-radius: 6px
}
.btnBackHome:hover{
    color:#fff
}
.prodact-card,
.sum-all-prodacts {
    border: 1px solid #e3e3e3d1;
    width: 100%;
    padding: 20px 20px 0px;
    border-radius: 4px;
    margin-bottom: 30px;
}

/* Start Header Prodact */
.prodact-card .prodact-header {
    display: flex;
    justify-content: space-between;
}

.prodact-card .prodact-info {
    display: flex;
    gap: 15px;
}

.prodact-card .prodact-info img {
    width: 90px;
    object-fit: cover;
    border-radius: 4px;
}

.prodact-info .title-info h3 {
    color: #000;
    font-weight: 500;
}

.prodact-info .title-info span {
    color: red;
}

.prodact-info .title-info p {
    color: #7e7c7c;
}

.prodact-header .icon-delete-prodact {
    color: red;
    outline: 1px solid red;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    padding: 10px;
    transition: 0.3s;
}

.prodact-header .icon-delete-prodact:hover {
    background-color: red;
    outline: none;
    color: white;
}

/* End Header Prodact */

/* Start body Prodact */
.prodact-body {
    margin-top: 30px;
    margin-bottom: 30px;
}

.prodact-body form {
    width: 100%;
    min-height: unset;
}

.prodact-body ul li {
    align-items: flex-start;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0 0 25px;
    position: relative;
    width: 100%;
}

.prodact-body ul li h4 {
    flex: 0 0 30%;
}

.prodact-body ul li div {
    flex: 0 0 70%;
}

.prodact-body ul li div input,
select {
    width: 100%;
    padding: 0 6px;
    height: 36px;
    font-size: 14px;
    border: 1px solid #c2c2c2;
    border-radius: 4px;
    overflow: hidden;
}

::placeholder {
    font-size: 12px;
    font-weight: normal;
}

.prodact-body ul li div select .active:hover {
    background-color: transparent;
}
.prodact-body ul li div select option {
    background-color: #fff !important;
    border-radius: 4px;
    overflow: hidden;
}

.prodact-body ul li .flex-fully {
    width: 100%;
}
.prodact-body ul li .flex-fully .flexBoxBtn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 20px;
}
.prodact-body ul li .flex-fully .btn-insert-nots,
.btn-active {
    width: 40%;
    flex: 40%;
    padding: 4px 0;
    border-radius: 4px;
    margin-bottom: 15px;
    font-weight: 600;
    background-color: #ddd;
    outline: 1px solid #ddd;
    text-align: center;
    cursor: pointer
}
.prodact-body ul li .box-write-nots {
    width: 100%;
    display: none;
}
.prodact-body ul li .activ-box-note {
    display: flex;
}
.prodact-body ul li div textarea {
    width: 100%;
    border: 1px solid #ddd;
    resize: none;
    overflow-wrap: break-word;
    padding: 6px;
    font-size: 14px;
    border-radius: 4px;
}
/* Start Images Selects File */
#imageContainers .imageContainer {
  display: none;
  width: 100%;
  height: auto;
}

.imageContainer .selectedImage {
  display: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px
}

.btn-w-100 {
  width: 100%;
  padding: 4px 0;
  border-radius: 4px;
  margin-bottom: 15px;
  font-weight: 500;
  background-color: #ddd;
  text-align: center;
  cursor: pointer;
}

.mt-15 {
  margin-top: 15px
}
/* End Images Selects File */

/* Start Button Select Image Preview ارفاق صورة اختيارية */
.prodact-body ul li .flex-fully .btn-select-images {
    width: 40%;
    flex: 40%;
}
.img-area {
	position: relative;
    width: 100%;
    height: 180px;
    margin: 20px 0;
    margin-bottom: 0px;
    border-radius: 6px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border: 1px dotted #252338;
    z-index:1;
    display: none;
}
.activ-img-area {
    display: flex;
}
.img-area .icon {
	font-size: 45px;
    color: #252338;
}
.img-area h3 {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 6px;
}
.img-area p {
	color: #999;
}
.img-area p span {
	font-weight: 600;
	color: #252338;
}
.img-area img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	z-index: 100;
}
.img-area::before {
    content: attr(data-img);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    color: #fff;
    font-weight: 500;
    text-align: left;
    display: flex;
    justify-content: end;
    pointer-events: none;
    opacity: 0;
    transition: all .3s ease;
    z-index: 200;
    font-size: 12px;
    padding-left: 20px;
    padding-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.img-area.active::before {
	opacity: 1;
}
.select-image {
    width: 100%;
    padding: 7px 0;
    border-radius: 4px;
    margin-bottom: 15px;
    background-color: #ddd;
    text-align: center;
    font-size: 13px;
	display: block;
	color: #000;
	font-weight: 500;
	outline: 1px solid #ddd;
	cursor: pointer;
}
/* End Button Select Image Preview ارفاق صورة اختيارية*/
/* End body Prodact */

/* Start Sum Equl Prodats */
.sum-all-prodacts {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
}

.sum-all-prodacts .icon-sum-prodacts {
    font-size: 16px;
}

.sum-all-prodacts .number-sum {
    font-weight: bold;
}

/* End Sum Equl Prodats */


/* Start Button Fineshed Loader In Effects Click */
.btn-compleat-requiest-sales {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.btn-compleat-requiest-sales .btn-finshed {
    background-color: var(--secondry-color);
    color: var(--white);
    border-radius: 2px;
    padding: 4px 25px;
    font-size: 14px;
    cursor: pointer;
    transition: 0.3s;
}
.btn-compleat-requiest-sales .btn-finshed:hover {
    background-color: var(--primary-color);
    color: var(--secondry-color);
}
/* end Button Fineshed Loader In Effects Click */
/* ************************************************************************* */
/* Start Responsiv */
@media (min-width: 200px) and (max-width: 767px) {
    .prodact-body ul li h4 {
        flex: 0 0 100%;
        text-align: start;
        margin-bottom: 5px;
        font-size: 18px;
        font-weight: 500;
    }

    .prodact-body ul li div {
        flex: 0 0 100%;
    }

    input::placeholder {
        font-size: 12px;
    }
}

/* End Responsiv */
/* ************************************************************************* */