@import url("https://fonts.googleapis.com/css2?family=Lexend:wght@400;600;700;800;900&display=swap");

:root {
  --themeColor: #001756;
}

body {
  font-family: "Lexend", sans-serif;
  font-size: 1em;
  background-color: #eaf5fd;
}
.pageContents.forChatBot {
  width: 100%;
}
/* Body Wrapper */
.bodyWrapper {
  display: flex;
  min-height: 100vh;
}
.content-item.chatBotSection {
  min-height: 100vh;
  background-color: white;
}
/* Side Menu */
.sideMenu {
  width: 300px;
  min-height: 100vh;
  background-color: var(--themeColor);
  transition: 500ms ease-in-out;
}
.sideMenu .sideMenuBrand {
  text-align: center;
  background-color: #001756;
  padding: 0.5em 0;
}
.sideMenu .sideMenuBrand .brandLink {
  display: inline-block;
}
.sideMenu .sideMenuBrand .brandLink img {
  height: 70px;
}
.sideMenu .sideMenuLinks {
  background-color: #001756;
  margin-top: 0.6em;
}
.sideMenu .sideMenuLink {
  display: block;
  padding: 1.2em 2em;
  color: white;
  font-weight: 500;
  text-decoration: none;
  transition: 250ms all ease-in-out;
  border-left: 4px solid transparent;
}
.sideMenu .sideMenuLink span {
  display: inline-block;
  width: 30px;
}
.sideMenu .sideMenuLink.active,
.sideMenu .sideMenuLink:hover {
  background-color: #002280;
  border-color: #0077ff;
}

/* Page Contents */
.pageContents {
  width: calc(100% - 300px);
}
.pageContents .dashboardHeader {
  text-align: right;
  background-color: white;
  padding: 1.2em 1.5em;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
}
.pageContents .dashboardHeader .headerBtn {
  border: none;
  background-color: transparent;
  color: #4d4f5c;
  font-size: 0.9em;
  font-weight: 600;
}
.pageContents .dashboardHeader .headerBtn i {
  color: #a4afb7;
  margin: 0 0.5em;
}
.pageContents .dashboardHeader .dropdown-menu {
  border: none;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}
.pageContents .mainText {
  color: #4d4f5c;
  font-family: "perpetua";
}
.pageContents .bodyContents {
  padding: 1.2em;
}
.pageContents .calanderChart {
  background-color: white;
  padding: 1em;
}
.pageContents .calanderChart .calanderBtn {
  color: #4d4f5c;
  display: inline-block;
  text-decoration: none;
  border: 1px solid #caced5;
  padding: 0.5em 1.2em;
  font-size: 0.9em;
  margin-left: -0.2em;
  transition: 200ms all ease-in-out;
  box-shadow: 0 5px 8px rgba(0, 0, 0, 0.06);
}
.pageContents .calanderChart .calanderBtn.active,
.pageContents .calanderChart .calanderBtn:hover {
  color: #001756;
}
.pageContents .calanderChart .calanderButtons .calanderBtn:first-child {
  border-right: none;
  border-radius: 0.4em 0 0 0.4em;
}
.pageContents .calanderChart .calanderButtons .calanderBtn:last-child {
  border-left: none;
  border-radius: 0 0.4em 0.4em 0;
}
.pageContents .calanderChart .calanderButtons.rightBtns .calanderBtn.active,
.pageContents .calanderChart .calanderButtons.rightBtns .calanderBtn:hover {
  background-color: var(--themeColor);
  color: white;
  border-color: var(--themeColor);
}
.pageContents .calanderChart .calanderButtons .calanderBtn:nth-of-type(3) {
  border-left: none;
}
.pageContents .calanderChart .calanderHeader {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.5em;
}
.pageContents .calanderChart .oddText {
  color: #4d4f5c;
}
.pageContents .calanderChart .linesCalandar .line {
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
  padding: 0.8em 0;
}
.pageContents .calanderChart .linesCalandar .dateRow :first-child,
.pageContents .calanderChart .linesCalandar .numbersRow :first-child {
  border-top: none;
}
.pageContents
  .calanderChart
  .linesCalandar
  .numbersRow
  .line:nth-of-type(even) {
  padding: 2px 0;
}
.pageContents .calanderChart .linesCalandar .dateRow :last-child,
.pageContents .calanderChart .linesCalandar .numbersRow :last-child {
  border-bottom: none;
}
.pageContents .calanderChart .linesCalandar .dateRow.active {
  background-color: #f0f7f6;
  color: var(--themeColor);
}
.pageContents .calanderChart .linesCalandar .numbersRow .line {
  text-align: right;
  padding-right: 0.4em !important;
}
.pageContents .calanderChart .linesCalandar {
  display: flex;
  margin-top: 1em;
}
.pageContents .calanderChart .linesCalandar .numbersRow {
  width: 9%;
}
.pageContents .calanderChart .linesCalandar .dateRow {
  width: 16%;
  border-left: 1px solid #b8b8b8;
  position: relative !important;
}
.pageContents .calanderChart .linesCalandar .dateRow .line {
  font-size: 0.9em;
  text-align: center;
}
.pageContents .calanderChart .linesCalandar .dateRow :first-child {
  padding: 3px 0;
}
.pageContents .calanderChart .pactente {
  height: 110px;
  width: 83%;
  background-color: #0084ff;
  padding: 0.4em 0.7em !important;
  border-radius: 0.3em;
  color: white;
  font-size: 0.8em;
  position: absolute;
}
.pageContents .calanderChart .pactente.green {
  background-color: #00b7b0;
}
.pageContents .calanderChart .dateRow.secondRow .pactente {
  top: 16%;
  left: 0;
}
.pageContents .calanderChart .dateRow.secondRow .pactente.green {
  top: 18.5%;
  left: 38px;
}
.pageContents .calanderChart .dateRow.thirdRow .pactente.green {
  top: 10%;
  left: 0;
}
.pageContents .calanderChart .dateRow.thirdRow .pactente {
  top: 25%;
  left: 36px;
}
.pageContents .calanderChart .linesCalandar {
  border: 1px solid #f0f7f6;
}
.pageContents .calanderChart .dateRow.fourthRow .pactente.green {
  top: 83%;
  left: 35px;
}
.pageContents .calanderChart .dateRow.fifthRow .pactente {
  top: 19%;
  left: 0;
}

