body {
    font-family: "Open Sans";
    background: #f3f3f3;
}

.dropdown a.dropdown-item:hover {
    color: #1b59f8 !important;
    background: transparent;
}

.dropdown a.dropdown-item:active {
    background: transparent;
}

a:hover {
    text-decoration: none;
}

#show-lable {
    opacity: 0;
    visibility: hidden;
    left: 80px;
    font-weight: 300;
    padding: 6px 15px;
    background-color: #0e9aee;
    position: fixed;
    color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 992px) {
    #toggle-left-menu,
    .big-logo {
        display: none;
    }
}

/*end*/

/*custom css start*/

.btn {
    white-space:nowrap;
}

.dropdown-item p {
    margin: 0;
}

.active a img.menu-icon {
    filter: brightness(0) invert(1);
}

.two-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.heading-two h3 {
    color: #000000;
    font-size: 22px;
    font-weight: 600;
    margin: 0;
}
.table-item.tavle-box {
    background: #fff;
    min-height: 100%;
    padding: 20px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 12px;
}

.table th {
    background: transparent !important;
    font-size: 14px;
    color: #6e7072;
    font-weight: 600 !important;
    text-transform: capitalize;
}
.table tr td {
    color: #4e5c6f;
    font-size: 15px;
    font-weight: 500 !important;
}

.nav-link {
    font-size: 15px;
    color: #4e5c6f !important;
    font-weight: 500;
}
.nav-link.active {
    color: #0098ed !important;
}
div#userTable_length {
    display: none;
}
div#userTable_filter {
    display: none;
}
table.dataTable thead .sorting_asc {
    background-image: url("../images/sort_asc.png") !important;
    background-size: 0% !important;
}
tbody,
td,
tfoot,
th,
thead,
tr {
    border-color: #dedede;
}
table.dataTable thead th,
table.dataTable tfoot th {
    font-weight: 500;
}

.active-btn {
    background: #0098ed;
    color: #fff !important;
}
.active-btn img {
    filter: brightness(0) invert(1);
}

/*div#selerTable_length {
    display: none !important;
} */
div#selerTable_filter {
    display: none !important;
}
/*end*/

.menu {
    position: fixed;
    z-index: 1000;
    background-color: #fff;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.sidebar {
    right: -400px;
    top: 0;
    width: 400px;
    height: 100%;
    padding: 20px;
}

/*new css start*/
.data-search-field {
    width: 70%;
}
input.search-field {
    width: 100%;
    background: #f5f6fa;
    outline: unset;
    padding: 10px;
    border-radius: 10px !important;
    padding-left: 40px;
    color: #202224;
    font-size: 14px;
    border: 0.6px solid #d5d5d5;
}
.search-field {
    position: relative;
}
span.search-icon {
    position: absolute;
    z-index: 999;
    top: 6px;
    left: 12px;
}
a.btn-one {
    border: 1px solid #d5d5d5;
    color: #2d2e2f;
    text-decoration: unset;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    padding: 7px 30px;
    border-radius: 10px;
    margin-right: 15px;
}
button.btn-two,
a.btn-two {
    border: 1px solid #1b59f8;
    text-decoration: unset;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    padding: 7px 30px;
    border-radius: 10px;
    background: #1b59f8;
    color: #fff;
}
table.dataTable thead th,
table.dataTable thead td {
    padding: 10px 10px;
    white-space:nowrap;
    border-bottom: 1px solid #00000026;
}
.table-dropdown button.btn.btn-secondary {
    padding: 0;
    background: transparent;
    border: 0;
}
.review-rating p {
    margin: 0;
}
.table tr td {
    color: #202224;
    font-size: 14px;
    line-height: 19px;
    white-space:nowrap;
    font-weight: 600 !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 3px 13px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #fff !important;
    border: 1px solid #1b59f8 !important;
    background-color: white !important;
    background: #1b59f8 !important;
    border-radius: 4px !important;
}
.previous {
    padding: 0 !important;
    width: 32px;
    margin-right: 0px;
    height: 32px;
    top: -3px;
}
.next {
    padding: 0 !important;
    width: 32px;
    margin-right: 10px;
    height: 32px;
    top: -3px;
}
.previous:after {
    content: "";
    position: absolute;
    background: url(../images/left-arrow.png);
    background-size: contain;
    width: 12px;
    height: 12px;
    z-index: 99999;
    top: 9px;
    background-repeat: no-repeat;
    right: 8px;
}
.next:after {
    content: "";
    position: absolute;
    background: url(../images/right-arrwo.png);
    background-size: contain;
    width: 12px;
    height: 12px;
    z-index: 99999;
    top: 9px;
    background-repeat: no-repeat;
    left: 8px;
}
a.previous {
    position: relative;
    color: transparent;
}
.previous {
    color: transparent !important;
}
.next {
    color: transparent !important;
}
a.next {
    position: relative;
    color: transparent;
}
a.paginate_button {
    color: #000;
}
.paginate_button {
    position: relative;
}

