@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Outfit:wght@100..900&display=swap');


body {
    font-family: "Montserrat", sans-serif !important;
    font-size: 15px;
    line-height: 25px;
    overflow-x: hidden;
    font-weight: 500;
}

a {
    text-decoration: none !important;
}

.section {
    padding: 50px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Outfit", sans-serif;
}

h6 {
    font-size: 1.2rem;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #000
}
img{max-width: 100%}
.modal .modal-dialog {
    min-width: 600px;
}

.modal .modal-content {
    min-height: 650px;
}

.reaction-buttons button.reacted i,
.reaction-buttons button.reacted .count {
    color: var(--web-panel-color) !important;
}

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

a.text-dark:hover {
    color: var(--web-panel-color) !important
}

.section-title {
    margin-bottom: 30px;
}


.section-header {
    background: #fff
}

.section-header .header-main {
    max-width: 1500px;
    margin: 0 auto;
}

.section-header .header-main .brand-wrap img{
    height: 55px;
    object-fit: contain;
}

.header-right .profile {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.header-right .header-right-form {
    width: 60%;
}

.header-right .profile img {
    width: 35px;
    height: 35px;
    object-fit: cover;
    object-position: top;
    border-radius: 50%;
    min-width: 35px;
}

.header-right .profile .submenu {
    display: none;
    position: absolute;
    top: 102%;
    right: 0px;
    background-color: #fff;
    border: 1px dashed var(--web-panel-color);
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    list-style: none;
    padding: 10px 0;
    margin: 0;
    width: 240px;
    transition: 0.4s ease-in-out;
    z-index: 20;
    overflow: hidden;
}


.header-right .profile .submenu li a {
    padding: 8px 16px;
    cursor: pointer;
}

.header-right .profile .submenu li a {
    text-decoration: none;
    color: #000;
    font-weight: 500;
    display: block;
    transition: 0.4s ease-in-out;
    display: flex;
  align-items: center;
}

.header-right .profile .submenu li a i{font-size: 12px;
  padding: 2px;
  border: 2px solid;
  border-radius: 50px;
  margin-right: 10px;
  width: 28px;
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;}

.header-right .profile .submenu li a:hover {
    background-color: var(--web-panel-color);
    color: #FFF;
    transition: 0.4s ease-in-out;
}

.header-right .profile:hover .submenu {
    display: block;
    transition: 0.4s ease-in-out;
}

.header-right .dropdown-item {
    font-size: 14px;
    padding: 6px 15px;
    font-weight: 500;
}

.section-title .title {
    font-size: 28px;
    line-height: 32px;
    font-weight: 600;
    color: #2D2E2F;
    margin-bottom: 15px;
    margin-top: 0px;
}

.section-title h4.title {
    font-size: 20px;
    line-height: 1.3;
}

.section-title .sub-title {
    font-weight: 400;
    font-size: 14px;
    color: #000
}

.header-right .guest li {
    margin-right: 15px;
}
.header-right-list .btn.btn-primary {
    padding: 12px 14px;
    white-space: nowrap;
  }

.section-title .text p {
    color: #8B8C8D;
}

.sis-login-page.section {
    background: #F7F7F7;
}

.login-form {
    max-width: 750px;
    margin: 0 auto;
    text-align: center;
    border: 1px solid #E3E3E3;
    padding: 40px;
    background: #fff;
}

.input {
    margin-bottom: 15px;
}

.input label {
    margin-bottom: 10px;
}

.input .form-control {
    border-radius: 5px;
    padding: 10px;
    border: 1px solid #E3E3E3 !important;
    box-shadow: none;
    outline: none;
}
.input select.form-control{background:#fff url(../images/down-arrow.png) no-repeat right 15px center;background-size: 13px;}
.notes {
    font-size: 12px !important;
}

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

.form-control.px-4 {
    border: none !important;
}

.select2-container--default .select2-selection--single {
    border: none !important;
}

.input .select2-container--default .select2-selection--multiple,.input .select2-container--default.select2-container--focus .select2-selection--multiple{border: solid #E3E3E3 1px;}

.select2-container--default .select2-search--inline .select2-search__field {
    padding-left: 5px;
}

.input input,
.input input::placeholder {
    font-size: 14px;
    color: #8B8C8D;
    box-shadow: none;
    outline: none;
}

.bussiness .form-check .form-check-input {
    float: none;
    margin-left: 0px;
    margin-right: 10px;
    box-shadow: none;
}

.bussiness .form-check-label {
    font-weight: 600;
}

.bussiness .form-check {
    padding: 20px;
}

.bussiness .form-check .form-check-input:checked {
    background-color: var(--web-panel-color);
    border: 1px solid var(--web-panel-color);
}

.bussiness .selected .details {
    display: block;
}

.bussiness .details {
    display: none;
}

.bussiness .form-check p {
    padding-left: 27px;
}

.bussiness .input-container {
    padding-left: 27px;
}

.input input:focus {
    box-shadow: none;
}

.login-form .text {
    margin: 30px 0;
}

.login-form .text p {
    color: #8B8C8D;
    font-weight: 400;
    line-height: 28px;
}

.login-form .text a {
    font-weight: 600;
    color: #2D2E2F;
    line-height: 20px;
    text-decoration: underline !important;
}

.button {
    position: relative;
    padding: 12px 20px;
    background: var(--web-panel-color);
    border: 1px solid var(--web-panel-color);
    font-size: 14px;
    line-height: 20px;
    border-radius: 4px;
    text-decoration: none;
    color: #FFF;
    outline: none;
    display: inline-block;
    transition: 0.4s ease-in-out;
}

.button:hover {
    color: var(--web-panel-color);
    border: 1px solid var(--web-panel-color);
    background: transparent;
    text-decoration: none;
    text-decoration: none;
    transition: 0.4s ease-in-out;
}

.line {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    color: #E3E3E3;
    margin: 30px 0;
    font-size: 18px;
    text-transform: uppercase;
}

.line .left-line,
.line .right-line {
    width: 50%;
    margin: 0 10px;
    height: 1px;
    background: #E3E3E3;
}

.google-button {
    padding: 12px 20px;
    background: #FFF;
    border: 1px solid #E3E3E3;
    line-height: 20px;
    border-radius: 5px;
    display: inline-block;
    color: #000;
    width: auto;
    text-decoration: none;
    transition: 0.4s ease-in-out;
}

.google-button:hover {
    text-decoration: none;
    color: var(--web-panel-color);
    border: 1px solid var(--web-panel-color);
    transition: 0.4s ease-in-out;
}

.google-button span {
    margin-left: 5px;
}

.login-form .account {
    margin: 30px 0;
    color: #8B8C8D;
}

.login-form .account a {
    margin: 30px 0;
    color: #007692;
    font-weight: 600;
    text-decoration: none;
    transition: 0.4s ease-in-out;
}

.login-form .account a:hover {
    color: var(--web-panel-color);
    transition: 0.4s ease-in-out;
}

.contact-info {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}

.contact-info a {
    color: #8B8C8D;
    font-weight: 500;
    transition: 0.4s ease-in-out;
}

.contact-info a:hover {
    color: var(--web-panel-color);
    text-decoration: none;
    transition: 0.4s ease-in-out;
}

.contact-info span {
    margin: 0 10px;
    color: #E3E3E3;
}

/* =========================
    Business Page Css
============================*/

.search-box {
    margin-top: 35px;
    position: relative;
}

.search-box input {
    width: 100%;
    background: #FFF;
    border: 1px solid #E3E3E3;
}

.search-icon {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    cursor: pointer;
}

.monthly-avrage p {
    font-size: 12px;
    line-height: 16px;
    color: #6B6D6F;
}

.back-button a {
    color: #000;
    font-weight: 600;
    text-decoration: none;
}

.back-button i {
    padding-right: 5px;
    font-size: 13px;
}

.business-card {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    padding: 10px;
    cursor: pointer;
}

.business-card img {
    min-width: 30px;
}

.action-buttons {
    margin-top: 40px;
}

.action-buttons .btn {
    color: #2D2E2F;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    border: 1px solid #2D2E2F;
    padding: 12px 20px;
    border-radius: 4px;
}

.action-buttons .btn:hover {
    border: 1px solid #2D2E2F;
}

.business-card .business-title {
    font-size: 20px;
    line-height: 28px;
    margin-left: 15px;
    font-weight: 700;
    margin-bottom: 0;
}

.business-card .business-subtitle {
    font-size: 14px;
    line-height: 28px;
    margin-left: 15px;
}

.btn {
    padding: 7px 18px;
    display: inline-block;
    margin-left: 10px;
    font-size: 14px;
    line-height: 20px;
    color: #2D2E2F;
    line-height: 20px;
    border-radius: 4px;
    outline: none;
    font-weight: 500;
}

.btn-primary {
    background: var(--web-panel-color);
    border: 1px solid var(--web-panel-color);
    color: #fff;
}

.mobile-input {
    display: flex;
    align-items: center;
    color: #8B8C8D;
    border-radius: 5px;
    background-color: #fff;
    border: 1px solid #E3E3E3 !important;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    padding-right: 0 !important;
}
.select2-container--open .select2-dropdown{
    min-width: 280px !important;
}  
#select2-country_code-results .select2-results__option{font-size: 13px;}
.mobile-input .select2-container .select2-selection--single{
    height: 40px;
    line-height: 40px;
}
.mobile-input .select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 40px;
}
.mobile-input .select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 38px;
}

.flag-icon {
    width: 20px;
    height: 15px;
    object-fit: cover;
    display: inline-block;
    border-radius: 2px;
    margin-right: 10px;
}

.country-select {
    border: none;
    background: transparent;
    outline: none;
    appearance: none;
    width: 85px;
    color: #8B8C8D;
}

.country-select option {
    padding: 5px 0;
}

.mobile-input i {
    margin-left: -25px;
    font-size: 13px;
    color: #8B8C8D;
    display: none;
}

/* =========================
    Account Page Css
============================*/
.account .back-button a {
    font-size: 16px !important;
    line-height: 24px;
}

.account .back-button i {
    font-size: 15px !important;
}

.account-title h1 {
    font-size: 48px;
    line-height: 60px;
    font-weight: 700;
    color: #000;
}

.nav-tabs {
    padding-left: 15px;
    margin-bottom: 40px;
}

.nav-tabs a {
    display: inline-block;
    padding: 12px 16px;
    color: #8B8C8D;
    margin-right: 5px;
    text-decoration: none;
    font-weight: 500;
    transition: 0.4s ease-in-out;
    border-bottom: 2px solid transparent;
}

.nav-tabs a:hover {
    color: #000;
    transition: 0.4s ease-in-out;
}

.nav-tabs a.active {
    color: #000;
    display: inline-block;
    border-bottom: 2px solid var(--web-panel-color);
    transition: 0.4s ease-in-out;
}

.tab-content {
    display: inline-block;
    width: 100%;
    margin-top: 30px;
}

.tab-content .text p {
    color: #2D2E2F;
}

.profile-info p {
    font-size: 16px;
    line-height: 24px;
}

.profile-actions .btn-sm {
    padding: 8px 16px !important;
    font-size: 16px !important;
    line-height: 24px;

}

.profile-actions .btn-remove {
    background: #F0F0F0;
    color: #2D2E2F;
    text-decoration: none;
    display: inline-block;
    margin-left: 15px;
    border: none;

}

.profile-title h6 {
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    color: #000;
}

.profile-picture {
    display: flex;
    align-items: center;
    gap: 20px;
}

.profile-picture img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #ddd;
    object-fit: cover;
}

.input select {
    color: #8B8C8D;
    font-size: 14px;
    border: none;
    outline: none;
    background-color: transparent;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.save-btn {
    padding: 8px 16px;
    border-radius: 4px;
    color: #FFF;
    font-size: 16px;
    border: 1px solid var(--web-panel-color);
    background: var(--web-panel-color);
    transition: 0.4s ease-in-out;
    font-weight: 600;
    text-decoration: none;
}
.back-btn{
    font-size: 16px;
    font-weight: 600;
    padding: 8px 16px;
}
.save-btn:hover {
    background: transparent;
    border: 1px solid var(--web-panel-color);
    text-decoration: none;
    color: var(--web-panel-color);
    transition: 0.4s ease-in-out;
}

.cancel-btn {
    padding: 8px 16px;
    border-radius: 4px;
    color: #000;
    border: 1px solid #000;
    background: white;
    font-size: 16px;
    display: inline-block;
    margin-left: 15px;
    transition: 0.4s ease-in-out;
    font-weight: 600;
    text-decoration: none;
}

.cancel-btn:hover {
    text-decoration: none;
    color: #000;
}

.language-preference h6 {
    font-weight: 700;
    margin-bottom: 20px;
    color: #000;
}

.language-preference label {
    font-size: 12px;
    font-weight: 400;
    color: #000;
}

.language-preference .input .form-control {
    position: relative;
}

.language-preference .input .custom-toggle-icon {
    font-size: 13px;
    color: #8B8C8D;
    position: absolute;
    top: 66%;
    right: 35px;
    transform: translateY(-50%);
}

.content-box .session-title {
    font-weight: 700;
    margin-bottom: 20px;
    color: #000;
}

.content-box .session-text {
    width: 80%;
    font-size: 12px;
    font-weight: 400;
    color: #000;
}

.content-box .session-btn {
    padding: 4px 8px;
    border: 1px solid #C8C9CA;
    border-radius: 4px;
    font-size: 14px;
    color: #2D2E2F;
    line-height: 20px;
    font-weight: 600;
    background-color: transparent;
    appearance: none;
    -webkit-appearance: none;
}

.content-box .session-btn:focus {
    outline: none;
    box-shadow: none;
}

.session-item {
    padding: 20px 0;
    border-bottom: 1px solid #E3E3E3;
}

.session-item .session-details {
    display: inline-block;
    margin-left: 20px;
}

.session-item .session-details .desktop {
    color: #000;
    margin-bottom: 20px;
    display: inline-block;
    font-weight: 600;
}

.session-item .session-details .current-session {
    padding: 4px 8px;
    color: #FFF;
    font-size: 10px;
    line-height: 12px;
    font-weight: 600;
    display: inline-block;
    margin-left: 10px;
    background: #007692;
    border: 1px solid #007692;
    border-radius: 4px;
}

.session-item .session-details p {
    font-size: 12px;
    line-height: 16px;
    color: #6B6D6F;
}

.session-item .session-details img {
    min-width: 11px;
    margin-right: 5px;
    display: inline-block;
}

#add-business-form fieldset legend {
    display: inline-block;
    width: auto;
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 20px;
}

