/* header */

.app-header {
  position: fixed;
  z-index: 1020;
  width: 100%;
}

.sidebar-show .navbar-toggler-icon,.navbar-close{
  display: none;
}
.sidebar-show .navbar-close{
  display: block;
}
.navbar-toggler{
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
}
.navbar-toggler-icon {
  /* width: 1em;
  height: 1em; */
  width: 27px;
  height: auto;
  background-image: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.navbar-toggler:hover {
  background: #001191;
}
.main {
  padding-top: 94px;
  position: relative;
  /* min-height:calc(100vh - 22px); */
  min-height: 100vh;
}

.mainContentWrapper {
  padding-bottom: 2.5rem;
  /* height: fit-content; */
}

/* Profile settings */
/* .profSetting {
    position: absolute;
    right: 2%;
} */

.rounded-14 {
  border-radius: 14px;
}

.profSetting .profName p {
  line-height: 15px;
}


.profSetting .profName p:first-child {
  font-size: var(--xxxSmall);
  color: var(--bgDarkGrey-1);
  margin-bottom: 4px;
}

.profSetting .profName h6{
  font-family:var(--opneSans) ;
  color: #fff;
  font-weight: var(--bold);
  font-size: var(--xxSmall);
}

.profSetting .profName p:nth-last-of-type(2),
.profSetting .profName p:last-child {
  font-size: var(--xxxSmall);
  color: #fff;
  font-weight: var(--semiBold);
}

.profSetting ul li {
  list-style-type: none;
  position: relative;
  padding: 0.5rem 0 0.5rem;
}

.profSetting ul li ul {
  flex-direction: column;
  position: absolute;
  background-color: white;
  align-items: flex-start;
  transition: all 0.1s ease;
  width: 14rem;
  right: -1rem;
  top: 5rem;
  border-radius: 14px;
  gap: 0;
  padding-left: 0;
  /* opacity: 0; */
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
/* .arrow-top {
  opacity: 0;
  visibility: hidden;
} */
/* .profSetting ul li ul:after {
    content: " ";
    position: absolute;
    right: 30px;
    top: -15px;
    border-top: none;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
    border-bottom: 15px solid white;
} */

/* .profSetting ul li:hover>ul,
.profSetting ul li ul:hover {
    visibility: visible;
    opacity: 1;
    display: flex;
} */
.arrow-top.active {
  visibility: visible;
  opacity: 1;
  display: flex;
  transition: visibility 0s, opacity 0.5s linear;
}

.profSetting .material-icons-outlined {
  color: var(--bgDarkGrey-1);
  transition: var(--transition);
  text-align: start;
  font-size: var(--small);
  display: block;
  padding: 0.5rem 1.1rem;
  font-family: var(--inter);
}

.profSetting .material-icons-outlined svg.icon {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.profSetting .material-icons-outlined img {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}

/* .profSetting .material-icons-outlined:hover {
    color: white;
    transform: scale(1.25) translateY(-4px);
    cursor: pointer;
} */

.profSetting .profile-pic-small {
  width: 50px;
  height: 50px;
  border-radius: 50rem;
  display: flex;
  text-align: x;
  justify-content: center;
  align-items: center;
  align-content: center;
  align-self: center;
}
.profSetting .profile {
  cursor: pointer;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.profSetting .sub-item {
  width: 100%;
  /* padding: 0.1rem 1.5rem;
    margin-bottom: 6px; */
}

.profSetting .imgBox {
  width: 25px;
  height: 25px;
  color: white;
  border-radius: 50rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: var(--small);
}

.profSetting .imgBox.staff {
  background-color: var(--bgMain);
}

.profSetting .imgBox.vendor {
  background-color: var(--bgSuccess);
}

.profSetting .sub-item:hover {
  background-color: var(--bgLightGrey);
}

/* .profSetting .sub-item:hover .material-icons-outlined {
    color: var(--bgMain);
    transform: scale(1.08) translateY(-2px);
    cursor: pointer;
    font-weight: var(--semiBold);
} */

.profSetting .sub-item:hover p {
  color: var(--bgBlack);
  cursor: pointer;
}

/* .profSetting .sub-item p {
    font-size: 0.85rem;
    color: #888888;
    font-weight: 500;
    margin: 0.4rem 0;
    flex: 1;
  } */

/* sidebar  */

.show_as_submenu_hide {
  display: none;
}

.show_as_submenu {
  display: block;
}

.app-footer,
.app-header,
.aside-menu,
.main,
.sidebar {
  transition: margin-left 0.25s, margin-right 0.25s, width 0.25s, flex 0.25s;
  transition: margin-left 0.25s, margin-right 0.25s, width 0.25s, flex 0.25s,
    -ms-flex 0.25s;
}

html:not([dir="rtl"]) .sidebar {
  margin-left: -250px;
  /* background-color: #FFFDE6; */
  background-color: var(--bgBeige);
}

.sidebar .nav-link svg.icon,.sidebar .dropdown-btn svg.icon {
  width: 23px;
  height: 23px;
  /* margin-right: 18px; */
  margin-right: 8px;
}

.sidebar .nav-link:hover svg.icon {
  fill: var(--bgMain) !important;
}

.sidebar .nav-item {
  line-height: normal;
}

.sidebar .nav-link,.sidebar .dropdown-btn {
  /* font-family: var(--montserrat); */
  font-family: var(--inter);
  font-weight: var(--semiBold);
  /* font-size: var(--xxSmall); */
  font-size: var(--small);
  color: var(--bgLightGrey-10);
  padding: 7px 14px;
  border-radius: 50rem;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  min-height: 45px;
}
.sidebar .drop{
  justify-content: space-between;
}
.sidebar .sub-menu svg.icon{
  width: 18px;
  height: 18px;
}
.sidebar .dropdown-btn.active{
  /* background-color: var(--bgLightGrey-20); */
  background-color: transparent;
}
.sidebar-minimized .sidebar .sub-menu {
  margin-left: 0 ;
}
.sidebar-minimized .dropdown-btn{
  flex-direction: column;
}
.sidebar-minimized .dropdown-btn .d-flex span:first-child svg.icon{
margin-right: 0;
}
.sidebar-minimized .dropdown-btn .d-flex span:last-child{
  display: none;
}
.sidebar-minimized .dropdown-btn .dropArrow{
  /* transform: rotate(90deg); */
  font-size: 10px !important;
} 
.sidebar .nav-link img,
.sidebar .nav-link i {
  margin-right: 14px;
  font-size: 1.5rem;
}

.sidebar-minimizer {
  /* padding: 5px 8px; */
  padding: 0;
  height: 32px;
  border-color: #fff;
}

.sidebar .nav-link.active,
.sidebar .nav-link:hover {
  /* color: var(--bgMain);
  background-color: var(--btnGrey); */
  color: var(--bgPrimary);
}

.sidebar .nav {
  width: 100%;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100%;
  padding: 0;
  /* padding-right: 10px; */
}

.sidebar > .sidebar-nav {
  overflow-x: hidden;
  overflow-y: auto;
}

.sidebar .sidebar-nav {
  position: relative;
  -ms-flex: 1;
  flex: none !important;
  margin: 0 5px 0 0;
  /* margin: 0 15px 0 34px; */
  /* height: 100vh; */
}

.sidebar-nav {
  transition: width 0.25s;
}

.sidebar .sidebar-minimizer:hover {
  background-color: rgba(0, 0, 0, 0.3);
}

.sidebar .sidebar-minimizer {
  position: relative;
  -ms-flex: 0 0 50px;
  flex: 0 0 50px;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.2);
  border: 0;
}

.sidebar .sidebar-minimizer::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  content: "";
  /* background-image: url(data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 14'%3E%3Cpath fill='%2373818f' d='M9.148 2.352l-4.148 4.148 4.148 4.148q0.148 0.148 0.148 0.352t-0.148 0.352l-1.297 1.297q-0.148 0.148-0.352 0.148t-0.352-0.148l-5.797-5.797q-0.148-0.148-0.148-0.352t0.148-0.352l5.797-5.797q0.148-0.148 0.352-0.148t0.352 0.148l1.297 1.297q0.148 0.148 0.148 0.352t-0.148 0.352z'/%3E%3C/svg%3E); */
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12.5px;
  transition: 0.3s;
}

/* html:not([dir="rtl"]) .sidebar-show .sidebar {
  margin-left: 0;
} */
html:not([dir="rtl"]) .sidebar-open {
  margin-left: 0;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: none;
}

.sideFooter {
  /* margin-top: calc(100vh - 16rem); */
  background-color: white;
  /* position: sticky;
 bottom: 0; */
  padding: 7px 24px 7px 32px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  /* height: 30px; */
  /* margin-left: 260px; */
}

.sideFooter p:first-child {
  font-size: var(--xxxSmall);
  font-weight: var(--semiBold);
  color: var(--bgLightGrey-10);
  margin-bottom: 10px;
}

.sideFooter p:last-child,
.sideFooter a {
  font-size: var(--xxxSmall);
  color: var(--bgLightGrey-10);
}

.sidebar-minimized .sideFooter {
  display: none;
}

@media (max-width: 575.98px) {
  /* .aside-menu-show .main::before,
    .sidebar-show .main::before {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1018;
        width: 100%;
        height: 100%;
        content: "";
        background: rgba(0, 0, 0, .7);
        -webkit-animation: opacity .25s;
        animation: opacity .25s;
    } */
}

@media (max-width: 991.98px) {
  .aside-menu-show .main::before,
  .sidebar-show .main::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1018;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(0, 0, 0, 0.7);
    -webkit-animation: opacity 0.25s;
    animation: opacity 0.25s;
  }
.sidebar-show{
  overflow: hidden;
}
  .sidebar {
    position: fixed;
    z-index: 1019;
    width: 250px;
    height: calc(100vh - 64px);
    /* height: 100%; */
    margin-top: 64px;
    overflow: auto;
  }

  .app-header {
    position: fixed;
    z-index: 1020;
    width: 100%;
    text-align: center;
    background-color: #fff;
    padding: 0 10px;
  }

  /* .main {
        padding-top: 117px;
    } */
}

@media (min-width: 992px) {
  .sidebar {
    position: fixed;
    z-index: 1019;
    width: 20%;
    height: calc(100vh - 70px);
    margin-top: 70px;
    max-width: 180px;
    transition: var(--transition);
    /* overflow-y: scroll; */
    overflow-y: auto;
    /* mask-image: linear-gradient(to top, transparent, black),
          linear-gradient(to left, transparent 17px, black 17px);
        mask-size: 100% 20000px;
        mask-position: left bottom;
        -webkit-mask-image: linear-gradient(to top, transparent, black),
          linear-gradient(to left, transparent 17px, black 17px);
        -webkit-mask-size: 100% 20000px;
        -webkit-mask-position: left bottom;
        transition: mask-position 0.3s, -webkit-mask-position 0.3s; */
    scrollbar-width: thin;
    scrollbar-color: var(--bgLightGrey-10) white;
  }

  /* .sidebar:hover{
       -webkit-mask-position: left top;
    } */
  .sidebar::-webkit-scrollbar {
    width: 10px;
  }

  .sidebar::-webkit-scrollbar-track {
    background: var(--bgWhite);
  }

  .sidebar::-webkit-scrollbar-thumb {
    background-color: var(--bgLightGrey-10);
    border-radius: 10px;
    border: 3px solid var(--bgWhite);
  }

  html:not([dir="rtl"]) .sidebar-lg-show .sidebar,
  html:not([dir="rtl"]) .sidebar-show .sidebar {
    margin-left: 0;
  }

  html:not([dir="rtl"]) .sidebar-lg-show.sidebar-fixed .app-footer,
  html:not([dir="rtl"]) .sidebar-lg-show.sidebar-fixed .main,
  html:not([dir="rtl"]) .sidebar-show.sidebar-fixed .app-footer,
  html:not([dir="rtl"]) .sidebar-show.sidebar-fixed .main {
    margin-left: 180px;
  }

  .sidebar-minimized .sidebar .sidebar-minimizer::before {
    width: 100%;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }

  .sidebar-minimized .sidebar .sidebar-minimizer {
    position: fixed;
    bottom: 0;
    width: 50px;
    height: 50px;
    background-color: #24282c;
  }

  .sidebar-minimized.sidebar-fixed .sidebar {
    width: 60px;
    margin-top: 68px;
  }

  .sidebar-minimized .sidebar .sidebar-nav {
    overflow: visible;
    width: 50px;
    padding: 0;
    margin: 0;
  }

  .sidebar-minimized .sidebar .nav {
    width: 50px;
  }

  .brand-minimized .app-header .navbar-brand {
    width: 50px;
    background-color: transparent;
  }

  .sidebar-minimized .sidebar .nav-item {
    width: 50px;
    overflow: hidden;
  }

  .sidebar-minimized .sidebar .nav-link {
    position: relative;
    /* padding-left: 11px; */
    margin: 0;
    white-space: nowrap;
    border-left: 0;
    min-height: 50px;
  }

  html:not([dir="rtl"])
    .sidebar-lg-show.sidebar-fixed.sidebar-minimized
    .app-footer,
  html:not([dir="rtl"]) .sidebar-lg-show.sidebar-fixed.sidebar-minimized .main,
  html:not([dir="rtl"])
    .sidebar-show.sidebar-fixed.sidebar-minimized
    .app-footer,
  html:not([dir="rtl"]) .sidebar-show.sidebar-fixed.sidebar-minimized .main {
    margin-left: 50px;
  }

  .sidebar-minimized .main {
    padding-top: 91px;
  }
}

/* Sidebar Dropdown */
.sidebar .sub-menu,.sidebar .sub-menu-dropdown,.sidebar .sub-menu-dropdown-level {
  display: none;
  /* background-color: var(--bgLightGrey); */
  margin-left: 20px;
}
.sub-menu-dropdown {
  margin-left: 20px;
}
.sidebar .nav-item ul{
  padding-left: 0;
}
.sidebar .sub-menu.active,.sidebar .sub-menu-dropdown.active,.sidebar .sub-menu-dropdown-level.active {
  display: block;
}
.sidebar .dropArrow {
  font-size: 14px !important;
  transition: 0.3s ease;
  margin-right: 0 !important;
}
.sidebar .rotate {
  transform: rotate(90deg);
}
.sidebar .sub-menu .icon {
  width: 18px;
  height: 18px;
}
.sidebar-minimized .sidebar .sub-menu .icon{
  width: 23px;
  height: 23px;
}
.sidebar .sub-menu .sub-link {
  display: block;
  font-family: var(--montserrat);
  font-weight: var(--semiBold);
  font-size: var(--xxSmall);
  color: var(--bgLightGrey-10);
  padding: 7px 14px;
  border-radius: 50rem;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  gap: 23px;
  min-height: 50px;
}


.sidebar .sub-link:hover svg.icon {
  fill: var(--bgMain) !important;
}
.sidebar .sub-menu .sub-link.active,
.sidebar .sub-menu .sub-link:hover {
  color: var(--bgMain);
  /* background-color: var(--btnGrey); */
}

/* modal */

.modal-header {
  padding: 12px;
}
.modal-header .btn-close {
  background-color: var(--bgPrimary);
}
.btn-close {
  width: 0.7em;
  height: 0.7em;
  background: url(../img/close-white.svg);
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: center;
  opacity: 1;
  border-radius: 50rem;
}
.offcanvas {
  background-color: #f5f2d5 !important;
}
.offcanvas.offcanvas-end.historyLogs {
  width: 940px;
  border: 1px solid var(--bgLightGrey-30);
  border-bottom-left-radius: 14px;
  border-top-left-radius: 14px;
  top: 12vh;
  transition: var(--transition);
}
.offcanvas.offcanvas-end.historyLogs .offcanvas-body {
  scrollbar-width: thin;
  scrollbar-color: var(--bgLightGrey-10) white;
  padding: 0;
}
.offcanvas.offcanvas-end.historyLogs .offcanvas-body::-webkit-scrollbar {
  width: 10px;
}

.offcanvas.offcanvas-end.historyLogs .offcanvas-body::-webkit-scrollbar-track {
  background: var(--bgWhite);
}

.offcanvas.offcanvas-end.historyLogs .offcanvas-body::-webkit-scrollbar-thumb {
  background-color: var(--bgLightGrey-10);
  border-radius: 10px;
  border: 3px solid var(--bgWhite);
}
.offcanvas.offcanvas-end.historyLogs .btn-close {
  background-color: var(--bgPrimary);
}

/* Inner sidebar */
/* 
.detailsWrapper {
    display: flex;
    gap: 30px;
}

.detailsWrapper .innerSidebar {
    width: 20%;
}

.detailsWrapper .innerSidebar ul {
    padding-left: 0;
    margin-bottom: 0;
}

.detailsWrapper .innerSidebar ul li {
    margin-bottom: 10px;
}

.detailsWrapper .innerSidebar ul li a {
    display: flex;
    align-items: center;
    color: var(--bgLightGrey-10);
    padding: 10px 20px;
    border-radius: 20px;
    font-weight: var(--semiBold);
    transition: var(--transition);
}

.detailsWrapper .innerSidebar ul li a:hover {
    border-radius: 20px;
    background-color: var(--btnGrey);
    color: var(--bgMain);
}

.detailsWrapper .innerSidebar ul li a.active {
    background-color: var(--btnGrey);
    color: var(--bgMain);
}

.detailsWrapper .innerSidebar ul li a svg {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    transition: var(--transition);
}

.detailsWrapper .innerSidebar ul li a svg:hover {
    fill: var(--bgMain);
}

.detailsWrapper .content {
    width: 80%;
}

.detailsWrapper .content .profileBox::before {
    position: static;
}

.detailsWrapper .content .profileBox {
    position: relative;
}

.detailsWrapper .content .profileBox .editAll {
    position: absolute;
    top: 6%;
    right: 2%;
    width: 40px;
    height: 40px;
    background-color: var(--bgMain);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50rem;
}

.detailsWrapper .content .profileBox .editAll img {
    width: 15px;
    height: 15px;
}

.detailsWrapper .content .profileBox .cBox p {
    width: auto;
}

.detailsWrapper .content .notesWrapper .noteBox {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 30px;
    position: relative;
}

.detailsWrapper .content .notesWrapper .noteBox:not(:first-child)::before {
    position: absolute;
    content: "";
    width: 2px;
    height: 30px;
    background-color: var(--bgLightGrey-20);
    top: -1.9rem;
    left: 1.2rem;
}

.detailsWrapper .content .notesWrapper .noteBox .noteLeftBg {
    width: 40px;
    height: 40px;
    border-radius: 50rem;
    background-color: var(--bgLightGrey-10);
}

.detailsWrapper .content .notesWrapper .noteBox .noteText p:first-child {
    font-family: var(--montserrat);
    font-size: var(--small);
    font-weight: var(--bold);
    color: var(--bgDarkGrey-1);
}

.detailsWrapper .content .notesWrapper .noteBox .noteText p:last-child {
    font-size: var(--xxSmall);
    color: var(--bgLightGrey-10);
}

.detailsWrapper.menuOpen .innerSidebar {
    display: block;
    transition: var(--transition);
} */

/* .detailsWrapper .sideBar-toggle::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1018;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(0, 0, 0, .7);
    -webkit-animation: opacity .25s;
    animation: opacity .25s;
} */
.detailsWrapper .menu-toggle {
  border: 1px solid var(--bgLightGrey-20);
  padding: 7px;
  border-radius: 3px;
}
.formDrag {
  position: relative;
  width: 100%;
  height: 240px;
  border: 2px dashed var(--bgPrimary);
  border-radius: 10px;
  z-index:2;

}
.formDrag div {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  position: absolute;
  top: 0;
  z-index: -1;
 
}
.formDrag input {
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  outline: none;
  opacity: 0;
  cursor:pointer;
}


.upload_file_guest {
  position: relative;
  z-index:2;
  width: 27%;
}

.upload_file_guest div {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  position: absolute;
  top: 0;
  z-index: -1;
 
}
.upload_file_guest input {
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  outline: none;
  opacity: 0;
  cursor:pointer;
}


.upload_file_guest_others {
  position: relative;
  z-index:2;
  width: 27%;
}

.upload_file_guest_others div {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: end;
  position: absolute;
  top: 0;
  z-index: -1;
 
}
.upload_file_guest_others input {
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  outline: none;
  opacity: 0;
  cursor:pointer;
}
/* div img {
        position: relative;
        top: 30px;
        left: -10px;
    } */
/* #fileName::before {
  content: "File Name:";
}
#fileName {
  position: relative;
  top: 10px;
} */
.dragFileBox{
    border:1px solid var(--lightBorder);
    display:flex;
    align-items:center;
    padding:16px;
    gap:10px;
    margin-bottom:10px;
    position: relative;
}
.dragFileBox p span.name{
  color: var(--bgDarkGrey-1);
  word-break: break-all;

}
.dragFileBox p{
    font-size:var(--small);
    margin: 0px 5px 3px 0px;
    font-weight:var(--semiBold);
}
.dragFileBox p.success{
    color: var(--bgSuccess);
    font-size:var(--xxSmall);
}
.dragFileBox p.error{
    color: var(--bgError);
}
.dragFileBox p span{
    color: var(--bgPrimary);
}
.dragFileBox .progress {
    height: 8px;
    border-radius:0;
  }
  .dragFileBox .progress .progress-bar {
    width: 50%;
    background-color: var(--bgSuccess);
  }
  .dragFileBox .rmvBox{
position: absolute;
top: 0px;
    right: 2px;
  }

  /* admin sidebar menu icon */
  .sidebar .nav-link svg.icon, .sidebar .dropdown-btn svg.icon {
    width: 24px;
    height: 24px;
    margin: 0;
  }
  .sidebar .nav-item .meniIcon{
    margin-right: 8px;

  }

  .sidebar .nav-item.eventIcon .meniIcon{
background: url(../img/menu-icons/eventsIcon.svg) no-repeat center center;
  }

  .sidebar .nav-item.eventIcon:hover .meniIcon, .sidebar .nav-item.eventIcon .active .meniIcon{
    background: url(../img/menu-icons/eventsIconHover.svg) no-repeat center center;
  }
  .sidebar .nav-item.supportIcon .meniIcon{
    background: url(../img/menu-icons/supportIcon.svg) no-repeat center center;
  } 

  .sidebar .nav-item.supportIcon:hover .meniIcon, .sidebar .nav-item.supportIcon .active .meniIcon{
    background: url(../img/menu-icons/supportIconHover.svg) no-repeat center center;
  }

  .sidebar .nav-item.liveIcon .meniIcon{
    background: url(../img/menu-icons/liveIcon.svg) no-repeat center center;
  }

  .sidebar .nav-item.liveIcon:hover .meniIcon, .sidebar .nav-item.liveIcon .active .meniIcon{
    background: url(../img/menu-icons/liveIconHover.svg) no-repeat center center;
  }
  .sidebar .nav-item.usersIcon .meniIcon{
    background: url(../img/menu-icons/userIcon.svg) no-repeat center center;
  }

  .sidebar .nav-item.usersIcon:hover .meniIcon, .sidebar .nav-item.usersIcon .active .meniIcon{
    background: url(../img/menu-icons/userIconHover.svg) no-repeat center center;
  }

  .sidebar .nav-item.settingsIcon .meniIcon{
    background: url(../img/menu-icons/settingsIcon.svg) no-repeat center center;
  }

  .sidebar .nav-item.settingsIcon:hover .meniIcon, .sidebar .nav-item.settingsIcon .active .meniIcon{
    background: url(../img/menu-icons/supportIconHover.svg) no-repeat center center;
  }

  /* admin sidebar menu icon end*/

  /* .xdsoft_datetimepicker */ 

  .xdsoft_datetimepicker {
    background: var(--bgBeige);
    border-left: 1px solid var(--bgBeige);
    border-right: 1px solid var(--bgBeige);
    border-top: 1px solid var(--bgBeige);
    
  }
  .xdsoft_datetimepicker .xdsoft_calendar td, .xdsoft_datetimepicker .xdsoft_calendar th, .xdsoft_datetimepicker .xdsoft_label {
    background: var(--bgBeige);
  }
  .xdsoft_datetimepicker .xdsoft_calendar td:hover, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div:hover, .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default, .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current {
    background: var(--bgPrimary) !important;
  }
  /* .xdsoft_datetimepicker end */

  /* summernote css  */
  .note-toolbar {
    background-color: #F5F2D5  !important;
   
    border-color: #F5F2D5 !important;
    border-top-left-radius: 3px !important;
    border-top-right-radius: 3px!important;
    color: #333!important;
    padding: 10px 5px!important;
    padding: 5px 10px 5px !important;
    border-radius: 8px!important;
  }
  .note-editor.note-airframe .note-editing-area .note-editable, .note-editor.note-frame .note-editing-area .note-editable {
    background: #F5F2D5 !important;
    margin: 20px 0 0 !important;
    border-radius: 9px !important;
}
.note-editor.note-airframe, .note-editor.note-frame {
  border: transparent !important;
}
.note-btn {
  background-color: #F9F9F9 !important;
  padding: 10px 15px !important;
  border: none  !important;
}
.note-editor .note-toolbar>.note-btn-group, .note-popover .popover-content>.note-btn-group {
  border-radius: 9px !important;
    overflow: hidden;
    border: 1px solid #dae0e5;
}