:root {
    --gray: #b5b5b5;
    --gray-light: #ededed;
    --gray-dark: #6d6d6d;
    --gray-bg: #eaeaec;
    --black: #000000;
    --body-bg: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
    --msger-bg: #fff;
    --border: 1px solid #efefef;
    --left-msg-bg: #ececec;
    --right-msg-bg: #579ffb;
    --primary: #00d77c;
    --gray-shade: #f7f7f7;


}
.modal.show {

    background-color: rgba(0, 0, 0, 0.85) !important;
}

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

.h-40 {
    height: 40% !important;
}

.h-100 {
    height: 100% !important;
}

.greenFont {
    color: var(--green);
}

.redFont {
    color: red;
}
.wrInputText.emailValue {
    text-overflow: ellipsis;
    overflow: hidden;
}
.messageChatProfileDescription p {
    margin: 0;
    font-size: 11px;
    font-weight: 400;
}

.messageChatProfileDescription p span {
    /* font-weight: 400; */
    font-size: 12px;
    margin-right: 5px;
}
.profileTab .nav-tabs{
    border-radius: 6px 6px 0px 0px;
}
span.addPlusIcon.pl-4 {
    position: absolute;
    right: 15px;
}
.messageChatProfileDescription p .text {
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 0.5px;
}

.messageDetailScreenContent .messageDetailScreenContentCard {
    padding: 10px 15px;
    /* box-shadow: 1px 0px 2px 2px #ededed; */
    border: none;
    /* height: 100%; */
}

.messageDetailScreenContent .messageDetailScreenContentCard.profileCard {
    /* height: calc(100vh - 202px) !important; */
    /* overflow-y: auto; */
    /*min-height: 300px;*/
    border-radius: 8px !important;
}

.messageDetailScreenContent .messageDetailScreenContentCard .messageDetailScreenTitle p {
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    line-height: 15px;
    text-transform: uppercase;
}

.messageDetailScreenContentCard .messageListContent .messageListImgContent img {
    width: 100%;
    border-radius: 50%;
    border: 2px solid var(--gray);
}

.messageChatScreen .messageDetailScreenContent .messageChatImgContent img {
    width: 100%;
    border-radius: 50%;
    box-shadow: 0px 0px 3px 2px #d9d9d9;
}

.messageDetailScreenContentCard .messageListContent .messageListImgContent, .messageChatScreen .messageDetailScreenContent .messageChatImgContent {
    display: block;
    margin: auto;
}


/* ======================================header-css-start=================== */
@media (max-width: 576px) {
    .header-container .currentView {
        width: 67%;
    }

    .header-container .navbar-expand-sm .navbar-item {
        margin-top: 0 !important;
    }
}

@media (max-width: 462px) {
    .header-container .currentView {
        width: 62%;
    }

    .header-container .currentViewLabel {
        font-size: 12px;
        padding-left: 17px;
    }

    .header-container .navbar .sidebarCollapse i {
        font-size: 18px;
    }

    .header-container .navbar .navbar-item .nav-item.dropdown.message-dropdown .nav-link i {
        font-size: 20px;
    }

    .header-container .navbar .navbar-item .nav-item.dropdown.message-dropdown .nav-link {
        padding: 4px 0px;
    }

    .header-container .navbar .navbar-item .nav-item .nav-link.user {
        padding: 0 20px 0 3px;
    }
}

/* ------------------------------message-Screen Search Input start-------------------- */
@import url("https://fonts.googleapis.com/css2?family=Oxygen:wght@300&display=swap");

.blackHtml {
    background-color: black;
}

/* :root {
  font-family: "Oxygen", sans-serif;
  --color-0: #ffffff !important;
  --color-1: #c8d5e9 !important;
  --bg-0: #1774bf !important;
} */
.messages.messageDetailScreenContentCard .head-line {
    color: var(--color-0);
}

.messages.messageDetailScreenContentCard .control-panel {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    border-radius: 8px;
    padding: 0.8em;
    gap: 0.2em;
}

