@font-face {
  font-family: "OpenSans Light";
  src: url("../fonts/OpenSans-Light.ttf") format("truetype"), url("../fonts/OpenSans-Light.woff") format("woff"), url("../fonts/OpenSans-Light.eot?#iefix") format("embedded-opentype");
}
@font-face {
  font-family: "OpenSans-Regular";
  src: url("../fonts/OpenSans-Regular.ttf") format("truetype"), url("../fonts/OpenSans-Regular.woff") format("woff"), url("../fonts/OpenSans-Regular.eot?#iefix") format("embedded-opentype");
}
@font-face {
  font-family: "OpenSans Bold";
  src: url("../fonts/OpenSans-Bold.ttf") format("truetype"), url("../fonts/OpenSans-Bold.woff") format("woff"), url("../fonts/OpenSans-Bold.eot?#iefix") format("embedded-opentype");
}
@font-face {
  font-family: "OpenSans Semibold";
  src: url("../fonts/OpenSans-Semibold.ttf") format("truetype"), url("../fonts/OpenSans-Semibold.woff") format("woff"), url("../fonts/OpenSans-Semibold.eot?#iefix") format("embedded-opentype");
}
.thumbnail-panel-container {
  display: none;
  position: fixed;
  right: 0;
  left: 3%;
  top: 61%;
  z-index: 2;
  height: auto;
  overflow: hidden;
  flex-flow: column nowrap;
}
.thumbnail-panel-container .thumbnail-panel {
  background-color: #fff;
  z-index: 1050;
  overflow: hidden;
  display: flex;
  flex-flow: column nowrap;
}
.thumbnail-panel-container .thumbnail-panel .thumbnail_container {
  overflow: hidden;
}
.thumbnail-panel-container .thumbnail-panel .thumbnail_container .thumbnail-text-row {
  background-color: #fff !important;
  border: none !important;
  display: block !important;
}
.thumbnail-panel-container .thumbnail-panel .thumbnail_container .thumbnail-text-row .chapter-title-container {
  width: max-content;
  margin: unset !important;
  height: max-content;
  padding-left: 40px;
}
.thumbnail-panel-container .thumbnail-panel .thumbnail_container .thumbnail-text-row .chapter-title-container label {
  color: #065c87 !important;
  margin: unset !important;
  font-family: 'OpenSans-Regular';
  font-size: 14px;
}
.thumbnail-panel-container .thumbnail-panel .thumbnail_container .thumbnail-text-row .img-display-num-container label {
  z-index: 9;
  margin-right: 63%;
  width: 26px;
  height: 26px;
  text-align: center;
  background: #595959;
  border: 1px solid #595959;
  margin-bottom: -1.9vw !important;
}
.thumbnail-panel-container .thumbnail-panel .thumbnail_container .thumbnail-text-row .img-border {
  border: 2px solid #595959 !important;
}
.thumbnail-panel-container .thumbnail-panel .thumbnail_container .thumbnail-text-row .img-div img {
  border: 2px solid lightgray;
}
.thumbnail-panel-container .thumbnail-panel .input_field {
  position: relative;
  left: 36vw;
  color: #595959;
  border: none;
  text-align: center;
  bottom: 4px;
  font-size: 14px;
  width: 7%;
}
.thumbnail-panel-container .thumbnail-panel .goto-btn {
  display: none;
}
.thumbnail-panel-container .thumbnail-panel .history-next {
  position: relative;
  left: 47vw;
}
.thumbnail-panel-container .thumbnail-panel .history-prev {
  position: relative;
  left: 40.6vw;
}
.thumbnail-panel-container .thumbnailSlider {
  width: 80%;
  position: relative;
  left: 3%;
  bottom: 10.5vh;
}
.thumbnail-panel-container .thumbnailCurrentPage {
  float: right;
  position: relative;
  bottom: 6.7vh;
  color: #2dabf2;
  right: 6.5%;
}

@media (min-width: 1400px) {
  .thumbnail-panel-container {
    top: 67%;
  }

  .thumbnailSlider {
    bottom: 70px !important;
  }
}
.leftNavigation {
  height: 70%;
  position: absolute;
  top: 16%;
  left: 55px;
  background-color: transparent;
  font-size: 1.5em;
  font-family: kitabooread;
  display: table-cell;
  vertical-align: middle;
  border: none;
  color: black;
  opacity: 0;
  z-index: 1;
}
.leftNavigation:hover {
  outline: none;
  opacity: 1;
}

.rightNavigation {
  height: 70%;
  position: absolute;
  top: 16%;
  right: 0;
  background-color: transparent;
  font-size: 1.5em;
  font-family: kitabooread;
  display: table-cell;
  vertical-align: middle;
  border: none;
  color: black;
  opacity: 0;
  z-index: 9;
}
.rightNavigation:hover {
  outline: none;
  opacity: 1;
}

.reflowNext {
  height: 8%;
  width: 4%;
  position: absolute;
  top: 45%;
  right: 1vh;
  border-radius: 50%;
  border: 2px solid #666666;
  background-color: #666666;
  font-size: 1.5em;
  font-family: kitabooread;
  display: table-cell;
  vertical-align: middle;
  color: white;
  opacity: 0;
  z-index: 9;
  cursor: pointer;
}
.reflowNext:hover {
  outline: none;
  opacity: 1;
}

.reflowPrev {
  height: 8%;
  width: 4%;
  position: absolute;
  top: 45%;
  left: 1vh;
  border-radius: 50%;
  border: 2px solid #666666;
  background-color: #666666;
  font-size: 1.5em;
  font-family: kitabooread;
  display: table-cell;
  vertical-align: middle;
  color: white;
  opacity: 0;
  z-index: 9;
  cursor: pointer;
}
.reflowPrev:hover {
  outline: none;
  opacity: 1;
}

.bottom-navbar {
  opacity: 0;
  overflow: hidden;
  background-color: #fff;
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 56px;
  z-index: 1;
  display: list-item;
  box-shadow: 4px -2px 6px #00000070;
}
.bottom-navbar:hover {
  opacity: 1;
}
.bottom-navbar .bottom-range-slider {
  position: relative;
  width: 80%;
  margin-left: 5%;
  bottom: 6px;
}

.historyNext {
  float: right;
  position: relative;
  right: 1%;
}

.historyPrev {
  float: right;
  position: relative;
  right: 5%;
}

.currentPage {
  float: right;
  position: relative;
  top: 16px;
  color: #2dabf2;
  right: 3%;
  text-align: center;
}

.bottom-navbar-reflow {
  opacity: 0;
  overflow: hidden;
  background-color: #fff;
  position: fixed;
  bottom: 0px;
  width: 100%;
  height: 50px;
  z-index: 9;
  display: list-item;
  box-shadow: 4px -2px 6px #00000070;
}
.bottom-navbar-reflow .bottom-range-reflowSlider {
  position: relative;
  width: 87%;
  left: 7%;
  bottom: 10px;
}

.bottom-navbar-reflow:hover {
  opacity: 1;
}

.scrollView {
  position: absolute;
  /* left: 84%; */
  top: 4%;
  /* display: table-cell; */
  /* float: right; */
  width: 50px;
  height: 100%;
  right: 0;
}
.scrollView .scroll-view-reflowSlider {
  display: inline-block;
  height: 90%;
}

.disableColor {
  opacity: 0.5;
}

.unableColor {
  opacity: 1;
}

#mydatapanel {
  width: 370px;
  height: auto;
  display: none;
}
#mydatapanel .mydatatab {
  height: 47px;
  border-bottom: 1px solid #065c87;
  border-radius: 0px;
  position: absolute;
  width: 100%;
  z-index: 9999;
  background: #f8f9fa;
}
#mydatapanel .mydatatab button {
  background-color: #f8f9fa;
  float: left;
  border: none;
  cursor: pointer;
  padding: unset;
}
#mydatapanel .mydatatab .setting-icon {
  height: 100%;
  width: 16%;
  color: #065c87;
  line-height: 46px;
  font-size: 18px;
}
#mydatapanel .mydatatab .filter-icon {
  height: 46px;
  width: 6%;
  position: relative;
  left: 2%;
  color: #065c87;
  line-height: 45px;
  font-size: 14px;
  font-family: kitabooread !important;
}
#mydatapanel .mydatatab .notification-icon {
  height: 100%;
  width: 5%;
  color: #065c87;
  line-height: 46px;
  opacity: 0.5;
  font-size: 18px;
}
#mydatapanel .mydatatab .notes {
  position: relative;
  left: 10px;
}
#mydatapanel .mydatatab #mydata {
  height: 100%;
  min-height: 46px;
  width: 40%;
  font-size: 14px;
  color: #333333;
}
#mydatapanel .mydatatab #mydata .highlightCount {
  border-radius: 25%;
  background: #595959;
  padding: 2px 5px 3px 4px;
  color: white;
  position: relative;
  left: 1%;
  font-size: 10px;
}
#mydatapanel .mydatatab #note {
  height: 100%;
  min-height: 46px;
  width: 40%;
  font-size: 14px;
  color: #333333;
}
#mydatapanel .mydatatab #note .noteCount {
  border-radius: 25%;
  background: #595959;
  padding: 2px 5px 3px 4px;
  color: white;
  position: relative;
  left: 1%;
  font-size: 10px;
}
#mydatapanel #highlights {
  height: 100%;
  max-height: 93%;
  overflow-y: auto;
  overflow-x: hidden;
  top: 47px;
  position: relative;
  z-index: -1;
}
#mydatapanel #highlights #myData-ic {
  color: #acacac;
  position: relative;
  top: 38%;
  font-size: 119.5px;
}
#mydatapanel #highlights #myData-name {
  color: #666666;
  font-size: 14px;
  display: block;
  width: 100%;
  text-align: center;
  position: relative;
  top: 48%;
}
#mydatapanel #notesTab {
  height: 100%;
  max-height: 93%;
  overflow-y: auto;
  overflow-x: hidden;
  top: 47px;
  position: relative;
  z-index: -1;
}
#mydatapanel #notesTab #Note-ic {
  color: #acacac;
  position: relative;
  top: 38%;
  font-size: 119.5px;
}
#mydatapanel #notesTab #Note-name {
  color: #666666;
  font-size: 14px;
  display: block;
  text-align: center;
  position: relative;
  top: 48%;
}

.highlightFilter {
  width: 100px;
  border: 1px solid #595959;
  position: absolute;
  border-radius: 5px;
  top: 46px;
  background-color: #fff;
  height: auto;
  box-shadow: 0px 4px 10px 0 rgba(3, 3, 3, 0.5);
  z-index: 99;
  float: right;
  right: 5px;
}
.highlightFilter .all {
  display: inline-block;
  width: 100%;
  height: auto;
  margin-bottom: 4%;
}
.highlightFilter .all .selectAll {
  position: absolute;
  top: 5px;
  display: inline-table;
  margin: unset;
  float: left;
  width: 60%;
  color: lightgrey;
  line-height: 40px;
}
.highlightFilter .all .check {
  color: #095e8e;
}
.highlightFilter .all .labelName {
  position: relative;
  float: right;
  width: 40%;
  top: 5px;
  line-height: 40px;
}
.highlightFilter .colorDiv {
  position: relative;
  display: inline-block;
  width: 90%;
  height: 40px;
  left: 3%;
  bottom: 14px;
}
.highlightFilter .colorDiv .checkColor {
  float: left;
  margin: unset;
  padding-top: 4px;
  color: lightgrey;
  width: 60%;
  height: 100%;
  line-height: 40px;
}
.highlightFilter .colorDiv .colorName {
  float: left;
  margin: unset;
  width: 40%;
  position: relative;
  top: 5px;
  right: 6px;
  height: 100%;
  line-height: 40px;
}
.highlightFilter .colorDiv .check {
  color: #095e8e;
}
.highlightFilter .applyHighlightFilter {
  position: relative;
  float: left;
  left: 15%;
  color: #065c87;
  font-family: 'OpenSans-Regular';
  cursor: pointer;
  bottom: 10px;
  font-size: 14px;
  opacity: 0.5;
}
.highlightFilter .applyOpacity {
  opacity: 1;
}

