﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}
.ui-timepicker-standard .ui-menu-item{
    font-size:11px;
}
.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}


.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}


/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.logininput-div, .cliniclist-div {
    width: 350px;
    height: auto;
    border-radius: 8px;
    filter: drop-shadow(0 0 3px rgba(0,0,0,0.16));
    background-color: #ffffff;
    margin-left: auto;
    border: 1px solid #ebebeb;
    margin-right: auto;
    margin-top: 35px;
    padding-top: 30px;
    padding-bottom: 30px;
}

.btn-blue {
    padding: 8px 30px;
    font-weight: 500;
    border-radius: 25px;
    background: #0033a0;
    color: #ffffff;
    border: none;
    cursor: pointer;
}
.ui-timepicker-viewport{
    overflow:scroll;
}
.send-button {
    margin-bottom: 20px;
}
.loginbutton {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 25px;
}

.login-inputs {
    width: 90%;
    height: 50px;
    border-radius: 8px;
    background-color: #ffffff;
    border: 1px solid #737482;
    margin-bottom: 20px;
    padding-left:10px;
}

.login-label {
    font-size: 14px;
    color: #071b45;
    font-weight: 400;
    width: 100%;
    text-align: left;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.login-head {
    font-size: 30px;
    font-weight: 600;
    margin-top: 50px;
}
.clinic-type-p {
    font-size: 17px;
    font-weight: 600;
    flex:1;
    text-align:left;
}
.clinic-type-medical {
    color: #667fa4;
}
.clinic-type-nurse {
    color: #049999;
}
.cliniclist-div .login-head {
    margin-top: 0;
    margin-bottom: 50px;
    font-size: 22px;
}
.clinic-item-div {
    display: flex;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom:25px;
}
.cliniclist-div{
    width:60% !important;
}
.clinic-select-btn, .clinic-assign-btn {
    border-radius: 50px;
    padding: 7px 40px;
    text-decoration: none !important;
    font-weight: 600;
    height:100%;
}
    .clinic-select-btn :hover {
        color: #fff !important;
    }

.clinic-name-p{
    margin-bottom: 0 !important;
    font-size: 17px;
    font-weight: 600;
    flex:2;
    text-align:left;
    padding-left:25px;
    padding-right:15px;
}
.new-event-btn, .add-vacation-btn, .add-category-btn, .edit-category-btn, .clinic-internal-sms, .clinic-accept-sms, .clinic-reject-sms {
    background: #ccd6ec;
    color: #0033a0;
    border: none;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 700;
    border-radius: 50px;
    padding-left: 25px;
}
.calendar-header {
    display: flex;
    padding-bottom: 15px;
    padding-top: 15px;
    margin-bottom:5px;
    border-bottom: 1px solid #dcdde5;
    height: 65px;
}
.calendar-body{
    padding-top:0;
}
.calendar-header h3{
    margin-left:1%;
}
.today-button {
    background: #ccd6ec;
    color: #0033a0;
    border: none;
    font-size:15px !important;
    font-weight: 700;
    border-radius: 10px;
    margin-left: 1%;
    margin-right: 1%;
    height: 40px;
}
.arrow-img {
    width: 160px;
    background: transparent;
    border: 0;
    color: #d73434;
    font-weight: 900;
    height: 30px;
    margin-top: 4px; 
    cursor: pointer;
}
.settings-img {
    margin-left: 1%;
    margin-right: 1%;
    cursor: pointer;
    height: 40px;
    font-size: 40px;
    color: #0033a0
}
.search-text {
    border: 1px solid #dcdde5;
    color: #737482;
    padding-left: 50px;
    height: 40px;
    border-radius: 10px;
} 
.search-text-div {
    position: relative;
    flex: 1;
}
.search-icon{
    position: absolute;
    top: 10px;
    left: 14px;
    height: 20px;
}
.search-select {
    border: 1px solid #dcdde5;
    color: #737482;
    padding-left: 10px;
    height: 40px;
    border-radius: 10px;
}
.profile-img {
    width: 47px;
    margin-left: 1%;
    margin-right: 1%;
    height: 40px;
    font-size: 40px;
    color: #0033a0
}
.modal-body label{
    width:100%;
}
.modal-text {
    width: 100%;
    max-width: 100%;
    border-radius: 5px;
    border: 1px solid #737482;
    padding-left:5px;
    margin-bottom:10px
}
.modal-body select {
    width: 100%;
    max-width: 100%;
    height:35px
 
}
.new-event-text {
    border: 1px solid #737482;
    color: #737482;
    border-radius:10px;

}
.border-select{border:1px solid #343a40  !important;}


.request-btn {
    margin-left: 30% !important;
    margin-top: -1% !important;
    width: 33%;
}

.time-texts-div {
    display: flex;
    width: 100%;
    padding: 15px 0;
}
/*.eventcategory-select,select {
    background: #f0f2f5;
    color: #0033a0 !important; 
    border:none !important;
}*/
.time-texts-div input {
    border-radius: 5px;
    width: 100px;
    border: 1px solid #737482;
    margin:0 5px;
}
.EventFromDate, #EditEventFromDate, EventFromDateNew {
    margin-left: 20px;
}
.EventFromTime, #EditEventFromTime, #EventToTime, EventFromTimeNew {
    width: 80px;
}
.duration-text {
    width: 100px;
    border-radius: 5px;
    margin: 15px;
}


    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #0033a0;
}