.messages.messageDetailScreenContentCard .control-panel > .row {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.messages.messageDetailScreenContentCard .control-panel button {
    background-color: rgba(0, 0, 0, 0);
    border: none;
}

.messages.messageDetailScreenContentCard .styled-link {
    display: flex !important;
    justify-content: flex-end !important;
    align-items: center;
    flex-direction: row-reverse !important;
    cursor: pointer;
    position: relative;
    gap: 0.2em;
    padding: 0 0.8em;
    text-decoration: none;
    border: none;
    background: none;
}

.messages.messageDetailScreenContentCard .styled-link:before {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: var(--color-1);
    opacity: 0;
    content: " ";
    border-radius: 8px;
    transition: all 0.2s ease-in-out;
}

.messages.messageDetailScreenContentCard .styled-link:hover:before {
    opacity: 0.2;
    border-radius: 8px;
}

.messages.messageDetailScreenContentCard .styled-link:active:before {
    opacity: 0.4;
    border-radius: 2px;
}

.messages.messageDetailScreenContentCard .styled-link *,
.messages.messageDetailScreenContentCard .styled-link *:before,
.messages.messageDetailScreenContentCard .styled-link *::after {
    transition: 0.2s ease-in-out;
    user-select: none;
    text-decoration: none;
}

.messages.messageDetailScreenContentCard .styled-link span {
    padding: 10px 2px;
    aspect-ratio: 1;
    font-size: 18px;
}

.messages.messageDetailScreenContentCard .styled-link p,
.messages.messageDetailScreenContentCard .styled-link span {
    vertical-align: middle;
    font-size: 14px;
}

.messages.messageDetailScreenContentCard .styled-link p {
    opacity: 0.8;
    position: relative;
}

.messages.messageDetailScreenContentCard .styled-link p:before {
    position: absolute;
    content: " ";
    width: 0%;
    height: 100%;
    margin: 0 49%;
}

.messages .user-container .user-list-box .people {
    /* height: calc(100vh - 330px)!important; */
    height: 600px;
}

.messages .user-container .user-list-box .people .person .user-info .user-body .chat-user-name {
    font-size: 18px;
}

.messages.messageDetailScreenContentCard .styled-link:hover p {
    opacity: 1;
}

.messages .chat-container .user-container {
    position: initial;
}


.messages.messageDetailScreenContentCard .styled-link:hover p:before {
    width: 60%;
    margin: 0 20%;
}

.messages.messageDetailScreenContentCard .search-container {
    background-color: white;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    box-shadow: 1px 1px 2px 2px #e7e7e7;
    width: 80%;
    margin: 0 auto;
    border-radius: 17px;
}

.messages.messageDetailScreenContentCard .search-container input {
    text-indent: 1.2em;
    flex: 1;
    outline: none;
    padding: 3px 0;
    font-size: 16px;
    border: none;
    border-radius: 17px;
}


/* ------------------------------message-Screen Search Input End-------------------- */
/* ==============================message-Detail-screen-css start======================== */
/* ---------------------message-tab-css-start-------------------- */
/* .messageChatProfileDescription .nav-tabs .nav-link {
  padding: 4px 4px 3px;
  font-size: 13px;
  font-weight: 500;
  background: var(--msger-bg);
  color: var(--gray-dark);
  border-radius: 10px;
  display: block;
  margin: auto;
}

.messageChatProfileDescription .nav-tabs .nav-link.active {
  color: var(--gray-dark);
  background-color: var(--gray-shade);
  border:none;
}
.messageChatProfileDescription .nav-tabs {
  margin: 10px 0;
  padding: 5px 0;

} */
/* ---------------------message-tab-css-End-------------------- */
.messageDetailScreenContentCard .messageListContent .messageListImgContent {
    width: 55px;
}

.messageDetailScreenContentCard .messageListContent .messageListTextContent .boldText p {
    font-size: 15px;
    margin: 0;
    font-weight: 500;
    line-height: 24px;
}

.messageDetailScreenContentCard .messageListContent .messageListTextContent {
    cursor: pointer;
}

.messageDetailScreenContentCard .messageListContent .messageListTextContent .smallText p {
    font-size: 11px;
    line-height: 15px;
    font-weight: 500;
    color: #b5b5b5;
    margin: 0;
}

.messageDetailScreenContentCard .messageListContent .messageListTextContent .smallText .darkColor {
    color: var(--gray-dark);
}

.messageDetailScreenContentCard .messageListContent .messageIconContent {
    display: flex;
    justify-content: end;
    padding-right: 15px;
}

.messageDetailScreenContentCard .messageListContent .messageIconContent a {
    font-size: 13px;
    color: var(--black);
}

.messageIconContent .smallText p {
    font-size: 11px;
    line-height: 15px;
    font-weight: 500;
    color: var(--gray-dark);
    margin-right: 10px;
}

.messageDetailScreenContentCard .messageScreenBtnContent {
    text-align: end;
}

/* ---------------------------------message-screen-Appointment-Card-css-start------------- */
.messageDetailScreenContent .messageDetailScreenContentCard.appointmentBlock {
    height: 100%;
}

.messageDetailScreenContent .messageDetailScreenContentCard.appointmentBlock .appointmentCardContent {
    overflow-y: auto;
}

.messageDetailScreenContent .messageDetailScreenContentCard.appointmentBlock .appointmentCardContent .appointmentCard {
    margin-top: 5px;
}

/* ---------------------------------message-screen-Appointment-Card-css-end------------- */
/* ==============================message-screen-css End======================== */
/* ==============================message-Chat-screen-css start======================== */
.messageChatScreen .messageDetailScreenContent .messageChatImgContent {
    width: 82px;
}

/* -------------------chat-screen-css-start---- */
.chatBox .msger-header {
    display: flex;
    justify-content: space-between;
    padding: 0px 10px;
    border-bottom: var(--border);
    background: white;
    align-items: center;
    color: #666;
    line-height: 37px;
}

.chatBox .msger-chat {
    flex: 1;
    overflow-y: auto;
    padding: 10px;
}

.chatBox .msger-chat::-webkit-scrollbar {
    width: 3px;
}

.chatBox .msger-chat::-webkit-scrollbar-track {
    background: #ddd;
}

.chatBox .msger-chat::-webkit-scrollbar-thumb {
    background: #bdbdbd;
}

.chatBox .msg {
    display: flex;
    align-items: flex-end;
    margin-bottom: 10px;
}

.chatBox .msg:last-of-type {
    margin: 0;
}

.chatBox .msg-bubble {
    max-width: 450px;
    padding: 5px 10px;
    border-radius: 15px;
    background: #e5fdfa;
}

.chatBox .msg-info {
    display: flex;
    justify-content: end;
    align-items: center;
    /* margin-bottom: 10px; */
}

.chatBox .msg-info-name {
    margin-right: 10px;
    font-weight: 400;
    font-size: 10px;
}

.chatBox .msg-info-time {
    font-size: 10px;
}

.chatBox .left-msg .msg-bubble {
    border-top-left-radius: 0;
}

.chatBox .right-msg {
    flex-direction: row-reverse;
}

.chatBox .msg.left-msg .msg-text, .chatBox .msg.right-msg .msg-text {
    color: #4c4c4c;
    font-size: 16px;
}

.chatBox .right-msg .msg-bubble {
    background: #f9eaf5;
    color: var(--gray-dark);
    border-top-right-radius: 0;
}


.chatBox .msger-inputarea {
    display: flex;
    padding: 7px 0 0;
    border-top: var(--border);
    /* background: #f2f5fa; */
}

.chatBox .msger-inputarea * {
    /*padding: 2px 10px;*/
    border: none;
    border-radius: 3px;
    font-size: 1em;
}

.chatBox .msger-input {
    flex: 1;
    background: #ffffff;
}

.chatBox .msger-send-btn {
    margin-left: 10px;
    background: rgb(0, 196, 65);
    color: #fff;

    font-weight: bold;
    cursor: pointer;
    transition: background 0.23s;
}

.chatBox .msger-send-btn:hover {
    background: rgb(0, 180, 50);
}

.chatBox .msger-chat {
    background-color: #ffffff;
    height: 582px;

}

/* --------------chat-screen-css-end-------- */
/* ==============================message-Chat-screen-css End======================== */
/* ------------------------hipaa Profile Img css start------------------- */
.hippaMembersProfileImg {
    width: 50px;
}

.hippaMembersProfileImg img {
    width: 100%;
    border-radius: 50%;
    border: 2px solid var(--gray);
}

.hippaCard .messageChatProfileDescription p {

}

.hippaCard .messageChatProfileDescription p span {
    font-size: 15px;
    font-weight: 500;
}

/* ------------------------hipaa Profile Img css End------------------- */
/* -------------------note-css-start----------------------- */
.messageChatProfileDescription .profileTable tr:nth-child(even) {
    background-color: #f7f7f7;
}

.messageChatProfileDescription .profileTable tr th:first-child {
    text-align: left;
}

.messageChatProfileDescription .profileTable tr:first-child th p span {
    font-weight: 700;
}

@media screen and (max-width: 850px) {
    #app {
        width: var(--width-90);
        height: var(--height-90);
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        -ms-grid-rows: max-content 3fr;
        grid-template-rows: -webkit-max-content 3fr;
        grid-template-rows: max-content 3fr;
    }
}

