@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body{
    font-family: 'Montserrat', sans-serif;
    color: #363954;
    font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    line-height: 1.2;
    margin: 0;
    font-weight: 600;
}

ol,
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

figure,
p {
    margin: 0;
}

p {
    font-size: 14px;
    font-weight: 500;
    color: #363954;
    line-height: 20px;
}

.p1{
    font-size: 12px;
}

.p2{
    font-size: 10px;
}

a {
    -webkit-transition: all .3s ease-in 0s;
    -moz-transition: all .3s ease-in 0s;
    -ms-transition: all .3s ease-in 0s;
    -o-transition: all .3s ease-in 0s;
    transition: all .3s ease-in 0s;
}

iframe {
    border: 0;
}

a,
a:focus,
a:hover {
    text-decoration: none;
    outline: 0;
}




a:focus,
a:hover {
    color: inherit;
}

/*

::placeholder {
    color: #999 !important;
}
*/


.clear:before,
.clear:after {
    content: " ";
    display: table;
}

.clear:after {
    clear: both;
}

.clear {
    *zoom: 1;
}

.text-dark{
    color: #363954 !important;
}

.dark-btn {
    background: #512762;
    box-shadow: 0px 4px 25px rgba(64, 75, 218, 0.35);
    border-radius: 24px;
    border: 1px solid #512762 !important;
    color: #fff !important;
    font-weight: 600;
    padding: 10px;
    outline: none !important;
    min-width: 150px;
    /* text-transform: uppercase; */
    text-align: center;
    display: inline-block;
}

.border-btn {
    /* background: #fff; */
    border-radius: 24px;
    border: 1px solid #512762 !important;
    color: #512762 !important;
    font-weight: 600;
    padding: 10px;
    outline: none !important;
    min-width: 150px;
    /* text-transform: uppercase; */
    display: inline-block;
    text-align: center;
}

