body {
    margin: 0;
    font-family: "Nunito", sans-serif !important;
    background: #f8f8f8;
    color: #000;
    overflow-x: hidden;
}

ul li {
    list-style: none;
}

.padding-0 {
    padding: 0px;
}

.modelbutton {
    width: auto;
    float: left;
    margin-right: 10px;
}

.sidebar {
    width: 303px;
    float: left;
    background: #700cbf;
    min-height: 100vh;
    box-sizing: border-box;
    position: fixed;
    z-index: 9999;
}

.nav {
    max-height: calc(100vh - 140px);
    overflow-y: auto;
}

.nav::-webkit-scrollbar {
    width: 5px;
}

.nav::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 1);
}

.nav::-webkit-scrollbar-thumb {
    background-color: #fff;
    outline: 1px solid #fff;
}

.nav ul,
.nav ul li,
.nav ul li a {
    padding: 0;
    margin: 0;
    width: 100%;
    float: left;
    list-style: none;
}

.nav ul li a img {
    margin-right: 10px;
}

.nav ul li a b {
    width: 25px;
    height: 25px;
    background: #ff9239;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    margin-left: 10px;
}

.nav ul li a {
    padding: 12px 15px 12px 25px;
    border-left: solid 4px transparent;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}

.nav ul li:hover a,
.nav ul li.active a {
    border-left: solid 4px #fff;
    font-weight: 400;
    background: rgba(255, 255, 255, 0.3);
    text-decoration: none;
}

.nav ul li.active a {
    font-weight: bolder;
}

.content-area {
    width: calc(100% - 303px);
    float: left;
    margin-left: 303px;
}

.content-header h2 {
    font-weight: 800;
    font-size: 30px;
}

.filter-dropdown select {
    background: rgba(142, 134, 149, 0.08);
    color: #515151;
    border: 0;
    padding: 14px;
    height: inherit;
    border-radius: 52px;
}

.bg-white {
    background: #fff;
}

.color-lighter-grey {
    color: #a1a1a1;
}

.radius-lg {
    border-radius: 25px;
}

.card-view h2 {
    font-size: 50px;
    font-weight: 800;
}

.card-view p {
    font-size: 18px;
    min-height: 62px;
}

.card-view span {
    font-size: 14px;
    font-weight: 600;
}

.color-green {
    color: #0cc054;
}

.color-red {
    color: #ed5858;
}

.top-section,
.top-section li {
    margin: 0;
    padding: 5px 12px;
    width: 100%;
    display: block;
    list-style: none;
    text-align: left;
    font-size: 16px;
}

@media (max-width: 1599px) {

    .top-section,
    .top-section li {
        font-size: 14px;
    }
}

.top-section {
    min-height: 136px;
    width: calc(100% + 48px);
}

.top-section li {
    display: flex;
}

.command-filter .nav {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
}

.top-section li span,
.command-filter .nav li a span {
    background: #ff9239;
    color: #fff;
    min-width: 19px;
    height: 19px;
    text-align: center;
    line-height: 19px;
    float: left;
    margin-right: 15px;
    font-size: 12px;
    font-weight: 800;
    border-radius: 50%;
    margin-top: 2px;
}

.command-filter .nav li a span {
    margin-left: 15px;
    margin-right: 0;
    float: none;
    padding: 2px 6px;
}

.top-section li b {
    font-weight: normal;
}

.top-nav .nav li a {
    color: #ababab;
    font-size: 20px;
    border-radius: 43px;
    padding: 6px 25px;
}

.top-nav .nav li a.active {
    color: #fff;
    background: #ff9239;
    font-weight: 800;
}

.missionactive .nav li a.active {
    text-decoration: none !important;
}

.exporter-text {
    position: absolute;
    top: 47px;
    right: 25px;
    color: #1f1f1f;
    font-size: 10px;
    cursor: pointer;
}

.command-filter .nav li a {
    color: #ababab;
    font-size: 15px;
    position: relative;
    padding: 3px 25px;
}

.command-filter .sub-nav li a {
    color: #000000;
    font-size: 18px;
    font-weight: bolder;
}

.command-filter .nav li a.active {
    color: #ff9239;
    font-weight: bolder;
    text-decoration: none;
}

.command-filter .sub-nav li a.active {
    color: #700CBF;
}

.sub-header {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0;
}

.sub-header-text {
    font-size: 20px;
    font-weight: 400;
}

.sub-header-text span {
    color: #700CBF;
}

.command-filter .nav li a.active::after {
    display: block;
}

.command-filter .nav li a::after {
    content: "";
    width: calc(100% - 32px);
    height: 1.6px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 16px;
    display: none;
}

.filter11 .nav li a::after {
    content: "";
    width: 0;
    height: 0;
    background-color: transparent;
    position: absolute;
    bottom: 0;
    left: 0;
    display: none;
}

.command-card h3 {
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 2px;
}

.command-card p {
    font-size: 11px;
    font-weight: 400;
    color: #868686;
    padding-bottom: 20px;
    border-bottom: solid 1px #ececec;
}

.command-card button {
    background: #700cbf;
    color: #fff;
    border: 0;
    min-height: 45px;
    align-items: center;
    border-radius: 45px;
    padding: 0 30px;
    display: flex;
    margin: 0 auto -46px;
    font-size: 14px;
    font-weight: 800;
}

.command-table {
    font-size: 14px;
}

.command-table thead th,
.command-table tbody td {
    padding: 0 0 20px;
}

.command-table tbody td p {
    background: #fff;
    padding: 35px 5px;
    box-shadow: 4px 4px 5px #eee;
    margin-bottom: 0;
}

.command-table tbody td p i {
    font-weight: normal;
    color: red;
    font-style: normal;
}

.command-table tbody td:first-child p {
    border-radius: 60px 0 0 60px;
}

.command-table tbody td:first-child p b a {
    color: #000;
}

.command-table tbody td:last-child p {
    border-radius: 0 60px 60px 0;
}

.nav button {
    width: 30px;
    height: 30px;
    background: none;
    border: 0;
}

.nav button:focus {
    outline: none;
}

.nav span {
    width: 30px;
    height: 3px;
    margin: 2px 0;
    float: left;
    background: #fff;
}

.navigation {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    background: #700cbf;
    width: 30%;
    padding: 50px 0;
    box-sizing: border-box;
    z-index: 99999;
    display: none;
}

.on-image {
    position: absolute;
}

.on-image h3 {
    font-size: 50px;
    font-weight: 800;
    color: #fff;
    padding-top: 150px;
    padding-right: 150px;
}

.on-image p {
    font-size: 20px;
    color: #fff;
    padding-right: 150px;
}

@media (max-width: 992px) {
    .command-filter .nav li a {
        font-size: 15px;
        padding: 3px 15px;
    }
}

@media (max-width: 767px) {
    .navigation {
        width: 80%;
    }

    .uploadprofile {
        width: 100% !important;
    }

    .uploadprofile label {
        text-align: left !important;
    }

    .tablemainfomr1 {
        width: 100% !important;
    }

    .hoursdesign label {
        min-width: auto !important;
    }

    .margin-top-180 {
        margin-top: 30px !important;
    }

    .margin-top-185 {
        margin-top: 40px !important;
    }
}

@media (max-width: 649px) {}

.nav.open-menu .navigation {
    display: block;
}

.nav.open-menu button {
    position: relative;
    z-index: 4;
}

.nav.open-menu span:nth-child(2) {
    display: none;
}

.nav.open-menu span:nth-child(1) {
    transform: rotate(45deg);
}

.nav.open-menu span:nth-child(3) {
    transform: rotate(-45deg);
    margin-top: -4px;
}

.navigation ul,
.navigation ul li {
    padding: 0;
    margin: 0;
    width: 100%;
    float: left;
    list-style: none;
}

.navigation ul li a {
    color: #fff;
    padding: 12px;
    font-size: 24px;
    font-weight: 600;
    width: 100%;
    float: left;
    box-sizing: border-box;
}

.navigation ul li a:hover {
    text-decoration: none;
    color: #700cbf;
    background: #fff;
}

.nav.open-menu:after {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100vh;
    z-index: 3;
    content: "";
}

.bg-primary {
    background: #700cbf !important;
}

.bg-secondary {
    background: #ff9239 !important;
}

.bg-dark-pink {
    background: #fb8a8a !important;
}

.nav.position-relative {
    overflow: inherit;
}

#des-command .modal-title {
    font-size: 24px;
    font-weight: 800;
}

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

button.close {
    /* font-size: 30px; */
    margin: 10px 20px -10px;
}

.primary-btn {
    background: #700cbf;
    color: #fff;
    border: 0;
    min-height: 63px;
    align-items: center;
    border-radius: 63px;
    padding: 0 30px;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 63px;
}

.des-command-content h3 {
    font-size: 18px;
    font-weight: 700;
}

.des-command-content select {
    border: 0;
    padding: 11px 25px;
    border-radius: 45px;
    font-size: 12px;
    min-height: 46px;
    background: rgba(142, 134, 149, 0.08);
}

.item-modal h3 {
    font-size: 30px;
    font-weight: 800;
}

.item-modal table tr td:first-child,
.item-modal table tr th:first-child {
    text-align: left;
}

.list-info {
    font-size: 14px;
}

.border-right {
    border-right: solid 1px rgba(0, 0, 0, 0.2);
}

.onboarding-content {
    overflow-y: auto;
    max-height: 100vh;
    overflow-x: hidden;
}

.onboarding-content h1 {
    font-size: 50px;
    font-weight: 800;
    margin-top: 80px;
}

.onboarding-content h2 {
    font-size: 40px;
    font-weight: 800;
    margin-top: 80px;
}

.onboarding-content p {
    font-size: 19px;
    margin-top: 15px;
}

.onboarding-content button,
.form-ui button {
    background: #ff9239;
    color: #fff;
    border: 0;
    margin-top: 45px;
    min-height: 50px;
    border-radius: 65px;
    padding: 0 20px;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 65px;
}

.action-btn {
    background: #ff9239;
    color: #fff;
    border: 0;
    min-height: 50px;
    border-radius: 65px;
    padding: 0 20px;
    font-size: 15px;
    font-weight: 700;
}

.form-ui button.retro-btn {
    background: #700cbf !important;
}

.form-ui button.modern-btn {
    background: #ff9239 !important;
}

.form-ui button.garey {
    background: #f0eff0 !important;
    color: #000 !important;
}

#edit-offer .form-ui button {
    background: #ff9239;
    color: #fff;
    border: 0;
    margin-top: 45px;
    min-height: 50px;
    border-radius: 65px;
    padding: 0 30px;
    font-size: 14px;
    font-weight: 800;
    margin-bottom: 65px;
    min-width: 162px;
    margin-left: 10px;
}

.on-board-scroll {
    overflow: hidden;
}

.carousel-indicators {
    margin-left: 0;
    bottom: 0px;
    justify-content: flex-start;
}

.carousel-indicators li {
    width: 10px;
    height: 10px;
    background: #000;
    border-radius: 10px;
    border: 0;
}

.carousel-inner {
    overflow: visible;
}

.form-ui h4 {
    font-size: 28px;
    font-weight: 800;
    margin-bottom: 40px;
}

.form-ui span {
    font-size: 14px;
    font-weight: 400;
    color: #868686;
}