/* Setting Panel for Mydata */
#settingTab {
  height: 100%;
}
#settingTab .settingcontainer {
  position: relative;
  /*padding-top: 1%;*/
  width: 100%;
  height: 47px;
  border-bottom: 1px solid #065c87;
}
#settingTab .settingcontainer #settings {
  position: absolute;
  margin-left: 2%;
  margin-top: 4.5%;
  color: #065c87;
  font-weight: 600;
}
#settingTab .settingcontainer .icon-prev_page_icon {
  display: inline-block;
  margin-left: 5%;
  font-size: 18px;
  color: #065c87;
}
#settingTab .settingcontainer .checkSetting {
  display: -webkit-inline-box;
  display: inline-flex;
  margin-left: 40%;
}
#settingTab .settingcontainer .checkSetting #receivecheck {
  margin-left: 115%;
}
#settingTab .select-dropdown {
  position: relative;
  top: 5px;
  height: 8%;
}
#settingTab .select-dropdown .select {
  position: relative;
  left: 21%;
  margin-top: 3%;
}
#settingTab .select-dropdown .dropdown {
  height: 45%;
  position: relative;
  left: 30%;
  margin-top: 3%;
  width: 35%;
}
#settingTab .grouplead {
  height: 20%;
}
#settingTab .grouplead #grouplead {
  max-height: 95%;
  overflow-y: auto;
  overflow-x: hidden;
  top: 7.2vh;
  position: relative;
}
#settingTab .grouplead .group {
  position: relative;
  float: left;
  width: 95%;
  height: 18%;
  left: 5%;
  margin-top: 2%;
  color: #065c87;
  font-weight: 600;
}
#settingTab .grouplead .instrct {
  overflow-x: hidden;
  overflow-y: auto;
  top: 3%;
  position: relative;
  padding-top: -8%;
  width: 100%;
  height: 70%;
}
#settingTab .grouplead .user-instructor {
  position: relative;
  margin-bottom: 7%;
  margin-left: 8%;
}
#settingTab .checkbox {
  position: absolute;
  left: 70%;
  display: inline-flex;
}
#settingTab .checkbox #instructorcheckbox {
  position: absolute;
  left: 200%;
}
#settingTab .checkbox #learnercheckbox {
  position: absolute;
  left: 200%;
}
#settingTab .allparticipant {
  position: relative;
  box-shadow: 0px 3px 4px #67676773;
  height: 55%;
}
#settingTab .allparticipant .participant {
  position: relative;
  float: left;
  height: 5%;
  left: 5%;
  margin-top: 2%;
  color: #065c87;
  font-weight: 600;
}
#settingTab .allparticipant .learn {
  max-height: 80%;
  position: relative;
  width: 100%;
  height: 100%;
  top: 1%;
  overflow-y: auto;
  overflow-x: hidden;
}
#settingTab .allparticipant .learn #learn {
  overflow-y: auto;
  overflow-x: hidden;
  top: 1.2vh;
  position: relative;
  width: 100%;
  height: 315px;
}
#settingTab .allparticipant .learn .user {
  position: relative;
  margin-bottom: 8%;
  margin-left: 8%;
}
#settingTab .lastcontainer {
  position: absolute;
  top: 89%;
  width: 100%;
  height: 12%;
}
#settingTab #cancel {
  position: absolute;
  width: 27%;
  margin-top: 8%;
  margin-left: 34%;
  border: 1px solid;
  border-radius: 6px;
  background: white;
  outline: none;
}
#settingTab #done {
  position: absolute;
  width: 27%;
  margin-top: 8%;
  margin-left: 65%;
  border-radius: 6px;
  border: 1px solid #065c87;
  background: #065c87;
  color: white;
}

.activeBorder {
  border-bottom: 2px solid #065c87 !important;
}

.highlightCountBorder {
  background: #065c87 !important;
}

.noteCountBorder {
  background: #065c87 !important;
}

/* End of Setting Panel for Mydata */
#penPanel {
  width: 57px;
  display: none;
  height: 93%;
}
#penPanel .leftbar-pencontainer-start {
  position: absolute;
  width: 100%;
  height: 39.6%;
}
#penPanel .leftbar-pencontainer-start .colorPalette {
  height: 17%;
  color: #065c87;
  line-height: 44px;
  position: relative;
}
#penPanel .leftbar-pencontainer-start .selectedColor {
  border-top: 5px solid;
  width: 60%;
  float: right;
  position: relative;
  right: 20%;
  bottom: 3%;
  height: 3%;
}
#penPanel .leftbar-pencontainer-start .differentColors {
  height: 78%;
}
#penPanel .leftbar-pencontainer-start .differentColors .pick-colors {
  width: 60%;
  margin-top: 16px;
  line-height: 27px;
  align-items: center;
  left: 20%;
  position: relative;
}
#penPanel .leftbar-pencontainer-start .separatorTop {
  border-top: 1px dotted #bcbcbc;
  position: relative;
  bottom: 3px;
}

.activeColorRadius {
  border: 1px solid;
  border-radius: 50%;
}

.page-pen-center {
  position: relative;
  top: 40%;
  height: 30%;
}
.page-pen-center .pen-thickness {
  position: relative;
  top: 8px;
  height: 70%;
  margin-left: 7%;
}
.page-pen-center .pen-thickness .rz-pointer {
  background-color: #2ba0e2;
}
.page-pen-center .pen-thickness .rz-selection {
  background: #2ba0e2;
}
.page-pen-center .icon-Pen_thickness {
  top: 5px;
  position: relative;
  height: 25%;
  line-height: 45px;
  align-items: center;
  color: #065c87;
}
.page-pen-center .separatorBottom {
  top: 10px;
  border-top: 1px dotted #bcbcbc;
  position: relative;
}

.penbar-container-end {
  position: absolute;
  bottom: 0%;
  width: 100%;
  height: 30%;
}
.penbar-container-end .eraser-tool {
  height: 25%;
  color: #065c87;
}
.penbar-container-end .undo-tool {
  height: 25%;
  color: #065c87;
}
.penbar-container-end .clearall-tool {
  height: 25%;
  color: #065c87;
}
.penbar-container-end .close-tools {
  height: 18%;
  top: 7%;
  position: relative;
  color: #065c87;
}

#searchpanel {
  width: 370px;
  display: none;
  height: auto;
}
#searchpanel .search-container {
  width: 100%;
  display: flex;
  overflow: hidden;
  justify-content: center;
}
#searchpanel .search-container .search-child-container {
  display: flex;
  width: 100%;
  border-bottom: 1px solid #065c87;
}
#searchpanel .search-container .search-child-container #searchPanelIcon {
  margin-left: 15px;
  color: #065c87;
}
#searchpanel .search-container .search-child-container .search-input {
  border: 0;
  padding: 0.5rem;
  flex: 1;
  outline: 0;
  color: #333333;
  font-size: 14px;
  background: 0 0;
}
#searchpanel .search-panel {
  height: 100%;
  max-height: 95%;
  overflow-y: auto;
  overflow-x: hidden;
}
#searchpanel #search-ic {
  color: #cbcbcb;
  position: relative;
  top: 33%;
  font-size: 98.5px;
  opacity: 0.6;
}
#searchpanel #search-name {
  color: #666666;
  position: relative;
  font-size: 14.5px;
  top: 41%;
  left: 40%;
  float: left;
}
#searchpanel #search-ic1 {
  display: none;
  color: #d8d8d8;
  position: relative;
  bottom: 33%;
  font-size: 110px;
}
#searchpanel #search-name1 {
  display: none;
  color: #d8d8d8;
  position: relative;
  font-size: 20px;
  left: 40%;
}

.searchlistContainer {
  width: 100%;
  padding-bottom: 20px;
}
.searchlistContainer .result_block {
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 35px;
  line-height: 1.6;
  text-align: left;
  vertical-align: top;
  cursor: pointer;
  padding-top: 20px;
  font-size: 12.5px;
  width: 100%;
  color: #333333;
  border-bottom: 1px solid #f1f1f1;
}
.searchlistContainer .result_block .search_inserted_text {
  color: #065c87;
}
.searchlistContainer .result_block:nth-child(odd) {
  background-color: #fafafa;
}
.searchlistContainer .result_block:nth-child(even) {
  background-color: #f1f1f1;
}
.searchlistContainer small {
  float: right;
  text-align: right;
  clear: both;
  top: -10px;
  opacity: 0.8;
  position: relative;
  font-size: 11.5px;
  font-style: italic;
  color: rgba(51, 51, 51, 0.8);
}

#tocitems {
  width: 370px;
  display: none;
  height: auto;
}
#tocitems .toc-tab {
  height: 47px;
  border-bottom: 1px solid #004a81;
  position: absolute;
  width: 100%;
}
#tocitems .toc-tab button {
  background-color: #f8f9fa;
  float: left;
  border: none;
  cursor: pointer;
  height: 100%;
  padding: unset;
  font-weight: 300;
  font-size: 14px;
  width: 33.33%;
}
#tocitems .tree {
  margin-top: 12%;
}
#tocitems .tree .tree-leaf {
  width: 100%;
  white-space: nowrap;
  height: 15%;
  color: #979797;
  padding-top: 2%;
  text-overflow: ellipsis;
  overflow-x: hidden;
  overflow-y: auto;
  cursor: pointer;
}
#tocitems .tree .tree-leaf .tree-leaf-content {
  display: flex;
  align-items: flex-start;
  justify-content: start;
  width: inherit;
  border-bottom: 1px solid #e6e6e6;
  padding-left: 10px;
}
#tocitems .tree .tree-leaf .tree-leaf-content::before, #tocitems .tree .tree-leaf .tree-leaf-content::after {
  content: " ";
  display: table;
}
#tocitems .tree .tree-leaf .tree-leaf-content .tree-expando {
  font-family: 'kitabooread';
  cursor: pointer;
  position: relative;
  left: 87%;
  text-align: center;
  width: 10px;
  color: #999999;
}
#tocitems .tree .tree-leaf .tree-leaf-content .tree-leaf-text {
  cursor: pointer;
  float: left;
  padding: 3px;
  width: 73%;
  font-size: 12px;
  line-height: 2;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
}

.tree-leaf:focus {
  border-left: 3px solid #065c87;
}

.tree-leaf-text:focus {
  color: #065c87;
}

.tree-expando:focus {
  color: #2ba0e2;
}

#resource_container {
  margin-left: 60% !important;
  margin-top: 15rem !important;
}

#tocchild {
  height: 100%;
  overflow-y: auto;
}

.activeTocBorder {
  border-bottom: 2px solid #065c87 !important;
}

.bookmark-view {
  font-size: 30px !important;
  z-index: 1 !important;
}

.bookmarkpopup {
  position: relative !important;
  height: 95px !important;
  width: 227px !important;
  top: 1vh;
  background-color: #fdfdfd !important;
  margin: unset !important;
  border: solid 1px #595959 !important;
  border-radius: 3px !important;
  box-shadow: 0px 2px 11.9px 2.1px rgba(0, 0, 0, 0.3) !important;
}
.bookmarkpopup .character-limit {
  padding: unset !important;
  width: 80px !important;
  color: #c4c4c4 !important;
  font-family: 'OpenSans-Regular';
  font-size: 11px !important;
  right: 6%;
  position: relative;
  top: 1vh !important;
}
.bookmarkpopup .input-data {
  color: #c4c4c4 !important;
  font-family: 'OpenSans-Regular';
  top: 0vh !important;
  width: 205px !important;
  height: 26px !important;
  padding: 2px 11px 0px 11px !important;
  margin: unset !important;
  font-size: 12px !important;
  line-height: 30px !important;
  background: #f4f4f4 !important;
  position: relative;
  border-radius: 3px !important;
  right: 4%;
}
.bookmarkpopup .addButton {
  position: relative;
  background: #065c87 !important;
  width: 68px !important;
  height: 23px !important;
  border: 1px solid #065c87 !important;
  padding: unset !important;
  font-size: 12px !important;
  border-radius: 3px !important;
  right: 12px !important;
  font-family: 'OpenSans-Regular';
  color: #ffffff;
  line-height: 23px;
}

