/*******************
  Css Styles
*******************/

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

a:hover,
a:focus {
    text-decoration: none;
}

.text-right {
    text-align: right !important;
}


/*Pages Navbar*/


/*single page wrapper main-header css*/

.form-layout-wrapper .main-header {
    padding: 15px 0px;
    background: #aa627600;
   
}

.form-layout-wrapper .main-title {
    font-size: 28px;
    font-weight: 800;
    line-height: 36px;
    margin-bottom: 0;
}

.single-column .topbar .top-navbar .navbar-nav>.nav-item>.nav-link {
    padding-left: 24px;
}

@media only screen and (max-width: 768px) {
    .single-column .topbar .top-navbar .navbar-nav>.nav-item>.nav-link {
        padding-left: 15px;
        line-height: 35px;
    }
    .form-layout-wrapper .main-header {
        padding: 0;
        position: fixed;
        background: unset;
        top: 16px;
        z-index: 99;
        left: 40px;
        z-index: 999;
        text-align: center;
        padding-left: 54px;
        ;
   
    }
    .form-layout-wrapper .main-title {
        font-weight: 500;
        font-size: 18px;
        color: #2a2929;
        line-height: 22px;
    }
}


/*card submit button in bottom style css*/

@media only screen and (max-width: 768px) {
    .form-layout-wrapper .card-submit-btn {
        position: fixed;
        bottom: 0;
        width: 100%;
        padding: 10px;
    }
    .form-layout-wrapper .card-submit-btn .btn-success {
        width: 45%;
    }
    .form-layout-wrapper .card-submit-btn .btn-dark {
        width: 50%;
        margin: 0;
    }
}


/*PROFILE IMAGEG UPLOADING CCSS AREA*/

.avatar-upload {
    position: relative;
    max-width: 220px;
}

.avatar-upload .avatar-edit {
    position: absolute;
    right: 7px;
    z-index: 1;
    top: 7px;
}

.avatar-upload .avatar-edit input {
    display: none;
}

.avatar-upload .avatar-edit input+label {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-bottom: 0;
    background: #fff;
    cursor: pointer;
    font-weight: normal;
    transition: all 0.2s ease-in-out;
}

.avatar-upload .avatar-edit input+label:hover {
    background: #f1f1f1;
    border-color: #d6d6d6;
}

.avatar-upload .avatar-edit input+label:after {
    content: "\f044";
    font-family: 'Font Awesome 5 Free';
    color: #1a263a;
    position: absolute;
    top: 5px;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
}