.gredient-btn {
    background: linear-gradient(166.71deg, #AA4465 -8.43%, #462255 92.24%);
    box-shadow: 0px 17.0913px 34.1825px rgba(48, 46, 47, 0.25), inset 0px -5.69709px 5.69709px #512657, inset 0px 5.69709px 5.69709px #7E355E;
    border-radius: 24px;
    font-weight: 600;
    padding: 10px;
    outline: none !important;
    min-width: 150px;
    text-transform: uppercase;
    display: inline-block;
    text-align: center;
    color: #fff !important;
    border-color: transparent !important;
}


.lg-btn {
    border-radius: 16px;
    min-width: 200px;
    padding: 15px;
}

.small-btn {
    min-width: 118px;
    padding: 4px!important;
    font-size: 14px;
}

.user-name {
    text-align: center;
    color: #fff;
    font-weight: 500;
    margin-bottom: 40px;
}

.user-name p {
    color: #fff;
}


.user-name p span {
    display: block;
    opacity: 0.5;
    margin-top: 15px;
}

.logout-btn {
    padding: 14px 16px;
    margin: auto;
    border-radius: 16px;
    margin-bottom: 25px;
    background: #fff;
    color: #101010 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none !important;
    font-weight: 700;
    margin-top: 80px;
    background: linear-gradient(180deg, #FFFFFF 0%, #C9C1C4 100%);
    box-shadow: 0px 17.0913px 34.1825px rgba(48, 46, 47, 0.25), inset 0px -5.69709px 5.69709px #BFB8BA, inset 0px 5.69709px 5.69709px #FFFFFF;
    border-radius: 16px;
    max-width: 200px;
}

.logout-btn img {
    margin-left: 12px;
}

.page-title h4 {
    display: flex;
    font-size: 20px;
    font-weight: 600;
    align-items: center;
    color: #363954;
    margin: 0;
}

.page-title h4 img {
    margin-right: 20px;
}

.shadow-box {
    padding: 20px;
    background: #F5EFF1;
    box-shadow: 0px 4px 25px rgba(39, 42, 69, 0.1);
    border-radius: 24px;
    position: relative;
}

.box-title {
    color: #363954;
    font-weight: 700;
}

.count-text {
    color: #363954;
    font-weight: 600;
    margin-top: 12px;
    opacity: 0.7;
}

.count-text img {
    margin-right: 10px;
}

h4.count-text img {
    max-width: 26px;
    margin-bottom: 4px;
}

.shadow-box.top-total-box.text-center.bg-gredient h6, .shadow-box.top-total-box.text-center.bg-gredient h4 {
    color: #fff;
    opacity: 1;
}

.top-total-box {
    min-height: 138px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.since-text {
    color: #36395480;
    font-size: 13px;
    font-weight: 500;
    line-height: 17px;
    margin-top: 10px;
    font-family: 'Inter', sans-serif;
}

.since-text span {
    color: #62DA8B;
    margin-right: 8px;
}


.bg-gredient{
    background: linear-gradient(166.71deg, #AA4465 -8.43%, #462255 92.24%);
}

.text-purple {
    background: linear-gradient(164.54deg, #AA4465 -8.85%, #462255 96.96%);
    -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.separate-border {
    border-right: 1px solid #ddd;
}

/************************
custom-css
*************************/


.site-wrapper {
    background: linear-gradient(166.71deg, #AA4465 -8.43%, #462255 92.24%);
    min-height: 100vh;
}

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

.login-wrapper {
    position: relative;
    overflow: hidden;
}

.login-wrapper:before {
    background-image: url(../img/Vector1.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    content: '';
    width: 60%;
    height: 130%;
    right: 0;
    top: -15%;
}

.login-wrapper:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 25%;
    background: #efe6e9;
}

.login-inner {
    position: relative;
    z-index: 1;
}

.login-inner label:not(.custom-control-label){
    color: #6F7083;
    font-size: 18px;
    font-weight: 700;
}

.login-inner .form-control {
    border: 1px solid rgb(144 146 163 / 30%);
    border-radius: 24px !important;
    min-height: 52px;
    font-weight: 500;
    text-indent: 12px;
    box-shadow: none !important;
    background: #F9F6F7;
    color: #333;
}

.forgot-password{
    color: #363954;
}

.password-eye {
    position: absolute;
    right: 15px;
    bottom: 17px;
    z-index: 9;
    cursor: pointer;
}


.sidebar-brand-logo {
    max-width: 150px;
    margin: 0 auto 30px;
}

.user-info {
    display: flex;
    align-items: center;
}

.user-logo {
    margin-right: 25px;
}

.user-info-content {
    /* margin-top: 2rem; */
}


.user-info-content h2 {
    color: #363954;
    font-weight: 700;
    margin-bottom: 8px;
    text-transform: uppercase;
}


.offer-icon {
    max-width: 34px;
    margin-right: 5px;
}

.offer-row {
    display: flex;
    margin-bottom: 16px;
    justify-content: space-between;
    align-items: center;
}

.offer-row:last-child {
    margin-bottom: 0px;
}

.offer-content p {
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
}

.offer-content p span {
    display: block;
    font-size: 10px;
    font-weight: 500;
}

.remove-icon p {
    font-size: 9px;
    display: block;
}

.remove-icon img {
    max-height: 20px;
}


.list-table table th, .list-table table tr td {
    color: #363954;
    font-size: 15px;
    font-weight: 600;
    padding: 10px !important;
    vertical-align: middle;
}

.list-table table tr td {
    font-weight: 500;
    color: #6F7083;
}

.list-table table tr td small{
    color: #363954;
    opacity: 0.5;
}

.list-table .table-hover tbody tr:hover {
    background-color: #ECDEF2;
}

.rating-stars .list-inline-item:not(:last-child) {
    margin-right: 0.1rem;
}

.list-table table tr td b {
    font-size: 18px;
    font-weight: 600;
}



/*
.scroller-table tbody {
    display:block;
    overflow-y:scroll;
}
*/

.scroller-table thead, .scroller-table tbody tr {
    display:table;
    width:100%;
    table-layout:fixed;
}

.scroller-table tbody::-webkit-scrollbar-track {
    display:none !important; 
}

.scroller-table tbody::-webkit-scrollbar {
    display:none !important; 
}

.scroller-table tbody::-webkit-scrollbar-thumb {
    display:none !important; 
}

.select-btn {
    font-size: 15px;
    font-weight: 700;
    color: #363954;
    border: none;
    background: transparent;
    outline: none !important;
    -webkit-transition: all .3s ease-in 0s;
    -moz-transition: all .3s ease-in 0s;
    -ms-transition: all .3s ease-in 0s;
    -o-transition: all .3s ease-in 0s;
    transition: all .3s ease-in 0s;
    cursor: pointer;
    opacity: 0.6;
}

.review-btns li a {
    border-radius: 6px;
    font-size: 11px;
    font-weight: 700;
    color: #666666;
    padding: 5px 8px;
    display: flex;
    align-items: center;
}

.review-btns li a img {
    height: 14px;
    margin-right: 5px;
}

.review-box {
    margin-top: 35px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(102, 102, 102, 0.3);
}


.customer-content p {
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
}

.customer-content p span {
    display: block;
    font-size: 10px;
    font-weight: 500;
}

.review-content p a {
    color: #512762;
    font-weight: 700;
}

.image-thumbs{
    position: relative;
}

.image-thumbs span {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
}

.scroller-div {
    overflow-y: scroll;
    position: relative;
    display: block;
}

.scroller-div:after {
    content: '';
    bottom: 0;
    left: 0;
    position: sticky;
    height: 60px;
    width: 100%;
    background-image: linear-gradient(to bottom,transparent 10%,#f5eff17d 50%,#f5eff1f0 100%);
    display: block;
}


.scroller-div::-webkit-scrollbar-track {
    display:none !important; 
}

.scroller-div::-webkit-scrollbar {
    display:none !important; 
}

.scroller-div::-webkit-scrollbar-thumb {
    display:none !important; 
}


/*
.scroll-shadow {
    position: relative;
}

.scroll-shadow:after {
    content: '';
    bottom: 0;
    left: 0;
    position: sticky;
    height: 60px;
    width: 100%;
    background-image: linear-gradient(to bottom,transparent 10%,#f5eff17d 50%,#f5eff1f0 100%);
    display: block;
}
*/



.offer-heading {
    border-top: 1px solid rgba(54, 57, 84, 0.5);
    padding-top: 15px;
    margin-top: 25px;
}

.offer-heading h5 {
    color: #512762;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 8px;
}

.offer-heading p {
    color: #6F7083;
    font-size: 16px;
    font-weight: 700;
    text-decoration: underline;
}

.select-offer-row {
    background: #F9F6F7;
    border-radius: 24px;
    padding: 14px 10px;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.select-offer-content h6 {
    color: #512762;
    margin-bottom: 4px;
    font-weight: 700;
}

.select-offer-content {
    margin-left: 5px;
}

.custom-fields .form-control {
    border: none;
    border-radius: 24px;
    min-height: 52px;
    font-weight: 500;
    text-indent: 12px;
    box-shadow: none !important;
    background: #F9F6F7;
    color: #363954;
}

.custom-fields label {
    font-size: 14px;
    font-weight: 700;
    color: #6F7083;
}

.custom-fields .form-control::placeholder {
    color: rgb(54 57 84 / 30%);
}



.radio_options .form-check-label {
    font-size: 16px;
    font-weight: 400;
    display: flex;
    align-items: center;
    cursor: pointer;
    /* text-align: center; */
    justify-content: center;
    color: #333;
    /* margin-bottom: 15px; */
}

.radio_options .form-check-label.border-0 {
    min-width: auto;
}

.radio_options .form-check-input:checked~.form-check-label {
    color: #512762;
    border-color: #E76F51;
}

.radio_options .form-check-label::before {
    width: 15px;
    height: 15px;
    border: 1px solid #000;
    top: 0px;
    left: 0px;
    position: relative;
    margin-right: 10px;
    content: '';
    border-radius: 50%;
    min-width: 15px;
}

.radio_options .form-check-input:checked~.form-check-label::before{
    border: 5px solid #512762;
}

.radio_options .form-check-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}




.circular-progress-bar {
    position: relative;
    margin: 0 auto;
    /* transform: rotate(-90deg); */
}

.progress-percentage, .progress-text {
    position: absolute;
    /* width: 100%; */
    bottom: 0;
    right: 0;
    /* transform: translate(-50%, -50%) rotate(90deg); */
    text-align: center;
    /* padding: 0px 60px; */
    /* font-size: 50px; */
}

.active-filters button {
    font-size: 14px;
    font-weight: 700;
    color: #512762;
    border: 1px solid #512762;
    background: transparent;
    border-radius: 50px;
    padding: 5px 15px;
    outline: none !important;
    margin-right: 10px;
    margin-bottom: 10px;
}

.active-filters button:after {
    display: inline-block;
    margin-left: 0.5em;
    content: "";
    font-size: 18px;
    color: #512762;
    font-weight: 500;
    position: relative;
    top: 0px;
    background: url(../img/btn-close.png);
    background-size: 100%;
    width: 10px;
    height: 10px;
    display: none;
}

.add-filter-btn {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    border: none;
    background: #272A45;
    border-radius: 50px;
    padding: 6px 23px;
    outline: none !important;
    min-width: 73px;
    background: linear-gradient(164.54deg, #AA4465 -8.85%, #462255 96.96%);
}

.check-list li  label{
    /* margin-left: 5px; */
}


.check-item+label:before {
    content: "";
    margin-right: 10px;
    display: inline-block;
    width: 15px;
    height: 15px;
    /* background: #c1c1c1; */
    border: 1.5px solid #132620;
    border-radius: 4px;
    position: relative;
    top: 2px;
}

.check-item:checked+label:before {
    background: #fff;
}

.check-item:checked+label:after {
    content: "";
    position: absolute;
    left: 5px;
    top: 5px;
    width: 2px;
    height: 2px;
    transform: rotate(45deg);
    width: 5px;
    height: 9px;
    border: solid #000;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.check-item {
    position: absolute;
    opacity: 0;
}

.check-item+label {
    color: #363954;
    font-size: 15px;
    margin-bottom: 10px;
    font-weight: 500;
    position: relative;
    cursor: pointer;
}





.circular-progress-bar {
    position: absolute;
    margin: 0 auto;
    left: -15px;
    top: -15px;
}

.progress-percentage,
.progress-text {
    position: absolute;
    /* width: 100%; */
    bottom: 20px;
    right: 25px;
    text-align: center;
    /* padding: 0px 60px; */
    font-size: 14px;
    font-weight: 700;
    width: 43px;
    height: 38px;
    line-height: 37px;
    background: #fff;
    color: #09B04B;
    border: 1px solid #09B04B;
    border-radius: 19px;
}

.progress-percentage {
    /* font-size: 60px; */
    /* left: 60%; */
}

.progress-text {
    left: 35%;
    color: #585858;
    font-size: 21px;
}

.progress-text {
    left: 35%;
    color: #585858;
    font-size: 21px;
    display: none;
}


.date-box h6 {
    color: #6b696a;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.date-box {
    padding: 8px 10px;
    margin: 0 5px;
    border-radius: 16px;
}

.date-box h5 {
    color: #333333;
}

.select-payment-date li.active .date-box {
    background: #512762;
}

.select-payment-date li.active .date-box h6 {
    color: #c2adbf;
}

.select-payment-date li.active .date-box h5 {
    color: #fff;
}  








.partner-detail-box {
    position: relative;
}

.partner-logo img {
    min-width: 150px;
    margin-bottom: 10px;
    /* box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.15); */
    border-radius: 50%;
    padding: 15px;
}

.partner-info {
    display: flex;
    margin-top: 6px;
    align-items: flex-start;
}

.partner-logo {
    margin-right: 30px;
    position: relative;
    min-height: 100px;
    min-width: 100px;
    max-width: 100px;
    margin-bottom: 10px;
    box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.15);
    border-radius: 50%;
    background: #fff;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.partner-logo h4 {
    font-size: 14px;
    line-height: 1.1;
}

.partner-info-content h2 {
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 18px;
    text-transform: uppercase;
}

.partner-info-content ul li a {
    font-size: 13px;
    color: #512762;
    border: 1px solid #512762;
    border-radius: 25px;
    padding: 6px 15px;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 10px;
}

.partner-details-top-right .image-thumbs {
    background: rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(3px);
    border-radius: 20px;
    padding: 13px;
    display: inline-block;
}

.partner-details-top-right .image-thumbs li {
    position: relative;
}

.partner-details-top-right .image-thumbs li span {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
}

.partner-details-top-right {
    text-align: right;
    min-width: 120px;
}

.review-btns li a {
    background: #FFFFFF;
    box-shadow: 4px 4px 10px 3px rgba(102, 102, 102, 0.07);
    border-radius: 6px;
    font-size: 10px;
    font-weight: 700;
    color: #000;
    padding: 5px 8px;
    display: flex;
    align-items: center;
    min-height: 35px;
}

.review-btns li a img {
    margin-right: 5px;
}

.partner-bg img {
    max-height: 275px;
    border-radius: 32px 32px 0 0;
    object-fit: cover;
}


.see-all-link {
    font-size: 14px;
    font-weight: 700;
    color: #363954;
    border: none;
    background: transparent;
    outline: none !important;
    -webkit-transition: all .3s ease-in 0s;
    -moz-transition: all .3s ease-in 0s;
    -ms-transition: all .3s ease-in 0s;
    -o-transition: all .3s ease-in 0s;
    transition: all .3s ease-in 0s;
    opacity: 0.6;
    /* text-decoration: underline; */
}

.detail-edit {
    background: #F9F6F7;
    border-radius: 16px;
    padding: 8px 16px;
    margin-bottom: 16px;
}

.detail-edit input {
    min-height: 20px !important;
    padding: 0;
    text-indent: 0 !important;
    line-height: 1;
    height: 20px;
    border-radius: 0 !important;
    border: none;
    background: transparent;
    outline: none;
    width: 100%;
    color: #363954;
}

.detail-edit strong.help-block {
    color:#e74a3b;
}

.detail-edit p {
    color: #6F7083;
    font-weight: 700;
    margin-bottom: 6px;
}

.detail-edit h6 {
    font-weight: 400;
}







.partner-add-time {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.partner-add-time-box input {
    width: 36px;
    height: 34px;
    text-align: center;
    /* box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.15); */
    outline: none !important;
    border: none;
    font-size: 14px;
    font-weight: 500;
    -webkit-appearance: none;
    border-radius: 12px;
    border: 1px solid rgba(51, 51, 51, 0.5);
}

.partner-add-time-box input::-webkit-outer-spin-button,
.partner-add-time-box input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


.partner-add-time-box input[type=number] {
    -moz-appearance: textfield;
}

.peroid-select {
    align-items: center;
    display: flex;
    /* flex-direction: column; */
    /* justify-content: center; */
    /* margin-left: 32px; */
    /* border: 1px solid #512762; */
    border-radius: 12px;
}

.peroid-select .toggle__item input {
    display: none;
}

.peroid-select .toggle__item {
    margin: 0;
    /* border-bottom: 1px solid #ddd; */
    /* padding: 0 10px; */
    color: #512762;
    font-weight: 400;
    line-height: 1.2;
}

.peroid-select .toggle__item:last-child {
    border: none;
}

.partner-time-seprater {
    font-size: 24px;
    color: #000;
    font-weight: 500;
    margin: 0 12px;
}

.peroid-select .toggle__item input[type=radio]:checked~span {
    color: #fff;
    background: linear-gradient(166.71deg, #AA4465 -8.43%, #462255 92.24%);
}

.peroid-select .toggle__item span {
    cursor: pointer;
    border: 1px solid #512762;
    padding: 6px 10px;
    display: inline-block;
}

.peroid-select .toggle__item:last-child span {
    border-radius: 0 12px 12px 0;
    border-left: 0;
}

.peroid-select .toggle__item:first-child span {
    border-radius: 12px 0 0 12px;
}



.working-days-list {
    display: flex;
    /* justify-content: space-between; */
    /* max-width: 900px; */
    flex-wrap: wrap;
}

.working-days-list li a, .working-days-list li label span{
    font-size: 14px;
    font-weight: 500;
    color: #512762;
    text-transform: uppercase;
    border-radius: 8px;
    padding: 3px 5px;
    outline: none !important;
    cursor: pointer;

    /* box-shadow: 0px 4px 4px 0px #00000026; */
    font-family: 'Poppins', sans-serif;
    min-width: 40px;
    display: inline-block;
    margin-bottom: 8px;
}



.working-days-list .list-inline-item.active a, .working-days-list li input:checked + span {
    color: #fff;
    background: linear-gradient(166.71deg, #AA4465 -8.43%, #462255 92.24%);
    text-align: center;
}


.working-days-list input[type="checkbox"] {
    position: absolute;
    display: none;
    color: #fff !important;
}

.detail-edit .working-days-list input[type="radio"] {
    position: absolute;
    display: none;
    color: #fff !important;
}



.menu-count p {
    color: #666666;
    display: inline;
}

.menu-count {
    display: table;
    white-space: nowrap;
       margin:auto;
}

.menu-count:before, .menu-count:after {
    border-top: 1px solid #c7c7c7;
    content: '';
    display: table-cell;
    position: relative;
    top: 11px;
    width: 40%;
}

.menu-count:after{
    left: 5%;
}

.menu-count:before{
    right: 5%;
}




.menu-content1 {
    text-align: center;
    margin-top: 5px;
}

.menu-content1 p {
    color: #666;
}

p.menu-name {
    font-weight: 700;
    color: #333;
}



.addcuisine-popup .select-btn {
    background: #F2F2F2;
    box-shadow: 0px 4px 25px rgb(39 42 69 / 10%);
    border-radius: 24px;
    min-height: 60px;
}


.border-btn-list button {
    font-size: 14px;
    font-weight: 700;
    color: #512762;
    border: 1px solid #512762;
    background: transparent;
    border-radius: 50px;
    padding: 5px 15px;
    outline: none !important;
    margin-right: 10px;
    margin-bottom: 10px;
}


.edit-image {
    position: relative;
}

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

.edit-menu-list {
    display: flex;
}

.edit-menu-list .list-inline-item:not(:last-child) {
    margin-right: 0;
}





/* .add-plus-btn {
    background: #512762;
    box-shadow: 0px 13.5487px 27.0974px rgba(0, 0, 0, 0.25);
    border-radius: 16px;
    min-width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: column;
    margin-left: 20px;
    padding: 10px;
} */

.add-plus-btn label {
    background: #512762;
    box-shadow: 0px 13.5487px 27.0974px rgba(0, 0, 0, 0.25);
    border-radius: 16px;
    min-width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: column;
    margin-left: 20px;
    padding: 10px;
    text-align: center;
    cursor: pointer;
}

.add-plus-btn > input[type='file'] {
    display: none;
}

.add-edit-list {
    display: flex;
}

.add-plus-btn h6 {
    color: #fff;
    font-weight: 700;
    margin-top: 5px;
}

.add-plus-btn h6 span {
    display: block;
    font-weight: 400;
    margin-top: 5px;
}


.gallery-popup-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.gallery-popup-row ul li {
    width: 22%;
    margin-top: 15px;
}

.gallery-popup-row :nth-child(odd) li:nth-child(-n+4) {
    margin-top: 0px;
}

.gallery-popup-row ul {
    width: 85%;
}

.gallery-popup-row .gallery-image {
    position: relative;
}

.gallery-popup-row .gallery-image img {
    min-height: 200px;
    max-height: 200px;
    width: 100%;
    object-fit: cover;
    object-position: top;
}

.gallery-popup-row .gallery-image .btn-danger {
    position: absolute;
    top: 10px;
    right: 10px;
}




.setting-profile {
    display: flex;
    margin-top: 6px;
    align-items: center;
}

.setting-profile-content h2 {
    font-weight: 700;
    margin-bottom: 14px;
    text-transform: uppercase;
}

.setting-profile-content h2 span {
    font-size: 14px;
    color: #31183C;
    margin-left: 8px;
    text-transform: initial;
}

.setting-profile-content p {
    margin-bottom: 14px;
}

.active-btn {
    font-size: 10px;
    color: #09B44D !important;
    font-weight: 700;
    border: 1.5px solid #09B44D;
    border-radius: 6px;
    padding: 7px 15px;
    min-width: 100px;
    display: inline-block;
    text-align: center;
}

.inactive-btn {
    font-size: 10px;
    color: #d90237 !important;
    font-weight: 700;
    border: 1.5px solid #d90237;
    border-radius: 6px;
    padding: 7px 15px;
    min-width: 100px;
    display: inline-block;
    text-align: center;
}

.setting-profile-box .box-title {
    opacity: 0.7;
    color: #333333;
}

.setting-profile-box .box-title span {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #666666;
}




.switch {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 80px;
    height: 30px;
    margin: 0;
    cursor: pointer;
}

.switch-input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.switch-label {
    position: relative;
    display: block;
    height: inherit;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    background: #d90237;
    box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 15px;
    -webkit-transition: 0.15s ease-out;
    -moz-transition: 0.15s ease-out;
    -o-transition: 0.15s ease-out;
    transition: 0.15s ease-out;
    -webkit-transition-property: opacity background;
    -moz-transition-property: opacity background;
    -o-transition-property: opacity background;
    transition-property: opacity background;
}

.switch-label:before, .switch-label:after {
    position: absolute;
    top: 50%;
    margin-top: -0.5em;
    line-height: 1;
    -webkit-transition: inherit;
    -moz-transition: inherit;
    -o-transition: inherit;
    transition: inherit;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
}

.switch-label:before {
    content: attr(data-off);
}

.switch-label:after {
    content: attr(data-on);
    opacity: 0;
}

.switch-green > .switch-input:checked ~ .switch-label {
    background: #09B44D;
}

.switch-input:checked ~ .switch-label:before {
    opacity: 0;
}

.switch-input:checked ~ .switch-label:after {
    opacity: 1;
}

.notification-switch p {
    color: #666666;
    font-weight: 700;
}

.notification-switch {
    display: flex;
    align-items: center;
    max-width: 220px;
    justify-content: space-between;
    margin: 30px 0;
}



#accordion .card-header button {
    color: #363954;
    text-decoration: none;
    padding: 20px 30px;
    width: 100%;
    text-align: left;
    font-weight: 600;
    box-shadow: none;
}

#accordion .card-header button.btn-link::after {
    position: absolute;
    width: 1.25rem;
    height: 1.25rem;
    right: 30px;
    content: "";
    background-image: url(../img/arrow-down.png);
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;
    background-position: center;
}

#accordion .card-header button.btn-link:not(.collapsed)::after {
    background-image: url(../img/arrow-up.png);
}



#accordion .card-header {
    padding: 0;
    border: none;
    margin: 0;
    background-color: #fff;
    border-radius: 24px;
}

#accordion .card-body {
    padding: 20px 30px;
    border: none;
    margin: 0;
    background-color: #F5EFF1;
    border-radius: 24px;
    margin-top: 5px;
}

#accordion .card {
    background: transparent;
    border: none;
    margin-bottom: 16px;
}

#accordion .card-header button img {
    margin-right: 15px;
}


#accordion .card-body form .form-control {
    border: none;
    border-radius: 24px;
    min-height: 52px;
    font-weight: 500;
    text-indent: 12px;
    box-shadow: none !important;
    background: #F9F6F7;
}

#accordion .card-body form .form-control::placeholder {
    color: #999ba8;
}

#accordion .card-body form .input-group {
    position: relative;
}


#accordion .card-body .form-group label {
    color: #6F7083;
    font-size: 14px;
    font-weight: 700;
}

