.hr {
    border:2px dotted;
}

.js--image-preview {
    max-width: 300px;
    width: 120px;
    height: 120px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    border-radius: 50%;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    border: 3px solid #595a5c69;
    position: relative;
    z-index: 1;
}
.edit_img {
    position: absolute;
    width: 40px;
    height: 40px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
    right: -10px;
    bottom: 10px;
}
.mt-3 {
    margin-top: 1rem!important;
}
.text-center {
    text-align: center!important;
}
.pagination-wrap {
    position: relative;
    height: 30px;
    
}
.btn-check:focus+.btn, .btn:focus{
    background: #db4b1b;
    border:2px solid #db4b1b;
    box-shadow: none;
}
button#prevBtn:focus {
    color: #fff;
}
nav {
    display: block;
}
.text-center {
    text-align: center!important;
}
.pagination-wrap nav div:nth-child(1) {
    display: none;
}
nav, label {
    text-transform: uppercase;
}

.bg-white {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-white-rgb),var(--bs-bg-opacity))!important;
}
.py-2 {
    padding-top: .5rem!important;
    padding-bottom: .5rem!important;
}
.px-4 {
    padding-right: 1.5rem!important;
    padding-left: 1.5rem!important;
}
.border {
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important;
}
.text-sm {
    font-size: 0.875rem !important;
}
.text-sm {
    line-height: 1.5;
}
.pagination-wrap nav div:nth-child(2) {
    display: flex;
    flex-direction: column-reverse;
}
.pagination-wrap nav div:nth-child(2) > div:first-child p {
    margin: 0;
}
.pagination-wrap nav div:nth-child(2) {
    display: flex;
    flex-direction: column-reverse;
}
.pagination-wrap .shadow-sm {
    box-shadow: none !important;
}
.pagination-wrap nav div:nth-child(2) > div:nth-child(2) > span span, .pagination-wrap nav div:nth-child(2) > div:nth-child(2) > span a {
    width: 20px;
}

.py-2 {
    padding-top: .5rem!important;
    padding-bottom: .5rem!important;
}
.px-2 {
    padding-right: .5rem!important;
    padding-left: .5rem!important;
}
.pagination-wrap nav div:nth-child(2) > div:nth-child(2) > span  svg {
    max-width: 20px;
}
/*img, svg {
    vertical-align: middle;
}
html * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}*/
.card.mb-4 {
    min-height: 85vh;
}
.copyright.text-center.text-sm.text-muted {
    margin-top: 15px;
}
.success-btn{
    background: green;
    color: #fff ;
    border-color: green;
    padding: 10px 20px;
}
.success-btn:hover {
    border-color: green;
    color: green;
    background-color: transparent;
}
.modal-content {
    border-radius: 30px;
}
/* Logout modal  */
.modal.custom-modal {
    background: #cbcbcb75;
    justify-content: center;
}
#logout_modal > .custom-modal{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.col.text-right {
    margin-left: 27px;
}
#distance_error ul{
    background-color: #f8d7da;
    border-radius: 5px;
    border: 2px solid #f5c2c7;
    color: #842029;
    padding: 10px 30px;
}
.pagination-wrap nav div:nth-child(2) {
    display: flex;
    flex-direction: column-reverse;
    width: 392px;
}

/* Booking steps  */

#time-interval-target {
    gap: 10px;
}
#time-interval-target  .checkbox-input{
    position: absolute;
}
#custom-regForm1 select.form-control {
    background: url(http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png) no-repeat right #fff;
    background-position-x: 96%;
    cursor: pointer;
}
.admin_modal .modal-content {
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
    background: #fff;
    color: #444;
    text-align: center;
    border-radius: 10px;
    padding: 20px 20px 10px;
}
.delete-action .stroke_btn:hover {
    border: 1px solid #db4b1b;
    color: #e84a07;
}
.input-time > div {
    background: #fff;
    box-shadow: 0 0 10px rgba(0 0 0 / 10%);
    padding: 20px 15px 0;
    text-align: center;
}
.small_text{
        font-size: 12px;
    margin-top: 14px;
    font-weight: 400;

}
input.image-upload {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
}