input:focus + .slider {
    box-shadow: 0 0 1px #0033a0;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }
.sms-div label{
    width:unset
}
.switch {
    position: relative;
    display: inline-block;
    width: 60px !important;
    margin: 0px 20px !important;
    height: 34px !important;
}
.sms-div img {
    width: 20px;
    height: 20px;
    margin-top: 7px;
}
.sms-textarea{
    max-width:100% !important;
    width:100% !important;
    margin-top:15px !important;
}
.ui-timepicker-container {
    z-index:1100 !important;
}
.send-button {
    padding: 10px 60px;
    border-radius: 50px;
    float: right;
    margin-top: 15px;
}
.modal-header{
    border:none;
}
.calender-content-row #calendar .fc-today-button, .calender-content-row #calendar .fc-next-button, .calender-content-row #calendar .fc-prev-button, .calender-content-row #calendar .fc-button-group {
    opacity: 0 !important;
}
.addnewevent-img {
    position: absolute;
    left: 14px;
    border-radius: 50px;
    top: 5px;
}
.settings-col {
    background: #ccd6ec;
    color: #0033a0;
    text-align: center;
    padding:15px;
    cursor:pointer;
}
.settings-col:first-child {
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
}
.settings-col:last-child {
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
}
.settings-col-active {
        background: #0033a0;
        color: #fff;
    }
.settings-col-div{
    width:100%;
    margin-left:auto;
    margin-right:auto;
}
.settings-div{
    padding-top:30px;
    margin-left:auto;
    margin-right:auto;
    width:95%;
}
    .settings-div .modal-select, .settings-div .modal-text {
        margin-bottom: 20px;
    }
.settings-div .duration-text{
    margin-top: 0;
}
    .settings-div .col-md-6{
        margin-top:20px;
        padding:0;
    }
#sms-setting-div textarea{
    max-width: 100%;
    width: 100%;
    min-height: 200px;
    max-height: 250px;
}
.hours-from, .hours-to {
    width: 75px;
    border-radius: 10px;
    border: 1px solid #737482;
    height: 35px;
    margin: 0 15px;
 
}
.setting-days-item{
    display:flex; 
}
.add-Internal-hours-btn, .add-Public-hours-btn, .remove-vacation-btn, .remove-hours-btn {
    cursor: pointer;
    background: #ccd6ec;
    color: #0033a0;
    border-radius: 50px;
    font-size: 24px;
    width: 40px;
    font-weight: 900;
    height: 40px;
    margin-top: -3px;
    margin-left: 10px;
    padding-left: 11px;
}
.setting-days-item p{
    flex:1;
}
#hours-setting-div .col-md-6, #public-hours-setting-div .col-md-6 {
    margin-left: auto;
    margin-right: auto;
}
#datepicker {
    margin-top: 35px;
    text-align: center;
}
#datepicker .ui-datepicker{
    padding:0;
    width:100%;
}
    #datepicker .ui-datepicker .ui-datepicker-calendar td a{
        border: none !important;
        background: none !important;
        text-align: center !important;
    }
        #datepicker .ui-datepicker .ui-datepicker-calendar td a:hover, #datepicker .ui-datepicker .ui-datepicker-header, #datepicker .ui-datepicker-prev:hover, #datepicker .ui-datepicker-next:hover, #datepicker .ui-widget.ui-widget-content {
            background: none;
            border: none;
        }

