@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

/*# sourceMappingURL=data:application/json;charset=utf8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsImZpbGUiOiJjdXN0b20uY3NzIn0= */

/*# sourceMappingURL=custom.css.map */

/* .main-sidebar{
    z-index: 9999;
}
.navbar{
    z-index: 9999;
} */

/* .main-sidebar .sidebar-user .sidebar-userpic-btn {
    justify-content: space-between;
} */
.popover {
    display: none;
}

.bg-container {
    background-image: url("./../img/bg-image.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.login-container>.row {
    height: 100vh;
    align-items: center;
}

.eye-icon {
    border-left: 0;
}

input.password {
    border-right: 1px solid #fff;
}

.card {
    margin-top: 0px;
}

/* .card-body .password{
    margin-bottom: 10px;
} */
#remember_me {
    margin-top: 10px;
}

.login-container img.forget-logo {
    width: 50%;
    margin: auto;
}

.card-login {
    background-image: url("./../img/flower.png");
    background-repeat: no-repeat;
    background-size: 250px 250px;
    background-position: bottom right;
}

.card-login .card-body form .input-group input:focus {
    background-color: white;
    /* Keep white even on focus */
}

.card-login .card-body form .input-group input:active {
    background-color: white;
    /* Keep white even on focus */
}

.card-login .card-body form .input-group input:-webkit-autofill,
.card-login .card-body form .input-group input:-webkit-autofill:hover,
.card-login .card-body form .input-group input:-webkit-autofill:focus,
.card-login .card-body form .input-group input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
    box-shadow: 0 0 0 30px white inset !important;
    -webkit-text-fill-color: #000 !important;
    background-color: white !important;
}

.card-forget {
    background-image: url("./../img/flower.png");
    background-repeat: no-repeat;
    background-size: 200px 200px;
    background-position: bottom right;
}

.card-forget .card-body .alert-dismissible .alert-body {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: space-between;
}

.card-forget .card-body .alert-dismissible .alert-body .close {
    position: relative;
    top: 0;
    right: 0;
    padding: 0;
}

/* .card-header h4 img{
    width: 30px;
    height: 35px;
} */
.invalid-feedback {
    margin: 10px 0;
}

.modal .modal-dialog .modal-header .modal-title img {
    width: 30px;
    height: 35px;
}

.modal .modal-dialog .modal-body label {
    color: #000;
}

.input-group .input-group-prepend .input-group-text {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.form-group select {
    display: block;
}

/* .manage-list, .manage-view{
    margin-left: auto;
    margin-right: auto;
    margin-top: 6%;
} */
.manage-list .card {
    margin-top: 0;
}

.manage-view .form-group {
    display: flex;
    align-items: baseline;
}

.manage-view .form-group label {
    width: 35%;
    font-size: 13px;
}

.manage-view .card {
    margin-top: 0;
}

.manage-view .card .card-header {
    display: block;
    text-align: center;
}

.manage-view .card .card-header h4 {
    text-align: left;
    margin-top: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #6777ef;
}

.btn:not(.btn-social):not(.btn-social-icon):active,
.btn:not(.btn-social):not(.btn-social-icon):focus,
.btn:not(.btn-social):not(.btn-social-icon):hover {
    color: #fff;
}

.table:not(.table-sm) thead th {
    color: #fff;
    font-weight: 700;
    background-color: #6777ef;
}

table.dataTable tr td:last-child a {
    background-color: transparent;
    color: #000;
    box-shadow: none;
    border-color: transparent;
    padding: 0;
    /* padding-right: 10px; */
}

table.dataTable tr td:last-child a:hover {
    background-color: transparent !important;
    color: #000 !important;
    box-shadow: none;
    border-color: transparent;
}

table.dataTable tr td:last-child a:active {
    background-color: transparent !important;
    color: #000 !important;
    box-shadow: none;
    border-color: transparent;
}

table.dataTable tr td:last-child a:focus {
    background-color: transparent !important;
    color: #000 !important;
    box-shadow: none;
    border-color: transparent;
}

table.dataTable td,
table.dataTable th {
    white-space: nowrap;
}

.dataTables_wrapper {
    padding-left: 0;
    padding-right: 0;
}

table.dataTable thead th,
table.dataTable thead td {
    border-bottom: 1px solid #ddd !important;
}

.table-responsive table.dataTable {
    border-collapse: collapse !important;
}

.table-bordered>:not(caption)>* {
    border-width: 0px 0;
    height: 0 !important;
}

div.dataTables_wrapper div.dataTables_filter {
    text-align: left;
}

.modal-body p.icon {
    text-align: center;
}

.modal-body p {
    text-align: center;
    font-size: 20px;
    color: #000;
}

.modal-body p.icon>i.danger {
    color: #fc544b;
    font-size: 55px;
}

/* .badge.badge-danger {
    background-color: #fe5d61;
}
.badge.badge-success {
    background-color: #98d23e;
} */
/* #name-error,
#email-error,
#phone-error,
#address-error {
    width: 100%;
    margin-top: .25rem;
    color: #dc3545
} */
label.error {
    width: 100%;
    color: #dc3545 !important;
}

label {
    color: #000;
}

.breadcrumb {
    padding: 10px 25px;
}

.breadcrumb li,
.breadcrumb li a {
    color: #6777ef;
    font-weight: 700;
}

.manage-view .form-group {
    margin-bottom: 0;
}

.manage-view p {
    color: #000;
}

.manage-view .card .card-body p {
    font-weight: 700;
}

.manage-view p.text-success {
    color: #198754 !important;
}

button.filter {
    margin-top: 24px;
}

select.search-status {
    height: 42px;
}

label.remember-lbl {
    position: relative;
    top: -2px;
}

.navbar .nav-link.nav-link-user {
    box-shadow: 0px 5px 5px 0px rgba(44, 44, 44, .2);
    border-radius: 50%;
    /* border: 1px solid #000; */
    padding: 18px !important;
    display: flex;
    height: 20px;
    width: 20px;
    align-items: center;
    justify-content: center;
}

.navbar .nav-link.nav-link-user i {
    color: #6777ef;
}

.navbar .navbar-right {
    margin-right: 15px;
}

.actions {
    width: 100%;
}

.action-header h4 {
    color: #000;
}

.actions .action-header {
    width: 30%;
}

.actions .filter-options {
    width: 70%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.actions .action-button {
    position: relative;
    /* left: 204px;
    top: 64px; */
    margin-right: 10px;
}

.actions .action-button button {
    border-radius: 50px;
    border: 0;
    background-color: #6777ef;
    color: #fff;
    padding: 0px 10px;
}

.actions .filter-options .search-content {
    margin-right: 10px;
}

.actions .filter-options .search-content button {
    width: 30px;
    height: 31px;
    padding: 0px 5px;
    background-color: #6777ef;
    color: #fff;
    position: relative;
    bottom: 1px;
}

.actions .filter-options .search-content button:hover {
    background-color: #6777ef !important;
    cursor: default;
}

.actions .filter-options .search-content button:active {
    background-color: #6777ef !important;
}

.actions .filter-button {
    /* width: 11%; */
    position: relative;
    /* left: 207px;
    top: 61px; */
}

.actions .download-icon {
    position: relative;
    /* top: 61px;
    left: 210px; */
}

#save-stage_filter {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

#save-stage_filter input {
    box-sizing: border-box;
    border: 1px solid #6777ef;
    border-radius: 50px;
    padding: 0px 0px 0px 0px;
    width: 79%;
}

div.dataTables_wrapper div.dataTables_filter label {
    position: relative;
    width: 50%;
    margin-right: 9px;
}

#save-stage_filter span {
    background-image: url('../img/search.png');
    background-position: center;
    background-size: 13px 13px;
    background-repeat: no-repeat;
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 30px;
    height: 30px;
    color: #fff;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
}