.day {
    border: 0 !important;
}
.wgt_wpr .unit{
        max-width: 40px;
        margin: 30px 10px 0;
}
/*.wgt_wpr .form-group:last-child{
        flex: 0 0 52%;
}*/


/* Calender */
.calendar {
    background: transparent !important;
}
.calendar-wpr .day {
    position: relative;
    z-index: 0;
}

.calendar-wpr .day.pe-none:after,
.calendar-wpr .day.active:after,
.calendar-wpr .day.next-date:after,
.calendar-wpr .day.active-day:after {
    width: 40px;
    height: 40px;
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    z-index: -1;
}
.calendar-wpr .day.pe-none:after{
    background: #e7e7e7;
}
.calendar-wpr .day.next-date,
.calendar-wpr .day.active-day{
    color: #e84a07  !important;
}
.calendar-wpr .day.next-date:after,
.calendar-wpr .day.active-day:after{
    background-color: #e84a0747 !important;
}
.calendar-wpr .day.active {
    font-size: 16px !important;
    color: #fff !important;
}
.calendar-wpr .day.active:after{
    background-color: #e84a07 !important;
}


.calendar-wpr .today-date {
    line-height: 1.2em;
    font-weight: 600;
    font-family: var(--font-gilory);
    margin: 30px 0 20px !important;
    padding: 0 !important;
}

.calendar-wpr .event-date {
    font-size: calc(18px + (22 - 18) * ((100vw - 320px) / (1920 - 320))) !important;
    color: #000 !important;
    font-weight: 600 !important;
}
.calendar-wpr .day:empty:after {
    display: none;
}

.disable-time-shift {
    opacity: 0.5;
}

.disable-time-shift .checkbox-tile {
    cursor: no-drop;
}
/* Footer  */
.sidebar-btns {
    display: flex;
    align-items: center;
    gap: 15px;
}

.footer-detail .navbar-brand img {
    max-width: 200px;
}
.prf_img img {
    width: 100%;
    height: 160px;
    object-fit: contain;
    box-shadow: 0 0 10px rgba(0 0 0 / 10%);
}


/* Booking Form Typography  */
#custom-regForm1 .control-label {
    font-size: 13px;
    font-weight: 600;
    color: #000;
}
#custom-regForm1 .sec-heading h3{
    font-size: calc(16px + (20 - 16) * ((100vw - 320px) / (1920 - 320))) !important;
    color: #000 !important;
}
#custom-regForm1 .top-cont-wrap p {
    color: #000;
    font-size: 14px;
    line-height: 1.5em;
}

.time_bx {
    display: flex;
    gap: 10px;
    align-items: flex-start;
}

.time_bx input {
    max-width: 50%;
}

.time_bx p {
    font-weight: 600;
    padding-top: 13px;
    margin: 0;
}
.cstm_prepend {
    position: relative;
}