.heading-one h3 {
    font-size: 22px;
    font-weight: 700;
}
.heading-one span.total {
    font-size: 14px;
    color: #5b5f7b;
    margin-left: 15px;
    font-weight: 500;
}
/*end*/

/*step form css start*/
.listing-step-form .label-p,
.listing-step-form label {
    margin-top: 10px;
    display: block;
    color: #606060;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.listing-step-form .custom-field {
    width: 100%;
    padding: 10px;
    border: 1px solid #d5d5d5;
    border-radius: 4px;
    color: #a6a6a6;
    font-size: 14px;
    height: 52px;
}

.listing-step-form button {
    padding: 10px 40px;
    margin: 10px 5px 0 0;
    border: none;
    border-radius: 4px;
    background-color: #1b59f8;
    color: white;
    cursor: pointer;
    width: 274px;
    height: 56px;
    font-size: 18px;
    font-weight: 700;
}
.step {
    display: none;
}

/* Show the first step */
.step.active {
    display: block;
}
.form-container {
    width: 100%;
    background-color: #fff;
    padding: 40px 160px 40px 85px;
    border-radius: 8px;
    border: 1px solid #b9b9b9;
}
.form-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    gap: 70px;
}

.form-group {
    flex: 1;
    display: flex;
    flex-direction: column;
    margin-right: 10px;
}

.form-group:last-child {
    margin-right: 0;
}

.two-field {
    display: flex;
    align-items: center;
}

.two-field input {
    flex: 1;
    margin-right: 0px;
}

.two-field span {
    margin-right: 10px;
    margin-left: 10px;
}

.btn:not(.btn-danger, .btn-warning, .btn-success) {
    background-color: #4045ba;
    color: #fff;
    padding: 15px;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s;
}
.form-btn {
    text-align: end;
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}
.btn:not(.btn-danger, .btn-warning, .btn-success):hover {
    background-color: #303aa5;
}
textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    resize: none;
}

.upload-container {
    display: flex;
}
.preview-item img {
    width: 100%;
    border-radius: 4px;
    height: 135px;
    object-fit: cover;
}
.upload-container.single {
    width: 100%;
}

div#multi-preview {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    width: 77%;
}
.upload-box {
    width: 17%;
    height: 135px;
    background-color: #f5f6fa;
    border: 1px solid #d5d5d5;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 8px;
    position: relative;
    cursor: pointer;
}
.preview-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    width: 77%;
}

.upload-box input {
    display: none;
}

.upload-box label {
    cursor: pointer;
}

.files-counter {
    display: flex;
    justify-content: center;
    align-items: center;
}

.files-counter span {
    color: #4045ba;
    font-weight: bold;
}

.btn:not(.btn-danger, .btn-warning, .btn-success) {
    background-color: #4045ba;
    color: #fff;
    padding: 15px;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s;
}
label.upload-label {
    height: 100%;
    width: 100%;
    padding: 36px 0px;
}
.upload-label img {
    width: 40px;
}
span.small-text {
    color: #202224;
    font-size: 18px;
}
#profile_form h3 {
    font-size: 32px;
    font-weight: 600;
}
/*.profile-pic {*/
/*    width: 150px;*/
/*    height: 150px;*/
/*    border-radius: 50%;*/
/*    background-color: #ddd;*/
/*    background-position: center;*/
/*    background-size: cover;*/
/*    position: relative;*/
/*    margin: 0 auto;*/
/*}*/
.profile-pic {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    background-color: #ddd;
    background-position: center;
    background-size: cover;
    position: relative;
    margin: 0 auto;
}