#accordion .card-body .form-group .forgot-password {
    font-size: 14px;
    font-weight: 500;
    margin-top: 8px;
}



.account-detail-box .form-group {
    background: #F9F6F7;
    border-radius: 12px;
    padding: 14px 16px;
}

.account-detail-box .form-group label {
    color: #333333 !important;
    font-size: 16px !important;
}

.account-detail-box .form-group .form-control {
    min-height: 20px !important;
    padding: 0;
    text-indent: 0 !important;
    line-height: 1;
    height: 20px;
    border-radius: 0 !important;
    font-size: 14px;
}

.message-field {
    position: relative;
    margin-bottom: 50px;
}

.message-field textarea {
    background: #F9F6F7 !important;
    box-shadow: 0px 4px 25px rgb(39 42 69 / 10%) !important;
    border-radius: 24px;
    border: none;
    color: #333333;
    padding: 10px 15px;
}

.send-icon {
    position: absolute;
    bottom: 8px;
    right: 10px;
}

.message-field textarea::placeholder {
    color: #000;
    font-weight: 700;
}

.helpSupport-popup .check-item+label {
    font-size: 14px;
    color: #000000;
}

.tAndc-popup img {
    max-width: 158px;
    margin: 0 auto;
}

.tAndc-popup p {
    margin-bottom: 15px;
    color: #333;
}

