body {
    font-family: "Cairo", sans-serif;
}

.form-control {
    border-radius: 0;
}

.adding-inclusive-card {
    background-color: #5dd5c4;
    border: none;
    padding: 10px 25px;
    margin: 30px 20px;
    color: white;
}

.adding-inclusive-card:hover {
    background-color: #1b7a6e;
    border: none;
    padding: 10px 25px;
    margin: 30px 20px;
    color: white;
}


/* .active-img-class {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
}
  */

.active-img-class {
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.imgdiv {
    position: relative;
    width: 100%;
    height: 300px;
}

.delete-card {
    position: absolute;
    top: 5px;
    left: 5px;
}

.card-img-top {
    width: 100%;
    height: 100%;
}

.uploud-img {
    position: absolute;
    left: 15px;
    bottom: 5%;
    width: 150px;
    height: 25px;
}

.upload-img input {
    width: 100%;
}

.btn-img {
    width: 100%;
    background: #5dd5c4;
    border: 1px solid #5dd5c4;
    color: #fff;
    border-radius: 99px;
    padding: 3px 15px 4px;
    font-size: 12px;
    cursor: pointer;
}

.adding-image {
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.adding-image button {
    width: 100%;
    background: #5dd5c4;
    border: 1px solid #5dd5c4;
    color: #fff;
    border-radius: 5px;
    padding: 5px 0;
    font-size: 20px;
    cursor: pointer;
    position: absolute;
    top: 0;
}

.adding-image input {
    width: 100%;
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: 4px;
    opacity: 0;
}

.divinput {
    position: relative;
}

.divinput span {
    position: absolute;
    right: 3px;
    top: 25%;
}

.divinput span.pricespan {
    position: absolute;
    left: 0;
    background: rgb(247, 247, 247);
    width: 45px;
    text-align: center;
    margin-right: auto;
    padding: 1% 2%;
    top: 3%;
    height: 100%;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.divinput span i {
    color: #5dd5c4;
    font-size: 20px;
}

.divinput input {
    padding-right: 25px;
    border: 1px solid #eee;
    margin-bottom: 5px;
    font-size: 10px;
}

.border-focus,
.divinput input:focus {
    border: 1px solid #5dd5c4 !important;
}

.productinfo {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}

.productinfo button {
    height: 85%;
    display: flex;
    align-items: center;
    border: none;
    position: absolute;
    left: 0;
    top: 2px;
    border-right: 1px solid #d1d1d1;
}

.productinfo .alarm {
    display: flex;
    position: absolute;
    left: 0;
    top: -3.8rem;
    z-index: 99999;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 2px;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    align-items: center;
    justify-content: center;
    text-align: center;
    padding-left: 15%;
    padding-top: 2%;
    padding-bottom: 1%;
    transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
}

.alarm h6 {
    font-size: 14px;
}

.productinfo .alarm::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-top-color: #fff;
    bottom: -16px;
    left: 132px;
}

.productinfo button {
    background-color: #fafafa;
    color: #999;
    font-size: 10px;
}

.adding-classification {
    width: 100%;
    height: auto;
    background-color: rgb(247, 247, 247);
}

.productinfo .alarmbutton {
    left: 105px;
}

.active {
    color: #5dd5c4 !important;
}

.flipswitch[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
    opacity: 1;
}

.productinfo .infinity {
    left: 80px;
}

.card-body .form-control {
    width: 100%;
}

.multiselect {
    height: 25px;
    font-size: 10px;
}

.multiselect-container label {
    padding: 5px;
}

.card-body .multiselect-container {
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.175);
    margin: 0;
}

.card-body .multiselect-container .checkbox {
    margin: 0;
    /* opacity: 1; */
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    opacity: 1;
    width: 40px;
    height: 15px;
    margin-top: 3px;
}

.card-body .multiselect-container li {
    margin: 0;
    padding: 0;
    line-height: 0;
}

.active {
    background-color: #b7dad5;
}

.custom-multi {
    padding: 0;
    /* width: 220%; */
}

.card-body .multiselect-container li {
    margin: 0;
    padding: 5px;
    line-height: 0;
    font-size: 16px;
}

.card-body .multiselect-container li a {
    line-height: 0px;
    margin: 0;
    padding: 0 15px;
}

.card-body .custom-btn {
    width: 100% !important;
}

.card-body .custom-btn .btn,
.card-body .custom-multi {
    color: #218d7f;
    text-align: right;
    width: 100% !important;
}

.card-body .dropdown-menu>.active>a:hover {
    color: inherit;
}

.multiselect button,
.details button {
    border: none;
    width: 100%;
    height: 100%;
}

.details button {
    padding: 7px 0;
}

.card-body {
    padding: 0;
}

.save {
    background: #5cd5c4 !important;
    border-color: #5cd5c4 !important;
}

.all-model .modal-header {
    background: #5cd5c4;
    color: #fff;
}

.all-model .modal-header h5 {
    color: #fff;
    text-align: right;
}

.all-model .modal-header span {
    color: #fff;
}

.divmodelinput {
    position: relative;
}

.divmodelinput i {
    position: absolute;
    display: flex;
    align-items: center;
    height: 100%;
    right: 1.5%;
}

.divmodelinput input {
    padding: 0 5.3%;
}

.modal {
    background-color: rgb(33 150 243 / 10%);
}

.flipswitch {
    position: relative;
    background: white;
    width: 120px;
    height: 40px;
    -webkit-appearance: initial;
    border-radius: 3px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    outline: none;
    font-size: 14px;
    font-family: Trebuchet, Arial, sans-serif;
    font-weight: bold;
    cursor: pointer;
    border: 1px solid #ddd;
}

.flipswitch:after {
    position: absolute;
    top: 5%;
    display: block;
    line-height: 32px;
    width: 45%;
    height: 90%;
    background: #fff;
    box-sizing: border-box;
    text-align: center;
    transition: all 0.3s ease-in 0s;
    color: black;
    border: #888 1px solid;
    border-radius: 3px;
}

.flipswitch:after {
    left: 2%;
    content: "OFF";
}

.flipswitch:checked:after {
    left: 53%;
    content: "ON";
}

.modal-footer button {
    min-width: 90px;
    padding: 7px;
    background: #5cd5c4 !important;
    border-color: #5cd5c4 !important;
    color: #fff !important;
}

.modal-header {
    background-color: rgb(0, 206, 206);
    color: white;
}

.modal-title {
    font-size: 16px;
}


/* ================ custom checkbox ====================== */

.checkbox2 {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 9990;
    cursor: pointer;
}

.checkbox2>input[type="checkbox"] {
    visibility: hidden;
}

.checkbox2-inpt {
    position: relative;
    display: block;
    width: 45px;
    height: 26px;
    margin: 0 0 20px 10px;
    background: rgb(0, 206, 206);
    border: 1px solid #f1f1f1;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
}

.checkbox2-inpt .label-2 {
    position: absolute;
    display: block;
    top: 1px;
    left: 1px;
    width: 25px;
    height: 22px;
    background: #fff;
    cursor: pointer;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    z-index: 1;
    padding: 0 !important;
}

.checkbox2-inpt input[type="checkbox"]:checked+.label-2 {
    left: 17px;
}


/* ======================================================= */

.note {
    padding: 8px 20px;
    border: 1px solid rgba(81, 150, 243, 0.2);
    border-radius: 5px;
    background-color: rgba(81, 150, 243, 0.1);
    text-align: right;
    color: #0b4aa0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 14px;
}

.note i {
    font-size: 20px;
    margin-left: 10px;
}

.option-section {
    margin-top: 30px;
    border: 1px solid #f1f1f1;
    background: #fafafa;
}

.option-section .custom-select {
    border: 1px solid #f1f1f1;
    font-size: 12px;
    text-align: right;
    direction: rtl;
}

.choice-name input {
    border: 1px solid #f1f1f1;
    font-size: 10px;
    text-align: right;
    padding: 0 25px 0 0;
    border-radius: 0;
}

.choice-name i {
    width: 15px;
    top: 8px;
    right: 10px;
    z-index: 2;
    position: absolute;
    color: #e0e0e0;
}

.choose-color {
    width: 60px;
    height: 100%;
    top: 0px;
    left: 5px;
    z-index: 2;
    position: absolute;
    display: none;
    background: transparent;
    border: none;
}

.choose-file {
    width: 70px;
    height: 100%;
    top: 0px;
    left: 5px;
    z-index: 2;
    position: absolute;
    display: none;
}

.choose-file p {
    font-size: 10px;
    top: 6px;
    position: absolute;
    left: 7px;
}

.image {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 99;
}

.select-btn .custom-select {
    padding: 0 35px 0 15px;
}

.select-btn .fa-closed-captioning {
    width: 15px;
    top: 10px;
    right: 10px;
    z-index: 99999999999999;
    position: absolute;
    color: #e0e0e0;
    background-color: white;
}

.select-btn .fa-chevron-down {
    width: 15px;
    top: 10px;
    left: 10px;
    z-index: 99999999999999;
    position: absolute;
    color: #e0e0e0;
}

.add-more-value {
    border: 1px dotted #5dd5c4;
    color: #5dd5c4;
    margin-top: 30px;
    font-size: 14px;
    padding: 10px 15px;
    transition: all 0.3s;
}

.add-more-value:hover {
    background-color: rgba(93, 213, 196, 0.1);
    border: 1px solid #5dd5c4;
    color: #5dd5c4;
}

.add-more-choice {
    background-color: transparent;
    border: 1px dotted #000000;
    color: #000;
    margin-top: 30px;
    font-size: 14px;
    padding: 10px 15px;
    transition: all 0.3s;
}

.add-more-choice:hover {
    background-color: rgba(93, 213, 196, 0.1);
    border: 1px solid #5dd5c4;
    color: #5dd5c4;
}

.delete-choice {
    font-size: 24px;
    margin-right: 20px;
}

.save-btn {
    border: 1px dotted #5dd5c4;
    color: #fff;
    margin-top: 30px;
    font-size: 14px;
    padding: 7px 15px;
    background-color: rgb(93, 213, 196);
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: none;
        margin: 1.75rem auto;
    }
}