.profile-pic input {
    opacity: 0;
    height: 100%;
    width: 100%;
}
.upload-btn {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background-color: transparent !important;
    border: none;
    padding: 5px;
    cursor: pointer;
    width: 100%;
    left: 0;
    height: 100%;
    top: 0;
    border-radius: 100px !important;
    display: grid !important;
    align-items: center;
    justify-content: center;
}
.upload-btn:hover {
    background-color: rgba(0, 0, 0, 0.8);
}
.profile-container {
    text-align: center;
}
.upload-btn img {
    width: 30px;
}
.full-baner-bg {
    background: #4880ff;
    height: 100vh;
    display: grid;
    align-items: center;
    position: relative;
}
.shape-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.login-form-weapper {
    background: #ffffff;
    position: relative;
    z-index: 999;
    border-radius: 12px;
}
.login-form {
    position: relative;
    z-index: 999;
    padding: 0px 50px 50px 50px;
}
.login-logo-text {
    text-align: center;
    padding: 20px;
    border-bottom: 1px solid #0000001a;
    margin-bottom: 15px;
    color: #ff375c;
}
.login-logo-text h2 {
    font-size: 40px;
    text-transform: capitalize;
    font-weight: 700;
}
.top-contet h3 {
    color: #202224;
    font-size: 28px;
    font-weight: 700;
    line-height: 35px;
    margin-bottom: 20px;
}
.top-contet p {
    color: #202224;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}
.input-field .custom-field {
    display: inline-block;
    width: 100%;
    border: 1px solid #d5d5d5;
    padding: 10px;
    border-radius: 8px;
}
.input-field .custom-field {
    display: inline-block;
    width: 100%;
    border: 1px solid #d5d5d5;
    padding: 10px;
    border-radius: 8px;
    outline: unset;
    color: #a6a6a6;
    font-size: 18px;
    font-weight: 600;
}
.input-field {
    text-align: left;
    margin-bottom: 15px;
}
.input-field label {
    color: #202224;
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 600;
    width: 100%;
}
a.forget-pas {
    float: right;
    color: #202224;
    text-decoration: unset;
    opacity: 60%;
}
.check-field label {
    width: auto;
}
.form-btn-item {
    text-align: center;
}
.form-btn-item button.btn-item {
    display: inline-block;
    width: 90%;
    border: 0;
    padding: 10px;
    background: #367aff;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    border-radius: 12px;
}
/*end*/

/*15-10-2024 css start*/
#countryFilter ul {
    list-style-type: none;
    padding: 0;
}

#countryFilter li {
    display: flex;
    align-items: center;
    margin: 5px 0;
}

#countryFilter img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}
div#countryFilter {
    position: absolute;
    width: 51%;
    right: 0;
    background: #fff;
    padding: 10px;
    z-index: 99999999;
    border: 1px solid #dedede;
    top: 55px;
    border-radius: 4px;
}
.right-item {
    position: relative;
}
.table-dropdown li:first-child a.dropdown-item {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #dedede;
}
/*end*/

/*16-10-2024 css start*/
.dataTables_wrapper tr td {
    padding: 18px 10px !important;
}
.dataTables_length {
    display: none;
}
.custom-field:focus {
    background: #f5f6fa;
    outline: unset !important;
}
textarea:not(#iframeBannerCont1 textarea,
    #iframeBannerCont2 textarea) {
    height: auto !important;
}
span.text-field {
    color: #a6a6a6;
    font-size: 14px;
    position: absolute;
    bottom: 28%;
    right: 8px;
    border-left: 1px solid #a6a6a6;
    padding-left: 10px;
}
.field-text {
    position: relative;
}
.two-field .field-text {
    width: 47%;
}
div#selerTable_info {
    color: #b5b7c0;
    font-size: 14px;
}
/*end*/

/* 17-10-2024 css start */
.options-container {
    left: 0;
    right: 0;
    display: none;
    z-index: 999999;
    background: #fff;
    overflow-y: auto;
    max-height: 445px;
    position: absolute;
    border-radius: 7px;
    top: calc(100% + 5px);
    border: 1px solid #ccc;
}
.options-container.active {
    display: block;
}
.options-container div {
    padding: 10px;
    cursor: pointer;
    text-align: left;
}
.options-container .selected {
    background-color: #f0f0f0;
}
.select-box {
    color: #2d2e2f;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    padding: 7px 30px;
    white-space:nowrap;
    border-radius: 10px;
    display: inline-block;
    text-decoration: unset;
    border: 1px solid #d5d5d5;
    text-transform: capitalize;
}
.select-box span {
    display: inline-block;
}
.filter-item {
    justify-content: end;
}
/* end */
.preview-item {
    position: relative;
    width: 24%;
}
.image-btn-group {
    text-align: center;
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pf-btn {
    background: #fff !important;
    text-align: center !important;
    width: auto !important;
    height: 45px !important;
    font-size: 16px !important;
    text-transform: capitalize !important;
    font-weight: 600 !important;
}
button.change-btn.pf-btn {
    color: #000;
}
.remove-btn.pf-btn {
    color: #ff375c;
}
span#remove-image {
    height: 26px;
    width: 26px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    background: red;
    color: #fff;
    border-radius: 50px;
    position: relative;
    top: 0px;
    left: -26px;
    cursor: pointer;
}
.remove-icon {
    height: 26px;
    width: 26px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    background: red;
    color: #fff;
    border-radius: 50px;
    position: absolute;
    top: 0px;
    cursor: pointer;
    right: 3px;
}
.edit-baner-image {
    height: 136px;
    width: 17%;
    margin-left: 10px;
    border-radius: 8px;
}
.preview-item video {
    width: 100%;
    height: 100%;
}