/* .left__side .task__controls {
  width: 100%;
}

.left__side .task__controls a {
  margin: auto;
  transition: all 500ms ease;
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  background: #14d914;
  padding: 5px 10px;
  border-radius: 3px;
}

.left__side .task__controls a:hover {
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
  border-radius: 5px;
} */

/* .left__side .task__controls a span {
  margin-left: 20px;
}

.right__side {
  overflow: hidden;
}
 */
.right__side .search__bar {
    width: 100%;
    height: 34px;
    border: var(--border);
    box-shadow: 0px 1px 0px 0px #f7f7f7;
    border-radius: 20px;
}

.right__side .search__bar form {
    display: flex;
    align-items: center;
    justify-content: center;
}

.right__side .search__bar input {
    width: 50%;
    height: 32px;
    border: none;
    outline: none;
    background-size: 18px;
    transition: all 800ms ease;
    padding: 14px 0px 13px 40px;
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: 15px 50%;
}

.right__side .search__bar input:focus {
    width: 100%;
}

.right__side .to__do__list {
    width: 100%;
    height: calc(100vh - 530px);
    overflow-y: auto;
}

.right__side .to__do__list table {
    width: 100%;
}

.right__side .to__do__list table tbody {
    gap: 10px;
    width: 100%;
    padding: 10px;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.right__side .to__do__list table tbody tr {
    gap: 20px;
    width: 100%;
    display: -ms-grid;
    display: grid;
    padding: 5px 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-grid-columns: max-content 1fr max-content;
    grid-template-columns: -webkit-max-content 1fr -webkit-max-content;
    grid-template-columns: max-content 1fr max-content;
}

.right__side .to__do__list table tbody tr td {
    width: 100%;
}

.right__side .to__do__list table tbody tr td button {
    border: none;
    padding: 2px;
    outline: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: transparent;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.right__side .to__do__list table tbody tr td button:hover {
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
}

.right__side .to__do__list table tbody tr td button svg {
    stroke: red;
}

@media screen and (max-width: 850px) {
    .left__side {
        height: 100%;
    }

    .left__side .task__controls {
        width: 100%;
    }

    .left__side .task__controls a {
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
    }

    .left__side .task__controls a span {
        margin-left: 10px;
        margin-right: 5px;
    }

    .right__side {
        overflow: hidden;
        height: 100%;
    }

    .right__side .search__bar {
        height: 60px;
        padding: 10px;
    }

    .right__side .search__bar input {
        width: 60%;
    }

    .right__side .to__do__list {
        height: calc(100% - 62px);
    }
}

/* --------------------note-css- end----------------------------   */
/* ----------------------------teble-css-start--------- */
.messageChatProfileDescription .profileTable th, .messageChatProfileDescription .profileTable td {
    padding: 5px;
    border: var(--border);
}

/* ==============================message-Chat-screen-css End======================== */

.main-content {
    width: 100%;
}

.sub-section-form {
    width: 100%;
    display: flex;
}

/* ====================================chat-css start================== */
.messages .chat-container .user-container {
    width: 100%;
    max-width: 100vw;
    box-shadow: 0 0px 1px 0 rgb(85 85 85 / 8%), 0 1px 4px 0 rgb(0 0 0 / 7%), 0px 1px 5px 0px rgb(0 0 0 / 7%);
    background: #fff;
    /* height: 85vh; */
    /* height: calc(100vh - 129px); */
    height: 655px;
    overflow: hidden !important;
}

.messages .user-container .user-list-box .search {
    padding: 8px 0;
}

.messages .user-container .user-list-box input {
    height: 28px;
}

.messages .user-container .user-list-box .search i {
    top: 12px;
    left: 30px;
}

.messages .chat-headings {
    margin-bottom: 3px;
    font-size: 17px;
}

.messages .teams {
    padding-bottom: 0px;
}

.messages .card-box {
    padding: 5px;
}

/* ====================================chat-css End================== */
/* =======================Profile-screen-css-start================= */
.profile.widget-table-one .weekly-bestsellers .t-item .t-icon {
    margin-right: 0;
}

.profile.widget-table-one .weekly-bestsellers {
    padding: 0px 8px;
}

.profile .avatar-xs {
    width: 30px;
    height: 30px;
}

.profile.widget-table-one .weekly-bestsellers .t-item .t-icon .image-container {
    padding: 0 5px 0 0;
}



.profile .customer-issues-stats .progress span {
    height: 16px;
    width: 16px;
}

.profile.widget-table-one .weekly-bestsellers:not(:last-child) {
    margin-bottom: 0px;
}

.profile.widget {
    padding: 0;
    height: 100%;
    box-shadow: 0 0px 1px 0 rgb(85 85 85 / 8%), 0 1px 4px 0 rgb(0 0 0 / 7%), 0px 1px 5px 0px rgb(0 0 0 / 7%);
}

.chatBox.widget {
    box-shadow: 0 0px 1px 0 rgb(85 85 85 / 8%), 0 1px 4px 0 rgb(0 0 0 / 7%), 0px 1px 5px 0px rgb(0 0 0 / 7%);
    padding: 0px 10px 5px;
}

.chatBox.widget .dropdown-toggle {
    position: relative;
    padding: 0 0 0 15px;
    border: none;
    border-radius: 0;
    transform: none;
    font-size: 15px;
    line-height: 17px;
    background-color: #fff;
    letter-spacing: normal;
    min-width: 115px;
    /* text-align: inherit; */
    color: #1b2e4b;
    top: 2px;
    box-shadow: none;
    max-height: 35px;
    text-align: end;
}

.profile.widget-table-one .weekly-bestsellers:hover {
    -webkit-transform: none;
    transform: none;
    cursor: pointer;
}

.profileTab .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    /* color: var(--green); */
    border-color: var(--green) var(--green) #fff;
    font-weight: 500;
}

.profileTab .nav-tabs .nav-link:hover {
    background: #f1f1f1;
    transition: all ease 0.4s;
    border-color: #f1f1f1 #f1f1f1 #f1f1f1;
    border-bottom: 1px solid var(--gray);
}

.profileTab .nav-tabs .nav-link {
    padding: 3px 10px;
}

.profileTab .nav-tabs {
    border-bottom: 1px solid var(--green);
    justify-content: center;
}

.profile .messageDetailScreenTitle p {
    font-size: 12px !important;
    font-weight: 400 !important;
    /* border-bottom: var(--border); */
    margin-bottom: 8px;
}

.profile .messageDetailScreenTitle p span {
    font-size: 15px;
    font-weight: 500;
}

.profile p {
    font-size: 14px;
    font-weight: 500;
}

.profile p span {
    font-weight: 400;
    color: #3b3f5c;
}

/* .profile  p i{
  font-size: 12px;
  margin-right: 2px;
} */
.appointment.widget {
    padding: 0;
    /* box-shadow: none !important; */
    /* height: calc(100vh - 507px) !important; */
    height: 325px;
    box-shadow: 0 0px 1px 0 rgb(85 85 85 / 8%), 0 1px 4px 0 rgb(0 0 0 / 7%), 0px 1px 5px 0px rgb(0 0 0 / 7%);
}

.appointment .force-overflow {
    min-height: 215px;
}

.nav-tabs .nav-link {
    margin-bottom: 0px;
    border: 1px solid transparent;
    border-radius: 0px !important;
}

/* .messageChatProfileDescription  .nav-tabs{
  border-bottom: none;
} */
/* =======================Profile-screen-css-End================= */
/* =========================tab-css Start================ */

/* =========================tab-css End================ */


/* ===========================================responsive-css-start====================== */
@media (max-width: 1400px) {
    /* .messageChatScreen .messageDetailScreenContent .messageChatImgContent {
      width: 95px;
  } */
    .messageChatProfileDescription .nav-tabs .nav-link {
        padding: 6px 5px 5px;
        font-size: 12px;

    }

}

@media (max-width: 1265px) {
    .messageChatProfileDescription .nav-tabs .nav-link {
        padding: 2px 5px 3px;
        font-size: 11px;
    }

}

@media (max-width: 1199px) {
    .messageChatScreen .messageDetailScreenContent .messageChatImgContent {
        width: 95px;
    }
    .messageChatProfileDescription .smallText .row{
        justify-content: center!important;
        align-items: center!important;
    }

    .messageDetailScreenContent .messageDetailScreenContentCard .messageDetailScreenTitle p {
        text-align: center !important;

    }

    .messageChatProfileDescription p {
        text-align: center !important;
    }

    .messageChatProfileDescription .profileTable p {
        font-size: 10px;
    }

    .messageChatProfileDescription .nav-tabs .nav-link {
        font-size: 12px;
        padding: 3px 10px 0px;
        /* margin-bottom: 5px; */
    }

    .messageChatProfileDescription .profileTable th {
        padding: 1px;
    }

    .messageDetailScreenContent .messageDetailScreenContentCard .messageDetailScreenTitle {
        justify-content: center !important;
        line-height: 15px;
    }
}

@media (max-width: 1129px) {
    .messageChatProfileDescription .nav-tabs .nav-link {
        font-size: 11px;
    }
}

@media (max-width: 1025px) {
    .messageChatProfileDescription .nav-tabs .nav-link {
        font-size: 12px;
        width: inherit!important;
        padding: 3px 8px 0px;

    }
    .messageChatProfileDescription .nav-tabs .nav-link.active{

        font-size: inherit;!important;
    }

}

@media (max-width: 991px) {
    .profileTab .nav-tabs {
        border-bottom: 1px solid var(--green);
        justify-content: center;
    }

    .messageChatProfileDescription .nav-tabs .nav-link {
        font-size: 15px;
        padding: 3px 10px 0px;
    }
}

@media (max-width: 767px) {
    .messageDetailScreenContent .messageDetailScreenContentCard .messageDetailScreenTitle {
        justify-content: start !important;
    }

    .messageChatProfileDescription p {
        text-align: left !important;

    }

}

@media (max-width: 575px) {


}

@media (max-width: 440px) {
    .messageDetailScreenContent .messageDetailScreenContentCard .messageDetailScreenTitle, .messageChatProfileDescription p {
        justify-content: start !important;
    }

    .messageChatScreen .messageDetailScreenContent .messageChatImgContent {
        width: 75px;
    }

    .messageChatProfileDescription .nav-tabs .nav-link {
        font-size: 13px;
        padding: 3px 5px 0px;
    }
}

/* ===========================================responsive-css-End====================== */


.progressarea-2 img, .progressarea-1 img {
    width: 100%;
    object-fit: contain;
    cursor: pointer;
}

.progressarea-3 img {
    width: 100%;
    object-fit: contain;
    cursor: pointer;
}

#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* From https://css.glass */
    background: rgba(255, 255, 255, 0.2);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    z-index: 99999;
    display: none;
}