/* Hide Header */
.pageContents .hideHeader {
  position: relative;
  padding: 1em;
  text-align: center;
  background-color: #001756;
  display: none;
}
.pageContents .hideHeader .hideHeaderLogo {
  display: inline-block;
  text-align: none;
}
.pageContents .hideHeader .hideHeaderLogo img {
  height: 50px;
}
.hideHeader #sideMenuBtn {
  position: absolute;
  color: white;
  left: 25px;
  font-size: 1.4em;
  top: 30px;
  cursor: pointer;
}

/* User Info */
.sideMenu .userInfo {
  display: none;
  position: relative;
}
.sideMenu .userInfo .name {
  font-weight: 700;
  color: white;
  font-size: 0.9em;
  line-height: 1;
}
.sideMenu .userInfo .emailText {
  font-size: 0.8em;
  color: rgba(255, 255, 255, 0.4);
}
.sideMenu .userInfo #closedMenuBtn {
  color: white;
  font-size: 1.4em;
  cursor: pointer;
  position: absolute;
  right: 30px;
  top: 25px;
}

/* Exam Page */
.mainHeading {
  font-size: 1.5em;
  color: var(--themeColor);
}
.tableContents {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  background-color: white;
  padding: 1.3em;
  margin-top: 1em;
  min-height: 100vh;
}
.subHeading {
  font-size: 1.2em;
  color: var(--themeColor);
}
.tableContents .dataTable {
  font-family: "Open Sans", sans-serif;
  width: 100%;
  color: #a3a6b4;
  font-size: 0.9em;
  margin-top: 1em;
}
.tableContents .dataTable thead th {
  font-weight: 400;
}
.tableContents .dataTable thead tr {
  background-color: #eef2fa;
}
.tableContents .dataTable thead tr th {
  padding: 1em;
  font-size: 0.9em;
}
.tableContents .dataTable tbody tr td {
  padding: 2.2em 1em 1.7em 1em;
}
.tableContents .dataTable tbody tr td {
  font-size: 0.9em;
}
.tableContents .dataTable tbody tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.tableContents .dataTable tbody tr td:last-child {
  text-align: center;
}
.tableContents .dataTable .tableLink {
  color: #a3a6b4;
  text-decoration: none;
  display: inline-block;
  font-size: 1.4em;
}
.mainBtn {
  display: inline-block;
  text-decoration: none;
  font-weight: 600;
  color: white;
  background-color: #0044ff;
  padding: 0.6em;
  text-align: center;
  width: 180px;
  border-radius: 0.3em;
  transition: 200ms ease-in-out;
}
.mainBtn.red {
  background-color: #c34040;
}
.mainBtn:hover {
  opacity: 0.7;
  text-decoration: none;
  color: white;
}
.pageContents .mainBtn.disabledBtn {
  pointer-events: none;
  opacity: 0.5;
}
.pageContents .row.odd {
  align-items: center;
}