/*05-11-2024 css start*/
button.prevBtn {
    background: transparent;
    color: #6e7072;
    border: 1px solid #6e7072;
}

/*days css start */

.custom-dropdown {
    position: relative;
    width: 100%;
}

.dropdown-btn {
    cursor: pointer;
    text-align: left;
    display: inline-block;
    width: 100%;
    padding: 10px;
    border: 1px solid #d5d5d5;
    border-radius: 4px;
    color: #a6a6a6;
    font-size: 14px;
}

.dropdown-list {
    display: none;
    position: absolute;
    background-color: #fff;
    border: 1px solid #6e7072;
    width: 50%;
    border-radius: 4px;
    z-index: 1;
    box-shadow: 0px 4px 20px 0px #00000014;
}

.dropdown-list div {
    padding: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
}

.show {
    display: block;
}

.box-btn .button {
    background-color: #0066ff;
    color: #fff;
    border: none;
    padding: 10px 15px;
    border-radius: 4px;
    cursor: pointer;
    width: 100%;
    margin-top: 15px;
    font-size: 14px;
    text-align: center;
}
/*.side-space {*/
/*    padding: 0px 35px;*/
/*}*/
.heading-title h4 {
    font-size: 22px;
    font-family: "Open Sans";
    text-transform: capitalize;
    color: #202224;
    font-weight: 600;
}
.dropdown-list label {
    margin: 0;
}
.box-text h5 {
    margin: 0;
    font-size: 20px;
}
span.cancel.button {
    background: transparent;
    border: 1px solid #6e7072;
    color: #6e7072;
}
/*end*/

/*date css start*/
/*.dropdown-btn {*/
/*    width: 100%;*/
/*    padding: 10px;*/
/*    background-color: #1e1e1e;*/
/*    border: 1px solid #444;*/
/*    color: #fff;*/
/*    border-radius: 4px;*/
/*    cursor: pointer;*/
/*    text-align: left;*/
/*}*/

.time-picker-dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    color: #333;
    width: 50%;
    border: 1px solid #a6a6a6;
    border-radius: 8px;
    padding: 20px;
    margin-top: 5px;
    z-index: 1;
    overflow: hidden;
}
.time-dropdown-btn {
    cursor: pointer;
    text-align: left;
    display: inline-block;
    width: 100%;
    padding: 10px;
    border: 1px solid #d5d5d5;
    border-radius: 4px;
    color: #a6a6a6;
    font-size: 14px;
}
.form-group {
    position: relative;
}
.time-picker-dropdown h3 {
    margin-bottom: 15px;
    font-size: 16px;
    color: #333;
}

