body {
  font-size: 0.9rem !important;
  user-select: none;
}

small.error {
  color: red;
  font-size: smaller;
}

/* Dashboard CSS Start */

.feather {
  width: 16px;
  height: 16px;
  vertical-align: text-bottom;
}

/* Dashboard CSS End */


div.card.shadow:hover {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-hover:hover {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

a.text-primary:hover {
  color: rgba(13, 60, 384) !important;
}

div.dropup_settings {
  display: flex;
  position: absolute;
  right: 5px;
  top: 10px;
}

div.dropup_settings a.btn.btn-sm:hover {
  color: #0060e6;
}

.form-select {
  --bs-form-select-bg-img: '' !important;
  padding-right: 0.75rem !important;
}

.loader {
  animation-name: rotation;
  animation-iteration-count: infinite;
  animation-duration: 500ms;
}

.search_bar::placeholder {
  color: white !important;
  opacity: 0.5 !important;
}

.add_more_field_btn {
  position: absolute;
  right: 8px;
  top: 4px;
}

dimText {
  opacity: 0.6;
}

.back-btn {
  position: absolute;
  top: 15px;
  right: 22px;
  text-decoration: none;
}

button.connect-btn {
  position: absolute;
  bottom: 8%;
}

div.connect-switch {
  position: absolute;
  bottom: 8%;
  left: 30%;
}

img.connect-logo {
  float: right;
  height: 50px;
  width:50px;
}

.connect-title {
  margin-left: 0%;
}

.connect-email {
  margin-top: 9%;
  margin-bottom: 5%;
}

.cursor-pointer {
  cursor: pointer;
}

.text-black {
  color: black;
}

.loader-full {
  z-index: 2000;
  position: relative;
}

.loading {
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  display: flex;
  height: 100%;
  position: fixed;
  text-align: center;
  justify-content: center;
}

.loading span {
  top: 40%;
  position: absolute;
}

/*  OverWrite  */

.vertical-align-unset {
  vertical-align: unset !important;
}

::-webkit-scrollbar {
  width: 5px;
  border-radius: 10px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;

}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #0060e6;
  border-radius: 10px;

}

.preview-badge {
  top: 2%;
  left: 2%;
}

/* Drag and Drop  */

.drag.inprocess {
  position: absolute;
  background-color: white;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
  border-radius: 12px;
  width: 98%;
  border-color: red;
  border-width: thin;
  border-style: dashed;
}

.option-input {
  width: 100%;
  margin-bottom: 8px;
}

@keyframes rotation {

  5% {
    transform: rotate(5deg);
  }

  10% {
    transform: rotate(20deg);
  }

  15% {
    transform: rotate(30deg);
  }

  20% {
    transform: rotate(40deg);
  }

  25% {
    transform: rotate(50deg);
  }

  30% {
    transform: rotate(60deg);
  }

  35% {
    transform: rotate(70deg);
  }

  40% {
    transform: rotate(80deg);
  }

  45% {
    transform: rotate(90deg);
  }

  50% {
    transform: rotate(100deg);
  }

  55% {
    transform: rotate(120deg);
  }

  60% {
    transform: rotate(130deg);
  }

  65% {
    transform: rotate(140deg);
  }

  70% {
    transform: rotate(150deg);
  }

  75% {
    transform: rotate(165deg);
  }

  80% {
    transform: rotate(170deg);
  }

  85% {
    transform: rotate(175deg);
  }

  87% {
    transform: rotate(180deg);
  }

  90% {
    transform: rotate(180deg);
  }

  100% {
    transform: rotate(180deg);
  }
}

@media screen and (max-width :766px) {
  .add_more_field_btn {
    right: 5px !important;
    top: 6px !important;
  }
}

div.logo {
    padding-top: 1%;
}

div.contact-us-btn a.sign-in{
    color: rgba(13, 110, 253);
}

div.contact-us-btn a.sign-in{
    margin-left: 0 !important;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

div.contact-us-btn a.sign-up{
    color: rgba(13, 110, 253);
    margin-right: 0 !important;
    border-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}


div.contact-us-btn button{
    color: rgba(13, 110, 253);
    border-radius: 18px;
}

div.contact-us-btn a {
    border-radius: 18px;
}

div.contact-us-btn button i::before{
    animation: shake 0.5s;
    animation-iteration-count: infinite;
    animation-delay: 1s;
}

div.contact-us-btn button:hover i::before {
    animation: unset;
}

div.sign-in-up-btns a {
    border-radius: 18px;
}

div.sign-in-up-btns a.sign-in {
    color: rgba(13, 110, 253);
}

div.sign-in-up-btns {
    position: absolute;
    bottom: 0;
}

div.intro-div {
    margin-top: 5%;
}

button.demo-btn {
    border-radius: 18px;
}

div.side-badge {
    height: 50px;
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
}

div.submit-btn button {
    border-radius: 16px;
}

.swipe-button {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    z-index: 1;
    outline: none;
    transition: color 0.5s ease;
}

.swipe-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgb(13, 110, 253);
    /* Swipe color */
    transition: left 0.2s ease;
    z-index: -1;
    /* Behind the button text */
}

.swipe-button:hover::before {
    left: 0;
}

.swipe-button:hover {
    color: white !important;
}

.swipe-button.make-light::before {
    background: white;
    /* Swipe color */
}

.swipe-button.make-light:hover {
    color: rgb(13, 110, 253) !important;
}

div.contact-us-form form div {
    display: flex;
    flex-direction: column;
    align-items: center;
}

div.contact-us-form form {
    border-width: 2px;
    border-color: rgb(13, 110, 253);
    border-style: solid;
    border-radius: 16px;
}

div.header {
    border-style: solid;
    border-width: 2px;
    border-color: rgb(13, 110, 253);
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 50;
    background-color: white;
}

div.section-first {
    margin-top: 7%;
    padding: 10%;
    margin-bottom: 3%;
    margin-left: 3%;
    margin-right: 3%;
}

div.footer {
    border-style: solid;
    border-width: 2px;
    border-color: rgb(13, 110, 253);
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-color: white;
}

@keyframes shake {
    0% {
        transform: translate(0px, 0px) ;
    }

    10% {
        transform: translate(1px, 0px);
    }

    20% {
        transform: translate(-1px, 0px);
    }

    30% {
        transform: translate(1.5px, 0.5px);
    }

    40% {
        transform: translate(-1.5px, 0px);
    }

    50% {
        transform: translate(0px, 0px);
    }

    60% {
        transform: translate(0px, 0px);
    }

    70% {
        transform: translate(0px, 0px);
    }

    80% {
        transform: translate(0px, 0px);
    }

    90% {
        transform: translate(0px, 0px);
    }

    100% {
        transform: translate(0px, 0px);
    }
}

@media screen and (max-width:776px) {
    div.sign-in-up-btns{
        bottom: -25%;
        margin-left: 0%;
    }
}

@media screen and (max-width:750px) {
    div.sign-in-up-btns{
        bottom: 0%;
        left: 17%;
        margin-left: 1%;
    }
}

@media screen and (max-width:680px) {
    div.sign-in-up-btns{
        bottom: 0%;
        left: 20% !important;
        margin-left: 1%;
    }
}

@media screen and (max-width:600px) {
    div.contact-us-btn a{
        display: none;
    }
}


@media screen and (max-width:700px) {
    
    div.sign-in-up-btns{
        left:22% !important;
    }
}

@media screen and (max-width:415px) {

    div.section-first {
        margin-top: 12%;
    }

    div.sign-in-up-btns{
        left:33% !important;
    }

    div.section-first div.col-md-8 {
        margin-top: 5%;
    }

    div.about-us-section p {
        width: 80% !important;
    }
}
.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
    font-size: 3.5rem;
    }
}