/* Treatment Page */
.pageContents .smHeading {
  color: var(--themeColor);
  margin-bottom: 0.4em;
  font-family: "Open Sans", sans-serif;
}
.pageContents .smText {
  font-size: 0.9em;
  color: #919191;
  line-height: 1.4;
  font-family: "Open Sans", sans-serif;
}
.pageContents .treatmentContents {
  margin-bottom: 2.5em;
}
.pageContents .treatmentContents .examLink {
  text-decoration: none;
  display: inline-block;
  font-size: 0.9em;
  display: block;
  color: #919191;
  line-height: 1.4;
}
.pageContents .treatmentContents .examLink:nth-of-type(even) {
  color: #00b6af;
}
.pageContents .allInputs {
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 1.8em;
  margin-bottom: 1em;
}
.pageContents .allInputs .commonLabel {
  color: var(--themeColor);
  margin-bottom: 0.5em;
  font-family: "Open Sans", sans-serif;
  font-size: 0.9em;
}
.pageContents .allInputs .commonInput {
  width: 100%;
  border-radius: 0.3em;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0.5em 1em;
  outline: none;
  font-size: 0.9em;
}
.pageContents .allInputs .inputArea {
  margin-right: 0.7em;
}
.pageContents .allInputs :last-child.inputArea {
  margin-right: 0;
}
.pageContents .allInputs .multiInput {
  display: flex;
  align-items: center;
}
.pageContents .allInputs .multiInput .commonInput:first-child {
  width: 60%;
}
.pageContents .plusIcon {
  display: inline-block;
  text-decoration: none;
  background-color: #80c340;
  color: white;
  height: 32px;
  width: 32px;
  text-align: center;
  border-radius: 50%;
  line-height: 2;
}
.pageContents .allInputs .commonInput.time {
  width: 32%;
}
.modal.recusar textarea {
  width: 100%;
  border-radius: 0.5em;
  border: 2px solid rgba(0, 0, 0, 0.2);
  padding: 0.8em;
  outline: none;
  margin-bottom: 0.8em;
  resize: none;
}
.modal.recusar .modal-body {
  padding: 1em 2em;
}

/* Employees */
.pageContents .tableContents .tableLinkTab {
  display: inline-block;
  text-decoration: none;
  color: var(--themeColor);
  background-color: #f5f6fa;
  padding: 0.4em 1.3em;
  border-radius: 0.3em;
  margin-right: 0.4em;
  font-family: "Open Sans", sans-serif;
  font-size: 0.9em;
}
.pageContents .tableContents .tableInput {
  background-color: #f5f6fa;
  outline: none;
  border: 1px solid rgba(0, 0, 0, 0.04);
  border-radius: 0.3em;
  padding: 0.4em 1em;
}

/* Register Page */
.registerInput {
  width: 100%;
  padding: 0.5em 1em;
  outline: none;
  border: 1px solid #cccccc;
  border-radius: 0.3em;
  font-size: 0.9em;
}
.registerInput::placeholder {
  color: black;
}
.pageContents .borderLine {
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}
.pageContents .row.hoursRow {
  align-items: center;
  text-align: center;
  padding-left: 1em;
  margin-bottom: 0.5em;
}
.pageContents .row.hoursRow .registerInput {
  padding: 0.1em 0.4em;
}
.pageContents .row.hoursRow .registerInput::placeholder {
  text-align: center;
}
.pageContents .row.hoursRow .reisterLabel {
  color: var(--themeColor);
  font-size: 1.1em;
  text-align: left;
  display: block;
}
.pageContents .row.hoursRow .smText {
  color: black;
  font-size: 1em;
}