@media screen and (min-device-width: 319px) and (max-device-width: 640px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .ui-mobile {
    overflow: hidden;
  }

  .epub-viewer {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .epub-viewer #epub_parent {
    margin: unset !important;
  }

  body {
    overflow: hidden;
  }

  .container-area-mobile {
    width: 100%;
    height: 90vh;
  }

  .chapterName {
    display: none !important;
  }

  .page-bottom {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 50px;
    z-index: 1;
    background: white;
  }
  .page-bottom #thumbnailIcon {
    display: none !important;
  }
  .page-bottom #stickyNoteIcon {
    display: none !important;
  }

  .common-icon {
    width: 20% !important;
    height: 100% !important;
    display: inline !important;
    position: relative;
    float: left;
    color: #595959;
    font-size: 20px !important;
    align-content: center;
    text-align: center;
    vertical-align: middle;
  }

  .active {
    background: #595959 !important;
    color: #ffffff !important;
  }

  .thumb-icon {
    display: none !important;
  }

  .search-mobile {
    color: #095e8e;
    margin-top: 0px;
  }

  #default_prev_bttn {
    display: none !important;
  }

  .tablecontent {
    position: absolute;
    top: 3.3%;
    left: 12%;
    color: #095e8e;
    font-size: 3vh;
  }

  #prev_bttn {
    margin-top: 5%;
    margin-left: 3%;
    font-size: 100%;
  }

  .tree-leaf-text {
    margin-left: 3%;
  }

  #prev_bttn::before {
    font-family: "kitabooread";
    content: "G";
  }

  #default_next_bttn {
    display: none !important;
  }

  .rzslider {
    position: fixed !important;
    width: 50% !important;
  }

  .pen-thickness {
    top: -18px !important;
  }

  .page {
    position: absolute !important;
    border: none !important;
    background-color: #fffffc !important;
    width: 720px !important;
    height: 1110px !important;
    transform-origin: left top 0px !important;
    transform: translate(0px, 0px) scale(0.5) !important;
  }

  .sidenav-mobile {
    position: fixed !important;
    left: 0px !important;
    top: 0% !important;
    border-radius: 0px !important;
    overflow-y: hidden !important;
    overflow-x: hidden !important;
    width: 0;
    position: absolute !important;
    z-index: 10 !important;
    background-color: #f8f9fa !important;
    /* transition: 0.5s; */
    border-left-width: 0px !important;
    border: none !important;
    box-shadow: 10px 6px 18px darkgrey !important;
  }

  .mobile-sidenav {
    position: absolute !important;
    top: 2px !important;
    width: 100% !important;
    border-bottom: 1px solid black;
    height: 7% !important;
    z-index: 10 !important;
    background: white;
    overflow: hidden !important;
  }
  .mobile-sidenav .mobile-pentool {
    width: 15.81% !important;
    height: 115% !important;
    margin-top: -2%;
    display: inline !important;
    position: relative;
    float: left;
    color: #595959;
    font-size: 20px !important;
    align-content: center;
    text-align: center;
    vertical-align: middle;
  }
  .mobile-sidenav .active {
    background: #595959 !important;
    color: #ffffff !important;
  }
  .mobile-sidenav .selectedColor-mobile {
    border-top: solid;
    width: 5vw;
    float: left;
    position: relative;
    left: -10%;
    top: 83%;
  }
  .mobile-sidenav .icon-Pen_thickness {
    top: 1vw;
  }

  #tocitems .tree {
    margin-top: 0% !important;
  }

  .flex-container {
    top: 10px !important;
  }

  #bookmark_container {
    margin-top: 0% !important;
  }

  .note-media-heading {
    margin-left: -55%;
    font-size: 11px;
  }

  #tocitems {
    width: 100%;
    display: none;
  }

  #mydatapanel {
    width: 100%;
    display: none;
  }

  #searchpanel {
    width: 100%;
    display: none;
  }

  #tocitems .toc-tab {
    border-bottom: none;
    border-top: 1px solid #004a81 !important;
    bottom: -2px !important;
  }

  #tocitems .toc-tab button {
    background-color: #f8f9fa;
    float: left;
    border: none;
    cursor: pointer;
    padding: 2% 9.2%;
    font-size: 12px;
    margin: 0px !important;
  }

  .tablinks:focus {
    border-top: 3px solid #004a81 !important;
  }

  #myData-ic {
    margin-top: 35% !important;
  }

  #mydatapanel #highlights {
    top: -2.7vh !important;
  }

  #mydatapanel .mydatatab button {
    background-color: #f8f9fa;
    height: 100%;
    width: 30% !important;
    float: left;
    border: none;
    cursor: pointer;
    padding: 2% 5%;
    font-size: 15px;
    margin: 0px !important;
    color: black;
  }

  #mydatapanel .mydatatab {
    border-bottom: none;
    border-top: 1px solid #004a81 !important;
    bottom: -6px !important;
  }

  #mydatapanel .mydatatab .filter-icon {
    height: 100%;
    width: 1% !important;
    color: #065c87;
    line-height: 25px;
    padding-left: 15%;
  }

  #mydatapanel .mydatatab .setting-icon {
    height: 100%;
    width: 1% !important;
    color: #065c87;
    line-height: 25px;
    padding-left: 12%;
  }

  #settingTab .allparticipant {
    position: relative;
    box-shadow: 0px 3px 4px #67676773;
    height: 44% !important;
    top: 2%;
  }

  #settingTab .checkbox {
    position: absolute;
    left: 45% !important;
    display: inline-flex;
  }

  #settingTab .select-dropdown {
    position: relative;
    top: 5px;
    height: 8%;
    margin-top: 0%;
  }
  #settingTab .select-dropdown .select {
    position: relative;
    float: left;
    margin-right: 13%;
    left: 30% !important;
    margin-top: 1% !important;
  }
  #settingTab .select-dropdown .dropdown {
    height: 45%;
    position: relative;
    top: 5%;
    margin-left: -39%;
    padding-top: -1%;
    width: 35%;
  }

  .mydata-tab:focus {
    border-top: 2px solid #004a81 !important;
    border-bottom: none !important;
  }

  button:focus {
    outline: 0px dotted !important;
    outline: none !important;
  }

  .popup .popuptext {
    visibility: hidden;
    width: auto;
    background: #f2f2f2;
    box-shadow: 1px 5px 15px 0 rgba(50, 50, 50, 0.75);
    border-radius: 10px;
    text-align: center;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
    bottom: 100%;
    right: 35%;
    padding: 0px 45px;
  }

  .highlightFilter {
    min-height: 14vh;
    width: 22vw !important;
    border: 1px solid #095e8e;
    position: absolute;
    border-radius: 10px;
    top: 37% !important;
    background-color: #fff;
    height: auto;
    z-index: 99;
    left: 77.6%;
  }

  .popup .show {
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
    display: inline-flex;
  }

  .bottom-container {
    width: 100%;
    height: 100%;
    overflow: auto;
  }

  .Palette .Mobile-pick-color {
    visibility: hidden;
    width: 60%;
    height: 7.5%;
    background: #f2f2f2;
    box-shadow: 1px 5px 15px 0 rgba(50, 50, 50, 0.75);
    border-radius: 3px;
    text-align: center;
    position: fixed;
    top: 7.26%;
    left: 16%;
    display: inline-flex;
  }

  .Palette .show {
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
    display: inline-flex;
  }

  .pickSlider .Mobile-pick-slider {
    visibility: hidden;
    width: 50%;
    height: 7%;
    background: #f2f2f2;
    box-shadow: 1px 5px 15px 0 rgba(50, 50, 50, 0.75);
    border-radius: 3px;
    text-align: center;
    position: fixed;
    top: 7.1%;
    left: 37%;
    display: inline-flex;
  }

  .pickSlider .show {
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
    display: inline-flex;
  }

  .pick-colors {
    width: 24px !important;
    height: 24px !important;
    margin-left: 15px !important;
    margin-top: -5px !important;
  }

  .pick-colors::before {
    font-size: 19px;
  }

  .activeColorRadius {
    border: 1px solid !important;
    border-radius: 50% !important;
    line-height: 2.8 !important;
    position: relative;
    top: 30%;
  }

  input[type="range"] {
    -webkit-appearance: none;
    -moz-apperance: none;
    outline: none !important;
    border-radius: 5px;
    width: 233px !important;
    height: 4px !important;
    top: 0 !important;
    margin: 9px 9px 0px 10px !important;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0.5, dodgerblue), color-stop(0.5, #C5C5C5));
  }

  #mydatapanel #notesTab {
    top: -1.5vh !important;
  }

  #bookmark_container {
    margin-top: 0% !important;
  }

  #bookmarkchild {
    margin-top: -7vh !important;
  }

  .checkSetting {
    position: relative;
    height: 8%;
  }
  .checkSetting .share {
    width: 11%;
    float: left;
    margin-left: 40%;
    top: 28%;
    position: relative;
  }
  .checkSetting #rightch {
    width: 14%;
    float: left;
    margin-left: 0%;
  }
  .checkSetting .receive {
    width: 15%;
    float: left;
    top: 38%;
    margin-top: -1%;
    position: relative;
  }
  .checkSetting #receivecheck {
    width: 14%;
  }

  .page-header .page-flex-end .profileDiv {
    width: 52vw !important;
    left: 49% !important;
    top: 51px !important;
  }

  .aboutUs {
    font-family: inherit !important;
    font-size: 70% !important;
    margin-left: 30% !important;
  }

  .Divider {
    border-left: 2px solid #949292;
    height: 17px;
    line-height: 1;
    position: absolute;
    top: 7px;
    left: 80px;
  }

  .privacyPolicy {
    font-size: 9px;
    color: #007bff;
    margin-right: 8px;
  }

  .Conditions {
    font-size: 9px;
    color: #007bff;
    margin-left: 7%;
  }

  .versions {
    margin-left: 25%;
    font-size: 70%;
  }

  .profileSetting {
    cursor: pointer;
    color: black !important;
  }

  .profileName {
    color: #000000a6 !important;
  }

  .reflow-setting-container {
    width: 100% !important;
    left: 0 !important;
    border: none !important;
    border-bottom: 1px solid #8cb3c8 !important;
    border-top: 1px solid #8cb3c8 !important;
  }

  .range-labels1 {
    margin: 31px -268px !important;
  }

  .tg-list-item .label {
    right: 35px !important;
  }

  ul.tg-list, ul.tg-list li {
    top: 47% !important;
  }

  .icon-prev_page_icon {
    left: 5% !important;
    bottom: 92% !important;
    color: #595959 !important;
    display: block !important;
  }

  #closeSearch {
    position: absolute;
    left: 90% !important;
    font-size: 100%;
    color: #595959 !important;
    display: block !important;
  }
}
@media screen and (orientation: landscape) and (min-device-width: 319px) and (max-device-width: 640px) {
  body {
    overflow: hidden;
  }

  .container-area-mobile {
    width: 100%;
    height: 90vh;
  }

  .page-bottom {
    position: absolute;
    bottom: -2px;
    width: 100%;
    height: 10%;
    z-index: 1;
    background: white;
  }

  #icon-overflow {
    display: none !important;
  }

  .common-icon {
    display: inline !important;
    position: relative;
    font-size: 18px !important;
  }

  .thumb-icon {
    display: none !important;
  }

  .search-mobile {
    color: #095e8e;
    margin-top: 0px;
  }

  #default_prev_bttn {
    display: none !important;
  }

  #default_next_bttn {
    display: none !important;
  }

  .page {
    position: absolute !important;
    border: none !important;
    background-color: #fffffc !important;
    width: 720px !important;
    height: 1110px !important;
    transform-origin: left top 0px !important;
    transform: translate(0px, 0px) scale(0.5) !important;
  }

  .sidenav {
    position: fixed !important;
    left: 0px !important;
    top: 0% !important;
    bottom: 6% !important;
    border-radius: 0px !important;
    overflow-y: hidden !important;
    overflow-x: hidden !important;
    width: 0;
    position: absolute !important;
    z-index: 10 !important;
    background-color: #f8f9fa !important;
    /* transition: 0.5s; */
    border-left-width: 0px !important;
    border: none !important;
    box-shadow: 10px 6px 18px darkgrey !important;
  }

  .mobile-sidenav {
    position: absolute !important;
    top: 0 !important;
    width: 100% !important;
    height: 11% !important;
    z-index: 1 !important;
    background: white;
    overflow: hidden !important;
  }
  .mobile-sidenav .mobile-pentool {
    display: inline !important;
    position: relative;
    font-size: 17px !important;
    top: 10% !important;
    color: #595959;
  }
  .mobile-sidenav .selectedColor-mobile {
    border-top: solid;
    width: 5vw;
    float: left;
    position: relative;
    left: 19%;
    top: 72%;
  }
  .mobile-sidenav .icon-AR_close {
    left: -2%;
  }
  .mobile-sidenav .icon-Color_palette {
    left: 11%;
  }
  .mobile-sidenav .icon-Pen_thickness {
    left: 22%;
  }
  .mobile-sidenav .eraser-icon {
    left: 33%;
  }
  .mobile-sidenav .undo-tool-icon {
    left: 44%;
  }
  .mobile-sidenav .clearall-tool-icon {
    left: 53%;
  }

  #tocitems {
    width: 100%;
    display: none;
  }

  #mydatapanel {
    width: 100%;
    display: none;
  }

  #searchpanel {
    width: 100%;
    display: none;
  }

  #tocitems .toc-tab {
    border-bottom: none;
    border-top: 1px solid #004a81 !important;
    bottom: -2px !important;
  }

  #tocitems .toc-tab button {
    background-color: #f8f9fa;
    float: left;
    border: none;
    cursor: pointer;
    padding: 1% 12.3%;
    transition: 0.3s;
    font-size: 12px;
    margin: 0px !important;
  }

  #mydatapanel .mydatatab button {
    padding: 8px 44px !important;
  }

  .tablinks:focus {
    border-top: 3px solid #004a81 !important;
  }

  button:focus {
    outline: 0px dotted !important;
    outline: none !important;
  }

  .popup .popuptext {
    visibility: hidden;
    width: auto;
    background: #f2f2f2;
    box-shadow: 1px 5px 15px 0 rgba(50, 50, 50, 0.75);
    border-radius: 10px;
    text-align: center;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
    bottom: 130%;
    left: -6em;
    padding: 0px 45px;
  }

  .popup .show {
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
    display: inline-flex;
  }

  .bottom-container {
    margin: 0.5%;
  }

  .Palette .Mobile-pick-color {
    visibility: hidden;
    width: auto;
    height: 9.5%;
    background: #f2f2f2;
    box-shadow: 1px 5px 15px 0 rgba(50, 50, 50, 0.75);
    border-radius: 3px;
    text-align: center;
    position: fixed;
    top: 10.8%;
    left: 18%;
    display: inline-flex;
  }

  .Palette .show {
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
    display: inline-flex;
  }

  .pickSlider .Mobile-pick-slider {
    visibility: hidden;
    width: 50%;
    height: 10%;
    background: #f2f2f2;
    box-shadow: 1px 5px 15px 0 rgba(50, 50, 50, 0.75);
    border-radius: 3px;
    text-align: center;
    position: fixed;
    top: 10.1%;
    left: 29%;
    display: inline-flex;
  }

  .pickSlider .show {
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
    display: inline-flex;
  }

  .pen-thickness {
    top: -6vh !important;
  }

  .pick-colors {
    margin-top: 1% !important;
  }

  .pick-colors::before {
    font-size: 18px;
  }

  .activeColorRadius {
    border: 1px solid;
    border-radius: 50%;
    line-height: 1.5 !important;
  }

  .profileDiv {
    height: 28vw !important;
    width: 42vw !important;
    background-color: white;
    z-index: 99;
    position: relative;
    left: 3vw !important;
    top: 6vw !important;
  }

  .Divider {
    border-left: 2px solid #949292;
    height: 17px;
    line-height: 1;
    position: absolute;
    top: 7px;
    left: 80px;
  }

  .privacyPolicy {
    font-size: 9px;
    color: #007bff;
    margin-right: 8px;
  }

  .Conditions {
    font-size: 9px;
    color: #007bff;
    margin-left: 7%;
  }

  .versions {
    margin-left: 25%;
    font-size: 70%;
  }

  .signOut {
    width: 100% !important;
    height: 90% !important;
    background: #095e8e !important;
    color: white !important;
    font-size: 12px !important;
  }

  .rzslider {
    position: fixed !important;
    width: 50% !important;
  }

  .thumbnail-panel-container {
    left: 0px !important;
    bottom: 32px !important;
  }

  #mydatapanel .mydatatab button {
    background-color: #f8f9fa;
    float: left;
    border: none;
    cursor: pointer;
    padding: 2% 5%;
    font-size: 12px;
    margin: 0px !important;
  }

  #mydatapanel .mydatatab {
    border-bottom: none;
    border-top: 1px solid #004a81 !important;
    bottom: -2px !important;
  }

  .mydata-tab:focus {
    border-top: 2px solid #004a81 !important;
  }

  #mydatapanel #highlights {
    top: -5.8vh !important;
  }

  .highlightFilter {
    width: 13vw !important;
    top: -3.1% !important;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation: portrait) {
  body {
    overflow: hidden;
  }

  .container-area-mobile {
    width: 100%;
    height: 100%;
  }

  .page-bottom {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 6%;
    z-index: 1;
    background: white;
  }
  .page-bottom #btb-btn {
    left: 1%;
    padding: 9px;
    top: 1px;
  }
  .page-bottom #thumbnailIcon {
    display: none !important;
  }
  .page-bottom #stickyNoteIcon {
    display: none !important;
  }

  .common-icon {
    display: inline !important;
    position: relative;
    font-size: 18px !important;
  }

  .thumb-icon {
    display: none !important;
  }

  .search-mobile {
    color: #095e8e;
    margin-top: 0px;
  }

  #default_prev_bttn {
    display: none !important;
  }

  #prev_bttn {
    font-family: "kitabooread";
    margin-top: 7%;
  }

  #prev_bttn::before {
    content: "G";
  }

  #default_next_bttn {
    display: none !important;
  }

  .rzslider {
    position: fixed !important;
    width: 50% !important;
  }

  .rzslider .rz-pointer {
    top: -11px;
    z-index: 3;
    width: 20px !important;
    height: 20px !important;
    cursor: pointer;
    background-color: #095e8e;
    border-radius: 16px;
  }

  .pen-thickness {
    top: -18px !important;
  }

  .page {
    position: absolute !important;
    border: none !important;
    background-color: #fffffc !important;
    width: 720px !important;
    height: 1110px !important;
    transform-origin: left top 0px !important;
    transform: translate(0px, 0px) scale(0.5) !important;
  }

  .sidenav-mobile {
    position: fixed !important;
    left: 0px !important;
    top: 0% !important;
    bottom: 6% !important;
    border-radius: 0px !important;
    overflow-y: hidden !important;
    overflow-x: hidden !important;
    width: 0;
    position: absolute !important;
    z-index: 10 !important;
    background-color: #f8f9fa !important;
    /* transition: 0.5s; */
    border-left-width: 0px !important;
    border: none !important;
    box-shadow: 10px 6px 18px darkgrey !important;
  }

  .mobile-sidenav {
    position: absolute !important;
    top: 2px !important;
    width: 100% !important;
    height: 6% !important;
    z-index: 1 !important;
    background: white;
    overflow: hidden !important;
  }
  .mobile-sidenav .mobile-pentool {
    display: inline !important;
    position: relative;
    font-size: 17px !important;
    top: 3% !important;
    color: #595959;
  }
  .mobile-sidenav .selectedColor-mobile {
    border-top: solid;
    width: 5vw;
    float: left;
    position: relative;
    left: 23%;
    top: 70%;
  }
  .mobile-sidenav .icon-AR_close {
    left: -2%;
  }
  .mobile-sidenav .icon-Color_palette {
    left: 11%;
  }
  .mobile-sidenav .icon-Pen_thickness {
    left: 22%;
  }
  .mobile-sidenav .eraser-icon {
    left: 33%;
  }
  .mobile-sidenav .undo-tool-icon {
    left: 44%;
  }
  .mobile-sidenav .clearall-tool-icon {
    left: 53%;
  }

  #tocitems .tree {
    margin-top: 0% !important;
  }

  .flex-container {
    top: 10px !important;
  }

  #bookmark_container {
    margin-top: 0% !important;
  }

  .note-media-heading {
    margin-left: -55%;
    font-size: 11px;
  }

  #tocitems {
    width: 100%;
    display: none;
  }

  #mydatapanel {
    width: 100%;
    display: none;
  }

  #searchpanel {
    width: 100%;
    display: none;
  }

  #tocitems .toc-tab {
    border-bottom: none;
    border-top: 1px solid #004a81 !important;
    bottom: -2px !important;
  }

  #tocitems .toc-tab button {
    background-color: #f8f9fa;
    float: left;
    border: none;
    cursor: pointer;
    padding: 2% 9.2%;
    font-size: 12px;
    margin: 0px !important;
  }

  .tablinks:focus {
    border-top: 3px solid #004a81 !important;
  }

  #myData-ic {
    margin-top: 35% !important;
  }

  #mydatapanel #highlights {
    top: -2.7vh !important;
  }

  #mydatapanel .mydatatab button {
    background-color: #f8f9fa;
    float: left;
    border: none;
    cursor: pointer;
    padding: 2% 5%;
    font-size: 12px;
    margin: 0px !important;
  }

  #mydatapanel .mydatatab {
    border-bottom: none;
    border-top: 1px solid #004a81 !important;
    bottom: -2px !important;
  }

  .mydata-tab:focus {
    border-top: 2px solid #004a81 !important;
  }

  button:focus {
    outline: 0px dotted !important;
    outline: none !important;
  }

  .popup .popuptext {
    visibility: hidden;
    width: auto;
    background: #f2f2f2;
    box-shadow: 1px 5px 15px 0 rgba(50, 50, 50, 0.75);
    border-radius: 10px;
    text-align: center;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
    bottom: 100%;
    right: 35%;
    padding: 0px 45px;
  }

  .highlightFilter {
    min-height: 14vh;
    width: 22vw !important;
    border: 1px solid #095e8e;
    position: absolute;
    border-radius: 10px;
    top: 37% !important;
    background-color: #fff;
    height: auto;
    z-index: 99;
    left: 77.6%;
  }

  .popup .show {
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
    display: inline-flex;
  }

  .bottom-container {
    margin: 0.5%;
  }

  .Palette .Mobile-pick-color {
    visibility: hidden;
    width: auto;
    height: 5.5%;
    background: #f2f2f2;
    box-shadow: 1px 5px 15px 0 rgba(50, 50, 50, 0.75);
    border-radius: 3px;
    text-align: center;
    position: fixed;
    top: 6.1%;
    left: 18%;
    display: inline-flex;
  }

  .Palette .show {
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
    display: inline-flex;
  }

  .pickSlider .Mobile-pick-slider {
    visibility: hidden;
    width: 50%;
    height: 7%;
    background: #f2f2f2;
    box-shadow: 1px 5px 15px 0 rgba(50, 50, 50, 0.75);
    border-radius: 3px;
    text-align: center;
    position: fixed;
    top: 6.1%;
    left: 29%;
    display: inline-flex;
  }

  .pickSlider .show {
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
    display: inline-flex;
  }

  .pick-colors {
    margin-top: 1% !important;
  }

  .pick-colors::before {
    font-size: 18px;
  }

  .activeColorRadius {
    border: 1px solid;
    border-radius: 50%;
    line-height: 1.6 !important;
  }

  input[type="range"] {
    -webkit-appearance: none;
    -moz-apperance: none;
    outline: none !important;
    border-radius: 5px;
    width: 45vw !important;
    height: 4px !important;
    margin: 20px 10px 0px 10px !important;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0.5, dodgerblue), color-stop(0.5, #C5C5C5));
  }

  #mydatapanel #notesTab {
    top: -1.5vh !important;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation: landscape) {
  body {
    overflow: hidden;
  }

  .container-area-mobile {
    width: 100%;
    height: 100%;
  }

  .page-bottom {
    position: absolute;
    width: 100%;
    height: 15%;
    z-index: 1;
    background: white;
  }

  #icon-overflow {
    display: none !important;
  }

  .page-icon {
    color: #095e8e;
    width: 14.287% !important;
    height: 56px;
    text-align: center;
    vertical-align: middle;
  }

  .common-icon {
    width: 14.287%;
    height: 100%;
    margin-top: -2%;
    display: inline !important;
    position: relative;
    float: left;
    color: #595959;
    font-size: 20px !important;
    align-content: center;
    text-align: center;
    vertical-align: middle;
  }

  .active {
    background: #595959 !important;
    color: #ffffff !important;
  }

  #profileIcon {
    position: relative;
    margin-right: 5%;
  }

  .thumb-icon {
    display: none !important;
  }

  .search-mobile {
    color: #095e8e;
    margin-top: 0px;
  }

  #default_prev_bttn {
    display: none !important;
  }

  #default_next_bttn {
    display: none !important;
  }

  .page {
    position: absolute !important;
    border: none !important;
    background-color: #fffffc !important;
    width: 720px !important;
    height: 1110px !important;
    transform-origin: left top 0px !important;
    transform: translate(0px, 0px) scale(0.5) !important;
  }

  .sidenav {
    position: fixed !important;
    left: 0px !important;
    top: 0% !important;
    bottom: 6% !important;
    border-radius: 0px !important;
    overflow-y: hidden !important;
    overflow-x: hidden !important;
    width: 0;
    position: absolute !important;
    z-index: 10 !important;
    background-color: #f8f9fa !important;
    /* transition: 0.5s; */
    border-left-width: 0px !important;
    border: none !important;
    box-shadow: 10px 6px 18px darkgrey !important;
  }

  .mobile-sidenav {
    position: absolute !important;
    top: 0 !important;
    width: 100% !important;
    height: 11% !important;
    z-index: 1 !important;
    background: white;
    overflow: hidden !important;
  }
  .mobile-sidenav .mobile-pentool {
    display: inline !important;
    position: relative;
    font-size: 17px !important;
    top: 10% !important;
    color: #595959;
  }
  .mobile-sidenav .selectedColor-mobile {
    border-top: solid;
    width: 5vw;
    float: left;
    position: relative;
    left: 19%;
    top: 72%;
  }
  .mobile-sidenav .icon-AR_close {
    left: -2%;
  }
  .mobile-sidenav .icon-Color_palette {
    left: 11%;
  }
  .mobile-sidenav .icon-Pen_thickness {
    left: 22%;
  }
  .mobile-sidenav .eraser-icon {
    left: 33%;
  }
  .mobile-sidenav .undo-tool-icon {
    left: 44%;
  }
  .mobile-sidenav .clearall-tool-icon {
    left: 53%;
  }

  #tocitems {
    width: 100%;
    display: none;
  }

  #mydatapanel {
    width: 100%;
    display: none;
  }

  #searchpanel {
    width: 100%;
    display: none;
  }

  #tocitems .toc-tab {
    border-bottom: none;
    border-top: 1px solid #004a81 !important;
    bottom: -2px !important;
  }

  #tocitems .toc-tab button {
    background-color: #f8f9fa;
    float: left;
    border: none;
    cursor: pointer;
    padding: 1% 12.3%;
    transition: 0.3s;
    font-size: 12px;
    margin: 0px !important;
  }

  #mydatapanel .mydatatab button {
    padding: 8px 44px !important;
  }

  .tablinks:focus {
    border-top: 3px solid #004a81 !important;
  }

  button:focus {
    outline: 0px dotted !important;
    outline: none !important;
  }

  .popup .popuptext {
    visibility: hidden;
    width: auto;
    background: #f2f2f2;
    box-shadow: 1px 5px 15px 0 rgba(50, 50, 50, 0.75);
    border-radius: 10px;
    text-align: center;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
    bottom: 130%;
    left: -6em;
    padding: 0px 45px;
  }

  .popup .show {
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
    display: inline-flex;
  }

  .bottom-container {
    margin: 0.5%;
  }

  .Palette .Mobile-pick-color {
    visibility: hidden;
    width: auto;
    height: 9.5%;
    background: #f2f2f2;
    box-shadow: 1px 5px 15px 0 rgba(50, 50, 50, 0.75);
    border-radius: 3px;
    text-align: center;
    position: fixed;
    top: 10.8%;
    left: 18%;
    display: inline-flex;
  }

  .Palette .show {
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
    display: inline-flex;
  }

  .pickSlider .Mobile-pick-slider {
    visibility: hidden;
    width: 50%;
    height: 10%;
    background: #f2f2f2;
    box-shadow: 1px 5px 15px 0 rgba(50, 50, 50, 0.75);
    border-radius: 3px;
    text-align: center;
    position: fixed;
    top: 10.1%;
    left: 29%;
    display: inline-flex;
  }

  .pickSlider .show {
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
    display: inline-flex;
  }

  .pen-thickness {
    top: -6vh !important;
  }

  .pick-colors {
    margin-top: 1% !important;
  }

  .pick-colors::before {
    font-size: 18px;
  }

  .activeColorRadius {
    border: 1px solid;
    border-radius: 50%;
    line-height: 1.5 !important;
  }

  .profileDiv {
    height: 26vw !important;
    width: 42vw !important;
    background-color: white;
    z-index: 99;
    position: relative;
    left: 58vw !important;
    top: 7vw !important;
  }

  .signOut {
    width: 37vw !important;
  }

  .rzslider {
    position: fixed !important;
    width: 50% !important;
  }

  .thumbnail-panel-container {
    left: 0px !important;
    bottom: 32px !important;
  }

  #mydatapanel .mydatatab button {
    background-color: #f8f9fa;
    float: left;
    border: none;
    cursor: pointer;
    padding: 2% 5%;
    font-size: 12px;
    margin: 0px !important;
  }

  #mydatapanel .mydatatab {
    border-bottom: none;
    border-top: 1px solid #004a81 !important;
    bottom: -2px !important;
  }

  .mydata-tab:focus {
    border-top: 2px solid #004a81 !important;
  }

  #mydatapanel #highlights {
    top: -5.8vh !important;
  }

  .highlightFilter {
    width: 13vw !important;
    top: -3.1% !important;
  }
}
/* For Tablet */
@media all and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .ui-mobile {
    overflow: hidden;
  }

  body {
    overflow: hidden;
  }

  .container-area-mobile {
    width: 100%;
    height: 90vh;
  }

  .topbar-container {
    height: 35px !important;
  }

  .page-left {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    /* padding: 0 10px; */
    background-color: #fff;
    /* border-right: 2px solid #E7E7E7; */
    width: 7% !important;
    margin-left: 0% !important;
    z-index: 2;
  }

  .page-header {
    padding: 12px 10px !important;
  }

  .search-panel {
    height: auto !important;
  }

  #toc-icon {
    margin-top: 1em;
  }

  #mydataIcon {
    margin-top: 1em;
  }

  #searchIcon {
    margin-top: 1em;
  }

  #penIcon {
    margin-top: 1em;
  }

  #icon-overflow {
    margin-top: 1em;
  }

  #stickyNoteIcon {
    margin-top: 1em;
  }

  .page-icon {
    font-size: 1.5em !important;
  }

  .page-icon:focus {
    outline: none !important;
  }

  #profileIcon {
    position: relative;
    bottom: 1vh !important;
  }

  #modeToggleButton {
    display: none;
  }

  .bottom-navbar {
    height: 6vh !important;
  }

  .bottom-navbar .bottom-range-slider {
    position: relative;
    width: 79% !important;
    margin-left: 4% !important;
    bottom: 5% !important;
  }

  .historyNext {
    right: 0% !important;
  }

  .historyPrev {
    right: 2% !important;
  }

  .currentPage {
    top: 2.5vh !important;
    right: 1% !important;
  }

  #zoom {
    display: none;
  }

  #fullScreenIcon {
    display: none !important;
  }

  .leftbar-container-end {
    width: 7% !important;
  }

  .leftbar-container-start {
    position: absolute;
    top: 7%;
    width: 8% !important;
  }

  .common-icon {
    display: inline !important;
    position: relative;
    font-size: 18px !important;
  }

  .thumb-icon {
    display: none !important;
  }

  .search-mobile {
    color: #095e8e;
    margin-top: 0px;
  }

  #default_prev_bttn {
    display: none !important;
  }

  #default_next_bttn {
    display: none !important;
  }

  .page-header .topbar-container {
    box-shadow: none !important;
  }

  .page {
    position: absolute !important;
    border: none !important;
    background-color: #fffffc !important;
    width: 720px !important;
    height: 1110px !important;
    transform-origin: left top 0px !important;
    transform: translate(0px, 0px) scale(0.5) !important;
  }

  .sidenav-mobile {
    position: fixed !important;
    left: 7% !important;
    top: 6% !important;
    bottom: 0% !important;
    border-radius: 0px !important;
    overflow-y: hidden !important;
    overflow-x: hidden !important;
    width: 0;
    position: absolute !important;
    z-index: 10 !important;
    background-color: #f8f9fa !important;
    /* transition: 0.5s; */
    border-left-width: 0px !important;
    border: none !important;
    box-shadow: 10px 6px 18px darkgrey !important;
  }

  #tocitems {
    width: 50%;
    display: none;
  }

  #mydatapanel {
    width: 50%;
    display: none;
  }

  #mydatapanel #highlights {
    top: 5vh !important;
  }

  #searchpanel {
    width: 50%;
    display: none;
  }

  #tocitems .toc-tab button {
    background-color: #f8f9fa;
    float: left;
    border: none;
    cursor: pointer;
    padding: 2% 7.4%;
    font-size: 16px;
    margin: 0px !important;
  }

  #mydatapanel .mydatatab {
    height: 5.3% !important;
  }

  #mydatapanel .mydatatab button {
    padding: 2% 3% !important;
    font-size: 16px !important;
  }

  .highlightFilter {
    width: 13vw !important;
    top: 6.9% !important;
  }

  button:focus {
    outline: 0px dotted !important;
    outline: none !important;
  }

  .profileDiv {
    height: 25vw !important;
    width: 35vw !important;
    top: 7.7vw !important;
    left: 66% !important;
  }

  .signOut {
    width: 30vw !important;
  }

  .pick-colors {
    width: 29px;
    height: 29px;
    margin-left: 10px;
    margin-top: 18.3px !important;
  }

  .sidenav {
    top: 59px !important;
    left: 50px !important;
  }

  .note-media-heading {
    margin-left: -55%;
    font-size: 11px;
  }

  .leftbar-pencontainer-start .selectedColor {
    border-top: 5px solid;
    width: 2vw;
    float: right;
    position: relative;
    right: 32% !important;
    bottom: 0vh !important;
  }

  .clear-tool-item {
    margin-top: 28px !important;
  }

  .icon-Pen_thickness {
    top: 35vh !important;
  }

  .active:not(hover) {
    width: 2.3em !important;
  }

  .separator {
    bottom: 0vh !important;
  }

  .separatorBottom {
    top: 34vh !important;
  }

  .pen-thickness {
    top: 34vh !important;
  }

  .thumbnail-panel-container .thumbnailSlider {
    width: 80%;
    position: relative;
    left: 3%;
    bottom: 7vh !important;
  }

  .thumbnail-panel-container {
    left: 55px !important;
    top: 71% !important;
  }

  .thumbnailCurrentPage {
    bottom: 4.5vh !important;
  }

  .history-next {
    left: 40vw !important;
  }

  .history-prev {
    left: 36vw !important;
  }

  #searchpanel #search-ic {
    margin-top: 30% !important;
  }

  #myData-ic {
    margin-top: 30% !important;
  }

  #tocitems .tree {
    margin-top: 10% !important;
  }

  #settings {
    position: absolute;
    margin-top: 2.5% !important;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .ui-mobile {
    overflow: hidden;
  }

  body {
    overflow: hidden;
  }

  .container-area-mobile {
    width: 100%;
    height: 90vh;
  }

  .topbar-container {
    height: 35px !important;
  }

  .page-left {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    /* padding: 0 10px; */
    background-color: #fff;
    /* border-right: 2px solid #E7E7E7; */
    width: 6% !important;
    z-index: 5;
  }

  .page-header {
    padding: 12px 10px !important;
  }

  .search-panel {
    height: auto !important;
  }

  .page-icon {
    font-size: 1.5em !important;
  }

  #profileIcon {
    position: relative;
    bottom: 1vh !important;
  }

  #zoom {
    display: none;
  }

  #fullScreenIcon {
    display: none !important;
  }

  .leftbar-container-end {
    width: 6% !important;
  }

  .leftbar-container-start {
    position: absolute;
    top: 12% !important;
    width: 6% !important;
  }

  .common-icon {
    display: inline !important;
    position: relative;
    font-size: 18px !important;
  }

  .thumb-icon {
    display: none !important;
  }

  .search-mobile {
    color: #095e8e;
    margin-top: 0px;
  }

  #default_prev_bttn {
    display: none !important;
  }

  #default_next_bttn {
    display: none !important;
  }

  .page {
    position: absolute !important;
    border: none !important;
    background-color: #fffffc !important;
    width: 720px !important;
    height: 1110px !important;
    transform-origin: left top 0px !important;
    transform: translate(0px, 0px) scale(0.5) !important;
  }

  .sidenav {
    left: 50px !important;
    top: 60px !important;
  }

  .sidenav-mobile {
    position: fixed !important;
    left: 6% !important;
    top: 9.9% !important;
    bottom: 0% !important;
    border-radius: 0px !important;
    overflow-y: hidden !important;
    overflow-x: hidden !important;
    width: 0;
    position: absolute !important;
    z-index: 10 !important;
    background-color: #f8f9fa !important;
    /* transition: 0.5s; */
    border-left-width: 0px !important;
    border: none !important;
    box-shadow: 10px 6px 18px darkgrey !important;
  }

  #tocitems {
    width: 50%;
    display: none;
  }

  #mydatapanel {
    width: 50%;
    display: none;
  }

  #searchpanel {
    width: 50%;
    display: none;
  }

  #tocitems .toc-tab button {
    background-color: #f8f9fa;
    float: left;
    border: none;
    cursor: pointer;
    padding: 1% 9.7%;
    transition: 0.3s;
    font-size: 16px;
    margin: 0px !important;
  }

  #mydatapanel .mydatatab {
    height: 6.7% !important;
  }

  #mydatapanel .mydatatab button {
    padding: 1% 6% !important;
    font-size: 16px !important;
  }

  .highlightFilter {
    width: 13vw !important;
    top: 8% !important;
  }

  button:focus {
    outline: 0px dotted !important;
    outline: none !important;
  }

  .profileDiv {
    height: 22vw !important;
    width: 33vw !important;
    top: 5.7vw !important;
    left: 67.8% !important;
  }

  .signOut {
    width: 30vw !important;
  }

  .leftbar-pencontainer-start .selectedColor {
    border-top: 5px solid;
    width: 2vw;
    float: right;
    position: relative;
    right: 32% !important;
    bottom: 0vh !important;
  }

  .icon-Pen_thickness {
    top: 36vh !important;
  }

  .active:not(hover) {
    width: 60px !important;
  }

  .separator {
    bottom: 1.7vh !important;
  }

  .separatorBottom {
    top: 34vh !important;
  }

  #tocitems .tree {
    margin-top: 5% !important;
  }

  #search-ic {
    margin-top: 25% !important;
  }

  #search-name {
    left: 45% !important;
  }

  #myData-ic {
    margin-top: 25% !important;
  }

  #myData-name {
    margin-left: 28% !important;
  }

  .page-header .topbar-container {
    box-shadow: none !important;
  }

  .thumbnail-panel-container {
    left: 5% !important;
    top: 59% !important;
  }

  .thumbnail-panel-container .thumbnail-panel .history-next {
    position: relative;
    left: 42vw !important;
  }

  .thumbnail-panel-container .thumbnail-panel .history-prev {
    position: relative;
    left: 37.6vw !important;
  }

  .correct-done {
    margin-bottom: -20% !important;
  }
}
/* NEXUS 10 */
@media all and (min-width: 800px) and (max-width: 1280px) and (orientation: portrait) {
  .ui-mobile {
    overflow: hidden !important;
  }

  body {
    overflow: hidden !important;
  }

  .mydata-tab:focus {
    border-bottom: 2px solid #004a81 !important;
  }

  .sidenav {
    top: 59px !important;
    left: 55px !important;
  }

  #mydatapanel .mydatatab {
    height: 4.1% !important;
  }

  .thumbnailSlider {
    bottom: 5.5vh !important;
    top: -5.5vh !important;
  }

  .thumbnailCurrentPage {
    float: right;
    position: relative;
    bottom: 6.7vh;
    color: #2dabf2;
    right: 7.5%;
  }

  .thumbnail-panel-container {
    left: 55px !important;
    top: 76% !important;
  }

  .activeColorRadius {
    border: 2px solid !important;
  }
}
@media all and (min-width: 800px) and (max-width: 1280px) and (orientation: landscape) {
  .ui-mobile {
    overflow: hidden !important;
  }

  body {
    overflow: hidden !important;
  }

  .page-header .page-flex-end .profileDiv {
    left: 81% !important;
    width: 16vw !important;
  }

  #tocitems .toc-tab button {
    padding: 2% 7.4% !important;
  }

  .version {
    font-family: Open-Sans;
    font-size: 12px !important;
    margin-left: -5px !important;
    color: #666666;
  }

  .activeColorRadius {
    border: 2px solid !important;
  }

  .pen-thickness {
    top: 34vh !important;
    height: 10vh !important;
  }
}
.main-container {
  display: flex;
  flex-direction: row;
  flex: 1;
  /*    height: calc(100% - 86px);  fix IE11 
  min-height: 100%;  fix IE11 */
  background-color: #ffffff;
}