.time-inputs {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
    gap: 3px;
}
.time-input {
    width: 100%;
    padding: 5px;
    font-size: 16px;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.checkbox-group {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}

.buttons {
    display: flex;
    justify-content: space-between;
}

.button {
    padding: 8px 12px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.cancel-btn {
    background-color: #ddd;
    color: #333;
}

.save-btn {
    background-color: #0066ff;
    color: #fff;
}

.show {
    display: block;
}
.close-checkbox label {
    width: auto !important;
    display: unset;
    color: #ee181c;
}
.hour-checkbox label {
    display: unset;
}
.days-group {
    margin-bottom: 30px;
}
.side-space.days-step-wrapper {
    padding: 40px 160px 40px 85px;
    padding-top: 0;
}
.days-step-item {
    padding: 0;
}
.heading-title.mb-3.header {
    margin: 0 !important;
    padding: 14px 55px;
    border-bottom: 1px solid #1516171a;
    margin-bottom: 22px !important;
}
.days-step-item .two-field {
    align-items: end;
}
.label span {
    position: unset;
}
.days-step-item span {
    position: relative;
    bottom: 9px;
}
.days-group .form-row {
    align-items: end;
}
.close-checkbox {
    position: relative;
    color: #ee181c;
}
.time-inputs span {
    position: unset;
}
.days-group .time-input {
    width: auto;
}
.days-group .time-picker-dropdown {
    width: 100%;
}
.days-group .checkbox-group {
    display: block;
}
.days-group label {
    display: inline-block;
}
.buttons .button {
    display: inline-block;
    margin: 0;
}
.checkbox-group label {
    margin: 0;
}
.buttons span.button {
    position: unset;
}
.cat-btn-item {
    text-align: center;
    padding: 50px 0px;
}
.cat-btn-item a.cat-btn {
    padding: 15px 25px;
    margin: 0px 10px;
}
/*end*/

/*07-11-2024 css start*/
.side-space {
    padding-left: 35px;
}
.heading-one p {
    text-transform: capitalize;
    color: #6e7072;
    font-weight: 600;
}
span.down-icon {
    position: absolute;
    bottom: 4px;
    right: 10px;
    font-size: 25px;
    color: #606060;
}
.listing-step-form button {
    text-transform: capitalize;
}
.dropdown-menu a.dropdown-item {
    background: transparent !important;
    color: #000;
}

.active .active-category {
    color: #1b59f8 !important;
}
.form-success {
    text-align: center;
}
.succes-img img {
    width: 20%;
    margin-bottom: 25px;
}
.succes-text h4 {
    text-transform: capitalize;
    font-size: 28px;
    color: #292b2c;
    font-weight: 700;
    font-family: "Public Sans";
}
.form-success {
    text-align: center;
    padding: 25px;
}
.modal-backdrop.fade.show {
    display: block !important;
}
.privew-img .preview-container {
    width: auto !important;
}
.privew-img .preview-container {
    display: flex !important;
    gap: 10px;
    flex-wrap: wrap;
}
.privew-img div#multi-preview {
    display: flex !important;
    gap: 10px;
}
.edit-image-upload {
    display: flex;
    gap: 10px;
}
.privew-img {
    display: flex;
    width: 73%;
}
.image-btn-group button.remove-btn.pf-btn {
    margin: 0;
}
a.delete-icon.deleteData.remove-btn {
    background: #fff !important;
    text-align: center !important;
    font-size: 16px !important;
    text-transform: capitalize !important;
    font-weight: 600 !important;
    padding: 8px 18px;
    border-radius: 4px;
    color: #ff375c;
}
/*end*/

/*end*/

/*25-11-2024 css start*/
.step-indicator {
    display: flex;
    justify-content: space-around;
    /*margin-bottom: 20px;*/
    gap: 17px;
    border-bottom: 1px solid #ccc;
}

.step-indicator div {
    flex: 1;
    text-align: left;
    padding: 15px 15px;
    border-bottom: 0;
    cursor: pointer;
    color: #6e7072;
    font-size: 14px;
    font-weight: 600;
}

.step-indicator div.active {
    color: #007bff;
    font-weight: bold;
    border-color: #007bff;
    border-bottom: 2px solid;
}
.step-form-box {
    background-color: #fff;
    border-radius: 8px;
    border: 1px solid #b9b9b9;
    position: relative;
    top: 0;
}
.step-form-box .form-container {
    padding: 0px 160px 40px 85px;
    border-radius: 8px;
    border: 0;
}
.step-form-box .filter-item {
    position: absolute;
    top: -80px;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.popup-btn {
    width: 100% !important;
}
.modal-title {
    color: #202224;
    font-size: 22px;
    font-weight: 600;
}
.modal-footer {
    border: 0;
    margin-top: 20px;
}
textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #d5d5d5;
    border-radius: 4px;
    color: #a6a6a6;
    font-size: 14px;
    outline: unset;
}
a.service-text {
    font-size: 14px;
    color: #1b59f8;
    text-transform: capitalize;
}
span.step-num-complete {
    display: none;
}
span.step-num-text {
    display: inline-grid;
    width: 35px;
    height: 35px;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 50px;
    align-items: center;
    margin-right: 8px;
}
.active span.step-num-text {
    border: 1px solid #1b59f8;
}
.complete span.step-num-text {
    display: none;
}
.complete span.step-num-complete {
    display: inline-grid;
    width: 35px;
    height: 35px;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 50px;
    align-items: center;
    margin-right: 8px;
    background: #1b59f8;
    color: #fff;
}
.step-tab.complete {
    color: #1b59f8;
}
.filter-group h4 {
    font-size: 18px;
    color: #606060;
}
.table-responsive {
    overflow-x: unset;
    -webkit-overflow-scrolling: touch;
}
ul.dropdown-menu.show {
    z-index: 9999999999;
}
.edit-remove-option a.edit {
    margin-right: 10px;
}
.edit img {
    margin-right: 8px;
}
.price-box {
    border: 1px solid #12111133;
    height: 100%;
    padding: 25px;
    border-radius: 8px;
}
.heading-item h3 {
    font-size: 20px;
    color: #202224;
    font-weight: 600;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #0000001a;
}
.price-title h2 {
    font-size: 16px;
    color: #202224;
    font-weight: 600;
    white-space: nowrap;
}
.price-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}
.price-title i.fa-circle {
    font-size: 6px;
    margin-right: 6px;
    position: relative;
    top: -3px;
}
.price-text p {
    margin: 0;
}
.service-text h3 {
    color: #000;
    font-size: 17px;
    margin: 0;
    text-transform: capitalize;
    text-align: left;
}
.service-box {
    text-align: center;
    border: 1px solid #dedede;
    padding: 15px 20px;
    /*margin-top: 15px;*/
    /*margin-bottom: 15px;*/
    border-radius: 4px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.box-edit-item .edit-remove-option a.edit {
    margin-right: 0;
}
.service-text span {
    font-size: 17px;
}
/*end*/

/*26-11-2024 css start*/
.price-field .price-text {
    margin: 0;
    padding: 6px 10px;
    border-left: 1px solid #dedede;
}
.price-field {
    display: flex;
    align-items: center;
    border: 1px solid #dedede;
    border-radius: 6px;
}
input.price-text-field {
    width: 100%;
    border: 0;
    outline: unset;
}
.price-text p {
    margin: 0;
    font-size: 14px;
    color: #202224;
    font-weight: 600;
}
.price-checkbox label {
    width: auto !important;
    display: inline-block;
    margin: 0;
}
.price-checkbox-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}
.price-checkbox-grid .form-check-input {
    border-color: #dedede;
    border-radius: 5px;
    width: 16px;
}
.price-checkbox-grid .form-check-input:focus {
    box-shadow:none;
}
.price-field-item {
    margin-bottom: 15px;
    border-bottom: 1px solid #0000001a;
    padding-bottom: 15px;
    margin-left: 20px;
}
.price-field-item:last-child {
    margin-bottom: 0;
    border: 0;
}
.price-box-item .col-lg-6 {
    margin-bottom: 20px;
}
.proprieites-items .price-checkbox-grid {
    display: block;
}
.proprieites-items {
    padding: 0;
}
.proprieites-items .price-checkbox {
    margin-bottom: 10px;
}
.price-checkbox label {
    font-weight: 600;
    font-size: 16px;
}

