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

h1 {
    color: #060606;
}

* {
    box-sizing: border-box;
}

a {
    text-decoration: none;
    /* color: #FFFFFF; */
}

a:hover {
   
    background-color: #cfa648;
}

button {
    text-decoration: none;
    color: #FFFFFF;
    border: none;
   
    background: transparent;
    font-size: 20px;
    text-align: center;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    cursor: pointer;
}

.block {
    display: block;
    width: 100%;
    height: 100%;
    border: none;
    padding: 5px 5px;
}

button:hover{
                    background-color: #CFA648;
                }

.column:hover {
    background-color: #CFA648;
}



.column {
    float: left;
    width: 25%;
    padding: 10px;
    background: #454545;
    
    border: 5px solid #262626;
    text-align: center;
}

h1 {
    color: #CFA648;
    text-align: center;
    margin: 0;
    padding-bottom: 10px
}

p {
    text-align: center;
    margin: 0;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}



@media screen and (max-width: 600px) {
    .column {
        width: 50%;
        background: #454545;
    }
}



@media screen and (max-width: 600px) {
    .column {
        width: 100%;
        background: #454545;
    }
}



.calendarfulldiv {
    float: none;
    text-align: center;
    width: 500px;
    display: inline-block;
    position: relative;
}

.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
}

.popover-content {
    padding: 9px 14px;
}

.ui-datepicker-inline.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all {
    width: 100%;
}

.popover {
    width: 100%;
}

.date-picker.hasDatepicker {
    width: 500px;
    text-align: center;
    display: inline-block;
    margin-top: 20px;
}

.ui-datepicker-inline.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all {
    background: none;
    border: 1px solid #ccc
}

.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all {
    background: none;
    border: none;
}

.ui-datepicker-title {
    color: #1d1d1d;
    font-size: 20px;
    font-weight: 300;
}

.ui-datepicker-calendar {
    color: #1d1d1d
}

.ui-state-default.active {
    background: #CFA648 !important;
    border-radius: 50px;
}

.ui-state-default.ui-state-hover {
    background: #CFA648 !important;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button {
    background: none;
    border: none;
    text-align: center;
    color: #1d1d1d;
    font-size: 16px;
    font-weight: 300;
    padding: 15px 0px;
    width: 40px;
    height: 40px;
    line-height: 9px;
    display: inline-block;
    border-radius: 50%;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: 1px solid #CFA648;
    border-radius: 50px;
}

.ui-datepicker-prev.ui-corner-all:hover {
    border: none;
}

.ui-datepicker-next.ui-corner-all:hover {
    border: none;
}

.ui-widget-header .ui-icon {
    filter: brightness(0) invert(1);
}

.popover {
    width: 100%;
}

.popover-title b {
    font-size: 16px;
    font-style: initial;
}

.popover-title {
    background: none;
    display: none;
}

.popover>.arrow, .popover>.arrow::after {
    display: none;
}

.popover-content strong {
    font-weight: 300;
}

.parentdivcal {
    text-align: center;
    padding: 10px;
    width: 100%
}

.popover {
    text-align: center;
    width: 100% !important;
    max-width: 500px;
    left: 0 !important;
    top: inherit !important;
}

.popover-content button {
    margin: 5px 5px;
    width: 40%;
    background: #CFA648;
    border: none;
}

.popover-content button:hover {
    background: #CFA648;
    border: none;
}

.popover-content button:active {
    background: #CFA648;
    border: none;
}

.popover-content button:hover {
    background: #CFA648;
    border: none;
}

.ui-datepicker .ui-datepicker-prev {
    left: 10px;
    background: #CFA648;
    border-radius: 50%;
    top: 10px;
}

.ui-datepicker .ui-datepicker-next {
    right: 10px;
    background: #CFA648;
    border-radius: 50%;
    top: 10px;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    height: 20px;
    width: 20px;
}





@media screen and (max-width: 600px) {
    .calendarfulldiv {
        width: 100%;
    }
    .date-picker.hasDatepicker {
        width: 100%;
    }
}





.logo_headerfrpage {
    float: left;
    width: 100%;
    padding: 20px;
    text-align: center;
    background: #CF48CA;
}

.logo_headerfrpage img {
    width: 150px;
}