.page-left {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  background-color: #fff;
  width: 50px;
  box-shadow: 2px 5px 6px #00000070;
  z-index: 10;
}
.page-left .leftbar-container {
  width: 50px;
  height: 100%;
}

.active {
  background: #595959;
  color: #ffffff !important;
}

.page-header {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  height: 50px;
  background-color: #fff;
  position: inherit;
}
.page-header .topbar-container {
  height: 100%;
  box-shadow: 7.2px 5.4px 5.4px 0.6px rgba(0, 0, 0, 0.3);
  z-index: 10;
  width: 100%;
}
.page-header .topbar-container .page-flex-start {
  justify-content: flex-start;
  height: 100%;
  width: 40%;
  float: left;
}
.page-header .topbar-container .page-flex-start .kitaboo-logo {
  float: left;
  position: relative;
  left: 2%;
  height: 100%;
  cursor: default !important;
}
.page-header .topbar-container .page-flex-start .kitaboo-logo .kitabooInsight {
  width: 165px;
  height: 32px;
  position: relative;
  top: 9px;
}
.page-header .topbar-container .page-center {
  float: left;
  height: 100%;
  width: 23%;
  justify-content: center;
  align-items: center;
}
.page-header .topbar-container .page-flex-end {
  justify-content: flex-end;
  height: 100%;
  width: 37%;
  float: left;
}
.page-header .topbar-container .page-flex-end #fullScreenIcon {
  float: right;
  /*top: 1vh;*/
  position: relative;
}
.page-header .topbar-container .page-flex-end #profileIcon {
  position: relative;
  /*top: 1vh;*/
}
.page-header .topbar-container .page-flex-end .profile-pic-image {
  width: 31px;
  height: 27.9px;
  position: absolute;
  top: 12px;
}
.page-header .topbar-container .page-flex-end .protractor {
  /* width: 93%;
float: left;
margin-top: -3%; */
  position: relative;
  right: 20px;
  top: 5px;
}
.page-header .topbar-container .page-flex-end .saveAndClearAll {
  position: relative;
  float: right !important;
  right: 150px;
  top: 5px;
}
.page-header .topbar-container .page-flex-end .audioSynch {
  position: relative;
  float: right !important;
  right: 80px;
  top: 5px;
}
.page-header .topbar-container .page-flex-end .profileDiv {
  height: 175px;
  width: 245px;
  background-color: #fafafa;
  z-index: 99;
  position: absolute;
  right: 90px;
  top: 50px;
  border: 1px solid #595959;
  box-shadow: -2px 0px 6px 3px #4c4c4c;
  /* .aboutUs {
    font-family: 'OpenSans-Regular';
    font-size: 14px;
    top: 5%;
    text-align: center;
  }
  .privacyPolicy {
    font-family: 'OpenSans-Regular';
    font-size: 13px;
    width: 45%;
    top: 5%;
    position: relative;
    left: 4%;
  }
  .divider {
    border-left: 1px solid #a1a1a1;
    height: 20px;
    top: 5%;
    right: 3%;
    position: relative;
  }
  .termsAndConditions {
    font-family: 'OpenSans-Regular';
    font-size: 13px;
    top: 5%;
    width: 50%;
    position: relative;
  } */
}
.page-header .topbar-container .page-flex-end .profileDiv .profileName {
  height: 15%;
  top: 5%;
  color: #666666;
  font-size: 16px;
  font-family: 'OpenSans-Regular';
}
.page-header .topbar-container .page-flex-end .profileDiv .profileSetting {
  cursor: pointer;
  color: #333333;
  height: 15%;
  font-weight: 600;
  top: 2%;
  font-family: 'OpenSans-Regular';
}
.page-header .topbar-container .page-flex-end .profileDiv .signOutDiv {
  height: 22%;
  top: 3%;
}
.page-header .topbar-container .page-flex-end .profileDiv .signOutDiv .signOut {
  width: 97.658%;
  height: 94.658%;
  border-radius: unset;
  background: #ea2828;
  color: #ffffff;
  font-family: 'OpenSans-Regular';
  font-size: 14px;
}
.page-header .topbar-container .page-flex-end .profileDiv .version {
  font-family: 'OpenSans-Regular';
  font-size: 14px;
  top: 3%;
  height: 13%;
  color: #666666;
}