#add-business-form .form-group {
    margin-bottom: 20px;
}

#add-business-form .form-group .control-label {
    color: #000;
    margin-bottom: 10px;
}

#add-business-form .form-group .form-control {
    font-size: 14px;
    box-shadow: none;
    outline: none;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
}


#add-business-form .select2-container--default .select2-selection--multiple {
    background-color: #f5f5f5;
    border: 1px solid #ccc;
}

.services .switch-box .switch-box-inner {
    padding: 0px 0px 5px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.175);
}

.service-group>.service-box {
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.service-box .service-icon {
    width: 30px;
    height: 30px;
    overflow: hidden;
    border-radius: 50px;
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #D7D7D7;
    background: #F0F0F0;
}

.service-box .service-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.nav-tabs .nav-link {
    transition: 0.4s ease-in-out;
}

.nav-tabs .nav-link:hover {
    color: var(--web-panel-color);
    transition: 0.4s ease-in-out;
}

.nav-tabs .nav-link.active {
    color: var(--web-panel-color);
    border-bottom: 1px solid var(--web-panel-color) !important;
    transition: 0.4s ease-in-out;
}

.services .form-group .control-label {
    padding-left: 10px;
}

/* -=================Table +++++++++++++++++++ */
.status-badge {
    background-color: var(--web-panel-color);
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    display: inline-block;
}

.edit-icon {
    color: var(--web-panel-color);
    cursor: pointer;
}

.document-form fieldset {
    border: 1px solid var(--web-panel-color);
    border-radius: 5px;
    padding: 15px;
}

.document-form legend {
    font-weight: 600;
    margin-bottom: 20px;
}

.document-form .file-upload {
    margin-bottom: 15px;
    display: inline-block;
    box-shadow: none;
    font-size: 14px;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
}

.document-form .preview {
    width: 150px;
    height: 150px;
    background: #ffece6;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    position: relative;
}

.document-form .remove-icon {
    position: absolute;
    top: -10px;
    right: -10px;
    background: var(--web-panel-color);
    color: white;
    border: none;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 20px;
    text-align: center;
    cursor: pointer;
}


.document-form .btn-back {
    position: relative;
    padding: 12px 20px;
    background: #000;
    border: 1px solid #000;
    font-size: 14px;
    line-height: 20px;
    border-radius: 4px;
    text-decoration: none;
    color: #FFF;
    outline: none;
    display: inline-block;
    transition: 0.4s ease-in-out;
}

.document-form .btn-back:hover {
    color: #000;
    border: 1px solid #000;
    background: transparent;
    text-decoration: none;
    text-decoration: none;
    transition: 0.4s ease-in-out;
}

/* ==========================
        Footer Css
============================ */
.section-footer {
    padding: 50px 0 20px 0;
}

.section-footer .footer-title h6 {
    color: #F7F7F7;
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
    padding-bottom: 15px;
    position: relative;
}

.section-footer .footer-title h6:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    background: #fff;
    border-radius: 50px;
    width: 76px;
}

.section-footer .footer-title h6:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    background: var(--web-panel-color);
    border-radius: 50px;
    width: 45px;
}

.section-footer ul li {
    margin-bottom: 15px;
}

.section-footer ul li a {
    color: #F7F7F7;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    text-decoration: none;
    transition: 0.4s ease-in-out;
}

.section-footer ul li a:hover {
    color: var(--web-panel-color);
    transition: 0.4s ease-in-out;
    text-decoration: none;
}

.dropdown-toggle::after {
    display: none !important;
}

.dropdown .dropdown-toggle:focus {
    outline: none;
    box-shadow: none;
}

.section-footer .dropdown .dropdown-toggle {
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    color: #fff;
    border: 0;
}
.section-footer .dropdown img.flag{width: 20px; margin-right: 5px;}
.section-footer .dropdown .dropdown-menu{padding: 0;overflow: hidden;}
.section-footer .dropdown ul li{margin-bottom: 0}

.section-footer .dropdown .dropdown-toggle:hover,
.dropdown .dropdown-toggle:focus {
    color: #fff;
}
.btn-outline-secondary.rounded-pill.dropdown-toggle:focus-visible,.btn-outline-secondary.rounded-pill.dropdown-toggle.btn.show,.dropdown .btn-outline-secondary.rounded-pill.dropdown-toggle:focus{
    background: var(--web-panel-color);
    color: #fff;
    border-color: var(--web-panel-color);
}

.section-footer #language_dropdown ul li a {
    color: #000
}

.section-footer #language_dropdown ul.dropdown-menu li a:hover{color: var(--web-panel-color)}

.dropdown .dropdown-toggle i {
    font-style: 13px;
    margin-left: 10px;
    transition: all ease 0.5s;
}
.dropdown .dropdown-toggle.show i{
    transform: rotate(-180deg);
    transition: all ease 0.5s;
    position: relative;
    top: 2px;
}
.dropdown .dropdown-listing{ min-width:inherit; width:90%; }
.dropdown .dropdown-listing li{cursor: pointer;}
.copyright {
    padding-top: 30px;
    border-top: 1px solid #2D2E2F;
}

.copyright p {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #8B8C8D;
}


/* ============================
         Responsive Css
============================ */

@media only screen and (max-width: 767px) {
    .section {
        padding: 30px 0;
    }

    .login-form {
        width: 100%;
    }

    .contact-info {
        flex-direction: column;
        margin-top: 20px;
    }

    .contact-info a {
        text-decoration: none;
        padding: 5px;
    }

    .section-footer {
        padding: 30px 0;
    }

    .business-image {
        margin: 20px 0;
    }

    .account-title h1 {
        font-size: 35px;
    }

    .nav-tabs {
        padding-left: 0px;
        margin-bottom: 20px;
    }

    .tab-content {
        margin-top: 10px;
    }

    .content-box .session-text {
        width: 55%;
    }


}

@media only screen and (max-width: 991px) {
    .section {
        padding: 30px 0;
    }

    .login-form {
        width: 100%;
    }


}

@media only screen and (max-width: 1199px) {}

.page-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: auto;
    text-align: center;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 99;
}

.page-overlay .overlay-text {
    display: flex;
    align-items: center;
    padding: 0;
    justify-content: center;
    height: 50px;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    color: #fff;
    font-weight: 700;
    font-size: 28px;
    letter-spacing: 1px
}

.page-overlay .overlay-text img {
    max-width: 40px;
    margin-right: 15px
}

#login-form .select2-container,
#signup-form .select2-container,
#account-information-form .select2-container,
.claim-business-phone .select2-container {
    width: 80px !important;
}

.header {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}

.activity-container {
    display: flex;
    gap: 20px;
}

.activity-card {
    background: white;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
    width: 30%;
}

.activity-card img {
    width: 100%;
    border-radius: 5px;
}

.title {
    font-weight: bold;
    margin: 10px 0;
}

.stars {
    color: orange;
}

.category {
    color: gray;
    font-size: 14px;
}

/* css added by priyank */

.table tr td.action-btn a,
.table tr td.vendor-action-btn a {
    padding: 0 5px;
}

.table tr td.action-btn a i.fa-edit,
.table tr td.action-btn a i.fa-ellipsis-h,
.daes-sec-sec .table span.fa-edit,
.table tr td.vendor-action-btn a i.fa-edit,
.table tr td.vendor-action-btn a i.fa-ellipsis-h,
.table tr td.vendor-action-btn a i.fa-eye,
.table tr td.action-btn a i.fa-check,
ul.dtr-details>li span a i.fa-edit,
ul.dtr-details>li span a i.fa-ellipsis-h,
ul.dtr-details>li span a i.fa-ellipsis-h,
ul.dtr-details>li span a i.fa-eye,
ul.dtr-details>li span a i.fa-check {
    background: #E1E7E9;
    width: 28px;
    height: 28px;
    color: #000;
    border-radius: 50px;
    text-align: center;
    padding: 7px;
    font-size: 15px;
}

.table tr td.action-btn a i.fa-edit::before,
.redirecttopage .fa-edit::before,
ul.dtr-details>li span a i.fa-edit::before,
.daes-sec-sec .table span.fa-edit:before {
    content: "\f040";
}

.table tr td.action-btn a i.fa-eye,
.table tr td.action-btn a i.fa-file,
.table tr td.action-btn a i.fa-print,
ul.dtr-details>li span a i.fa-file,
ul.dtr-details>li span a i.fa-eye,
ul.dtr-details>li span a i.fa-eye,
ul.dtr-details>li span a i.fa-print,
.table tr td span.action-btn a i.fa-print {
    background: #E1E7E9;
    width: 28px;
    height: 28px;
    color: #000;
    border-radius: 50px;
    text-align: center;
    padding: 7px 5px;
    font-size: 15px !important;
    font-weight: normal !important;
}

.table tr td.action-btn i.fa-info {
    background: #000;
    width: 28px;
    height: 28px;
    color: #fff !important;
    border-radius: 50px;
    text-align: center;
    padding: 7px;
    font-size: 15px;
    position: relative;
    display: inline-block;
    margin-top: 0px;
}

.table tr td.action-btn a i.fa-edit,
.daes-sec-sec .table span.fa-edit,
.table tr td.vendor-action-btn a i.fa-edit,
ul.dtr-details>li span a i.fa-edit,
.table tr td.action-btn a i.fa-check,
ul.dtr-details>li span a i.fa-check {
    background: green;
    color: #fff;
}

.table tr td span.action-btn a {
    padding: 0 5px;
}

.table tr td span.action-btn a i.fa-edit,
.table tr td span.action-btn a i.fa-check,
.table tr td span.action-btn a i.fa-trash,
.table tr td span.action-btn a i.fa-eye {
    background: green;
    color: #fff;
    width: 28px;
    height: 28px;
    border-radius: 50px;
    text-align: center;
    padding: 7px;
    font-size: 15px;
}

.table tr td.action-btn a i.fa-trash,
.table tr td.vendor-action-btn a i.fa-trash,
ul.dtr-details>li span a i.fa-trash,
.table tr td.action-btn a i.fa-close,
ul.dtr-details>li span a i.fa-close,
.table tr td.action-btn a i.fa-file-pdf-o,
.table tr td span.action-btn a i.fa-trash {
    background: red;
    width: 28px;
    height: 28px;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    padding: 7px;
    font-size: 15px;
}

.table tr td span.action-btn a i.fa-eye {
    background: #E1E7E9;
    color: #000;
}

table.dataTable>tbody>tr.child ul.dtr-details {
    width: 100%;
}

table.dataTable>tbody>tr.child span.dtr-title {
    width: 50%;
}

.table tr td.action-btn a,
.table tr td.vendor-action-btn a,
ul.dtr-details>li span a {
    padding: 0 5px;
}


/* ==================================
        Yelpify Home Page Css
===================================== */
.header-right .navbar {
    display: flex;
    padding-bottom: 0;
}

.header-main {
    position: relative;
}

.header-right .sis-mobile-header .navbar {
    position: static;
}

.sis-mobile-header .navbar-collapse {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    background: #fff;
    padding: 15px;
    border-bottom: 1px solid #e8e8e8;
    z-index: 5;
}

.sis-mobile-header .d-flex.flex-grow-1.mx-3 {
    margin: 0 !important
}

.carousel {
    width: 100%;
}

.carousel .carousel-image {
    width: 100%;
}

.carousel .carousel-item .card-img-top img {
    width: 100% !important;
}

.sis-home-banner .carousel .carousel-item {
    height: 500px;
}

.sis-home-banner .carousel .carousel-item img {
    transform: scale(100%);
    transform-origin: left;
    transition: 3s cubic-bezier(.33, .02, .69, .99) 1s;
    height: 100%;
    object-fit: cover;
}

.sis-home-banner .carousel .carousel-item.active img {
    transform: scale(105%);
    transition: 3s cubic-bezier(.33, .02, .69, .99) 1s
}

.carousel-fade .carousel-item {
    transition: opacity 1s ease-in-out;
}

.carousel-item {
    position: relative;
}

.sis-home-banner .carousel-item:before {
    content: "";
    background: #000;
    opacity: 0.5;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.carousel-item .container {
    position: absolute;
    top: 0;
    margin: auto;
    left: 0;
    right: 0;
    height: 100%;
    bottom: 0;
    display: flex;
    align-content: center;
    align-items: center;
    z-index: 2;

}

.carousel-content {
    color: white;
    max-width: 600px;
    margin: 0 auto;
    opacity: 0;
    transition: opacity 1s ease-in-out, transform 1s ease-in-out;
    text-align: center;
}

.carousel-item.active .carousel-content {
    opacity: 1;
    transform: translateX(0);
}

.carousel-content h2 {
    font-size: 48px;
    line-height: 60px;
    font-weight: 700;
    margin-bottom: 30px;
}

.carousel-content p {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 40px;
}

.carousel-content .button img {
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
    transition: inherit !important;
}

.carousel-content .button:hover {
    background: #fff;
    color: var(--web-panel-color) !important
}

.carousel-content .button:hover img {
    filter: brightness(1) invert(0);
    -webkit-filter: brightness(1) invert(0);
}

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

.sis-home-banner .carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 5% !important;
    left: 0;
    z-index: 2;
    display: flex;
    padding: 0;
    max-width: 1300px;
    margin: 0 auto;
    transform: inherit;
    justify-content: center;
}