/* custom checkbox start */
.container-checkbox.todo-list-text {
  color: rgb(102, 102, 102);
  font-weight: 500;
  font-size: 1.1em;
}
.container-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.container-radio-button {
  display: block;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: black;
  margin-bottom: 0;
}
.custom-radio-button {
  font-size: 1.4em;
  font-weight: 600;
  cursor: pointer;
}
.container-radio-button input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkmark {
  position: absolute;
  top: 4px;
  left: 0px;
  height: 16px;
  width: 16px;
  background-color: transparent;
  border-radius: 50%;
  border: 1px solid #43425d;
}
.container-radio-button input:checked ~ .checkmark {
  background-color: var(--themeColor);
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.container-radio-button input:checked ~ .checkmark:after {
  display: block;
}
.container-radio-button .checkmark:after {
  top: 9px;
  left: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
.pageContents .registerRadioBtn {
  border: 1px solid #cccccc;
  border-radius: 0.3em;
  padding: 0.6em 1em;
}

/* Schedule Page */
.subHeading.odd {
  font-size: 1em;
  color: #43425d;
  font-family: "Open Sans", sans-serif;
}
.registerInput.odd {
  background-color: #eeeeee;
  border-color: #eeeeee;
}
.registerInput.odd::placeholder {
  color: #acacac;
}
.registerRadioBtn.odd .checkmark {
  border-color: #80c340;
}
.registerRadioBtn.odd {
  height: 100%;
}
.registerRadioBtn.odd .container-radio-button {
  font-size: 13px;
  padding-left: 25px;
}
.registerRadioBtn.odd .container-radio-button input:checked ~ .checkmark {
  background-color: #80c340;
}
.pageContents .uploadLink {
  display: inline-block;
  text-decoration: none;
  color: #9b9b9b;
  font-size: 1.1em;
  margin-top: 0.3em;
}

/* Hide Table */
.hideTable {
  display: none;
}
.hideTable .hideTableHeader {
  background-color: #f5faf8;
  padding: 1.5em;
}
.hideTable .collapseContents {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.8em;
}
.hideTable .collapseContents .carouselHeading {
  font-weight: 700;
  color: #a3a6b4;
  font-family: "Open Sans", sans-serif;
}
.hideTable .collapseContents .carouselText {
  color: #a3a6b4;
}
.hideTable .hideTableHeading {
  display: inline-block;
  color: #a3a6b4;
  font-family: "Open Sans", sans-serif;
  width: 140px;
}
.hideTable .collapseLink {
  display: inline-block;
  text-decoration: none;
  color: #a3a6b4;
}
.hideTable .hideTableHeading:first-child {
  width: 80px;
}
.hideTable button.accordion {
  background-color: white;
  color: var(--theme-color);
  cursor: pointer;
  padding: 1.5em;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  border-bottom: 1px solid #dcdcdc;
}
.hideTable > .container .custom-collapse:last-child button.accordion {
  border-bottom: none;
}
.hideTable > .container .custom-collapse:last-child .panel p {
  padding-top: 0;
}
.hideTable div.panel {
  padding: 1em 1em 0 1em;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.hideTable button.accordion:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f077";
  color: black;
  font-size: 1em;
  float: right;
  margin-left: 5px;
}
.hideTable .accordion {
  color: var(--secondary-color);
}
.hideTable.accordion.active {
  color: var(--primary-color);
  font-weight: 600;
  border-bottom: none;
  padding-bottom: 6px;
}
.hideTable button.accordion.active:after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: black;
}
.tableContents.medication .accordion::after {
  content: unset !important;
}
.tableContents.medication .subHeading {
  display: none;
}
.tableContents.medication .accordion {
  background-color: white;
  color: var(--theme-color);
  cursor: pointer;
  padding: 1.5em;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  border-bottom: 1px solid #dcdcdc;
}
.bodyContents.registerMedi .mainHeading {
  padding: 0;
  background-color: transparent;
}
.bodyContents.registerMedi .mainBtn {
  width: 120px;
  padding: 0.4em;
}

@media (max-width: 768px) {
  .sideMenu {
    position: fixed;
    z-index: 100;
    left: -100%;
    top: 0;
  }
  .pageContents {
    width: 100%;
  }
  .pageContents .dashboardHeader {
    display: none;
  }
  .pageContents .hideHeader {
    display: block;
  }
  .sideMenu .sideMenuBrand .brandLink {
    display: none;
  }
  .sideMenu .userInfo {
    display: flex;
    align-items: center;
    padding: 1em;
  }
  .sideMenu .userInfo img {
    margin-right: 1em;
  }
  .sideMenu .sideMenuBrand {
    text-align: left;
    background-color: none;
  }
  .pageContents .chartParent {
    width: 980px;
  }
  .pageContents .calanderChart {
    overflow-x: scroll;
  }
  .dataTable {
    display: none;
  }
  .pageContents.exam .subHeading {
    display: none;
  }
  .pageContents .mainHeading {
    padding: 1em 1.5em;
    color: #4d4f5c;
    background-color: white;
  }
  .tableContents {
    padding: 0;
    box-shadow: none;
  }
  .pageContents .bodyContents {
    padding: 0;
  }
  /* Hide Table */
  .hideTable {
    display: block;
  }
  .bodyContents.exam2 .subHeading,
  .bodyContents.list .subHeading {
    display: none;
  }
  .tableContents.medication {
    margin-top: 0;
  }
  .bodyContents.registerMedi {
    padding: 1em;
    min-height: unset;
  }
  .bodyContents.registerMedi .tableContents {
    min-height: unset;
    padding: 1em;
  }
  .bodyContents.registerMedi.odd {
    padding: 0 !important;
  }
  .bodyContents.registerMedi.odd .row.odd {
    padding: 1em;
  }
  .bodyContents.registerMedi.treat .row.odd {
    padding: 1em !important;
  }
  .pageContents .row.hoursRow .smText {
    margin: 0.3em 0;
  }
  .pageContents .row.hoursRow .reisterLabel {
    margin-top: 1.5em;
  }
  .bodyContents.registerMedi.treat {
    padding: 0;
  }
  .bodyContents.registerMedi.treat .allInputs {
    display: block;
    padding: 1em;
  }
  .bodyContents.registerMedi.treat .commonInput.time {
    width: 40%;
  }
  .bodyContents.registerMedi.treat .allInputs .commonLabel {
    margin-top: 1.5em;
  }
  .bodyContents.registerMedi.treat .mobileView {
    display: flex;
    justify-content: space-between;
    background-color: #f0f7f6;
    margin: -1em -1em 0 -1em;
    padding: 1em;
  }
  .bodyContents.registerMedi.treat .mobileView .treatmentContents {
    width: 50%;
  }
  .bodyContents.registerMedi.treat .mobileView .treatmentContents:last-child {
    text-align: left;
  }
}
@media (max-width: 1550px) {
  .pageContents .calanderChart .dateRow.secondRow .pactente.green,
  .pageContents .calanderChart .dateRow.fourthRow .pactente.green,
  .pageContents .calanderChart .dateRow.thirdRow .pactente {
    left: 22px;
  }
}

.badge {
  padding: 0.3rem 0.5rem;
  text-align: center;
  font-size: 0.7rem;
}

.pageContents .sectionHeading .Title {
  font-size: 1.3rem;
  margin-bottom: 1rem;
  font-weight: 600;
}

.pageContents .sectionHeading .text {
  font-size: 0.9rem;
}

.userForm {
  background-color: #f3f9fd;
  padding: 2rem;
}

.userForm .input-group .form-control {
  padding: 0.8rem 2rem;
  border: 1px solid #8d8d8d;
  border-radius: 0;
}

.userForm .input-group .form-control:focus {
  outline: 0;
  box-shadow: none;
}

.userForm .submitBtn {
  display: flex;
  width: 100%;
  justify-content: end;
  align-items: center;
  margin-top: 2rem;
}

.userForm .submitBtn .cta {
  padding: 0.7rem 2rem;
  border-radius: 0;
}

/* ===
comment section 
===*/

.content-item {
  padding: 30px 0;
  background-color: #ffffff;
}

.content-item.grey {
  background-color: #f0f0f0;
  padding: 50px 0;
  height: 100%;
}

.content-item h2 {
  font-weight: 700;
  font-size: 35px;
  line-height: 45px;
  text-transform: uppercase;
  margin: 20px 0;
}

.content-item h3 {
  font-weight: 400;
  font-size: 20px;
  color: #555555;
  margin: 10px 0 15px;
  padding: 0;
}

.content-headline {
  height: 1px;
  text-align: center;
  margin: 20px 0 70px;
}

.content-headline h2 {
  background-color: #ffffff;
  display: inline-block;
  margin: -20px auto 0;
  padding: 0 20px;
}

.grey .content-headline h2 {
  background-color: #f0f0f0;
}

.content-headline h3 {
  font-size: 14px;
  color: #aaaaaa;
  display: block;
}

#comments {
  box-shadow: none;
  background-color: #ffffff;
}