.page-icon {
  color: #595959;
  width: 50px;
  height: 50px;
  text-align: center;
  vertical-align: middle;
}

.kitaboo-reflowable {
  background-color: white;
}

.sidenav {
  left: 50px;
  top: 50px;
  bottom: 0;
  border-radius: 0px;
  overflow-y: hidden;
  overflow-x: hidden;
  position: absolute;
  z-index: 10;
  background-color: #fafafa;
  border-left-width: 0px;
  border: 1px solid #595959;
  box-shadow: 5px 5px 8.1px 0.9px rgba(38, 37, 37, 0.3);
}

#contextmenu {
  border-radius: 0px;
  z-index: 10;
  height: 30px;
}

.highlightbutton {
  background: transparent;
  border: 0px;
  float: left;
  font-size: 18px;
  font-family: 'kitabooread';
  padding-right: 15px;
}

.main-container-area {
  height: 94vh;
  width: 100%;
}
.main-container-area .page-header {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  padding: 0 10px;
  background-color: #fff;
  border-bottom: 2px solid #E7E7E7;
}
.main-container-area .page-header .page-flex-container {
  padding: 0;
  margin: 0;
  list-style: none;
  flex: 1;
  align-items: center;
}
.main-container-area .page-header .topbar-container {
  height: 44px;
}
.main-container-area .page-header .topbar-container .page-flex-start {
  justify-content: flex-start;
}
.main-container-area .page-header .topbar-container .page-flex-start .kitaboo-logo {
  position: absolute;
  cursor: default !important;
}
.main-container-area .page-header .topbar-container .page-flex-start .topbar-icon {
  color: #095e8e;
  margin: 4px;
  margin-bottom: 10px;
  font-size: 1.6em;
}
.main-container-area .page-header .topbar-container .page-flex-start .topbar-icon .kitabooInsight {
  width: 165px;
  height: 32px;
  margin-top: 2px;
}
.main-container-area .page-header .topbar-container .page-center {
  justify-content: center;
  align-items: center;
}
.main-container-area .page-header .topbar-container .page-flex-end {
  justify-content: flex-end;
}