.ui-datepicker-next .ui-icon {
    background-image: url('../content/images/ic_arrow_right.png');
    cursor: pointer;
    background-position: 1px;

}
.ui-datepicker-prev .ui-icon {
    background-image: url('../content/images/ic_arrow_left.png');
    cursor: pointer;
    background-position: 1px;
}
.ui-datepicker-current-day {
    border-radius: 25px !important;
    background: #e11c70 !important;
}
.ui-datepicker-current-day a{
    color: #fff !important;
}
.clinic-list h3 {
    line-height: 1.2;
    color: #333333;
    font-weight: bold;
    font-size:17px;
    margin-top:10px;
}
.clinic-list ul {
    list-style: none;
    margin: 0;
    padding: 12px;
}
    .clinic-list ul a,.clinic-list ul a:hover {
        color: #000;
        font-size: 16px;
        padding-left: 35px;
        text-decoration:none;
    }
.lang-switch-div {
    position: absolute;
    right: 25px;
    top: 15px;
}
.change-lang-links{
    text-decoration:none !important;
    color:black !important;
}

.change-lang-links:hover {
    text-decoration: none !important;
    color:black !important;
}
    .change-lang-links img {
        width: 30px;
    }

.time-duration-icon {
    width: 14px;
    height: 19px;
    margin-top: 4px;
    margin-left: 2px;
}
.add-new-event-icon{
    left:20px;
}
.clinic-select-chk{
    cursor:pointer !important;
}
.intl-tel-input {
    margin-left: 13px;
    margin-bottom: 20px;
}
#PhoneNumber,#editPhoneNumber{
    width:250px;
}
.fc-event{
    cursor:pointer !important;
}
.logout-div {
    position: absolute;
    border: 1px solid; 
    background: #fff;
    right: 1%;
    top: 3%;
    z-index:4;
    display:grid;
}
.logout-div-hide {
    display:none;
}
.profile-img{
    cursor:pointer;
}
.logout-div a:hover {
color:#000;
text-decoration:none !important;
}
    .logout-div a{
    color:#000;
     padding: 10px 20px;
     background:transparent;
     border:none;
}
.radio-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default radio button */
    .radio-container input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.radio-container:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.radio-container input:checked ~ .checkmark {
    background-color: #0033a0;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio-container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.radio-container .checkmark:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}
.euclid-div .switch{
    margin-left:0 !important;
    width:73px !important
}
.euclid-div {
    MARGIN-BOTTOM: 15px;
}
.euclidCheck {
    margin-bottom: 0 !important;
    margin-top: 3px !important;
}
.euclidCheck img {
    margin-left: 20px;
}
.dob-select {
    width: 100px !important;
    border-radius: 5px;
margin-bottom:15px;
}
.note-area{
    width:100%;
    max-width:100%;
} 
.vacation-list .time-texts-div input {
    border-radius: 5px;
    width: 90px;
    border: 1px solid #737482;
    margin: 0 10px 0 0px;
}
.remove-vacation-btn {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 5px;
    top: 40px;
}
.vacation-list .time-texts-div {
    position: relative;
    padding:0;
}
.remove-vacation-btn .cross-span{ 
    position: absolute;
    top: -5px;
    right: 5px;
    transform: rotate(45deg);
}
.vacation-list .time-texts-div p{
    margin-top: 10px;
    margin-bottom: 5px;
}
.remove-hours-btn{
    transform:rotate(45deg);
}
.setting-days-item {
    justify-content:flex-end !important;
}
.current-time {
    background-color: rgb(204, 214, 236);
    border-radius: 3px;
    color: #0033a0;
    position: relative;
    top: 1px;
    cursor: pointer;
    font-size: 17px;
    font-weight: 900;
}
.temp-cell{
    text-align:center;
    font-weight:bold;
}
.sms-setting-text {
    width: 150px;
    margin-right: 10px;
    margin-bottom:20px;
}
.patient-name-option-div {
    border: 1px solid darkgrey;
    margin-top: -13px;
    border-top: none;
    margin-bottom:15px;
} .patient-name-option p {
        padding: 8px 15px;
        cursor: pointer;
        margin-bottom: 0;
    }
  .event-p{
      margin-bottom:0;
  }
.fc-time-grid .fc-slats td {
    height: 3.5em;
}
.admin-sidebar{
    list-style:none;
    padding-left:0;
}
    .admin-sidebar li {
        padding: 15px 10px;
        font-weight: 700;
        color: #Fff;
        cursor:pointer;
    }
        .sidebar-items:hover, .sidebar-item-selected {
            background: #ccd6ec;
            color: #0033a0 !important;
        }
.admin-sidebar-div { 
    background: #0033a0;
    padding:0;
}
.admin-body{
    padding-top:0;
    padding-bottom:0;
    margin-bottom:0;
}
.users-table-div, .clinics-table-div, .labs-table-div, .diagnosis-table-div {
    padding-top: 20px;
    padding-left: 20px;
}
.addnewuser-img {
    position: absolute;
    left: 40px !important;
    border-radius: 50px;
    top: 25px;
} 
.admin-body .new-event-btn {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    padding-left: 50px !important;
    padding-right: 25px !important;
    width:auto;
}
.admin-body h5{
    padding-top:20px;
    padding-bottom:20px;
    text-align:center;
}
.password-instruction {
    color: red;
    font-size: 12px;
    font-weight: 600;
}
.clinic-list ul li {
    display: flex;
    margin-top: 20px;
}
.clinic-list ul li a{
    flex:1;
    padding-left:0;
}
    .clinic-list ul li a:hover {
        flex: 1;
        padding-left: 0;
    }
.delete-event-btn,.reject-event-btn {
    float: left;
    
}
.search-results-div {
    position: absolute;
    z-index: 5;
    background: #fff;
    min-width: 500px;
    border: 1px solid #e3e4ea;
    margin-top: -1px;
    max-height: 60vh;
    overflow: scroll;
    overflow-x: hidden;
    width: auto;
}
.search-result-option {
    padding: 10px 10px;
    border-bottom: 1px solid #e3e4ea;
    cursor: pointer;
}
.search-result-option p{
    margin-bottom:0;
}
.loader-icon {
    width: 30px;
}
.refresh-icon{
    cursor:pointer;
}
/* width */
::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }
.delete-category-btn, .confirm-delete-category-btn {
    padding: 10px 60px;
    border-radius: 50px;
    float: left;
    margin-top: 15px;
}
.fc-content{
    font-size:16px;
    font-weight:500;
}
.clinic-assign-post { 
    margin-top: 20px;
}
.go-back-item:hover {
    background: #0033a0 !important;
    color:#fff !important;
}
.fc-time-grid-event.fc-short .fc-time:before {
    content: "" !important;
}
.fc-time-grid-event.fc-short .fc-time span{
    display:block !important;
}
.fc-time-grid-event.fc-short .fc-time, .fc-time-grid-event.fc-short .fc-title {
    display: block !important;
    text-align: center !important;
    font-size: 14px;
    font-weight: 500;
}
    .fc-time-grid-event.fc-short .fc-time p {
        white-space: normal !important;
    }
    /*custom checkbox css*/
