.tim-row {
    margin-bottom: 20px;
}

.tim-white-buttons {
    background-color: #777777;
}

.typography-line {
    padding-left: 25%;
    margin-bottom: 35px;
    position: relative;
    display: block;
    width: 100%;
}

.typography-line span {
    bottom: 10px;
    color: #c0c1c2;
    display: block;
    font-weight: 400;
    font-size: 13px;
    line-height: 13px;
    left: 0;
    position: absolute;
    width: 260px;
    text-transform: none;
}

.tim-row {
    padding-top: 60px;
}

.tim-row h3 {
    margin-top: 0;
}

.offline-doc .page-header {
    display: flex;
    align-items: center;
}

.offline-doc .footer {
    position: absolute;
    width: 100%;
    background: transparent;
    bottom: 0;
    color: #fff;
    z-index: 1;
}

@media all and (min-width: 992px) {
    .sidebar .nav>li.active-pro {
        position: absolute;
        width: 100%;
        bottom: 10px;
    }
}

.card.card-upgrade .card-category {
    max-width: 530px;
    margin: 0 auto;
}

/* Nucleo Style */

.demo-iconshtml {
    font-size: 62.5%;
}

.demo-icons body {
    font-size: 1.6rem;
    font-family: sans-serif;
    color: #333333;
    background: white;
}

.demo-icons a {
    color: #608cee;
    text-decoration: none;
}

.demo-icons header {
    text-align: center;
    padding: 100px 0 0;
}

.demo-icons header h1 {
    font-size: 2.8rem;
}

.demo-icons header p {
    font-size: 1.4rem;
    margin-top: 1em;
}

.demo-icons header a:hover {
    text-decoration: underline;
}

.demo-icons .nc-icon {
    font-size: 34px;
}

.demo-icons section h2 {
    border-bottom: 1px solid #e2e2e2;
    padding: 0 0 1em 0.2em;
    margin-bottom: 1em;
}

.demo-icons ul {
    padding-left: 0;
}

.demo-icons ul::after {
    clear: both;
    content: "";
    display: table;
}

.demo-icons ul li {
    width: 20%;
    float: left;
    padding: 16px 0;
    text-align: center;
    border-radius: 0.25em;
    -webkit-transition: background 0.2s;
    -moz-transition: background 0.2s;
    transition: background 0.2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: hidden;
}

.demo-icons ul li:hover {
    background: #f4f4f4;
}

.demo-icons ul p,
.demo-icons ul em,
.demo-icons ul input {
    display: inline-block;
    font-size: 1rem;
    color: #999999;
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
}

.demo-icons ul p {
    padding: 20px 0 0;
    font-size: 12px;
    margin: 0;
}

.demo-icons ul p::selection,
.demo-icons ul em::selection {
    background: #608cee;
    color: #efefef;
}

.demo-icons ul em {
    font-size: 12px;
}

.demo-icons ul em::before {
    content: "[";
}

.demo-icons ul em::after {
    content: "]";
}

.demo-icons ul input {
    text-align: center;
    background: transparent;
    border: none;
    box-shadow: none;
    outline: none;
    display: none;
}