#comments form {
  margin-bottom: 30px;
}

#comments .btn {
  margin-top: 7px;
}

#comments form fieldset {
  clear: both;
}

#comments form textarea {
  height: 100px;
}

#comments .media {
  border-top: 1px dashed #dddddd;
  padding: 20px 0;
  margin: 0;
}

#comments .media > .pull-left {
  margin-right: 20px;
}

#comments .media img {
  max-width: 100px;
}

#comments .media h4 {
  margin: 0 0 10px;
}

#comments .media h4 span {
  font-size: 14px;
  float: right;
  color: #999999;
}

#comments .media p {
  margin-bottom: 15px;
  text-align: justify;
}

#comments .media-detail {
  margin: 0;
}

#comments .media-detail li {
  color: #aaaaaa;
  font-size: 12px;
  padding-right: 10px;
  font-weight: 600;
}

#comments .media-detail a:hover {
  text-decoration: underline;
}

#comments .media-detail li:last-child {
  padding-right: 0;
}

#comments .media-detail li i {
  color: #666666;
  font-size: 15px;
  margin-right: 10px;
}

#comments .formHeading {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2rem;
}

#comments .formHeading .btn {
  background-color: transparent;
  color: #000;
  padding: 0.5rem 2rem;
}

#comments .formHeading .btn:hover {
  background-color: #006eff;
  color: #fff;
}

#comments .likeSection {
  display: flex;
  justify-content: space-between;
}

#comments .likeSection ul {
  display: flex;
}

.chatting .chatBtn {
  background-color: #0044ff;
  font-size: 2rem;
  position: absolute;
  right: 5%;
  bottom: 5%;
  border-radius: 100%;
  height: 80px;
  width: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  color: #fff;
  text-decoration: none;
  z-index: 9999;
}

/* ===
CHATTING
=== */

.frame-content {
  display: block;
  border: none;
  position: fixed;
  inset: auto 0px 0px auto;
  width: 450px;
  height: 647px;
  max-height: 100%;
  opacity: 1;
  color-scheme: none;
  background: none transparent !important;
  margin: 0px;
  max-width: 100vw;
  transform: translateY(0px);
  transition: none 0s ease 0s !important;
  visibility: visible;
  z-index: 999999999 !important;
}
#chat-button {
  position: fixed;
  width: 112px;
  height: 140px;
  bottom: 12px;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  pointer-events: none;
  z-index: 1;
  right: 0px;
}