#mynotifications .close {
    opacity: 1 !important;
    outline: none !important;
    border: none;
}


#mynotifications .modal-dialog {
    max-width: 650px;
}

.resubmit-btn {
    background: #EFE6E9;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    font-size: 14px;
    font-weight: 700;
    color: #512762;
    padding: 8px;
    margin-top: 15px;
    display: inline-block;
}



.mynotifications-row {
    border-bottom: 1px solid rgb(0 0 0 / 10%);
    padding: 10px 0;
}

.mynotifications-row p {
    color: #6f7082;
    margin-top: 15px;
    font-weight: 400;
}

.mynotifications-row .rating-stars {
    min-width: 125px;
    text-align: right;
}




/* new-css-4-3-23 */

.has-error .form-control {
    border: 1px solid #e74a3b;
}

.has-error .form-control + strong {
    color: #e74a3b;
    font-size: 13px;
}

.remaining-content span {
    display:none;
}

a.morelink {
    color: #007bff;
}

.expandable {
    transition: height 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition-duration: 150ms;
}



.radio_options.select-offer-row .form-check.form-check-inline{
    flex-wrap: wrap;
}

.radio_options.select-offer-row .form-check.form-check-inline #offer_duration-error {
    width: 100%;
    margin-bottom: 10px;
    color: #e74a3b;
    font-size: 13px;
}



