/*.shadow {
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}*/

body {
	background: #ffffff;
	color: #666;
}

a {
	color: #20c997;
}

a:hover {
	color: #20c997;
}

.btn-primary {
    color: #fff;
    background-color: #20c997;
    border-color: #20c997;
}

.btn-primary:hover, .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle, .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #1db789;
    border-color: #1db789;
}

.business-details {
	background: #f7f3eb;
}

.shadow {
    box-shadow: 0 0rem .25rem rgba(0,0,0,.10)!important;
}

#info {
    
}

#info span {
    display: block;
    color: #20c997;
    border:1px solid #20c997;
    background-color: #ffffff;
    padding: .5rem 1rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .3rem;
    margin-bottom: 5px;
}

.profile span {
	margin-bottom: 5px;
    display: block;
    position: relative;
}

.profile .label {
    font-size: 28px;
    font-weight: bold;
    margin-left: 5px;
    color: #20c997;
}

.profile .length {
    font-weight: bold;
}

.profile .location {
    font-weight: bold;
}

.profile .date {
    color: #20c997;
    font-size: 18px;
    font-weight: bold;
}

.next-back i.far {
	font-size: 32px !important;
}

hr.sep-hr
{
    display: none;
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #48319e;
    background-color: #48319e;
}

.border-primary {
    border-color: #48319e!important;
}



select:focus > option:checked { 
    background: #48319e !important;
    color: #fff !important;
    background-image: none;
}



/*-----------calendar CSS start--------------*/

.jzdbox1 {
    width: 328px;
    border-radius: 5px;
    overflow: hidden;
    display: block;
    margin-bottom: 10px;
    margin: 0 auto;
}

.jzdcal {
    padding: 0 10px 10px 10px;
    box-sizing: border-box!important;
    color: #000;
}

.jzdcalt {
    font-weight: 700;
    display: block;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 1px;
}

.jzdcal span {
    font-weight: 400;
    text-align: center;
    width: 42px;
    height: 42px;
    display: inline-block;
    float: left;
    overflow: hidden;
    line-height: 40px;
    margin: 1px;
}

.jzdcal .jzdb:before {
  opacity:0.3; 
  content:'o';
}

.circle {
    border: 1px solid #f7f3eb;
    box-sizing: border-box!important;
    border-radius: 200px!important;
    background: #f7f3eb;
    cursor: pointer;
}

.circle:hover, .circle.active {
    background: #20c997;
    color: #fff;
    border-color: #20c997;
}

.circle.not-available {
    background: #f5f5f5;
    color: #d6d6d6;
    cursor: default;
    border-color: #f5f5f5;
}

span[data-title]:hover:after, 
div[data-title]:hover:after {
  font-weight:400; 
  content:attr(data-title); 
  position:absolute; 
  margin:0 0 100px; 
  background:#282423; 
  border:1px solid #f7f3eb; 
  color:#f7f3eb; 
  padding:5px; 
  z-index:9999; 
  min-width:150px; 
  max-width:150px;
}

span[data-title]:hover:after, div[data-title]:hover:after {
    content: attr(data-title);
    position: absolute;
    background: #666666;
    border: 1px solid #666666;
    color: #ffffff;
    z-index: 9999;
    min-width: 100px;
    max-width: 150px;
    font-size: 14px;
    border-radius: 5px;
    line-height: 20px;
}

/*-----------calendar CSS end--------------*/
.btn-time-holder {
    overflow: hidden;
    height: 48px;
}

.form-control-2 {
    font-size: 12px;
    border-color: #f3f3f3;
}

.input-group-text-2 {
    background: transparent;
    border-color: #f5f5f5;
    border-right: none;
    color: #20c997;
}

.btn-time {
    width: 100%;
}

.btn-width {
    width: 50%;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    margin-right: 4px;
}


.btn-outline-info {
    color: #20c997 !important;
    border-color: #20c9973d;
}

.btn-outline-info:hover, .btn-outline-info:not(:disabled):not(.disabled).active, .btn-outline-info:not(:disabled):not(.disabled):active, .show>.btn-outline-info.dropdown-toggle {
    background-color: transparent;
    border-color: #20c997;
}

.btn-time:active, .btn-time:focus {
    outline: none;
    box-shadow: none;
}

.d-none, .d-block {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.btn-primary.disabled, .btn-primary:disabled, .btn-primary:disabled:hover {
    color: #fff;
    background-color: #dadada;
    border-color: #dadada;
}


.ui-widget {
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji" !important;
}

div#full-calendar {
    padding: 0;
    width: 80%;
    margin: 20px 45px;
}

.ui-widget-header {
    background: transparent;
    border: none;
    color: #000;
}
.ui-datepicker td span, .ui-datepicker td a
{
    text-align: center;
}
#full-calendar .ui-datepicker {
    padding: 10px;
    margin: 0;
    width: 100%;
    background: none !important;
    border: none;
}

