KGRKJGETMRETU895U-589TY5MIGM5JGB5SDFESFREWTGR54TY
Server : Apache/2.4.41 (Ubuntu)
System : Linux vmi1525618.contaboserver.net 5.4.0-105-generic #119-Ubuntu SMP Mon Mar 7 18:49:24 UTC 2022 x86_64
User : www-data ( 33)
PHP Version : 8.2.12
Disable Function : NONE
Directory :  /var/www/account.appointkrypt.com/storage/framework/views/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /var/www/account.appointkrypt.com/storage/framework/views/21978120a64eb0176824a7aaa7ff98e4.php
<!DOCTYPE html>
<html lang="en">

<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <meta http-equiv="X-UA-Compatible" content="ie=edge">
    <title>Appointment</title>
    <link rel="stylesheet" href="<?php echo e(asset('assets/css/style.css')); ?>">
    <style>
        @import url('https://fonts.googleapis.com/css?family=Roboto');

        body {
            font-family: 'Roboto', sans-serif;
        }

        * {
            margin: 0;
            padding: 0;
        }

        i {
            margin-right: 10px;
        }

        /*------------------------*/
        input:focus,
        button:focus,
        .form-control:focus {
            outline: none;
            box-shadow: none;
        }

        .form-control:disabled,
        .form-control[readonly] {
            background-color: #fff;
        }

        /*----------step-wizard------------*/
        .d-flex {
            display: flex;
        }

        .justify-content-center {
            justify-content: center;
        }

        .align-items-center {
            align-items: center;
        }

        /*---------signup-step-------------*/
        .bg-color {
            background-color: #333;
        }

        .signup-step-container {
            padding: 40px 0px;
            padding-bottom: 60px;
            position: relative;
            background-image: linear-gradient(to top, rgb(40 167 69 / 23%) 0%, rgb(40 167 69 / 16%) 100%);
            height: 100vh;
            background: #fbfcfd;
            overflow: auto;
        }


        #card {
            border: 1px solid var(--text-color-level3, rgba(26, 26, 26, 0.1));
            border-radius: 8px;
            box-shadow: 0 1px 8px 0 rgb(0 0 0/8%);


        }



        .wizard>.bg-white {
            box-shadow: rgba(0, 0, 0, 0.2) 0px 18px 50px -10px;
        }

        .signup-step-container .wizard .tab-pane {
            padding: 20px 10px;
        }

        .signup-step-container .wizard .tab-pane .card {
            box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
            border: 1px solid #e7e7e7;
            box-shadow: none !important;
        }

        .signup-step-container .wizard .section-title h1 {
            text-transform: capitalize;
            text-align: center;
            margin-bottom: 30px;
        }

        .input-group-text svg {
            height: 15px;
            width: 15px;
        }

        .wizard .nav-tabs {
            position: relative;
            margin-bottom: 0;
            border-bottom-color: transparent;
        }

        .wizard>div.wizard-inner {
            position: relative;
            margin-bottom: 30px;
            text-align: center;
        }

        .connecting-line {
            height: 2px;
            background: #e0e0e0;
            position: absolute;
            width: 75%;
            margin: 0 auto;
            left: 0;
            right: 0;
            top: 15px;
            z-index: 1;
        }

        .wizard .nav-tabs>li.active>a,
        .wizard .nav-tabs>li.active>a:hover,
        .wizard .nav-tabs>li.active>a:focus {
            color: #555555;
            cursor: default;
            border: 0;
            border-bottom-color: transparent;
        }

        .wizard .nav-tabs>li.progress-bar-success:not(:last-of-type) a::after {
            background: #0db02b;
        }

        span.round-tab {
            width: 30px;
            height: 30px;
            margin: 0 auto;
            line-height: 30px;
            display: inline-block;
            border-radius: 50%;
            background: #fff;
            z-index: 2;
            text-align: center;
            font-size: 16px;
            color: #0e214b;
            font-weight: 500;
            border: 1px solid #ddd;
            position: relative;
            box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
        }

        span.round-tab i {
            color: #555555;
        }


        .wizard li.active span.round-tab {
            background: #0d24f5;
            color: #fff;
            border-color: #0d24f5;
        }

        .wizard li.active span.round-tab i {
            color: #5bc0de;
        }

        .wizard .nav-tabs>li.active>a i {
            color: #0db02b;
        }

        .wizard .nav-tabs>li {
            width: 25%;
        }

        .wizard li:after {
            content: " ";
            position: absolute;
            left: 46%;
            opacity: 0;
            margin: 0 auto;
            bottom: 0px;
            border: 5px solid transparent;
            border-bottom-color: red;
            transition: 0.1s ease-in-out;
        }



        .wizard .nav-tabs>li a {
            background-color: transparent;
            display: block;
            text-align: center;
            position: relative;
        }

        .wizard .nav-tabs>li:not(:last-of-type) a::after {
            position: absolute;
            content: "";
            left: 0;
            height: 2%;
            width: 100%;
            background: #878b86e0;
            top: 50%;
            left: 56%;

        }

        .appointment-date-tab {
            margin-top: 56px;
        }

        .appointment-date-tab .input-group input {
            padding: 10px;
            height: auto;
        }

        .wizard .nav-tabs>li a i {
            position: absolute;
            top: -15px;
            font-style: normal;
            font-weight: 400;
            white-space: nowrap;
            left: 50%;
            transform: translate(-50%, -50%);
            font-size: 12px;
            font-weight: 700;
            color: #000;
        }

        .wizard .nav-tabs>li a:hover {
            background: transparent;
        }

        .wizard .tab-pane {
            position: relative;
            padding-top: 20px;
        }


        .wizard h3 {
            margin-top: 0;
        }

        .prev-step,
        .next-step {
            font-size: 14px;
            padding: 13px 24px;
            border: none;
            border-radius: 4px;
            margin-top: 30px;
        }

        .prev-step.btn-transparent {
            background-color: transparent;
            border: 1px solid #dfdfdf;
        }

        .next-step {
            background-color: #0069ff;
            ;
            color: #fff;
            font-size: 14px;
        }

        .submit-step {
            font-size: 14px;
            padding: 13px 24px;
            border: none;
            border-radius: 4px;
            margin-top: 30px;
        }

        .submit-step {
            background-color: #0c21e0;
            color: #fff;
            font-size: 14px;
        }

        .step-head {
            font-size: 20px;
            text-align: center;
            font-weight: 500;
            margin-bottom: 20px;
        }

        .term-check {
            font-size: 14px;
            font-weight: 400;
        }

        .custom-file {
            position: relative;
            display: inline-block;
            width: 100%;
            height: 40px;
            margin-bottom: 0;
        }

        .custom-file-input {
            position: relative;
            z-index: 2;
            width: 100%;
            height: 40px;
            margin: 0;
            opacity: 0;
        }

        .custom-file-label {
            position: absolute;
            top: 0;
            right: 0;
            left: 0;
            z-index: 1;
            height: 40px;
            padding: .375rem .75rem;
            font-weight: 400;
            line-height: 2;
            color: #495057;
            background-color: #fff;
            border: 1px solid #ced4da;
            border-radius: .25rem;
        }

        .custom-file-label::after {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            z-index: 3;
            display: block;
            height: 38px;
            padding: .375rem .75rem;
            line-height: 2;
            color: #495057;
            content: "Browse";
            background-color: #e9ecef;
            border-left: inherit;
            border-radius: 0 .25rem .25rem 0;
        }

        .footer-link {
            margin-top: 30px;
        }

        .all-info-container {}

        .list-content {
            margin-bottom: 10px;
        }

        .list-content a {
            padding: 10px 15px;
            width: 100%;
            display: inline-block;
            background-color: #f5f5f5;
            position: relative;
            color: #565656;
            font-weight: 400;
            border-radius: 4px;
        }

        .list-content a[aria-expanded="true"] i {
            transform: rotate(180deg);
        }

        .list-content a i {
            text-align: right;
            position: absolute;
            top: 15px;
            right: 10px;
            transition: 0.5s;
        }

        .form-control[disabled],
        .form-control[readonly],
        fieldset[disabled] .form-control {
            background-color: #fdfdfd;
        }

        .list-box {
            padding: 10px;
        }

        .signup-logo-header .logo_area {
            width: 200px;
        }

        .signup-logo-header .nav>li {
            padding: 0;
        }

        .signup-logo-header .header-flex {
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .list-inline li {
            display: inline-block;
        }

        .pull-right {
            float: right;
        }

        /*-----------custom-checkbox-----------*/
        /*----------Custom-Checkbox---------*/
        input[type="checkbox"] {
            position: relative;
            display: inline-block;
            margin-right: 5px;
        }

        input[type="checkbox"]::before,
        input[type="checkbox"]::after {
            position: absolute;
            content: "";
            display: inline-block;
        }

        input[type="checkbox"]::before {
            height: 16px;
            width: 16px;
            border: 1px solid #999;
            left: 0px;
            top: 0px;
            background-color: #fff;
            border-radius: 2px;
        }

        input[type="checkbox"]::after {
            height: 5px;
            width: 9px;
            left: 4px;
            top: 4px;
        }

        input[type="checkbox"]:checked::after {
            content: "";
            border-left: 1px solid #fff;
            border-bottom: 1px solid #fff;
            transform: rotate(-45deg);
        }

        input[type="checkbox"]:checked::before {
            background-color: #18ba60;
            border-color: #18ba60;
        }

        .service-card-wrapper ul {
            display: flex;
            flex-direction: column;
            gap: 20px;
        }

        .service-image {
            width: 60px;
            height: 60px;
            border: 1px solid var(--bs-card-border-color);
            border-radius: 50%;
            overflow: hidden;
        }

        .service-image img,
        .staff-image img {
            width: 100%;
            height: 100%;
        }

        .service-card-wrapper .service-card span.service-price {
            line-height: 1;
            background: transparent;
            padding: 0;
            margin: 0;
        }

        .service-card-wrapper .service-card .service-left-content {
            flex: 1;
        }

        .service-card-wrapper .service-card-left {
            width: 100%;
        }

        .service-card-wrapper .service-card .service-bottom-wrapper {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 10px;
        }

        .service-card-wrapper .service-card p svg {
            height: 14px;
            width: 14px;
            margin-right: 5px;
        }

        .service-card-wrapper .service-card input[type="radio"] {
            display: none;
            padding: 0;
            border: 0;
            background: transparent;
        }

        .service-card-wrapper .service-card input[type="radio"]:checked+span {
            background: #0d24f5;
        }

        .service-card-wrapper .service-card input[type="radio"]:checked+span h6,
        .service-card-wrapper .service-card input[type="radio"]:checked+span .service-price,
        .service-card-wrapper .service-card input[type="radio"]:checked+span p {
            color: #ffffff;
        }

        .service-card-wrapper .service-card input[type="radio"]:checked+span p svg path {
            fill: #ffffff;
        }

        .service-card-wrapper .service-card span {
            width: auto;
            border-radius: 10px;
            font-size: 14px;
            height: 100%;
            display: block;
            cursor: pointer;
            position: relative;
            color: #000;
            margin: 0;
            vertical-align: bottom;
            border-radius: 10px;
            display: flex;
            align-items: center;
            overflow: hidden;
            height: 55px !important;
        }

        .service-card-wrapper .service-card label {
            width: 100%;
            margin-bottom: 15px;
        }

        .service-card-wrapper span {
            cursor: pointer;
            position: relative;
            font-size: 12px;
            padding-left: 24px;
            color: #000;
            margin: 0;
            vertical-align: bottom;
            width: 100%;
        }

        .location-card .card-content-left span {
            width: 100%;
            padding-left: 0px;
            display: block;
            text-align: center;
            margin-top: 10px;
        }

        .service-card-wrapper ul li label {
            display: block;
        }

        .service-content-tab,
        .staff-content-tab {
            margin-bottom: 30px;
        }

        .service-card-wrapper h4 {
            font-weight: 500;
            color: #2a2a2a;
            font-size: 24px;
            text-transform: capitalize;
            display: flex;
            align-items: center;
            gap: 7px;
            margin-bottom: 20px
        }

        .service-card-wrapper h4 svg path {
            fill: #0db02b;
        }

        .service-card-wrapper ul li input[type="radio"]:checked+span h6 {
            color: #fff
        }

        .service-card-wrapper ul li input[type="radio"]:checked+span .service-card-right svg path {
            fill: #fff
        }

        .service-card-wrapper ul li input[type="radio"]:checked+span .service-price {
            background: rgb(255 255 255 / 26%);
            color: #fff;
        }

        .service-card-wrapper ul li input[type="radio"]:checked+span .service-card-right p {
            color: #fff;
        }

        .service-card-wrapper h6 {
            font-weight: 400;
            margin-bottom: 15px;
            display: -webkit-box;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }

        .service-card-right p {
            display: flex;
            align-items: center;
            gap: 5px;

        }

        .staff-content-tab input[type="radio"],
        .location-card input[type="radio"],
        .appointment-date-tab input[type="radio"] {
            display: none !important;
        }


        .staff-content-tab .checkbox-custom label .card-content-left {
            position: relative;
            display: inline-block;
            vertical-align: middle;
            cursor: pointer;
            font-size: 14px;
            line-height: 1.1;
            margin: 0;
            padding: 0px;
            width: 100%;
            border: 0px;
            backdrop-filter: blur(10px);
            background-color: transparent;
            border-radius: 10px;
            -moz-border-radius: 10px;
            -ms-border-radius: 10px;
            -o-border-radius: 10px;
            transition: .2s all ease-in-out;
            -webkit-transition: .2s all ease-in-out;
            -moz-transition: .2s all ease-in-out;
            -ms-transition: .2s all ease-in-out;
            -o-transition: .2s all ease-in-out;
            -webkit-border-radius: 10px;
            z-index: 1;
            margin-bottom: 10px;
        }

        .staff-content-tab .checkbox-custom {
            border: 1px solid #dfdfdf;
            border-radius: 10px;

            overflow: hidden;
        }

        .staff-content-tab .staff-card-content {
            padding: 20px;
        }

        .staff-content-tab .staff-card-content .card-content-left {
            margin-bottom: 0px !important;
        }

        .staff-content-tab input:checked+label .staff-card-content {
            background: #0d24f5;
            color: white !important;

        }

        .staff-content-tab input:checked+label .staff-image {
            outline: 1px solid #0db02b;
            outline-offset: 2px;
        }


        .staff-image {
            width: 150px;
            height: 150px;
            border-radius: 50%;
            display: block;
            overflow: hidden;
            margin: 0 auto 15px;
        }

        .staff-card-content .card-content-left b {
            font-size: 16px;
            font-weight: 400 !important;
            text-transform: capitalize;
            text-align: center;
            margin-bottom: 10px;
        }

        .staff-content-tab .row,
        .location-content-tab .row {
            row-gap: 20px;
        }

        .location-card .location-card-inner {
            border-radius: 10px;
            overflow: hidden;
            height: 55px !important;
            border: 1px solid #0069ff;
            ;
        }

        .email_to_input {
            border-radius: 10px;
            overflow: hidden;
            height: 55px !important;
            border: 1px solid #0069ff;
            ;
            background: none;
        }

        .location-content-tab input:checked+label .location-card-inner {
            border: 1px solid #0069ff;
            ;
            background: #0d24f5;
            ;
            color: white;
        }

        .location-image {
            width: 100%;
            position: relative;
        }

        .location-image img {
            width: 100%;
            height: 100%;
        }

        .location-icon {
            background: #0db02b;
            border: 3px solid #fff;
            border-radius: 50%;
            width: 50px;
            height: 50px;
            display: flex;
            align-items: center;
            justify-content: center;
            position: absolute;
            right: 0;
            left: 0;
            top: 50%;
            margin: 0 auto;
            transform: translateY(-50%);
        }

        .location-icon svg path {
            fill: #fff;
        }

        .location-card .location-card-inner .card-content-left {
            padding: 15px;
        }

        .location-card .location-card-inner .card-content-left p {
            text-align: center;
            font-size: 18px;
            font-weight: 500;
            display: block;
        }

        .appointment-date-tab .appoint-date-list input[type="radio"]:checked+span {
            border: 1px solid #dfdfdf;
            background: #0d24f5;
            color: white;
        }

        .appointment-date-tab .appoint-date-list span {
            width: auto;
            padding: 10px;
            /* background-color: rgb(40 167 69 / 7%); */
            border-radius: 4px;
            font-size: 14px;
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            position: relative;
            color: #0d24f5;
            margin: 0;
            vertical-align: bottom;
            text-align: center;
            list-style: 1;
            border: 1px solid #0d24f5;
        }

        .datepicker table tr td {
            color: #0d24f5 !important;
        }

        .datepicker table tr td.active.active,
        .datepicker table tr td.active.disabled,
        .datepicker table tr td.active.disabled.active,
        .datepicker table tr td.active.disabled.disabled,
        .datepicker table tr td.active.disabled:active,
        .datepicker table tr td.active.disabled:hover,
        .datepicker table tr td.active.disabled:hover.active,
        .datepicker table tr td.active.disabled:hover.disabled,
        .datepicker table tr td.active.disabled:hover:active,
        .datepicker table tr td.active.disabled:hover:hover,
        .datepicker table tr td.active.disabled:hover[disabled],
        .datepicker table tr td.active.disabled[disabled],
        .datepicker table tr td.active:active,
        .datepicker table tr td.active:hover,
        .datepicker table tr td.active:hover.active,
        .datepicker table tr td.active:hover.disabled,
        .datepicker table tr td.active:hover:active,
        .datepicker table tr td.active:hover:hover,
        .datepicker table tr td.active:hover[disabled],
        .datepicker table tr td.active[disabled] {
            /* background-color: red !important; */
            color: white !important;
        }

        .appointment-date-tab .appoint-date-list span svg {
            margin-right: 7px;
            width: 17px;
            filter: invert(15%) sepia(100%) saturate(5198%) hue-rotate(238deg) brightness(90%) contrast(114%);
            height: 17px;
        }

        .appointment-date-tab .appoint-date-list input[type="radio"]:checked+span svg {
            filter: invert(100%) sepia(0%) saturate(2%) hue-rotate(188deg) brightness(107%) contrast(101%);


        }

        .appoint-date-list {
            row-gap: 15px;
        }

        .btn-wrapper {
            display: flex;
            align-items: center;
            gap: 15px;
            margin-top: 30px !important;
        }

        .btn-wrapper .default-btn {
            margin-top: 0;
        }

        .booking-input input {
            border: 1px solid #f1f1f1;
            padding: 13px 15px;
            font-size: 14px;
            height: 100%;
        }

        .booking-input label {
            font-weight: 500;
        }

        .booking-info-tab .row {
            row-gap: 15px;
        }

        .booking-input .form-control:focus {
            border: 1px solid #0c21e0;
            background-color: rgb(40 167 69 / 7%);
        }

        .booking-info-tab.booking-radio .checkbox-custom input {
            padding: 0;
            height: initial;
            width: initial;
            margin-bottom: 0;
            display: none;
            cursor: pointer;
        }

        .booking-info-tab.booking-radio .checkbox-custom label {
            position: relative;
            display: inline-block;
            vertical-align: middle;
            cursor: pointer;
            font-size: 14px;
            line-height: 1.1;
            margin: 0;
            padding: 12px 30px 12px 20px;
            width: 100%;
            border: 1px solid #e5e7eb;
            font-size: 14px;
            background-color: transparent;
            outline: none;
            line-height: 1.2;
            border-radius: 10px;
            -moz-border-radius: 10px;
            -ms-border-radius: 10px;
            -o-border-radius: 10px;
            transition: .2s all ease-in-out;
            -webkit-transition: .2s all ease-in-out;
            -moz-transition: .2s all ease-in-out;
            -ms-transition: .2s all ease-in-out;
            -o-transition: .2s all ease-in-out;
            -webkit-border-radius: 10px;
        }

        .booking-info-tab.booking-radio .checkbox-custom:not(:last-child) {
            margin-bottom: 15px;
        }

        .booking-info-tab.booking-radio .checkbox-custom label:before {
            content: '';
            appearance: none;
            -webkit-appearance: none;
            background-color: transparent;
            border: 1px solid #e5e7eb;
            padding: 8px;
            display: inline-block;
            position: absolute;
            vertical-align: middle;
            cursor: pointer;
            right: 10px;
            top: 50%;
            border-radius: 5px;
            transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            -ms-border-radius: 5px;
            -o-border-radius: 5px;
            margin-left: 15px;
        }

        .booking-info-tab.booking-radio .checkbox-custom input:checked+label:after {
            content: '';
            display: block;
            position: absolute;
            top: 50%;
            right: 17px;
            width: 4px;
            height: 8px;
            border: 1px solid #0db02b;
            border-width: 0px 1px 1px 0;
            transform: translateY(-50%) rotate(45deg);
            -moz-transform: translateY(-50%) rotate(45deg);
            -ms-transform: translateY(-50%) rotate(45deg);
            -o-transform: translateY(-50%) rotate(45deg);
            -webkit-transform: translateY(-50%) rotate(45deg);
        }

        .booking-info-tab.booking-radio .checkbox-custom span {
            display: inline-block;
            background-color: #d5d8db;
            padding: 5px 8px;
            border-radius: 50%;
            height: 30px;
            width: 30px;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            -o-border-radius: 50%;
            margin-right: 5px;
            transition: .2s all ease-in-out;
            -webkit-transition: .2s all ease-in-out;
            -moz-transition: .2s all ease-in-out;
            -ms-transition: .2s all ease-in-out;
            -o-transition: .2s all ease-in-out;
        }

        .booking-info-tab.booking-radio input:checked+label {
            background-color: rgb(40 167 69 / 7%);
            border: 1px solid #0db02b;
        }

        .booking-info-tab .nav-pills .tab-link .nav-link {
            background: rgb(40 167 69 / 7%);
            color: #000;
            border-radius: 10px;
            display: flex;
            align-items: center;
        }

        .booking-info-tab .nav-pills .nav-link svg {
            width: 17px;
            height: 17px;
            margin-right: 10px;
        }

        .booking-info-tab .nav-pills {
            justify-content: center;
            gap: 15px;
        }

        .booking-info-tab input:-internal-autofill-selected {
            background-color: rgb(40 167 69 / 7%) !important;
            border-color: #0db02b;
        }

        .booking-info-tab .nav-pills .tab-link.active .nav-link {
            background: #0db02b;
            color: #fff;
        }

        .booking-info-tab .nav-pills .tab-link.active .nav-link svg path {
            fill: #fff;
        }

        .wizard-inner .nav-tabs {
            justify-content: center;
            padding-top: 10px
        }

        .wizard-inner .nav-tabs p {
            margin-bottom: 0px;
            margin-top: 10px;
        }

        .booking-info-tab .tab-wrapper {
            margin-bottom: 30px;
        }

        .booking-info-tab .tab-content.active {
            display: block;
        }

        .booking-info-tab .tab-content {
            display: none;
        }

        .booking-error {
            padding: 8px;
            background: #ff03031f;
            border-radius: 10px;
            width: auto;
            display: flex;
            align-items: center;
            max-width: 50%;
            width: 100%;
            margin-bottom: 15px;
            justify-content: center;
        }

        .booking-error .error {
            display: flex;
            align-items: center;
            gap: 8px;
        }

        .booking-error svg {
            width: 14px;
            height: 14px;
        }

        .booking-error svg path {
            fill: #d50000;
        }

        .booking-error span {
            flex: 1;
        }

        .choose-files .form-control {
            height: auto;
        }

        @media (max-width: 1399px) {
            .location-icon {
                width: 40px;
                height: 40px;
            }

            .location-icon svg {
                width: 20px;
                height: 20px;
            }

            .wizard-inner .nav-tabs p {
                display: none;
            }
        }

        @media (max-width: 1199px) {
            .staff-image {
                width: 130px;
                height: 130px;
            }

        }

        @media (max-width: 767px) {
            .sign-content h3 {
                font-size: 40px;
            }

            .wizard .nav-tabs>li a i {
                display: none;
            }

            .signup-logo-header .navbar-toggle {
                margin: 0;
                margin-top: 8px;
            }

            .signup-logo-header .logo_area {
                margin-top: 0;
            }

            .signup-logo-header .header-flex {
                display: block;
            }

            .staff-card-content .card-content-left b {
                font-size: 14px;
            }

            .staff-image {
                width: 120px;
                height: 120px;
            }

            .service-content-tab,
            .staff-content-tab {
                margin-bottom: 20px;
            }

            .booking-error {
                max-width: 100%;
            }

            .wizard>div.wizard-inner {
                position: relative;
                margin-bottom: 20px;
            }

        }

        @media (max-width: 480px) {
            .service-card-inner {
                flex-direction: column;
                align-items: flex-start !important;
                row-gap: 15px;
            }

            .service-image {
                width: 50px;
                height: 50px;
            }

        }

        @media (max-width: 575px) {
            .signup-step-container .card-body {
                padding: 15px;
            }
        }

        .datepicker td,
        th {
            text-align: center;
            padding: 8px 12px;
            font-size: 14px;
        }

        .datepicker-inline {
            width: 100%;
        }

        .form_man_box {
            /* background: #ebebebcf; */
            padding: 56px 0px 0px 0px;
            border-radius: 8px;
            /* box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px; */
        }

        .select_product {
            height: 55px !important;
            border: 1px solid #dfdfdf;
            font-size: 18px;
        }

        .meeting_box {
            height: 55px !important;
            display: flex;
        }

        .meeting_box b {
            margin: 0 !important;
            font-size: 18px !important;
        }

        .form_heading {
            font-size: 18px;
            display: flex;
            justify-content: center;
        }

        .datepicker tbody tr>td.day.today {
            position: relative;
            background: #0d24f5 !important;
            color: #fff !important;
        }

        .details_Box {
            margin-bottom: 24px;
            border: 1px solid #e7e7e7;
            height: 90%;
            ;
            overflow-y: auto;
            box-shadow: none !important;
        }

        .form_box {
            border: 1px solid #e7e7e7;
        }

        .shadow_none {
            box-shadow: none !important;
        }

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

        .appoint-date-list li {
            width: 100% !important;
        }

        .appoint-date-list {
            height: 300px;
            margin-top: 30px;
            overflow-y: auto;

        }

        .next {
            position: relative;
            ;
            z-index: 1;
            ;
        }

        .next:before {
            content: '';
            position: absolute;
            width: 35px;
            height: 35px;
            background: #6574ff2b;
            border-radius: 50%;
            top: 0;
            right: 0;
            z-index: -1;
        }

        .next {
            color: transparent !important;
        }

        .datepicker thead th.datepicker-switch:hover,
        .datepicker thead th.next:hover,
        .datepicker thead th.prev:hover {
            background: transparent !important;
        }

        .next:after {
            content: '';
            position: absolute;
            width: 10px;
            height: 10px;
            /* background: white; */
            top: 13px;
            transform: rotate(133deg);
            right: 14px;
            border-left: 2px solid #0d24f5;
            z-index: -1;
            border-top: 2px solid #0d24f5;
        }

        .prev {
            position: relative;
            ;
            z-index: 1;
            ;
        }

        .prev:before {
            content: '';
            position: absolute;
            width: 35px;
            height: 35px;
            background: #6574ff2b;
            border-radius: 50%;
            top: 0;
            right: 0;
            z-index: -1;
        }

        .prev {
            color: transparent !important;
        }

        .datepicker thead th.datepicker-switch:hover,
        .datepicker thead th.prev:hover,
        .datepicker thead th.prev:hover {
            background: transparent !important;
        }

        .prev:after {
            content: '';
            position: absolute;
            width: 10px;
            height: 10px;
            /* background: white; */
            top: 13px;
            transform: rotate(314deg);
            right: 11px;
            border-left: 2px solid #0d24f5;
            z-index: -1;
            border-top: 2px solid #0d24f5;
        }

        .datepicker.datepicker-inline {
            border: 1px solid #f1f1f1;
            /* padding: 20px; */
            padding-top: 20px;
            padding-right: 20px;
        }

        /* width */
        ::-webkit-scrollbar {
            width: 5px;
            height: 10px !important;
            ;
        }

        /* Track */
        ::-webkit-scrollbar-track {
            background: white;
            ;
        }

        /* Handle */
        ::-webkit-scrollbar-thumb {
            background: #3e50f7;
        }

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

        #schedule {
            padding: 20px;
            border: 1px solid var(--color-grey-3, #CCCCCC);
            border-radius: 8px;
        }

        #schedule p {
            font-size: 15px;
        }
    </style>

    
    <style type="text/css">
        <?php echo e(htmlspecialchars_decode($customCss)); ?>

    </style>

    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