.form-ui h4 span {
    font-size: 28px;
    font-weight: 800;
    margin-bottom: 40px;
    color: #700cbf;
}

.form-ui label {
    font-size: 17px;
    font-weight: 700;
    color: #000;
    /* margin-left: 4px; */
}

.form-ui input,
.form-ui .nice-select,
.form-ui textarea {
    background: rgba(142, 134, 149, 0.08);
    color: #000;
    border: 0;
    margin-top: 2px;
    min-height: 45px;
    border-radius: 45px;
    padding: 0 15px;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 35px;
    width: 50%;
}

.commandedit .nice-select {
    margin-bottom: 0;
}

.commandedit .nice-select span {
    height: 100%;
    width: 100%;
    background-color: transparent;
}

.editnice .nice-select span {
    height: 100%;
    width: 100%;
    text-align: center;
    display: inline-block;
}

.editnice .nice-select {
    padding-left: 0px;
}

.editnice .nice-select .list li {
    margin: 0;
    background-color: white;
}

.editnice .nice-select .list {
    background-color: white;
    border-top: 1px solid silver;
    box-shadow: 1px 1px #444 20px !important;
}

.usernice .nice-select {
    margin-bottom: 0 !important;
}

.usernice .nice-select span {
    color: black;
}

.nicenice .nice-select {
    padding-top: 8px;
}

.infoedit1 .nice-select span {
    color: black;
    font-weight: 400;
}

.boarding input,
.boarding .nice-select {
    width: 100%;
}

.paiementradio {
    width: 40px !important;
    min-height: 20px !important;
}

.hoursdesign .nice-select {
    margin-right: 10px;
    margin-top: 0px;
    margin-bottom: 0;
    width: 150px;
    /* padding: 2px 20px; */
}
.hoursdesign .nice-select.disabled {
    opacity: .5;
}

.customcheckboxnewstyle .hoursdesign input[type="checkbox"]+label {
    margin-bottom: 0;
}

.hoursdesign .nice-select span {
    color: #000;
    padding-top: 2px;
}

.form-ui .nice-select:focus {
    outline: none;
    box-shadow: none;
}

.form-ui .nice-select.open {
    border-radius: 23px 23px 0 0;
}

.form-ui .nice-select.open .list {
    border-radius: 0 0 23px 23px;
    margin-top: 0;
    box-shadow: none;
    background: #f6f6f7;
    z-index: 999;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
    background-color: #f6f6f7;
}

.form-ui input:focus,
.form-ui textarea:focus {
    background: rgba(142, 134, 149, 0.1);
    border: solid 1px rgba(142, 134, 149, 0.08);
    box-shadow: none;
}

.search-input input {
    min-width: 259px;
    border: 0;
    padding: 11px 25px 11px 45px;
    border-radius: 45px;
    font-size: 12px;
    background: url(./../images/searchicon.png) #fff 15px 10px no-repeat;
    background-size: 20px;
}

.search-input input:focus {
    background: url(./../images/searchicon.png) #fff 15px 10px no-repeat;
    background-size: 20px;
    outline: none;
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #a1a1a1;
    opacity: 1 !important;
}

.upload-file-section {
    position: relative;
}

.upload-file {
    /* border: dotted 2px #C29AE1; */
    width: 100%;
    min-height: 170px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    position: relative;
}

.upload-file-section input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1;
}

.dish-img {
    padding: 0 0 15px 10px;
}

.dish-img+p {
    font-size: 16px;
    font-weight: 800;
    width: calc(100% - 100px);
    float: left;
    white-space: normal;
}

.dish-img img {
    width: 100px;
    border-radius: 20px;
    margin-right: 18px;
}

.dish-img span {
    position: absolute;
    bottom: 0;
    left: 0;
    line-height: 30px;
    background: #700cbf;
    color: #fff;
    padding: 0 10px;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 700;
}

.command-like-table-ui ul {
    display: flex;
    width: 100%;
    padding-left: 0;
    align-items: baseline;
}

.command-like-table-ui li {
    width: 100px;
    white-space: nowrap;
    font-size: 14px;
    font-weight: 700;
    padding-top: 30px;
    float: left;
    list-style: none;
}

.head-li li {
    padding-top: 0;
}

.command-like-table-ui li:first-child {
    width: calc(100% - 200px);
    text-align: left;
}

.command-like-table-ui .data-body {
    max-height: 400px;
    overflow-y: auto;
}

.list-info button,
.full-section-logo button {
    background: #700cbf;
    color: #fff;
    border: 0;
    min-height: 65px;
    align-items: center;
    border-radius: 45px;
    padding: 0 30px;
    display: flex;
    margin: 10px 0;
    font-size: 18px;
    font-weight: 800;
}

.list-info button+button {
    background: rgba(142, 134, 149, 0.08);
    color: #444444;
}

.full-section-logo img {
    position: absolute;
    top: 30px;
    left: 30px;
}

.menu-title p {
    font-size: 25px;
    font-weight: 700;
}

.menu-add-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 250px;
    background: #700cbf;
    border-radius: 90px;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
    font-weight: 700;
    cursor: pointer;
    margin-left: 10px;
    border: 0;
}

.menu-add-btn span {
    color: #fff;
    font-size: 24px;
    padding-right: 10px;
}

.menu-add-btn p {
    color: #fff;
    font-size: 18px;
}

body::-webkit-scrollbar,
.onboarding-content::-webkit-scrollbar,
.command-like-table-ui .data-body::-webkit-scrollbar {
    width: 5px;
}

body::-webkit-scrollbar-track,
.onboarding-content::-webkit-scrollbar-track,
.command-like-table-ui .data-body::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

body::-webkit-scrollbar-thumb,
.onboarding-content::-webkit-scrollbar-thumb,
.command-like-table-ui .data-body::-webkit-scrollbar-thumb {
    background-color: #700cbf;
    outline: 1px solid #700cbf;
}

.comm-client {
    background: rgba(142, 134, 149, 0.08);
    border-radius: 30px;
    width: calc(100% + 100px);
}

.form-ui .form-check input[type="checkbox"] {
    width: auto;
    min-height: inherit;
    font-size: inherit;
    margin-bottom: inherit;
    margin-top: inherit;
}

.form-ui .form-check label {
    font-weight: normal;
    font-size: inherit;
}

.listing {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    border-bottom: 0.8px solid rgba(0, 0, 0, 0.2);
    padding: 25px 10px;
    margin-left: 14px;
}

.listing .listing-left {
    width: 64%;
    display: flex;
    position: relative;
}

.edit-icon {
    position: absolute;
    right: 10px;
    top: -5px;
    cursor: pointer;
}

.edit-icon img {
    width: 16px;
}

.listing .listing-left .img-container {
    width: 100px;
    position: relative;
    margin-right: 10px;
}

.listing .listing-left .img-container img {
    display: block;
    width: 100%;
    height: 100%;
}

.listing .listing-left .img-container span {
    position: absolute;
    left: -10px;
    bottom: -10px;
    color: #fff;
    font-size: 12px;
    display: block;
    text-align: center;
    padding: 5px 10px;
    background: #700cbf;
    border-radius: 30px;
}

.img-content {
    position: relative;
    width: 320px;
}

.img-content h4 {
    font-size: 16px;
    color: #1f1f1f;
    font-weight: bold;
    margin-bottom: 0;
    padding-bottom: 5px;
}

.img-content h4 img {
    margin-left: 4px;
    width: 15px;
}

.img-content p {
    font-size: 14px;
    font-weight: normal;
    color: #444444;
    margin-bottom: 0;
    line-height: 15px;
}

.listing-right {
    position: relative;
}

.listing-right button {
    background: #f0eff0;
    border-radius: 90px;
    box-shadow: none;
    border: 0;
    font-size: 12px;
    padding: 10px 15px;
    font-weight: bold;
    outline: none;
}

.menu-modal .modal-dialog {
    max-width: 720px;
}

.menu-modal .modal-dialog .list-info {
    flex-direction: column;
    align-items: center;
}

.menu-modal .modal-dialog .list-info.direction-row {
    flex-direction: row;
    align-items: flex-start;
    margin-top: 20px;
}

.menu-modal .modal-dialog .list-info.direction-row button {
    color: #fff;
    font-weight: bold;
    outline: none;
    font-size: 12px;
    margin-right: 0;
    text-align: center;
    display: block;
}

.menu-modal .modal-dialog .list-info.direction-row div {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    width: 40%;
}

.menu-modal .modal-dialog .list-info.direction-row span {
    color: #1f1f1f;
    width: 223px;
    font-weight: 400;
}

.menu-modal .modal-dialog .list-info img {
    width: 130px;
    margin-bottom: 10px;
}

.menu-modal .modal-dialog .list-info h4 {
    font-size: 14px;
    color: #000;
    font-weight: bold;
}

.purple {
    background: #700cbf !important;
}

.orange {
    background: #ff9239 !important;
}

.mon-restro-left {
    background: rgba(142, 134, 149, 0.08);
    border-radius: 25px;
    min-height: 232px;
}

.font-size-18 {
    font-size: 18px !important;
}

.font-size-16 {
    font-size: 16px !important;
}

.font-size-14 {
    font-size: 14px !important;
}

.font-size-12 {
    font-size: 12px !important;
}

.font-size-10 {
    font-size: 10px !important;
}

.font-size-24 {
    font-size: 24px !important;
}

.design-promo-card,
.design-cagn-card {
    color: #fff;
    position: relative;
}

.design-promo-card h1 {
    font-size: 55px;
    font-weight: bolder;
}

.design-cagn-card h1 {
    font-size: 100px;
    font-weight: bolder;
}

.design-promo-card img {
    position: absolute;
    right: 10px;
    top: 10px;
}

.nice-select .list {
    background: rgb(246 246 247);
    width: 100%;
    border-radius: 20px;
}

.nice-select .list .option {
    border-bottom: solid 1px rgba(0, 0, 0, 0.2);
    font-size: 16px;
    margin: 0 10px;
    padding: 0 5px;
}

.nice-select .list .option:last-child {
    border-bottom: 0;
}

.form-ui .nice-select span {
    font-size: 15px;
    width: 93%;
    overflow: hidden;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 45px;
}

.currentedit .nice-select span,
.promoedit .nice-select span {
    padding-top: 3.5px;
}

.currentedit2 .nice-select span {
    padding-top: 10px;
    color: black;
}

.nice-select:after {
    width: 10px;
    height: 10px;
    right: 20px;
    top: 46%;
}

.border-right {
    border-right: solid 1px rgba(0, 0, 0, 0.2);
}

.grey-middle {
    color: #a7a7a7;
}

.plr-25 {
    padding: 0 25%;
}

.change-bg-img {
    background: url(./../images/dish-img.jpg) 0 0 no-repeat;
    background-size: cover;
    position: relative;
}

.change-bg-img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-color: #1f1f1f6e;
    width: 100%;
    height: 100%;
    z-index: 0;
    border-radius: 25px;
}

.light-pink {
    background: #daaaf0;
}

.light-blue {
    background: #b65dec;
}

.darker-pink {
    background: #fd8368;
}

.add-after-bg {
    position: relative;
}

.add-after-bg:after {
    background: rgba(251, 138, 138, 0.75);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 25px;
}