.leftbar-container-end {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  width: 3.2%;
}

.chapterName {
  float: left;
  position: relative;
  font-family: 'OpenSans-Regular';
  font-size: 18px;
  left: 4%;
  top: 12px;
  color: #095e8e;
  cursor: default;
}

.notSelect {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.social {
  padding-left: 0;
  list-style: none inside;
}

.popup__inner {
  display: none;
  z-index: 1;
  position: relative;
  max-height: 100%;
  background-color: white;
  width: 104%;
  max-width: 30em;
  margin: 13em auto 0;
  padding-bottom: 19em;
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.6);
}

.popup__close {
  display: inline-block;
  width: 0.875em;
  height: 0.875em;
  background-color: tomato;
  border-radius: 50%;
}
.popup__close:hover {
  background-color: #ff401e;
}

.popup__close:hover {
  background-color: #ff401e;
}

.profile__image {
  width: 10em;
  height: 10em;
  border-radius: 50%;
  border: 6px solid #095e8e;
  background-color: #000;
  display: block;
}

@media screen and (min-width: 30em) {
  .profile__image {
    display: inline-block;
    margin: 1em 3em 0 2em;
  }
}
.profile__details {
  margin: 0 1em 0 0;
  text-align: center;
}

@media screen and (min-width: 30em) {
  .profile__details {
    margin: -9em 0em 0em 8em;
  }
}
.profile__name {
  font-weight: 500;
  margin-right: 60px;
  font-size: 20px;
}