.manage-category #save-stage_filter span {
    right: 10px;
}

.action-button {
    margin-right: 10px;
}

.filter-button {
    margin-right: 10px;
}

.filter-action {
    display: flex;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 0px 25px;
}

.filter-action select {
    width: 20%;
    margin-right: 15px;
}

.manage-customer .filter-action {
    display: inline-block;
    background-color: #6777ef12;
}

.manage-booking .filter-action {
    display: inline-block;
    background-color: #6777ef12;
}

.manage-payment .filter-action {
    display: inline-block;
    background-color: #6777ef12;
}

.booking-report .filter-action {
    display: inline-block;
    background-color: #6777ef12;
}

.filter-action select {
    width: 100%;
    margin-right: 15px;
}

ul.dropdown-menu {
    padding: 8px 15px;
}

.main-sidebar .sidebar-user .sidebar-userpic-btn a {
    color: #6E6E6F;
    height: 45px;
    /* display: block; */
    margin-bottom: 10px;
    padding-left: 7px;
}

.light-sidebar.sidebar-mini .main-sidebar .sidebar-menu {
    margin-top: 10px;
}

.sidebar-mini .main-sidebar .sidebar-user .sidebar-user-details .sidebar-userpic-btn {
    display: block;
}

.required-sign {
    color: red;
}

@media screen and (min-width: 992px) {
    .login-container img.forget-logo {
        width: auto;
        margin: auto;
    }
}

/* Media query */
@media screen and (min-width:1920px) {
    #save-stage_filter input {
        width: 88%;
    }
}

/* create Password */
.title-change-pass {
    color: #293148;
    font-weight: 700;
    font-size: 24px;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 50px;
}


.select-branch .body .crt-pass {
    font-family: "Open Sans", sans-serif;
    color: #293148;
    font-weight: 600;
    font-size: 16px;
}

/* destination */
.destination {
    background: url(../img/Flower-destination.svg) no-repeat center right;
}

.destination h1 {
    font-family: "Inter", sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #293148;
    margin-top: 20px;
}

.destination h2 {
    font-family: "DM Sans", sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #333333;
    margin-top: 20px;
}

.destination p {
    color: #000000;
    font-size: 12px;
    font-weight: 400;
    font-family: "Inter", sans-serif;
    text-align: justify;
    line-height: 20px;
}

.destination-scroll p {
    color: #6A6A6A;
    font-size: 14px;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
}

.yoga-places h2 {
    font-family: "DM Sans", sans-serif;
    font-size: 18px;
}

.yoga-places .titles {
    font-family: "DM Sans", sans-serif;
}

.yoga-places .places,
.yoga-places .location {
    font-family: "Open Sans", sans-serif;
}
.d-contents {
  display: contents !important;
}