.keenalert .alert {
    position: absolute;
    z-index: 11;
    top: 5px;
    left: 50%;
    border-radius: 25px;
    text-align: center;
    transform: translateX(-50%);
}

.keenalert {
    position: relative;
}


@media screen and (max-width: 1200px){
    .partner-details-top-right {
        text-align: left;
        /* margin: 20px 0; */
        /* display: flex;
        justify-content: space-between; */
    }
}

@media (max-width:991px){

    .working-days-list {
        justify-content: inherit;
        flex-wrap: wrap;
    }    
    .working-days-list li a {
        font-size: 13px;
        
    }

    .logo-page-inner {
    min-height: auto;
}
    
.login-wrapper {
    min-height: 100vh;
    padding: 30px 0;
}
    
.login-inner {
    margin-top: 70px;
}  
    
.login-wrapper:before {
    display: none;
}    
    
.login-wrapper:after {
    top: auto;
    height: calc(100% - 330px);
    width: 100%;
    bottom: 0;
    border-radius: 27% 27% 0 0;
}  

.edit-menu-list .list-inline-item:not(:last-child) {
    margin-bottom: 20px;
}

.sidebar {
    padding: 10px;
}

.date-box {
    padding: 8px 7px;
    margin: 0 1px;
}

.partner-logo {
    margin-right: 15px;
}

.partner-info-content ul li a {
    padding: 6px 10px;
}
}