.tags-container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 10px;
}

.tag {
    background-color: #f0f0f0;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 5px 10px;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.tag .remove {
    cursor: pointer;
    color: #6e7072;
    font-weight: bold;
}
.tags-input input#tag-input {
    padding-left: 50px;
}
.tags-input {
    position: relative;
}
span.tag-img {
    position: absolute;
    left: 15px;
    top: 13px;
}
.tag-img img {
    width: 20px;
}
.price-onput-field {
    width: 90px;
}
/*end*/

@media (max-width: 1600px) {
    .step-form-box .form-container {
        padding: 0px 90px 40px 85px;
        border-radius: 8px;
        border: 0;
    }
    .price-checkbox label {
        font-weight: 600;
        font-size: 13px;
    }
    .step-indicator div {
        flex: 1;
        text-align: left;
        padding: 15px 7px;
        border-bottom: 0;
        cursor: pointer;
        color: #6e7072;
        font-size: 12px;
        font-weight: 600;
    }
}





















/*Start from here*/
/*12-Dec-2024*/

/*Sidebar CSS Start*/

.admin-sidebar {
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 2;
    width:250px;
    position: fixed;
    overflow-y: auto;
    background-color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.admin-main-content {
    margin-left:270px;
    min-height: 100vh;
    padding: 40px 20px 40px 0;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.admin-logo {
    top: 0;
    z-index: 4;
    height: 60px;
    font-size: 30px;
    position: sticky; 
    line-height: 2em;
    overflow: hidden;
    text-align: center;
    background-color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.admin-logo a.navbar-brand {
    padding: 10px 30px;
}

.admin-sidebar .sidebar-menus {
    gap: 10px;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
}

.admin-sidebar .sidebar-menus li {
    padding: 0 10px;
    padding-left: 15px;
    position: relative;
}

.admin-sidebar .sidebar-menus li button{
    border:none;
    text-align: start;
    background-color:white;
}

.admin-sidebar .sidebar-menus li button,
.admin-sidebar .sidebar-menus li a {
    color: #202224;
    font-size: 15px;
    font-weight: 500;
    padding: 8px 20px;
    position: relative;
    white-space: nowrap;
    display: inline-block;
    text-decoration: unset;
    width: 100% !important;
}

.admin-sidebar .sidebar-menus li.active button:not(.no-bg),
.admin-sidebar .sidebar-menus li.active > a:not(.no-bg) {
    border-radius: 4px;
    color: white !important;
    background-color: #1b59f8;
}

.admin-sidebar .sidebar-menus li.active:after {
    content: "";
    top:0;
    left: 0;
    width: 5px;
    height: 40px;
    position: absolute;
    background-color: #1b59f8;
    border-radius: 0 6px 6px 0;
}

.admin-sidebar .sidebar-menus li.logout-icon {
    margin-top: 70px !important;
}

.admin-sidebar .sidebar-menus .logout-icon a {
    padding-top: 20px !important;
    border-top: 1px solid #00000033;
}

.admin-sidebar .sidebar-menus .logout-icon span {
    color: #202224;
    font-weight: 600 !important;
}

.admin-sidebar .accordion-button {
    background-color:transparent;
    color:black;
}

.admin-sidebar .accordion-body a:hover,
.admin-sidebar .accordion-body button:hover {
    color:#1b59f8 !important;
}

.form-top-header {
    padding: 15px;
    border-bottom: 1px solid #cccccc66;
}

.form-top-header p {
    margin: 0;
    font-size: 22px;
    font-weight: 700;
}

@media only screen and (max-width: 992px) {
    .admin-main-content {
        margin-left:80px;
    }
    
    .admin-sidebar {
        width:60px;
    }
    
    .admin-sidebar:hover {
        width:250px;
    }
    
    .sidebar-menus li span {
        display:none;
    }
    
    .admin-sidebar:hover .sidebar-menus li span {
        display:inline-block;
    }
    
    .admin-logo a.navbar-brand {
        padding: 5px 10px;
    }
    
    .navbar-brand.desk {
        display:none;
    }
    
    .navbar-brand.mob {
        display:inline;
    }
    
    .admin-sidebar:hover .navbar-brand.desk {
        display:inline;
    }
    
    .admin-sidebar:hover .navbar-brand.mob {
        display:none;
    }
    
    .admin-sidebar .sidebar-menus li button,
    .admin-sidebar .sidebar-menus li a {
        padding:8px;
    }
    
    .admin-sidebar:hover .sidebar-menus li button,
    .admin-sidebar:hover .sidebar-menus li a {
        padding:8px 20px;
    }
}

/*Sidebar CSS End*/

.top-heading h2 {
    margin: 0;
    font-size: 30px;
    font-weight: 700;
    white-space:nowrap;
    text-transform: capitalize;
}

.top-heading p {
    margin: 0;
    color:#6E7072;
    font-size: 16px;
    font-weight: 600;
}

.table-header h3 {
    margin: 0;
    color: black;
    font-size: 22px;
    font-weight: 600;
    white-space:nowrap;
}

.table-content-wrapper {
    padding: 20px;
    background: #fff;
    min-height: 100%;
    border-radius: 12px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.table-header button,
.table-header a {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 7px 30px;
    white-space:nowrap;
    border-radius: 10px;
    background: #1b59f8;
    display: inline-block;
    text-decoration: unset;
    border: 1px solid #1b59f8;
    text-transform: capitalize;
}

/*-------------*/

div#selerTable_wrapper {
    overflow-x: auto;
}

.table-content-wrapper img.flag {
    height: 20px;
    object-fit: contain;
    margin-right: 4px;
}

.add-listing-heading h2 {
 color:#202224;   
 font-size:28px;
 font-weight:600;
}

.add-listing-heading p {
    color: #6E7072;
    font-size: 17px;
    font-weight: 600;
    text-transform: capitalize;
}

.step-name {
    display:none;
}
.step-name.active {
    display:block;
}

.step-sec p {
    color: #606060;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
}

.step .upload-input {
    margin : 0;
    width: 100%;
    display: grid;
    border-radius: 8px;
    aspect-ratio: 1/0.6;
    place-content: center;
    border: 1px solid #d5d5d5;
    background-color: #f5f6fa;
}

.media-wrapper {
    width: 100%;
    overflow: hidden;
    border-radius: 8px;
    aspect-ratio: 1/0.6;
}

.media-wrapper video,
.media-wrapper img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.media-wrapper .remove-btn-warapper{
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: grid;
    position: absolute;
    place-content: center;
}
    
.media-wrapper .remove-btn.remove-btn {
    background: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 8px 18px;
    border-radius: 4px;
    color: #ff375c;
    height: auto;
    width: 100px;
    margin:0;
}

#add_city .modal-content {
    max-height:calc(100vh - 56px);
}

#add_city .modal-body {
    overflow:auto;
}

table.country td button.btn-two {
    background-color: transparent;
    border: none;
    color: #1b59f8;
    padding: 0;
    font-size: 14px;
}

#edit_country label.upload-label,
#add_country label.upload-label {
    display: grid;
    width: 200px;
    aspect-ratio: 1/0.7;
    place-content: center;
    border: 1px solid #d5d5d5;
    border-radius: 8px;
    margin: 0;
    background-color:#F5F6FA;
    position: relative;
    overflow:hidden;
    height: auto;
}