#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;

    border: 3px solid #3498db;
    z-index: 1500;
}

#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border: 3px solid #e74c3c;
}

#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border: 3px solid #f9c922;
}

/* change border to transparent and set only border-top to a solid color */
#loader {
    border: 3px solid transparent;
    border-top-color: #3498db;
}

#loader:before {
    border: 3px solid transparent;
    border-top-color: #e74c3c;
}

#loader:after {
    border: 3px solid transparent;
    border-top-color: #f9c922;
}

#loader {
    border-radius: 50%;
}

#loader:before {
    border-radius: 50%;
}

#loader:after {
    border-radius: 50%;
}

/* copy and paste the animation inside all 3 elements */
/* #loader, #loader:before, #loader:after */
/*-webkit-animation: spin 1.5s linear infinite;*/
/*animation: spin 1.5s linear infinite;*/

/* include this only once */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg); /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg); /* IE 9 */
        transform: rotate(0deg); /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg); /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg); /* IE 9 */
        transform: rotate(360deg); /* Firefox 16+, IE 10+, Opera */
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg); /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg); /* IE 9 */
        transform: rotate(0deg); /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg); /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg); /* IE 9 */
        transform: rotate(360deg); /* Firefox 16+, IE 10+, Opera */
    }
}

#loader {
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