/* The container */
.checkbox-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default checkbox */
    .checkbox-container input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

/* Create a custom checkbox */
    .checkbox-container .checkmark {
       border-radius : 0 !important;
    }

/* On mouse-over, add a grey background color */
.checkbox-container:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
    .checkbox-container input:checked ~ .checkmark {
        background-color: #0033a0;
    }

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkbox-container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkbox-container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 6px;
    height: 12px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.fc-time-grid-event .fc-content{
    text-align:center;
}

.toggle-categories-div {
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 30px;
}
    .toggle-categories-div .active-div button {
        border-bottom: 3px solid #0033a0 !important;
    }
    .toggle-categories-div .col-md-6 button { 
        background: transparent !important;
        padding: 10px 20px !important;
        border-bottom: 3px solid #fff;
        border-radius: 0px;
    }
button:focus {
    outline: 0 !important;
}
input:focus {
    outline: 0 !important;
}
.fc-time-grid-event {
    
    left: -1% !important;
    right: 0%;
    width: 102% !important;
}
.clinic-list {
    position: absolute;
    height: calc(100% - 300px);
    overflow-y: scroll;
    width: calc(100% - 10px);
}
.calender-content-row #calendar .fc-toolbar {
    display: none !important;
}
.fc-widget-content{
    height: 70px !important;
}