.carousel-indicators button {
    width: 40px !important;
    height: 12px !important;
    background-color: rgba(255, 255, 255, 0.4) !important;
    border-radius: 50px !important;
    border: none !important;
    transition: all 0.3s ease-in-out;
}

.carousel-indicators .active {
    width: 60px !important;
    background-color: white !important;
}

/* ==================================
        Review Section Css
===================================== */
.review-card {
    overflow: hidden;
    border-radius: 8px;
    border: 1px solid #E3E3E3;
    margin-bottom: 20px !important;
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 300px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.nearByDataContainer {
    display: flex;
    flex-wrap: wrap;
}

.nearByDataContainer>.col {
    flex: 1 1 calc(33.333% - 1rem);
    display: flex;
}

.review-card .card-bottom {
    margin-top: auto;
}


.xmark {
    position: absolute;
    top: 10px;
    right: 10px;
}

.xmark button {
    border: none;
    outline: none;
    background: transparent;
}

.xmark button i {
    font-size: 18px;
}

.review-card .card-img-top a {
    display: block;
    width: 100%;
}

.review-card .card-img-top img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

a.see-user-image {
    position: relative;
    padding: 5px 15px;
    border: 1px solid var(--web-panel-color);
    font-size: 14px;
    line-height: 20px;
    border-radius: 4px;
    color: var(--web-panel-color);
    outline: none;
    transition: 0.4s ease-in-out;
    text-align: center;
    width: auto;
    margin: 15px 0 !important;
}

a.see-user-image:hover {
    background: var(--web-panel-color);
    color: #fff;
}

.review-card .card-body {
    padding: 15px;
}

.review-photo-img {
    border: 1px solid #C8C9CA;
    border-radius: 10px;
}

.review-photo-img a {
    cursor: pointer;
    display: block;
}

.review-photo-img img {
    width: 100%;
    height: 130px;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 0 !important;
}

.sub-title h5 {
    font-size: 18px;
    line-height: 26px;
    color: #000;
    margin-bottom: 15px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.card-body .text p {
    color: #000;
}

.card-body .btn-group {
    gap: 10px;
}

#recommended_business .review-card .card-body {
    padding: 15px;
    display: flex;
    flex-direction: column;
}

#recommended_business .card-body .btn-group,
#recommended_business .card-body .rating-group {
    margin-top: auto;
}

.card-body .btn-group .btn-outline {
    padding: 8px 16px;
    border: 1px solid #C8C9CA;
    border-radius: 4px;
    font-size: 12px;
    color: #6B6D6F;
    font-weight: 600;
    line-height: 16px;
    background: transparent;
}

.card-body .btn-group .btn-outline:hover {
    background-color: var(--web-panel-color);
    color: #fff;
    border-color: var(--web-panel-color);
}

.rating-star {
    gap: 5px;
    display: flex;
    align-items: center;
    margin: 5px 0;
}

.rating-star a {
    display: inline-block;
    width: 25px;
    height: 25px;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #B0B0B0;
    transition: 0.4s ease-in-out;
}

.rating-star a i {
    color: white;
    font-size: 12px;
}

/*.rating-star:not(.readonly) a:hover {
    background-color: var(--web-panel-color);
    transition: 0.4s ease-in-out;
}*/

.add-review-section .rating-star a:hover {
    background-color: var(--web-panel-color);
    transition: 0.4s ease-in-out;
}

/* ==================================
        Review Section Css
===================================== */
.new-tab {
    border-bottom: 1px solid #E3E3E3 !important;
}

.review-card .card-img--top img {
    width: 100% !important;
    height: 200px !important;
    object-fit: cover;
    background: #f2f2f2;
}

.reviewer {
    padding: 10px;
    display: flex;
    align-items: center;
}

.reviewer .reviewer-image img {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    object-fit: cover;
}

.reviewer-content span {
    font-weight: 600;
}


.time span {
    font-weight: 500;
    font-size: 14px;
}

.rating--star a.active {
    background-color: var(--web-panel-color) !important;
}

.rating--star a.half-active {
    background: linear-gradient(90deg, var(--web-panel-color) 50%, rgba(176, 176, 176, 1) 50%);
}

.text-small p {
    font-size: 14px !important;
    margin-top: 15px;
    margin-bottom: 0;
}

.card-bottom {
    padding: 15px;
    border-top: 1px solid #F0F0F0;
}


#businessReviews>.review--card {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #c8c9ca !important;
    border-radius: 0 !important;
}

#businessReviews>.review--card:last-child {
    border: 0 !important
}

.reaction-buttons {
    display: flex;
    align-items: center;
    gap: 15px;
    width: 100%;
}

.review-card .reaction-buttons {
    justify-content: space-between;
}

.reaction-buttons button {
    display: flex;
    align-items: center;
}

.reaction-buttons button:disabled,.reaction-buttons button:disabled:hover{
    opacity: 0.5;
    background: none;
    color: #000;
}

.reaction-buttons button .count {
    margin-left: 5px;
    font-weight: 600;
}

button {
    border: none;
    outline: none;
    background: transparent;
}

.reaction-buttons button i {
    font-size: 20px;
    color: #2D2E2F;
}

.card--bottom .reaction-buttons {
    width: 50%;
    justify-content: start;
}

.review-card1 {
    margin-top: -155px;
}

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

.show-more-activity-button a {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: #fff;
}

.show-more-activity-button a i {
    font-size: 14px;
}

/* ==================================
      Categories Section Css
===================================== */
.category-list {
    width: 20% !important;
}

.category-list-inner {
    border-radius: 8px;
    padding: 20px;
    border: 1px solid #E3E3E3;
    height: calc(100% - 20px);
    margin-bottom: 20px;
}

.category-list .category-img img {
    height: 80px;
    object-fit: contain;
}