@media (max-width: 767px){
.login-wrapper:after {
    height: calc(100% - 250px);
    border-radius: 40px 40px 0 0;
}
    
.login-inner {
    margin-top: 30px;
}  
    
.lg-btn {
    min-width: 150px;
} 

.add-plus-btn {
    min-width: 40px;
    height: 80px;
}

.sidebar-dark .nav-item .nav-link {
    padding: 8px 5px;
    margin-bottom: 0px;
}

.sidebar .nav-item .nav-link img {
    margin-right: 0;
}

.sidebar .sidebar-brand {
    padding: 0.5rem 0rem;
}

.sidebar .nav-item {
    margin-bottom: 15px;
}

.sidebar .logout-btn {
    flex-direction: column-reverse;
    padding: 9px 5px;
    font-size: 11px;
}

.sidebar .logout-btn img {
    margin-left: 0;
    max-width: 15px;
    margin-bottom: 2px;
    display: none;
}

.user-info {
    display: block;
}

.user-logo {
    margin-right: 0;
    max-width: 80px;
    margin-bottom: 15px;
}

.user-info-content h2 {
    font-size: 22px;
}

.review-images>* {
    width: 49%;
    margin: 1px;
}

.review-images {
    margin-top: 10px;
}

#wrapper #content-wrapper {
    padding: 5px;
}