.visit-type-validation{
    display:none;
}
.pwstrength_viewport_progress div.progress:last-child{
    display:none !important;
}
a.fc-event div.fc-event-main {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.fc-timegrid-event-harness{
    min-height:25px !important;
}
.modal{
    overflow:auto !important;
}
.notification-div {
    position: absolute;
    background: #fff;
    right: 8%;
    top: 8%;
    z-index: 4;
    display: grid;
}
.notification-bell-hide{
    display:none;
}
.notification-div a:hover {
    color: #000;
    text-decoration: none !important;
}

.notification-div a {
    color: #000;
    padding: 10px 20px;
    background: transparent;
    border: none;
}
.notification-bell {
    margin-left: 1%;
    margin-right: 1%;
    cursor: pointer;
    height: 40px;
    font-size: 40px;
    color: #0033a0;
}
.notification-container{
    width:420px;
    height:450px;
    overflow-y:scroll;
    box-shadow: 0px 2px 10px #ccd6ec;
}
.notification-container ul{
    list-style:none;
    border:thin;
}
.notification-container ul li {
    margin: 2%;
}
.notification-bell .notification-count {
    position: absolute;
    margin-left: 1%;
    margin-right: 1%;
    padding: 5px 10px;
    border-radius: 50%;
    font-size: 50%;
    color: #0033a0;
    right:14%
}
.notification-container .notification-list {
    padding: 5px;
    margin: 0px;
}
.public-event-date {
    top: -15px;
    height: 60px;
    position: relative;
    display: inline-block;
    width: 60px;
}
.public-event-category {
    font-size: 11px;
    line-height: 8px;
} 
.public-event-start-date{
    padding:5px;
    top:10px;
    position:relative;
}
.public-event {
    padding: 7px;
    height: auto;
    box-shadow: 0px 2px 10px #ccd6ec;
}
.public-event-category-desc {
    line-height: 13px;
}
.public-event-actions .public-event-accept, .public-event-reject{
    display:block;
    cursor:pointer;
    margin:12px;
}
.public-event-title-description {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 200px;
}
.public-event-actions .public-event-accept {
    color: #0033a0;
}
.public-event-actions .public-event-reject {
    color: #e11c70;
}
.public-client-div .checkbox-container {
    display: inline !important;
    padding-right: 10%;
}
.duration-text-div {
    width: 70%;
}
.public-clinics {
    overflow-y: scroll;
    height: 300px;
}

.checkbox-inline {
    display: inline-flex;
}
.toggle-sms-div {
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 30px;
}

    .toggle-sms-div .active-div button {
        border-bottom: 3px solid #0033a0 !important;
    }

    .toggle-sms-div .col-md-4 button {
        background: transparent !important;
        padding: 10px 5px !important;
        border-bottom: 3px solid #fff;
        border-radius: 0px;
    }
.settings-div .col-md-4 {
    margin-top: 20px;
    padding: 0;
}
.notification-bell .notification-count {
    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;
}
.public-nav-logo{
    padding:10px !important;
}
.public-nav-div{
    padding-left:50px;
}
.burger-icon-search {
    position: absolute;
    right: 40px;
    top: 20px;
}
    .burger-icon-search .fa {
        position: relative;
        margin-right: 20px;
        top: -10px;
        font-size:30px;
    }


.bar1, .bar2, .bar3 {
    width: 35px;
    height: 5px;
    background-color: #333;
    margin: 6px 0;
    transition: 0.4s;
}
.container-burger {
    display: inline-block;
    cursor: pointer;
}
.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-9px, 6px);
}

.change .bar2 {
    opacity: 0;
}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px);
}
.public-nav-div .navbar-nav .nav-item {
    padding: 0px 20px 0px 20px;
}
    .public-nav-div .navbar-nav .nav-item.active {
        border: 1px solid #ccd6ec;
        border-radius: 50px;
        background: #ccd6ec;
    }
    .public-navbar{
        border-bottom: 1px solid black;
    }
.public-client-type{
    border: 1px solid;

}
.public-available-slots {
    border: 1px solid;

}
.public-event-note {
    padding: 0 !important;
    border: 1px solid #ccd6ec !important;
    border-radius: 10px;
    height: 175px;
}
.public-terms-conditions {
    border: 1px solid;

}
.public-content{
    width:95% !important;
}

    .public-content .col-md-12 {
        border: 1px solid #ccd6ec;
        border-radius: 25px;
        margin: 10px;
        padding: 15px 45px;
    }