#loader:before {
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
}

.home-page-image-upload label {
    cursor: pointer;
}

.user-container .user-list-box .people {
    /* overflow: hidden; */
}

.user-container .user-list-box .people .person .user-info span.chat-count {
    color: #ffffff !important;
    font-size: 12px;
    margin-left: 5px;
    background: #009688 !important;
    height: 14px;
    width: 14px;
    border-radius: 50%;
    font-size: 8px;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding-top: 1px;
}

/* =====================scroll-css-start============================= */


.scrollbar {
    overflow-y: auto;
}

#style-4::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

#style-4::-webkit-scrollbar {
    width: 0px;
    background-color: #F5F5F5;
}

#style-4::-webkit-scrollbar-thumb {
    background-color: var(--gray-dark) !important;
}

/* =====================scroll-css-end============================= */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');


body {
    padding: 0;
    margin: 0;
    height: 100%;
    font-family: 'Roboto', sans-serif;
}
.healthDataHistoryRecord .card,
.toggleAccordionHistoryTab .card{
    border: none;
}
.healthDataHistoryRecord .card .card-header,
.toggleAccordionHistoryTab .card .card-header{
    border-radius: 50px;
}
.healthDataHistoryRecord .card .collapse.show,
.toggleAccordionHistoryTab .card .collapse.show{
    border: 1px solid rgba(0,0,0,.125);
    margin-top: 5px;
    border-radius: 8px;
}
.profile .userEmail .fa-envelope{
    font-size: 16px;
}
.profile a.userEmail,
.profile a.userNumber{
    font-size: 12px;
    display: flex;


    align-items: center;
    color:#3b3f5c;
}
.profile .userNumber .fa-phone{
    font-weight: 900;
    font-size: 13px;
}
.title {
    text-align: center;
    padding: 40px 0 0 0;
    font-size: 40px;
    font-weight: 300;
}

.sub-title {
    font-size: 12px;
    font-weight: 300;
    margin: 20px 0;
}

.wrapper {

    display: block;
    margin: auto;
}

.wrapper .line {
    width: 50%;
    margin: 50px auto 0 auto;
    height: 1px;
    background-color: #c3d2e3;
}