.choice-name {
    margin-bottom: 1%;
}

.modal-content {
    border-radius: 6px;
}

.modal-header {
    background: #5cd5c4 !important;
    border: #5cd5c4;
    color: #fff;
    width: 100%;
}

.modal-header button {
    border: 0;
    color: white;
    background: transparent;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.modal .modal-header.bg-info {
    padding: 15px 20px !important;
}

.modal-body {
    text-align: right;
}

.nav-tabs.nav-tabs-solid>.active>a,
.nav-tabs.nav-tabs-solid>.active>a:hover,
.nav-tabs.nav-tabs-solid>.active>a:focus {
    background-color: #5cd5c4;
    border-color: #5cd5c4;
    color: #fff;
    width: 100%;
    text-decoration: none;
    font-weight: 900;
}

.nav-tabs {
    justify-content: center;
    background: #5cd5c4;
    padding: 10px;
    border-radius: 7px;
}

.select {
    display: block;
    width: 100%;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 10px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    outline: none;
}

.input-group {
    right: -36px;
}

.input-group span {
    display: flex;
    align-items: center;
    padding: 0.375rem 0.75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: transparent;
    border: 0;
    position: relative;
    z-index: 99;
    right: 40px;
    border-radius: 0.25rem;
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    -ms-border-radius: 0.25rem;
    -o-border-radius: 0.25rem;
}

.input-group input {
    padding-right: 30px;
    color: #949494;
    font-weight: 700;
}

.input-group input::placeholder {
    font-size: 14px;
    color: #949494;
    font-weight: 700;
}

label {
    padding: 10px 5px !important;
    font-weight: 700;
    color: #949494;
}

.form-group .message-block h4 {
    border: 1px solid #eee;
    border-top: none;
    font-size: 16px;
    padding: 10px;
    border-radius: 3px;
    background-color: rgb(247, 247, 247);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    width: 90%;
}

.form-group .message-block {
    width: 100%;
}

.form-group .message-helpers {
    font-size: 14px;
}

.form-group .message-helpers .bg-tiffany {
    background-color: #5cd5c4 !important;
    color: white;
    border: 0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.check-photo {
    display: inline-flex;
    padding-top: 10px;
}

select {
    font-size: 14px;
}

select option {
    font-size: 14px;
}

.tags span {
    padding: 5px 10px;
    background-color: #5cd5c4;
    display: inline-block;
    margin: 10px 10px 10px 0;
    border-radius: 8px;
    color: #fff;
}

.tags span i {
    margin-left: 5px;
    color: #fff;
    cursor: pointer;
}

.tags span i:hover {
    color: #fff;
}

.add-more-value {
    border: 1px dotted;
}

.fa-copy {
    font-size: 14px;
    color: #4f4f4f;
}

.more-dropdown {
    border: none;
    background-color: transparent;
    font-size: 12px;
}

.more-dropdown-menu a {
    font-size: 12px;
    color: rgb(99, 99, 99);
    text-align: right;
    padding: 7px 10px;
}

.more-dropdown-menu i {
    margin-left: 10px;
}

.export-options {
    position: absolute;
    /* top: 0; */
    bottom: 8px;
    right: 100%;
    display: none;
    background-color: #fff;
    box-shadow: rgb(235, 235, 235) 0px 0px 10px;
}


/* ======================================================================== */

.filepond--root {
    box-sizing: border-box;
    position: relative;
    margin-bottom: 1em;
    font-size: 1rem;
    line-height: normal;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    font-weight: 450;
    text-align: left;
    text-rendering: optimizeLegibility;
    direction: ltr;
    contain: layout style size;
}

.filepond--browser.filepond--browser {
    position: absolute;
    margin: 0;
    padding: 0;
    left: 1em;
    top: 1.75em;
    width: calc(100% - 2em);
    opacity: 0;
    font-size: 0;
}

.filepond--root .filepond--credits {
    position: absolute;
    right: 0;
    opacity: 0.175;
    line-height: 0.85;
    font-size: 11px;
    color: inherit;
    text-decoration: none;
    z-index: 3;
    bottom: -14px;
}

.filepond--drop-label {
    right: 0;
    margin: 0;
    color: #4f4f4f;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.modal#modal_product_photos .filepond--list-scroller {
    height: 40px !important;
    overflow-y: auto;
    mask: unset;
    margin-right: 10px;
}

.filepond--root .filepond--list-scroller {
    margin-top: 1em;
    margin-bottom: 1em;
}

.filepond--root :not(text) {
    font-size: inherit;
}

.filepond--root * {
    box-sizing: inherit;
    line-height: inherit;
}

.filepond--list-scroller {
    z-index: 6;
}

.filepond--list-scroller {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0;
    will-change: transform;
}

.filepond--root>.filepond--panel {
    z-index: 2;
}

.filepond--panel[data-scalable="true"] {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    background-color: transparent !important;
    border: none !important;
}

.filepond--root :not(text) {
    font-size: inherit;
}

.filepond--root * {
    box-sizing: inherit;
    line-height: inherit;
}

.filepond--panel {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    margin: 0;
    height: 100% !important;
    pointer-events: none;
}

.filepond--root :not(text) {
    font-size: inherit;
}

.filepond--root * {
    box-sizing: inherit;
    line-height: inherit;
}

.filepond--drip {
    z-index: 3;
}

.filepond--drip {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    opacity: 0.1;
    border-radius: 0.5em;
    background: rgba(0, 0, 0, 0.01);
}

.filepond--data,
.filepond--drip {
    position: absolute;
    pointer-events: none;
}

.filepond--root :not(text) {
    font-size: inherit;
}

.filepond--root * {
    box-sizing: inherit;
    line-height: inherit;
}

.filepond--assistant {
    position: absolute;
    overflow: hidden;
    height: 1px;
    width: 1px;
    padding: 0;
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    white-space: nowrap;
}

.filepond--root :not(text) {
    font-size: inherit;
}

.filepond--root * {
    box-sizing: inherit;
    line-height: inherit;
}

.filepond--data,
.filepond--drip {
    position: absolute;
    pointer-events: none;
}

.filepond--data {
    width: 0;
    height: 0;
    padding: 0;
    margin: 0;
    border: none;
    visibility: hidden;
    contain: strict;
}

.modal .form-group {
    min-height: 30px;
    margin-bottom: 20px;
}

.modal-footer {
    padding: 14px 20px;
    background: #f5f5f5;
    text-align: right;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.wrapper input[type="file"] {
    display: none;
}

.wrapper label {
    display: block;
    position: relative;
    background-color: #5dd5c4;
    color: #ffffff;
    font-size: 18px;
    text-align: center;
    width: 300px;
    padding: 18px 0;
    margin: auto;
    border-radius: 5px;
    cursor: pointer;
}

.wrapper p {
    text-align: center;
    margin: 20px 0 30px 0;
}

.wrapper #images {
    width: 90%;
    position: relative;
    margin: auto;
    display: flex;
    justify-content: space-evenly;
    gap: 20px;
    flex-wrap: wrap;
}

.wrapper figure {
    width: 45%;
}

.wrapper img {
    width: 100%;
}

.wrapper figcaption {
    text-align: center;
    font-size: 2.4vmin;
    margin-top: 0.5vmin;
}
.img-size{
    height:500px;
    object-fit:cover;
}

/* ================================================================ */