.category-list-more {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.category-list-more>div {
    width: 100%
}

.category-content p {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0;
}

.category .dropdown:hover .dropdown-menu {
    border: 1px dashed var(--web-panel-color);
    transition: 0.4s ease-in-out;
    display: block;
}

.category .dropdown:hover .dropdown-menu li a {
    padding: 8px 12px;
    transition: 0.4s ease-in-out;
}

.category .dropdown:hover .dropdown-menu li a:hover {
    background: var(--web-panel-color);
    color: #FFF;
    transition: 0.4s ease-in-out;
}

.category .dropdown:hover .dropdown-menu li a {
    font-size: 12px;
}

/* ==================================
      Business Detail Page Css
===================================== */
.business-banner {
    background-repeat: repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    z-index: 15;
}

.business-banner:before {
    content: "";
    background: #000;
    opacity: 0.7;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0
}

.banner-content {
    padding: 60px 0;
    position: relative;
    z-index: 1;
}

.banner-content h2 {
    font-size: 48px;
    line-height: 60px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #FFF;
}
.banner-content .businessStatus{cursor: pointer;}

.banner-content .rating-star a {
    width: 35px;
    height: 35px;
}

.banner-content .rating-star i {
    font-size: 16px;
}

.banner-content .carousel-text {
    color: #C8C9CA;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
}

.banner-content .carousel-text a {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    color: #FFF;
}

.banner-content .category-part span {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: #FFF;
}

.banner-content .total-review-count span {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
}

.banner-content .opening-hours p .banner-content .category-part span {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: #FFF;
}

.banner-content .opening-hours .closing-time {
    color: #FA4D4D;
}

.banner-content .opening-hours p {
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
}

.banner-content .opening-hours button {
    color: #0398BE;
    font-weight: 600;
}

.modal-button {
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    padding: 12px 16px;
    background: #fff;
    border-radius: 5px;
    color: var(--web-panel-color);
}

.modal-backdrop.fade {
    z-index: 0;
}

.nav-tabs .nav-item {
    border: none;
    outline: none;
}

.nav-tabs .nav-item button {
    padding: 0;
    margin: 0 15px;
    padding: 10px 0;
}

.nav-tabs .nav-item button.active {
    color: #000;
    display: inline-block;
    border-bottom: 2px solid var(--web-panel-color);
    transition: 0.4s ease-in-out;
}

.btn.search-btn {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    background: var(--web-panel-color);
    margin-left: 0;
    border: 1px solid var(--web-panel-color);
}

.header-right .search-input-group .border-start-muted {
    border-left: 1px solid #ced4da !important;
    border-bottom: 0px;
    border-top: 0px;
    border-right: 0px;
    border-radius: 0%;
}

.btn.search-btn:hover {
    background: var(--web-panel-color);
}

.btn.search-btn i {
    color: #FFF;
}

.section-header .search-input-group {
    border: 1px solid #C8C9CA;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 18px 0px;
}

.section-header .search-input-group .form-control {
    padding: 10px 15px;
}

.form-control.location-input {
    border: none;
    box-shadow: none;
    outline: none;
}

.header-main .navbar-collapse .nav-link {
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: #6B6D6F;
    position: relative;
    padding: 15px 30px 15px 10px !important;
    display: flex;
    align-items: center;
}



.header-main .navbar-collapse .nav-item .dropdown-menu {
    border: 0;
    box-shadow: 0px 7px 15px 0px rgba(0, 0, 0, 0.2);
    border-top: 1px solid var(--web-panel-color);
    border-radius: 0;
    padding: 0;
    min-width: 220px;
}

.header-main .navbar-collapse .nav-link:after,
.header-main .navbar-collapse .dropdown-submenu>.dropdown-item:after {
    position: absolute;
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    border-width: 2px 2px 0px 0px;
    border-style: solid;
    border-color: #6B6D6F;
    right: 10px;
    top: -10px;
    bottom: 0;
    margin: auto;
    transform: rotate(135deg) translate(0, -50%);
    display: block !important;
}

.header-main .navbar-collapse .dropdown-submenu>.dropdown-item {
    padding-right: 25px;
    position: relative;
}

.header-main .navbar-collapse .nav-link img,.header-main .header-right .dropdown-item img{max-width: 25px;height: 25px;object-fit: contain; margin-right: 5px;border-radius: 5px;background: #fff;}

.header-main .navbar-collapse .dropdown-submenu>.dropdown-item:after {
    right: 14px;
    border-width: 1px 1px 0px 0px;
    width: 6px;
    height: 6px;
    transform: rotate(50deg) translate(0, -50%);
    top: 0;
}

.header-main .navbar-collapse .dropdown-submenu:hover>.dropdown-item:after {
    border-color: #fff
}

.header-right .dropdown-item:hover,
.header-right .dropdown-item:focus,
.header-right .dropdown-submenu:hover>.dropdown-item,
.header-right .dropdown-submenu:hover>.dropdown-item {
    background: var(--web-panel-color);
    color: #fff
}

.header-main .navbar-collapse .nav-item:hover>.dropdown-menu {
    display: block;
}

.header-main .navbar-collapse .nav-item .dropdown-menu .dropdown-submenu {
    position: relative;
}

.header-main .navbar-collapse .nav-item .dropdown-menu .dropdown-submenu .dropdown-menu {
    top: 0px;
    left: 100%
}

.header-main .navbar-collapse .nav-item .dropdown-menu .dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.header-main .navbar-collapse .sis-mobile-menu .nav-item {
    margin: 0 !important
}

.header-main .navbar-collapse .sis-mobile-menu .nav-item .nav-link {
    padding-left: 0px;
}

.header-main .navbar-collapse .sis-mobile-menu .nav-link::after {
    right: 15px;
}


.header-right .head-icon i {
    font-size: 20px;
    color: var(--web-panel-color);
}

.header-right .head-icon i.fa-bell {
    font-size: 22px;
}

.tab-content .tab-pane .photo-grid img {
    width: 100%;
    height: 100%;
    min-height: 250px;
    object-fit: cover;
}

/* ==================================
      Business Detail Section Css
===================================== */

.business-detail {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.business-detail.business-detail-links{align-items: baseline;}
.business-detail.business-detail-links .icon-btn{width: 20%; cursor: pointer;}
.business-detail.business-detail-links .icon-btn > a{text-align: center; display: block;}
.business-detail .icon-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.business-detail .comman-bg {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-bottom: 15px;
    color: #6B6D6F;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F0F0F0;
    transition: 0.4s ease-in-out;
    cursor: pointer;    
}

.business-detail .icon-btn:hover .comman-bg,.business-detail .icon-btn .comman-bg:hover {
    background: var(--web-panel-color);
    color: #FFF;
    transition: 0.4s ease-in-out;
}

.business-detail .comman-bg i {
    font-size: 18px;
    transform: rotate(0deg);
}

.business-detail .icon-btn .text {
    font-size: 13px;
    line-height: 20px;
    font-weight: 600;
    color: #2D2E2F;
}

.info-box {
    border: 1px solid #E3E3E3;
    border-radius: 8px;
    padding: 20px;
}

.info-box .website a {
    font-size: 16px;
    font-weight: 600;
    color: #007692;
    text-decoration: underline !important;
}

.business-detail .content,
.business-detail .content a {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: #2D2E2F;
}

.business-detail .content .status-open,
.business-detail .content .status-close {
    color: #fff;
    background: green;
    padding: 3px 10px;
    border-radius: 10px;
    font-size: 14px;
}

.business-detail .content .status-close {
    background: red;
}

.title-with-text h3 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    color: #000;
}

.comman-border {
    border-bottom: 1px solid #F0F0F0;
}

.fa-phone-volume {
    transform: rotate(-45deg);
}

.map {
    width: 100%;
    height: 200px;
    border-radius: 8px;
    margin: 20px 0;
}

.map iframe {
    width: 100%;
    height: 100%;
}

.long-button button {
    padding: 12px;
    border-radius: 8px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #000;
    border: 1px solid #C8C9CA;
    transition: 0.4s ease-in-out;
}

.modal-header {
    display: flex;
    align-items: center;
    padding-right: 80px;
}

.modal-header button.btn-close {
    position: absolute;
    right: 26px;
}

.long-button button:hover {
    color: #fff;
    background: #C8C9CA;
    transition: 0.4s ease-in-out;
}

.icon-btn.text-end {
    padding: 8px 16px;
    border: 1px solid #C8C9CA;
    cursor: pointer;
}

.icon-btn.text-end span {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
}

.our-hours {
    padding-top: 20px;
}

.table .close-hour {
    color: var(--web-panel-color);
    font-weight: 700;
}

.user-img {
    width: 70px;
    height: 70px;
    object-fit: cover;
}

.rating-value {
    width: 60px;
}

.progress {
    height: 6px !important;
    background-color: #f0f0f0 !important;
}

.start-review {
    color: #007692;
}

.search-box .form-control.rounded-pill {
    border: 1px solid #C8C9CA;
    padding-right: 40px;
    max-width: 250px;
}

.btn-outline-secondary.rounded-pill {
    border: 1px solid #C8C9CA;
    font-size: 12px;
    font-weight: 500;
    color: #2D2E2F;
    transition: 0.4s ease-in-out;
}

.btn-outline-secondary.rounded-pill:hover {
    background: var(--web-panel-color);
    border: 1px solid var(--web-panel-color);
    transition: 0.4s ease-in-out;
    color: #FFF;
}

.dropdown .dropdown--item {
    font-size: 12px;
    color: #2D2E2F;
}

.dropdown li:hover {
    background: var(--web-panel-color);
    transition: 0.4s ease-in-out;
    color: #fff;
}

.dropdown li:hover .dropdown--item {
    color: #FFF;
}

.see-user-image {
    color: #007692;
}

.reaction-button {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.reaction-button i {
    font-size: 20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #C8C9CA;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}

.reaction-button span {
    font-size: 12px;
}

.reaction-button .count {
    font-size: 14px;
    margin-left: 5px;
}

.replay-thread {
    border-left: 4px solid #f0f0f0;
    padding-left: 25px;
}

.opening-hours {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    border-radius: 50px;
    transition: 0.4s ease-in-out;
}

.hours-dropdown {
    display: none;
    margin-top: 10px;
}

.open {
    display: block;
}

.hours-dropdown .table td {
    cursor: pointer;
    font-size: 16px;
    padding: 8px 0;
    transition: 0.4s ease-in-out;
}

.gallery-popup .modal-header {
    padding: 0;
    border: 0;
}

.gallery-popup .btn-close {
    right: 23px;
    top: 21px;
    position: absolute;
    border-radius: 50px;
    width: 35px;
    height: 35px;
    z-index: 5;
    border: 1px solid #7e7e7e;
}

.gallery-popup .btn-close .mdi {
    display: none;
}

.gallery-popup .modal-body {
    padding: 0
}

.gallery-popup .modal-dialog {
    max-width: 95%;
    height: 90%;
    min-height: inherit;
}

.gallery-popup .modal-dialog .modal-content {
    height: 100%;
    min-height: inherit;
}

.gallery-popup .modal-body #modalImageContainer {
    height: 100%;
}

.gallery-popup .modal-body img,.gallery-popup .modal-body video {
    height: 100%;
    object-fit: contain;
}

.gallery-popup-row {
    height: 100%;
    margin: 0;
}

.gallery-popup-row .bg-black {
    background: #000;
}

.gallery-popup-row>* {
    position: relative;
}

.galler-img-slide {
    padding: 0 80px;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    box-sizing: border-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    left: 0;
    right: 2%;
    justify-content: center;
}

.galler-img-slide .btn {
    position: absolute;
    top: 50%;
    width: 35px;
    height: 35px;
    border-radius: 50px;
    padding: 0;
    font-size: 24px;
    color: #8a8a8a;
    border: 1px solid;
}

.galler-img-slide .btn.btn-pre {
    left: 28px
}

.galler-img-slide .btn.btn-next {
    right: 28px
}

.galler-img-detail {
    text-align: left;
    height: 100%;
    padding: 70px 30px 10px 30px;
}

.galler-img-detail .modal-title {
    color: #000;
    font-size: 26px
}

.galler-img-slide .icon-btn{
  display: flex;
  align-items: center;
  position: absolute;
  top: 18px;
  right: 15px;
  gap: 10px;

}

.galler-img-slide .icon-btn span{
  border: 2px solid #fff;
  color: #fff;
  padding: 0px 6px;
  border-radius: 5px;
  cursor: pointer;
}

ul.galler-detail-list {
    list-style-type: none;
    padding: 20px 0;
    margin: 0
}

ul.galler-detail-list li {
    padding-bottom: 15px;
    color: #333;
    display: flex;
    flex-wrap: wrap;
    font-size: 15px
}

ul.galler-detail-list li strong {
    color: #000;
    width: 50%
}

ul.galler-detail-list li>span {
    width: 50%;
}

.gallery-popup .modal-body .pro-detail-icon img {
    width: 20px;
    height: 20px;
    object-fit: cover;
    border-radius: 50px !important;
}

.gap-2 {
    gap: 10px;
}

.collection-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.collection-thumbnail {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.collection-thumbnail img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 8px;
}

.collection-details {
    margin-left: 10px;
}

.saved-text {
    font-weight: 600;
}

.popular-dishes-section {
    padding: 20px;
    background: #fff;
    border-radius: 10px;
    text-align: center;
}

.dish-slider {
    margin-top: 20px;
}

.dish-card {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.dish-card img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 10px;
}

.dish-info {
    position: absolute;
    bottom: 10px;
    left: 10px;
    color: white;
    text-align: left;
}

.dish-info h5 {
    margin: 0;
    font-weight: bold;
    font-size: 18px;
}

.dish-info p {
    margin: 2px 0;
    font-size: 14px;
}

.price {
    font-size: 16px;
    font-weight: bold;
}

.see-full-menu-btn {
    background-color: #d32f2f;
    color: white;
    border: none;
    border-radius: 10px;
    margin-top: 20px;
    padding: 15px 30px;
    font-size: 18px;
    width: 80%;
}

.dish-slider .dish-card {
    margin-right: 15px;
}

.dish-slider .slick-slide {
    margin-right: 10px;
}
.dish-slider .slick-slide:before{position: absolute; content: "";background: rgba(0,0,0,0.5); top: 0;bottom: 0;left: 0;right: 0;}

.slick-prev,
.slick-prev:hover,
.slick-prev:focus {
    background: url("data:image/png;base64,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") no-repeat 50% 50%;
}

.slick-next,
.slick-next:hover,
.slick-next:focus {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAA8CAYAAABxVAqfAAAACXBIWXMAAAsTAAALEwEAmpwYAAAKT2lDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjanVNnVFPpFj333vRCS4iAlEtvUhUIIFJCi4AUkSYqIQkQSoghodkVUcERRUUEG8igiAOOjoCMFVEsDIoK2AfkIaKOg6OIisr74Xuja9a89+bN/rXXPues852zzwfACAyWSDNRNYAMqUIeEeCDx8TG4eQuQIEKJHAAEAizZCFz/SMBAPh+PDwrIsAHvgABeNMLCADATZvAMByH/w/qQplcAYCEAcB0kThLCIAUAEB6jkKmAEBGAYCdmCZTAKAEAGDLY2LjAFAtAGAnf+bTAICd+Jl7AQBblCEVAaCRACATZYhEAGg7AKzPVopFAFgwABRmS8Q5ANgtADBJV2ZIALC3AMDOEAuyAAgMADBRiIUpAAR7AGDIIyN4AISZABRG8lc88SuuEOcqAAB4mbI8uSQ5RYFbCC1xB1dXLh4ozkkXKxQ2YQJhmkAuwnmZGTKBNA/g88wAAKCRFRHgg/P9eM4Ors7ONo62Dl8t6r8G/yJiYuP+5c+rcEAAAOF0ftH+LC+zGoA7BoBt/qIl7gRoXgugdfeLZrIPQLUAoOnaV/Nw+H48PEWhkLnZ2eXk5NhKxEJbYcpXff5nwl/AV/1s+X48/Pf14L7iJIEyXYFHBPjgwsz0TKUcz5IJhGLc5o9H/LcL//wd0yLESWK5WCoU41EScY5EmozzMqUiiUKSKcUl0v9k4t8s+wM+3zUAsGo+AXuRLahdYwP2SycQWHTA4vcAAPK7b8HUKAgDgGiD4c93/+8//UegJQCAZkmScQAAXkQkLlTKsz/HCAAARKCBKrBBG/TBGCzABhzBBdzBC/xgNoRCJMTCQhBCCmSAHHJgKayCQiiGzbAdKmAv1EAdNMBRaIaTcA4uwlW4Dj1wD/phCJ7BKLyBCQRByAgTYSHaiAFiilgjjggXmYX4IcFIBBKLJCDJiBRRIkuRNUgxUopUIFVIHfI9cgI5h1xGupE7yAAygvyGvEcxlIGyUT3UDLVDuag3GoRGogvQZHQxmo8WoJvQcrQaPYw2oefQq2gP2o8+Q8cwwOgYBzPEbDAuxsNCsTgsCZNjy7EirAyrxhqwVqwDu4n1Y8+xdwQSgUXACTYEd0IgYR5BSFhMWE7YSKggHCQ0EdoJNwkDhFHCJyKTqEu0JroR+cQYYjIxh1hILCPWEo8TLxB7iEPENyQSiUMyJ7mQAkmxpFTSEtJG0m5SI+ksqZs0SBojk8naZGuyBzmULCAryIXkneTD5DPkG+Qh8lsKnWJAcaT4U+IoUspqShnlEOU05QZlmDJBVaOaUt2ooVQRNY9aQq2htlKvUYeoEzR1mjnNgxZJS6WtopXTGmgXaPdpr+h0uhHdlR5Ol9BX0svpR+iX6AP0dwwNhhWDx4hnKBmbGAcYZxl3GK+YTKYZ04sZx1QwNzHrmOeZD5lvVVgqtip8FZHKCpVKlSaVGyovVKmqpqreqgtV81XLVI+pXlN9rkZVM1PjqQnUlqtVqp1Q61MbU2epO6iHqmeob1Q/pH5Z/YkGWcNMw09DpFGgsV/jvMYgC2MZs3gsIWsNq4Z1gTXEJrHN2Xx2KruY/R27iz2qqaE5QzNKM1ezUvOUZj8H45hx+Jx0TgnnKKeX836K3hTvKeIpG6Y0TLkxZVxrqpaXllirSKtRq0frvTau7aedpr1Fu1n7gQ5Bx0onXCdHZ4/OBZ3nU9lT3acKpxZNPTr1ri6qa6UbobtEd79up+6Ynr5egJ5Mb6feeb3n+hx9L/1U/W36p/VHDFgGswwkBtsMzhg8xTVxbzwdL8fb8VFDXcNAQ6VhlWGX4YSRudE8o9VGjUYPjGnGXOMk423GbcajJgYmISZLTepN7ppSTbmmKaY7TDtMx83MzaLN1pk1mz0x1zLnm+eb15vft2BaeFostqi2uGVJsuRaplnutrxuhVo5WaVYVVpds0atna0l1rutu6cRp7lOk06rntZnw7Dxtsm2qbcZsOXYBtuutm22fWFnYhdnt8Wuw+6TvZN9un2N/T0HDYfZDqsdWh1+c7RyFDpWOt6azpzuP33F9JbpL2dYzxDP2DPjthPLKcRpnVOb00dnF2e5c4PziIuJS4LLLpc+Lpsbxt3IveRKdPVxXeF60vWdm7Obwu2o26/uNu5p7ofcn8w0nymeWTNz0MPIQ+BR5dE/C5+VMGvfrH5PQ0+BZ7XnIy9jL5FXrdewt6V3qvdh7xc+9j5yn+M+4zw33jLeWV/MN8C3yLfLT8Nvnl+F30N/I/9k/3r/0QCngCUBZwOJgUGBWwL7+Hp8Ib+OPzrbZfay2e1BjKC5QRVBj4KtguXBrSFoyOyQrSH355jOkc5pDoVQfujW0Adh5mGLw34MJ4WHhVeGP45wiFga0TGXNXfR3ENz30T6RJZE3ptnMU85ry1KNSo+qi5qPNo3ujS6P8YuZlnM1VidWElsSxw5LiquNm5svt/87fOH4p3iC+N7F5gvyF1weaHOwvSFpxapLhIsOpZATIhOOJTwQRAqqBaMJfITdyWOCnnCHcJnIi/RNtGI2ENcKh5O8kgqTXqS7JG8NXkkxTOlLOW5hCepkLxMDUzdmzqeFpp2IG0yPTq9MYOSkZBxQqohTZO2Z+pn5mZ2y6xlhbL+xW6Lty8elQfJa7OQrAVZLQq2QqboVFoo1yoHsmdlV2a/zYnKOZarnivN7cyzytuQN5zvn//tEsIS4ZK2pYZLVy0dWOa9rGo5sjxxedsK4xUFK4ZWBqw8uIq2Km3VT6vtV5eufr0mek1rgV7ByoLBtQFr6wtVCuWFfevc1+1dT1gvWd+1YfqGnRs+FYmKrhTbF5cVf9go3HjlG4dvyr+Z3JS0qavEuWTPZtJm6ebeLZ5bDpaql+aXDm4N2dq0Dd9WtO319kXbL5fNKNu7g7ZDuaO/PLi8ZafJzs07P1SkVPRU+lQ27tLdtWHX+G7R7ht7vPY07NXbW7z3/T7JvttVAVVN1WbVZftJ+7P3P66Jqun4lvttXa1ObXHtxwPSA/0HIw6217nU1R3SPVRSj9Yr60cOxx++/p3vdy0NNg1VjZzG4iNwRHnk6fcJ3/ceDTradox7rOEH0x92HWcdL2pCmvKaRptTmvtbYlu6T8w+0dbq3nr8R9sfD5w0PFl5SvNUyWna6YLTk2fyz4ydlZ19fi753GDborZ752PO32oPb++6EHTh0kX/i+c7vDvOXPK4dPKy2+UTV7hXmq86X23qdOo8/pPTT8e7nLuarrlca7nuer21e2b36RueN87d9L158Rb/1tWeOT3dvfN6b/fF9/XfFt1+cif9zsu72Xcn7q28T7xf9EDtQdlD3YfVP1v+3Njv3H9qwHeg89HcR/cGhYPP/pH1jw9DBY+Zj8uGDYbrnjg+OTniP3L96fynQ89kzyaeF/6i/suuFxYvfvjV69fO0ZjRoZfyl5O/bXyl/erA6xmv28bCxh6+yXgzMV70VvvtwXfcdx3vo98PT+R8IH8o/2j5sfVT0Kf7kxmTk/8EA5jz/GMzLdsAAAAgY0hSTQAAeiUAAICDAAD5/wAAgOkAAHUwAADqYAAAOpgAABdvkl/FRgAAAzBJREFUeNq82F2IVWUUxvHfnKALKYYGxELRixGCkjLICINGCcdJxbQhNaIPQ4u6mCQJIUow6EpBL4S+1RSyDzGtzDKJkqAmRJOIQIxAoojpIoMMB8bpwjVw2Lw7pNlrFhwO864Df/ae9a7nWauju7v7ZuzGFDyLHSYgrujq6jqM2bgKS/ELTmaDW7ip7e8OvIIVEwH+ofoWsAeLssGP4Xzl/Eq8hzszwYNYjuFKbhI+wK1ZYDiC+zFSyXfiY9yYBYb9WIPRym8m4xN0Z4FhF9YVfjct4FObvMfVs0FcxPzKeRcWYF+hGBsBwzFcjbmV8ynoiYq/0OSrbo9n8Frh/DYciKpPAY/iCbxTyM3Du3HfGweL6/UQDhVyi/FmdLrGwaKxrMAXhdwqvBQ9vnGwqOJl+LaQW4vNTVV1KS7gIPqiuttjblzBY00/8VgMhWqdKeRewEAWWBiFvviuxjY8nAWGnwI+VDnvwBu4NwssDMQinCsYib3ozQLDcdxTYyTexx1ZYPgS99UYiUNhJFPAwiw8WGMkjuD6LLDo3Y/XGImjmJEFFhW9vsZIHMW1/6dzXW58Ew/UUzASC0Pt/skAC0G5BrcXjMQ8vJ0Fhk8xHbcUXvt1mWD4CDfEpz1mtuRHSatHW8nA19FfyO3LBG/DI4XzQQxkgeu0+ftQtb8zwE/j+cL5mRgI/szoXGuwpcY83IXfM1rmSrxcqOKhgJ7N6NWLY4FT9djn4vWezlCnuqniPO7GqQw9nlMzRw2HD/86w4HMCofRWRh7VuGzDM81E4dD5KuD3qPhtxp3mWPbgWmF3EAUWeO+enI8aWkf8hy2Z0wSnfE/nVXIbcaLGdPipBjY5hRyr2JDxpg6tuXrKeT24smCsxw3+L/2mh+G7I00vRHoiN5b2uR+Hnd1OGMHsiXUpiTky8e766oDbwxdLQn5Evw13gZfAj+FTTVC3oc/mpCzKng1ttYIeS9+bUq828H9Lm3ySkLei5+btCpj4IV4q0bI+/Bj08asFfPN/hohX4ITGTa0FS2vJOT9+CrLdLcKc80IHgjpkwk+VRHytS4tw2WDV+M7/BbuYecEDHL+HQDxzaLgTsZg3gAAAABJRU5ErkJggg==") no-repeat 50% 50%;
}

.slick-arrow,
.slick-arrow:hover,
.slick-arrow:focus {
    background-size: 6px;
    width: 34px;
    border-radius: 50px;
    height: 34px;
    margin: 0 8px;
    background-color: #fff;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
    border: 1px solid #e4e7ea;
    z-index: 9;
}

.slick-next:before,
.slick-prev:before {
    display: none;
}

.menu-item {
    display: flex;
    gap: 8px;
    /* <<--- SMALLER gap */
    padding: 12px;
    border: 1px solid #eee;
    border-radius: 8px;
    align-items: center;
    /* <<--- center align vertically */
}

.menu-image img {
    width: 90px;
    /* <<--- smaller image */
    height: 90px;
    object-fit: cover;
    border-radius: 8px;
}

.menu-details {
    flex: 1;
}

.menu-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.menu-title {
    font-size: 18px;
    font-weight: bold;
    margin: 0;
}

.menu-price {
    font-size: 16px;
    font-weight: bold;
}

.menu-subtitle {
    font-size: 14px;
    color: #777;
    margin: 2px 0;
}

.menu-description {
    font-size: 14px;
    color: #777;
    margin: 2px 0;
}

.menu-description a {
    color: red;
    text-decoration: none;
}

.menu-footer {
    font-size: 12px;
    color: #aaa;
    margin-top: 6px;
    display: flex;
    gap: 8px;
}

.location-section {
    font-family: Arial, sans-serif;
    background: #f5f5f5;
}

.location-banner {
    position: relative;
}

.location-banner img {
    width: 100%;
    height: auto;
    display: block;
}

.menu-icon {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #ffffff;
    padding: 8px;
    border-radius: 50%;
    font-size: 20px;
    cursor: pointer;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.location-content {
    padding: 20px;
    background: white;
}

.info-block {
    margin-bottom: 20px;
}

.info-block h3 {
    font-size: 18px;
    margin-bottom: 8px;
    font-weight: bold;
}

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

.info-item .icon {
    background: #e0e0e0;
    padding: 10px;
    border-radius: 50%;
    margin-right: 10px;
    font-size: 18px;
}

.info-item .text {
    font-size: 16px;
    line-height: 1.4;
}

.place-card {
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    padding: 12px;
    background-color: #ffffff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    margin-bottom: 20px;
}

.place-image {
    width: 80px;
    min-width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 6px;
}

.place-details {
    margin-left: 15px;
}

.place-stars span {
    font-size: 0.9rem;
}

.place-bookmark i {
    cursor: pointer;
}

.banner-content img {
    width: 100%;
    height: auto;
    display: block;
    max-height: 100vh;
    object-fit: cover;
}

.banner-img img {
    max-width: 100%;
    width: 100%;
}

.banner-content .popup-list-image img,
.banner-content .popup-list-image video {
    height: 250px;
    cursor: pointer;
    object-fit: cover;
}

.banner-content .popup-list-image .like-icon {
    background: #fff;
    padding: 5px;
    position: absolute;
    top: 10px;
    right: 15px;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sis-home-banner .banner-img img {
    height: 450px;
    object-fit: cover;
}

.sis-home-banner .slick-prev {
    left: 35px;
}

.sis-home-banner .slick-next {
    right: 35px;
}

.sis-home-banner .slick-dots {
    bottom: 20px
}

.sis-home-banner .slick-dots li button {
    border: 1px solid #000;
    border-radius: 50px
}

.sis-home-banner .slick-dots li button:before {
    color: #000;
    opacity: 1
}

.sis-home-banner .slick-dots li.slick-active button {
    border-color: #e11f19
}

.sis-home-banner .slick-dots li.slick-active button:before {
    color: #e11f19
}


/* ==================================
      Profile page
===================================== */
.sis-page-space {
    padding: 50px 0;
}

.category-link,
.search-page-link {
    cursor: pointer;
}

.text-gray {
    color: #6B6D6F
}

.bg-gray {
    background: #8B8C8D
}

.sis-profile-page {
    padding: 140px 0 70px 0;
    position: relative;
}

.sis-profile-page:before {
    content: "";
    background: linear-gradient(90deg, #FFF 7.33%, #FFECEC 92.67%);
    height: 140px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0
}

.sis-profile-left {
    margin-top: -80px;
    position: relative;
    padding-right: 20px;
    height: 100%;
}

.sis-profile-left:after {
    content: "";
    width: 1px;
    background: #F0F0F0;
    position: absolute;
    right: 0;
    top: 80px;
    bottom: 0
}

.sis-profile-img img {
    width: 172px;
    height: 172px;
    background: #eee;
    border: 1px solid #e8e8e8;
    object-fit: cover;
    object-position: top;
}

.sis-user-passport-box span {
    font-size: 16px
}

.sis-user-passport-box span.small-icon {
    width: 22px;
    display: inline-flex;
    height: 22px;
    align-items: center;
    justify-content: center;
}

.sis-user-passport-box span.small-icon i {
    font-size: 12px
}

.sis-user-passport-box span i {
    font-size: 20px
}

.sis-profile-detail h3 {
    font-weight: 700;
    font-size: 28px;
}
.sis-profile-edit-box{
    cursor: pointer;
}
.sis-profile-edit-box .sis-icon {
    width: 40px;
    height: 40px;
    display: inline-flex;
    justify-content: center;
    background: #F0F0F0;
    color: #6B6D6F;
    font-size: 20px;
    align-items: center;
    transition: all ease 0.5s;
}
.sis-profile-edit-box:hover .sis-icon{
    background: var(--web-panel-color);
    color: #fff;
    transition: all ease 0.5s;
}

.sis-profile-edit-box h6 {
    color: #2D2E2F;
    font-size: 13px;
}

.sis-profile-menu-list ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.sis-profile-menu-list ul li {
    margin-bottom: 8px;
    position: relative;
}

.sis-profile-menu-list ul li a {
    padding: 12px 16px;
    color: #2D2E2F;
    font-size: 16px;
    line-height: 24px;
    font-style: normal;
    font-weight: 600;
    display: flex;
    align-items: center;
    border-radius: 8px;
    transition: all ease 0.5s;
}

.sis-profile-menu-list ul li .m-count {
    background: var(--web-panel-color);
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    padding: 0px;
    border-radius: 50px;
    position: absolute;
    right: 10px;
    width: 22px;
    height: 22px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sis-profile-menu-list ul li a i {
    font-size: 20px;
    margin-right: 10px
}

.sis-profile-menu-list ul li.active a,
.sis-profile-menu-list ul li a:hover {
    color: var(--web-panel-color);
    background: #FFECEC;
    transition: all ease 0.5s;
}


.profile-tab-content #userPhotos .image-item-list {
    cursor: pointer;
    position: relative;
    display: block;
    margin-bottom: 15px;
    overflow: hidden;
    border-radius: 15px
}

.profile-tab-content #userPhotos .image-item-list .image-item:before {
    content: "";
    position: absolute;
    width: 0px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    transition: all ease 0.5s;
    height: 0;
    margin: auto;
}

.profile-tab-content #userPhotos .image-item-list .image-item:hover:before {
    width: 100%;
    height: 100%;
    transition: all ease 0.5s;
}

.profile-tab-content #userPhotos .image-item-list .image-item img,
.profile-tab-content #userPhotos .image-item-list .image-item video {
    border-radius: 5px;
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.profile-tab-content #userPhotos .image-item-list .like-icon {
    background: #fff;
    padding: 5px;
    position: absolute;
    top: 10px;
    right: 15px;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn.btn-secondary {
    color: #fff
}

.btn.btn-secondary:hover {
    background: #fff;
    color: #2D2E2F
}

.btn.btn-secondary.added {
    border-color: green;
    color: green;
    background: transparent;
}


.subsc-active-icon span{
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  font-size: 25px;
  align-items: center;
}

.sis-subs-history-list h6{ font-size:16px;line-height: 24px; }

.bg--1 {
    background: #D9F6FD !important;
    color: #007692;
}

.bg--2 {
    background: #DEF6E7 !important;
    color: #007C52;
}

.bg--3 {
    background: #E1F4FE !important;
    color: #1A6DC3;
}

.bg--4 {
    background: #FFECEC !important;
    color: #D71616;
}
/********************Business List****************/
.sis-text-dropdown .dropdown .btn-texual {
    font-weight: 700;
    color: #000
}

.sis-info span.icon {
    width: 25px;
    height: 25px;
    border: 2px solid #6B6D6F;
    color: #6B6D6F;
    font-size: 16px;
    cursor: pointer;
}

.sis-filter-list ul {
    display: flex;
    align-items: center;
}

.sis-filter-list ul li:not(:last-child) {
    margin-right: 8px
}

.sis-filter-list ul li a,
.sis-filter-list ul li select {
    padding: 8px 14px;
    font-size: 12px;
    font-weight: 600;
    border: 1px solid #C8C9CA;
    border-radius: 50px;
    color: #000;
    margin: 0;
    background: #fff;
    display: block;
    line-height: 1.5;
}

.sis-filter-list ul li a:focus {
    color: #000
}

.sis-filter-list.sis-category-list ul li.active a {
    background: var(--web-panel-color);
    color: #fff;
    border-color: var(--web-panel-color);
}

.sis-filter-list.sis-category-list ul li a img {
    height: 25px;
    object-fit: cover;
    background: #fff;
    border-radius: 50px;
    margin-right: 5px;
}
.sis-business-list-row > h4 i{
  display: inline-block;
  height: 25px;
  align-content: center;
  cursor: pointer;
}
.sis-business-list {
    padding-bottom: 25px;
    margin-bottom: 25px
}

.sis-business-list .sis-card-img-top {
    width: 175px;
    height: 175px;
    min-width: 175px;
}

.sis-business-list .sis-card-img-top img {
    width: 175px;
    height: 175px;
    object-fit: cover;
    border-radius: 8px
}

.sis-business-list-body h3 {
    font-size: 24px;
}

.sis-business-list-body h3 a {
    color: #000
}

.sis-business-list-body h3 a:hover {
    color: var(--web-panel-color)
}

.text-green {
    color: #327C1E
}

.text-red {
    color: var(--web-panel-color)
}

.sis-business-list .sis-rating-count .sis-rating-total {
    color: #007692;
}

.pagination .page-item {
    margin: 0 5px
}

.pagination .page-link {
    border: 0;
    border-radius: 8px;
    color: #6B6D6F;
    width: 38px;
    text-align: center;
}

.pagination .page-link:hover,
.pagination .page-item.active .page-link {
    color: #fff;
    background: var(--web-panel-color);
    border-color: var(--web-panel-color);
}

.sis-add-business .shadow-sm {
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.12) !important;
}

.sis-add-icon span {
    background: #FFECEC;
    width: 44px;
    height: 44px;
    border-radius: 100px;
    color: var(--web-panel-color);
    display: flex;
    align-items: center;
    justify-content: center;
}

.sis-add-content h4 {
    font-size: 16px;
}

.text-blue {
    color: #007692 !important;
}

.sis-related-list li:not(:last-child) {
    padding-bottom: 30px
}

.sis-related-list li a {
    color: #000;
    font-weight: 600;
}

.sis-topics-user img {
    width: 38px;
    height: 38px;
    object-fit: cover;
}

.sis-topics-content h6 {
    font-size: 16px;
}

.sis-faq-list ul {
    padding-left: 25px;
}

.sis-faq-list ul li {
    list-style-type: disc;
}

.sis-business-list-page>.container {
    padding-left: calc((100% - 1320px) / 2);
    width: 100% !important;
    max-width: 100% !important;
}

.sis-business-map {
    height: 100vh;
    position: sticky;
    top: 0;
}

.sis-business-map #map {
    height: 100% !important
}

.main-wrap.toggled:before {
    content: "";
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    transition: all 0.1s ease;
    z-index: 20
}

#features .modal-dialog,
#category .modal-dialog {
    max-width: 740px;
}

#features .modal-content {
    border-radius: 10px;
    border: 0;
}