#chat-button:not(.sidebar) .buttonWave {
  position: absolute;
  z-index: -1;
  width: 60px;
  height: 60px;
}

#chat-button:not(.sidebar).clicked .buttonWave::after {
  animation: 0.5s ease-out 0s 1 normal none running buttonWave;
}

#chat-button:not(.sidebar) .buttonWave::after {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: rgb(20, 127, 255);
  opacity: 0.5;
}

#button-body {
  width: 60px;
  height: 60px;
  border-radius: 28px;
  display: inherit;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  pointer-events: initial;
  background-size: 130% 130%;
  transition: all 0.2s ease-in-out 0s;
  position: relative;
  color: rgb(0, 125, 252);
  border: 1px solid #1e88e5;
}

#button-body::before {
  content: "";
  transition: opacity 0.5s ease-in-out 0s;
  position: absolute;
  inset: -1px;
  opacity: 0;
  border-radius: 50%;
  background-color: rgb(198, 204, 220);
}

#chat-button button i.for-closed.active {
  transform: translateX(0px);
}

#chat-button button i.for-closed {
  transform: translateX(-10px);
}

#chat-button button i.active {
  opacity: 1;
}

#chat-button button i {
  height: 26px;
  width: 26px;
  position: absolute;
  opacity: 0;
  transition: all 0.2s ease-in-out 0s;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  /* justify-content: center; */
}

i {
  user-select: none;
}

#chat-button button i.type1 svg {
  fill: currentcolor;
}

svg {
  width: 24px;
  height: 24px;
}

#chat-button button i.type1::after {
  content: "";
  position: absolute;
  width: 68px;
  height: 68px;
  border-radius: 32px;
  background: rgb(255, 255, 255);
  transition: all 0.2s ease-in-out 0s;
  transform: scale(0);
  right: -18px;
}

#chat-button button i.for-closed.active {
  transform: translateX(0px);
}

#chat-button button i.for-closed {
  transform: translateX(-10px);
}

#chat-button button i.type2 {
  width: 32px;
  height: 32px;
}

#button button i.type1.for-opened {
  width: 31px;
  height: 28px;
}

#chat-button button i.for-opened {
  transform: translateX(10px);
}

button,
button.material-icons {
  background: none;
  border: 0px;
  color: inherit;
  font-style: inherit;
  font-variant: inherit;
  font-weight: inherit;
  font-stretch: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: normal;
  overflow: visible;
  padding: 0px;
  user-select: none;
  outline: none;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

#chat-button button i.type2 svg {
  width: 32px;
  height: 32px;
  fill: rgb(0, 125, 252);
  transform: scale(0);
}

svg:not(:root) {
  overflow-clip-margin: content-box;
  overflow: hidden;
}

#button-body {
  box-shadow: rgba(0, 77, 255, 0.5) 0px 4px 24px;
}

body:not(.mobile) #button button:not(.disabled):hover i.type1 svg,
body:not(.mobile) #button button:not(.disabled):focus i.type1 svg {
  transform: scale(1.4);
}

body:not(.mobile) #button button:not(.disabled):hover i.type1::after,
body:not(.mobile) #button button:not(.disabled):focus i.type1::after {
  transform: scale(1);
}

#chat-button button i.for-closed.active {
  transform: translateX(0px);
}

.chat.chrome,
.start-group.chrome {
  box-shadow: rgba(0, 18, 46, 0.16) 0px 8px 36px 0px;
}

.chat {
  max-height: calc(100% - 47px);
  display: flex;
  flex-direction: column;
}

.chat,
.start-group {
  width: 372px;
  position: fixed;
  bottom: 26px;
  border-radius: 16px;
  pointer-events: auto;
  box-shadow: rgba(0, 18, 46, 0.16) 0px 8px 22px 0px;
  overflow: hidden;
  z-index: 999;
  right: 48px;
  left: auto;
  background-color: white;
}

.message-operator.bots-quick-replies {
  width: 85%;
  background-color: rgb(255, 255, 255);
  margin-top: 0px;
  float: right;
}

.message-operator.bots-quick-replies .button-wrapper {
  margin-top: 0px;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  justify-content: flex-end;
  width: 100%;
  border: none;
}

.message-operator {
  color: rgb(6, 19, 43);
  background: rgb(240, 242, 247);
  float: left;
}

.message {
  padding: 10px 16px;
  border-radius: 20px;
  margin: 2px 0px;
  font-size: 15px;
  line-height: 20px;
  overflow-wrap: break-word;
  display: inline-block;
  max-width: 85%;
  clear: both;
  position: relative;
  transition: margin 0.28s ease-in-out 0s;
}