.z-index-1 {
    z-index: 1;
}

.light-blue-after:after {
    background: rgba(112, 12, 191, 0.55);
}

.light-orange-after:after {
    background: rgba(218, 170, 240, 0.55);
}

.mid-orange-after:after {
    background: rgba(253, 131, 104, 0.55);
}

.bg-none {
    background: none !important;
}

.accordion .card-header button {
    border-radius: 25px !important;
    background: #fff;
    color: #000;
    font-weight: 600;
    font-size: 16px;
    box-shadow: none;
}

.accordion .card {
    border-radius: 25px !important;
    background: #fff;
}

.accordion .card .card-body p {
    color: #515151;
    font-size: 14px;
    font-weight: normal;
}

.accordion .card-header button:focus,
.accordion .card-header button:hover {
    text-decoration: none;
    box-shadow: none;
}

.accordion .card-header button:not(.collapsed) {
    border-radius: 25px 25px 0 0 !important;
}

.accordion .card-header button:not(.collapsed) img {
    transform: rotate(-180deg);
}

.accordion .collapse.show {
    background: #fff;
    border-radius: 0 0 25px 25px !important;
}

.color-blue {
    color: #700cbf;
}

.min-height-101 {
    min-height: 101px;
}

.feed-btn.form-ui button {
    min-height: 33px;
    border-radius: 33px;
    font-size: 12px;
    font-weight: 600;
}

.chips {
    margin: 0;
    padding: 0;
}

.chips li {
    width: auto;
    float: left;
    margin: 0 12px 12px 0;
    padding: 10px 25px;
    background: rgba(142, 134, 149, 0.08);
    border-radius: 25px;
}

.chips li.active-chip {
    background: #ff9239;
    color: #fff;
}

/*................css new update..............*/
.desmessage {
    width: 414px;
    height: auto;
    background: #ff9239;
    /* background: #89b80a; */
    color: #fff;
    display: inline-block;
    padding: 18px 38px;
    border-radius: 10px;
    position: fixed;
    top: 100px;
}

.desmessage p {
    font-weight: 800;
    font-family: Nunito;
    font-style: normal;
    font-weight: 800;
    font-size: 16px;
    line-height: 21px;
}

.desmessage b {
    position: relative;
    float: right;
}

.desmessage span {
    text-decoration: underline;
}

.leftmenubottom {
    margin: 40px 0px 40px 0px;
    padding: 0px 0px 0px 33px;
}

.leftmenubottom li {
    font-size: 17px;
    display: inline-block;
    margin-bottom: 10px;
}

.leftmenubottom a {
    font-family: Nunito;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    margin-right: 0px;
    margin-bottom: 10px;
    line-height: 19px;
    display: inline-block;
    color: rgba(255, 255, 255, 0.51);
}

.leftmenubottom li a:hover {
    background: none;
}

.leftmenubottom a img {
    width: 19px;
}

.activeundeline {
    text-decoration: underline;
}

.midtext {
    width: 100%;
    height: auto;
    min-height: 450px;
    font-family: Nunito;
    font-style: normal;
    font-weight: bold;
    font-size: 21px;
    text-align: center;
    line-height: 30px;
    /* or 120% */
    color: #ababab;
    padding-top: 180px;
}

.midtext p {
    width: 400px;
    margin: auto;
    text-align: left;
    font-weight: 300;
}

.midtext span {
    width: 155px;
    background: #ff9239;
    font-size: 13px;
    padding: 8px 10px;
    color: #fff;
    float: right;
    text-align: center;
    display: inline;
    border-radius: 90px;
}

.midtext span:hover {
    background: #700cbf;
}

.midtext span:hover>a {
    color: #fff;
}

.midtext span a {
    color: #fff;
}

.footbuttonmain {
    width: 100%;
    height: auto;
    margin-top: 50px;
}

.footbuttonmain a {
    background: #700cbf;
    color: #fff;
    padding: 15px 20px;
    border-radius: 50px;
    margin-right: 20px;
    text-decoration: none;
    min-width: 211px;
    display: inline-block;
    text-align: center;
}

.footbuttonmain a:hover {
    background: #ff9239;
    color: #fff;
}

.draganddrop {
    width: 100%;
    height: auto;
}

.selectmain {
    width: 100%;
    height: auto;
}

.selectmain select {
    border-radius: 50px;
    padding: 10px 23px;
    background: url(../images/downarrow.png) #ededee;
    width: auto;
    display: inline-block;
    border: none;
    color: #777777;
    background-repeat: no-repeat;
    background-position: right;
    background-position: 92% 17px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    min-width: 283px;
}

.selectmain input[type="text"] {
    border-radius: 50px;
    padding: 10px 46px;
    /* background: url(../images/searchicon.png)#ededee; */
    width: auto;
    display: inline-block;
    border: none;
    color: #777777;
    background-repeat: no-repeat;
    background-position: right;
    background-position: 17px 14px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    min-width: 283px;
    margin-right: 80px;
}

.tablemainfomr1 {
    width: 80%;
    height: auto;
    margin-top: 20px;
    position: relative;
}

.enrebutton.enrebuttonbottom {
    width: auto;
    height: auto;
    position: absolute;
    left: 221px;
    top: -35px;
}

.tablemainfomr1 table {
    width: 100%;
}

.tablemainfomr {
    width: 80%;
    height: auto;
    margin-top: 80px;
}

.tablemainfomr table {
    width: 100%;
    text-align: center;
}

.tablemainfomr table thead tr th {
    padding: 20px;
}

.tablemainfomr table tr td {
    padding: 10px 0px;
}

.descriptionareamain {
    width: 100%;
    height: auto;
    margin-top: 80px;
}

.descriptionareamain h3 {
    margin: 0px !important;
    padding: 0px;
}

.multicheckbox {
    position: relative;
}

.multicheckbox .container {
    padding-top: 5px;
    font-size: 14px !important;
}

.selecteditmain h3 {
    font-size: 17px;
    color: #000;
    margin: 0px;
    padding: 0px;
    font-weight: 800;
}

.selecteditmain h3 span {
    color: #ff9239;
}

.selecteditmain h3 span a {
    color: #ff9239;
    text-decoration: underline;
}

.draganddrop h2 {
    margin-top: 28px;
    margin-bottom: 20px;
}

.selecteditmain {
    width: 400px;
    height: auto;
}

/* The container */
.container {
    display: block;
    position: relative;
    padding-left: 26px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}

.ccuser .checkmark {
    background-color: #e5e5e5;
}

.tictac .checkmark {
    background-color: #a1a1a1;
}

/* On mouse-over, add a grey background color */
.container:hover input~.checkmark {
    background-color: #ccc;
}

.containercc:hover input~.checkmark {
    background-color: transparent;
}

/* When the checkbox is checked, add a blue background */
.container input:checked~.checkmark {
    background-color: #ff9239 !important;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container input:checked~.checkmark:after {
    display: block;
}

.without .container input:checked~.checkmark:after {
    display: none;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
    left: 7px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.checkmark {
    border-radius: 3px;
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #777777;
    margin-top: 7px;
}

.checkmarkedit .checkmark {
    background-color: transparent;
    border: 1px solid #c4c4c4;
    border-radius: 7px;
}

.checkmarkedit3 .checkmark {
    border-radius: 0;
}

.checkmarkedit3 label {
    color: black;
}

.checkmarkedit1 .checkmark {
    background-color: #e5e5e5;
}

.checkedit .checkmark {
    background-color: #a1a1a1;
}

.inputBlack::placeholder {
    color: black !important;
}

.inputBlack::-moz-placeholder {
    color: black !important;
}

.inputBlack::-webkit-input-placeholder {
    color: black !important;
}

#elements-container {
    text-align: center;
}

.draggable-element {
    display: inline-block;
    width: 200px;
    height: 200px;
    background: white;
    border: 1px solid rgb(196, 196, 196);
    line-height: 200px;
    text-align: center;
    margin: 10px;
    color: rgb(51, 51, 51);
    font-size: 30px;
    cursor: move;
}

.drag-list {
    width: 100%;
    margin: 0 auto;
    margin: 0px;
    padding: 0px;
}

.drag-list>li {
    list-style: none;
    /* background: #e0e0e0; */
    margin: 2px 0;
    font-size: 24px;
    padding: 8px 15px;
    /* background: #fcbb85; */
    border-radius: 50px;
    position: relative;
    /* box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05); */
}

/* .degrade > div:nth-child(even) li {
    background:rgba(113, 12, 191, 0.384);
}

.degrade > div:nth-child(odd) {
    background:rgba(255, 146, 57, 0.42);
} */

.drag-list>li:before {
    background: url(../images/liarrow.png);
    position: absolute;
    content: "";
    width: 12px;
    height: 19px;
    left: -17px;
    top: 15px;
} */

.dassbuttton button {
    background: #ff9239;
    border: none;
    color: #fff;
    border-radius: 50px;
    padding: 7px 40px;
}

.dassbuttton span {
    font-weight: 300;
    color: #b7b7b7;
    text-align: center;
    width: 100%;
    font-size: 10px;
    display: inline-block;
}

.backarrow {
    color: #000;
    font-weight: 400;
    font-size: 1.75rem;
}

.backarrow img {
    margin-right: 10px;
}

.marginaujto {
    margin: 30px 0px;
}

.drag-list>li p {
    width: auto;
    float: right;
    background: #c4c4c4;
    color: #fff;
    font-size: 21px;
    padding: 1px 15px;
    border-radius: 50px;
    margin-right: 10px;
    margin-top: 3px;
}

.listhide li:before {
    display: none;
}

.drag-list>li:nth-child(odd) {
    /* background: #e6c8f3; */
    font-size: 24px;
    color: white;
}

.justify-content-between1 {
    width: 100%;
    height: auto;
}

.drag-list .title1 {
    display: inline-block;
    width: auto;
    padding: 6px 6px 6px 12px;
    vertical-align: top;
    font-family: Nunito;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    display: flex;
    align-items: center;
    color: rgba(0, 0, 0, 0.5);
    float: right;
    display: inline-block;
    position: relative;
}

.drag-list .title {
    display: inline-block;
    width: auto;
    padding: 6px 6px 6px 12px;
    vertical-align: top;
    font-family: Nunito;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    display: flex;
    align-items: center;
    color: rgba(0, 0, 0, 0.5);
    float: none;
    display: inline-block;
    position: relative;
}

.drag-list .drag-area {
    display: inline-block;
    width: 60px;
    height: 40px;
    vertical-align: top;
    float: left;
    cursor: move;
    padding-top: 8px;
}

.drag-list .drag-area b {
    width: 58%;
    height: 3px;
    background: #ccc;
    float: left;
    margin: 4px 10px;
    border-radius: 50px;
}

.code {
    background: rgb(255, 255, 255);
    border: 1px solid rgb(196, 196, 196);
    width: 600px;
    margin: 22px auto;
    position: relative;
}

.code::before {
    content: "Code";
    background: rgb(80, 80, 80);
    width: 96%;
    position: absolute;
    padding: 8px 2%;
    color: rgb(255, 255, 255);
}

.code pre {
    margin-top: 50px;
    padding: 0 13px;
    font-size: 1em;
}

.ute1 h3 {
    font-weight: 700;
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    text-align: left;
}