.avatar-upload .avatar-preview {
    width: 200px;
    height: 200px;
    position: relative;
    border-radius: 100%;
    border: 6px solid #F8F8F8;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}

.avatar-upload .avatar-preview>div {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}


/*ADD OPTION CSS*/

.add-option label {
    font-size: 17px;
    font-weight: 600;
    line-height: 15px;
    color: #037aff;
    cursor: pointer;
}

.add-option i {
    font-size: 24px;
    margin-right: 5px;
    vertical-align: sub;
}


/*SELECTION CSS*/

.selected-label {
    position: relative;
    display: block;
}

.selected-label input {
    display: none;
}

.selected-label input:checked+.icon {
    background: #037aff;
    border-color: #037aff;
    transform: scale(1.2);
    opacity: 1;
}

/*.selected-label .icon {
   width: 16px;
    height: 16px;
    border: solid 1px #037aff;
    position: absolute;
    top: 3px;
    right: 0px;
    transition: .3s ease-in-out all;
    transform: scale(1);
    z-index: 1;
    border-radius: 50%;
    opacity: 0;
}
*/



.selected-label .icon {
   width: 16px;
    height: 16px;
    border: solid 1px #037aff;
    position: absolute;
   top: 17px;
    right: 36px;
    transition: .3s ease-in-out all;
    transform: scale(1);
    z-index: 1;
    border-radius: 50%;
    opacity: 0;
}


.selected-label input:checked+.icon:before {
    color: #fff;
    opacity: 1;
    transform: scale(.8);
}

.selected-label .icon:before {
    content: "\e64c";
    position: absolute;
    width: 100%;
    height: 100%;
    font-family: 'themify';
    font-weight: 900;
    font-size: 12px;
    line-height: 14px;
    color: #000;
    text-align: center;
    opacity: 0;
    transition: .2s ease-in-out all;
    transform: scale(.8);
}

/*.selected-label input:checked~.selected-content {
    border: solid 2px #037aff;
    background-color: #e5f1ff;
    box-shadow: 0 4px 8px 0 rgb(16 25 40 / 10%);
    user-select: none;
}*/

.selected-label input:checked~.selected-content {
    /*border: solid 2px #037aff;
    background-color: #e5f1ff;*/
    box-shadow: 0 4px 8px 0 rgb(16 25 40 / 10%);
    user-select: none;
}

.selected-content {
    border-radius: 4px;
    transition: box-shadow 0.15s ease-in-out, background-color 0.15s ease-in-out;
    padding: 16px;
    display: block;
    margin-bottom: 20px;
    /*border: 2px solid #eee;*/
    cursor: pointer;
    user-select: none;
	      max-width: 170px;
		
}

.selected-content:hover {
      /* box-shadow: 0 4px 8px 0 rgb(16 25 40 / 10%);
    /*border-radius: 50%;*/
}





.selected-content h3 {
    color: #000;
    font-size: 17px;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 5px;
}

.selected-content p {
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    color: #878c93;
    margin-bottom: 0;
}

.selected-label input:checked~.selected-content p {
    color: #000;
}


/*SELECTION with ICON CSS*/

.selected-icon .selected-content {
       padding: 5px 5px;
}

.selected-icon .selected-content img {
  width: 100%;
    /* max-width: 100%; */
    /* max-height: 200px; */
    border-radius: 50%;
	    height: 100%;
}

.selected-icon .selected-content h3 {
    font-size: 15px;
    margin-bottom: 0px;
    margin-top: 12px;
}


/*show and hide enable extra time css*/

.enable-extra-time-content {
    display: none;
}


/*add working hours css area*/

.working-hours .table tbody tr {
    border-top: none;
    border-left: none;
    border-right: none;
    border-left: none;
}

.working-hours .table tbody td {
    padding: 15px 0px 15px 0px;
    border-width: 0;
    vertical-align: middle;
}

.working-hours .form-check-input {
    width: 20px;
    height: 20px;
}

.working-hours .form-check label {
    vertical-align: bottom;
    margin-bottom: 0;
}

.working-hours .table span {
    font-weight: 600;
    color: #027aff;
}

.working-hours .table span i {
    font-weight: 500;
    vertical-align: middle;
}


/*Add Appoinment  css*/

.main-appintment .card-body {
    padding: 0;
}

.appointment-form {
    border-right: 1px solid #e9ecef;
    padding: 15px 15px;
}

.appointment-card-form {
    padding: 20px 15px 0px 16px;
    border: 1px solid #eee;
    border-radius: 3px;
    box-shadow: 0 2px 5px 0 rgb(164 173 186 / 25%);
    margin-bottom: 30px;
    background: #f2f2f7;
    position: relative;
}

.appointment-checkout {
    padding: 10px 15px 15px 0px;
}

.removeService {
    position: absolute;
    top: 10px;
    right: 15px;
    transition: transform .15s ease-in-out;
    cursor: pointer;
}

.removeService i {
    font-weight: 500;
    color: red;
    font-size: 14px;
}

.removeService i:hover {
    transform: rotate(90deg);
}


/*ADD NEW PRICING OPTION*/

.pricing-card-form {
    padding: 15px 15px 0px 15px;
    border: 1px solid #eee;
    border-radius: 3px;
    box-shadow: 0 2px 5px 0 rgb(164 173 186 / 25%);
    margin-bottom: 20px;
    background: #f2f2f7;
    position: relative;
}

.pricing-card-form h4 {
    font-weight: 500;
    font-size: 17px;
    margin-bottom: 25px;
    color: #00c292;
}


/*services page css area*/

.services-area .badge {
    font-weight: 600;
    font-size: unset;
}

@media only screen and (max-width: 768px) {
    .services-area .card-header {
        display: flex !important;
    }
}


/*Add Package Service area css*/

.service-selection .selected-content {
    padding: 20px 10px 10px 10px;
    margin-bottom: 30px;
    height: 135px;
}

.service-selection .selected-content p {
    font-size: 15px;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 22px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.service-selection span {
    font-size: 17px;
    font-weight: 500;
    line-height: 24px;
    color: #000;
}

.service-selection {
    margin-top: 20px;
}

.selected-label .delete {
    padding: 0px 6px 0px 6px;
    background: #da2346;
    position: absolute;
    top: -10px;
    right: -5px;
    transition: .3s ease-in-out all;
    transform: scale(1);
    z-index: 1;
    border-radius: 50%;
    cursor: pointer;
}

.selected-label .delete i {
    color: #fff;
    font-size: 12px;
    line-height: 24px;
}


/*DROPDOEN MENU CSS AREA*/

.card-dropdown-menu {
    position: relative;
}

.card-dropdown-menu .dropdown-menu-end {
    right: 0 !important;
    left: auto !important;
}


/*REPORT LIST CSS AREA*/

.report-list ul li {
    text-transform: none;
    border-bottom: 1px solid #dee3e7;
    padding: 14px 20px;
}

.report-list ul li a {
    font-size: 17px;
    color: #037aff;
    font-weight: 500;
}

.report-list ul li a:hover {
    text-decoration: underline;
}


/*VOUCHER CSS AREA*/

.voucher {
    color: #ffffff;
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    position: relative;
    text-decoration: none;
    padding: 15px 20px 20px;
    border-radius: 8px;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    transition: all .2s ease-out;
    margin-bottom: 30px;
}

.voucher:hover {
    box-shadow: 0 16px 32px 0 rgb(16 25 40 / 10%);
}

.voucher .voucher-timing {
    padding: 12px 0;
}

.voucher .voucher-timing label {
    font-size: 15px;
    font-weight: 600;
    line-height: 22px;
}

.voucher .voucher-timing i {
    font-size: 20px;
    margin-right: 5px;
}

.voucher h3 {
    font-size: 22px;
    font-weight: 800;
    line-height: 32px;
    margin-bottom: 0;
}

.voucher .main-voucher {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}

.voucher .main-voucher .voucher-details h4 {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
}

.voucher .main-voucher .voucher-details p {
    font-size: 17px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 6px;
}


/*CALENDAR CSS  AREA*/