.cstm_prepend span {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.cstm_prepend input {
    padding-left: 30px;
}

.card_srch {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.card_srch .input_bx_wpr{
    max-width: 400px;
}
.card_srch .accordion-button {
    padding: 10px;
    border-radius: 4px;
    max-width: 400px;
    margin-left: auto;
    width: 100%;
    border: 1px solid #ccc;
}
.card_srch .accordion-collapse {
    box-shadow: 0 0 11px rgba(0 0 0 / 10%);
    color: #444;
    border-radius: 10px;
}
.accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e") !important;
 }

.ranges {
    box-shadow: 0 0 10px rgba(0 0 0  / 10%);
    padding: 10px 10px 0;
}

.ranges li {
    color: #000 !important;
}
.daterangepicker td.in-range{
    background: #db4b1b21 !important;
}
.ranges li.active ,
.ranges li:hover,
.daterangepicker td.active, 
.daterangepicker td.active:hover{
    background: #db4b1b !important;
    border-color: #db4b1b !important;
    color: #fff !important;
}


.applyBtn,
.applyBtn:hover,
.applyBtn:focus,
.applyBtn:active {
    border-color: #db4b1b !important;
    background: #db4b1b !important;
    color: #fff ;
}

.cancelBtn:focus {
    background: transparent;
    color: #db4b1b;
}


/* Form Start && admin_reschedule */

.admin_reschedule {
    padding: 0 20px;
/*    max-width: 90%;*/
    margin: 20px auto;
}

.form-control-wrap {
  display: flex;
  justify-content: space-between;
}

.form-control-wrap>div {
  width: 49%;
}

.sec-heading h3 {
  color: #445363;
  font-weight: 600;
  font-size: calc(22px + (28 - 22) * ((100vw - 320px) / (1920 - 320)));
}

.top-cont-wrap p {
  color: #697987;
  font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
  line-height: 1.5em;
}

.outline-btn {
  font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
  color: #E84A07;
  border: 2px solid #E84A07;
  padding: 8px 30px;
  line-height: 28px;
  display: inline-block;
  font-weight: 400;
  border-radius: 10px;
}
.outline-btn:hover,
.outline-btn:focus,
.outline-btn:active {
  background: #E84A07;
  border: 2px solid #E84A07;
  color: #fff !important;
}


.outline-btn:hover svg path,
.outline-btn:focus svg path,
.outline-btn:active svg path{
  fill: #fff;
}

/*.checkbox-tile::before {
  content: "";
  position: absolute;
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  background-color: transparent;
  border-radius: 50%;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  transition: 0.25s ease;
  border: 5px solid #EEF0F3;
}*/

.radio-wrap .checkbox {
  flex: 0 0 32%;
}

.radio-wrap .checkbox .checkbox-wrapper,
.radio-wrap .checkbox .checkbox-tile {
  width: 100%;
  height: unset;
}

.radio-wrap .checkbox .checkbox-tile {
  border-width: 2px;
  color: #656667;
  font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
  line-height: 28px;
  font-weight: 500;
}

.form-group select {
  position: relative;
}

.form-group select:after {
  position: absolute;
  content: "\f078";
  font-size: 12px;
  font-family: 'Font Awesome 5 Free';
}

/* Hide default radio style */
.checkbox-input {
  opacity: 0;
  visibility: hidden;
  margin: 0;
}

/* Change icon, border and text color when radio is checked */
.checkbox-input:checked+.checkbox-tile,
.checkbox-input:checked+.checkbox-tile span {
  border-color: #e84a07;
  color: #455765;
}

.checkbox-input:checked+.checkbox-tile span svg path {
  fill: #4A5358;
}

/* Checkbox display */
.checkbox-input:checked+.checkbox-tile::before {
  opacity: 1;
  border: 5px solid #e84a07;
}

.radio-wrap .checkbox .checkbox-tile svg path {
  fill: #C8C9CB;
}

/* Checkbox icon and text */
.checkbox-tile {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.2rem;
  width: 160px;
  height: 70px;
  border-radius: 5px;
  border: 1px solid #656667;
  transition: 0.1s ease;
  cursor: pointer;
  position: relative;
}

.checkbox-tile:hover {
  border-color: #999;
}

.error {
    font-size: 12px;
    font-weight: 600;
    text-transform: capitalize;
    color: #da1a1a;
}

.cstm_prepend label.error {position: absolute;top: calc(100% + 4px);}


.pickup-error {
    flex: 0 0 100%;
}


.collapse.shown {
    display: flex !important;
}
.frnt_sb .collapse:not(.shown) {
    display: none !important;
}

.frnt-header .navbar-nav .nav-link.active, .navbar-nav .show>.nav-link {
    color: rgb(232 74 7);
    border-bottom: 2px solid;
}

 .form-select{
        border: 1px solid #4444447a !important;
        cursor: pointer;
    }
    .form-select:focus{
        box-shadow: none;
    }
    .slct_wpr {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
    }

    .slct_wpr .slct_bx {
        display: flex;
        gap: 10px;
        align-items: center;
    }
/* timepicker popup  */
    .timepicker-hours table,
    .timepicker-minutes table {
        width: 100%;
    }

    .timepicker-hours table td,
    .timepicker-minutes table td {
        padding: 2px;
        box-shadow: 0 0 10px rgba(0 0 0 / 10%);
        border-radius: 5px;
        margin: 1px;
    }
.avatar-sm {
    width: 46px !important;
    height: 41px !important;
    font-size: 0.875rem;
    object-fit: contain;
    border: 1px solid #0000002e;
    padding: 2px;
    border-radius: 50%;
}