.sidebar .user {
    padding-bottom: 20px;
    margin: 20px auto 0;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sidebar .user span {
    color: #fff;
    line-height: 15px;
    font-weight: 500;
    font-size: 14px;
}

.sidebar .user .photo {
    /* width: 60px;
    height: 40px; */
    overflow: hidden;
    /* float: left; */
    z-index: 5;
    margin-right: 10px;
    border-radius: 5px;
    margin-left: 10px;
}

.sidebar .user .photo img {
    width: 50px;
    height: 50px;
    object-fit: cover;
}

.sidebar .user .info>a {
    display: block;
    line-height: 18px;
}

.sidebar .user a {
    color: #fff;
    text-decoration: none;
    padding: 0.5rem 15px;
    white-space: nowrap;
    transition: all 0.3s ease 0s;
}

.sidebar .user .info>a>span {
    display: block;
    position: relative;
    opacity: 1;
    transition: all 0.3s ease 0s;
}

.sidebar .user .info .caret {
    position: absolute;
    top: 8px;
    right: 18px;
}

.sidebar .user:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 15px;
    height: 1px;
    width: calc(100% - 30px);
    background-color: hsla(0, 0%, 100%, 0.3);
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.switch {
    position: relative;
    display: inline-block;
    width: 90px;
    height: 34px;
}

.switch input {
    display: none;
}

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

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

input:checked+.slider {
    background-color: #2ab934;
}

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

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

/*------ ADDED CSS ---------*/
.on {
    display: none;
}

.on,
.off {
    color: white;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    font-size: 10px;
    font-family: Verdana, sans-serif;
}

input:checked+.slider .on {
    display: block;
}

input:checked+.slider .off {
    display: none;
}

/*--------- END --------*/

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

.slider.round:before {
    border-radius: 50%;
}

.cc-selector input {
    margin: 0;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.angry {
    background-image: url(../../img/angry-emoji.png);
}

.happy {
    background-image: url(../../img/happy-emoji.png);
}

.frustrated {
    background-image: url(../../img/frustrated-emoji.png);
}

.sad {
    background-image: url(../../img/sad-emoji.png);
}

.sleep {
    background-image: url(../../img/sleep-emoji.png);
}

.quite {
    background-image: url(../../img/quite-emoji.png);
}

.flushed {
    background-image: url(../../img/flushed-emoji.png);
}

.smiling {
    background-image: url(../../img/smiling-emoji.png);
}

.afraid-confused {
    background-image: url(../../img/afraid-confused-emoji.png);
}

.depressed-sad {
    background-image: url(../../img/depressed-sad-emoji.png);
}

.frustrated-angry {
    background-image: url(../../img/frustrated-angry-emoji.png);
}

.dontknow {
    background-image: url(../../img/dontknow-emoji.png);
}

.happy-content {
    background-image: url(../../img/happy-content-emoji.png);
}

.excited-satisfied {
    background-image: url(../../img/excited-satisfied-emoji.png);
}

.cc-selector input:active+.drinkcard-cc {
    opacity: 0.9;
}

.cc-selector input:checked+.drinkcard-cc {
    -webkit-filter: none;
    -moz-filter: none;
    filter: none;
}

.drinkcard-cc {
    cursor: pointer;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    width: 100px;
    height: 70px;
    -webkit-transition: all 100ms ease-in;
    -moz-transition: all 100ms ease-in;
    transition: all 100ms ease-in;
    -webkit-filter: brightness(1.8) grayscale(1) opacity(0.7);
    -moz-filter: brightness(1.8) grayscale(1) opacity(0.7);
    filter: brightness(1.8) grayscale(1) opacity(0.7);
}

.drinkcard-cc {
    -webkit-filter: brightness(1.2) grayscale(0.5) opacity(0.9);
    -moz-filter: brightness(1.2) grayscale(0.5) opacity(0.9);
    filter: brightness(1.2) grayscale(0.5) opacity(0.9);
}

.cc-emoji input {
    margin: 0;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.cc-emoji input:active+.emoticon-cc {
    opacity: 0.9;
}

.cc-emoji input:checked+.emoticon-cc {
    -webkit-filter: none;
    -moz-filter: none;
    filter: none;
}

.emoticon-cc {
    cursor: pointer;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    width: 90px;
    height: 30px;
    -webkit-transition: all 100ms ease-in;
    -moz-transition: all 100ms ease-in;
    transition: all 100ms ease-in;
    -webkit-filter: brightness(1.8) grayscale(1) opacity(0.7);
    -moz-filter: brightness(1.8) grayscale(1) opacity(0.7);
    filter: brightness(1.8) grayscale(1) opacity(0.7);
}

.emoticon-cc {
    -webkit-filter: brightness(1.2) grayscale(0.5) opacity(0.9);
    -moz-filter: brightness(1.2) grayscale(0.5) opacity(0.9);
    filter: brightness(1.2) grayscale(0.5) opacity(0.9);
}

.review-emoji {
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    width: 50px;
    height: 38px;
}

[data-toggle="buttons"]>.btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

.button-group-pills .btn {
    border-radius: 20px !important;
    line-height: 1.2;
    margin-bottom: 10px;
    /* margin-left: 15px; */
    /* border-color: #bbbbbb !important; */
    background-color: rgba(73, 125, 249, 0.3) !important;
    color: #fff !important;
    /* border: 1px solid #cdced0 !important; */
    /* padding: 10px 50px 10px 50px; */
    width: 175px;
}

.button-group-pills .btn.active {
    border-color: #307bff !important;
    background-color: #307bff !important;
    color: #fff !important;
    box-shadow: none !important;
}

.button-group-pills .btn:hover {
    border-color: rgb(21, 139, 159);
    background-color: rgb(21, 139, 159);
    color: #fff;
}

div.dataTables_wrapper div.dataTables_length label {
    font-weight: 400;
    text-align: left;
    white-space: nowrap;
}

div.dataTables_wrapper div.dataTables_length select {
    width: 75px;
    display: inline-block;
}

div.dataTables_wrapper div.dataTables_filter {
    text-align: right;
}

div.dataTables_wrapper div.dataTables_filter label {
    font-weight: 400;
    white-space: nowrap;
    text-align: left;
}

div.dataTables_wrapper div.dataTables_filter input {
    margin-left: 0.5em;
    display: inline-block;
    width: auto;
}

div.dataTables_wrapper div.dataTables_info {
    padding-top: 8px;
    white-space: nowrap;
}

table.dataTable td.dataTables_empty,
table.dataTable th.dataTables_empty {
    text-align: center;
}

.text-primary {
    color: #307bff !important;
}

.updates {
    padding: 1.5em;
    background-color: #fff;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}

.updates .user-box {
    display: inline-block;
}

.updates .user-box .user-img {
    width: 3em;
    height: 3em;
    background-size: cover;
    border-radius: 10px;
    float: left;
}

.updates .user-box .details {
    padding-left: 4em;
}

.updates .user-box .details p {
    font-size: 13px;
    font-weight: 500;
    /* font-family: "Poppins-Regular"; */
}

.text-lead {
    font-size: 13px;
    font-weight: 500;
    color: #78849e;
    /* font-family: "Poppins-Regular"; */
}

.updates .user-box .details h6 {
    font-size: 13px;
}

.updates .update-time {
    display: inline-block;
    float: right;
}

.sized {
    font-size: 15px;
    font-weight: 500;
}

.text-sized {
    font-size: 20px;
    font-weight: 500;
}

.reply-comment {
    display: none;
}

.cursor {
    cursor: pointer;
}

.input-text {
    border-radius: 30px;
    width: 10.5rem;
    margin-top: 10px;
    font-size: 12px;
    margin-right: 5px;
}

.show-input-text {
    border-radius: 30px;
    width: 35rem;
    margin: 10px;
}

.comment-text {
    font-size: 14px;
    font-weight: 500;
    color: #66615b;
}

.dot-online {
    width: 10px;
    height: 10px;
    background: #307bff;
    margin-right: 30px;
    border-radius: 100%;
}

.saved-post {
    background-color: #fff;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    border-radius: 30px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.saved-post img {
    width: 60px;
    height: 60px;
    border-radius: 100%;
}

.saved-post .user-box {
    display: flex;
    align-items: center;
}

.saved-post .user-box .user-img-nav {
    width: 6em;
    height: 6em;
    background-size: cover;
    border-radius: 10px;
    float: left;
}

.saved-post .user-box .details {
    padding-left: 1em;
}

.saved-post .user-box .details p {
    font-size: 12px;
}

.saved-post .update-time {
    display: inline-block;
    float: right;
}

.saved-post .btn-alignment {
    padding: 13px;
    margin-right: 21px;
    margin-top: 5px;
}

.show-commant {
    display: none;
}

.show-doctor-card {
    display: none;
}

.opacity-readed {
    opacity: 0.5;
}

.notification-dots {
    position: absolute;
    right: 1em;
    top: -6px;
}

.noti-circle-size {
    font-size: 20px !important;
}

.margin-sized {
    margin: 25px;
}

.asks-emoji {
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    width: 200px;
    height: 100px;
}

.doctor-card {
    background-color: #fff;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
}

.doctor-card .user-box {
    display: inline-block;
}

.doctor-card .user-box .user-img {
    width: 60px;
    height: 60px;
    background-size: cover;
    border-radius: 10px;
    float: left;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
}

.doctor-card .user-box .details {
    padding-left: 5em;
    padding-top: 1em;
}

.doctor-card .user-box .details p {
    font-size: 12px;
}

.doctor-card .user-box .details h5 {
    font-size: 1.8em;
    font-weight: 800;
    text-transform: capitalize;
    line-height: 1.2em;
    margin-bottom: 10px;
}

.doctor-card .update-time {
    display: inline-block;
    float: right;
}

.doctor-icon {
    border-width: 2px;
    font-weight: 600;
    font-size: 0.8571em;
    line-height: 1.35em;
    text-transform: uppercase;
    border: none;
    margin: 10px 1px;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.15s linear;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
}

.btn-brown {
    background-color: #c7866ce0;
}

.btn-blue {
    background-color: #296eb7;
}

.text-brown {
    color: #dfe2e4;
}

.text-blue {
    color: #9dc5f1;
}

.padding-user {
    padding: 7px 7px;
}

.padding-male {
    padding: 7px 13px;
}

.padding-eye {
    padding: 7px 8px;
}

.padding-nerve {
    padding: 7px 9px;
}

.hr-line {
    margin-top: 0.5rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.padding-phone {
    padding: 13px 20px;
}

.padding-message {
    padding: 13px 14px;
}

.padding-review {
    padding: 13px 11px;
}

.doctor-bottom-icon {
    border-width: 2px;
    font-weight: 600;
    font-size: 0.8571em;
    line-height: 1.35em;
    text-transform: uppercase;
    border: none;
    margin: 10px 1px;
    border-radius: 21px;
    cursor: pointer;
    transition: all 0.15s linear;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
}

.icon-p {
    font-size: 11px;
    color: #9a9a9a;
    font-weight: 600;
}

.doctor-ratings {
    background-color: #04aadf;
    position: absolute;
    top: 0px;
    right: 15px;
    border-top-right-radius: 17px;
    padding-left: 20px;
    padding-bottom: 4px;
    padding-top: 4px;
    border-bottom-left-radius: 17px;
}

.fa-1x {
    font-size: 1.5em !important;
}

.completed-btn.active,
.completed-btn.active:focus,
.completed-btn.active:hover,
.completed-btn:focus,
.completed-btn:hover {
    color: #fff !important;
    background-color: #007bff !important;
    border-color: #007bff !important;
}

.upcoming-btn.active,
.upcoming-btn.active:focus,
.upcoming-btn.active:hover,
.upcoming-btn:focus,
.upcoming-btn:hover {
    color: #fff !important;
    background-color: #007bff !important;
    border-color: #007bff !important;
}

.upcoming-btn {
    background-color: #f4f3ef;
    color: #6c757d;
    border: 1px solid #007bff;
    width: 280px;
}

.completed-btn {
    background-color: #f4f3ef;
    color: #6c757d;
    border: 1px solid #007bff;
    width: 280px;
}

.appointment-list {
    display: inline-flex;
    width: 100%;
    background-color: #f4f6fc;
    justify-content: space-between;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.appointment-common img {
    width: 20px;
}

.appointment-common p {
    margin: 0;
    font-weight: 500;
    font-size: 12px;
    color: #262626;
}

.appointment-common:last-child {
    border-right: none;
}

.appointment-card {
    background-color: #fff;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
}

.appointment-date {
    padding: 15px;
    background: #007bff;
    color: #fff;
    border-radius: 15px;
    text-align: center;
}

.appointment-text {
    font-size: 14px;
    color: #0c0b52;
    /* line-height: 1.45em;
    margin-top: 17px; */
}

.address-color {
    color: #9a9a9a;
    margin: 0px;
}

.appointment-visit-card {
    padding: 15px;
    background: #007bff;
    color: #fff;
    text-align: center;
    border-top-left-radius: 15px;
}

.appointment-call-card {
    padding: 15px;
    background: #28a745;
    color: #fff;
    text-align: center;
    border-top-left-radius: 15px;
}

.time-style {
    font-size: 13px;
    font-weight: 800;
}

.time-visit-card {
    background: #0095ff;
    color: #fff;
    padding: 8px;
    text-align: center;
}

.time-call-card {
    background: #5cc331;
    color: #fff;
    padding: 8px;
    text-align: center;
}

.visit-type-card {
    padding: 15px;
    background: #007bff;
    color: #fff;
    text-align: center;
}

.call-type-card {
    padding: 15px;
    background: #28a745;
    color: #fff;
    text-align: center;
}

.bg-check {
    background: #00adff;
    color: #fff;
}

.bg-radius {
    border-bottom-left-radius: 15px;
}

.bg-common {
    background: #00adff;
    color: #fff;
}

.bg-cancel {
    border-bottom-right-radius: 15px;
    background: #dc3545;
    color: #fff;
}

.appointment-common {
    width: 100%;
    text-align: center;
    display: flex;
    /* align-items: center; */
    border-right: 1px solid #fff;
    justify-content: center;
    padding: 14px 10px;
}

.margin-back {
    margin-top: -13px;
}

.paragraph-font {
    font-weight: 600;
}

.text-pink {
    color: #ff12eb;
}

.appointment-cancel-visit {
    background: #007bff;
    color: #fff;
    text-align: center;
    padding-top: 27px;
    padding-bottom: 27px;
    padding-left: 15px;
    padding-right: 15px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.appointment-cancel-call {
    background: #28a745;
    color: #fff;
    text-align: center;
    padding-top: 27px;
    padding-bottom: 27px;
    padding-left: 15px;
    padding-right: 15px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.ico-no-result {
    color: #777;
    border: 4px solid #cacaca;
    border-radius: 50%;
    font-size: 60px !important;
    width: 150px;
    height: 150px;
    display: block;
    line-height: 150px !important;
    margin: 0 auto;
}

.no-result {
    color: #777;
    word-wrap: break-word;
}

.no-result-mg {
    margin-bottom: 20px;
    margin-top: 30px;
}

.cancel-type {
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
}

.appointment-cancel-time-visit {
    background: #0095ff;
    color: #fff;
    padding: 8px;
    text-align: center;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.appointment-cancel-time-call {
    background: #5cc331;
    color: #fff;
    padding: 8px;
    text-align: center;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.appointment-complete {
    background: #007bff;
    color: #fff;
    border-radius: 15px;
    text-align: center;
    padding-top: 31px;
    padding-bottom: 31px;
    padding-left: 15px;
    padding-right: 15px;
}

.inbox-card {
    background-color: #ffffff;
    padding: 10px;
    border-radius: 20px;
    box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.1);
    display: block;
}

.chat-message .user-box .user-img {
    width: 4em;
    height: 4em;
    background-size: cover;
    border-radius: 100%;
    float: left;
}

.chat-message {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.chat-message .user-box .details {
    padding-left: 1em;
}

.chat-message .user-box {
    display: flex;
    align-items: flex-start;
}

.chat-message .user-box .details h4 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0;
    color: #262626;
}

.chat-message .user-box .details p {
    font-size: 13px;
    color: #8c98a9;
    margin-bottom: 0;
    font-weight: 500;
}

.time-period {
    font-size: 12px;
    color: #8c98a9;
    font-weight: 500;
}

.recent-chat-box-wrap {
    position: relative;
    /* padding: 0em 1em;
    background-color: #fff;
    background-image: url(../../img/background1.jpg);
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
    border-radius: 15px; */
}

/* .recent-chat-wrap {
    padding: 0em 5em 4em 2em;
} */
.chat-content {
    margin: 0px auto;
}

@media screen and (min-width: 700px) {
    .chat-content {
        width: 500px;
    }
}

.recent-chat-wrap .chat-content .user-img {
    height: 30px;
    width: 30px;
    /* margin-right: 40px; */
    border-radius: 8px;
    border: 3px solid f4f6fc;
    z-index: 1;
}

.left {
    position: absolute;
    left: 35px;
    top: -14px;
}

.right {
    position: absolute;
    right: 40px;
    top: -8px;
}

.msg p {
    font-size: 13px;
    /* font-family: "Gibson-Regular"; */
    margin-bottom: 0;
}

.msg {
    position: relative;
}

.recent-chat-wrap .chat-content ul li {
    padding: 0 15px;
    margin-bottom: 20px;
    position: relative;
    list-style: none;
}

.recent-chat-wrap .chat-content .msg {
    padding: 7px 15px;
    color: #212121;
    width: 60%;
    overflow-wrap: break-word;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
}

.recent-chat-wrap .chat-content .msg .msg-per-detail span {
    font-size: 10px;
    text-transform: uppercase;
}

.recent-chat-wrap .chat-content .friend .friend-msg-wrap .msg {
    margin-left: 40px;
    background: #5773ff none repeat scroll 0 0;
    border-radius: 15px;
    color: #fff;
}

.recent-chat-wrap .chat-content .self .self-msg-wrap .msg {
    background: #78849e none repeat scroll 0 0;
    margin-left: 75px;
    margin-right: 40px;
    border-radius: 15px;
    color: #fff;
}

.user-chats .emoji-picker-container {
    width: 100%;
}

.user-chats .emoji-wysiwyg-editor {
    overflow: hidden;
    padding-left: 15px;
}

.chat-content ul {
    padding-left: 0;
    padding-top: 40px;
}

.send-msg .form-control {
    border-radius: 20px;
    font-size: 1em;
    height: 60px;
    display: flex;
    align-items: center;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    border: 2px solid #e7e7e8;
    width: 100%;
}

.emoji-wysiwyg-editor {
    line-height: 45px !important;
}

.send-msg .form-control:focus {
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    border: 2px solid #e7e7e8;
}

.send-msg .btn-round {
    border-radius: 20px;
    width: 60px;
    height: 60px;
}

.chat-profile .user-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.chat-profile .user-box .user-img {
    width: 7em;
    height: 7em;
    background-size: cover;
    border-radius: 50px;
    float: left;
    font-size: 8px;
    margin-top: 18px;
}

.chat-profile .user-box .details {
    padding-left: 1em;
}

.chat-profile .user-box .details p {
    font-size: 12px;
}

.chat-profile .user-img-card {
    background-color: #fcfcfc;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
}

/* .chat-content .chat-flow {
    overflow-y: scroll;
    height: 25rem;
} */
.panel-body {
    overflow-y: scroll;
    height: 25rem;
}

.doctor-review-card {
    padding: 2em 2em;
    background-color: #fff;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.doctor-review-card .user-box {
    display: inline-block;
}

.doctor-review-card .user-box .user-img {
    width: 3em;
    height: 3em;
    background-size: cover;
    border-radius: 50%;
    float: left;
}

.doctor-review-card .user-box .details {
    padding-left: 4em;
}

.doctor-review-card .user-box .details p {
    font-size: 12px;
}

.review-comment-sized {
    font-size: 15px;
    font-weight: 500;
    color: #9a9a9a;
}

.hide-review {
    display: none;
}

.online-dots {
    background-color: #0ae299;
    height: 10px;
    width: 10px;
    position: absolute;
    left: 53px;
    top: 0;
    border: 2px solid #c8f7e8;
    border-radius: 100%;
}

.offline-dots {
    background-color: #ccc;
    height: 10px;
    width: 10px;
    position: absolute;
    left: 53px;
    top: 0;
    border: 2px solid #e7ebea;
    border-radius: 100%;
}

.circle-size {
    font-size: 15px;
}

.razorpay-payment-button {
    border-width: 1px;
    border-radius: 30px;
    padding-right: 23px;
    padding-left: 23px;
    background-color: #51cbce;
    color: #fff;
    font-weight: 600;
    font-size: 0.8571em;
    line-height: 1.35em;
    text-transform: uppercase;
    border: none;
    margin: 10px 1px;
    padding: 11px 22px;
    cursor: pointer;
    transition: all 0.15s linear;
}

.payment-card .user-box .user-img {
    margin-left: 20px;
    width: 4em;
    height: 4em;
    background-size: cover;
    border-radius: 52px;
    float: left;
    margin-top: 20px;
}

.payment-card {
    background-color: #fff;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
}

.payment-card .user-box {
    display: inline-block;
}

.payment-card .user-box .details {
    padding-left: 8em;
}

.payment-card .user-box .details p {
    font-size: 12px;
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 30px;
}

.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: 0.4s;
    transition: 0.4s;
}

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

input:checked+.slider {
    background-color: #2196f3;
}

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

input:checked+.slider:before {
    transform: translateX(28px);
}

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

.slider.round:before {
    border-radius: 50%;
}

.toggle-text-size {
    font-size: 10px;
}

.notify-emoji {
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: middle;
}

.sidebar.user-sidebar:after {
    background-color: #023246;
}

.user-sidebar .logo {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 150px;
}

.sidebar .logo a.logo-big {
    width: 100px;
}

.user-sidebar .logo:after {
    background-color: #ffffff !important;
}

::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 4px;
}

::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}

.sidebar .nav li a,
.sidebar .nav li a i {
    color: #f4f6fc !important;
    opacity: 0.3;
    font-weight: 600;
}

.sidebar .nav li.active>a i,
.sidebar .nav li.active>a {
    color: #ffffff !important;
    opacity: 1;
}

.sidebar .sidebar-wrapper li.active>[data-toggle="collapse"]+div .nav li:after,
.sidebar .sidebar-wrapper li.active>a:not([data-toggle="collapse"]):after {
    border: none;
}

.sidebar .sidebar-wrapper li.active>[data-toggle="collapse"]+div .nav li:before,
.sidebar .sidebar-wrapper li.active>a:not([data-toggle="collapse"]):before {
    border-right: 8px solid #77929f;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    content: "";
    display: inline-block;
    position: absolute;
    right: -7px;
    opacity: 1;
    top: 16px;
    transition: opacity 0.15s ease-in;
}

.off-canvas-sidebar,
.sidebar {
    border-right: 1px solid #023246;
}

.off-canvas-sidebar[data-color="white"]:after,
.sidebar[data-color="white"]:after {
    background: #023246;
}

.sidebar-user {
    border-right: 1px solid #262626;
}

.body-color {
    background: #262626;
}

.off-canvas-sidebar[data-color="white"]:after,
.sidebar-user[data-color="white"]:after {
    background: #262626;
}

body {
    background-color: #023246;
    height: 100%;
}

.main-panel {
    background-color: #f4f6fc;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    height: 100vh;
    overflow-y: scroll;
}

.navbar.navbar-transparent {
    border-bottom: none;
}

.btn-ask,
.btn-ask:hover {
    background-color: #feb84f !important;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    padding: 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 120px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.btn-ask img {
    height: 20px;
}

.sticky_header.sticky {
    position: fixed !important;
    left: 0;
    right: 0;
    width: 100%;
    height: 100px;
    background-color: red !important;
}

.navbar-brand.nav-user {
    color: #2e4765;
    font-weight: 800;
    font-size: 15px;
    margin-top: 30px;
}

.nav-user-card {
    background: white;
    padding: 15px;
    border-radius: 20px;
    box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.1);
}

.user-img-nav {
    margin-right: 30px;
    display: flex;
    align-items: center;
}

.user-img-nav a span {
    font-size: 13px !important;
    color: #2e4765 !important;
    opacity: 0.5;
}

.user-img-nav img {
    width: 50px;
    height: 50px;
}

a:hover {
    text-decoration: none;
}

.sticky {
    background-color: #f4f6fc !important;
    position: sticky;
    top: 0;
    z-index: 999;
    width: 100%;
}

.form-sticky {
    position: sticky;
    top: 97px;
    width: 100%;
    z-index: 2;
    background-color: #f4f6fc;
}

.doctor-form-sticky {
    position: sticky;
    top: 112px;
    width: 100%;
    z-index: 2;
    background-color: #f4f6fc;
}

.icon-link img {
    width: 17px;
}

.main-panel>.content {
    margin-top: 10px;
}

.position-relative {
    position: relative;
}

.notify {
    background-color: #ff846e;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    position: absolute;
    top: 13px;
    right: 4px;
}

.dropdown-menu .dropdown-item:focus,
.dropdown-menu .dropdown-item:hover {
    color: #fff !important;
    opacity: 1;
    text-decoration: none;
    background-color: #feb84f;
}

.custom-search-input {
    background-color: #ffffff;
    height: 60px;
    border-radius: 20px;
    margin: 1em auto;
    overflow: hidden;
    /* -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15); */
    padding: 0.5em 0;
}

.custom-search-input input {
    border: 0;
    height: 45px;
    font-weight: 500;
    margin-bottom: 0;
    font-size: 1em;
}

.home-form.custom-search-input {
    border-radius: 15px;
}

.custom-search-input .btn-bg {
    background-color: #023246 !important;
    width: 60px;
    z-index: 99;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    position: absolute;
    right: 0px;
    top: 0px;
    border: none;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
}

.custom-search-input .btn-bg img {
    height: 20px;
    width: 20px;
}

.border-left-radius {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.custom-search-input .input-group-text {
    background: transparent;
    border: none;
    width: 40px;
}

.custom-search-input input::placeholder {
    color: #bac4ce;
    opacity: 1;
    /* Firefox */
}

.form-control:focus {
    box-shadow: none;
    outline: none;
    border: none;
}

.form-control.border-focus:focus {
    border: 1px solid #d2dbe3;
}

.nav-active:after {
    position: absolute;
    content: "";
    background-color: #ff846e;
    border-radius: 100%;
    width: 5px;
    height: 5px;
}

.home-card {
    margin-bottom: 20px;
    padding: 1em;
    /* display: grid;
    grid-template-rows: 1fr auto; */
    border-radius: 8px;
    box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.1);
    break-inside: avoid;
}

.card-white {
    background-color: #ffffff;
}

.card-gray {
    background-color: #353a50;
}

.feed-details img {
    width: 36px;
    height: 36px;
    border-radius: 10px;
}

.details {
    padding-left: 10px;
}

.details h3 {
    font-size: 16px;
    font-weight: 800;
    margin-bottom: 0;
}

.details p {
    font-weight: 600;
    font-size: 12px;
    margin-top: -5px;
}

.card-white h3 {
    color: #454f63;
}

.card-white p {
    color: #454f63;
}

.card-gray p {
    color: #ffffff;
}

.card-gray h3 {
    color: #ffffff;
}

.user-details {
    display: flex;
    align-items: flex-start;
}

.btn-bookmark {
    width: 25px;
    height: 25px;
    line-height: 20px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.color-white {
    color: #ffffff;
}

.color-blue {
    color: #307bff;
}

.card-content p {
    font-size: 12px;
    margin-bottom: 15px;
    font-weight: 600;
    opacity: 0.6;
    line-height: 20px;
}

.card-img .img-sm {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.card-img .img-lg {
    height: 180px;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.min-container {
    max-width: 600px;
    margin: 0px auto;
}

.min-container-saved {
    max-width: 700px;
    margin: 0px auto;
}

.sm-container {
    max-width: 500px;
    margin: 0px auto;
}

.md-container {
    max-width: 700px;
    margin: 0px auto;
}

.card-wrapper {
    display: flex;
    justify-content: space-between;
    width: 100%;
    grid-gap: 10px;
}

.card-default {
    background-color: #fff;
    text-align: center;
    padding: 12px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    min-height: 100%;
    width: 100%;
    border-radius: 10px;
    margin: 0px 5px;
}

.card-default .numbers {
    color: #023246;
    font-weight: 600;
    font-size: 30px;
    margin: 0;
    position: relative;
}

.card-default .numbers::after {
    position: absolute;
    content: "";
    width: 80%;
    left: 10%;
    height: 1px;
    background-color: #7a8fa6;
    bottom: 0px;
    opacity: 0.5;
}

.card-default .card-lead {
    margin-bottom: 0;
    font-size: 13px;
    color: #023246;
    font-weight: 600;
    margin-top: 10px;
    line-height: 16px;
}

.card-default .card-lead img {
    height: 20px;
    margin: 0px 2px;
}

.head {
    font-size: 20px;
    font-weight: 600;
    color: #262626;
    /* font-family: "Poppins-Medium"; */
}

.sub-head {
    font-size: 15px;
    font-weight: 600;
    color: #262626;
}

.btn.btn-post {
    background: #307bff;
    padding: 25px 30px;
    border-bottom-left-radius: 15px;
    border-top-left-radius: 15px;
    color: #f4f6fc;
    /* font-family: "Poppins-Bold"; */
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
}

.btn.btn-post:hover {
    background-color: #005bfb !important;
}

.btn-post img {
    width: 25px;
    margin-left: 15px;
}

.btn.btn-feed {
    background-color: #4abbd3;
    padding: 8px 15px;
    border-bottom-right-radius: 15px;
    color: #f4f6fc;
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 15px;
    text-transform: capitalize;
}

.btn.btn-feed:hover {
    background-color: #00acd0 !important;
}

.welcome-text {
    font-size: 15px !important;
    color: #2e4765;
    font-weight: 600;
    /* font-family: "Poppins-Bold"; */
}

.doctor-nav {
    line-height: 20px !important;
    text-align: right;
}

.doctor-nav span {
    font-size: 16px;
    color: #66615b;
}

.navbar .navbar-nav .nav-link i.nc-icon {
    color: #66615b;
}

.notification i {
    font-weight: 600;
    font-size: 18px !important;
}

.notification {
    background-color: #ffffff;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    display: flex;
    padding: 25px !important;
    border-radius: 16px;
}

.notification:hover {
    border-radius: 16px !important;
}

.notify-bell {
    background-color: #ff846e;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    position: absolute;
    top: 0;
    right: 2px;
}

.custom-switch .custom-control-label::before {
    height: 0.9rem;
}

.custom-switch .custom-control-label::after {
    background-color: #0ae299;
    border: 2px solid #b7ffe6;
    left: calc(-2.25rem + -2px);
    top: calc(0.25rem + 1px);
}

.custom-control-label::before {
    border: #a0afbb solid 2px;
}

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

.custom-switch .custom-control-input:checked~.custom-control-label::after {
    background-color: #a0b2bd;
    -webkit-transform: translateX(0.75rem);
    transform: translateX(0.75rem);
    border: 2px solid #a0b2bd;
    left: calc(-2.25rem + 6px);
}

.custom-control-label {
    font-size: 12px;
    top: 7px;
    right: -7px;
    color: #2e5e90;
}

.custom-control-label span {
    position: absolute;
    right: 7px;
    top: 18px;
    font-size: 10px;
}

.custom-control {
    display: inline-flex;
}

.img-default {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
    transition: 1s ease-out 100ms;
}

/*
.img-default:hover {
    transform: scale(1.05);
    height: 100%;
} */

.btn.btn-white,
.btn.btn-white:hover {
    font-size: 16px;
    color: #78849e !important;
    /* font-family: "Poppins-SemiBold"; */
    /* padding: 12px 60px; */
    background-color: #ffffff !important;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1) !important;
    text-transform: capitalize;
    border-radius: 50px;
    width: 25%;
}

.online {
    background: #307bff;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    margin-right: 40px;
}

.off-canvas-sidebar[data-color="white"] .user:after,
.sidebar[data-color="white"] .user:after {
    background-color: #ffffff;
    opacity: 0.4;
}

.avatar-doc {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 4px;
    padding-right: 10px;
    position: relative;
}

.flex-item {
    display: flex;
    align-items: center;
    justify-content: start;
}

.para-txt {
    color: #0c0b52;
    font-weight: 500;
    font-size: 14px;
}

.doc-online {
    background-color: #0ae299;
    height: 10px;
    width: 10px;
    position: absolute;
    right: 5px;
    top: 0;
    border: 2px solid #c8f7e8;
    border-radius: 100%;
}

.doc-offline {
    background-color: #ccc;
    height: 10px;
    width: 10px;
    position: absolute;
    right: 5px;
    top: 0;
    border: 2px solid #e7ebea;
    border-radius: 100%;
}

.position-relative {
    position: relative;
}

.switch-user-logo {
    height: 35px;
    margin-right: 5px;
}

#ask {
    max-height: 100%;
}

#ask_cancel {
    background-color: #809aaf;
}

.btn-ask-submit,
.btn-ask-submit:hover {
    background-color: #feb84f !important;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    padding: 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    text-align: center;
    display: inline-block;
}

.btn-ask-submit img {
    height: 20px;
}

.user-ask {
    background-color: yellow;
}

.badge.badge-primary {
    border-color: #307bff;
    background-color: #307bff;
    padding: 10px 10px;
    font-size: 11px;
    border-radius: 30px;
    margin: 5px 0;
}

.comments {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.answer-text {
    font-size: 14px;
    color: #307bff;
    font-weight: 500;
}

.reply-text {
    font-size: 14px;
    color: #307bff;
    font-weight: 500;
    text-align: right;
}

.answer {
    display: flex;
    justify-content: space-between;
}

.answer-wrapper {
    border-bottom: 1px solid rgba(244, 244, 246, 1);
    margin-top: 20px;
}

.answer-wrapper:last-child {
    border-bottom: none;
}

.btn-success {
    background-color: #6bd098;
    color: #fff;
    font-size: 10px;
    padding: 10px 20px;
}

.clock-img {
    height: 20px;
    display: block;
    margin: 0px auto 6px auto;
}

.navbar .navbar-nav .nav-item.active .nav-link:not(.btn),
.navbar .navbar-nav .nav-item .nav-link:not(.btn):active,
.navbar .navbar-nav .nav-item .nav-link:not(.btn):focus,
.navbar .navbar-nav .nav-item .nav-link:not(.btn):hover {
    border-radius: 16px;
}

.navbar-nav .dropdown-menu:after {
    border-bottom: 11px solid #ffffff;
}

a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
    background-color: #6acdcf !important;
}

.pro-wrapper {
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    position: relative;
    background-color: #fff;
}

.pro-card {
    padding: 30px;
}

.pro-card label {
    font-size: 12px;
}

.icon-wrap {
    background: #307bff;
    border-top-right-radius: 10px;
    padding-left: 10px;
    border-bottom-left-radius: 10px;
    padding-right: 10px;
    display: flex;
    align-items: center;
}

.right-wrap {
    display: flex;
    justify-content: flex-end;
}

.icon-size {
    height: 25px;
}

.edit-text {
    margin-bottom: 0;
    margin-right: 15px;
    margin-top: 4px;
    color: #307bff;
    font-size: 13px;
    font-weight: 600;
}

.avatar-card {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.avatar-card img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 10px;
}

.pro-card .form-control {
    border: 1px solid #dbdfe3;
    font-size: 12px;
    font-weight: 500;
    color: #525f7f;
    padding-left: 10px;
    background-color: white;
}

.text-sm {
    font-size: 11px;
    color: #231f20;
    opacity: 0.5;
}

.divider {
    border: 1px solid #dbdfe3;
    margin: 20px 0;
}

.pro-icon {
    margin: 10px 0;
}

.avatar-sm {
    width: 45px !important;
    height: 45px !important;
    object-fit: cover;
}

.avatar-rounded {
    border-radius: 100%;
}

.rating-card {
    padding: 20px;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    border-radius: 10px;
    margin-top: 15px;
}

.rate-title {
    font-size: 14px;
    color: #525f7f;
}

.btn.btn-share {
    background-color: #4abbd3;
    padding: 15px;
    border-radius: 10px;
    text-transform: capitalize;
    font-size: 13px;
}

.btn.btn-cancel,
.btn.btn-cancel:hover {
    background-color: #bbbbbb;
    padding: 15px;
    border-radius: 10px;
    text-transform: capitalize;
    font-size: 13px;
}

.btn.btn-share:hover {
    background-color: #36c3e1 !important;
}

.upload-control {
    height: 40px;
    border-radius: 3px !important;
    border-right: 1px solid #dbdfe3 !important;
}

.input-upload .input-group-append {
    margin-left: 15px !important;
}

.input-upload .input-group-text {
    background-color: #307bff !important;
    height: 40px;
    border: 0;
    padding: 10px 15px !important;
    border-radius: 10px !important;
}

.icon-size-sm {
    height: 15px;
}

.icon-size-m {
    height: 20px;
}

.btn.btn-default {
    background-color: #307bff;
    padding: 15px;
    border-radius: 10px;
    text-transform: capitalize;
    font-size: 13px;
}

.btn.btn-default:hover {
    background-color: #236ef2 !important;
}

.rating-value {
    color: #fff;
    font-weight: 600;
    margin-left: 5px;
}

.share-avatar {
    height: 120px;
    width: 200px;
    object-fit: cover;
    border-radius: 8px;
}

.name {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
    margin-top: 10px;
}

.icon-size-md {
    height: 35px;
    margin: 0px 5px;
}

.qr-code {
    height: 250px;
    margin-top: 20px;
}

.logo-black {
    height: 35px;
    margin-top: 20px;
}

.or-text {
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
}

/* avatar upload */

.avatar-upload {
    position: relative;
    max-width: 170px;
    margin: 0px auto;
}

.avatar-upload .avatar-edit {
    position: absolute;
    z-index: 1;
    bottom: 0px;
    right: 30px;
}

.avatar-upload .avatar-edit input {
    display: none;
}

.avatar-upload .avatar-edit input+label {
    display: inline-block;
    width: 34px;
    height: 34px;
    margin-bottom: 0;
    border-radius: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    border: 1px solid transparent;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    font-weight: normal;
    transition: all 0.2s ease-in-out;
}

.avatar-upload .avatar-edit input+label:hover {
    background-color: rgba(0, 0, 0, 0.7);
}

.avatar-upload .avatar-edit input+label:after {
    content: "\f030";
    font-family: "FontAwesome";
    color: #d8d8d8;
    position: absolute;
    top: 5px;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
    font-size: 18px;
}

.avatar-upload .avatar-preview {
    width: 120px;
    height: 120px;
    position: relative;
    border-radius: 15px;
    margin: 0px auto;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}

.avatar-upload .avatar-preview>div {
    width: 100%;
    height: 100%;
    border-radius: 15px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.sidebarDropdown {
    padding-left: 65px;
}

.sidebarDropdown li a {
    margin: 0 !important;
    padding: 0 !important;
    font-size: 10px !important;
}

.togglePassword {
    position: absolute;
    right: 15px;
    top: 40px;
    color: #9d9d9d;
    cursor: pointer;
}

/* HIDE RADIO */
.radio-availability [type="radio"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

/* SPAN STYLES */
.radio-availability [type="radio"]+span {
    cursor: pointer;
    border: 1px solid #307bff;
    padding: 10px 25px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

/* CHECKED STYLES */
.radio-availability [type="radio"]:checked+span {
    background-color: #307bff;
    color: #ffffff;
}

/* The container */
.availability-mode {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

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

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    border: 1px solid #7e7e7e;
    border-radius: 3px;
}

/* On mouse-over, add a grey background color */
.availability-mode:hover input~.checkmark {
    background-color: #307bff;
}

/* When the checkbox is checked, add a blue background */
.availability-mode input:checked~.checkmark {
    background-color: #307bff;
    border: none;
}

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

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

/* Style the checkmark/indicator */
.availability-mode .checkmark:after {
    left: 7px;
    top: 1px;
    width: 7px;
    height: 14px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.btn.btn-mode {
    background-color: #307bff;
    padding: 13px 40px;
    border-radius: 20px;
    text-transform: uppercase;
    font-size: 12px;
}

.btn.btn-mode:hover {
    background-color: #307bff !important;
}

.text-edit {
    margin-left: 5px;
    color: #307bff;
    font-size: 13px;
    font-weight: 600;
}

.user-health-card {
    background-color: #ffffff;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    padding: 20px;
    border-radius: 10px;
}

.author {
    text-align: center;
}

.author .avatar {
    width: 83px;
    height: 83px;
    object-fit: cover;
    border-radius: 100%;
}

.user-name {
    color: #0c0b52;
    font-weight: 600;
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 5px;
}

.user-mail,
.user-location,
.user-phone {
    color: #5a5987;
    font-size: 14px;
    margin-bottom: 8px;
}

.weight-radio [type="radio"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.weight-radio.input-group-text {
    padding: 0px !important;
}

.weight-radio label {
    margin-bottom: 0;
}

/* IMAGE STYLES */
.weight-radio [type="radio"]+span {
    cursor: pointer;
    margin: 0px 5px;
}

/* CHECKED STYLES */
.weight-radio [type="radio"]:checked+span {
    background-color: #307bff;
    padding: 5px;
    color: #ffffff;
    font-weight: 600;
    font-size: 12px;
}

.text-violet {
    color: #cd57ef;
}

.icon-set {
    background-color: #e6e6e6;
    padding: 5px 20px;
    border-radius: 20px;
    display: inline-flex;
}

.icon-set img {
    height: 25px;
    margin: 0px 5px;
}

/* switch toggle */

.switch-field {
    display: inline-block;
    margin-bottom: 0;
    overflow: hidden;
    border: 1px solid #5a5987;
    height: 30px;
    border-radius: 20px;
}

.switch-field input {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
}

.switch-field label {
    background-color: #ffffff;
    color: rgba(0, 0, 0, 0.6);
    font-size: 13px;
    line-height: 1;
    text-align: center;
    padding: 7px;
    transition: all 0.1s ease-in-out;
}

.switch-field label:hover {
    cursor: pointer;
}

.switch-field input:checked+label {
    background-color: #2e5bff;
    box-shadow: none;
    border-radius: 20px;
    border: 1px solid #2e5bff;
    color: #fff;
    font-weight: 600;
    padding: 7px 15px;
    margin-bottom: 0;
}

.switch-field label:first-of-type {
    border-radius: 20px 0 0 20px;
}

.switch-field label:last-of-type {
    border-radius: 0 20-x 4px 0;
}

.pregnant-img {
    height: 25px;
    position: relative;
}

.confirm-dot {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 100%;
    right: 0;
    top: 0;
    background-color: #ff0019;
}

.pregnant-wrapper {
    display: inline-block;
    position: relative;
}

.health-events {
    display: flex;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin: 15px 0;
    align-items: center;
}

.health-events:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.health-events h6 {
    font-size: 14px;
    text-transform: capitalize;
    color: #5a5987;
    font-weight: 500;
}

.default-card {
    padding: 37px;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}

.slider-img {
    height: 265px;
    object-fit: cover;
    border-radius: 10px;
}

.carousel-indicators li {
    width: 8px;
    height: 8px;
    border-radius: 100%;
}

.btn.btn-nominate {
    background-color: #dbaa38;
    color: #ffffff;
    border-radius: 10px;
}

.btn.btn-nominate:hover {
    background-color: #daa426 !important;
}

.border-r10px {
    border-radius: 10px !important;
}

.post-delete {
    height: 25vh;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    text-transform: uppercase;
    color: #ff0000;
    font-weight: 600;
}

.badge-notify {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    right: 27px;
    position: absolute;
    top: 25px;
    background-color: #ef8157;
}

.search-result {
    display: inline-flex;
    width: 100%;
    background-color: #f4f6fc;
    justify-content: space-between;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    border-top: 1px solid #e5e5e5;
}

.icon-list {
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    border-right: 1px solid #e5e5e5;
    justify-content: center;
    height: 100px;
}

.icon-list:last-child {
    border-right: none;
}

.comment-img {
    width: 3em;
    height: 3em;
    background-size: cover;
    border-radius: 10px;
    float: left;
}

.comment-box label {
    font-size: 12px;
}

.comment-card {
    border-radius: 10px;
    background: #f4f6fc;
    padding: 2px 10px;
    margin: 15px 0;
}

.female-card {
    display: none;
}

textarea.form-control {
    max-height: 100%;
}

.btn.btn-post-submit {
    background: #307bff;
    padding: 15px 30px;
    border-bottom-left-radius: 15px;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
    color: #f4f6fc;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
}

.avatar-sm.avatar-rounded {
    border-radius: 100%;
}

/*Doctor appointment timing select style

/* HIDE RADIO */
.appointment-timing [type="radio"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

/* SPAN STYLES */
.appointment-timing [type="radio"]+p {
    cursor: pointer;
    border: 1px solid #307bff;
    padding: 6px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0px;
    width: 90px;
    text-align: center;
}

/* CHECKED STYLES */
.appointment-timing [type="radio"]:checked+p {
    background-color: #307bff;
    color: #ffffff;
}

ul#time,
ul#booked {
    -moz-column-count: 4;
    -moz-column-gap: 20px;
    -webkit-column-count: 4;
    -webkit-column-gap: 20px;
    column-count: 4;
    column-gap: 20px;
    list-style: none;
    padding-left: 0;
    margin: 0px;
}

.appointment-timing [type="radio"]:disabled+p {
    cursor: not-allowed;
    pointer-events: all !important;
    border: 1px solid #8e8e8e;
    opacity: 0.3;
    background: rgba(48, 123, 255, 0.75);
    color: rebeccapurple;
    color: #000;
}

.fa.fa-star.active {
    color: #fcbf12;
}

.fa.fa-star.active-0 {
    color: #e1e1e1;
}

.fa-star-md {
    font-size: 18px !important;
}

.fa.fa-star {
    margin-right: 5px;
}

.rating__card .rating-outer span,
.rating__card .rating-symbol-foreground,
.rating__card .rating-symbol-background {
    color: #f8bc24 !important;
}

.review_active {
    background-color: #fff;
}

.btn-radius-sm {
    border-radius: 10px;
}

.h-100 {
    height: 100%;
}

.no-notification {
    padding: 10px;
    width: 230px;
}

.no-notification img {
    width: 55px;
}

.no-notification p {
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 0;
    display: block;
    margin-top: 2px;
}

.my-location {
    position: absolute;
    right: 10px;
    top: 9px;
    height: 20px;
    opacity: 0.5;
}

.doctor-location {
    position: absolute;
    right: 10px;
    top: 37px;
    height: 20px;
    opacity: 0.5;
}

.input-padding-right {
    padding-right: 40px !important;
}

/* saved post tabs */
.saved-tabs .nav-tabs .nav-item.show .nav-link,
.saved-tabs .nav-tabs .nav-link.active {
    color: #307bff;
    background-color: transparent;
    border-color: transparent;
}

.saved-tabs .nav-tabs {
    border-bottom: none;
}

.saved-tabs .nav-tabs .nav-link {
    color: #023246;
    padding: 0.5rem;
}

.saved-tabs .nav-tabs .nav-link:focus,
.saved-tabs .nav-tabs .nav-link:hover {
    border-color: transparent;
}

.saved-tabs .nav-tabs .nav-link:after {
    content: "|";
    position: absolute;
    padding-left: 8px;
    color: #023246;
}

.saved-tabs .nav-tabs .nav-item:last-child .nav-link:after {
    content: "";
}

.avatar-card .provider_icon,
.provider_icon {
    height: 20px;
    width: 20px;
    object-fit: cover;
}

.doctor_icon {
    height: 30px;
    width: 30px;
    object-fit: cover;
}

.btn-transparent {
    background-color: transparent;
    border: none;
    font-size: 18px;
    padding: 0;
}

.btn-transparent:hover {
    background-color: transparent;
}

.btn-transparent:focus {
    outline: none;
    box-shadow: none;
}

.radio-mode-disabled.radio-availability [type="radio"][disabled]+span {
    background-color: #f4f4f4;
    border: 1px solid #f4f4f4;
    color: #bebebe;
    cursor: not-allowed;
}

.btn-ask-delete {
    background-color: transparent;
    border: none;
    font-size: 18px;
    padding: 0;
}

.conversation {
    max-width: 700px;
}

.login-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}

.social-list {
    list-style: none;
    display: inline-flex;
    padding: 0;
    margin-bottom: 0;
    justify-content: center;
}

.social-list li a img {
    margin: 0px 10px;
    height: 30px;
}

.social-media h5 {
    font-size: 14px;
    font-weight: 600;
    margin-top: 20px;
}

.footer-list {
    list-style: none;
    padding: 0 20px;
    margin-bottom: 0;
}

.footer-list li {
    margin-top: 5px;
    display: block !important;
}

.footer-list li a {
    color: #023246;
    font-size: 13px;
    font-weight: 600;
    text-transform: capitalize !important;
}

.footer-list li a:hover {
    text-decoration: underline !important;
}

.iti--allow-dropdown {
    width: 100%;
}

.theme-color {
    width: 40px;
    height: 40px;
    margin: 5px;
    border-radius: 50%;
    border: none;
}

.theme-color:hover {
    border: 2px solid #fdfcfc;
}

.theme-style {
    padding-left: 17px;
    padding-top: 15px;
    padding-right: 10px;
}

.no-theme {
    background-color: #f4f6fc;
    color: #484849;
}

.theme1 {
    background-color: #d4579d;
    color: #eeeef1;
}

.theme2 {
    background-color: #994fd0;
    color: #eeeef1;
}

.theme3 {
    background-color: #5e72e4;
    color: #eeeef1;
}

.theme4 {
    background-color: #626262;
    color: #eeeef1;
}

.theme5 {
    background-color: #222222;
    color: #eeeef1 !important;
}

.theme6 {
    background-color: #f4f6fc;
    color: #484849 !important;
}

.label-text {
    font-size: 0.8571em;
    margin-bottom: 5px;
}

.head-size {
    font-size: 20px;
    font-weight: 600;
}

.add-text {
    margin-bottom: 0;
    margin-right: 15px;
    margin-top: 4px;
    color: #307bff;
    font-size: 15px;
    font-weight: 600;
}

.text-outline {
    color: #b2b9c8;
}

.copy-txt {
    font-size: 11px;
    font-weight: 600;
    color: #007bff;
}

.back-icon {
    font-family: Montserrat, Helvetica Neue, Arial, sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #262626;
}

@media screen and (max-width: 480px) {
    #posts {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.post-container {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 1em;
    -moz-column-gap: 1em;
    column-gap: 1em;
}

.home-post-container {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 3;
    -webkit-column-gap: 1em;
    -moz-column-gap: 1em;
    column-gap: 1em;
}

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

    .post-container,
    .home-post-container {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 1;
        -webkit-column-gap: 1em;
        -moz-column-gap: 1em;
        column-gap: 1em;
    }
}

.post-card {
    width: 100%;
}

.ask-button input[type="checkbox"] {
    display: none;
}

.ask-button input[type="checkbox"]+label {
    background-color: #c0d2fb;
    padding: 1em;
    text-align: center;
    font-weight: 600;
    color: #ffffff;
    border-radius: 5em;
    max-width: 200px;
    width: 100%;
}

.ask-button input[type="checkbox"]:checked+label {
    background-color: #307bff;
}

@media screen and (min-width: 700px) {
    .ask-button input[type="checkbox"]+label:hover {
        background-color: #307bff;
    }
}

.highlight {
    background-color: #007bff;
    padding: 3px;
    border-radius: 5px;
}

.search-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 46.7%;
    flex: 0 0 46.7%;
    position: relative;
}

.location__bar {
    flex: 0 0 47%;
}

.search-list-wrapper {
    background-color: rgb(255 255 255);
    border-radius: 18px;
    position: absolute;
    right: 0;
    left: 0;
    top: 50px;
    z-index: 1;
}

.search-list::after {
    height: 40px;
    display: block;
    width: 1px;
    background: #dee2e6;
    border-right: 1px #dee2e6;
    content: "";
    position: absolute;
    right: 0;
}

.search-list:last-child::after {
    height: 0;
    width: 0;
}

.btn.search-btn-close {
    background-color: transparent;
    color: #78849e;
    font-size: 20px;
    padding: 0;
    margin-right: -7px;
}

.btn.search-btn-close:hover {
    background-color: transparent !important;
    color: #78849e !important;
    font-size: 20px;
    padding: 0;
    margin-right: -7px;
}

.search-btn-close img {
    height: 20px;
}

.search-btn-clock {
    color: #78849e;
    font-size: 18px;
}

p.search-list-title {
    color: #023246;
    font-size: 14px;
    font-weight: 500;
}

.location {
    color: #5c7a88;
}

.fs-sm {
    font-size: 13px;
}

.search-list-wrapper-height {
    height: 300px;
    overflow-y: auto;
}

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

.switch-toggle {
    display: inline-block;
    margin-bottom: 0;
    overflow: hidden;
    height: 30px;
    border-radius: 20px;
}

.switch-toggle input:checked+.slider {
    background-color: #6ce699;
}

.icon-background {
    width: 50px;
    height: 50px;
    text-align: center;
    align-items: center;
    justify-content: center;
    display: flex;
    background-color: #f9fafd;
    border-radius: 12px;
    margin-bottom: 9px;
}

.date-show {
    text-align: center;
    font-weight: 600;
    color: #b4b5b7;
}

.border-none {
    border: none;
}

.border-none-focus:focus {
    border: none;
    outline: none;
}

@media screen and (max-width: 991.98px) {
    .float-btn-post {
        background: #307bff;
        padding: 25px 30px;
        border-bottom-left-radius: 15px;
        border-top-left-radius: 15px;
        color: #f4f6fc;
        font-size: 16px;
        font-weight: 600;
        text-transform: capitalize;
    }

    .float-btn-post img {
        width: 25px;
        margin-left: 15px;
    }

    .float-btn-feed {
        background-color: #4abbd3;
        padding: 8px 15px;
        border-bottom-right-radius: 15px;
        color: #f4f6fc;
        font-size: 14px;
        font-weight: 600;
        text-transform: capitalize;
        line-height: 15px;
        text-transform: capitalize;
    }

    .btn.btn-post,
    .btn.btn-feed {
        display: none;
    }
}

@media screen and (min-device-width: 991px) and (max-device-width: 1605px) {

    .float-btn-ask,
    .float-btn-post,
    .float-btn-feed {
        display: none;
    }
}

.text-lead-phone {
    font-size: 12px;
    font-weight: 500;
    color: #78849e;
    text-transform: capitalize;
}