.public-client-div{
    padding: 10px;
}
.public-client-box {
    padding: 0 20px 0 20px;
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default checkbox */
    .public-client-box input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

/* Create a custom checkbox */
    .public-client-box .checkmark {
        position: absolute;
        top: 0;
        left: 0;
        height: 20px;
        width: 20px;
        background-color: #fff;
        border: 1px solid #000;
        border-radius: 5px;
        margin-top: 4px;
    }

/* On mouse-over, add a grey background color */
    .public-client-box:hover input ~ .checkmark {
        background-color: #fff;
        border: 1px solid #000;
        border-radius: 5px;
    }

/* When the checkbox is checked, add a blue background */
    .public-client-box input:checked ~ .checkmark {
        background-color: #0033a0;
    }

/* Create the checkmark/indicator (hidden when not checked) */
.public-client-box .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.public-client-box input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.public-client-box .checkmark:after {
    left: 6px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.public-head{
    font-weight: 700;
    font-size: 20px;
    margin-left: 10px;
}
.breadcrumb{
    background:#fff;
}
    .breadcrumb .breadcrumb-item, #navbarNav {
        font-weight: 700;
        
    }
.breadcrumb-item > a {
    color: #003d99 !important;
}
    .breadcrumb-item > a:hover {
        color: #3675d2 !important;
    }
.breadcrumb-item.active {
    color: #333 !important;
    font-weight: 300 !important;
}
.breadcrumb-item + .breadcrumb-item::before {
    content: ">"
}
.public-calendar-dates #datepicker, .public-calendar-dates #datepicker .ui-datepicker {
    margin: 0 auto;
}
.pubic-opening-hours .card-header {
    width: 100% !important;
    border-radius: 20px;
    background: #fff;
    color: #000;
    border: none;
    font-weight: 600;
}
.pubic-opening-hours .card-header label{
    margin:0;
}

.opening-hour-details-div {
    width: 100% !important;
}
    .public-event-note .note-area {
        border: 1px solid #ccd6ec;
        border-radius: 25px;
        margin-top: 0px;
        margin-bottom: 0px;
        height: 200px;
        max-height: 200px;
        min-height: 200px;
        padding-left: 10px;
        padding-top: 10px;
        color: #707070;
    }
button.btn-grey {
    border: 1px solid #707070;
    border-radius: 25px;
    width: 100%;
    margin-bottom: 15px;
    background: #ececec;
}
button.btn-pink, button.btn-grey:hover {
    border: 1px solid #707070;
    border-radius: 25px;
    width: 100%;
    margin-bottom: 15px;
    background: #e11c70;
    color: #fff;
}
.public-terms-conditions {
    text-align:center;
}
.slot-text {
    border: 1px solid #707070;
    height: 40px;
    margin-bottom: 10px;
    border-radius: 10px;
    color: #707070;
    width: 100%;
    max-width: 100%;
    padding-left: 10px;
}
.slots-div {
    height: 250px;
    overflow-y: scroll;
}
.slot-item{
    cursor:pointer;
    padding:0 10px;
    text-align:center;
    border-radius:25px;
}
    .slot-item:hover {
        background: #0033a0;
        color: #fff;
    }
.slot-item-active {
    background: #0033a0;
    color: #fff;
}
.slots-div::-webkit-scrollbar-track {
    margin-bottom: 15px !important; 
    margin-top: 15px !important; 
}
.legend-label {
    border: 1px solid #707070;
    border-radius: 25px;
    width: 100%;
    margin-bottom: 15px;
    text-align:center;
}
.legend-white {
    background: #fff;
}
.legend-blue {
    background: #0040a09e;
}
.legend-pink {
    background: #0033a0;
    color: #fff;
}
.legend-green {
    background: #1aff1a;
    color: #fff;
}
.legend-yellow {
    background: #fff200;
    color: #000;
}
.notification-bell-icon {
    width: 40px;
    height: 40px;
    margin: 0;
}
.notification-count {
    border-radius: 25px;
    padding: 0px 5px;
    background: #fff;
    border: 3px solid #0033a0;
    height: 28px;
    font-size: 15px;
    margin-right: -15px;
    z-index: 1000;
    color: #0033a0;
    font-weight: 600;
}
.overlay {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    background: #000;
    opacity: 0.9;
    z-index:99999;
}

.overlay__inner {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}

.overlay__content {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

.spinner {
    width: 90px;
    height: 90px;
    display: inline-block;
    border-width: 5px;
    border-color: rgba(255, 255, 255, 0.05);
    border-top-color: #fff;
    animation: spin 1s infinite linear;
    border-radius: 100%;
    border-style: solid;
    z-index:99999;
}
@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}
.Internal-days p {
    float: left;
}