.marginauto {
    margin: 20px 0px;
}

.ute h3 {
    font-weight: 700;
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    text-align: center;
}

.ute span {
    width: auto;
    height: 52px;
    padding: 16px 0px;
    background: #ededee;
    border-radius: 50px;
    display: inline-block;
    font-weight: 800;
    margin-top: 5px;
    color: #666;
    min-width: 72px;
}

.ute1 h4 {
    margin-top: 20px;
    font-size: 32px;
    font-weight: bold;
}

.ute1 textarea {
    width: 817px;
    border-radius: 20px;
    border: none;
    background: #e4e4e4;
    min-height: 132px;
    resize: none;
}

.margintop30 {
    margin-top: 40px;
}

.checkboxmain {
    padding-left: 20px;
}

.checkboxmain h3 {
    margin-top: 40px;
}

.checklistmaim {
    margin: 30px 0px 20px 0px;
    padding: 0px;
}

.checklistmaim li {
    background: #fff;
    border-radius: 20px;
    width: 13%;
    position: relative;
    min-height: 100px;
    display: inline-block;
    text-align: center;
    box-shadow: 0px 0px 4px #d5d3d3;
}

.checklistmaim li div {
    background: #ff9239;
    border-radius: 50px;
    padding: 10px 0px;
    color: #fff;
}

.checklistmaim li .checkmark {
    border: 1px solid #ccc;
    background: none;
}

.checklistmaim li .container .checkmark:after {
    left: 7px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 0px 0px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background: none;
}

.checklistmaim li .checkmark {
    border-radius: 3px;
    position: absolute;
    top: 11px;
    left: 40%;
    height: 20px;
    width: 20px;
    background-color: #fff;
    margin-top: 7px;
}

.dropdown1 h4 {
    margin-top: 80px;
    font-size: 21px;
}

.dropdown1 select {
    border-radius: 50px;
    padding: 10px 23px;
    background: url(../images/downarrow.png) #ededee;
    width: auto;
    display: inline-block;
    border: none;
    color: #777777;
    background-repeat: no-repeat;
    background-position: right;
    background-position: 98px 17px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    min-width: 133px;
}

.horusheditmain {
    width: 94%;
    height: auto;
    margin: 0px 37px;
    padding: 30px 0px;
    border-top: 1px solid #d7d7d7;
    padding-top: 21px;
    margin-top: 55px;
}

.checklistmaimbutton {
    margin: 30px 0px 40px 0px;
    padding: 0px;
}

.checklistmaimbutton li {
    display: inline-block;
    width: 14%;
}

.checklistmaimbutton li a {
    width: 100%;
    border-radius: 50px;
    padding: 10px 0px;
    text-align: center;
    display: inline-block;
    border: 1px solid #666;
    color: #666;
}

.checklistmaimbutton li a:hover {
    background: #ff9239;
    width: 100%;
    border-radius: 50px;
    padding: 10px 0px;
    text-align: center;
    display: inline-block;
    border: 1px solid #ff9239;
    text-decoration: none;
    color: #fff;
}

.checklistmaimbutton li .active {
    background: #ff9239;
    width: 100%;
    border-radius: 50px;
    padding: 10px 0px;
    text-align: center;
    display: inline-block;
    border: 1px solid #ff9239;
    text-decoration: none;
    color: #fff;
}

.enrebutton button {
    min-width: 250px;
    padding: 20px 0px;
    white-space: "nowrap";
    font-size: 18px;
    line-height: 25px;
    margin-right: 20px;
    border: none;
    filter: drop-shadow(0px 6px 40px rgba(0, 0, 0, 0.2));
    background: #700cbf;
    color: #fff;
    border-radius: 50px;
}

.enrebutton button:hover {
    background: #ff9239;
}

.enrebutton {
    margin: 110px 0px 30px 0px;
}

.dropdown2 {
    margin-top: 40px;
}

.midtextarea textarea {
    width: 100%;
    background: #e4e4e4;
    resize: none;
    border: none;
    border-radius: 40px;
    min-height: 170px;
    padding: 30px 30px;
}

.listmain {
    width: 100%;
    height: auto;
    margin-top: 20px;
}

.listmain .container {
    font-size: 14px !important;
    padding-top: 6px;
    width: 135px;
    float: left;
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    width: 60px;
    height: 24px;
    padding-top: 2px;
    padding-bottom: 2px;
    border-radius: 80px;
    /* box-shadow: 0px 0px 3px #ccc; */
    border: 1px solid #a1a1a1;
}

.slider:before {
    position: absolute;
    content: "";
    height: 24px;
    width: 37px;
    left: 0px;
    bottom: 0px;
    background-color: #a1a1a1;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border-radius: 70px;
    /* box-shadow: 0px 0px 10px #ccc; */
}

input:checked+.slider {
    background-color: #fff;
}

input:focus+.slider {
    box-shadow: 0 0 1px #2196f3;
}

input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
    background: #ff9239;
}

label.switch {
    float: left;
    margin-top: 8px;
}

.swichbutton {
    float: left;
    font-size: 17px;
    font-family: Nunito;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
}

.listmain h4 {
    margin-bottom: 0px;
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.listmenu {
    width: 100%;
    height: auto;
    margin-top: 20px;
}

.listmenu h2 {
    color: #000;
    font-weight: 400;
    font-size: 28px;
}

.listmenu h2 b {
    font-weight: 300;
    font-size: 16px;
}

.listmenubutton button {
    background: #700cbf;
    border: none;
    color: #fff;
    border-radius: 50px;
    padding: 8px 30px;
    border: 17px solid #e4e4e4;
}

.opcity {
    opacity: 0.5;
}

.prix {
    width: 100%;
    height: auto;
    margin-top: 64px;
}

.pri h3 {
    margin: 0px 0px 15px 0px;
    padding: 0px;
}

.pri h3 span {
    font-weight: 300;
    font-size: 15px;
}

.pri select {
    color: #fff;
    min-width: 66px;
    border-radius: 10px;
    background: url(../images/Vector11.png) #700cbf;
    background-repeat: no-repeat;
    background-position: 41px 16px;
    padding: 10px 19px;
}

.pri b {
    background: #eaeaea;
    font-weight: 800;
    display: inline-block;
    padding: 10px 0;
    border-radius: 10px;
    margin-left: 20px;
}

.pri .middle {
    background-color: #ff9239 !important;
}

.pri .percent {
    background-color: #700cbf !important;
    color: white;
    padding: 7px 12px;
    border-radius: 8px;
}

.checklistmaim1 {
    padding-top: 30px;
}

.checklistmaim1 li {
    background: #fff;
    border-radius: 20px;
    width: 48%;
    position: relative;
    min-height: 100px;
    display: inline-block;
    text-align: center;
    box-shadow: 0px 0px 4px #d5d3d3;
    margin-right: 2px;
}

.paddingleft30 {
    padding-left: 35%;
}

.selecteditmain1 {
    font-size: 14px;
}

.selecteditmain1 .container {
    font-size: 14px !important;
    padding-top: 5px;
}

.tabledelet {
    width: 100%;
    height: auto;
    margin-top: 20px;
}

.tabledelet table {
    width: 100%;
}

.tablemid span {
    margin-right: 37px;
}

.tablemid img {
    margin: 0px 3px;
}

.tablemid .switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 15px;
}

#input_div .qty-minus {
    background: #f4f4f4;
    box-shadow: 1px 2px 4px #c4c4c4;
    border: 0px;
    width: 30px;
    height: 30px;
    font-weight: 300;
    border-radius: 7px;
    font-size: 40px;
    line-height: 10px;
    color: #000000;
}

#input_div .qty-plus {
    background: #f4f4f4;
    box-shadow: 1px 2px 4px #c4c4c4;
    border: 0px;
    width: 30px;
    height: 30px;
    font-weight: 300;
    border-radius: 7px;
    font-size: 30px;
    line-height: 10px;
    color: #050505;
}

.qty {
    background: none;
    box-shadow: 0px 0px 0px #fff;
    border: 0px;
    width: 40px;
    height: 40px;
    text-align: center;
    font-weight: 800;
    border-radius: 7px;
    font-size: 20px;
    line-height: 10px;
    color: #a1a1a1;
}

.tablemid1 span {
    min-width: 170px;
    float: left;
}

.slidertablemain {
    width: 100%;
    height: auto;
    margin-top: 40px;
}

.sliderwrap h3 {
    margin: 0px 0px 20px 0px;
    padding: 0px;
    font-size: 22px;
    width: 100%;
    float: left;
}

.sliderwrap .switch {
    margin-right: 20px;
}

.sliderwrap span {
    margin-right: 20px;
    font-family: Nunito;
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    color: #868686;
    line-height: 27px;
}

.sliderwrap div {
    /* width: 100%;
    height: auto;
    margin-bottom: 0px;
    /* position: relative;
    float: left; */
}

.sliderwrap .switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 15px;
}

.petitwidth {
    min-width: 274px;
    float: left;
}

.coustomscrool {
    width: 100%;
    height: 700px !important;
    overflow-y: scroll;
    padding: 0px 10px;
}
.customscroll_h_fit {
    height: fit-content !important;
}

/* width */
.coustomscrool::-webkit-scrollbar {
    width: 10px;
}

/* Track */
.coustomscrool::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.coustomscrool::-webkit-scrollbar-thumb {
    background: #700cbf;
    border-radius: 5px;
}

/* Handle on hover */
.coustomscrool::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.modal1 {
    width: 325px;
    height: auto;
    /* left: 170px; */
    right: auto;
    margin: auto;
    top: 267px;
    background: #ffffff;
    box-shadow: 4px 4px 4px rgb(0 0 0 / 25%);
    border-radius: 25px;
    min-height: auto !important;
    justify-content: flex-end !important;
    overflow: unset !important;
}

.modal1 .modal-header {
    padding: 0.6rem;
    font-family: Nunito;
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    line-height: 20px;
}

.modal1 .modal-footer {
    text-align: center;
}

.modal1 .modal-footer button {
    display: inline-block;
}

.modal1 .modal-footer ul {
    margin: 0px;
    padding: 0px;
    text-align: center;
    width: 100%;
}

.modal1 .modal-footer ul li {
    display: inline-block;
    padding: 0px 20px;
    color: #b0b0b0;
}

.modal1 .modal-footer ul li a {
    color: #b0b0b0;
}

.modal1 .modal-content {
    border: none;
}

.modal1 .modal-body {
    font-weight: 500;
    color: #000;
    font-size: 18px;
}

.modal1 .modal-header {
    border: none;
}

.modal1 .modal-footer {
    border: none;
}

.topsearch {
    min-width: 250px;
    float: right;
    height: auto;
    position: relative;
}

.topsearch input {
    background: #ededee;
    width: 100%;
    border: none;
    position: relative;
    height: auto;
    border-radius: 50px;
}

.topsearch button {
    position: absolute;
    border: none;
    right: 0px;
    background: none;
}

.coustomscroolnew {
    padding: 0px 21px;
}

.selecteditmainright label {
    width: 200px;
}

.selecteditmainright label {
    width: 200px;
    left: 0px;
    float: left;
    font-size: 15px;
    padding-top: 5px;
    color: #ababab;
}