.modal-body .sis-checkbox-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    gap: 0px !important;
}

.modal-body .sis-checkbox-list li {
    width: 50%;
    padding: 8px 10px;
}

.modal-body .sis-checkbox-list li label,
.modal-body .sis-radio-list li label {
    font-size: 15px;
}

.modal .close {
    font-size: 40px;
    line-height: 1;
    position: absolute;
    right: 25px;
}

.main-wrap .sis-sidebar-wrapper,
#show-sidebar,
#close-sidebar {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.sis-detail-no {
    padding: 50px 15px;
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    background-size: 100%;
}

.sis-business-map .sis-business-card {
    width: 250px;
}

.sis-business-map .sis-card-img-top {
    padding-bottom: 20px;
}

.sis-business-map .sis-card-img-top img {
    width: 100%;
    height: 150px;
    border-radius: 15px;
}

.sis-business-map .sis-business-list-body h3 {
    font-size: 20px;
}

.sis-business-map .sis-business-list-body .sis-category-list {
    padding-top: 10px;
}

.sis-business-map .sis-business-list-body .sis-category-list a {
    color: #000;
    padding-right: 5px
}

.sis-project-img img {
    height: 38px;
    object-fit: contain;
}

.project-hire-img img {
    height: 60px;
    object-fit: contain;
}