.rating-stars .list-inline-item a img {
    max-width: 15px;
}

.date-box {
    padding: 8px 4px;
    margin: 0;
}

.date-box h6 {
    font-size: 11px;
}

.date-box h5 {
    font-size: 13px;
}

.partner-time-seprater {
    font-size: 20px;
    margin: 0 2px;
}

.peroid-select .toggle__item span {
    padding: 4px;
    font-size: 10px;
}

.partner-bg img {
    height: 125px;
}

.partner-info {
    display: block;
}

.partner-info-content h2 {
    color: #363954;
    font-size: 17px;
}

.partner-info-content ul li {
    margin-right: 2px !important;
}

.partner-info-content ul li a {
    font-size: 12px;
    padding: 6px;
}

.partner-details-top-right .image-thumbs li {
    margin-bottom: 10px;
    width: 23%;
    margin-right: 0;
}

.add-plus-btn h6 {
    font-size: 12px;
}

.add-plus-btn img {
    max-width: 14px;
}

.gallery-popup-row ul li {
    margin-right: 0 !important;
}

.setting-profile {
    display: block;
    margin-top: 6px;
    align-items: center;
}

.setting-profile-content h2 {
    color: #363954;
    font-size: 17px;
}

#accordion .card-header button img {
    margin-right: 5px;
}