.logoname {
    font-size: 24px;
    text-align: center;
    color: #ffffff;
}
.headersmalltext {
    font-size: 16px;
    text-align: center;
    color: #ffffff;
}
.container-inner {
    width: 1170px;
    text-align: center;
    display: inline-block;
    background: #fff;
}

.fulldivservices.fulldivservicesselected .infodiv img {
    filter: brightness(0) invert(1);
}

.main {
    text-align: center;
    width: 100%;
    float: left;
}

body.booking-page {
    background: #e6e6e6;
}

.select-services {
    float: left;
    width: 100%;
}

.heading-text {
    text-align: center;
    width: 100%;
    color: #1d1d1d;
    font-size: 22px;
    padding: 40px 0;
}
.heading2-text {
    text-align: center;
    width: 100%;
    color: #1d1d1d;
    font-size: 18px;
    padding: 20px 0;
}

.servicesfull {
    float: left;
    width: 100%;
}

.services-name {
    float: left;
    width: 100%;
    color: #1d1d1d;
    text-align: left;
    font-size: 16px;
}

.appointment-field-label {
    float: left;
    width: 100%;
    color: #1d1d1d;
    text-align: right;
    font-size: 16px;
}

.appointment-field-value {
    float: left;
    width: 100%;
    color: #1d1d1d;
    text-align: left;
    font-size: 16px;
}

.width-50 {
    float: left;
    width: 50%;
}

.Duration {
    float: left;
    width: 100%;
    color: #a5a5a5;
    font-size: 16px;
    text-align: left;
    font-weight: 300;
}

.fulldivservices {
    float: left;
    width: 100%;
    border: 1px solid #ccc;
    border-left: 0;
    border-right: 0;
    padding: 20px 40px;
    position: relative;
    border-top: 0;
}

.fulldivservices.firstdivborder {
    border-top: 1px solid #ccc;
}

.width-50.paddingright {
    padding-right: 40px;
}

.width-50.paddingleft {
    padding-left: 40px;
}

.infodiv {
    position: absolute;
    top: 30px;
    right: 40px;
}

.infodiv img {
    width: 25px;
}

.time-div {
    float: left;
    width: 100%;
    margin-top: 50px;
    border-top: 20px solid #e6e6e6;
}

.date-picker.hasDatepicker {
    margin-top: 0;
}

.popover {
    display: none !important;
}

.ui-datepicker table {
    font-size: 14px;
}

.selectstylist {
    float: left;
    width: 100%;
    padding: 20px 30px;
}

.selectstylist select {
    width: 100%;
    margin-top: 10px;
    padding: 0 20px;
    display: inline-block;
    height: 50px;
    border: 1px solid #ccc;
    color: #1d1d1d;
    font-size: 16px;
    background: #fff;
    outline: none;
}

.inputfield {
    float: left;
    width: 100%;
    padding: 0 40px;
    margin-bottom: 20px;
}

.inputfield input {
    border: 1px solid #ccc;
    width: 100%;
    float: left;
    font-size: 16px;
    padding: 15px;
    border-radius: 5px;
    color: #1d1d1d;
    outline: none;
}

.inputfield input:focus {
    border: 1px solid #CFA648;
    outline: none;
}

.inputfield textarea {
    border: 1px solid #ccc;
    width: 100%;
    float: left;
    font-size: 16px;
    padding: 15px;
    border-radius: 5px;
    color: #1d1d1d;
    margin-top: 20px;
    resize: none;
    min-height: 205px;
    outline: none;
}

.inputfield textarea:focus {
    border: 1px solid #CFA648;
    outline: none;
}

.timeslotselect {
    float: left;
    width: 100%;
    color: #000000;
    font-size: 16px;
    text-align: left;
    padding: 0 30px;
}

.timeslotselect button {
    background: #CFA648;
    display: inline-block;
    text-align: center;
    padding: 5px;
    width: 150px;
    font-size: 14px;
    font-weight: normal;
    margin-top: 10px;
    margin-left: 5px;
    padding-left: 20px;
    border: 1px solid #CFA648;
}

.timeslotselect button:hover {
    border: 1px solid #CFA648;
    color: #CFA648;
    background: none;
    transition: all(0.5)
}

.buttonbooknow {
    float: left;
    width: 100%;
    text-align: center;
}

.buttonbooknow button {
    background: #CFA648;
    display: inline-block;
    text-align: center;
    padding: 15px;
    width: 250px;
    font-size: 18px;
    font-weight: normal;
    margin-top: 30px;
    border: 1px solid #CFA648;
}