.sis-see-more .project-hire-img {
    height: 60px;
}

.sis-see-more .project-hire-img img {
    height: auto;
}


.sis-next-project-list {
    margin-bottom: 15px;
}

.sis-project-detail .dropdown-menu,
.sis-business-detail .dropdown-menu {
    right: 0
}

.sis-project-detail .dropdown-menu li a,
.sis-business-detail .dropdown-menu li a {
    padding: 8px 20px;
    font-size: 14px;
    font-weight: 500
}

.sis-project-detail .dropdown-menu li a i,
.sis-business-detail .dropdown-menu li a i {
    margin-right: 5px;
}

.sis-edit-icon,
.bg-btn .btn {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-bottom: 0;
    color: #6B6D6F;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F0F0F0;
    transition: 0.4s ease-in-out;
    cursor: pointer;
}

.sis-project-users {
    display: flex;
    align-items: center;
}

.sis-project-users span {
    width: 35px;
    height: 35px;
    overflow: hidden;
    border-radius: 100px;
    border: 2px solid #fff;
    margin-left: -10px
}

.sis-project-users span img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sis-project-users-des p {
    background: #fdf2f2;
    font-size: 13px;
}


/*----------------businesses----------------*/

.search-filter .dropdown .dropdown-toggle:focus {
    background: var(--web-panel-color);
    border-color: var(--web-panel-color);
}

.sis-add-business-list .sis-business-img {
    width: 30%;
}

.sis-add-business-list .sis-business-img img {
    border-radius: 10px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.table-responsive .dataTables_wrapper .dataTables_length select {
    padding: 7px 15px;
    border-radius: 50px;
    background: #F3F4F6;
    border-color: #F3F4F6;
}

.dataTables_length {
    margin-top: 10px;
}

.dataTables_wrapper .dataTables_filter {
    float: right;
    text-align: right;
    margin-bottom: 15px;
}

.table-responsive .dataTables_wrapper .dataTables_filter input {
    background: #F3F4F6 url(../images/search_icon.png) no-repeat right 10px center;
    border-radius: 20px;
    padding: 12px 25px;
    font-size: 14px;
    color: #6B7280;
    height: auto !important;
    border: 0px;
}

.table-bordered.dataTable {
    border-radius: 10px;
    overflow: hidden;

}

.table-bordered td,
.table-bordered th {
    border: 1px solid #dee2e6;
}

.table.dataTable tr,
.table.dataTable tr td {
    border-top: 0 !important;
    border-color: #E5E7EB;
    border-top-color: rgb(229, 231, 235);
}

.table.dataTable thead th,
.table.dataTable th {
    font-weight: 400 !important;
    font-size: 15px;
    background: #F3F4F6;
    padding: 15px 10px;
    border-color: #E5E7EB;
}

.table.dataTable tr td .product-name{padding-right: 30px;position: relative;}
.table.dataTable tr td .product-name .verified-icon{color: green;position: absolute;right: 0}

.table-striped tbody tr:nth-of-type(2n+1) {
    background: none;
}

.table-hover tbody tr:hover {
    background-color: rgba(0, 0, 0, 0.01);
}

.table.dataTable [type="checkbox"]:not(:checked),
.table.dataTable [type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
    opacity: 0;
}

.table.dataTable [type="checkbox"]+label {
    position: relative;
    cursor: pointer;
    display: inline-block;
    font-size: 1rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
    padding-left: 26px;
    height: 25px;
    line-height: 21px;
    font-weight: normal;
}

.table.dataTable [type="checkbox"]+label::before,
.table.dataTable [type="checkbox"]:not(.filled-in)+label::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    z-index: 0;
    border: 1px solid #b1b8bb;
    border-radius: 1px;
    margin-top: 2px;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;

}

.table.dataTable [type="checkbox"]:not(.filled-in)+label::after {
    border: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.table.dataTable [type="checkbox"]:checked+label::before {
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-bottom: 2px solid #26a69a;
    -webkit-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    transform: rotate(40deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    top: -4px;
    left: -2px;
    width: 11px;
    height: 19px;
    border-right: 2px solid var(--web-panel-color);
    border-bottom: 2px solid var(--web-panel-color);
}

.table tr td>span.action-btn {
    white-space: nowrap;
}

.table tr td>span.action-btn a,
table.dataTable>tbody>tr.child ul.dtr-details>li .dtr-data .action-btn a {
    font-size: 18px;
    padding: 0 5px;
}

.table-responsive tr td.action-btn i,
.table-responsive tr td .action-btn i {
    border: 1px solid;
    border-radius: 5px;
    padding: 2px 5px;
    display: inline-block;
}

.table-responsive tr td i {
    font-size: 20px;
}

.table tr td>span.action-btn a i.mdi-eye,
table.dataTable>tbody>tr.child ul.dtr-details>li .dtr-data .action-btn a i.mdi-eye {
    color: #B700BD;
}

.table tr td>span.action-btn a i.mdi-lead-pencil,
table.dataTable>tbody>tr.child ul.dtr-details>li .dtr-data .action-btn a i.mdi-lead-pencil {
    color: #1FCAFF;
}

.table tr td>span.action-btn a i.mdi-delete,
table.dataTable>tbody>tr.child ul.dtr-details>li .dtr-data .action-btn a i.mdi-delete {
    color: #FF3840;
}

.table-responsive .dataTables_wrapper .dataTables_info {
    font-size: 14px;
}

.table-responsive .dataTables_wrapper .dataTables_paginate {
    padding-top: 5px;
}

.table-responsive .dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.table-responsive .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.table-responsive .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    font-size: 14px;
}

.table-responsive .dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 3px 10px;
}

.table-responsive .dataTables_wrapper .dataTables_paginate .paginate_button.current,
.table-responsive .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover,
.table-responsive .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: var(--web-panel-color);
    color: #fff !important;
    border: 1px solid var(--web-panel-color);
    border-radius: 5px;
}

.highlight-option-list,
.service-option-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    row-gap: 10px;
}

.highlight-option-list .sis-checkbox {
    width: 50%;
    padding: 0 10px;
}

.service-option-list .sis-checkbox {
    width: 25%;
    padding: 0 10px;
}

.highlight-option-list .sis-checkbox-list li,
.service-option-list .sis-checkbox-list li {
    padding: 0 0 10px 0;
    gap: 10px;
}

.highlight-option-list .sis-checkbox-list li label,
.service-option-list .sis-checkbox-list li label {
    font-size: 14px;
}
.highlight-option-list .sis-checkbox-list li label img,
.service-option-list .sis-checkbox-list li label img{max-width: 22px;
  vertical-align: middle;
  display: inline-block;
  margin: 0 5px;}

.switch-box .switch-box-inner label.control-label {
    margin-bottom: 0 !important;
}

.switch-box .switch {
    display: inline-block;
    width: 40px;
    height: 21px;
    cursor: pointer;
    margin: auto;
    position: relative;
    vertical-align: middle;
    margin-left: 15px;
}

.switch-box .switch input {
    opacity: 0;
    height: 100%;
    z-index: 5;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    top: 0;
    bottom: 0;
    cursor: pointer;
}

.switch-box .switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 34px;
    width: auto;
    height: auto;
}

.switch-box .switch .slider:before {
    position: absolute;
    content: "";
    height: 19px;
    width: 19px;
    left: 1px;
    bottom: 1px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 50%;
}

.switch-box .switch input:checked+.slider {
    background-color: #26B246;
}

.switch-box .switch input:checked+.slider::before {
    -webkit-transform: translateX(19px);
    -ms-transform: translateX(19px);
    transform: translateX(19px);
}

/*----------------businesses----------------*/

/*----------------toggeled sidebar----------------*/

.main-wrap.toggled .sis-sidebar-wrapper {
    left: 0px;
}

/*----------------show sidebar button----------------*/
#show-sidebar {
    position: static;
    transition-delay: 0.3s;
}

.main-wrap.toggled #show-sidebar {
    left: -40px;
}

/*----------------sis-sidebar-wrapper----------------*/

.sis-sidebar-wrapper {
    width: 500px;
    height: 100%;
    background: #fff;
    padding: 72px 32px;
    max-height: 100%;
    position: fixed;
    top: 0;
    left: -500px;
    z-index: 999;
}

.sis-sidebar-wrapper ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.sis-sidebar-wrapper a {
    text-decoration: none;
}

.sis-mobile-header {
    display: none;
}

/*----------------sis-sidebar-content----------------*/
.sis-sidebar-wrapper #close-sidebar {
    position: absolute;
    right: 40px;
    top: 20px;
    font-size: 25px;
    cursor: pointer;
    z-index: 1
}

.sis-sidebar-header h3 {
    font-size: 24px
}

.sis-sidebar-content,
.sis-sidebar-project-content {
    max-height: calc(100% - 30px);
    height: calc(100% - 30px);
    overflow-y: auto;
    padding-right: 15px;
    position: relative;
    scrollbar-width: thin;
}

.sis-sidebar-content.desktop {
    overflow-y: hidden;
}

