.quick-access-btn+.tooltip>.tooltip-inner {
  color: #FFFFFF;
  width: max-content;
}

.rightSidePanel-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  z-index: 1;
  outline: none;
  width: 36px;
  height: 35px;
  background-color: #fafafa;
  border-top-left-radius: 26px;
  border-bottom-left-radius: 26px;
  border: none;
  margin-left: -4em;
  margin-top: 0.5em;
  cursor: pointer;
  -webkit-box-shadow: 0 1px 1px 0 rgba(60, 64, 67, .3), 0 1px 3px 1px rgba(60, 64, 67, .15);
  box-shadow: 0 1px 1px 0 rgba(60, 64, 67, .3), 0 1px 3px 1px rgba(60, 64, 67, .15);
  transition: 0.5s;
  transform: rotate(0deg);
}

.rightSidePanel-toggle.is-closed {
  margin-left: 0.9em;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #f1f1f1;
  border-radius: 50%;
  width: 36px;
  height: 36px;
}

.rightSidePanel-toggle.is-closed .icon {
  transform: rotate(180deg);
}

.rightSidePanel-toggle .icon {
  font-size: 1.3em;
  color: #5f6368;
  transition: 0.5s;
  transform: rotate(0deg);
}

.rightSidePanel-toggle:hover .icon {
  color: #020202;
}

.rightSidePanel {
  position: fixed;
  right: 0em;
  width: 4.5em;
  height: 100vh;
  background-color: #fff;
  transition: 0.5s;
  z-index: 999;
  -webkit-box-shadow: 0 0.46875rem 2.1875rem rgba(8, 10, 37, .03), 0 0.9375rem 1.40625rem rgba(8, 10, 37, .03), 0 0.25rem 0.53125rem rgba(8, 10, 37, .05), 0 0.125rem 0.1875rem rgba(8, 10, 37, .03);
  box-shadow: 0 0.46875rem 2.1875rem rgba(8, 10, 37, .03), 0 0.9375rem 1.40625rem rgba(8, 10, 37, .03), 0 0.25rem 0.53125rem rgba(8, 10, 37, .05), 0 0.125rem 0.1875rem rgba(8, 10, 37, .03);
}

.rightSidePanel.is-closed {
  transform: translateX(6em);
}

.rightSidePanleBtnContainer {
  margin-top: 5em;
}

ul.rightSidePanleBtnGroup {
  width: 100%;
  height: 100%;
  list-style: none;
  padding: 0px;
  text-align: -webkit-center;
  padding-left: 2px;
}

ul.rightSidePanleBtnGroup li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  text-align: center;
  border-radius: 50%;
  margin-bottom: 10px;
}

.rightSidePanel-icons {
  width: 32px;
}

.quick-access-btn:hover,
.quick-access-btn:active {
  background-color: #e8f0fe;
}

.showRightSidePanelDrawerContent {
  padding-top: 9em;
}

.showRightSidePanelDrawerContent {
  height: 100%;
  width: 65%;
  position: fixed;
  z-index: 999;
  top: 0;
  right: -65%;
  background-color: #ffffff;
  overflow: hidden;
  transition: 0.5s;
  padding-top: 60px;
  /*-webkit-box-shadow: 0 4px 5px 0 rgba(90, 85, 85, 0.14), 0 1px 10px 0 rgba(0,0,0,0.12), 0 2px 4px -1px rgba(0,0,0,0.2);
    box-shadow: 0 4px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12), 0 2px 4px -1px rgba(0,0,0,0.2);*/
  border-left: 1px solid #eeeeee;
}

.rightSidePanel-drawer-body {
  overflow-x: hidden;
}

.closeDrawer {
  width: 36px;
  height: 36px;
  position: absolute;
  background-color: #f1f1f1;
  border-radius: 50%;
  left: 11px;
  text-align: center;
  color: #5f6368;
  top: 10px;
  font-size: 26px;
  display: none;
}

.closeDrawer:hover {
  color: #020202;
}

.open_details {
  right: 0px;
}

.mr {
  margin-right: 65%;
}

.rightSidePanel-drawer-header {
  border-bottom: 1px solid #eee;
}

.rightSidePanel-drawer-header .title {
  color: #80868b;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1.5px;
  /*text-transform: uppercase;*/
  margin-top: 12px;
  margin-bottom: 5px;
}
.h-vh-100{
  height: 100vh;
}

.rightSidePanel-drawer-body{
 background: #ededf3;
}