</head>

<body class="theme-1">
    <section class="signup-step-container">

        <div class="container">
            <div class="row d-flex justify-content-center form_man_box">
                <div class="col-md-12 ">
                    <div class="wizard">
                        <form method="POST" action="#" accept-charset="UTF-8" id="appointment-form" class=""
                            enctype="multipart/form-data"><input name="_token" type="hidden"
                                value="tzXXlMhzhK34ZM0yxri0no9MYcvCZq75gPS02KJw">
                            <input type="hidden" name="_token" value="tzXXlMhzhK34ZM0yxri0no9MYcvCZq75gPS02KJw"
                                autocomplete="off">
                            <div class="container ">

                                <div class="tv_frame">
                                    <div class="row  p-4 radius-4 ">
                                        <div class="col-md-8 offset-2">
                                            <div class="tab-content" id="main_form">
                                                <div class="tab-pane active" role="tabpanel" id="step1">
                                                    <div id="card" class="card">
                                                        <div class="card-body service-card-wrapper">
                                                            <div class="service-content-tab">
                                                                <p style="margin: 0px;
                                                                color: #0069ff"
                                                                    class="text-center">
                                                                    <i style="font-size:50px;"
                                                                        class="fa fa-check-circle"></i>
                                                                </p>
                                                                <h4 class="text-center d-block mt-5"> Appointment
                                                                    Confirmed! </h4>
                                                                <h6 class="text-center">
                                                                    <?php echo e(__('Your appointment number is')); ?>

                                                                    <?php echo e($appointment_number); ?>

                                                                </h6>
                                                                <h6 class="text-center">An email with an invitation to
                                                                    add the event to your calendar is sent.</h6>
                                                                

                                                                

                                                                <div class="row">

                                                                    <div id="schedule" class="col-md-8 offset-2">
                                                                        <p>Product: <?php echo e($dataUrr['service']); ?>

                                                                        </p>
                                                                        <p>Mode: <?php echo e($dataUrr['location']); ?>

                                                                        </p>
                                                                        <p>Meeting: <?php echo e($dataUrr['staff']); ?>

                                                                        </p>
                                                                        <p>Date: <?php echo e($dataUrr['appointment_date']); ?>

                                                                        </p>
                                                                        <p>Time: <?php echo e($dataUrr['appointment_time']); ?>

                                                                        </p>
                                                                        <?php if(!empty(trim($dataUrr['appointment_address']))): ?>
                                                                            <p>Address:
                                                                                <?php echo e($dataUrr['appointment_address']); ?>

                                                                            </p>
                                                                        <?php endif; ?>
                                                                    </div>
                                                                </div>

                                                                <ul
                                                                    class="list-inline pull-right btn-wrapper d-flex flex-row">
                                                                    
                                                                    <li>
                                                                        <a href="<?php echo e(asset('appointments')); ?>/<?php echo e($slug); ?>"
                                                                            class="default-btn next-step">Book A New
                                                                            Appointment</a>
                                                                    </li>
                                                                </ul>
                                                            </div>
                                                        </div>
                                                    </div>
                                                </div>
                                            </div>
                                        </div>
                                    </div>
                                </div>

                            </div>
                        </form>
                    </div>
                </div>
            </div>
        </div>
    </section>

    
    <script type="text/javascript">
        <?php echo htmlspecialchars_decode($customJs); ?>

    </script>
</body>

</html>
<?php /**PATH /var/www/account.appointkrypt.com/resources/views/embeded_appointment/appointment.blade.php ENDPATH**/ ?>

Anon7 - 2021