.input-group {
  padding: 0px 28px 6px;
  width: 100%;
  position: relative;
  background: rgb(255, 255, 255);
  z-index: 3;
  flex: 0 0 auto;
}
.input-group .footer-input-wrapper,
.input-group .footer-icons-wrapper {
  transition: all 0.5s ease-in-out 0s;
  opacity: 1;
  transform: translateY(0px);
}

textarea {
  border: 0px;
  width: 100%;
  font-size: 17px;
  margin: 20px 0px 14px;
  resize: none;
  line-height: 24px;
  overflow: hidden;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  padding: 0.5rem 1rem;
}

textarea:focus {
  border-bottom: 1px solid #d8d8d8 !important;
  box-shadow: none;
  outline: 0;
}

.send-icon {
  width: 26px;
  height: 26px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 26px;
  flex: 0 0 26px;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}

hr {
  margin: 0px;
  border-width: 0px 0px 1px;
  border-top-style: initial;
  border-right-style: initial;
  border-left-style: initial;
  border-top-color: initial;
  border-right-color: initial;
  border-left-color: initial;
  border-image: initial;
  border-bottom-style: solid;
  border-bottom-color: rgb(219, 223, 230);
}

#conversation-group {
  padding: 0px 28px;
  width: 100%;
  height: 357px;
  overflow: hidden auto;
  background: rgb(255, 255, 255);
  transition: all 0.3s ease 0s;
  max-height: 357px;
  min-height: 160px;
  flex: 0 1 auto;
}
.message-operator.bots-quick-replies button {
  font-size: 15px;
  padding: 8px 16px;
  border: 1px solid;
  border-radius: 20px;
  margin: 3px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: inherit;
}

.offline-message span.online::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  top: calc(50% - 4px);
  background: rgb(88, 183, 67);
  border-radius: 50%;
  left: 0px;
}

.no-clip-path .offline-message {
  padding: 14px 28px 20px;
}

.offline-message span {
  z-index: 2;
  position: relative;
  display: inline-block;
  font-size: 16px;
}

.message-operator.message-with-buttons .button-wrapper,
.message-operator .message-with-buttons .button-wrapper,
.message-operator.bots-quick-replies .button-wrapper {
  background: rgb(255, 255, 255);
  width: 100%;
  margin-top: 10px;
  /* border-width: 0px 1px 1px;
      border-right-style: solid;
      border-bottom-style: solid;
      border-left-style: solid;
      border-right-color: rgb(235, 238, 240);
      border-bottom-color: rgb(235, 238, 240);
      border-left-color: rgb(235, 238, 240);*/
  border-image: initial;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  border-top-style: initial;
  border-top-color: initial;
  position: relative;
}

#chat-button button i.for-opened.active {
  transform: translateX(0px);
}
.message-operator.bots-quick-replies .sent {
  font-size: 15px;
  padding: 8px 16px;
  border: none;
  border-radius: 20px;
  margin: 3px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: inherit;
}
.message-operator.message-with-buttons .sent,
.message-operator .message-with-buttons .sent,
.message-operator.bots-quick-replies .sent {
  margin: 0px auto;
  min-width: 100%;
  display: block;
  font-size: 16px;
  line-height: 19px;
  padding: 8px 16px;
  color: rgb(0, 125, 252);
  background: #f2f9ff;
  position: relative;
  z-index: 2;
  outline: none;
  border-radius: 20px;
  font-weight: normal;
}

.chat-header {
  padding: 24px 28px 0px;
  background: linear-gradient(-61deg, rgb(0, 224, 216), rgb(32, 29, 142));
  position: relative;
  z-index: 4;
  flex: 0 0 auto;
}

.avatars-wrapper {
  width: 52px;
  height: 52px;
  margin: 0px 18px 0px 0px;
  float: left;
}

.chat h2.oneline {
  margin-top: 0px;
  line-height: 52px;
  min-height: 52px;
}

.chat h2 {
  font-size: 22px;
  font-weight: 600;
  color: currentcolor;
  margin: 4px 0px 0px;
  padding: 0px;
  display: inline-block;
  position: relative;
  max-width: calc(100% - 145px);
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: bottom;
}

.chat h2 .emoji {
  width: 31px;
  height: 31px;
}

button.material-icons.exit-chat,
label.material-icons.exit-chat {
  margin-right: -3px;
}
button.material-icons.options,
button.material-icons.exit-chat,
label.material-icons.options,
label.material-icons.exit-chat {
  z-index: unset;
}

button.material-icons,
label.material-icons {
  position: relative;
  z-index: 1;
  margin: 15px 0px 8px 11px;
  float: right;
}
button.material-icons.options::before,
button.material-icons.exit-chat::before,
label.material-icons.options::before,
label.material-icons.exit-chat::before {
  background: rgba(0, 36, 92, 0.16);
}
button.material-icons::before,
label.material-icons::before {
  content: "";
  position: absolute;
  background: rgb(239, 242, 246);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  z-index: -1;
  transition: all 0.16s ease-in-out 0s;
  transform: scale(0);
  top: calc(50% - 20px);
  left: calc(50% - 20px);
}
button.material-icons svg#ic-minimize,
button.material-icons svg.options-icon,
label.material-icons svg#ic-minimize,
label.material-icons svg.options-icon {
  fill: currentcolor;
}