.sis-filter-count {
    background: #FFECEC;
    color: var(--web-panel-color);
    font-size: 12px;
    font-weight: 600;
    padding: 0px;
    border-radius: 50px;
    width: 22px;
    height: 22px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sis-sidebar-filter-box {
    border: 1px solid #E3E3E3;
    border-radius: 12px;
    margin-bottom: 24px;
}

.sis-side-filter-head {
    padding: 16px 20px;
    border-bottom: 1px solid #E3E3E3;
    background: #F7F7F7;
    border-radius: 12px 12px 0px 0px
}

.sis-price-filter li a {
    border-radius: 72px;
    border: 1px solid #C8C9CA;
    padding: 10px 24px;
    color: #2D2E2F;
    display: flex;
    align-items: center;
}

.sis-price-filter li a:hover,
.sis-price-filter li.sis-select a {
    background: #D9F6FD;
    border-color: #D9F6FD;
    color: #007692
}

.sis-price-filter li a i {
    margin-left: 5px;
    font-size: 20px;
    color: #007692;
    display: none;
}

.sis-price-filter li.sis-select a i {
    display: block;
}

.sis-side-filter-content {
    padding: 16px 20px;
}

.sis-price-filter li {
    position: relative;
}

.sis-price-filter li label {
    border-radius: 72px;
    padding: 10px 24px;
    color: #2D2E2F;
    display: flex;
    align-items: center;
    cursor: pointer;
    line-height: normal;
}

.sis-price-filter li label i {
    font-size: 20px;
    margin-left: 10px;
    display: none;
}

.sis-price-filter li input[type="checkbox"] {
    visibility: hidden;
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
    margin: 0px;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    border-radius: 100px;
    background: none;
}

.sis-price-filter li input[type="checkbox"]:before {
    content: "";
    border-radius: 72px;
    border: 1px solid #C8C9CA;
    color: #2D2E2F;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    visibility: visible;
    z-index: -1
}

.sis-price-filter li input[type="checkbox"]:checked::before {
    background: #D9F6FD;
    border-color: #D9F6FD;
}

.sis-price-filter li input[type="checkbox"]:checked~label {
    color: #007692;
}

.sis-price-filter li input[type="checkbox"]:checked~label i {
    display: inline-block;
}

.sis-checkbox-list li,
.sis-radio-list li {
    padding: 12px 0px;
    display: flex;
    justify-content: space-between;
}

.sis-checkbox-list li label,
.sis-radio-list li label {
    color: #2D2E2F;
    font-size: 16px;
    font-weight: 500;
    margin: 0;
}

.form-radio {
    cursor: pointer;
}

.sis-checkbox-list li input[type="checkbox"],
.sis-radio-list li input[type="radio"],
.form-radio input[type="radio"] {
    visibility: hidden;
    position: relative;
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
    width: 25px;
    height: 25px;
    margin: 0px;
}

.sis-checkbox-list li input[type="checkbox"]:before {
    content: "";
    position: absolute;
    border: 1px solid #8B8C8D;
    box-sizing: border-box;
    visibility: visible;
    background-color: #fff;
    width: 25px;
    height: 25px;
    border-radius: 3px;
    transition: all ease 0.5s;
}

.sis-checkbox-list li input[type="checkbox"]:checked::before {
    background: #007692;
    border-color: #007692;
    transition: all ease 0.5s;
}

.sis-checkbox-list li input[type="checkbox"]:checked::after {
    content: "";
    position: absolute;
    left: 9px;
    bottom: 5px;
    width: 7px;
    height: 15px;
    border: solid #fff;
    border-top-width: medium;
    border-right-width: medium;
    border-bottom-width: medium;
    border-left-width: medium;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    visibility: visible;
    box-sizing: border-box;
    transition: all ease 0.2s;
}

.sis-radio-list li input[type="radio"]:before,
.form-radio input[type="radio"]:before {
    content: "";
    position: absolute;
    border: 1px solid #8B8C8D;
    box-sizing: border-box;
    visibility: visible;
    background-color: #fff;
    width: 25px;
    height: 25px;
    border-radius: 50px;
    transition: all ease 0.2s;
}

.sis-radio-list li input[type="radio"]:checked::before,
.form-radio input[type="radio"]:checked::before {
    border-width: 3px;
    border-color: #007692;
    transition: all ease 0.2s;
}

.sis-radio-list li input[type="radio"]:checked::after,
.form-radio input[type="radio"]:checked::after {
    content: "";
    position: absolute;
    left: 5px;
    bottom: 5px;
    width: 15px;
    height: 15px;
    visibility: visible;
    box-sizing: border-box;
    border-radius: 50px;
    background: #007692;
    transition: all ease 0.2s;
}

.form-radio input[type="radio"]:checked::after {
    bottom: 3px
}

.sis-sidebar-footer {
    position: absolute;
    bottom: 25px;
    right: 30px
}


.upload-image-box .upload-image-box-inner {
    border: 2px dashed #ccc;
    height: 140px;
    border-radius: 5px;
    position: relative;
    aspect-ratio: 1;
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
    width: 100%;
}

.upload-image-box .upload-image-box-inner i {
    font-size: 25px;
}

.upload-image-box .upload-image-box-inner label {
    display: block;
    font-size: 16px;
    font-weight: 600;
    margin-top: 10px;
}

.upload-image-box .upload-image-box-inner input[type="file"] {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    opacity: 0;
    cursor: pointer;
    z-index: 1
}

.upload-image-box .business-image #business_photos {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.upload-image-box .business-image .image-item {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    display: block;
    width: 20%;
    padding: 0 10px;
    margin-bottom: 15px;
}

.upload-image-box .upload-image-box-inner .placeholder_img_thumb {
    position: absolute;
    width: 100%;
    height: 100%;
}

.upload-image-box .upload-image-box-inner .placeholder_img_thumb img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.upload-image-box .business-image .image-item img,
.upload-image-box .business-image .image-item video {
    width: 100%;
    height: 150px;
    object-fit: cover;
    border-radius: 10px
}

.upload-image-box .business-image .remove-btn,
.sis-project-upload-image .project-image .remove-btn {
    position: absolute;
    right: 15px;
    top: 10px;
    background: #fff;
    border-radius: 50px;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    cursor: pointer;
}


.sis-project-hire-lists {
    border-color: rgb(240, 240, 240);
    place-content: normal flex-start;
    -webkit-box-align: center;
    align-items: center;
    box-sizing: border-box;
    display: flex;
    flex-flow: row;
    -webkit-box-pack: start;
    width: -webkit-fill-available;
    height: 100%;
}

.sis-project-hire-lists .sis-project-hire-list {
    box-sizing: border-box;
    -webkit-box-flex: 1;
    flex-grow: 1;
    flex-basis: 0px;
    cursor: pointer;
}

.sis-project-hire-lists .sis-project-hire-list a {
    display: block;
    border-bottom: 2px solid transparent;
    padding: 10px 0;
}

.sis-project-hire-lists .sis-project-hire-list a:hover {
    border-color: var(--web-panel-color);
}

.sis-project-hire-list .sis-project-hire-list-inner {
    position: relative;
}

.sis-project-hire-list .sis-project-hire-list-inner:after {
    content: "";
    width: 1px;
    height: 25px;
    background: #ccc;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

.sis-project-hire-list.sis-see-more .sis-project-hire-list-inner:after {
    display: none;
}


.modal-body .sis-project-hire-lists {
    flex-flow: wrap;
}

.modal-body .sis-project-hire-lists .sis-project-hire-list {
    flex-basis: inherit;
    width: 33.33%;
    margin-bottom: 10px;
    -webkit-box-flex: 0;
    flex-grow: 0;
    padding: 0 5px;
}

.modal-body .sis-project-hire-lists .sis-project-hire-list a {
    padding: 0;
    border: 0;
}

.modal-body .sis-project-hire-list .sis-project-hire-list-inner::after {
    display: none;
}

.modal-body .sis-project-hire-list .sis-project-hire-list-inner {
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 10px
}

.sis-projects-sidebar {
    height: 100%
}

.sis-sidebar-project-content {
    padding: 40px 30px;
    height: 85vh;
    min-height: 300px;
}

.chat-top-rg .rating-star {
    gap: 2px
}

.chat-top-rg .rating-star a {
    width: 18px;
    height: 18px;
}

.chat-top-rg .rating-star a i {
    font-size: 8px;
}

.sis-projects-right .chat .chat-history {
    height: calc(100vh - 290px);
}

.sis-sidebar-project-content .sis-chat-messages-list {
    cursor: pointer;
}

.sis-sidebar-project-content .sis-chat-messages-list:hover,
.sis-sidebar-project-content .sis-chat-messages-list.active {
    background: #f7f7f7
}

.sis-chat-messages {
    background-color: rgb(240, 240, 240);
    border-color: rgb(240, 240, 240);
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    -webkit-box-orient: vertical;
    box-sizing: border-box;
    -webkit-line-clamp: 2;
    max-height: 65px;
    white-space: normal;
}

.sis-chat-messages-list .profile-image {
    width: 50px;
    height: 50px;
}

.sis-chat-messages-list .profile-image img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    object-position: top;
}

.sis-sidebar-edit {
    display: flex;
    -webkit-box-pack: end;
    justify-content: flex-end;
    bottom: 0;
}

.sis-project-upload-image,
.upload-image-box .business-image>div {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px
}

.sis-project-upload-image>div {
    width: 25%;
    padding: 0 10px;
    margin-bottom: 15px;
}

.sis-project-upload-image.no-images>div {
    width: 100%
}

.sis-project-upload-image .upload-image-box .upload-image-box-inner {
    height: 150px;
}

.sis-project-upload-image .project-image .image-item {
    display: block;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
}

.sis-project-upload-image .project-image img {
    width: 100%;
    height: 150px;
    object-fit: cover;
}

.highlight-option-wrapper {
    max-height: 280px;
    overflow-y: auto;
    padding: 10px 10px 10px 0px;
}
.sis-info{cursor: pointer;}

.booking-table{width: 100%}
.booking-table td{padding: 5px}

.sis-nofound-project{padding: 25px 0;}    
.sponsored-link{text-align: center;}


/********************Subscription  Plan****************/