.social {
  margin-bottom: 6em;
  margin-left: 3em;
  margin-top: 20px;
}

.changebutton {
  background-color: deepskyblue;
  border: none;
  color: white;
  padding: 12px 50px 12px 50px;
  text-decoration: none;
  font-size: 15px;
  margin-top: 20px;
  margin-right: 12px;
  cursor: pointer;
}

.signoutButton {
  margin-top: -45px;
  margin-left: -50px;
  margin-right: -30px;
}

.signout {
  border: none;
  color: white;
  width: 100%;
  text-align: center;
  font-size: 16px;
  padding: 10px 50px 10px 50px;
  margin-top: 0px;
  margin-left: -100px;
  cursor: pointer;
}

.signout1 {
  background-color: white;
  color: red;
  border: 1px solid red;
}

.versionNo {
  margin-left: -100px;
}

.reflow-setting-container {
  width: 320px;
  height: 260px;
  bottom: 0;
  background-color: #fafafa;
  left: 50px;
  position: absolute;
  box-shadow: 6.7px 1.9px 6.4px 1.6px rgba(38, 37, 37, 0.3);
  z-index: 9999;
  border: 1px solid #595959;
}

.reflow-setting-container .up-arrow:after,
.reflow-setting-container .up-arrow:before {
  bottom: 100%;
  left: 85%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.reflow-setting-container .up-arrow:before {
  border-color: rgba(194, 225, 245, 0);
  border-bottom-color: #4aaf7c;
  border-width: 10px;
  margin-left: -15px;
}

.reflow-setting-container .up-arrow:after {
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #fff;
  border-width: 8px;
  margin-left: -13px;
}

.Font-setting-wrapper {
  position: absolute;
  right: 0;
  bottom: 72px;
  left: 10%;
  z-index: 1030;
  justify-content: space-evenly;
}

.Font-setting-wrapper .font-tool-wrapper {
  display: flex;
  flex-flow: row nowrap;
  width: 100%;
}

.Font-setting-wrapper .font-tool-wrapper .decrease-font {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30%;
  height: 35px;
  border-right: 1px solid #C5C5C5;
  text-align: center;
  font-family: sans-serif;
  font-size: 15px;
  cursor: pointer;
  background: 0 0;
  color: #666;
  border: 1px solid #ccc;
}

.font-slider-container {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  padding: 0px 20px;
  height: 35px;
  text-align: center;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.Font-setting-wrapper .font-tool-wrapper .font-slider {
  background-color: #606060;
  width: 100%;
  height: 2px;
}

.Font-setting-wrapper .font-tool-wrapper .font-slider .ui-slider-handle {
  width: 20px;
  height: 20px;
  background-color: #FFF;
  border: 1px solid #49af7b;
  border-radius: 12px;
  cursor: pointer;
  -webkit-box-shadow: 0 1px 5px 0 rgba(50, 50, 50, 0.56);
  -moz-box-shadow: 0 1px 5px 0 rgba(50, 50, 50, 0.56);
  box-shadow: 0 1px 5px 0 rgba(50, 50, 50, 0.56);
  outline: none;
}

.Font-setting-wrapper .ui-slider-horizontal .ui-slider-handle {
  top: -.6em;
  margin-left: -.6em;
}

.Font-setting-wrapper .font-tool-wrapper .increase-font {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30%;
  height: 35px;
  cursor: pointer;
  border-left: 1px solid #C5C5C5;
  font-family: sans-serif;
  background: 0 0;
  color: #666;
  border: 1px solid #ccc;
  font-size: 24px;
}

ul.tg-list,
ul.tg-list li {
  /* list-style: none; */
  /* margin: 12% 51px; */
  /* padding: 0; */
  position: absolute;
  /* top: 0vh; */
  /*    margin-top: 12%;*/
  top: 45%;
}

.tg-list {
  display: block;
  flex-flow: column nowrap;
  width: 100%;
}

.tg-list-item {
  display: flex;
  align-items: center;
}

.nextBttn {
  display: none;
  position: absolute;
  text-align: right !important;
  font-weight: 500;
  cursor: pointer;
  line-height: 2.5;
  font-size: 1em;
  color: #595959;
  text-transform: capitalize;
  bottom: 0px;
  padding-right: 14px;
  opacity: 0.9;
  width: 100%;
  background-color: #ffffff;
  z-index: 8;
}

.prevBttn {
  position: absolute;
  display: none;
  text-align: left;
  font-weight: 500;
  cursor: pointer;
  line-height: 2.5;
  font-size: 1em;
  padding-left: 65px;
  z-index: 9;
  bottom: 0;
  color: #595959;
  text-transform: capitalize;
  top: 50px;
  height: 30px;
  opacity: 0.9;
  width: 100%;
  background-color: #ffffff;
  z-index: 8;
}

.tg-list-item .label {
  position: relative;
  font-family: 'OpenSans-Regular';
  font-size: 13px;
  top: 5.4vh;
  right: 17%;
  width: 40%;
}

.tg-bright-item {
  display: block;
  /* align-items: center; */
  position: relative;
  left: 9%;
  z-index: 9;
}

.tg-bright-item .label {
  position: relative;
  font-family: 'OpenSans-Regular';
  font-size: 13px;
  vertical-align: middle;
  right: 20%;
  width: 40%;
  bottom: 2px;
}

span .scrolllabel {
  position: relative;
  font-family: 'OpenSans-Regular';
  font-size: 14px;
  right: 11%;
  width: 40%;
}

.tgl {
  display: none;
}

.tgl,
.tgl:after,
.tgl:before,
.tgl *,
.tgl *:after,
.tgl *:before,
.tgl + .tgl-btn {
  box-sizing: border-box;
}

.tgl::-moz-selection,
.tgl:after::-moz-selection,
.tgl:before::-moz-selection,
.tgl *::-moz-selection,
.tgl *:after::-moz-selection,
.tgl *:before::-moz-selection,
.tgl + .tgl-btn::-moz-selection {
  background: none;
}

.tgl::selection,
.tgl:after::selection,
.tgl:before::selection,
.tgl *::selection,
.tgl *:after::selection,
.tgl *:before::selection,
.tgl + .tgl-btn::selection {
  background: none;
}

.tgl + .tgl-btn {
  outline: 0;
  display: block;
  width: 20%;
  height: 30px;
  margin: 1px 0px 0px -145px;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.tgl + .tgl-btn:after,
.tgl + .tgl-btn:before {
  position: relative;
  display: block;
  content: "";
  width: 45%;
  height: 100%;
  top: 0px;
}

.tgl + .tgl-btn:after {
  left: 0;
}

.tgl + .tgl-btn:before {
  display: none;
}

.tgl:checked + .tgl-btn:after {
  left: 53%;
}

.tgl-light + .tgl-btn {
  background: #f0f0f0;
  border-radius: 3px;
  padding: 0px;
  transition: all .4s ease;
}

.tgl-light + .tgl-btn:after {
  background: #095e8e;
  border-radius: 5px;
  transition: all .2s ease;
  border: 1px solid #095e8e;
}

.tgl-light:checked + .tgl-btn {
  background: #f0f0f0;
}

.reflow-tab {
  background-color: inherit;
  float: left;
  width: 100%;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 9px 43px;
  /* transition: 0.3s; */
  font-size: 14px;
}

.reflow-tab:focus {
  border-bottom: 2px solid #004a81 !important;
}

.reader-setting-wrapper {
  display: none;
  min-height: 100%;
  flex-flow: column nowrap;
  margin: 20% 10%;
  align-items: center;
  justify-content: space-evenly;
}

.reader-setting-wrapper .font-tool-wrapper {
  display: flex;
  flex-flow: row nowrap;
  width: 100%;
}

.reader-setting-wrapper .font-tool-wrapper .decrease-font {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30%;
  height: 35px;
  border-right: 1px solid #C5C5C5;
  text-align: center;
  font-family: sans-serif;
  font-size: 15px;
  cursor: pointer;
  background: 0 0;
  color: #666;
  border: 1px solid #ccc;
}

.reader-setting-wrapper .font-tool-wrapper .font-slider {
  background-color: #606060;
  width: 100%;
  height: 2px;
}

.reader-setting-wrapper .font-tool-wrapper .font-slider .ui-slider-handle {
  width: 20px;
  height: 20px;
  background-color: #FFF;
  border: 1px solid #49af7b;
  border-radius: 12px;
  cursor: pointer;
  -webkit-box-shadow: 0 1px 5px 0 rgba(50, 50, 50, 0.56);
  -moz-box-shadow: 0 1px 5px 0 rgba(50, 50, 50, 0.56);
  box-shadow: 0 1px 5px 0 rgba(50, 50, 50, 0.56);
  outline: none;
}

.reader-setting-wrapper .ui-slider-horizontal .ui-slider-handle {
  top: -.6em;
  margin-left: -.6em;
}

.reader-setting-wrapper .font-tool-wrapper .increase-font {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30%;
  height: 35px;
  cursor: pointer;
  border-left: 1px solid #C5C5C5;
  font-family: sans-serif;
  background: 0 0;
  color: #666;
  border: 1px solid #ccc;
  font-size: 24px;
}

.font-reader {
  height: 40px;
  border-bottom: 1px solid #065c87;
  position: absolute;
  width: 100%;
  background-color: #f8f9fa;
}

.range1 {
  position: relative;
  width: 248px;
  margin-left: 12px;
  height: 5px;
  z-index: 99;
}

.range1 input {
  width: 95%;
  position: absolute;
  top: 9px;
  height: 2px !important;
  -webkit-appearance: none;
  background: #095e8e !important;
}

.range1 input::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 15px;
  height: 15px;
  margin: -7px 0 0;
  border-radius: 50%;
  background: #095e8e !important;
  cursor: pointer;
  border: 0 !important;
}

.range1 input::-moz-range-thumb {
  width: 5px;
  height: 5px;
  margin: -8px 0 0;
  border-radius: 50%;
  background: #095e8e;
  cursor: pointer;
  border: 0 !important;
}

.range1 input::-ms-thumb {
  width: 5px;
  height: 5px;
  margin: -8px 0 0;
  border-radius: 50%;
  background: #095e8e;
  cursor: pointer;
  border: 0 !important;
}

.range1 input::-webkit-slider-runnable-track {
  width: 100%;
  height: 2px;
  cursor: pointer;
  background: #b2b2b2;
}

.range1 input::-moz-range-track {
  width: 100%;
  height: 2px;
  cursor: pointer;
  background: #b2b2b2;
}

.range1 input::-ms-track {
  width: 100%;
  height: 2px;
  cursor: pointer;
  background: #b2b2b2;
}

.range1 input:focus {
  background: none;
  outline: none;
}

.range1 input::-ms-track {
  width: 100%;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}

.range-labels1 {
  margin: 31px -275px;
  padding: 0;
  list-style: none;
}

.range-labels1 li {
  position: relative;
  float: left;
  width: 58px !important;
  text-align: center;
  color: transparent;
  font-size: 1px;
  cursor: pointer;
  background-color: #fafafa;
}

.range-labels1 li::before {
  position: absolute;
  top: -25px;
  right: 0;
  left: 0;
  content: "";
  margin: 0 auto;
  width: 3px;
  height: 7px;
  background: #b2b2b2;
  border-radius: 50%;
}

.range-labels1 .active {
  color: none;
}

.range-labels1 .selected::before {
  background: #095e8e;
}

.range-labels1 .active.selected::before {
  display: none;
}

.justify {
  display: inherit;
  margin: 30px 0px 16px 53px;
}

.justify-right {
  float: left;
  position: relative;
}

.justify-left {
  float: left;
  position: relative;
}

.justify-center {
  float: right;
  position: relative;
}

.justify-full {
  float: right;
  position: relative;
}

#justify-name {
  position: absolute;
  left: 11px;
  top: 38px;
}

.fontFamily {
  position: absolute;
  right: 0;
  bottom: -21px;
  left: 4%;
}

#font-name {
  display: inline;
}