.b-example-divider {
    width: 100%;
    height: 3rem;
    background-color: rgba(0, 0, 0, .1);
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.b-example-vr {
    flex-shrink: 0;
    width: 1.5rem;
    height: 100vh;
}

.bi {
    vertical-align: -.125em;
    fill: currentColor;
}

.nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
}

.nav-scroller .nav {
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin-top: -1px;
    overflow-x: auto;
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.btn-bd-primary {
    --bd-violet-bg: #712cf9;
    --bd-violet-rgb: 112.520718, 44.062154, 249.437846;

    --bs-btn-font-weight: 600;
    --bs-btn-color: var(--bs-white);
    --bs-btn-bg: var(--bd-violet-bg);
    --bs-btn-border-color: var(--bd-violet-bg);
    --bs-btn-hover-color: var(--bs-white);
    --bs-btn-hover-bg: #6528e0;
    --bs-btn-hover-border-color: #6528e0;
    --bs-btn-focus-shadow-rgb: var(--bd-violet-rgb);
    --bs-btn-active-color: var(--bs-btn-hover-color);
    --bs-btn-active-bg: #5a23c8;
    --bs-btn-active-border-color: #5a23c8;
}

.bd-mode-toggle {
    z-index: 1500;
}

.bd-mode-toggle .dropdown-menu .active .bi {
    display: block !important;
}

.form-signin {
    max-width: 400px;
    padding: 1rem;
}

.form-signin .form-floating:focus-within {
    z-index: 2;
}

.form-signin input.input-first {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.form-signin input.input-last {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.border-radius-0{
    border-radius: 0 !important;
}

.otp-field {
    width: 15%;
}

.otp-field input {
    text-align: center;
    padding: 0 !important;
}
/*
* Navbar
*/
.navbar-brand {
    padding-top: .75rem;
    padding-bottom: .75rem;
    font-size: 1rem;
    background-color: rgba(0, 0, 0, .25);
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .25);
}

.navbar .navbar-toggler {
    top: .25rem;
    right: 1rem;
}

.navbar .form-control {
    padding: .75rem 1rem;
    border-width: 0;
    border-radius: 0;
}

.form-control-dark {
    color: #fff;
    background-color: rgba(255, 255, 255, .1);
    border-color: rgba(255, 255, 255, .1);
}

.form-control-dark:focus {
    border-color: transparent;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
}

a.navbar-brand {
    font-size: 1rem !important;
    padding-left: 0.5rem !important;
    padding-top: 0.5rem !important;
}

i.element-plus-icon {
    padding-right: 4% !important;
    font-size: medium;
}
/* Booking Css */

div.booking-card .card-body {
    height: 1vh;
    overflow-y: scroll;
}

div.booking-card .card-body::-webkit-scrollbar {
    width: 5px;
    border-radius: 10px;
}

div.booking-card .card-body::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;

}

/* Handle */
div.booking-card .card-body::-webkit-scrollbar-thumb {
    background: #0060e6;
    border-radius: 10px;

}

/* Handle on hover */
div.booking-card .card-body::-webkit-scrollbar-thumb:hover {
    background: #555;
}

div.fc-scroller.fc-scroller-liquid-absolute::-webkit-scrollbar {
    width: 5px;
}

div.fc-scroller.fc-scroller-liquid-absolute::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;

}