.searchinslider {
    width: 310px !important;
    margin-bottom: 0px;
    display: inline-block;
}

.searchinslider button {
    padding: 10px 15px;
    right: 11px;
    top: 0px;
}

.searchinslider input {
    background: #ededee;
    width: 100%;
    border: none;
    position: relative;
    height: auto;
    border-radius: 50px;
    padding: 10px;
    margin-bottom: 15px;
}

.subtitleheding {
    width: 100%;
    height: auto;
    color: #000;
    font-weight: 400;
    font-size: 22px;
}

.subtitleheding span {
    font-weight: 300;
    font-size: 12px;
    color: #666;
    margin-top: 30px;
    display: inline-block;
    margin-bottom: 15px;
}

.searchinslider select {
    border-radius: 50px;
    padding: 10px 23px;
    background: url(../images/downarrow.png) #ededee;
    width: auto;
    display: inline-block;
    border: none;
    color: #777777;
    background-repeat: no-repeat;
    background-position: right;
    background-position: 251px 17px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    min-width: 283px;
    margin-left: 20px;
}

.custocheck {
    font-size: 14px !important;
    float: none;
    padding-top: 7px;
    float: none;
    /* width: 110px; */
    display: inline-block;
}

.custocheck1 {
    font-size: 14px;
    color: #000 !important;
    margin-top: 50px;
}

.custocheck2 {
    font-size: 14px;
    color: #000 !important;
    padding-top: 6px;
    margin-top: 0px;
    font-size: 14px !important;
}

.listmain {
    width: 100%;
    height: auto;
    padding-top: 20px;
}

.categoresamin {
    width: 100%;
    height: auto;
    float: left;
    margin-top: 20px;
}

.catmain .taging {
    width: 100% !important;
    background: #ededed;
    border-radius: 45px;
    background: url(../images/searchicon.png) #ededee;
    width: auto;
    display: inline-block;
    border: none;
    color: #777777;
    background-repeat: no-repeat;
    background-position: right;
    background-position: 24px 35px;
    padding: 23px 56px;

    position: relative;
}

.catmain .taging:after {
    background: url(../images/downarrow.png) #ededee;
    position: absolute;
    content: "";
    width: 19px;
    height: 11px;
    right: 20px;
    top: 38px;
}

.catmain .taging input {
    width: 80px;
    background: none;
    padding: 0px;
    height: 37px;
    min-width: auto;
    margin-right: 0px;
}

.catmain .taging .item {
    margin-top: 7px;
    padding: 3px 23px;
    border-radius: 50px;
    border: none;
}

.catmain .taging .item::after {
    color: #fff !important;
}

.catmain .taging .item:nth-child(1n) {
    background: #ff9239;
    color: #fff;
}

.catmain .taging .item:nth-child(2n) {
    background: #fd8368;
    color: #fff;
}

.catmain .taging .item:nth-child(3n) {
    background: #c29ae1;
    color: #fff;
}

.multi-input div.item::after {
    color: #fff !important;
    content: "×";
    cursor: pointer;
    font-size: 18px;
    pointer-events: auto;
    position: absolute;
    right: 5px;
    top: -1px;
}

.ajouter {
    width: 100%;
    height: auto;
    margin-top: 20px;
    padding-left: 40px;
}

.ajouter select {
    margin-left: 0px;
}

.bedcaran {
    width: 100%;
    height: auto;
    margin-top: 30px;
    margin-bottom: 30px;
}

.bedcaran ul {
    margin: 0px;
    padding: 0px;
}

.bedcaran ul li {
    display: inline-block;
    margin-right: 30px;
    color: #c4c4c4;
}

.bedcaran ul li a {
    color: #c4c4c4;
    text-decoration: underline;
}

.bedcaran ul li a:hover {
    color: #000;
    text-decoration: none;
}

#accordion {
    margin: auto;
    max-width: auto;
}

.panel-heading a {
    display: block;
    position: relative;
    font-weight: bold;
}

/* .panel-heading a::after {
    content: "";
    border: solid black;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 5px;
    position: absolute;
    right: 0;
    top: 0;
    transform: rotate(45deg);
} */

/* .panel-heading a[aria-expanded="true"]::after {
    transform: rotate(-135deg);
    top: 5px;
} */

.accounding .panel-heading {
    font-family: Nunito;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    z-index: 1;

    position: relative;
    line-height: 22px;
    background: #ededee;
    border-radius: 50px;
    padding: 8px 40px;
    margin-bottom: 10px;
}

.accounding .panel-heading a {
    display: block;
    position: relative;
    font-weight: bold;
    font-size: 16px;
    padding-top: 10px;
    /* color: #7a7a7a; */
}

.supplement .accounding .panel-heading a {
    padding-top: 0;
}

.accounding .panel-heading a:hover {
    text-decoration: none;
}

.accounding {
    width: 100%;
    height: auto;
    margin-top: 20px;
}

.accounding .panel-collapse {
    margin-top: -21px;
    background: #fff;
    padding: 20px;
    border-radius: 0px 0px 30px 30px;
    box-shadow: 0px 0px 10px #7875756c;
}

.accounding .panel-heading {
    margin-top: 0px;
    margin-bottom: 0px;
}

.accounding .panel {
    /* margin-bottom: 20px; */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05)
}

.accounding .panel-body {
    padding: 23px 0px;
    text-align: left;
}

.accounding .panel-body ul {
    margin: 0px;
    padding: 0px;
}

.accounding .panel-body ul li {
    width: 100%;
    height: auto;
    padding: 5px 0px;
    color: #a9a4a4;
    border-bottom: 2px solid #f0f0f0;
}

.accounding .panel-body ul li b {
    background: #700cbf;
    color: #fff;
    font-weight: 800;
    border-radius: 30px;
    display: inline-block;
    background: #700cbf;
    color: #fff;
    font-weight: 800;
    border-radius: 30px;
    display: inline-block;
    padding: 5px 20px;
}

.accounding .panel-body ul li span {
    padding-top: 5px;
    float: left;
}

.accounding .panel-heading a::after {
    content: "";
    border: solid black;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 5px;
    position: absolute;
    right: auto;
    top: 10px;
    transform: rotate(-50deg);
    left: -72px;
}

.panel-heading a[aria-expanded="true"]::after {
    transform: rotate(45deg) !important;
    top: 5px;
}

.accounding .panel-body ul li b:nth-child(2n) {
    background: #ff9239;
}

.deletrightbutton {
    position: absolute;
    right: 20px;
    top: 6px;
    z-index: 999;
}

.deletrightbutton a:after {
    display: none !important;
}

.accounding+.footbuttonmain a {
    background: #700cbf;
    color: #fff;
    padding: 15px 20px;
    border-radius: 50px;
    margin-right: 20px;
    text-decoration: none;
    min-width: 220px;
    float: left;
    text-align: center;
}

.rightalighn a {
    font-size: 16px;
    text-decoration: underline;
    color: #51504f;
}

.rightalighn a:hover {
    text-decoration: none;
}

.tableshow {
    width: 100%;
    height: auto;
    float: left;
    margin-top: 50px;
}

.tableshow table {
    width: 100%;
    height: auto;
    text-align: center;
    font-size: 14px;
}

.tableshows {
    width: 100%;
    /*background:#fff;*/
    padding: 20px;
    box-shadow: 6px 9px 54px rgba(0, 0, 0, 0.1);
    border-radius: 30px;
}

.tableshows td {
    padding: 30px 20px;
    background-color: #fff !important;
}

.tableshows td:first-child {
    border-radius: 30px 0px 0px 30px;
    font-weight: 800;
}

.tableshows td:last-child {
    border-radius: 0px 30px 30px 0px;
}

.tableshow th {
    padding-bottom: 20px;
}

#myModal1 .modal1 {
    width: 515px;
}

#myModal1 .modal1 p {
    padding: 0px;
    margin: 0px;
    line-height: 29px;
}

.fac {
    font-weight: 300;
    font-size: 13px;
}

.factext {
    font-size: 15px;
}

#myModal1 .modal1 .modal-header .close {
    padding: 1rem 2rem;
    margin: -1rem -1rem -1rem auto;
}

#myModal1 .modal1 .modal-content {
    padding-bottom: 33px;
}

#myModal1 .modal1 {
    top: 191px;
}

a {
    outline: 0px !important;
}

:focus {
    outline: 0px !important;
}

.restaurantmain {
    width: 100%;
    height: auto;
    margin-top: 35px;
}

.leftfomr label {
    width: 100%;
    height: auto;
    font-family: Nunito;
    font-style: normal;
    font-weight: bold;
    font-size: 17px;
    line-height: 25px;
    display: flex;
    align-items: center;
    color: #000000;
}

.leftfomr input {
    width: 100%;
    height: auto;
    border: none;
    background: rgba(142, 134, 149, 0.08);
    border-radius: 90px;
    padding: 10px 20px;
    margin-bottom: 20px;
}

.rightfomr h3 {
    font-size: 17px;
    line-height: 25px;
    display: flex;
    font-weight: bold;
    font-size: 17px;
    margin: 0px;
    padding: 0px;
    align-items: center;
    color: #000000;
}

.rightfomr p {
    font-family: Nunito;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    margin: 0px;
    padding: 0px;
    line-height: 16px;
}

button.close {
    margin: 10px 10px 0px;
    text-align: right;
    /* font-size: 30px !important; */
}

.onboardingtitletext h4 {
    margin-bottom: 0px;
    font-size: 30px;
}

.onboardingtitletext p {
    font-family: Nunito;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    margin-bottom: 40px;
    line-height: 110%;
    margin-top: 5px;
    color: #2a2a2a;
}

.onboardingtitletext input {
    background: #ffffff;
    box-shadow: 0px 8px 60px rgba(0, 0, 0, 0.1);
    border-radius: 100px;
    font-weight: 600;
    font-size: 14px;
}

.onboardingtitletext input::placeholder,
.soludairearea textarea::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #000000;
    opacity: 0.2;
}

.onboardingtitletext input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #000000;
    opacity: 0.2;
}

.onboardingtitletext input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #000000;
    opacity: 0.2;
}

.userniceinput::placeholder,
.roleinput::placeholder {
    color: #000;
    opacity: 1;
    font-weight: 500;
}

.roleinput11::placeholder {
    color: #00000055;
    opacity: 1;
}

.roleinput::placeholder {
    font-weight: bold;
}

.onboardingtitletext select {
    background-color: #fff !important;
    width: 100%;
    border: none;
    box-shadow: 0px 8px 60px rgba(0, 0, 0, 0.1);
    border-radius: 100px;
    min-height: 45px;
    border-radius: 45px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    padding: 8px 15px;
    font-weight: 300;
    background: url(../images/on-boarding-dropdownarrow.png);
    background-repeat: no-repeat;
    background-position: 90% 51%;
    color: rgba(0, 0, 0);
    box-shadow: 0px 8px 60px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    font-weight: 400;
    font-size: 14px;
}

.onboardingtitletext button {
    padding: 15px 30px;
    margin-top: 5px;
    margin-bottom: 10px;
    min-height: auto;
}

.onboardingtitletext .placeholder {
    color: #000000;
    opacity: 0.2 !important;
}

.onboardingtitletext h6 {
    font-family: Nunito;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    text-align: left;
    text-align: center;
    line-height: 16px;
}