/* //--------------------- */
.patientRecord {
    width: 100%;
    display: block;
}
.patientRecord ul{
    padding-left: 0px;
    margin-bottom: 0px;
    list-style: none;
}
.patientRecord ul li{
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 5px;
}
.wrapper-pgn {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pgn {
    align-items: center;
    min-height: 25px;
    display: flex;
    /* box-shadow: 0 0 25px 0 rgb(0 0 0 / 4%); */
    background: none;
    justify-content: center;
    border-radius: 10px;
}
.patientRecord .sectionTitle {
    font-size: 13px;
    font-weight: 600;
    margin-top: 10px;
    display: flex;
    margin-bottom: 5px;
    text-align: center;
    align-items: center;
    width: 100%;
    position: relative;
    color: #3b3f5c;
    justify-content: center;
}

.tabTitleName {
    font-size: 12px;
    margin-top: 1px;
    padding-right: 10px;
    font-weight: 600;
    color: #3b3f5c;
}
.pgn .page {
    height: 16px;
    width:16px;
    flex-shrink: 0;
    text-align: center;
    box-sizing: border-box;

    color: white;
    cursor: pointer;

    font-weight: 600;
    transition: all .3s;
    border-radius: 50%;
    background: #7e7e8a;
    line-height: 14px;
}

.userMainContent .progress{
    height: 5px;
    box-shadow: none!important;
    margin:0px!important;
    width: 140px!important;
}
.userMainContent .progress .progress-bar{
    background-color: #7e7e8a;
    box-shadow: none!important;
}

.pgn .pages input {
    width:95px;
    border: none;
    font-size: 13px;
    margin-top: 1px;
    line-height: 16px;
    background: transparent;
}

.pgn .page.active {
    background: var(--green);
    color: white;
}
.pgn .page .la-angle-left,
.pgn .page .la-angle-right{

    line-height: 20px;
}
.pages {
    display: flex;
    justify-content: start;
    align-items: center;
    overflow-x: auto;
    scroll-behavior: smooth;
    color: black;
    font-size: 15px;
    font-weight: 500;
    padding: 0 10px;
}

.wrapper-pgn .pgn.pgn-default .pages {
    display: flex;
    justify-content: start;
    align-items: center;
    overflow-x: auto;
    scroll-behavior: smooth;
    color: black;
    font-size: 15px;
    font-weight: 500;
    padding: 0 5px;
}

.pages::-webkit-scrollbar {
    height: 0;
}

.mouse {
    position: relative;
    top: -20px;
    left: 51%;
    width: 100px;
}

.mouse .arrow {
    position: relative;
    top: -50px;
    right: -10px;
}


/* =================================================nutrition-ADD Food Item Css============================ */
/* ---------------------start------------------- */
.addFoodForm {

}

.addFoodForm .addFoodFormContent {
    /* height: calc(100vh - 230px);  this commit bg rajesh*/
    padding: 15px;
}

.addFoodForm .addFoodFormContent .widget-content-area {
    padding: 5px 0px;
}
.input-label{
    font-weight: normal;
}
.addFoodForm .addFoodFormContent .widget-content-area .form-group label {
    font-size: 14px;
    /*font-weight: 500;*/
    margin-bottom: 1px;
    padding-left: 0px;
    /*font-weight: 600;*/
}

label.email-popoup-link {
    margin-left: 5px !important;
}

.addFoodForm .addFoodFormContent .widget-content-area .form-group {
    margin-bottom: 10px;
}

.addFoodForm .addFoodFormContent .widget-content-area .form-group .form-control, .addFoodForm .addFoodFormContent .widget-content-area .form-group textarea.form-control {
    height: 40px;
}

.addFoodForm .addFoodFormContent .addFoodFormText p {
    font-size: 14px;
    font-weight: 400;
    padding-left: 8px;
}

.addFoodForm .addFoodFormContent .modal-header {
    padding: 10px;
}

.addFoodForm .addFoodFormContent .modal-body {
    padding: 10px 15px;
}

.addFoodFormContent .formFieldset {
    border: 1px solid #c7c7c7;
    padding: 0 15px;
    border-radius: 0px;
}

.addFoodFormContent .formFieldset .formFieldsetLegend {
    width: fit-content;
    font-size: 14px;
    font-weight: 400;
    padding: 0 5px;

}

.addFoodFormContent .formFieldset .formFieldsetLegend.main {
    color: var(-- #ccc);
}

.addFoodForm .layout-top-spacing .widget-footer {
    padding: 10px 2.25rem;
    background-color: #ffffff;
    /* border-top: 1px solid #EBEDF3; */
}

.addFoodForm .popupBtn {
    background: none !important;
    border: none !important;
    font-size: 17px !important;
    font-weight: 500 !important;
    color: black !important;
}
.widget-content.widget-content-area .popupBtn:hover{
    color:#828282 !important
}

/* .addFoodForm  .scrollbar{
    box-shadow: 0 4px 6px 0 rgb(85 85 85 / 8%), 0 1px 20px 0 rgb(0 0 0 / 7%), 0px 1px 11px 0px rgb(0 0 0 / 7%);
} */


/* ---------------end----------------- */

/* ==================================appointment-css-start======================== */
.appointment .media-body h6, .appointment .media-body p {
    margin-bottom: 0;
    line-height: 18px;
}

.appointment .media {
    align-items: center;
}

.appointment .list-group-item {
    padding: 5px 10px;
}

.appointment .media h6 {
    color: var(--green);
}

.appointment .media .icon p a {
    color: var(--green);
}

/* .appointment .formFieldset{
    border: 1px solid #c7c7c7;
    padding: 0 20px;
    border-radius: 5px;
}
.appointment .formFieldset .formFieldsetLegend{
    width: fit-content;
    font-size: 15px;
    font-weight: 500;
    color: var(--gray-dark);
} */
/* ==================================appointment-css-End======================== */

/* care==page==css==start== */
.myCare.appointment .list-group-item {
    padding: 0px 10px;
}

.legender {
    top: -12px;
    position: absolute;
    padding: 0 5px;
    left: 20px;
    background: #fff;
}

.form-boxed {
    position: relative;
    border: 1px solid #ccc;
    padding: 15px 0px 0px;

}

.progressarea-1 img, .progressarea-1 label {
    width: 100%;
    object-fit: contain;
}

canvas {
    width: 100%;
    object-fit: contain;
}

.file-upload {
    height: 300px;
}

.appointment .list-group-item {
    border: none;
}

.appointment .media-body h6 {
    font-size: 18px;
}

.appointment .media-body::after, .appointment .media-body::before {
    content: "";
    width: 285px;
    position: absolute;
    color: white;
    left: 75px;
}

.appointment .media-body::after {
    border-top: 1px solid #e5e5e5;
}

.appointment .media-body::before {
    border-bottom: 1px solid #e5e5e5;
    top: 14px;
}

.myCare .media-body::before {
    top: 18px;
}

.messageDetailScreenContent .chatBox .messageDetailScreenContentCard {
    height: 655px;
}

.closedMenuHoverSection ul li a {
    position: relative;
    display: flex;
    justify-content: space-between;
    padding: 10px 25px 10px 48px;
    padding-left: 24px;
    margin-left: 0;
    font-size: 13px;
    color: #ffffff;
}

/* --------------- */
.submenu > li > a:hover {
    color: #ededed !important;
    background: rgb(172 198 231 / 30%) !important;
}

/* Basic Rules */
.switch input {
    display: none;
}

.switch {
    display: inline-block;
    width: 40px;
    height: 18px;
    /* margin:8px; */
    transform: translateY(16%);
    position: relative;
}

/* Style Wired */
.slider {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 30px;
    box-shadow: 0 0 0 2px #cbcbcb, 0 0 4px #777;
    cursor: pointer;
    background: #fff;
    border: 4px solid transparent;
    overflow: hidden;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #777;
    border-radius: 30px;
    transform: translateX(-22px);
    transition: .4s;
    top: 0px;
    left: 0px;
}

input:checked + .slider:before {
    transform: translateX(22px);
    background: limeGreen;
}

input:checked + .slider {
    box-shadow: 0 0 0 2px limeGreen, 0 0 2px limeGreen;
}

/* Style Flat */
.switch.flat .slider {
    box-shadow: none;
}

.switch.flat .slider:before {
    background: #FFF;
}

.switch.flat input:checked + .slider:before {
    background: white;
}

.switch.flat input:checked + .slider {
    background: limeGreen;
}


.badge-success-new {
    background: #8dbf42 !important;
    color: white !important;
    border-radius: 7px;
    text-align: center;
}

.badge-danger-new {
    background: #e7515a !important;
    color: white !important;
    border-radius: 7px;
    text-align: center;
}


.label-sm.arrowed,
.label-sm.arrowed-in {
    margin-left: 4px;
}

.label.arrowed,
.label.arrowed-in {
    position: relative;
    z-index: 1;
}

.badge-inverse,
.badge.badge-inverse,
.label-inverse-danger,
.label.label-inverse-danger {
    background-color: #e7515a;
}

.badge-inverse,
.badge.badge-inverse,
.label-inverse-success,
.label.label-inverse-success {
    background-color: #8dbf42;
}
.label-inverse-secondry{
    background-color: grey;
}

.label-inverse-secondry.arrowed-in:before {
    border-color: grey grey grey transparent !important;
}


.label-sm {
    padding: 0.2em 0.4em 0.3em;
    font-size: 11px;
    line-height: 1;
    height: 18px;
    float: right;
}

.label {
    color: #FFF;
    display: inline-block;
}

.label-sm.arrowed-in:before {
    left: -8px;
    border-width: 9px 4px !important;
}

.label-inverse-danger.arrowed-in:before {
    border-color: #e7515a #e7515a #e7515a transparent !important;
}

.label-inverse-success.arrowed-in:before {
    border-color: #8dbf42 #8dbf42 #8dbf42 transparent !important;
}

.label.arrowed-in:before,
.label.arrowed:before {
    display: inline-block;
    content: "";
    position: absolute;
    top: 0;
    z-index: -1;
    border: 1px solid transparent;
    border-right-color: #ABBAC3;
}

.deleteEditIcons {
    position: absolute;
    right: 10px;
    top: 20px;
}

.deleteEditIcons a.logoSectionIcons, .deleteEditIcons a.logoSectionIcons label {
    font-size: 20px;
}


.appointment-content h4.modal-title {
    margin: 0;
    font-size: 18px;
}

.save-to-company-list{
    height: 72vh;
    overflow: scroll;
}

.save-to-company-list .accordion {
    background-color: transparent;
    color: #444;
    cursor: pointer;
    width: auto;
    border: none;
    font-size: 15px;
    line-height: 15px;
    height: 19px;
    transition: 0.4s;
    padding: 0;
    margin: 0;
    margin-bottom: 10px;
    outline: none;
}

.save-to-company-list .accordions {
    background: transparent;
    color: #444;
    cursor: pointer;
    width: auto;
    border: none;
    font-size: 15px;
    transition: 0.4s;
    padding: 0 7px;
    margin: 0 0 10px 0;
    border: 0;
}

.save-to-company-list .save-to-company-list label {
    width: 85%;
}

.save-to-company-list .active, .save-to-company-list .accordion:hover {
    /*background-color: #ccc;*/
}

.save-to-company-list .accordion:after {
    content: '\1F893';
    font-size: 29px;
    font-weight: bold;
    position: relative;
    left: 0px;
    margin: 0px 4px 0 2px;
    top: 16px;
}

.save-to-company-list .active:after {
    content: "\1F891";
    top: -10px;
}

.save-to-company-list .customAccordianRow .customAccordianRow {
    padding: 10px 18px;
    display: none;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.save-to-company-list .customAccordianRow .panel
{
    padding: 5px 10px;
}
.save-to-company-list .customAccordianRow .panel [type="checkbox"] {
    margin: 0px 5px;
    top: 4px;
    position: relative;
    zoom: 1.5;
}

/*written by rajesh css here*/

.save-to-company-list .customAccordianRow {
    margin: 0;
    padding: 5px  0 0px;
    list-style: none;
    background: #f8f8f8;
}

.customAccordianRow > input[type="checkbox"] {
    margin: 0px 5px;
    top: 4px;
    position: relative;
    zoom: 1.5;
}
.customAccordianRow input:hover,.customAccordianRow label:hover{
    cursor: pointer;
}

.borderTop-1 {
    border-top: 1px solid #ccc;
}

#sidebar .menu-categories li a.active {
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.20), rgba(255, 255, 255, 0.20));
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 10%), 0 1px 2px 0 rgb(0 0 0 / 6%);
    transition: all ease 0.5s;
}