.buttonbooknow button:hover {
    border: 1px solid #CFA648;
    color: #CFA648;
    background: none;
    transition: all(0.5)
}
 

.bottomsec {
    width: 100%;
    background: #CF48CA;
    color: #ffffff;
    font-size: 14px;
    margin-top: 50px;
    float: left;
    padding: 20px;
}

.fulldivservices:hover {
    background: #ccc;
    color: #fff !important;
    cursor: pointer;
}

.fulldivservicesselected {
    background: #CFA648;
    color: #ffffff !important;
    cursor: pointer;
}

.fulldivservicesselected .services-name {
    color: #ffffff;
}

.fulldivservicesselected .Duration {
    color: #ffffff;
}

.fulldivservices:hover .services-name {
    color: #ffffff;
}

.fulldivservices:hover .Duration {
    color: #ffffff;
}

.fulldivservices:hover .infodiv img {
    filter: brightness(0) invert(1);
}

a.ui-state-default.ui-state-active {
    border: 1px solid #CFA648;
    border-radius: 50px;
    background: #CFA648;
    color: #ffffff;
}



@media screen and (max-width: 1200px) {
    .container-inner {
        width: 100%;
    }
    .width-50 {
        width: 100%;
    }
    .width-50.paddingleft {
        padding-left: 0;
    }
    .width-50.paddingright {
        padding: 0px 40px;
    }
    .fulldivservices.firstdivborder {
        border-top: 0;
    }
    .inputfield {
        padding: 0 20px;
    }
    .selectstylist {
        padding: 20px 20px;
    }
    .fulldivservices {
        padding: 20px 20px;
    }
    .infodiv {
        right: 20px;
    }
    #select_services_id .width-50 {
        width: 100%;
        padding: 10px 5px;
    }
    #select_services_id .appointment-field-label {

        font-size: 14px;
        text-align: left;

    }
    #select_services_id .appointment-field-value {

        font-size: 14px;

    }
}

.serpoptext {
    float: left;
    text-align: center;
    font-size: 16px;
    color: #1d1c1a;
    width: 100%;
    margin-top: 24px;
}

.imgserpop {
    float: left;
    width: 100%;
    display: inline-block;
}

.imgserpop img {
    width: 60px;
}

.servicenamepop {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 22px;
    color: #1d1d1d;
    padding-top: 20px;
    padding-bottom: 20px;
}

.summarypagepop {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 22px;
    color: #1d1d1d;
    padding-top: 20px;
    padding-bottom: 20px;
}

@media (min-width: 768px) {
    .modal-dialog.infopopnew {
        width: 350px;
    }
}

.infopopnew p.Duration {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

.infopopnew .buttonbooknow button {
    margin: 0;
    padding: 10px;
}

.infopopnew .modal-footer {
    padding-bottom: 0;
}
.checkout-panel {
    margin: 0 auto;
    color: #000000;
    max-width: 480px;
    text-align: center;
    background-color: rgb(255, 255, 255);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .2);
  }

.url-text {
    margin: 0 auto;
    color: #000000;
     
    text-align: center;
    background-color: rgb(255, 255, 255);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .2);
  }
  
.invoice-div {
    float: left;
    width: 100%;
    margin-top: 20px;
    
    border-top: 20px solid #e6e6e6;
    padding: 30px;
}
.invoice-div tr {
    text-align: left;
}
.totals {
    text-align: right;
    padding-right: 80%;
}
.policy-text {
    text-align: left; 
}
 
.liability-waiver-container {
    width: auto;
  }
  
  .liability-waiver-container .m-signature-row {
    margin: 0 auto;
    left: 50%;
    position: relative;
    transform: translate(-50%, 0);
    width: auto;
  }
  
  @media screen and (max-width: 1024px) {
    .liability-waiver-container .m-signature-pad {
      min-width: 600px;
    }
  }
  
  @media screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .liability-waiver-container .m-signature-pad {
      margin: 10% 0;
    }
  }
  
  @media screen and (max-width: 768px) {
    .liability-waiver-container .m-signature-pad {
      min-width: 500px;
    }
  }
  
  @media screen and (max-width: 580px) {
    .liability-waiver-container .m-signature-pad {
      min-width: 320px;
    }
  }
  