#accordion .card-header button {
    padding: 10px;
    font-size: 13px;
}

#accordion .card-header button.btn-link::after {
    width: 0.75rem;
    height: 0.75rem;
    right: 10px;
    background-size: 0.75rem;
    top: 16px;
}

#accordion .card-body {
    padding: 20px 15px;
}

.account-detail-box .form-group label {
    font-size: 14px !important;
}
}

.disabled_btn {
    opacity: 0.5;
    pointer-events: none;
}

.has-success .form-control {
    border: 1px solid green;
}

.send_otp{
    min-width: auto;
    padding-left: 5px;
    padding-right: 5px;
    text-indent: 0 !important;
}

.custom_error strong {
    color: #e74a3b;
    font-size: 13px;
}

.has-error .checkbox,.has-error .checkbox-inline,.has-error .control-label,.has-error .help-block,.has-error .radio,.has-error .radio-inline,.has-error.checkbox label,.has-error.checkbox-inline label,.has-error.radio label,.has-error.radio-inline label{color:#e74a3b}.has-error .form-control{border-color:#e74a3b;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-error .form-control:focus{border-color:#e74a3b;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483}.has-error .input-group-addon{color:#e74a3b;background-color:#f2dede;border-color:#e74a3b}.has-error .form-control-feedback{color:#e74a3b}