#full-calendar .ui-datepicker-title {
    display: block;
    text-align: center !important;
    margin-top: -10px;
    
}

#full-calendar .ui-datepicker-month {
    width: fit-content !important;
    display: unset!important;
    float: none !important;
	text-transform: uppercase;
	font-weight: 700 !important;
	letter-spacing: 1px;
}

#full-calendar span.ui-datepicker-year {
    width: fit-content;
    float: none !important;
    display: unset !important;
    font-weight: 700 !important;
}

#full-calendar .ui-datepicker th {
    padding: 0;
}

.jzdcal span {
    width: -webkit-fill-available;
}

#full-calendar .ui-widget-header .ui-icon {
    background: none;
}

#full-calendar .ui-datepicker .ui-datepicker-prev span {
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: 0 !important;
    position: relative;
}

#full-calendar .ui-datepicker .ui-datepicker-next span {
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    margin: 0 !important;
}

#full-calendar.ui-widget-content {
    background: none;
}

#full-calendar .ui-state-default, #full-calendar .ui-widget-content .ui-state-default, #full-calendar .ui-widget-header .ui-state-default {
	text-align: center;
	color: #000;
	line-height: 2;
	border: none;
	border-radius: 20px;
	font-weight: normal !important;
}

#full-calendar .ui-datepicker td {
    border: 0;
    padding: 2px;
    text-align: center;
    /*background: red;*/
}

#full-calendar .ui-state-default {
	line-height: 2;
	border: solid 1px transparent !important;
}

#full-calendar .ui-state-disabled {
    width: 42px;
    height: 42px;
    position: relative;
}

#full-calendar .ui-state-disabled span {
	display: none !important;
}

#full-calendar .ui-state-disabled:after {
    content: '' !important;
    display: block;
    top: 0px;
    left: 0;
    color: #000;
    right: 0;
    bottom: 0;
    position: absolute;
    opacity: 0.5;
    text-align: center;
    height: 42px;
    padding-top: 8px;
}
#full-calendar .ui-state-default {
    background: none !important;
}

#full-calendar .d-custom-disabled .ui-state-default {
    background: none !important;
    background-color: transparent !important;
}

.ui-state-highlight {
    background: none !important;
    background-color: #20c99730 !important;
    color: #553ABA !important;
    border: solid 1px #553ABA !important;
}

#full-calendar a.ui-state-default.ui-state-active {
    background: #553ABA !important;
    color: #fff !important;
    text-align: center;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    border: none;
    padding: .125rem;
    vertical-align: middle;
    font-weight: 500;
    line-height: 1;
    display: inline-block;
}

#full-calendar td.ui-datepicker-week-end.ui-datepicker-unselectable.ui-state-disabled.undefined span {
    display: block !important;
    background: #eee !important;
    color: #a7a7a7 !important;
}

#full-calendar td.ui-datepicker-week-end.ui-datepicker-unselectable.ui-state-disabled.undefined:after {
    display: none !important;
}



#full-calendar .ui-datepicker .ui-datepicker-prev span:before {
    content: '‹‹';
    color: #000000;
    position: absolute;
    left: 0;
    top: 0;
    height: 31px;
    width: 27px;
    font-size: 22px;
    font-weight: bold;
}

#full-calendar .ui-datepicker .ui-datepicker-next span:before {
    content: '››';
    color: #000000;
    position: absolute;
    left: 0;
    top: 0;
    height: 31px;
    width: 27px;
    font-size: 22px;
    font-weight: bold;
}

.ui-icon {
    text-indent: 0;
    color: #fff0;
    font-size: 1px;
}

.ui-state-hover {
	background: transparent !important;
	border-color: transparent !important;
}

.undefined a.ui-state-default.ui-state-hover {
    background: none !important;
    background-color: #20c9975e !important;
    color: #553ABA !important;
    border: solid 1px #20c997 !important;
}


span#time_zone_select form label {
    display: none;
}

span#time_zone_select {
    padding: 0;
    height: auto;
    border: none;
}

span#time_zone_select form select {
	max-width: 280px;
}

.profile .location svg, .profile .length svg, .profile .date svg, .profile .timezone svg {
    position: absolute;
    top: 4px;
    left: -25px;
}

svg.svg-inline--fa.fa-arrow-alt-circle-left.fa-w-16 {
    width: 32px;
    height: 32px;
}


.btn-time {
	color: #fff !important;
}

.btn-outline-info {
    color: #20c997 !important;
    border-color: #20c9973d;
}

@media(max-width: 768px)
{
    .calendar-cont
    {
        padding: 0;
        margin-top: 20px;
    }
}
.external-cal .ui-datepicker-header span.ui-icon
{
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    top: 12px;
    left: 3px;
    font-family: "Font Awesome 5 Free";
}
.external-cal .ui-datepicker-header span.ui-icon-circle-triangle-w:before
{
    content: "\f053" !important;
}
.external-cal .ui-datepicker-header span.ui-icon-circle-triangle-e:before
{
    content: "\f054" !important;
}