/*!***************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/lib/index.js!./src/stylesheets/app.scss ***!
  \***************************************************************************************************************************************************/
html {
  overflow: hidden;
}

.loader {
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 40px;
  }

.c-chk__label--toggle{
    top: -10px;
}

.page-loading {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(3, 54, 61, 0.68);
  z-index: 9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

iframe{
  width: 100%;  
  height: auto;
}

iframe.iframe-full{
  height: calc(100vh - 100px);
}

iframe.iframe-support{
  height: 90vh;
}

iframe.iframe-small{
  height: calc(100vh - 200px);
}

.iframe_container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow-y: hidden;
}

.scrollview{
  height: 360px;
  overflow: auto;
}

body {
  margin: 0;
  overflow-y: hidden;
}

td.c-table__row__cell{cursor: pointer;}

td.c-table__row__cell a{color:#2f3941; display:block; font-weight:400;}

td.c-table__row__cell span.unread{font-weight:600;}

td.c-table__row__cell a:hover{ text-decoration:none;}

td.c-table__row__cell p{color:rgba(0,0,0,0.5); font-weight:400;}

td.c-table__row__cell p small{display:inline-block;}

td.c-table__row__cell p small+small{display:none;}

td.c-table__row__cell  p:hover small{display:none;}

td.c-table__row__cell  p:hover small+small{display:inline-block;}

::-webkit-scrollbar {
  width: 3px;
}

/* Track */

::-webkit-scrollbar-track {
  background:transparent;
  
}

/* Handle */

::-webkit-scrollbar-thumb {
  background: transparent;
  
}

/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
  background: rgba(0,0,0,0.2);
  border-radius: 3px;
}

#no-notification{margin-top: 120px;}

#time{vertical-align: middle;}

.topbar-tabs .c-tab__list__item {
  padding: 5px 7px 6px;
}

li#topbar-tab3{
  padding: 5px 10px 6px;
  text-align: left;
}

p.button-height{
  line-height: 33px;
}

.ui-disabled{
  pointer-events: auto! important;
  cursor: not-allowed! important;
}

a:link { text-decoration: none; }

/* sidebar menu css start */

.main-content-wrapper {
    min-height: 100% !important;
}

.main-content-wrapper>aside {
    padding: 24px 16px !important;
    padding-left: 14px !important;
}

.c-tab__list {
    border-bottom: 0px;
}

.sidebar-anchor {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
    -webkit-transition: border-color 0.25s ease-in-out 0s, background-color 0.25s ease-in-out 0s, color 0.25s ease-in-out 0s, z-index 0.25s ease-in-out 0s, -webkit-box-shadow 0.1s ease-in-out 0s;
    transition: border-color 0.25s ease-in-out 0s, background-color 0.25s ease-in-out 0s, color 0.25s ease-in-out 0s, z-index 0.25s ease-in-out 0s, -webkit-box-shadow 0.1s ease-in-out 0s;
    transition: border-color 0.25s ease-in-out 0s, box-shadow 0.1s ease-in-out 0s, background-color 0.25s ease-in-out 0s, color 0.25s ease-in-out 0s, z-index 0.25s ease-in-out 0s;
    transition: border-color 0.25s ease-in-out 0s, box-shadow 0.1s ease-in-out 0s, background-color 0.25s ease-in-out 0s, color 0.25s ease-in-out 0s, z-index 0.25s ease-in-out 0s, -webkit-box-shadow 0.1s ease-in-out 0s;
    margin: 0px;
    border: 1px solid rgb(31, 115, 183);
    border-radius: 4px;
    overflow: hidden;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: inherit;
    font-weight: 400;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    height: 40px;
    line-height: 38px;
}

.sidebar-anchor button {
    color: #fff !important;
    padding: 2px 118px;
    font-size: 14px !important;
    background-color: #1371d6 !important;
    border-color: #1371d6 !important;
    border: none;
    padding-top:0px;
    padding-bottom: 0px;
}

.disabled-cursor {
    opacity: 0.2 !important;
    cursor: default !important;
    font-size: 16px !important;
}

.disabled-cursor:hover {
    text-decoration: none !important;
}

.not-disabled {
    opacity: 1 !important;
    cursor: pointer !important;
}

.sidebar-anhor-logo,
.sidebar-widget-wrapper {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.sidebar-content-wrapper img {
    position: absolute;
    height: 55px;
    bottom: 6rem;
}

.sidebar-widget-wrapper{
  -ms-flex-negative: 0;
      flex-shrink: 0;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-right: 1px solid rgb(216, 220, 222);
    width: 330px;
    overflow: auto;
    position: absolute;
    bottom: 1.5rem;
    left: 0px;
}

.is-selected {
    background: #d8dcde !important;
    border-radius: 8px !important;
    width: 100% !important;
    cursor: pointer;
}

.item-list{
    font-size: 14px;
    font-weight: 400;
    direction: ltr;
    color: #012b30 !important; 
    font-size: 16px !important;
    padding: 4px 10px;
    cursor: pointer;
    line-height: 32px !important;
}

.tab-heading{
   line-height: 32px;
   font-size: 26px;
   font-weight: 400;
   direction: ltr;
}

/* sidebar css end */