element.style {
}

.tidio-1s5t5ku span {
  background: rgb(255, 255, 255);
  padding: 6px 8px;
  border-radius: 2px;
  box-shadow: rgba(0, 18, 46, 0.32) 0px 2px 8px 0px;
  font-size: 13px;
  position: absolute;
  opacity: 0;
  pointer-events: none;
  white-space: nowrap;
  transition: all 0.16s ease-in-out 0s;
  z-index: 1;
  right: calc(100% + 10px);
  top: 50%;
  transform: translate(5px, -50%);
  color: rgb(6, 19, 43);
}

.offline-message {
  margin: 18px -28px 0px;
  color: currentcolor;
  width: calc(100% + 56px);
  padding: 14px 28px 7px;
  position: relative;
  background-size: 100% calc(100% + 12px);
  z-index: 1;
}

.no-clip-path .offline-message {
  padding: 14px 28px 20px;
}

.offline-message span.online {
  padding-left: 20px;
}

.no-clip-path .offline-message::after {
  content: "";
  position: absolute;
  width: calc(100% + 10px);
  bottom: -8px;
  left: -5px;
  border-image-source: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzNzIgMTUiPgogIDxwYXRoIGQ9Ik0zNDkuOCAxLjRDMzM0LjUuNCAzMTguNSAwIDMwMiAwaC0yLjVjLTkuMSAwLTE4LjQuMS0yNy44LjQtMzQuNSAxLTY4LjMgMy0xMDIuMyA0LjctMTQgLjUtMjggMS4yLTQxLjUgMS42Qzg0IDcuNyA0MS42IDUuMyAwIDIuMnY4LjRjNDEuNiAzIDg0IDUuMyAxMjguMiA0LjEgMTMuNS0uNCAyNy41LTEuMSA0MS41LTEuNiAzMy45LTEuNyA2Ny44LTMuNiAxMDIuMy00LjcgOS40LS4zIDE4LjctLjQgMjcuOC0uNGgyLjVjMTYuNSAwIDMyLjQuNCA0Ny44IDEuNCA4LjQuMyAxNS42LjcgMjIgMS4yVjIuMmMtNi41LS41LTEzLjgtLjUtMjIuMy0uOHoiIGZpbGw9IiNmZmYiLz4KPC9zdmc+Cg==);
  border-image-slice: 0 0 100%;
  border-image-width: 0 0 15px;
  border-image-repeat: stretch;
  border-width: 0px 0px 15px;
  border-bottom-style: solid;
  border-color: initial;
  border-top-style: initial;
  border-left-style: initial;
  border-right-style: initial;
}

.input-group .footer-input-wrapper,
.input-group .footer-icons-wrapper {
  transition: all 0.5s ease-in-out 0s;
  opacity: 1;
  transform: translateY(0px);
}

.send-icon:hover svg path {
  fill: #1775ec;
}

.message-operator {
  color: rgb(6, 19, 43);
  background: rgb(240, 242, 247);
  float: left;
}
.message span.message-content {
  white-space: pre-line;
}
#chatContainer {
  transition: all 0.3s ease-in-out;
  right: -300px;
}

.onlyBubble {
  display: none;
  transition: all 0.3s ease-in-out;
}

.open {
  display: block;
  transition: all 0.3s ease-in-out;
}

#chatContainer.open {
  right: 0;
}

.footer-input-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.clicked {
  display: none !important;
}

#button:not(.sidebar).clicked .buttonWave::after {
  animation: 0.5s ease-out 0s 1 normal none running buttonWave;
}
#button:not(.sidebar) .buttonWave::after {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: rgb(20, 127, 255);
  opacity: 0.5;
}

.sentText {
  margin: 0px auto;
  min-width: 100%;
  display: block;
  font-size: 16px;
  line-height: 19px;
  padding: 8px 16px;
  color: rgb(0, 125, 252);
  background: #f2f9ff;
  position: relative;
  z-index: 2;
  outline: none;
  border-radius: 20px;
  font-weight: normal;
  margin: 10px;
}

.botText {
  color: rgb(6, 19, 43);
  background: rgb(240, 242, 247);
  padding: 10px 16px;
  border-radius: 20px;
  margin: 2px 0px;
  font-size: 15px;
  line-height: 20px;
  overflow-wrap: break-word;
  display: inline-block;
  max-width: 85%;
  clear: both;
  position: relative;
  transition: margin 0.28s ease-in-out 0s;
}

.svgsent svg path {
  fill: #1775ec;
}