.onboardingtitletext h6 a {
    color: #000;
}

.padding-bottom-10 {
    padding-bottom: 10px !important;
}

.padding-top-30 {
    padding-top: 40px !important;
}

.onboardingtitletext label {
    margin-bottom: 0.2rem;
    font-family: Nunito;
    font-style: normal;
    font-weight: 600;
    line-height: 25px;
    font-size: 17px;
    margin-left: 4px;
    margin-top: 10px;
}

.onboardingtitletext .form-group {
    margin-bottom: 0rem;
}

.onboardingtitletext label small {
    font-family: Nunito;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    color: rgba(0, 0, 0, 0.3);
}

.on-boardingleft h3 {
    font-size: 50px;
    font-weight: 800;
    color: #fff;
    padding-top: 50px !important;
    padding-right: 0px;
    line-height: 50px;
}

.on-boardingleft p {
    font-family: Nunito;
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    margin-top: 20px;
    line-height: 115%;
}

.on-boardingleft p b {
    font-weight: 700;
}

.onbodingleft {
    padding: 0px;
}

.onbodingleft img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.onbodingleft1 .tt {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.onbodingleft1 {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.onbodingright {
    padding: 80px;
}

.onbodingright button {
    margin-bottom: 10px;
    margin-top: 10px;
}

.loginslider .carousel-indicators {
    margin-left: 56.5%;
    margin-right: 0px;
    bottom: 11%;
}

.imagecover {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.votrefiche h3 {
    font-family: Nunito;
    font-style: normal;
    font-weight: 800;
    font-size: 50px;
    line-height: 99.9%;
    text-align: center;
    letter-spacing: -0.04em;
    color: #ffffff;
    text-shadow: 0px 4px 50px rgba(0, 0, 0, 0.25);
}

.votrefiche p {
    font-family: Nunito;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 115%;
    margin-top: 17px;
    text-align: center;
    font-weight: 300;
    color: #ffffff;
    text-shadow: 0px 4px 50px rgba(0, 0, 0, 0.3);
}

.votrefiche button {
    background: #700cbf;
    border-radius: 90px;
    width: 242px;
    height: 65px;
    font-size: 15px;
    text-align: center;
    padding: 0px;
    display: inline-block;
    margin-top: 30px;
}

.données .backarrowforme {
    font-family: Nunito;
    font-style: normal;
    font-weight: 800;
    font-size: 24px;
    line-height: 33px;
    color: #000000;
}

.données .rightalighn a {
    font-family: Nunito;
    font-style: normal;
    font-weight: normal;
    font-size: 10px;
    line-height: 14px;
    text-decoration-line: underline;
    color: #51504f;
}

.données .rightalighn a:hover {
    color: #000;
    text-decoration: none;
}

.données .tableshows td:first-child {
    font-family: Nunito;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 32px;
    text-align: center;
    text-decoration-line: underline;
    color: #000000;
}

.données .tableshows {
    /* background: #FFFFFF; */
    box-shadow: 6px 9px 54px rgba(0, 0, 0, 0.1);
    border-radius: 30px;
}

.offers-promo .mon-restro-left h5 {
    font-family: Nunito;
    font-style: normal;
    font-weight: 800 !important;
    font-size: 18px !important;
    line-height: 21px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #000000;
}

.offers-promo .custom-control-label::after {
    width: 23px !important;
    height: 23px !important;
    border-radius: 50px !important;
    background: var(--back, #ff9239);
    top: calc(0.25rem + -3px);
    left: var(--left, calc(-2.25rem + -2px));
    content: "Non";
    text-indent: var(--indent, 62px);
    font-weight: 800 !important;
    font-size: 18px !important;
    line-height: 21px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #cac6c6;
    position: absolute;
}

.offers-promo .custom-switch .custom-control-label::before {
    width: 40px;
    height: 17px;
    border: none;
    content: "Oui";
    text-indent: -113px;
    font-weight: 800 !important;
    font-size: 18px !important;
    line-height: 21px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #000;
    position: absolute;
}

.offers-promo .custom-switch .custom-control-input:checked~.custom-control-label::after {
    background-color: #fff;
    -webkit-transform: translateX(0.75rem);
    transform: translateX(1.75rem);
    color: #000;
    text-indent: 41px;
}

.offers-promo .custom-switch .custom-control-input:checked~.custom-control-label::before {
    color: #cac6c6;
}

.offers-promo .custom-control-input:checked~.custom-control-label::before {
    background: #ff9239;
    color: #000;
}

.justify-content-around {
    margin-bottom: 14px;
}

.padding-left-right {
    padding-left: 7px;
    padding-right: 7px;
}

.menudropdown {
    border-radius: 50px;
    padding: 10px 23px;
    background: #ededee;
    width: auto;
    display: inline-block;
    border: none;
    color: #777777;
    background-repeat: no-repeat;
    background-position: right;
    background-position: 251px 17px;
    appearance: none;
    line-height: 24px;
    -moz-appearance: none;
    -webkit-appearance: none;
    min-width: 283px;
}

.boderradiusright .menudropdown {
    border-radius: 0;
    background-color: #fff !important;
}

.selectontable {
    display: flex;
    justify-content: center;
}

.selectontable .menudropdown {
    border-radius: 15px;
    min-width: 120px;
    margin: 0 auto;
}

.menudropdown .list {
    border-radius: 0px 0px 20px 20px;
    box-shadow: none;
    margin-top: 0px;
    background: #ededee;
}

.selectmain .open {
    outline: 0px;
    border-radius: 20px 20px 0px 0px !important;
    background: #ededee;
}

.selectmain .open:focus {
    outline: 0px;
    box-shadow: none;
    background: #ededee;
}

.selectmain .open .list li:focus {
    background: none !important;
}

/*.menudropdown .list:hover { background:none; }*/
.menudropdown .list:hover li {
    background: #fff !important;
}

.padding-left-0 {
    padding-left: 0px !important;
}

.dropboxwhite .list {
    top: 0px;
    padding-top: 55px;
    border-radius: 20px 20px 20px 20px;
    background: none;
    -moz-box-shadow: 0px 3px 8px rgb(154 148 148);
    -webkit-box-shadow: 0px 3px 8px rgb(154 148 148);
    border: none !important;
    box-shadow: 0px 3px 8px rgb(154 148 148);
}

.dropboxwhite .list li {
    background: #fff !important;
}

.dropboxwhite .list li:hover {
    background: #fff;
}

.dropboxwhite .nice-select .list .option {
    border-bottom: solid 1px rgba(0, 0, 0, 0.2);
    font-size: 16px;
    margin: 0 0px;
    padding: 0 22px;
}

.dropboxwhite .nice-select .list:hover .option:not(:hover) {
    background-color: #fff !important;
}

.tablemainfomr b {
    text-decoration: underline;
}

.dropboxwhite .list .selected {
    background: #fff !important;
    font-weight: normal;
}

.dropboxwhite .list .selected:hover {
    background: #fff !important;
}

.dropboxwhite .list li:hover {
    background: #fff !important;
}

.dropboxwhite .nice-select .list .option {
    border-bottom: 0px;
}

.dropboxwhite .nice-select .list .option small {
    font-size: 12px;
}

.dropboxwhite .nice-select {
    height: 51px;
    line-height: 33px;
}

.dropboxwhite .open {
    border-radius: 20px 20px 20px 20px !important;
}

.dolardropdown .menudropdown {
    border-radius: 12px;
    min-width: 76px;
    background: #700cbf;
    color: #fff;
}

.dolardropdown .list {
    background: #700cbf;
}

.dolardropdown .list:hover {
    background: #700cbf;
}

.dolardropdown .selected {
    text-align: center;
    background: #700cbf !important;
}

.dolardropdown .selected:hover {
    background: #700cbf !important;
}

.dolardropdown .list li {
    text-align: left;
    padding-left: 17px !important;
    font-weight: bold;
    font-size: 22px !important;
}

.dolardropdown .current {
    text-align: left;

    font-weight: bold;
    font-size: 22px !important;
}

.dolardropdown .list li:hover {
    background: #700cbf !important;
}

.dolardropdown .nice-select .list .option {
    margin: 0 0px;
}

.dolardropdown .open:focus {
    background: #700cbf !important;
}

.dolardropdown select {
    background: url(../images/downarrowhite.png) #700cbf;
}

.dolardropdown .nice-select:after {
    border-bottom: 2px solid #fff !important;
    border-right: 2px solid #fff !important;
}

.menupageformating .container input:checked~.checkmark:after {
    display: none;
}

.container input:checked~.checkmark {
    background-color: #ff9239;
    border: 1px solid #ff9239;
}

.menupageformating .container:hover input~.checkmark {
    background-color: #ff9239;
    border: 1px solid #ff9239;
}

.menupageformating .checkmark {
    background-color: transparent;
    border: 1px solid #c4c4c4;
}

.editfirst .menupageformating .checkmark {
    background-color: transparent;
}

.menupageformating .checkmark:hover {
    background-color: #ff9239;
    border: 1px solid #ff9239;
}

.catmain .select2-selection {
    width: 100% !important;
    background: #ededed;
    border-radius: 45px !important;
    background: url(../images/searchicon.png) #ededee !important;
    width: auto;
    display: inline-block;
    border: none !important;
    color: #777777;
    background-repeat: no-repeat;
    background-position: right;
    background-position: 24px 49% !important;
    padding: 23px 56px !important;
    background-repeat: no-repeat !important;
    width: 100% !important;
    position: relative;
    z-index: 99999;
}

.editdish .select2-selection {
    padding: 0px 56px !important;
}

.select2-dropdown {
    border: none !important;
}

.catmain .select2 {
    width: 100% !important;
}

.catmain .select2-selection:after {
    background: url(../images/downarrow.png) #ededee;
    position: absolute;
    content: "";
    width: 19px;
    height: 11px;
    right: 20px;
    top: 47%;
}

#accordion .drag-list>li:before {
    display: none;
} */

#accordion .drag-list>li {
    padding: 0px !important;
    font-size: unset !important;
}

#accordion .drag-list .drag-area {
    display: inline-block;
    /* width: 33px; */
    /* height: 40px; */
    vertical-align: top;
    /* float: left; */
    /* cursor: move; */
    /* padding-top: 13px; */
    /* position: absolute; */
    z-index: 9;
    /* margin-left: 6px; */
}

#accordion .drag-list>li:nth-child(odd) .panel-heading {
    background: #dfdede;
}

.panel-heading.w-100.supplementClassAdd {
    background: #ededee !important;
}

.accounding .supplementClassAdd a::after {
    display: none;
}

.divImg {
    position: relative;
}

p.progressText {
    position: absolute;
    top: 72%;
    left: 32%;
    color: #700cbf;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    justify-content: center;
    align-items: center;
}

div#ajouter-offer {
    background: rgba(39, 39, 39, 0.2);
}

.menunew .euro {
    background: #700cbf;
    border-radius: 50px;
    display: inline;
    padding: 3px 17px;
    float: right;
    font-size: 20px;
    color: #fff;
    margin-right: 3px;
}

.menunew .europrice {
    background: #ff9239;
    border-radius: 50px;
    display: inline;
    padding: 3px 17px;
    float: right;
    color: #fff;
    font-size: 20px;
}