.Public-days p {
    float: left;
}
div.fc-bg-event.fc-event.fc-event-start.fc-event-end {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.opening-hour-details-div .hours{
    display:inline;
}
.public-user-input {
    display: inherit;
    height: 450px;
}
.dark-pink {
    background-color: #ff0066;
}
.pale-white {
    background-color: #ffffcc;
}
.blue {
    background-color: #0033a0;
}

.date-selected-box {
    border: 1px solid #2a2b7d;
}
#publicCalendar .fc-col-header-cell.fc-day {
    border: 0px solid !important;
}
#publicCalendar td.fc-daygrid-day.fc-day {
    border: none;
}
#publicCalendar .fc-daygrid-day-frame.fc-scrollgrid-sync-inner {
    height: 40px;
    width: 60px;
    left: 15px;
}
#publicCalendar .fc-daygrid-day-top {
    display: block;
    margin-top: 5px;
    text-align: center;
    padding-left: 15px;
}



#publicCalendar a.fc-daygrid-day-number {
    left: -10px;
    top: 5px;
}
#publicCalendar div.fc-bg-event.fc-event.fc-event-start.fc-event-end {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 10px;
    opacity: 0.7;
}
#publicCalendar .fc-bg-event {
    border-radius: 25px;
}
#publicCalendar .fc-highlight {
    background: #0040a09e !important;
    border-radius: 25px;
}
#publicCalendar .fc-daygrid-bg-harness {
    margin-bottom: 2px;
    margin-top: 4px;
}
.public-event-legend .btn-blue{
    width:inherit !important;
}
#publicCalendar .fc-day-today {
    background-color: inherit !important;
}
.fc-timegrid-slot-label-frame .fc-timegrid-slot-label-cushion{
    font-size:14px !important; 
}
.fc-time-grid-event.fc-short .fc-time:before {
    content: attr(data-full);
}
#publicCalendar .fc-button-primary{
    color: black !important;
    background-color: transparent !important;
    border-color: transparent !important;
}
#publicCalendar .fc-scrollgrid{
    border: 0px !important;
    border-spacing: 0px !important;
}

#publicCalendar .fc-scrollgrid-section > td {
    border: 0px solid #ddd !important;
    border: 0px solid var(--fc-border-color, #ddd) !important;
}
.tooltip-inner {
    text-align: left !important;
    max-width: 400px !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.has-note{
    border-right:5px solid red !important;
}
#publicCalendar .fc-day-disabled {
    background:#fff;
}
.vacation-allday-btn {
    padding: 0px 10px;
    font-size: 12px;
    height: 20px; 
}
.vacation-timefrom,.vacation-timeto {
    width: 50px !important;
}

.update-clinic-description {
    max-width: 100% !important;
    width: 100% !important;
}
.public-clinic-desc {
    white-space: pre-wrap;
    overflow-wrap: break-word;
}
.public #error-message, .public #exampleModalLabel {
    display: none;
}
.public #error-message-2, .public #exampleModalLabel-2 {
    display: block !important;
}
.add-new-grouppatient-link{
    cursor:pointer;
}
.patient-search-result-div .col-md-12, .add-new-group-patient-link, .remove-group-patient {
    cursor: pointer;
}
.patient-request-edit-link {
    color: #fff;
    border: none;
    border-radius: 5px;
    font-weight: 600;
}
.cursor-pointer{
    cursor: pointer;
}
input[type="checkbox"] {
    width: 20px;
    height: 25px;
}
@media (min-width: 768px) {
    .prev-arrow-img-moblile, .next-arrow-img-moblile {
        display: none;
    }
}
@media (max-width: 768px) { 
    #calendar {
        height: 85vh;
        width: 100%;
    }
    .fc-timegrid-event {
        background: #fff !important;
        padding-top: 20%;
    }
    .rounded-circle {
        width: 35px;
        float: left;
    }
    .calender-content-row {
        margin: 0 auto;
    }
}
.modal-body select {
    width: 100%;
    max-width: 93% !important;
    height: 45px !important;
    padding: 5px !important;
    background: ;
    
}

.eventcategory-select, select {
    background: #ffffff !important;
    color: #000000  !important;
    border: 1px solid  #767676  !important;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}