/*landing page css here written by rajesh*/
.customProgressArea1 label img {
    max-height: 350px;
}

.landingImageSection .deleteEditIcons {
    margin-top: 0px!important;
    top: 8px;


}

.editDeleteText {
    flex-wrap: nowrap !important;
    justify-content: center !important;
    align-items: center !important;
}

.editText,
a.deleteText {
    cursor: pointer;
    color: #555551;
    font-weight: 600;
    margin: 5px
}

.editText:hover, a.deleteText:hover {
    color: #cba3a3;
    text-decoration-color: #5c1ac3;
    text-decoration: underline;

}

.logoFooterSection .footerLogoSection {
    padding-left: 4px;
}

.sideLoginPage>.progressarea-2,
.bgLoginPage>.progressarea-1 {
    height: unset !important;
    padding: 30px 20px 25px 20px !important;

}

.sideLoginPage>.progressarea-2 {
    height: unset !important;
    padding: 15px 20px 25px 20px !important;
}

.bgLoginPage>.progressarea-1 .progress-area label>img,
.sideLoginPage>.progressarea-2 .progress-area label>img {
    max-height: 250px !important;
    object-fit: contain !important;
}

.contentProviderSection .masterCompanyUserList {
    display: flex;
    flex-wrap: wrap;
}