.menunew .remove {
    position: relative;
    float: right;
    margin-right: 21px;
}

.menunew .remove a {
    line-height: 30px;
    float: left;
}

.menunew .drag-list .drag-area {
    width: 33px;
}

#accordion .panel-heading a {
    display: block;
    position: relative;
    font-weight: bold;
    font-size: 16px;
    padding-top: 7px;
    color: #7a7a7a;
    /* margin-left: 15px; */
}

.menudropdown .list {
    z-index: 99 !important;
}

.searchinslider .nice-select {
    font-weight: 800;
    font-size: 20px;
}

.ajouter h5 {
    font-weight: 800;
    font-size: 20px;
    margin-bottom: 20px;
}

.margin-top-80 {
    margin-top: 80px;
}

.bggray {
    background: #f8f8f8;
}

.menu16 .petitwidth {
    min-width: 352px;
    float: left;
}

.checkboxmain h3 small {
    font-size: 10px;
    margin: 0px;
    padding: 0px;
    width: 100%;
    display: inherit;
}

.tableoverflow img {
    border-radius: 20px;
}

.removepopup button.close {
    font-size: 30px;
    margin: 10px 10px 0px;
    text-align: right;
    font-size: 25px !important;
    color: #000;
    opacity: 1 !important;
    margin-right: 16px !important;
}

.removepopup .modal1 .modal-body {
    font-weight: 500;
    color: #000;
    font-size: 16px;
    font-weight: 800;
    padding-top: 0px;
}

.removepopup .modal-footer ul li a {
    color: #b0b0b0;
    font-weight: 800;
}

.margin-top-180 {
    margin-top: 100px !important;
}

.margin-top-185 {
    margin-top: 150px !important;
}

.removepopup .modal1 .modal-body a {
    color: #000;
    text-decoration: underline;
}

.removepopup .modal1 .modal-body a:hover {
    text-decoration: none;
}

.votitle {
    margin: 0px;
    padding: 0px;
    font-weight: 800;
    margin-bottom: 120px;
}

.vcart {
    padding: 2.5rem !important;
}

.lefttextformting small {
    text-align: center;
    width: 100%;
    display: inline-block;
    margin-bottom: 32px;
}

.lefttextformting small a {
    color: #000;
    text-decoration: underline;
}

.lefttextformting small a:hover {
    text-decoration: none;
}

.lefttextformting p {
    margin-bottom: 0px;
}

.lefttextformting button {
    background: #700cbf;
    color: #fff;
    border: 0;
    margin-top: 45px;
    min-height: 65px;
    border-radius: 65px;
    padding: 0 30px;
    font-size: 17px;
    font-weight: 800;
    margin-bottom: 65px;
}

.bie {
    width: 100%;
    height: auto;
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 30px;
}

.bie h2 {
    margin: 0px;
    padding: 0px;
    font-weight: 800;
    font-size: 26px;
    margin-top: 30px;
}

.bie p {
    font-size: 19px;
}

.amountdiv input {
    min-width: auto;
    padding: 0;
    display: inline-block;
    margin-right: 0px;
}

.amountdiv {
    width: 130px;
    float: left;
}

.amountdiv .qty-minus {
    font-weight: 400 !important;
    color: #000 !important;
    width: 25px !important;
    height: 25px !important;
    font-size: 31px !important;
    line-height: 4px;
    float: left;
    background: #f4f4f4;
    box-shadow: 1px 2px 4px #c4c4c4;
    border: 0px;
    width: 30px;
    height: 30px;
    border-radius: 7px;
    color: #000;
}

.amountdiv .qty-plus {
    font-weight: 400 !important;
    color: #000 !important;
    width: 25px !important;
    height: 25px !important;
    font-size: 21px !important;
    line-height: 4px;
    float: left;
    background: #f4f4f4;
    box-shadow: 1px 2px 4px #c4c4c4;
    border: 0px;
    width: 30px;
    height: 30px;
    border-radius: 7px;
    color: #000;
}

.amountdiv .qty {
    background: none;
    box-shadow: 0px 0px 0px #fff;
    border: 0px;
    width: 30px;
    height: 30px;
    text-align: center;
    font-weight: 400;
    border-radius: 7px;
    font-size: 15px;
    line-height: 10px;
    color: #000;
    float: left;
}

.amountlefttext {
    float: left;
    width: 230px;
    font-weight: 800;
    font-size: 17px;
    padding-top: 2px;
}

.select2-search__field {
    min-width: auto !important;
    margin-right: 0px !important;
    min-height: 42px;
    font-size: 24px !important;
    color: #000 !important;
}

.custom-control-input:focus~.custom-control-label::before {
    box-shadow: none;
}

.margin-top-260 {
    margin-top: 260px;
}

.margin-top-200 {
    margin-top: 180px;
}

.w-90 {
    width: 90% !important;
}

.coordtext h5 {
    font-size: 1.25rem;
}

.bg-white-commentbox {
    background: #ffffff !important;
    box-shadow: 6px 9px 54px rgba(0, 0, 0, 0.1) !important;
    border-radius: 20px !important;
    font-size: 14px !important;
    margin-top: 10px;
    margin-bottom: 0px !important;
    resize: none;
}

.commentcaption {
    width: 100%;
    text-align: right;
    display: inline-block;
    position: relative;
    top: -42px;
    right: 13px;
}

.margin-top-160 {
    margin-top: 160px !important;
}

/*.................Custom Checkbox.....................*/

/*Checkboxes styles*/

.customcheckboxnewstyle input[type="checkbox"] {
    display: none;
}

.customcheckboxnewstyle input[type="checkbox"]+label {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 20px;
    font: 14px/20px "Open Sans", Arial, sans-serif;
    color: #000;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    font-family: Nunito;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 22px;
    font-weight: 700;
}

.customcheckboxnewstyle input[type="checkbox"]+label:last-child {
    margin-bottom: 0;
}

.customcheckboxnewstyle input[type="checkbox"]+label:before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border: 1px solid #700cbf55;
    border-radius: 5px;
    position: absolute;
    left: 0;
    top: 2;
    opacity: 1;
    background: #fff;
}

.customcheckboxnewstyle input[type="checkbox"]:checked+label:before {
    top: 2px;
    left: 0px;
    border-radius: 5px;
    opacity: 1;
    /*border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);*/
    background: #fff;
    content: "";
    width: 20px;
    height: 20px;
    border: 1px solid #fff;
    text-align: center;
    background: url(../images/checkicon.png) #fff;
    background-repeat: no-repeat;
    background-position: center;
}

.restoorder .form-check-label {
    /* color: silver !important; */
}

/*............................................*/

.customcheckboxnewstyle2 input[type="checkbox"] {
    display: none;
}

.customcheckboxnewstyle2 input[type="checkbox"]+label {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 20px;
    font: 14px/20px "Open Sans", Arial, sans-serif;
    color: #000;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    font-family: Nunito;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
}

.customcheckboxnewstyle2 input[type="checkbox"]+label:last-child {
    margin-bottom: 0;
    padding-top: 3px;
}

.customcheckboxnewstyle2 input[type="checkbox"]+label:before {
    content: "";
    display: block;
    width: 25px;
    height: 25px;
    border: 1px solid #fff;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 1;
    background: #e5e5e5;
}

.customcheckboxnewstyle2 input[type="checkbox"]:checked+label:before {
    top: 0px;
    left: 0px;
    border-radius: 0;
    opacity: 1;
    /*border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);*/
    background: #fff;
    content: "";
    width: 25px;
    height: 25px;
    border: 1px solid #fff;
    text-align: center;
    background: url(../images/checkicon2.png) #e5e5e5;
    background-repeat: no-repeat;
    background-position: center;
}

.checkboxstylecustom input[type="checkbox"]:checked+label:before {
    background: url(../images/checkicon1.png) #e5e5e5;
    background-repeat: no-repeat;
    background-position: center;
}

#edit-offer h2 {
    font-size: 25px;
    line-height: 30px;
}

/*.................End Custom Checkbox.....................*/

/*.................Images upload css.....................*/

.yes {
    position: absolute;
    width: 100%;
    height: 100%;
}

.btn_upload input {
    cursor: pointer;
    height: 100%;
    position: absolute;
    filter: alpha(opacity=1);
    -moz-opacity: 0;
    opacity: 0;
    width: 100%;
}

.it {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
    filter: drop-shadow(0px 12px 40px rgba(0, 0, 0, 0.2));
}

.btn-rmv1,
.btn-rmv2,
.btn-rmv3,
.btn-rmv4,
.btn-rmv5 {
    display: none;
}

.rmv {
    cursor: pointer;
    color: #700cbf !important;
    border-radius: 30px;
    border: 1px solid #fff;
    display: inline-block;
    background: rgba(255, 0, 0, 1) !important;
    margin: 0;
    width: 30px !important;
    height: 30px !important;
    position: absolute !important;
    z-index: 99999 !important;
    border-radius: 50% !important;
    background: #fff !important;
    opacity: 1 !important;
    line-height: normal !important;
    right: -9px !important;
    left: auto !important;
    min-height: auto !important;
    top: -14px !important;
    padding: 0px !important;
}

.rmv:hover {
    background: rgba(255, 0, 0, 0.5);
}

/*.................End css Images upload css.....................*/

.formlabel label {
    min-width: 100px;
}

.hoursdesign label {
    min-width: 110px !important;
}

.formlabel input {
    text-align: center;
}

.formlabel .formtitle {
    font-family: Nunito;
    font-style: normal;
    font-weight: normal;
    font-size: 9px;
    line-height: 11px;
    display: flex;
    color: #000;
    line-height: 18px;
    align-items: center;
}

.formlabel .formtitle span {
    margin-bottom: 10px;
    color: #000;
}

.paycaption {
    position: absolute;
    width: 81px;
    height: auto;
    font-family: Nunito;
    font-style: normal;
    font-weight: 800;
    font-size: 15px;
    line-height: 20px;
    color: #ffffff;
    background: #0cc054;
    border-radius: 16px;
    text-align: center;
    padding: 4px 0px;
    right: 8px;
    top: 15px;
}

.paycaptionblue {
    position: absolute;
    width: 81px;
    height: auto;
    font-family: Nunito;
    font-style: normal;
    font-weight: 800;
    font-size: 15px;
    line-height: 20px;
    color: #ffffff;
    background: #3970ff;
    border-radius: 16px;
    text-align: center;
    padding: 4px 0px;
    right: 8px;
    top: 15px;
}

.commande {
    position: absolute;
    width: 150px;
    height: auto;
    background: #ababab;
    border-radius: 16px;
    text-align: center;
    padding: 4px 0px;
    right: -19px;
    top: 15px;
    font-weight: 800;
    font-size: 13px;
    color: #fff;
}

.position-relative {
    position: relative;
}

.commandsdropdown {
    min-width: 205px;
}

.popupdropdown {
    min-width: 300px;
}

.selectmaindrop .open {
    outline: 0px;
    border-radius: 20px 20px 0px 0px !important;
    background: #ededee;
    box-shadow: none;
}

.top-nav ul li a span {
    margin-left: 3px;
    margin-right: 0;
    float: none;
    padding: 2px 6px;
    background: #ff9239;
    color: #fff;
    min-width: 19px;
    height: 7px;
    border-radius: 50%;
    font-size: 12px;
    font-weight: 800;
}