#mySelect {
  display: inline;
  margin-left: 10px;
  background-color: #ebeef277;
  border: none;
}

.resetReaderSetting {
  position: absolute;
  right: 0;
  left: 30%;
  bottom: 10px;
  color: #fc3030;
  width: 33%;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
}

.resetFontSetting {
  position: absolute;
  right: 0;
  bottom: -63px;
  left: 57px;
  color: red;
  width: 33%;
  text-align: center;
  cursor: pointer;
}

.toggle {
  cursor: pointer;
  display: inline-block;
  position: relative;
  width: 115px;
  right: 10%;
  top: 6vh;
  height: 25px;
  background: #e5e5e5;
  border-radius: 5px;
  -webkit-transition: all 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: all 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.toggle:before,
.toggle:after {
  position: absolute;
  line-height: 25px;
  font-size: 12px;
  z-index: 2;
  -webkit-transition: all 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: all 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.toggle:before {
  content: "ON";
  text-align: center;
  width: 50%;
  color: #fff;
}

.toggle:after {
  content: "OFF";
  right: 17px;
  color: #b5b5b3;
}

.toggle__handler {
  display: block;
  position: absolute;
  z-index: 1;
  background: #065c87;
  width: 55px;
  height: 25px;
  margin-left: 55px;
  border-radius: 3px;
}

input:checked + .toggle:before {
  color: #b5b5b3;
}

input:checked + .toggle:after {
  color: white;
}

input:checked + .toggle .toggle__handler {
  width: 54px;
  -webkit-transform: translateX(0px);
  transform: translateX(-55px);
  border-color: #fff;
}

.range2 {
  position: relative;
  width: 235px;
  margin-left: 10px;
  height: 0px;
  padding: 0px;
  bottom: 4vh;
}

.minBrightness {
  font-family: 'kitabooread';
  position: relative;
  bottom: 1vh;
  color: #bbbbbb;
  font-size: 18px;
}

.maxBrightness {
  font-family: 'kitabooread';
  position: relative;
  bottom: 1vh;
  left: 1vw;
  color: #7D7D7D;
  font-size: 18px;
}

/* .range2 input {
  width: 90%;
  position: absolute;
  top: 2px;
  height: 2px !important;
  -webkit-appearance: none;
  background: #095e8e !important;
  margin-left: 10px;
}

.range2 input::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 5px;
  height: 5px;
  margin: -8px 0 0;
  border-radius: 50%;
  background: #095e8e !important;
  cursor: pointer;
  border: 0 !important;
}

.range2 input::-moz-range-thumb {
  width: 5px;
  height: 5px;
  margin: -8px 0 0;
  border-radius: 50%;
  background: #095e8e;
  cursor: pointer;
  border: 0 !important;
}

.range2 input::-ms-thumb {
  width: 5px;
  height: 5px;
  margin: -8px 0 0;
  border-radius: 50%;
  background: #095e8e;
  cursor: pointer;
  border: 0 !important;
}

.range2 input::-webkit-slider-runnable-track {
  width: 100%;
  height: 2px;
  cursor: pointer;
  background: #b2b2b2;
}

.range2 input::-moz-range-track {
  width: 100%;
  height: 2px;
  cursor: pointer;
  background: #b2b2b2;
}

.range2 input::-ms-track {
  width: 100%;
  height: 2px;
  cursor: pointer;
  background: #b2b2b2;
}

.range2 input:focus {
  background: none;
  outline: none;
}

.range2 input::-ms-track {
  width: 100%;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
} */
.brightness-mode {
  display: block;
  margin-top: -25px;
}

.night-mode {
  font-size: 12px;
  background-color: #000;
  border: none;
  height: 25px;
  width: 55px;
  border-radius: 5px;
  outline: none;
  color: #ffffff;
}

.day-mode {
  font-size: 12px;
  margin-left: 5px;
  background-color: white;
  border: none;
  height: 25px;
  width: 55px;
  border-radius: 5px;
  outline: none;
}

.mid-mode {
  font-size: 12px;
  margin-left: 5px;
  background-color: wheat;
  border: none;
  height: 25px;
  width: 55px;
  border-radius: 5px;
  color: #8b5220;
  outline: none;
}

.flex-container {
  position: relative;
  top: 0px;
  border-bottom: 1px solid #67676773;
  max-width: 100%;
}
.flex-container .highlightIcon {
  font-size: 24px;
  margin-top: 13px;
}
.flex-container .media-body {
  width: 50% !important;
  margin-left: 30%;
  flex: auto !important;
  margin-top: 6px;
}
.flex-container .media-body .chpNameAndDetails {
  margin-left: -105px;
  font-size: 12px;
}
.flex-container .media-body #highlight-name {
  font-size: 14px;
  color: #065c87;
}

#note-name {
  font-size: 14px !important;
  color: #065c87;
}

.notesIcon {
  margin-top: 13px !important;
}

.media-heading {
  width: 135%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-box-orient: vertical;
  height: 38%;
  padding-top: 5px;
  margin-left: -105px;
  white-space: pre-line;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  font-size: 12px;
  font-style: oblique;
}

.note-chpNameAndDetails {
  margin-left: -55%;
  font-size: 11px;
}

.leftFont {
  font-family: 'kitabooread';
  position: absolute;
  top: 19%;
  left: 13%;
  font-size: 12px;
  transform: scale(-1, 1);
}

.rightFont {
  font-family: 'kitabooread';
  position: absolute;
  right: 9%;
  top: 17%;
  transform: scale(-1, 1);
}

/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #d5d5d5;
}

::-moz-scrollbar {
  width: 5px;
}

::-moz-scrollbar-thumb {
  background: #d5d5d5;
}

::-moz-scrollbar-thumb {
  background: #d5d5d5;
}

#bookmark_container {
  margin-top: 13% !important;
  margin-left: 0 !important;
}

.bookamark-chpNameAndDetails {
  font-size: 14px;
  color: #333333;
  position: relative;
  left: 10%;
  cursor: pointer;
}

.bookmark-media-heading {
  font-size: 14px;
  color: #333333;
  position: relative;
  left: 10%;
  cursor: pointer;
}

.bookmark-flex-container {
  display: flex;
  flex-flow: row;
  border-top: 1px solid transparent;
  border-bottom: 1px solid #e6e6e6;
  border-left: none;
  border-right: none;
  min-height: 25%;
  height: 65px;
  padding-bottom: 5px;
  max-width: 100% !important;
}

.note-media-heading {
  margin-left: -41%;
  font-size: 11px;
  position: relative;
  right: 28px;
  word-break: break-word;
}

.bookmark-Icon {
  font-family: kitabooread;
  font-size: 1.5em;
  margin-left: 1em;
  cursor: pointer;
  display: flex;
  align-items: center;
  color: #095e8e;
  position: relative;
  margin-top: 0px;
  /*  bottom: 11%;*/
}

.ui-loader {
  display: none !important;
}

.custom-slider.rzslider .rz-bar {
  background: #666666;
  height: 2px;
}

.custom-slider.rzslider .rz-selection {
  background: #666666;
}

.custom-slider.rzslider .rz-pointer {
  width: 15px;
  height: 15px;
  top: auto;
  /* to remove the default positioning */
  bottom: -4px;
  background-color: #065c87;
  border-radius: 50%;
}

.custom-slider.rzslider .rz-pointer:after {
  display: none;
}

.custom-slider.rzslider .rz-bubble {
  bottom: 14px;
}

.custom-slider.rzslider .rz-limit {
  font-weight: bold;
  color: #666666;
}

.custom-slider.rzslider .rz-tick {
  width: 1px;
  height: 10px;
  margin-left: 4px;
  border-radius: 0;
  background: #666666;
  top: -1px;
}

.custom-slider.rzslider .rz-bar {
  left: 4px !important;
  width: 94% !important;
}

.custom-slider.rzslider .rz-tick.rz-selected {
  background: #666666;
}

.fontSizeSlider {
  width: 100%;
  position: relative;
  bottom: 20px;
  left: 7px;
}

.modeBorder {
  border: 1px solid #065c87;
}

/*# sourceMappingURL=kitaboo-main.css.map */