#edit_country .preview,
#add_country .preview {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}


/* 10-04-2025 css start */
progress.progressBar {
    width: 100%;
    height: 27px;
}
span.progressPercent {
    text-align: right;
}
element.style {
    color: red;
}
.top-heading {
    position: relative;
}
.top-heading h3 {
    font-size: 18px;
    color: #000;
    font-weight: 700;
    margin-bottom: 32px;
}
.top-heading h3:after {
    position: absolute;
    content: '';
    left: 0;
    width: 65px;
    height: 5px;
    background: #3b82f6;
    bottom: -14px;
    border-radius: 50px;
}
.content-field .content-item {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dedede;
}
.left-heading h4 {
    font-size: 17px;
    font-weight: 700;
    margin: 0;
}
.right-text p {
    margin: 0;
    font-size: 14px;
}
.complete-text p {
    font-weight: 800;
    color: #16a34a;
}
.url-conetnt {
    margin-top: 25px;
}
.url-items li {
    font-size: 14px;
    margin-bottom: 12px;
    color: #6e7072;
    font-weight: 600;
}
.progrs-item {
    margin-bottom: 15px;
}

/*new css start*/
.nav-item .tab.active {
    color: #fff !important;
}
.heading-tab h3 {
    color: #272A2C;
    font-size: 18px;
    max-width: 211px;
}
.tabs-wrapper .nav-link {
    color: #202224 !important;
    font-size: 20px;
    font-weight: 600;
}
.add-baner-btn {
    background: #1FAF38;
    border: 0;
    color: #fff;
    font-size: 18px;
    padding: 10px 20px;
    border-radius: 10px;
    font-weight: 600;
}
.tab-content-wrapper {
    margin-bottom: 20px;
}
.heading-content h3 {
    font-size: 18px;
    color: #272A2C;
    margin: 0;
}
.heading-content {
    width: 15%;
}
.input-file-item {
    width: 85%;
}
.input-file-item input.banner-file-input {
    width: 100%;
    border: 1px solid #dedede;
    padding: 10px;
}
.baner-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.baner-img {
    height: 100%;
    max-height: 300px;
    aspect-ratio: 2/1;
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid #D9D9D9;
    background: #D9D9D9;
    width: 100%;
}
.field-flex label, p {
    color: #202224;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0;
}