.list-info h5 {
    font-size: 16px;
    font-weight: 800;
    margin-bottom: 20px;
}

.exportmodel {
    width: 715px !important;
    margin-left: 35%;
}

.modal-dialog {
    min-height: calc(100vh - 60px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: auto;
}

.commandemodel {
    /* max-width: 849px !important; */
    max-width: 1050px !important;
}

.printbutton {
    width: 100%;
    height: auto;
    text-align: right;
    margin-top: 20px;
}

.table100 {
    width: 100% !important;
}

.comptes1table th {
    background: #ff9239;
    font-weight: 400;
    color: #fff;
    padding: 10px 20px 10px 20px !important;
}

.comptes1table th:first-child {
    border-radius: 50px 0px 0px 50px;
}

.comptes1table th:last-child {
    border-radius: 0px 50px 50px 0px;
}

.comptes1table th img {
    width: 45px;
    height: 45px;
    border-radius: 50%;
}

.comptes1table tr {
    background: #ededee;
}

/* .tableedit thead tr th:nth-child(2) {
    border-radius: 50px 0px 0px 50px;
} */

.tableedit thead tr th {
    padding-top: 14px !important;
    padding-bottom: 14px !important;
}

.userlist th {
    background: none !important;
    padding: 0 !important;
}

.liststyle {
    background: none !important;
}

.liststyle td {
    background-color: rgba(142, 134, 149, 0.1);
}

.listindex td {
    padding: 0 !important;
}

/* .comptes1table tr:nth-child(even) td{ background: yellow !important; } */
.spaciing {
    padding: 5px !important;
}

.comptes1table tr {
    background: #ededee;
}

.comptes1table tr:nth-child(2n) {
    background: #e0e0e0;
}

.boderradiusleft {
    border-radius: 50px 0px 0px 50px;
}

.boderradiusright {
    border-radius: 0px 50px 50px 0px;
}

.topcheckbox {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.topcheckbox {
    color: #c4c4c4;
}

.comptes1table a {
    text-decoration: underline;
    color: #000;
}

.comptes1table img {
    width: 35px;
    height: 35px;
}

.uploadprofile {
    width: 588px;
    height: auto;
    margin: 69px auto auto auto;
}

.uploadprofile .uploadinpus label {
    font-family: Nunito;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    text-align: right;
    width: 100%;
    padding-top: 17px;
    line-height: 11px;
}

.uploadprofile .uploadinpus input {
    width: 100%;
    height: auto;
    border: none;
    padding: 8px 20px;
    background: #e5e5e5;
    margin-bottom: 7px;
    border-radius: 9px;
}

.uploadprofile .uploadinpus select {
    width: 100%;
    height: auto;
    border: none;
    padding: 10px 20px;
    background: #e5e5e5;
    margin-bottom: 10px;
    border-radius: 9px;
}

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

/*.......................................user pic....................................*/
.box {
    display: block;
    overflow: hidden;
    text-align: center;
    padding-top: 20px;
}

.box span {
    display: inline-block;
    padding: 11px 0px;
    color: #ababab;
    font-weight: 300;
    font-size: 12px;
}

.upload-options {
    position: relative;
    height: 46px;
    background-color: cadetblue;
    cursor: pointer;
    overflow: hidden;
    text-align: center;
    background: #e5e5e5;
    border-radius: 10px;
}

.upload-options:hover {
    background: rgb(255, 146, 57);
}

.upload-options input {
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
    width: 161px;
    height: 27px;
    background: #e5e5e5;
}

.upload-options label {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    font-weight: 400;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    overflow: hidden;
}

.upload-options label::after {
    content: "Ajouter / modifier photo";
    position: absolute;
    font-size: 15px;
    color: #fff;
    z-index: 0;
    text-align: center;
    width: 100%;
}

.upload-options label span {
    display: inline-block;
    width: 50%;
    height: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: middle;
    text-align: center;
}

.upload-options label span:hover i.material-icons {
    color: lightgray;
}

.js--image-preview {
    height: 130px;
    width: 130px;
    position: relative;
    overflow: hidden;
    background-image: url("");
    background-color: white;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50%;
    margin: auto;
}

.js--image-preview::after {
    content: "";
    font-family: "Material Icons";
    position: absolute;
    font-size: 4.5em;
    color: #e6e6e6;
    z-index: 0;
    background: url(../images/userpicplaceholder.png);
    width: 130px;
    height: 130px;
    left: 0px;
}

.preview2 {
    border-radius: 0;
}

.preview2::after {
    background: url(../images/Group\ 109.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.js--image-preview.js--no-default::after {
    display: none;
}

.js--image-preview:nth-child(2) {
    background-image: url("http://bastianandre.at/giphy.gif");
}

i.material-icons {
    transition: color 100ms ease-in-out;
    font-size: 2.25em;
    line-height: 55px;
    color: white;
    display: block;
}

.drop {
    display: block;
    position: absolute;
    background: rgba(95, 158, 160, 0.2);
    border-radius: 100%;
    transform: scale(0);
}

.animate {
    -webkit-animation: ripple 0.4s linear;
    animation: ripple 0.4s linear;
}

@-webkit-keyframes ripple {
    100% {
        opacity: 0;
        transform: scale(2.5);
    }
}

@keyframes ripple {
    100% {
        opacity: 0;
        transform: scale(2.5);
    }
}

/*.......................................End css....................................*/

.checkboxstyling .custocheck {
    width: 232px;
}

.checkboxstyling .selecteditmain {
    width: 100%;
}

.subtitle h3 {
    margin: 0px 0px 10px 0px;
    padding: 0px;
    font-size: 20px;
    font-weight: 900;
}

.tabledropdown {
    float: none;
    min-width: 123px !important;
    margin: auto;
    height: 31px;
    border-radius: 20px !important;
    line-height: 13px;
}

.boderradiusright .tabledropdown {
    border-radius: 5px !important;
}

.retro-table button {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.retro-table small a {
    font-family: Nunito;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    text-decoration-line: underline;
    width: 100%;
    display: inline;
    color: #51504f;
}

.retro-table small {
    width: 100%;
    display: inline;
    text-align: center;
    margin-bottom: 20px;
}

#edit-offer .modal-body {
    padding: 0px 0px 35px 0px;
}

#edit-offer .modal-header h2 {
    margin: 35px 0px 20px 0px;
}

@media (min-width: 576px) {
    .modal-dialog {
        width: 100%;
    }

    #des-command .modal-dialog {
        max-width: 700px;
    }

    #ajouter-offer .modal-dialog {
        max-width: 870px;
    }

    #envoyer-modal .modal-dialog,
    #upload-modal .modal-dialog {
        max-width: 400px;
    }

    #envoyer-modal .modal-dialog .modal-content,
    #upload-modal .modal-dialog .modal-content {
        background: #ff9239;
    }
}

@media (max-width: 991px) {
    .mobile-none {
        display: none;
    }

    .content-area {
        width: 100%;
        margin-left: 0;
    }

    .card-view h2 {
        font-size: 30px;
    }

    .modal1 {
        left: 0 !important;
    }

    .modal-open {
        padding-right: 0 !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .card-view h2 {
        font-size: 30px;
    }
}

.bgleft {
    width: 100%;
    height: 100vh;
    background-image: url("../images/on-boarding-img.svg") !important;
    background-size: cover;
}

.bgleft1 {
    width: 100%;
    height: 100vh;
    background-image: url("../images/on-boarding-img.svg") !important;
    background-size: cover;
}

.logo2 {
    background-color: #700cbf;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    /* box-shadow: 1px 1px 1px 40px; */
}

.btn-primary:hover {
    background-color: #700cbf !important;
}

body .bg-primary:hover {
    background-color: #ff9239 !important;
}

body nav.bg-primary:hover,
body div.kar_accordian:hover,
body div.except:hover {
    background-color: #700cbf !important;
}

body .bg-secondary:hover {
    background-color: #700cbf !important;
}

body .bg-primary:focus,
.btn-primary:focus {
    background-color: #ff9239 !important;
}

body .bg-secondary:focus {
    background-color: #ff9239 !important;
}

.finput:focus {
    border: none;
    box-shadow: none;
}

.pignose-calendar-top-date {
    padding-top: 12px !important;
}

/* -------------------------------------------Aisha-------------------------------------- */

.mini-pic {
    min-height: 145px !important;
}

@media (max-width: 1199.98px) {
    .command-filter .nav-item .nav-link {
        width: 165px;
    }
}

@media (max-width: 991.98px) {
    .form-ui button.retro-btn {
        font-size: 17px;
        margin-top: 20px;
        width: 100%;
        margin-left: 0;
    }

    .command-filter .nav-item .nav-link {
        width: 145px;
    }
}

@media (max-width: 768.98px) {
    .form-ui button.retro-btn {
        font-size: 17px;
        margin-top: 20px;
    }

    .custom_margin {
        margin-top: 12px;
    }

    .custom_label {
        margin: 12px 0;
    }
}

@media (max-width: 699px) {
    .form-ui textarea {
        margin-top: 10px;
        margin-left: 25px;
    }

    .customcheckboxnewstyle input[type="checkbox"]+label {
        font-size: 14px;
    }

    .customcheckboxnewstyle input[type="checkbox"]+label:before {
        width: 15px;
        height: 15px;
        top: 3px;
    }

    .hours .form-ui .nice-select {
        width: 125px !important;
    }

    .form-ui .nice-select span {
        font-size: 14px;
    }

    .nice-select .list .option {
        font-size: 13px;
        margin: 0 7px;
    }
}

@media (max-width: 575.98px) {
    .form-ui span {
        display: none;
    }

    .hours .form-ui .nice-select {
        margin: 12px 0;
    }

    .customcheckboxnewstyle .hoursdesign input[type="checkbox"]+label {
        margin-top: 20px;
    }

    .content-area .d-flex {
        margin-top: -10px;
    }

    .form-ui textarea {
        margin-top: 10px;
        margin-left: 8px;
    }
}

.form-check {
    padding-left: 0;
}

.command-filter .nav {
    /* height: 600px; */
    overflow-y: auto;
    padding: 0 10px;
}

.command-filter .nav::-webkit-scrollbar-track {
    background: rgba(255, 255, 255);
    border-radius: 50px;
}

.command-filter .nav::-webkit-scrollbar-thumb {
    background: var(--secondary);
    border-radius: 50px;
}

.command-filter .nav::-webkit-scrollbar {
    width: 5px;
    height: 3px;
}

/* Vue PC (desktop) */
.demo-title-mobile .demo-title-violet {
    color: #700cbf;
    font-weight: 800;
    font-size: 2.2rem;
    display: block;
    line-height: 1.1;
    margin-bottom: 0; /* pas d'espace supplémentaire */
}
.demo-title-mobile .demo-title-black {
    color: #111;
    font-weight: 800;
    font-size: 1.6rem;
    display: block;
    line-height: 1.1;
    margin-top: 0; /* pas d'espace supplémentaire */
}

/* Forcer le retour à la ligne en desktop uniquement */
@media (min-width: 576px) {
    .demo-title-mobile .demo-title-violet,
    .demo-title-mobile .demo-title-black {
        display: block;
    }
}