.contentProviderSection .masterCompanyUserList li {
    width: 50%;
}
.trackingContentItems{
    height: auto!important;
   display:block!important;
}
.trackingContentItems .weekly-bestsellers{
    margin-bottom: 0px!important;
    border: none!important;
    border-bottom: 1px solid #EFEFEF!important;
    box-shadow: none!important;
}
.trackingContentItems .weekly-bestsellers:first-child{
  border-top:1px solid #EFEFEF!important;
}
.lockAuthorButton .switchCustom{
    margin-top: 2px;
}
.daysAddMealPlan > .tab-content{
    transition: .3s ease-in-out;
    /*padding-top: 15px;*/
    border-top: 1px solid #4c607c;
    /*background-color:#17527b !important;*/
}



.daysAddMealPlanNavTabs .nav-item a.nav-link.active {
    border-left: 1px solid #4c607c!important;
    border-right: 1px solid #4c607c!important;
    border-left: 1px solid #4c607c!important;
    border-radius: 6px 6px 0 0!important;
    border-top: 1px solid #4c607c!important;
    border-bottom: none!important;
    background-color: #fff !important;
    color: #596165;
}
.daysAddMealPlanNavTabs li.nav-item .nav-link{
    background-color: #35d87f;
    text-align: center;
    color: #fff;

}

.nav-tabs.daysAddMealPlanNavTabs .nav-link.active {

    border-bottom: 1px solid #fff !important;
}
.daysAddMealPlan >.tab-content .tab-pane .tabs .tabConSec{
    background-color:#e3e0e0;
}

.daysAddMealPlan .tab-content .fade {
    transition: opacity .0s linear;
}
.removeSectionDiv .la-trash{
    font-size: 20px;
    margin-top: 20px;
}
.innerBoxSupplementProduct{
    padding-bottom: 10px;
}
span.circlePlus {
    height: 20px;
    display: flex;
    margin: 5px;
    text-align: center;
    width: 20px;

    border-radius: 50%;
    background-color: #00d77cff;
    line-height: 20px;
    align-items: center;
    justify-content: center;
}
.fs-16{
    font-size: 16px!important;
}
span.circlePlus a i{
    font-size: 16px;
    color: #fff;
}


canvas#canvasLogin {
    max-width: 398px;
    width:100%;
    /*height: -webkit-fill-available;*/
    object-fit: contain;
    max-height: 398px!important;
    text-align: center;
    margin-left: auto!important;
    margin-right: auto!important;

}