.dropdown-container-items {
    position: relative;
    margin: 0 auto;
    width: 100%;
}

.dropdown-container-items .dropdown-selected {
    background: #fff;
    padding: 10px 15px;
    border-radius: 8px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 11px;
    border: 1px solid #dedede;
}

.dropdown-container-items .dropdown-menu {
    position: absolute;
    top: 105%;
    width: 100%;
    background: white;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
    padding: 10px 20px;
    z-index: 999;
    max-height: 300px;
    overflow-y: auto;
    display: none;
}

.dropdown-container-items .dropdown-menu.show {
  display: block;
}

.dropdown-container-items .search-box {
  padding: 10px;
}

.dropdown-container-items .search-box input {
  width: 100%;
  padding: 8px 12px;
  border-radius: 8px;
  border: 1px solid #ccc;
}

.dropdown-container-items .country-option {
    display: flex;
    align-items: center;
    padding: 8px 0px;
    transition: 0.2s;
}

.dropdown-container-items .country-option:hover {
  background: #f3f3f3;
}

.dropdown-container-items .country-option input[type="checkbox"] {
  margin-right: 10px;
}

.dropdown-container-items .flag {
  width: 25px;
  height: 18px;
  margin-right: 10px;
  border: 1px solid #ccc;
}

.dropdown-container-items .country-name {
  flex: 1;
}

.dropdown-container-items .percentage {
  font-weight: bold;
}

.dropdown-container-items .percentage.green {
  color: green;
}

.dropdown-container-items .percentage.red {
  color: red;
}
.dropdown-container-items .search-box {
    margin-top: 0 !important;
    width: 100%;
    margin: 0 auto;
    background: #fff;
    padding: 0;
    box-shadow: unset;
    border-radius: 9px;
    margin-bottom: 15px;
}
.select-two-field {
    width: 100%;
}
/* Hide actual select */
.multi_select[multiple]{
  display: none;
}
.dropdown-container-items p {
    text-align: center;
    font-size: 14px;
    color: #6E7072;
    font-weight: normal;
}