.sis-sub-plan-list.card{transition: all ease 0.5s;}
.sis-sub-plan-list.card .card-body{padding: 25px;}
.sis-sub-plan-list.card:hover{box-shadow: 0 5px 15px 0 rgba(0,0,0,0.2);transition: all ease 0.5s;}
.sis-plan-price{font-size: 30px;line-height: normal;}
.sis-plan-price .sis-plan-day{font-size: 18px;}
.sis-plan-detail ul li{padding-bottom: 10px; margin-bottom: 10px;border-bottom: 1px solid #eee;}
.pay-method-box {
  border-radius: 16px;
  background: #FFF;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.12);
  flex-wrap: wrap;
  padding: 12px;
  margin-bottom: 15px;
}
.pay-method-box .pay-method-icon {
  width: 15%;
}

.pay-method-box .form-check {
  width: 85%;
  padding-left: 10px;
  padding-right: 0px;
  font-size: 16px;
  font-weight: 500;
  color: #0C111C;
  justify-content: space-between;
  display: flex;
  align-items: center;
}
.pay-method-box .form-check [type="radio"]:not(:checked) + label, .pay-method-box .form-check [type="radio"]:checked + label{position: relative;
  cursor: pointer;
  display: inline-block;
  font-size: 1rem;
  -webkit-transition: .28s ease;
  -o-transition: .28s ease;
  transition: .28s ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding-left: 26px;
  height: 25px;
  line-height: 25px;
  font-weight: normal;

}
.pay-method-box .form-check [type="radio"]:not(:checked),.pay-method-box .form-check [type="radio"]:checked {
  position: absolute;
  left: -9999px;
  opacity: 0;
}
.pay-method-box .form-check [type="radio"] + label::before,.pay-method-box .form-check [type="radio"] + label::after{
    content: '';
  position: absolute;
  left: 0;
  top: 0;
  margin: 4px;
  width: 16px;
  height: 16px;
  z-index: 0;
  -webkit-transition: .28s ease;
  -o-transition: .28s ease;
  transition: .28s ease;
  border-radius: 50%;
  border: 2px solid transparent;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards;
  border-radius: 50%;
}

.pay-method-box .form-check [type="radio"] + label::before {
  border: 2px solid #4B5563;
    border-top-color: rgb(75, 85, 99);
    border-right-color: rgb(75, 85, 99);
    border-bottom-color: rgb(75, 85, 99);
    border-left-color: rgb(75, 85, 99);
  width: 24px;
  height: 24px;
  margin: 0;
}

.pay-method-box .form-check [type="radio"]:checked + label::before {
  background: var(--web-panel-color);
  border-color: var(--web-panel-color);
  border-radius: 50%;
}
.pay-method-box .form-check [type="radio"] + label::after {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
  z-index: 0;  
  left: 4px;
  top: 4px;
  border: 2px solid #fff;
  margin: 0;
  background: var(--web-panel-color);
  border-radius: 50%;
  z-index: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
.pay-method-box .form-check [type="radio"]:checked + label::after {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}
/********************Subscription  Plan****************/
/********************blog****************/
.sis-blog-card{height: calc(100% - 30px);margin-bottom: 30px;}
.sis-blog-img{background: #f2f2f2;cursor: pointer;}
.sis-blog-img img{max-width: 100%;height: 250px;object-fit: cover;width: 100%;object-position: top;}
.blog-title h3{font-size: 22px; cursor: pointer;}
.blog-title h3:hover{color: var(--web-panel-color)}
.sis-blog-card .sis-blog-content{display: flex;flex-direction: column;height: 100%;}
.blog-author-img img{width: 45px;height: 45px;object-fit: cover;}
/********************blog****************/
/********************chat box****************/
.float-right {
    float: right !important;
}

.text-right {
    text-align: right !important;
}

.chat-send-col .chat-send-input {
    width: calc(100% - 63px);
}

.chat-send-col .chat-send-input label {
    position: absolute;
    right: 10px;
    top: 7px;
    cursor: pointer;
}

.chat-send-col .chat-send-input .form-control {
    height: 40px;
    padding-right: 40px;
}

.card.chat-app {
    max-width: 900px;
    margin: 0 auto;
}

.chat .chat-header {
    padding: 15px 20px;
    border-bottom: 1px solid #e6e6e6
}

.chat .chat-header .profile-image {
    margin-right: 15px;
}

.chat .chat-header img,.chat-massage-user img {
    float: left;
    border-radius: 40px;
    width: 50px;
    height: 50px;
    object-fit: cover;
    object-position: top;
    background: #ececec;
}

.chat .chat-header .chat-about {
    float: left;
    padding-left: 0px
}

.chat .chat-history {
    padding: 20px;
    border-bottom: 2px solid #fff;
    height: 70vh;
    overflow-y: auto;
    scrollbar-width: thin;
    min-height: 300px;
}

.chat .chat-history::-webkit-scrollbar-track,
.sis-sidebar-content::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

.chat .chat-history::-webkit-scrollbar,
.sis-sidebar-content::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

.chat .chat-history::-webkit-scrollbar-thumb,
.sis-sidebar-content::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #555;
}


.chat .chat-history ul {
    padding: 0
}

.chat .chat-history ul li {
    list-style: none;
    margin-bottom: 30px;
    padding-bottom: 20px;
    position: relative;

}

.chat .chat-history ul li:last-child {
    margin-bottom: 0px
}

.chat .chat-history .message-data {
    margin-bottom: 15px;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.5px;
}

.chat .chat-history .message-data img {
    border-radius: 40px;
    width: 40px
}

.chat .chat-history .message-data-time {
    color: #434651;
    padding-left: 6px
}

.chat .chat-history .message {
    color: #000;
    padding: 10px 20px;
    line-height: 26px;
    font-size: 16px;
    border-radius: 7px;
    display: inline-block;
    position: relative;
    font-weight: 500;
}

.chat .chat-history .message:after {
    bottom: 100%;
    left: 7%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: #fff;
    border-width: 10px;
    margin-left: -10px
}

.chat .chat-history .my-message {
    background: #e3e3e3
}

.chat .chat-history .my-message:after {
    bottom: 100%;
    left: 30px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: #e3e3e3;
    border-width: 10px;
    margin-left: -10px
}

.chat .chat-history .other-message {
    background: #ffd8d8;
    text-align: right
}

.chat .chat-history .other-message:after {
    border-bottom-color: #ffd8d8;
    left: auto;
    right: 10px
}

.chat .chat-message {
    padding: 20px
}

.online,
.offline,
.me {
    margin-right: 2px;
    font-size: 8px;
    vertical-align: middle
}

.online {
    color: #86c541
}

.offline {
    color: #e47297
}

.me {
    color: #1d8ecd
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0
}

.chat-message .input-group-text {
    padding: 10px;
    border-radius: 5px 0 0px 5px;
}

.chat-message .input-group .btn {
    height: 100%
}

.location-label{color: var(--web-panel-color)}
/* ==================================
      Yelpify Responsive Css
===================================== */

@media only screen and (max-width: 1450px) {

.header-main .navbar-collapse .navbar-nav > .nav-item:last-child .dropdown-menu{left: auto; right: 0;}
.header-main .navbar-collapse .navbar-nav > .nav-item:last-child .dropdown-menu .dropdown-submenu .dropdown-menu{
   left: auto;
   right: 100%;
}


}

@media only screen and (max-width: 1315px) {
    .sis-business-list-page>.container {
        padding-left: 15px;
    }
}


@media only screen and (max-width: 1282px) {

.header-right-list .btn.btn-primary{
   font-size: 13px;
}

}

@media only screen and (max-width: 1199px) {

    .sis-business-list-page>.container {
        padding-left: calc((100% - 1140px) / 2);
    }
    .section {
        padding: 50px 0;
    }

    .carousel-indicators {
        bottom: 20%;
        transform: translateX(-42%);
    }

    .category {
        width: 30%;
    }

    .tab-content .tab-pane .photo-grid img {
        width: 100%;
        height: 100%;
        min-height: 250px;
        object-fit: cover;
    }

    .sis-business-list-page>.container {
        padding-left: 15px;
    }   


}


@media only screen and (min-width: 768px) and (max-width: 992px) {
    .chat-app .chat-list {
        height: 650px;
        overflow-x: auto
    }

    .chat-app .chat-history {
        height: 600px;
        overflow-x: auto
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
    .chat-app .chat-list {
        height: 480px;
        overflow-x: auto
    }

    .chat-app .chat-history {
        height: calc(100vh - 350px);
        overflow-x: auto
    }
}

.header-main .submenu-arrow {
    display: none;
}




@media only screen and (max-width: 991px) {
     
     .section-header .header-main .brand-wrap img{height: auto;}
    .header-main .navbar-collapse .sis-mobile-menu .nav-link::after {
        display: none !important;
    }

    .header-main .sis-mobile-menu .submenu-arrow {
        display: block;
        position: absolute;
        right: 8px;
        color: #6B6D6F;
        font-size: 15px;
        top: 15px;
        bottom: 0;
        height: 25px;
        width: 25px;
        text-align: center;
        z-index: 2
    }

    .header-main .sis-mobile-menu .dropdown-submenu .submenu-arrow {
        top: 6px
    }

    .header-main .navbar-collapse .dropdown-submenu>.dropdown-item:after {
        display: none !important;
    }

    .header-main .navbar-collapse .sis-mobile-menu .nav-item .dropdown-menu {
        box-shadow: none;
        display: none;
    }

    .header-main .navbar-collapse .nav-item .dropdown-menu .dropdown-submenu:hover>.dropdown-menu {
        display: none;
    }

    .header-right .dropdown-item:hover,
    .header-right .dropdown-item:focus,
    .header-right .dropdown-submenu:hover>.dropdown-item,
    .header-right .dropdown-submenu:hover>.dropdown-item,
    .header-right .dropdown li:hover {
        background: none;
        color: #000;
    }
    
    .btn{padding: 7px 12px;}
    .section {
        padding: 50px 0;
    }

    .carousel-content h2 {
        font-size: 30px;
        line-height: 40px;
    }

    .carousel-indicators {
        transform: translateX(-36%);
    }

    .icon-btn.text-end {
        padding: 7px;
    }

    .carousel-content {
        top: 25%;
    }

    .review-card1 {
        margin-top: 0px;
    }

    .review-card2 {
        margin-top: 0px;
    }

    .category {
        width: 44% !important;
    }

    .tab-content .tab-pane .photo-grid img {
        width: 100%;
        height: 100%;
        min-height: 200px;
        object-fit: cover;
    }

    .carousel-indicators {
        display: none;
    }

    .navbar-toggler {
        border: 1px solid var(--web-panel-color);
        box-shadow: none !important;
        outline: none !important;
    }

    .navbar-expand-lg {
        display: flex;
        justify-content: end;
    }

    .banner-img img {
        height: 300px;
        object-fit: cover;
    }

    .sis-home-banner .banner-img img {
        height: 450px;
    }

    .sis-desktop-header {
        display: none;
    }

    .sis-mobile-header {
        display: block;
    }

    .header-right .header-right-form {
        width: 100%;
    }

    .navbar-toggler span {
        color: var(--web-panel-color);
    }

    .header-main {
        padding: 15px 0;
    }

    .header-right {
        padding-top: 0 !important
    }

    .service-option-list .sis-checkbox {
        width: 33.33%;
    }
    
    .business-detail.business-detail-links{flex-wrap: wrap;} 
    .business-detail.business-detail-links .icon-btn{width: 33.33%;margin-bottom: 15px;}

    .category-list {
        width: 25% !important; 
    }
    .category-list-inner{
        padding: 10px;
    }
.pt-5 {
  padding-top: 1.5rem !important;
}

.sis-project-hire-lists{flex-wrap: wrap !important;}
.sis-project-hire-lists .sis-project-hire-list{width: 33.33% !important;flex-basis: inherit;}

.rating-star a{width: 18px;
  height: 18px;}
  .rating-star a i{font-size: 10px;}

.banner-content .rating-star a{
    width: 25px;
    height: 25px;
}
.banner-content .rating-star i {
  font-size: 12px;
}



}

@media only screen and (max-width: 767px) {
    .header-right .profile img {
        width: 32px;
        height: 32px;
    }

    .section {
        padding: 30px 0 !important;
    }

    .section-title {
        margin-bottom: 15px;
    }

    .carousel-content h2 {
        font-size: 25px;
        line-height: 35px;
    }

    .carousel-indicators {
        display: none !important;
    }

    .carousel-content {
        left: 5%;
    }

    .category {
        width: 44% !important;
        margin: 15px 10px;
    }

    .header-right .form-control.location-input {
        display: none;
    }

    .header-right .guest li a {
        padding: 8px;
    }


    .navbar-expand-lg {
        display: flex;
        justify-content: end;
    }

    .review-card1 {
        margin-top: 0px;
    }

    .review-card2 {
        margin-top: 0px;
    }

    .icon-btn.me-4 {
        margin-right: 0px !important;
    }

    .tab-content .tab-pane .photo-grid img {
        width: 100%;
        height: 100%;
        min-height: 200px;
        object-fit: cover;
    }


    .modal-header .icon-btn.text-end.ms-auto {
        margin: 15px 0;
    }

    .navbar-toggler {
        border: 1px solid var(--web-panel-color);
        box-shadow: none !important;
        outline: none !important;
    }


    .carousel-content {
        top: 7% !important;
    }

    .carousel .carousel-image {
        width: 100%;
        min-height: 300px;
    }

    .banner-content h2 {
        font-size: 30px;
        line-height: normal;
    }
    .banner-content .businessStatus{
        display: flex;white-space: nowrap;
    }

    .banner-content {
        padding: 30px 0;
    }

    .sis-home-banner .banner-img img {
        height: 450px;
    }

    .chat-app .chat {
        margin: 0
    }

    .chat-app .chat .chat-header {
        border-radius: 0.55rem 0.55rem 0 0
    }

    .chat-app .chat-history {
        height: 300px;
        overflow-x: auto
    }

    .py-5 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    .pb-5 {
        padding-bottom: 1.5rem !important;
    }

    .pt-5 {
        padding-bottom: 1.5rem !important;
    }

    .sis-page-space {
        padding: 30px 0;
    }

    .section-title .title {
        font-size: 22px
    }

    .sis-business-list-body h3 {
        font-size: 20px;
    }

    .sis-business-list-body {
        padding-top: 15px
    }

    .col-md-4.pe-0 {
        padding-right: 15px !important
    }

    .sis-talk-topics .row>div,
    .sis-faq-list .row>div {
        margin-bottom: 15px;
    }

    .sis-business-list-pagination {
        justify-content: center;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        text-align: center;
    }

    .sis-business-list-pagination .pagination {
        padding: 15px 0;
        justify-content: center;
        display: flex;
    }

    .sis-filter-list ul {
        flex-wrap: wrap;
    }

    .sis-filter-list ul li {
        margin-bottom: 10px;
    }

    .sis-sidebar-header h3 {
        font-size: 20px;
    }

    .sis-side-filter-content {
        padding: 16px 15px;
    }

    .sis-side-filter-head {
        padding: 16px 15px;
    }

    .sis-price-filter li a {
        padding: 5px 15px;
    }

    .modal-body .sis-checkbox-list {
        column-count: 1;
        -webkit-column-count: 1;
        -moz-column-count: 1;
    }

    .sis-project-hire-lists {
        flex-flow: wrap;
    }

    .sis-project-hire-lists .sis-project-hire-list {
        width: 25%;
    }

    .sis-next-project-list {
        margin-bottom: 15px;
    }

    .modal-body .sis-checkbox-list li {
        width: 100%
    }

    .sis-business-list-page .sis-business-category {
        padding-top: 15px;
    }

    .sis-sidebar-project-content {
        height: auto;
        padding: 30px 30px 0px 20px;
    }

    .sis-projects-right .chat .chat-history {
        height: calc(50vh - 290px);
    }

    .service-option-list .sis-checkbox {
        width: 50%;
    }

    .upload-image-box .business-image .image-item{width: 33.33%}
    .blog-title h3{font-size: 20px;}

    .category-list {
  width: 33.33% !important; 
}

.category-list-inner{padding: 10px;}

.section-footer{
    text-align: center;
}
.section-footer .footer-title h6::before,.section-footer .footer-title h6::after {right: 0;margin: auto;}
.opening-hours{flex-wrap: wrap;}
.sis-project-hire-lists .sis-project-hire-list{width: 50% !important;}
.modal .modal-dialog {
  min-width: 95%;
  width: 95%;
}

.banner-content .popup-list-image img, .banner-content .popup-list-image video{height: 150px;}

.modal-header{flex-wrap: wrap;}

.place-image {
    width: 50px;
    min-width: 50px;
    height: 50px;
}


}

@media only screen and (max-width: 650px) {

 .account-title h1 {
    font-size: 28px;
    line-height: normal;
  }
  .nav-tabs a{padding: 8px 8px;}
    .modal-body .sis-checkbox-list li {
        width: 100%
    }

    .sis-business-list .sis-card-img-top,
    .sis-business-list .sis-card-img-top img {
        width: 100%;
        height: 250px;
    }

    .upload-image-box .business-image .image-item{width: 50%}
    .blog-title h3{font-size: 18px;}

    .category-list {
  width: 33.33% !important;
}
.section-footer .footer-title h6{font-size: 18px;}




}

@media only screen and (max-width: 480px) {

    .sis-sidebar-wrapper {
        width: 90%;
        padding: 20px 15px;
        left: -98%;

    }

    .sis-project-hire-lists .sis-project-hire-list {
        width: 50%;
    }

    .service-option-list .sis-checkbox {
        width: 100%;
    }
    .category-list {
  width: 50% !important;
}
.highlight-option-list .sis-checkbox{width: 100%;}

.chat .chat-history ul li .d-flex{flex-wrap: wrap;}
.chat .chat-history ul li .sis-message-time{margin-top: 15px;width: 100%}

}