/* Handle */
div.fc-scroller.fc-scroller-liquid-absolute::-webkit-scrollbar-thumb {
    background: #0060e6;
    border-radius: 10px;

}

/* Handle on hover */
div.fc-scroller.fc-scroller-liquid-absolute::-webkit-scrollbar-thumb:hover {
    background: #555;
}

div.fc-scroller::-webkit-scrollbar {
    width: 0;
}

div.calender-card {
    position: relative;
}

div.preview-calender-card div.fc-button-group button.fc-prev-button.fc-button.fc-button-primary {
    top: 150px;
}

div.preview-calender-card div.fc-button-group button.fc-next-button.fc-button.fc-button-primary {
    top: 150px;
}

div.fc-button-group button.fc-prev-button.fc-button.fc-button-primary {
    position: absolute;
    top: 40px;
    left: 50px;
    border-radius: 50%;
    background-color: white !important;
    color: black !important;
    border: 0;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

div.fc-button-group button.fc-next-button.fc-button.fc-button-primary {
    position: absolute;
    top: 40px;
    right: 50px;
    border-radius: 50%;
    background-color: white !important;
    color: black !important;
    border: 0;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

div.fc-button-group {
    position: unset !important;
}

div.fc-header-toolbar.fc-toolbar {
    justify-content: center !important;
}

div.booking-header h6 {
    text-align: center;
}

@media screen and (max-width:960px) {
    div.booking-card div.list-group button {
        font-size: 11px !important;
    }
}

@media screen and (max-width: 765px) {
    div.card.booking-card div.card-body {
        height: 50vh !important;
    }
}

@media screen and (max-width: 530px) {
    div.fc h2.fc-toolbar-title {
        font-size: 1.50rem !important;
    }

    div.row.p-5 {
        padding: 1rem !important;
    }

    div.fc-button-group button.fc-next-button.fc-button.fc-button-primary {
        right: 25px;
    }

    div.fc-button-group button.fc-prev-button.fc-button.fc-button-primary {
        left: 25px;
    }
}
/*
* Sidebar
*/

.sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    /* Behind the navbar */
    padding: 48px 0 0;
    /* Height of navbar */
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
}

.sidebar-sticky {
    position: relative;
    top: 0;
    height: calc(100vh - 48px);
    padding-top: .5rem;
    overflow-x: hidden;
    overflow-y: auto;
    /* Scrollable contents if viewport is shorter than content. */
}

.sidebar .nav-link {
    font-weight: 500;
    color: #333;
    font-size: medium;
}

.sidebar .nav-link .feather {
    margin-right: 4px;
    color: #727272;
}

.sidebar .nav-link.active {
    color: #2470dc;
}

.sidebar .nav-link:hover .feather,
.sidebar .nav-link.active .feather {
    color: inherit;
}

.sidebar-heading {
    font-size: .75rem;
    text-transform: uppercase;
}

.sidebar a.router-link-active.nav-link{
    color: #2470dc;
}

@media (max-width: 767.98px) {
    .sidebar {
        top: 5rem;
    }
}


/* Full Calendar Start */
button.fc-today-button {
    display: none !important;
}

div.fc-daygrid-day-events {
    display: none;
}

td.fc-day {
    padding: 5%;
}

td.fc-day-other {
    opacity: 0;
    border: 0;
    cursor: not-allowed !important;
}

td.disabled_date_td {
    cursor: not-allowed;
}

td.disabled_date_td a {
    color: gray !important;
    text-decoration: none;
}

td.fc-day:not(.disabled_date_td) {
    cursor: pointer;
}

a.fc-daygrid-day-number:not(.disabled_date_a) {
    text-decoration: none;
}

th.fc-col-header-cell a {
    text-decoration: none;
    cursor: default;
}

td.fc-day div.fc-daygrid-day-top {
    justify-content: center !important;
    align-items: center !important;
}

td.fc-day:not(.disabled_date_td):not(.fc-day-other) a {
    background-color: #0069ff11;
    border-radius: 50%;
    color: #0060e6;
    font-weight: bolder;
    width: 28px;
    height: 28px;
    text-align: center;
}

td.fc-day:not(.disabled_date_td):not(.fc-day-other) a:hover {
    background-color: #0069ff26;
}

td.fc-day.selected_date:not(.disabled_date_td):not(.fc-day-other) a {
    background-color: #0060e6;
    color: white;
}

td.fc-day.fc-day-today.fc-daygrid-day:after {
    content: "•";
    font-size: larger;
    color: #0060e6;
    text-shadow: #0060e6 0 0 5px;
    margin: 0% 10% 5%;
    position: absolute;
    display: flex;
}

td.fc-day.fc-day-today.fc-daygrid-day {
    background-color: white !important;
    position: relative;
}
textarea.share {
    width:100%;
    border-style:dashed;
    border-width:1px;
    padding: 1%;
    border-radius:5px
}

button.share-btn {
    border-radius: 46px;
    bottom: 15px;
    right: 35%
}