select[style*="display: none"] {
  height: 0px !important;
  width: 0px !important;
  opacity: 0 !important;
  position: absolute !important;
  display: flex !important; }

.redreq {
  color: red; }

.input-asteric {
  padding-left: 3px;
  color: red;
  display: inline-block;
  font-size: 12.5px; }

.image-remove-btn {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0px 5px;
  color: #fff;
  background: rgba(0, 0, 0, 0.3);
  cursor: pointer;
  border-radius: 3px;
  z-index: 1; }

.image-select-box {
  position: relative;
  width: 160px;
  height: 160px;
  float: left;
  background: #f2f2f2;
  display: inline-block;
  border-radius: 5px;
  padding: 0;
  margin: 0; }

.image-select-box:hover {
  position: relative;
  float: left;
  background: #eaeaea;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5); }

.picture-level {
  width: 100%;
  height: 100%;
  float: left;
  display: block;
  position: relative;
  text-align: center; }

.picture-level > .image-title {
  position: absolute;
  bottom: 0px;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 10px;
  padding: 5px 0;
  float: left;
  cursor: pointer;
  border-radius: 0 0 4px 4px;
  font-weight: 500;
  font-style: normal; }

#tempUser {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  cursor: pointer;
  font-size: 70px;
  padding: 20px 0px;
  text-align: center;
  float: left;
  color: #ddd; }

.selected-image {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  cursor: pointer;
  padding: 0px 0px; }

/*forms*/
.cursor-hand {
  cursor: pointer; }

/*text colors*/
.text-primary-hover:hover {
  color: #3c8dbc; }

.no-select {
  user-select: none !important; }

/*containers*/
@media screen and (min-width: 1550px) {
  .container-xl {
    padding-left: 100px;
    padding-right: 100px;
    transition-duration: .5s; } }

@media screen and (min-width: 1650px) {
  .container-xl {
    padding-left: 150px;
    padding-right: 150px;
    transition-duration: .5s; } }

@media screen and (min-width: 1750px) {
  .container-xl {
    padding-left: 200px;
    padding-right: 200px;
    transition-duration: .5s; } }

@font-face {
  font-family: 'digital';
  font-style: normal;
  font-weight: 600;
  src: local("digital"), local("digital"), url(../fonts/digital.ttf) format("truetype"); }

@font-face {
  font-family: 'OpenSans';
  font-style: normal;
  font-weight: 400;
  src: local("OpenSans"), url(../fonts/open-sans/OpenSans-Regular.ttf) format("truetype"); }

@font-face {
  font-family: 'OpenSans';
  font-style: italic;
  font-weight: 400;
  src: local("OpenSans"), url(../fonts/open-sans/OpenSans-Italic.ttf) format("truetype"); }

@font-face {
  font-family: 'OpenSans';
  font-style: normal;
  font-weight: 500;
  src: local("OpenSans"), url(../fonts/open-sans/OpenSans-Semibold.ttf) format("truetype"); }

@font-face {
  font-family: 'OpenSans';
  font-style: italic;
  font-weight: 500;
  src: local("OpenSans"), url(../fonts/open-sans/OpenSans-SemiboldItalic.ttf) format("truetype"); }

@font-face {
  font-family: 'OpenSans';
  font-style: normal;
  font-weight: 600;
  src: local("OpenSans"), url(../fonts/open-sans/OpenSans-Bold.ttf) format("truetype"); }

@font-face {
  font-family: 'OpenSans';
  font-style: italic;
  font-weight: 600;
  src: local("OpenSans"), url(../fonts/open-sans/OpenSans-BoldItalic.ttf) format("truetype"); }

@font-face {
  font-family: 'OpenSans';
  font-style: normal;
  font-weight: 800;
  src: local("OpenSans"), url(../fonts/open-sans/OpenSans-ExtraBold.ttf) format("truetype"); }

@font-face {
  font-family: 'OpenSans';
  font-style: italic;
  font-weight: 800;
  src: local("OpenSans"), url(../fonts/open-sans/OpenSans-ExtraBoldItalic.ttf) format("truetype"); }

@font-face {
  font-family: 'OpenSans';
  font-style: normal;
  font-weight: bold;
  src: local("OpenSans"), url(../fonts/open-sans/OpenSans-Semibold.ttf) format("truetype"); }

@font-face {
  font-family: 'OpenSans';
  font-style: italic;
  font-weight: bold;
  src: local("OpenSans"), url(../fonts/open-sans/OpenSans-SemiboldItalic.ttf) format("truetype"); }

.text-1 {
  font-size: 16px !important; }

.text-2 {
  font-size: 18px !important; }

.text-3 {
  font-size: 20px !important; }

.text-4 {
  font-size: 22px !important; }

.text-5 {
  font-size: 24px !important; }

/*Margins*/
/*.m-0{margin:0px;}
.mt-0{margin-top:0px;}
.ml-0{margin-left:0px;}
.mr-0{margin-right:0px;}
.mb-0{margin-bottom:0px;}

.mt-1{margin-top:5px;}
.mr-1{margin-right:5px;}
.mb-1{margin-bottom:5px;}
.ml-1{margin-left:5px;}

.mt-2{margin-top:10px;}
.mr-2{margin-right:10px;}
.mb-2{margin-bottom:10px;}
.ml-2{margin-left:10px;}

.mt-3{margin-top:15px;}
.mr-3{margin-right:15px;}
.mb-3{margin-bottom:15px;}
.ml-3{margin-left:15px;}

.mt-4{margin-top:20px;}
.mr-4{margin-right:20px;}
.mb-4{margin-bottom:20px;}
.ml-4{margin-left:20px;}

.mt-5{margin-top:25px;}
.mr-5{margin-right:25px;}
.mb-5{margin-bottom:25px;}
.ml-5{margin-left:25px;}*/
/*paddings*/
/*.p-0{padding:0px !important;}
.pt-0{padding-top:0px;}
.pl-0{padding-left:0px;}
.pr-0{padding-right:0px;}
.pb-0{padding-bottom:0px;}

.pt-1{padding-top:5px;}
.pr-1{padding-right:5px;}
.pb-1{padding-bottom:5px;}
.pl-1{padding-left:5px;}

.pt-2{padding-top:10px;}
.pr-2{padding-right:10px;}
.pb-2{padding-bottom:10px;}
.pl-2{padding-left:10px;}

.pt-3{padding-top:15px;}
.pr-3{padding-right:15px;}
.pb-3{padding-bottom:15px;}
.pl-3{padding-left:15px;}

.pt-4{padding-top:20px;}
.pr-4{padding-right:20px;}
.pb-4{padding-bottom:20px;}
.pl-4{padding-left:20px;}

.pt-5{padding-top:25px;}
.pr-5{padding-right:25px;}
.pb-5{padding-bottom:25px;}
.pl-5{padding-left:25px;}*/
strong, b {
  font-weight: 500; }

/*.convertedNoNep {
    font-family: Arial
}*/
.highlighted-bg {
  background-color: #ddd; }
  .highlighted-bg.rounded {
    border-radius: 6px; }

.bg-body {
  background-color: #f6f7f9; }

*,
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/**:not(.single-print-in-one-page) {*/
/*  page-break-before: avoid;*/
/*  !*page-break-inside: avoid; *!*/
/*}*/

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 62.5%;
  -webkit-tap-highlight-color: transparent;
  scroll-behavior: smooth; }

body {
  padding: 0;
  height: 100%;
  position: relative;
  width: 100%;
  margin: 0;
  background-color: #f6f7f9;
  display: block;
  font-family: 'OpenSans', sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #555;
  overflow-x: hidden;
  overflow-y: auto;
  height: 100vh;
  -webkit-font-smoothing: antialiased !important; }

/*.row {
    & > div {
        flex: 100%;
        max-width: 100%;
    }
}*/
/*
    sidebar-collapse
    sidebar-collapse-default--
    sidebar-collapse-forced
    sidebar-collapse-no-animation
*/
body.sidebar-collapse:not(.forced-collapse) > aside {
  left: -220px;
  animation: collapse-sidebarAnimation;
  animation-duration: 0.8s;
  animation-iteration-count: 1; }
  body.sidebar-collapse:not(.forced-collapse) > aside > .sidebar-menu-container, body.sidebar-collapse:not(.forced-collapse) > aside > .aside-footer {
    left: -220px;
    animation: collapse-sidebarAnimation;
    animation-duration: 0.8s;
    animation-iteration-count: 1; }

body.sidebar-collapse:not(.forced-collapse) > header.titlebar {
  left: 0;
  animation: collapse-headerAnimation;
  animation-duration: 0.8s;
  animation-iteration-count: 1; }

body.sidebar-collapse:not(.forced-collapse) > .app-page {
  padding-left: 0;
  animation: collapse-containerAnimation;
  animation-duration: 0.8s;
  animation-iteration-count: 1; }

body.sidebar-collapse.forced-collapse > aside,
body.forced-collapse.sidebar-collapse > aside {
  left: -220px; }
  body.sidebar-collapse.forced-collapse > aside > .sidebar-menu-container, body.sidebar-collapse.forced-collapse > aside > .aside-footer,
  body.forced-collapse.sidebar-collapse > aside > .sidebar-menu-container,
  body.forced-collapse.sidebar-collapse > aside > .aside-footer {
    left: -220px; }

body.sidebar-collapse.forced-collapse > header.titlebar,
body.forced-collapse.sidebar-collapse > header.titlebar {
  left: 0; }

body.sidebar-collapse.forced-collapse > .app-page,
body.forced-collapse.sidebar-collapse > .app-page {
  padding-left: 0; }

body.show-sidebar:not(.forced-collapse) > aside {
  left: 0;
  animation: expand-sidebarAnimation;
  animation-duration: 0.8s;
  animation-iteration-count: 1; }
  body.show-sidebar:not(.forced-collapse) > aside > .sidebar-menu-container, body.show-sidebar:not(.forced-collapse) > aside > .aside-footer {
    left: 0;
    animation: expand-sidebarAnimation;
    animation-duration: 0.8s;
    animation-iteration-count: 1; }

body.show-sidebar:not(.forced-collapse) > header.titlebar {
  left: 220px;
  animation: expand-headerAnimation;
  animation-duration: 0.8s;
  animation-iteration-count: 1; }

body.show-sidebar:not(.forced-collapse) > .app-page {
  padding-left: 220px;
  animation: expand-containerAnimation;
  animation-duration: 0.8s;
  animation-iteration-count: 1; }

/*body.show-sidebar.forced-collapse:not(.sidebar-collapse),
body.forced-collapse.show-sidebar:not(.sidebar-collapse) {
    & > aside {
        left: 0;
        animation: expand-sidebarAnimation;
        animation-duration: $animation-speed;
        animation-iteration-count: 1;

        & > .sidebar-menu-container, & > .aside-footer {
            left: 0;
            animation: expand-sidebarAnimation;
            animation-duration: $animation-speed;
            animation-iteration-count: 1;
        }
    }

    & > header.titlebar {
        left: 0px;
    }

    & > .app-page {
        padding-left: 0px;
    }
}*/
@keyframes collapse-sidebarAnimation {
  from {
    left: 0px; }
  to {
    left: -220px; } }

@keyframes expand-sidebarAnimation {
  from {
    left: -220px; }
  to {
    left: 0px; } }

@keyframes collapse-containerAnimation {
  from {
    padding-left: 220px; }
  to {
    padding-left: 0px; } }

@keyframes expand-containerAnimation {
  from {
    padding-left: 0px; }
  to {
    padding-left: 220px; } }

@keyframes collapse-headerAnimation {
  from {
    left: 220px; }
  to {
    left: 0px; } }

@keyframes expand-headerAnimation {
  from {
    left: 0px; }
  to {
    left: 220px; } }

/*body.forced-collapse:not(.sidebar-collapse) {
    & > aside {
        box-shadow: 0px 50px 50px rgba(0,0,0,0.4);
    }

    & > header.titlebar {
        left: 0;
    }

    & > .app-page {
        padding-left: 0;
    }

    & > .sidebar-backdrop {
        display: block;
        position: fixed;
        top: $nav-height;
        bottom: 0;
        right: 0;
        left: 0;
        background-color: rgba(0,0,0,0.8);
        z-index: 100;
        //backdrop-filter: blur(2px);
    }
}

// animation on collapse show where sidebar is not hidden by default
body.sidebar-collapse:not(.forced-collapse) {
    & > aside {
        left: -$aside-width;
        animation: _sidebar_collapse_animation_for_aside;
        animation-duration: $animation-speed;
        animation-iteration-count: 1;

        & > .sidebar-menu-container, & > .aside-footer {
            left: -$aside-width;
            animation: _sidebar_collapse_animation_for_aside;
            animation-duration: $animation-speed;
            animation-iteration-count: 1;
        }
    }

    & > header.titlebar {
        left: 0;
        animation: _sidebar_collapse_animation_for_header;
        animation-duration: $animation-speed;
        animation-iteration-count: 1;
    }

    & > .app-page {
        padding-left: 0;
        animation: _sidebar_collapse_animation_for_main_container;
        animation-duration: $animation-speed;
        animation-iteration-count: 1;
    }
}

// animation on sidebar show where sidebar is not hidden by default
body.show-sidebar:not(.forced-collapse) {
    & > aside {
        animation: _sidebar_un_collapse_animation_for_aside;
        animation-duration: $animation-speed;
        animation-iteration-count: 1;

        & > .sidebar-menu-container, & > .aside-footer {
            animation: _sidebar_un_collapse_animation_for_aside;
            animation-duration: $animation-speed;
            animation-iteration-count: 1;
        }
    }

    & > header.titlebar {
        animation: _sidebar_un_collapse_animation_for_header;
        animation-duration: $animation-speed;
        animation-iteration-count: 1;
    }

    & > .app-page {
        animation: _sidebar_un_collapse_animation_for_main_container;
        animation-duration: $animation-speed;
        animation-iteration-count: 1;
    }
}

// animation on sidebar show where sidebar is hidden by default
body.show-sidebar.forced-collapse {
    & > aside {
        animation: _sidebar_un_collapse_animation_for_aside;
        animation-duration: $animation-speed;
        animation-iteration-count: 1;

        & > .sidebar-menu-container, & > .aside-footer {
            animation: _sidebar_un_collapse_animation_for_aside;
            animation-duration: $animation-speed;
            animation-iteration-count: 1;
        }
    }
}

// animatio on sidebar collapse where sidebar is hidden by default
body.sidebar-collapse.forced-collapse:not(.no-animation-on-collapse) {
    & > aside {
        animation: _sidebar_collapse_animation_for_aside;
        animation-duration: $animation-speed;
        animation-iteration-count: 1;

        & > .sidebar-menu-container, & > .aside-footer {
            animation: _sidebar_collapse_animation_for_aside;
            animation-duration: $animation-speed;
            animation-iteration-count: 1;
        }
    }
}
*/
@keyframes _sidebar_collapse_animation_for_aside {
  from {
    left: 0px; }
  to {
    left: -220px; } }

@keyframes _sidebar_collapse_animation_for_header {
  from {
    left: 220px; }
  to {
    left: 0px; } }

@keyframes _sidebar_collapse_animation_for_main_container {
  from {
    padding-left: 220px; }
  to {
    padding-left: 0; } }

@keyframes _sidebar_un_collapse_animation_for_aside {
  from {
    left: -220px; }
  to {
    left: 0px; } }

@keyframes _sidebar_un_collapse_animation_for_header {
  from {
    left: 0px; }
  to {
    left: 220px; } }

@keyframes _sidebar_un_collapse_animation_for_main_container {
  from {
    padding-left: 0; }
  to {
    padding-left: 220px; } }

.fade-up-animation {
  animation-name: _fade_up_animation;
  animation-duration: .5s;
  animation-iteration-count: 1; }

@keyframes _fade_up_animation {
  from {
    margin-top: -100px;
    opacity: .1;
    visibility: collapse; }
  to {
    margin-top: 0px;
    opacity: 1;
    visibility: visible; } }

a {
  text-decoration: none;
  color: #3c8dbc; }
  a:hover {
    text-decoration: none;
    color: #367fa9; }

/*.ConvertToMoney{
    text-align:right !important;
}*/
.col-none {
  flex-basis: 0 !important;
  flex-grow: 0 !important; }

.convertNoNep:not(a) {
  color: #555; }

nav {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 40px;
  background-color: #3c8dbc;
  box-shadow: -2px 0px 6px 1px rgba(0, 0, 0, 0.3);
  z-index: 11; }

.app-brand {
  background-color: rgba(0, 0, 0, 0.2);
  width: 220px;
  height: 40px;
  display: inline-block;
  float: left; }
  .app-brand > .app-brand-link {
    text-decoration: none;
    width: 100%;
    text-align: center;
    padding: 1px 10px 1px 10px;
    display: block;
    cursor: pointer;
    /*&:hover {
            padding: 2px 10px;
            transition-duration: .5s;
        }*/ }
    .app-brand > .app-brand-link > .app-brand-logo {
      width: 93px;
      height: 38px;
      cursor: pointer; }

.left-menus {
  display: inline-block;
  padding: 0;
  margin: 0 0 0 15px;
  float: left; }

.right-menus {
  display: inline-block;
  padding: 0;
  margin: 0 12px 0 0;
  float: right; }

.btn-sidebar-toggle {
  border: 1px solid transparent;
  background-color: transparent;
  margin-top: 5px;
  margin-right: 5px;
  height: 30px !important;
  outline: none !important;
  border-radius: 6px;
  width: 30px;
  float: left;
  cursor: pointer !important;
  padding: 0 5px; }
  .btn-sidebar-toggle > .sidebar-toogle-bars {
    height: 2px;
    width: 100%;
    display: block;
    background-color: #fff;
    border-radius: 6px; }
    .btn-sidebar-toggle > .sidebar-toogle-bars:not(:last-child) {
      margin-bottom: 4px; }
  .btn-sidebar-toggle:hover {
    transition-duration: .3s;
    background-color: rgba(0, 0, 0, 0.1);
    border-color: rgba(200, 200, 200, 0.5); }

@media screen and (min-width: 992px) {
  ul.top-menus {
    width: auto;
    display: block;
    margin: 5px 0;
    padding: 0px;
    list-style: none;
    float: left;
    height: 30px; }
  ul.top-menus > li {
    width: auto;
    display: inline-block;
    margin: 0px 1px 0 0;
    padding: 0px;
    float: left;
    position: relative; }
  ul.top-menus > li > a {
    padding: 4px 18px 5px 10px;
    font-size: 13px;
    font-weight: 400;
    color: #fff !important;
    cursor: pointer;
    text-decoration: none;
    float: left;
    border-radius: 6px;
    border-width: 1px;
    border-color: transparent;
    border-style: solid solid solid solid;
    user-select: none;
    height: 30px;
    text-shadow: 1px 0.14rem 1px rgba(0, 0, 0, 0.6);
    align-items: center;
    vertical-align: text-bottom;
    font-stretch: extra-expanded;
    font-stretch: semi-condensed;
    text-decoration-thickness: from-font; }
  ul.top-menus > li.no-caret > a {
    padding-right: 10px; }
  ul.top-menus > li:hover > a {
    background-color: rgba(0, 0, 0, 0.1); }
  ul.top-menus > li.menu-activate > a {
    background-color: rgba(0, 0, 0, 0.1);
    border-color: rgba(200, 200, 200, 0.5);
    color: #fff !important; }
  ul.top-menus > li.top-menu {
    position: relative; }
  ul.top-menus > li.top-menu > ul,
  ul.top-menus > li.top-menu > .menus {
    text-decoration: none;
    min-width: 150px;
    position: absolute;
    left: 0;
    top: 35px;
    background-color: #fff;
    border-radius: 6px;
    padding: 10px 0px;
    display: none;
    list-style-type: none;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.15);
    max-width: auto;
    z-index: 1;
    min-width: 180px; }
  ul.top-menus > li.top-menu > ul > li,
  ul.top-menus > li.top-menu > .menus > li {
    margin: 0;
    padding: 0; }
  ul.top-menus > li.top-menu > ul > li > a,
  ul.top-menus > li.top-menu > .menus > li > a {
    width: 100%;
    display: block;
    padding: 4px 35px 4px 35px;
    text-decoration: none;
    color: #222;
    cursor: pointer;
    font-weight: 400;
    word-wrap: normal;
    word-break: keep-all;
    text-overflow: hidden;
    position: relative;
    white-space: nowrap;
    user-select: none;
    font-size: 13px; }
  ul.top-menus > li.top-menu > ul > li > a > .menu-icon,
  ul.top-menus > li.top-menu > .menus > li > a > .menu-icon {
    width: 30px;
    text-align: center;
    float: left;
    display: block;
    position: absolute;
    left: 0;
    padding: 0;
    border-right: 1px solid #ccc;
    background: linear-gradient(to right, #307196 0%, #35a4e5 50%, #3c8dbc 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 98%;
    height: 16px !important;
    top: 5px; }
  ul.top-menus > li.top-menu > ul > li > a:hover,
  ul.top-menus > li.top-menu > .menus > li > a:hover {
    background-color: rgba(0, 0, 0, 0.07);
    color: #222; }
  ul.top-menus > li.top-menu > ul > li.top-menu,
  ul.top-menus > li.top-menu > .menus > li.top-menu {
    position: relative; }
  ul.top-menus > li.top-menu > ul > li.top-menu > ul,
  ul.top-menus > li.top-menu > ul > li.top-menu > .menus,
  ul.top-menus > li.top-menu > .menus > li.top-menu > ul,
  ul.top-menus > li.top-menu > .menus > li.top-menu > .menus {
    position: absolute;
    display: none;
    float: left;
    left: 100%;
    top: 0;
    border-radius: 6px;
    min-width: 150px;
    max-width: auto;
    background: #fff;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.15);
    list-style-type: none;
    padding: 10px 0;
    margin: -10px 0 0 0;
    min-width: 180px; }
  ul.top-menus > li.top-menu > ul > li.top-menu > ul > li,
  ul.top-menus > li.top-menu > ul > li.top-menu > .menus > li,
  ul.top-menus > li.top-menu > .menus > li.top-menu > ul > li,
  ul.top-menus > li.top-menu > .menus > li.top-menu > .menus > li {
    width: 100%;
    padding: 0;
    margin: 0; }
  ul.top-menus > li.top-menu > ul > li.top-menu > ul > li > a,
  ul.top-menus > li.top-menu > ul > li.top-menu > .menus > li > a,
  ul.top-menus > li.top-menu > .menus > li.top-menu > ul > li > a,
  ul.top-menus > li.top-menu > .menus > li.top-menu > .menus > li > a {
    width: 100%;
    padding: 4px 40px 4px 35px;
    display: block;
    margin: 0;
    text-decoration: none;
    color: #222;
    cursor: pointer;
    font-weight: 400;
    position: relative;
    user-select: none;
    white-space: nowrap;
    font-size: 13px; }
  ul.top-menus > li.top-menu > ul > li.top-menu > ul > li > a > .menu-icon,
  ul.top-menus > li.top-menu > ul > li.top-menu > .menus > li > a > .menu-icon,
  ul.top-menus > li.top-menu > .menus > li.top-menu > ul > li > a > .menu-icon,
  ul.top-menus > li.top-menu > .menus > li.top-menu > .menus > li > a > .menu-icon {
    width: 30px;
    text-align: center;
    float: left;
    display: block;
    position: absolute;
    left: 0;
    padding: 0;
    border-right: 1px solid #ccc;
    background: linear-gradient(to right, #307196 0%, #35a4e5 50%, #3c8dbc 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 98%;
    height: 16px !important;
    top: 5px; }
  ul.top-menus > li.top-menu > ul > li.top-menu > ul > li > a:hover,
  ul.top-menus > li.top-menu > ul > li.top-menu > .menus > li > a:hover,
  ul.top-menus > li.top-menu > .menus > li.top-menu > ul > li > a:hover,
  ul.top-menus > li.top-menu > .menus > li.top-menu > .menus > li > a:hover {
    background-color: rgba(0, 0, 0, 0.07);
    color: #222; }
  ul.top-menus > li.top-menu > ul > li.top-menu > ul > li.top-menu,
  ul.top-menus > li.top-menu > ul > li.top-menu > .menus > li.top-menu,
  ul.top-menus > li.top-menu > .menus > li.top-menu > ul > li.top-menu,
  ul.top-menus > li.top-menu > .menus > li.top-menu > .menus > li.top-menu {
    position: relative; }
  ul.top-menus > li.top-menu > ul > li.top-menu > ul > li.top-menu > ul,
  ul.top-menus > li.top-menu > ul > li.top-menu > ul > li.top-menu > .menus,
  ul.top-menus > li.top-menu > ul > li.top-menu > .menus > li.top-menu > ul,
  ul.top-menus > li.top-menu > ul > li.top-menu > .menus > li.top-menu > .menus,
  ul.top-menus > li.top-menu > .menus > li.top-menu > ul > li.top-menu > ul,
  ul.top-menus > li.top-menu > .menus > li.top-menu > ul > li.top-menu > .menus,
  ul.top-menus > li.top-menu > .menus > li.top-menu > .menus > li.top-menu > ul,
  ul.top-menus > li.top-menu > .menus > li.top-menu > .menus > li.top-menu > .menus {
    position: absolute;
    display: none;
    float: left;
    left: 100%;
    top: 0;
    border-radius: 6px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.15);
    min-width: 150px;
    background-color: #fff;
    list-style-type: none;
    padding: 10px 0;
    margin: -10px 0 0 0;
    min-width: 180px; }
  ul.top-menus > li.top-menu > ul > li.top-menu > ul > li.top-menu > ul > li,
  ul.top-menus > li.top-menu > ul > li.top-menu > ul > li.top-menu > .menus > li,
  ul.top-menus > li.top-menu > ul > li.top-menu > .menus > li.top-menu > ul > li,
  ul.top-menus > li.top-menu > ul > li.top-menu > .menus > li.top-menu > .menus > li,
  ul.top-menus > li.top-menu > .menus > li.top-menu > ul > li.top-menu > ul > li,
  ul.top-menus > li.top-menu > .menus > li.top-menu > ul > li.top-menu > .menus > li,
  ul.top-menus > li.top-menu > .menus > li.top-menu > .menus > li.top-menu > ul > li,
  ul.top-menus > li.top-menu > .menus > li.top-menu > .menus > li.top-menu > .menus > li {
    width: 100%;
    padding: 0;
    margin: 0; }
  ul.top-menus > li.top-menu > ul > li.top-menu > ul > li.top-menu > ul > li > a,
  ul.top-menus > li.top-menu > ul > li.top-menu > ul > li.top-menu > .menus > li > a,
  ul.top-menus > li.top-menu > ul > li.top-menu > .menus > li.top-menu > ul > li > a,
  ul.top-menus > li.top-menu > ul > li.top-menu > .menus > li.top-menu > .menus > li > a,
  ul.top-menus > li.top-menu > .menus > li.top-menu > ul > li.top-menu > ul > li > a,
  ul.top-menus > li.top-menu > .menus > li.top-menu > ul > li.top-menu > .menus > li > a,
  ul.top-menus > li.top-menu > .menus > li.top-menu > .menus > li.top-menu > ul > li > a,
  ul.top-menus > li.top-menu > .menus > li.top-menu > .menus > li.top-menu > .menus > li > a {
    width: 100%;
    padding: 4px 40px 4px 35px;
    display: block;
    margin: 0;
    text-decoration: none;
    color: #222;
    cursor: pointer;
    font-weight: 400;
    position: relative;
    user-select: none;
    white-space: nowrap;
    font-size: 13px; }
  ul.top-menus > li.top-menu > ul > li.top-menu > ul > li.top-menu > ul > li > a > .menu-icon,
  ul.top-menus > li.top-menu > ul > li.top-menu > ul > li.top-menu > .menus > li > a > .menu-icon,
  ul.top-menus > li.top-menu > ul > li.top-menu > .menus > li.top-menu > ul > li > a > .menu-icon,
  ul.top-menus > li.top-menu > ul > li.top-menu > .menus > li.top-menu > .menus > li > a > .menu-icon,
  ul.top-menus > li.top-menu > .menus > li.top-menu > ul > li.top-menu > ul > li > a > .menu-icon,
  ul.top-menus > li.top-menu > .menus > li.top-menu > ul > li.top-menu > .menus > li > a > .menu-icon,
  ul.top-menus > li.top-menu > .menus > li.top-menu > .menus > li.top-menu > ul > li > a > .menu-icon,
  ul.top-menus > li.top-menu > .menus > li.top-menu > .menus > li.top-menu > .menus > li > a > .menu-icon {
    width: 30px;
    text-align: center;
    float: left;
    display: block;
    position: absolute;
    left: 0;
    padding: 0;
    border-right: 1px solid #ccc;
    background: linear-gradient(to right, #307196 0%, #35a4e5 50%, #3c8dbc 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 98%;
    height: 16px !important;
    top: 5px; }
  ul.top-menus > li.top-menu > ul > li.top-menu > ul > li.top-menu > ul > li > a:hover,
  ul.top-menus > li.top-menu > ul > li.top-menu > ul > li.top-menu > .menus > li > a:hover,
  ul.top-menus > li.top-menu > ul > li.top-menu > .menus > li.top-menu > ul > li > a:hover,
  ul.top-menus > li.top-menu > ul > li.top-menu > .menus > li.top-menu > .menus > li > a:hover,
  ul.top-menus > li.top-menu > .menus > li.top-menu > ul > li.top-menu > ul > li > a:hover,
  ul.top-menus > li.top-menu > .menus > li.top-menu > ul > li.top-menu > .menus > li > a:hover,
  ul.top-menus > li.top-menu > .menus > li.top-menu > .menus > li.top-menu > ul > li > a:hover,
  ul.top-menus > li.top-menu > .menus > li.top-menu > .menus > li.top-menu > .menus > li > a:hover {
    background-color: rgba(0, 0, 0, 0.07);
    color: #222; }
  ul.top-menus > li.top-menu > ul > li.top-menu > ul > li.top-menu:hover > ul,
  ul.top-menus > li.top-menu > ul > li.top-menu > ul > li.top-menu:hover > .menus,
  ul.top-menus > li.top-menu > ul > li.top-menu > .menus > li.top-menu:hover > ul,
  ul.top-menus > li.top-menu > ul > li.top-menu > .menus > li.top-menu:hover > .menus,
  ul.top-menus > li.top-menu > .menus > li.top-menu > ul > li.top-menu:hover > ul,
  ul.top-menus > li.top-menu > .menus > li.top-menu > ul > li.top-menu:hover > .menus,
  ul.top-menus > li.top-menu > .menus > li.top-menu > .menus > li.top-menu:hover > ul,
  ul.top-menus > li.top-menu > .menus > li.top-menu > .menus > li.top-menu:hover > .menus {
    display: block;
    transition-duration: .3s;
    -moz-animation: subMenuAnimation .3s;
    -o-animation: subMenuAnimation .3s;
    -webkit-animation: subMenuAnimation .3s;
    animation: subMenuAnimation .3s; }
  ul.top-menus > li.top-menu > ul > li.top-menu > ul > li.top-menu:hover > a,
  ul.top-menus > li.top-menu > ul > li.top-menu > .menus > li.top-menu:hover > a,
  ul.top-menus > li.top-menu > .menus > li.top-menu > ul > li.top-menu:hover > a,
  ul.top-menus > li.top-menu > .menus > li.top-menu > .menus > li.top-menu:hover > a {
    background-color: rgba(0, 0, 0, 0.07);
    color: #222; }
  ul.top-menus > li.top-menu > ul > li.top-menu > ul > li.top-menu::after,
  ul.top-menus > li.top-menu > ul > li.top-menu > .menus > li.top-menu::after,
  ul.top-menus > li.top-menu > .menus > li.top-menu > ul > li.top-menu::after,
  ul.top-menus > li.top-menu > .menus > li.top-menu > .menus > li.top-menu::after {
    content: "\f105";
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateX(0%);
    margin-top: -10px !important;
    font-family: "Font Awesome 6 Pro";
    font-size: 15px;
    font-weight: 800;
    color: #222;
    transition-duration: .3s; }
  ul.top-menus > li.top-menu > ul > li.top-menu > ul > li.top-menu:hover::after,
  ul.top-menus > li.top-menu > ul > li.top-menu > .menus > li.top-menu:hover::after,
  ul.top-menus > li.top-menu > .menus > li.top-menu > ul > li.top-menu:hover::after,
  ul.top-menus > li.top-menu > .menus > li.top-menu > .menus > li.top-menu:hover::after {
    content: "\f105";
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateX(0%);
    margin-top: -10px !important;
    font-family: "Font Awesome 6 Pro";
    font-size: 15px;
    color: #222;
    transition-duration: .3s; }
  ul.top-menus > li.top-menu > ul > li.top-menu:hover > ul,
  ul.top-menus > li.top-menu > ul > li.top-menu:hover > .menus,
  ul.top-menus > li.top-menu > .menus > li.top-menu:hover > ul,
  ul.top-menus > li.top-menu > .menus > li.top-menu:hover > .menus {
    display: block;
    transition-duration: .3s;
    -moz-animation: subMenuAnimation .3s;
    -o-animation: subMenuAnimation .3s;
    -webkit-animation: subMenuAnimation .3s;
    animation: subMenuAnimation .3s; }
  ul.top-menus > li.top-menu > ul > li.top-menu:hover > a,
  ul.top-menus > li.top-menu > .menus > li.top-menu:hover > a {
    background-color: rgba(0, 0, 0, 0.07);
    color: #222; }
  ul.top-menus > li.top-menu > ul > li.top-menu::after,
  ul.top-menus > li.top-menu > .menus > li.top-menu::after {
    content: "\f105";
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateX(0%);
    margin-top: -10px !important;
    font-family: "Font Awesome 6 Pro";
    font-size: 15px;
    font-weight: 800;
    color: #222;
    transition-duration: .3s; }
  ul.top-menus > li.top-menu > ul > li.top-menu:hover::after,
  ul.top-menus > li.top-menu > .menus > li.top-menu:hover::after {
    content: "\f105";
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateX(0%);
    margin-top: -10px !important;
    font-family: "Font Awesome 6 Pro";
    font-size: 15px;
    font-weight: 800;
    color: #222;
    transition-duration: .3s; }
  ul.top-menus > li.top-menu.align-right > ul,
  ul.top-menus > li.top-menu.align-right > .menus {
    float: right;
    left: auto;
    right: 0px; }
  ul.top-menus > li.top-menu.align-right > ul > li.top-menu > ul, ul.top-menus > li.top-menu.align-right > ul > li.top-menu > .menus,
  ul.top-menus > li.top-menu.align-right > .menus > li.top-menu > ul,
  ul.top-menus > li.top-menu.align-right > .menus > li.top-menu > .menus {
    left: auto;
    right: 100%;
    float: right; }
  ul.top-menus > li.top-menu.align-right > ul > li.top-menu > ul > li.top-menu > ul, ul.top-menus > li.top-menu.align-right > ul > li.top-menu > ul > li.top-menu > .menus, ul.top-menus > li.top-menu.align-right > ul > li.top-menu > .menus > li.top-menu > ul, ul.top-menus > li.top-menu.align-right > ul > li.top-menu > .menus > li.top-menu > .menus,
  ul.top-menus > li.top-menu.align-right > .menus > li.top-menu > ul > li.top-menu > ul,
  ul.top-menus > li.top-menu.align-right > .menus > li.top-menu > ul > li.top-menu > .menus,
  ul.top-menus > li.top-menu.align-right > .menus > li.top-menu > .menus > li.top-menu > ul,
  ul.top-menus > li.top-menu.align-right > .menus > li.top-menu > .menus > li.top-menu > .menus {
    left: auto;
    right: 100%;
    float: right; }
  ul.top-menus > li.top-menu.menu-activate > a {
    background-color: rgba(0, 0, 0, 0.1);
    border-color: rgba(200, 200, 200, 0.5);
    color: #fff !important; }
  ul.top-menus > li.top-menu.menu-activate::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(0%);
    border-width: 8px;
    border-style: solid;
    border-color: transparent transparent #fff transparent;
    color: #fff;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.2);
    margin: -10px 0 0 -6px;
    font-family: "Font Awesome 6 Pro";
    -moz-animation: topMenuAnimation .2s;
    -o-animation: topMenuAnimation .2s;
    -webkit-animation: topMenuAnimation .2s;
    animation: topMenuAnimation .2s;
    z-index: 1;
    height: 0px !important;
    width: 0px !important; }
  ul.top-menus > li.top-menu.menu-activate > ul,
  ul.top-menus > li.top-menu.menu-activate > .menus {
    display: block;
    -moz-animation: topMenuAnimation .33s;
    -o-animation: topMenuAnimation .33s;
    -webkit-animation: topMenuAnimation .33s;
    animation: topMenuAnimation .33s; }
  ul.top-menus > li.top-menu:not(.no-caret) > a {
    padding: 4px 20px 5px 10px; }
  ul.top-menus > li.top-menu:not(.no-caret) > a::after {
    content: "";
    position: absolute;
    top: 54%;
    right: 7px;
    transform: translateX(0%);
    border-width: 4px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
    margin-top: -2px; }
}

.notification-menu {
  position: relative; }
  .notification-menu .notification-count {
    position: absolute;
    background-color: #f00;
    border-radius: 100%;
    left: 50%;
    top: 0%;
    padding: 1px 3px;
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    width: 17px;
    text-align: center;
    display: none; }
    .notification-menu .notification-count.show-count {
      display: block; }

.notification-container {
  width: 400px;
  height: 500px; }
  .notification-container > .notification-header {
    width: 100%;
    display: block;
    padding: 5px 10px;
    background-color: #f2f2f2;
    border-bottom: 1px solid #ddd;
    font-weight: 600;
    color: #777; }

a.notification-setting-btn {
  color: #777;
  background-color: transparent;
  font-size: 16px;
  cursor: pointer; }
  a.notification-setting-btn:hover {
    color: #555;
    transition-duration: .3s; }

.notification-tabs > .nav-item > .nav-link {
  box-shadow: none;
  border-top: none !important;
  border-radius: 0px;
  text-align: center;
  border-left: none !important;
  padding-top: 3px;
  padding-bottom: 3px; }
  .notification-tabs > .nav-item > .nav-link:not(.active) {
    background-color: #fafafa;
    border-bottom-color: #ddd;
    color: #777;
    font-weight: 400; }
  .notification-tabs > .nav-item > .nav-link.active {
    color: #3c8dbc;
    font-weight: 600;
    font-family: OpenSans; }

.notification-tabs > .nav-item:not(:last-child) > .nav-link {
  border-right: 1px solid #ddd !important; }

ul.notifications,
.notifications {
  width: 100%;
  display: block;
  list-style: none;
  padding: 0;
  margin: 0; }
  ul.notifications > li,
  .notifications > li {
    width: 100%;
    position: relative;
    padding: 0;
    margin: 0; }
    ul.notifications > li:not(:last-child),
    .notifications > li:not(:last-child) {
      border-bottom: 1px solid #ddd; }
    ul.notifications > li > a,
    .notifications > li > a {
      position: relative;
      width: 100%;
      display: block;
      color: #555;
      padding: 5px 10px;
      text-decoration: none; }
      ul.notifications > li > a:hover,
      .notifications > li > a:hover {
        background-color: #f6f6f6; }

@keyframes topMenuAnimation {
  from {
    top: 50px;
    opacity: .1; }
  to {
    top: 35px;
    opacity: 1; } }

@-o-keyframes topMenuAnimation {
  from {
    top: 50px;
    opacity: .1; }
  to {
    top: 35px;
    opacity: 1; } }

@keyframes subMenuAnimation {
  from {
    margin-top: 0px;
    opacity: .1; }
  to {
    margin-top: -10px;
    opacity: 1; } }

@-o-keyframes subMenuAnimation {
  from {
    margin-top: 0px;
    opacity: .1; }
  to {
    margin-top: -10px;
    opacity: 1; } }

.small-device-right-menu {
  display: none; }

@media screen and (max-width: 992px) {
  .app-brand {
    width: 100%;
    background-color: transparent; }
    .app-brand:hover, .app-brand:focus {
      background-color: #3c8dbc !important; }
  .btn-sidebar-toggle {
    width: 30px;
    height: 40px;
    position: fixed;
    left: 10px;
    top: 0;
    padding-left: 5px;
    padding-right: 5px; }
  .right-menus {
    position: fixed;
    top: 0;
    right: 20px;
    left: 0;
    display: none;
    padding: 0;
    margin: 0px;
    float: right;
    background-color: #3c8dbc; }
    .right-menus > .top-menus {
      float: right;
      margin-right: 120px; }
  .small-device-right-menu {
    display: block;
    position: fixed;
    float: right;
    top: 0;
    right: 0;
    height: 40px;
    background-color: #3c8dbc;
    padding: 5px 5px 0 10px; } }

aside, aside.left-sidebar {
  width: 220px;
  position: fixed;
  top: 40px;
  left: 0;
  bottom: 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  background-color: #fbfbfb;
  z-index: 9; }
  aside.is-collapse, aside.left-sidebar.is-collapse {
    transition-duration: .3s;
    animation: collapse-sidebar .5s; }

@keyframes collapse-sidebar {
  from {
    left: 0;
    width: 220px; }
  to {
    left: -100%;
    width: 10px; } }

.org-info {
  width: 100%;
  display: block;
  padding: 0px;
  margin: 0px;
  position: relative;
  background-image: url(/Themes/next-gen/images/org-info.jpg);
  background-repeat: no-repeat;
  height: 161px; }
  .org-info > .filter {
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.2);
    height: 100%;
    width: 100%;
    backdrop-filter: blur(2px); }

.sidebar-org-logo {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  border: 2px solid #fff;
  box-shadow: 0 0 10px 3px rgba(255, 255, 255, 0.4); }
  .sidebar-org-logo:hover {
    box-shadow: 0 0 10px 6px rgba(255, 255, 255, 0.4);
    transition-duration: .3s; }

.org-name {
  width: 100%;
  font-weight: 500;
  color: #fff;
  text-shadow: 0px 0px 4px #000;
  font-size: 13px;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 16px;
  overflow: hidden;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  white-space: normal;
  text-overflow: ellipsis; }

.org-branch {
  font-weight: 400;
  color: #fff;
  font-size: 12px; }

.org-address {
  font-weight: 400;
  color: #fff;
  font-size: 12px;
  overflow: hidden;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  white-space: normal;
  text-overflow: ellipsis; }

.app-sidebar-clock {
  width: 100%;
  height: 55px;
  display: block;
  box-shadow: -2px 0px 2px 1px rgba(0, 0, 0, 0.15); }

.app-clock-div {
  width: 100%;
  display: block; }

.app-clock-divider {
  width: 50%;
  display: inline; }

.app-date-np {
  font-size: 13px;
  font-weight: 400;
  display: block;
  padding-top: 7px; }

.app-date-en {
  font-size: 13px;
  font-weight: 400; }

.app-time {
  font-size: 50px;
  font-family: digital;
  font-weight: 400;
  position: relative;
  width: 80px;
  display: block;
  color: #3c8dbc;
  margin-top: -10px;
  height: 60px;
  user-select: none;
  margin-left: -5px; }
  .app-time > .app-hm {
    font-size: 42px;
    height: 50px; }
  .app-time > .app-time-seconds {
    position: absolute;
    top: 18px;
    left: 100%;
    height: 50%;
    font-family: digital;
    font-size: 20px;
    margin-left: 7px; }
  .app-time > .app-time-ampm {
    position: absolute;
    bottom: -9px;
    left: 100%;
    height: 50%;
    font-family: OpenSans;
    font-size: 14px;
    font-weight: 600;
    margin-left: 7px; }

.sidebar-search {
  width: 100%;
  display: block;
  padding: 5px 5px;
  margin: 0;
  height: 45px; }
  .sidebar-search > #sidebar-search-form {
    width: 100%;
    display: block;
    position: relative;
    padding: 0;
    margin: 0;
    background-color: transparent; }
    .sidebar-search > #sidebar-search-form > .search-box {
      width: 100%;
      border-radius: 5px;
      padding: 5px 40px 5px 10px;
      font-size: 14px;
      outline: none;
      border: 1px solid #ddd;
      height: 35px;
      background-color: transparent; }
      .sidebar-search > #sidebar-search-form > .search-box:hover {
        border-color: #3c8dbc; }
      .sidebar-search > #sidebar-search-form > .search-box:focus {
        border-color: #3c8dbc;
        box-shadow: 0 0 1px 1px #3c8dbc; }
    .sidebar-search > #sidebar-search-form > .sidebar-form-submit {
      position: absolute;
      top: 1px;
      right: 1px;
      float: right;
      height: 33px;
      border-style: hidden hidden hidden solid;
      border-width: 1px;
      border-color: #ddd;
      background-color: transparent;
      width: 35px;
      border-radius: 0 5px 5px 0;
      outline: none;
      padding: 5px; }
    .sidebar-search > #sidebar-search-form:hover > .search-box {
      border-color: #3c8dbc;
      transition-duration: .3s; }
    .sidebar-search > #sidebar-search-form:hover > .sidebar-form-submit {
      border-color: #3c8dbc;
      transition-duration: .3s;
      color: #3c8dbc; }

.sidebar-menu-container {
  position: fixed;
  overflow-x: hidden;
  overflow-y: hidden;
  bottom: 40px;
  left: 0;
  width: 220px;
  top: 258px;
  z-index: -1;
  padding-bottom: 5px; }
  .sidebar-menu-container:hover {
    overflow-y: auto; }

ul.sidebar-menu {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  display: block; }
  ul.sidebar-menu > li {
    width: 100%;
    padding: 0;
    margin: 0;
    position: relative;
    display: block;
    border-bottom: 1px solid #dbdbdb;
    min-height: 35px; }
    ul.sidebar-menu > li:not(:first-child) {
      border-top: 1px solid #fff; }
    ul.sidebar-menu > li:hover {
      background-color: rgba(0, 0, 0, 0.05); }
    ul.sidebar-menu > li > a {
      width: 100%;
      display: block;
      position: relative;
      text-decoration: none;
      color: #555;
      padding: 8px 10px 8px 35px;
      font-weight: 400;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      min-height: 35px;
      font-size: 13px; }
      ul.sidebar-menu > li > a > .fa,
      ul.sidebar-menu > li > a > .fad,
      ul.sidebar-menu > li > a > .far,
      ul.sidebar-menu > li > a > .fal,
      ul.sidebar-menu > li > a > .fas {
        position: absolute;
        width: 25px;
        top: 5px;
        left: 10px;
        font-size: 16px;
        background: linear-gradient(to right, #3c8dbc 0%, #00c0ef 50%, #00a65a 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; }
        ul.sidebar-menu > li > a > .fa.pinned-menu-thumb,
        ul.sidebar-menu > li > a > .fad.pinned-menu-thumb,
        ul.sidebar-menu > li > a > .far.pinned-menu-thumb,
        ul.sidebar-menu > li > a > .fal.pinned-menu-thumb,
        ul.sidebar-menu > li > a > .fas.pinned-menu-thumb {
          background: none !important;
          -webkit-background-clip: unset;
          -webkit-text-fill-color: #3c8dbc; }
    ul.sidebar-menu > li > .pinned-menu-item-remover {
      display: none; }
    ul.sidebar-menu > li:hover > .pinned-menu-item-remover {
      display: block;
      transition: .5s;
      position: absolute;
      top: 50%;
      right: 3px;
      height: 17px;
      width: 17px;
      margin-top: -8px;
      border-radius: 50%;
      text-align: center;
      padding-top: 0px 2px 2px 2px;
      color: #999;
      cursor: pointer; }
      ul.sidebar-menu > li:hover > .pinned-menu-item-remover:hover {
        background-color: #fcfcfc;
        color: #f4543c; }

/*@media screen and (max-width:992px){
    aside.left-sidebar,
    .sidebar-menu-container{
        left: $aside-width - ($aside-width * 2);
    }
}*/
.aside-footer {
  width: 220px;
  position: fixed;
  left: 0;
  bottom: 0;
  border-top: 1px solid #d2d2d2;
  background-color: rgba(0, 0, 0, 0.03);
  height: 40px;
  display: flex;
  flex-wrap: wrap; }
  .aside-footer > .aside-footer-tools {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    justify-items: center; }
    .aside-footer > .aside-footer-tools:not(:last-child) {
      border-right: 1px solid #d2d2d2; }
    .aside-footer > .aside-footer-tools:hover {
      background-color: rgba(0, 0, 0, 0.1076);
      transition: .3s; }
    .aside-footer > .aside-footer-tools > .aside-footer-tool-icon {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      height: 100%;
      font-size: 18px; }
    .aside-footer > .aside-footer-tools > .aside-footer-tool-icon-text {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      height: 100%;
      font-size: 16px;
      font-weight: 500;
      color: #555; }
    .aside-footer > .aside-footer-tools > .aside-footer-tool-icon-image {
      width: 50px;
      height: 30px;
      margin-top: 5px; }

header.titlebar {
  position: fixed;
  top: 40px;
  left: 220px;
  right: 0;
  height: 32px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  background-color: #fcfcfc;
  padding: 5px 15px;
  z-index: 0; }
  header.titlebar.is-fixed {
    animation: header-animate .5s; }

@keyframes header-animate {
  from {
    top: 0;
    opacity: .2; }
  to {
    top: 40px;
    opacity: 1; } }

.breadcrumb {
  float: left;
  display: inline-block;
  padding-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
  background-color: transparent !important;
  margin: -1px 0 0 0px; }
  .breadcrumb > .breadcrumb-items {
    display: inline;
    color: #555;
    font-size: 13px; }
    .breadcrumb > .breadcrumb-items.is-first {
      color: #555;
      font-weight: 400; }
  .breadcrumb > .breadcrumb-splitor {
    margin: 0;
    height: 10px;
    padding: 3px 3px 0 6px;
    font-weight: 900;
    color: #555; }

.page-pin-toolbar {
  display: inline-block;
  height: 100%;
  padding-left: 10px;
  margin-top: -2px; }
  .page-pin-toolbar > .pin-btn-toggle {
    color: #777;
    font-size: 18px;
    font-weight: 900;
    cursor: pointer; }
    .page-pin-toolbar > .pin-btn-toggle.show-tool {
      display: inline-block; }
    .page-pin-toolbar > .pin-btn-toggle:hover {
      color: #333; }
    .page-pin-toolbar > .pin-btn-toggle.pinned {
      color: #3c8dbc; }

.toolbar {
  float: right;
  display: inline-block;
  margin-top: -2px; }
  .toolbar > button,
  .toolbar > .btn,
  .toolbar > .btn.btn-xs,
  .toolbar > .btn .btn-sm,
  .toolbar > .btn.btn-lg,
  .toolbar > button.btn,
  .toolbar > a.btn {
    min-height: 26px !important;
    height: 26px !important;
    font-weight: 400;
    font-size: 13px;
    padding-top: 2px !important;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 5px; }

@media screen and (max-width: 1200px) {
  .breadcrumb > .breadcrumb-splitor {
    display: none; }
  .breadcrumb > .breadcrumb-items:not(:first-child) {
    display: none; } }

@media screen and (max-width: 900px) {
  .breadcrumb {
    display: none; }
  .page-pin-toolbar {
    display: none; } }

.print-report-header-org-logo {
  height: 60px;
  width: 60px;
  border-radius: 100%;
  position: absolute; }

.print-header-org-name {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.7px; }

.print-header-org-address {
  font-size: 11px;
  font-weight: 500;
  line-height: 13px; }

.print-header-other-info {
  font-size: 10px;
  line-height: 13px; }

.print-report-title {
  font-size: 14px; }

.print-report-sub-title {
  font-size: 13px; }

section.app-page, .app-page {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 72px 0 0 220px;
  display: block; }
  section.app-page > .main-container, .app-page > .main-container {
    display: block;
    width: 100%;
    margin: 0;
    padding: 16px 15px 0px 15px; }
    section.app-page > .main-container.has-secondary-container, section.app-page > .main-container.has-secondary-container-lg, section.app-page > .main-container.has-split-view, .app-page > .main-container.has-secondary-container, .app-page > .main-container.has-secondary-container-lg, .app-page > .main-container.has-split-view {
      padding-right: 565px; }
  section.app-page > .secondary-container,
  section.app-page > .split-view, .app-page > .secondary-container,
  .app-page > .split-view {
    display: block;
    position: fixed;
    top: 72px;
    right: 0px;
    bottom: 0px;
    z-index: 9;
    border-left: 1px solid #d2d2d2;
    width: 550px;
    background-color: #fff;
    padding: 15px 10px;
    overflow-y: auto;
    /*&:hover {
            padding: $container-offset $container-offset - 6px $container-offset $container-offset;
        }*/ }

@media (max-width: 1250px) {
  section.app-page > .main-container, .app-page > .main-container {
    padding: 16px 15px 0px 15px; }
    section.app-page > .main-container.has-secondary-container, section.app-page > .main-container.has-secondary-container-lg, section.app-page > .main-container.has-split-view, .app-page > .main-container.has-secondary-container, .app-page > .main-container.has-secondary-container-lg, .app-page > .main-container.has-split-view {
      padding-right: 15px; }
  section.app-page > .secondary-container:not(.active),
  section.app-page > .split-view:not(.active), .app-page > .secondary-container:not(.active),
  .app-page > .split-view:not(.active) {
    display: none; } }

button.secondary-container-toggler,
button.split-view-toggler {
  display: none; }

@media (max-width: 1200px) {
  button.secondary-container-toggler,
  button.split-view-toggler {
    border-radius: 10px 0 0 10px;
    position: fixed;
    top: 77px;
    right: 0px;
    z-index: 10;
    display: block;
    background-color: #fcfcfc;
    box-shadow: 0px 0px 2px 1px rgba(200, 200, 200, 0.9);
    padding: 0px 7px;
    font-size: 20px;
    border: 1px hidden transparent;
    outline: none; }
    button.secondary-container-toggler:hover,
    button.split-view-toggler:hover {
      padding: 0px 12px 0px 7px;
      transition: .2s; }
    button.secondary-container-toggler.active,
    button.split-view-toggler.active {
      box-shadow: none;
      border: 1px solid #ddd;
      border-radius: 50%;
      padding: 0px 6px;
      font-size: 14px; } }

.containerize {
  padding-left: 200px;
  padding-right: 200px;
  transition-duration: .3s; }

@media (max-width: 1500px) {
  .containerize {
    padding-left: 100px;
    padding-right: 100px;
    transition-duration: .3s; } }

@media (max-width: 1370px) {
  .containerize {
    padding-left: 0px;
    padding-right: 0px;
    transition-duration: .3s; } }

td {
  vertical-align: middle; }

.news-img {
  width: 60px;
  height: 60px;
  border-radius: 10px; }

.news-title {
  display: block;
  font-size: 14px;
  color: #555; }

.news-subtitle {
  display: block;
  font-size: 13px;
  color: #555;
  font-weight: 500; }

.btn-sm {
  font-size: 13px; }

.news-body {
  height: 363px;
  overflow: hidden; }
  .news-body:hover {
    overflow-y: auto; }

ul.bookmarks-links {
  width: 100%;
  display: block;
  list-style: none;
  padding: 0;
  margin: 0; }
  ul.bookmarks-links > li {
    display: block;
    padding: 0;
    margin: 0; }
    ul.bookmarks-links > li:not(:last-child) {
      border-bottom: 1px solid #ddd; }
    ul.bookmarks-links > li:nth-child(odd) > a.bookmark-items {
      background-color: #ddd; }
    ul.bookmarks-links > li > a.bookmark-items {
      cursor: pointer;
      text-decoration: none;
      background-color: transparent;
      padding: 5px 10px 5px 40px;
      position: relative;
      display: block;
      width: 100%; }
      ul.bookmarks-links > li > a.bookmark-items:hover {
        background-color: #ddd; }
      ul.bookmarks-links > li > a.bookmark-items > .bookmark-items-title {
        font-weight: 500;
        color: #555;
        display: block; }
      ul.bookmarks-links > li > a.bookmark-items > .bookmark-items-subtitle {
        display: block;
        font-size: 13px;
        font-weight: 400;
        color: #777; }
      ul.bookmarks-links > li > a.bookmark-items > .bookmark-items-tools {
        position: absolute;
        float: left;
        top: 0;
        left: 0;
        height: 100%;
        display: block;
        width: 40px;
        text-align: center;
        vertical-align: middle;
        padding-top: 10px;
        font-size: 20px; }
  ul.bookmarks-links.grid-view > li {
    width: 25%;
    display: inline-block;
    padding: 10px;
    border: none;
    margin: 0;
    float: left; }
    ul.bookmarks-links.grid-view > li > a.bookmark-items {
      background-color: transparent;
      text-align: center;
      width: 100%;
      display: block;
      padding: 10px 10px 30px 10px;
      border: 1px dashed transparent;
      font-size: 11px; }
      ul.bookmarks-links.grid-view > li > a.bookmark-items > .bookmark-items-tools {
        position: relative;
        display: block;
        width: 100%;
        font-size: 30px; }
      ul.bookmarks-links.grid-view > li > a.bookmark-items > .bookmark-items-subtitle {
        display: none; }
      ul.bookmarks-links.grid-view > li > a.bookmark-items:hover {
        background-color: #ddd;
        border: 1px dashed #ddd;
        border-radius: 6px;
        transition-duration: .3s; }

a.bookmark-items {
  cursor: pointer;
  text-decoration: none;
  background-color: transparent;
  padding: 5px 10px 5px 10px;
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
  height: 100px;
  border-radius: 10px;
  border: 1px dashed transparent;
  text-decoration: none; }
  a.bookmark-items:hover {
    background-color: #ddd;
    border-color: #ddd;
    transition-duration: .5s; }
  a.bookmark-items > .bookmark-items-title {
    font-weight: 500;
    color: #555;
    display: block;
    text-decoration: none;
    font-size: 13px; }
  a.bookmark-items > .bookmark-items-subtitle {
    display: none;
    font-size: 13px;
    font-weight: 400;
    color: #777; }
  a.bookmark-items > .bookmark-items-tools {
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
    vertical-align: middle;
    padding-top: 0px;
    font-size: 40px; }

.icon-gradient {
  background: linear-gradient(to right, #3c8dbc 0%, #00c0ef 50%, #00a65a 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }
  .icon-gradient.purple {
    background: linear-gradient(to right, #3c8dbc 0%, #cf25c1 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
  .icon-gradient.danger {
    background: linear-gradient(to right, #f67663 0%, #f4543c 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
  .icon-gradient.warning {
    background: linear-gradient(to right, #e6a53c 0%, #e08e0b 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
  .icon-gradient.success {
    background: linear-gradient(to right, #33b87b 0%, #00a65a 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
  .icon-gradient.info {
    background: linear-gradient(to right, #009abf 0%, #00c0ef 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }

/*@media screen and (max-width: 1200px) {*/
/*  ul.top-menus.nav-top-left-menu {*/
/*    display: none !important; } }*/
@media screen and (max-width: 992px) {
  section.main-container > .contents, section.main-container > section.contents, .main-container > .contents, .main-container > section.contents {
    padding-left: 5px;
    padding-right: 5px; } }

ul.master-setting-lists {
  display: block;
  list-style-type: none;
  padding: 0;
  margin: 0;
  width: 100%; }
  ul.master-setting-lists > li {
    padding: 0;
    margin: 0;
    width: 100%;
    display: block; }
    ul.master-setting-lists > li > a,
    ul.master-setting-lists > li > a.list-item,
    ul.master-setting-lists > li > .list-item {
      width: 100%;
      display: block;
      margin: 0;
      padding: 7px 15px;
      color: #555;
      cursor: pointer;
      text-decoration: none;
      font-size: 14px; }
      ul.master-setting-lists > li > a.active,
      ul.master-setting-lists > li > a.list-item.active,
      ul.master-setting-lists > li > .list-item.active {
        background-color: #3c8dbc;
        border-bottom: 1px solid #3c8dbc;
        color: #fff; }
      ul.master-setting-lists > li > a:hover:not(.active),
      ul.master-setting-lists > li > a.list-item:hover:not(.active),
      ul.master-setting-lists > li > .list-item:hover:not(.active) {
        background-color: #ddd; }
    ul.master-setting-lists > li:not(:last-child) {
      border-bottom: 1px solid #ddd; }

.container-sm,
.container-fluid,
.container-md,
.container,
.container-lg,
.container-xl {
  padding-right: 0px !important;
  padding-left: 0px !important; }

.nav-pills .nav-link {
  border-radius: 0px; }

.nav-link {
  padding: 7px 10px;
  color: #555; }
  .nav-link:hover {
    color: #555;
    background-color: #ddd; }

.bill-container {
  width: 100%;
  padding: 0px;
  margin: 0 0 15px 0;
  /*page-break-after: avoid;*/
  /*page-break-inside: avoid;*/
  /*page-break-before: avoid; */
}
  .bill-container > .finastra-bill {
    padding: 0px;
    margin: 0px;
    width: 100%;
    position: relative; }
  .bill-container > .bill-divider {
    display: none;
    width: 100%;
    margin: 0px;
    padding: 0px; }
  .bill-container.bill-horizontal {
    display: flex;
    flex-wrap: wrap; }
    .bill-container.bill-horizontal > .finastra-bill {
      width: 50%;
      display: inline-block;
      flex-basis: 0;
      flex-grow: 1;
      max-width: 50%; }
      .bill-container.bill-horizontal > .finastra-bill:first-child {
        padding-right: 15px; }
      .bill-container.bill-horizontal > .finastra-bill:last-child {
        padding-left: 15px; }
    .bill-container.bill-horizontal > .bill-divider {
      display: none; }

.clientheader {
  display: none;
  width: 100%;
  position: relative; }

.sub-container {
  width: 400px;
  position: fixed;
  top: 73px;
  right: 0px;
  bottom: 0;
  background-color: #f6f7f9;
  border-left: 1px solid #ddd;
  padding: 20px 20px 10px 20px;
  overflow-x: hidden;
  overflow-y: auto;
  /*&:hover{
        overflow-y:auto;
    }*/ }
  .sub-container.sub-container-xs {
    width: 200px; }
  .sub-container.sub-container-sm {
    width: 300px; }
  .sub-container.sub-container-lg {
    width: 600px; }
  .sub-container.sub-container-xl {
    width: 750px; }
  .sub-container.sub-container-xl {
    width: 750px; }
  .sub-container.sub-container-xxl {
    width: 900px; }

.right-sidebar-toggle-btn {
  position: fixed !important;
  top: 92px;
  right: 0;
  font-size: 16px;
  z-index: 1;
  background-color: #fff;
  border-radius: 10px 0 0 10px;
  border: none;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  outline: none;
  color: #555;
  margin: 0;
  padding: 5px;
  float: right; }
  .right-sidebar-toggle-btn:hover {
    padding: 5px 15px 5px 5px;
    transition-duration: 0.3s; }
  .right-sidebar-toggle-btn:focus {
    outline: none; }
  .right-sidebar-toggle-btn:active {
    background-color: #ddd; }

.card {
  width: 100%;
  background-color: #fff;
  border: none;
  border-radius: 6px;
  padding: 0px;
  margin-bottom: 15px;
  min-height: 1px;
  /*&.card-border {
        border-color: $card-border solid $border-default !important;
    }*/ }
  .card:not(.flat) {
    box-shadow: 0 0 2px 1px rgba(20, 20, 31, 0.08), 0 1px 3px 0 rgba(20, 20, 31, 0.1); }
  .card.flat {
    border: 1px solid #ddd; }
  .card > .card-header {
    width: 100%;
    padding: 10px 15px;
    border-bottom: 1px solid #ddd; }
    .card > .card-header.compact {
      padding-top: 5px;
      padding-bottom: 5px; }
    .card > .card-header > .title {
      font-weight: 600; }
  .card > .card-body {
    padding: 10px 15px;
    width: 100%; }
    .card > .card-body.compact {
      padding-top: 5px;
      padding-bottom: 5px; }
  .card > .card-footer {
    width: 100%;
    padding: 10px 15px;
    border-top: 1px solid #ddd; }
    .card > .card-footer.compact {
      padding-top: 5px;
      padding-bottom: 5px; }
  .card.compact > .card-header {
    padding-top: 5px;
    padding-bottom: 5px; }
  .card.compact > .card-body {
    padding-top: 5px;
    padding-bottom: 5px; }
  .card.compact > .card-footer {
    padding-top: 5px;
    padding-bottom: 5px; }
  .card.border-primary {
    border: 1px solid #3c8dbc; }
  .card.border-secondary {
    border: 1px solid #6c757d; }
  .card.border-success {
    border: 1px solid #00a65a; }
  .card.border-info {
    border: 1px solid #00c0ef; }
  .card.border-warning {
    border: 1px solid #e08e0b; }
  .card.border-danger {
    border: 1px solid #f4543c; }
  .card.border-dark {
    border: 1px solid #464a58; }

.card-footer {
  border-color: #ddd; }

.card-header, .card-footer {
  background-color: transparent; }

.card-title {
  font-size: 14px; }

.box {
  width: 100%;
  display: block;
  background-color: #fff;
  border-radius: 6px;
  margin-bottom: 15px;
  min-height: 1px;
  box-shadow: 0 0 2px 1px rgba(20, 20, 31, 0.08), 0 1px 3px 0 rgba(20, 20, 31, 0.1); }
  .box.box-primary {
    border-top: 1px solid #3c8dbc; }
  .box > .box-header {
    width: 100%;
    display: block;
    padding: 5px 10px; }
    .box > .box-header.border {
      border-style: hidden hidden solid hidden !important;
      border-width: 1px !important;
      border-color: #ddd !important; }
    .box > .box-header > .box-title,
    .box > .box-header .box-title {
      font-weight: 500;
      color: #333; }
  .box > .box-body {
    width: 100%;
    display: block;
    padding: 10px; }
  .box > .box-footer {
    padding: 10px;
    border-top: 1px solid #ddd;
    width: 100%; }
    .box > .box-footer.border {
      border-style: solid hidden hidden hidden !important;
      border-width: 1px !important;
      border-color: #ddd !important; }

.panel {
  background-color: #fff;
  border-radius: 6px;
  margin-bottom: 20px;
  border: 1px solid #ddd;
  /*&.panel-default {
        background-color: $card-background-color;
    }*/ }
  .panel.has-shadow {
    box-shadow: 0 0 2px 1px rgba(20, 20, 31, 0.08), 0 1px 3px 0 rgba(20, 20, 31, 0.1); }

.panel-heading {
  padding: 10px 15px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
  font-size: 13px; }

.panel-heading > .dropdown .dropdown-toggle {
  color: inherit; }

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 13px;
  color: inherit;
  font-weight: 500; }

.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit; }

.panel-body {
  background-color: #fff;
  border-radius: 6px;
  padding: 10px 15px; }

.panel-footer {
  padding: 10px 15px;
  background-color: #fff;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px; }

.panel-default {
  border-color: #ddd; }

.panel-default > .panel-heading {
  background-color: #f5f5f5; }

/*.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ddd;
}*/
/*.panel-default > .panel-heading .badge {
    color: #f5f5f5;
    background-color: #333333;
}*/
/*.panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd;
}*/
.panel-primary {
  border-color: #3c8dbc; }

.panel-primary > .panel-heading {
  color: #fff;
  background-color: #3c8dbc;
  border-color: #3c8dbc; }

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #3c8dbc; }

/*.panel-primary > .panel-heading .badge {
    color: #337ab7;
    background-color: #fff;
}*/
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #3c8dbc;
  border-top-color: #3c8dbc; }

.panel-primary > .panel-footer {
  border-top-color: #3c8dbc; }

.panel-success {
  border-color: #d6e9c6; }

.panel-success > .panel-heading {
  color: #00a65a;
  background-color: #d6e9c6;
  border-color: #d6e9c6; }

.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6; }

.panel-success > .panel-heading .badge {
  background-color: #d6e9c6; }

.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6; }

.panel-success > .panel-footer {
  border-top-color: #d6e9c6; }

.panel-info {
  border-color: #bce8f1; }

.panel-info > .panel-heading {
  color: #00c0ef;
  background-color: #d9edf7;
  border-color: #bce8f1; }

.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1; }

.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #d9edf7; }

.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1; }

.panel-info > .panel-footer {
  border-top-color: #bce8f1; }

.panel-warning {
  border-color: #faebcc; }

.panel-warning > .panel-heading {
  color: #e08e0b;
  background-color: #fcf8e3;
  border-color: #faebcc; }

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc; }

.panel-warning > .panel-heading .badge {
  background-color: #fcf8e3; }

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc; }

.panel-warning > .panel-footer {
  border-top-color: #faebcc; }

.panel-danger {
  border-color: #ebccd1; }

.panel-danger > .panel-heading {
  color: #f4543c;
  background-color: #f2dede;
  border-color: #ebccd1; }

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1; }

.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #f2dede; }

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1; }

.panel-danger > .panel-footer {
  border-top-color: #ebccd1; }

.panel-bg-primary {
  background-color: #3c8dbc; }

.panel-bg-success {
  background-color: #d6e9c6 !important; }

.panel-bg-info {
  background-color: #d9edf7 !important; }

.panel-bg-warning {
  background-color: #fcf8e3 !important; }

.panel-bg-danger {
  background-color: #f2dede !important; }

.card.card-scrollable > .card-body {
  min-height: 450px;
  height: calc(100vh - 222px);
  overflow-y: auto;
  overflow-x: hidden; }

/*Wall*/
.wall {
  display: block;
  width: 100%;
  background-color: #f6f7f9;
  padding: 15px;
  margin: 0 0 15px 0;
  border-radius: 6px;
  border: 1px solid #ddd; }
  .wall.wall-has-hover-bg-color:hover {
    background-color: #e2e3e5; }
  .wall.wall-transparent {
    background-color: transparent; }

.widget {
  width: 100%;
  display: block;
  padding: 5px 0px 5px 70px;
  margin: 0;
  height: 80px;
  background-color: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  margin-bottom: 15px;
  border-radius: 6px;
  position: relative; }
  .widget.pointer {
    cursor: pointer; }
  .widget > .widget-icon {
    width: 70px;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 6px 0 0 6px;
    text-align: center;
    vertical-align: bottom;
    font-size: 35px;
    margin: 0;
    padding-top: 11.25px; }
  .widget:hover > .widget-icon {
    padding: 7.25px; }
  .widget:hover > .widget-icon {
    font-size: 40px;
    transition: 0.15s ease; }
  .widget > .widget-title {
    width: 100%;
    display: block;
    padding: 0px 5px 0px 10px;
    font-size: 13px;
    font-weight: 500;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }

  .widget-values, .eye-wrapper::after {
    width: 100%;
    display: block;
    padding: 0px 10px;
    font-size: 18px;
    font-weight: 500;
    margin: 0; 
  }


  
  .widget > .widget-progress-bar {
    width: 100%;
    display: block;
    height: 1px;
    position: relative; }
    .widget > .widget-progress-bar > .widget-progress {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 60%; }
  .widget > .widget-subtitle {
    width: 100%;
    display: block;
    padding: 2px 5px 1px 10px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }

.widget.widget-primary {
  background-color: #3c8dbc; }
  .widget.widget-primary > .widget-progress-bar {
    background-color: #63a4c9; }
    .widget.widget-primary > .widget-progress-bar > .widget-progress {
      background-color: #9ec6de; }

.widget.widget-secondary {
  background-color: #6c757d; }
  .widget.widget-secondary > .widget-progress-bar {
    background-color: #899197; }
    .widget.widget-secondary > .widget-progress-bar > .widget-progress {
      background-color: #b6babe; }

.widget.widget-success {
  background-color: #00a65a; }
  .widget.widget-success > .widget-progress-bar {
    background-color: #33b87b; }
    .widget.widget-success > .widget-progress-bar > .widget-progress {
      background-color: #80d3ad; }

.widget.widget-info {
  background-color: #00c0ef; }
  .widget.widget-info > .widget-progress-bar {
    background-color: #33cdf2; }
    .widget.widget-info > .widget-progress-bar > .widget-progress {
      background-color: #80e0f7; }

.widget.widget-warning {
  background-color: #e08e0b; }
  .widget.widget-warning > .widget-progress-bar {
    background-color: #e6a53c; }
    .widget.widget-warning > .widget-progress-bar > .widget-progress {
      background-color: #f0c785; }

.widget.widget-danger {
  background-color: #f4543c; }
  .widget.widget-danger > .widget-progress-bar {
    background-color: #f67663; }
    .widget.widget-danger > .widget-progress-bar > .widget-progress {
      background-color: #faaa9e; }

.widget.widget-Dark {
  background-color: #464a58; }
  .widget.widget-Dark > .widget-progress-bar {
    background-color: #6b6e79; }
    .widget.widget-Dark > .widget-progress-bar > .widget-progress {
      background-color: #a3a5ac; }

form#global-search-form {
  width: 100%;
  display: block;
  margin: 0;
  border-radius: 5px;
  position: relative; }
  form#global-search-form > .form-control {
    width: 100%;
    display: block;
    padding: 10px 15px;
    border-radius: 5px;
    font-size: 16px;
    height: 40px;
    background-color: transparent; }
    form#global-search-form > .form-control:focus {
      border-color: #3c8dbc;
      background-color: #fff; }
  form#global-search-form > .submit-global-form {
    height: 38px;
    position: absolute;
    top: 1px;
    right: 1px;
    float: right;
    border-style: hidden hidden hidden solid;
    border-width: 1px;
    border-color: #ddd;
    border-radius: 0 5px 5px 0;
    width: 40px;
    font-size: 20px;
    outline: none;
    background-color: transparent;
    padding: 3px 5px; }
    form#global-search-form > .submit-global-form:active {
      box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset; }

.ui-widget.ui-widget-content {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  padding: 10px;
  border: none;
  border-radius: 0 0 5px 5px;
  max-height: 295px !important;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 10000000; }

.ui-menu .ui-menu-item-wrapper .ui-state-active {
  position: relative;
  padding: 5px .4em 5px .4em;
  background-color: #0f0; }

.ui-menu .ui-menu-item-wrapper {
  padding: 5px .4em 5px .4em; }

input, .form-control {
  font-size: 13px;
  padding: 5px 4px;
  height: auto;
  color: #555;
  border-radius: 5px;
  height: 35px; }
  input::placeholder, .form-control::placeholder {
    color: #aaa;
    text-transform: none; }

input[readonly],
.form-control[readonly] {
  background-color: rgba(0, 0, 0, 0.04);
  cursor: default; }
  input[readonly]:focus,
  .form-control[readonly]:focus {
    border-color: #ddd;
    background-color: rgba(0, 0, 0, 0.04); }

input[disabled],
.form-control[disabled] {
  background-color: rgba(0, 0, 0, 0.1);
  cursor: not-allowed; }
  input[disabled]:focus,
  .form-control[disabled]:focus {
    border-color: #ddd; }

.form-control {
  background-color: #fff;
  border-color: #ddd; }
  .form-control:focus {
    background-color: #fff;
    outline: none;
    box-shadow: none;
    border-color: #3c8dbc;
    color: #555; }

.form-group > label {
  margin-bottom: 0; }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input:-internal-autofill-selected,
input[type=password]:-internal-autofill-selected {
  background-color: transparent !important; }

input[type="password" i] {
  -webkit-text-security: disc !important; }

input[checkbox] {
  height: auto; }

label > input[type=checkbox] {
  height: 14px;
  width: 14px; }

/*.btn {
    &.form-control {
        background-color: initial;
        color:#fff;
        border-color:$primary;
    }
}*/
.pull-right {
  margin-right: 0; }

fieldset {
  padding: 5px 10px;
  border-radius: 5px;
  margin-bottom: 15px; }
  fieldset > legend {
    display: block;
    width: auto;
    padding: 0 5px;
    font-size: 15px; }
  fieldset.primary {
    border: 1px solid #3c8dbc; }
  fieldset.full-border {
    border: 1px solid #ddd; }
    fieldset.full-border > legend {
      border: 1px solid #ddd;
      border-radius: 6px; }
  fieldset.has-bg-color {
    background-color: #e6e6e6; }
    fieldset.has-bg-color > legend {
      background-color: #e6e6e6; }

select > option {
  color: #555 !important;
  background-color: #f6f7f9; }
  select > option:hover {
    color: #555;
    background: #ddd;
    background-color: #ddd; }

#sticky-submit {
  height: 32px;
  float: right;
  display: inline-block;
  margin: 0 0 5px 0;
  vertical-align: middle;
  z-index: 10;
  transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s; }

.fin-submit-sticky {
  position: fixed;
  bottom: 15px;
  right: 15px;
  transition: .5s;
  -moz-transition: .5s;
  -o-transition: .5s;
  padding-left: 40px !important;
  padding-right: 40px !important; }

label {
  font-weight: 400;
  margin-bottom: 0;
  line-height: 1.33; }

th {
  font-weight: 600; }

.input-prefix {
  position: absolute;
  display: inline-block;
  margin: 0;
  padding: 7px 5px;
  font-size: 13px;
  bottom: 1px;
  float: left;
  left: 1px;
  background-color: rgba(0, 0, 0, 0.15);
  border-radius: 5px 0 0 5px;
  border-right: 1px solid #ddd;
  cursor: not-allowed;
  height: 33px; }
  .input-prefix.cursor-default {
    cursor: default; }

.input-suffix {
  position: absolute;
  display: inline-block;
  margin: 0;
  padding: 7px 5px;
  font-size: 13px;
  bottom: 1px;
  float: right;
  right: 1px;
  background-color: rgba(0, 0, 0, 0.15);
  border-radius: 0 5px 5px 0;
  border-left: 1px solid #ddd;
  cursor: not-allowed;
  height: 33px; }
  .input-suffix.cursor-default {
    cursor: default; }

.form-group-sm > .input-prefix,
.form-group-sm > .input-suffix {
  height: 27px !important;
  padding-top: 5px; }

.form-group-xs > .input-prefix,
.form-group-xs > .input-suffix {
  height: 22px !important;
  padding-top: 2px; }

.form-group {
  position: relative; }

.form-control.form-control-xs {
  height: 24px; }

.form-control.form-control-sm {
  height: 29px; }

.fin-custom-checkbox {
  cursor: pointer;
  user-select: none; }
  .fin-custom-checkbox:hover {
    color: #3c8dbc; }

.input-bg-success {
  background-color: rgba(26, 175, 107, 0.15); }

.input-bg-warning {
  background-color: #d0ed92;
  color: #000; }
  .input-bg-warning:focus {
    color: #000; }

.input-highlight {
  background-color: #D6F09D;
  border-color: #bbb; }

.text-bold {
  font-weight: 500 !important; }

.text-bolder {
  font-weight: 600 !important; }

.text-25x {
  font-size: 125%; }

.text-50x {
  font-size: 150%; }

.text-75x {
  font-size: 175%; }

.text-100x {
  font-size: 200%; }

.has-inline-checkbox {
  position: relative;
  padding-left: 25px;
  width: 100%; }

.inline-checkbox {
  width: 17px !important;
  height: 17px !important;
  display: inline-block;
  margin-right: 3px;
  position: absolute;
  top: 2px;
  left: 0px; }

.legend-right {
  float: right;
  position: absolute;
  top: 0px;
  right: 10px; }

.form-group-sm > .chosen-container {
  height: 29px; }

.form-group-sm > .chosen-container-single .chosen-single {
  height: 29px; }

.form-group-sm > .chosen-container-single .chosen-single span, .form-group-sm .chosen-container-single .chosen-single div b {
  margin-top: -3px; }

.form-group-sm > .chosen-container-multi .chosen-choices {
  border-radius: 5px; }

.form-group-sm > .chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 9px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  font-size: 1px; }

.form-group-xs > .chosen-container {
  height: 24px; }

.form-group-xs > .chosen-container-single .chosen-single {
  height: 24px;
  padding-top: 1px; }

.form-group-xs > .chosen-container-single .chosen-single span, .form-group-xs .chosen-container-single .chosen-single div b {
  margin-top: -3px; }

.form-group-xs > .chosen-container-multi .chosen-choices {
  border-radius: 5px; }

.form-group-xs > .chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 9px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  font-size: 1px; }

.multi-step-form-tabbar {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  margin: 0;
  padding: 0;
  height: 35px; }
  .multi-step-form-tabbar > li {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    position: relative;
    height: 35px;
    /*&:hover:not(.active,.success) {
            background-color: shade($container-background-color,20%);
        }*/ }
    .multi-step-form-tabbar > li > a {
      width: 100%;
      text-align: left;
      display: flex;
      flex-wrap: wrap;
      background-color: #e6e6e6;
      padding: 6px 15px;
      font-size: 15px;
      cursor: pointer;
      height: 35px; }
      .multi-step-form-tabbar > li > a > .tab-state {
        flex: 0 0 35px;
        max-width: 35px;
        height: 35px;
        text-align: center;
        justify-content: center;
        align-items: center;
        align-content: center;
        padding-top: 6px;
        position: relative; }
    .multi-step-form-tabbar > li.active > a {
      background-color: #3c8dbc;
      color: #fff;
      font-weight: 500; }
    .multi-step-form-tabbar > li.success > a {
      background-color: #00a65a;
      color: #fff;
      font-weight: 500;
      position: relative; }
    .multi-step-form-tabbar > li:first-child {
      border-radius: 5px 0 0 5px; }
      .multi-step-form-tabbar > li:first-child > a {
        border-radius: 5px 0 0 5px; }
    .multi-step-form-tabbar > li:last-child {
      border-radius: 0 5px 5px 0; }
      .multi-step-form-tabbar > li:last-child > a {
        border-radius: 0 5px 5px 0; }

.nav.nav-tabs {
  border-width: 1px;
  border-style: hidden;
  border-color: #ddd;
  background-color: transparent;
  z-index: 1; }
  .nav.nav-tabs > .nav-link {
    background-color: transparent;
    margin-bottom: 0px;
    border-width: 1px;
    border-style: hidden;
    border-color: #ddd;
    color: #555; }
    .nav.nav-tabs > .nav-link.active {
      border-width: 1px;
      border-style: solid solid solid solid;
      border-color: #ddd #ddd #fff #ddd;
      color: #3c8dbc;
      font-weight: 500; }
    .nav.nav-tabs > .nav-link:hover:not(.active) {
      border-style: hidden !important; }
    .nav.nav-tabs > .nav-link.disabled {
      color: #999;
      cursor: not-allowed !important; }

.tab-content {
  border-width: 1px;
  border-style: solid solid solid solid;
  border-color: #ddd;
  margin-top: -1px; }

.field-validation-error {
  color: #f4543c; }

.unselectable {
  user-select: none !important; }

input[type=radio].radio-primary {
  border: 1px solid #ddd;
  -webkit-appearance: none;
  border-radius: 5px;
  width: 20px;
  height: 20px;
  padding: 0px 1px 0px 2px;
  display: inline-block;
  outline-color: transparent;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  input[type=radio].radio-primary.form-control {
    height: 35px;
    width: 35px;
    padding: 0px 5px;
    font-size: 23px;
    display: block; }
  input[type=radio].radio-primary:checked {
    background-color: #3c8dbc;
    border-color: #3c8dbc;
    color: #fff; }
  input[type=radio].radio-primary:hover:not(:checked) {
    border-radius: 6px;
    color: #6c757d; }
  input[type=radio].radio-primary:hover::after {
    content: '\f00c';
    text-align: center; }
  input[type=radio].radio-primary:checked::after {
    content: '\f00c';
    text-align: center; }
  input[type=radio].radio-primary:focus {
    outline-color: transparent; }

.custom-control {
  display: inline-block; }

.custom-control-label {
  cursor: pointer;
  user-select: none; }
  .custom-control-label:hover {
    color: #3c8dbc; }
    .custom-control-label:hover::before {
      position: absolute;
      top: 0px;
      left: -20px;
      display: block;
      width: 16px;
      height: 16px;
      pointer-events: none;
      content: "";
      background-color: #e6e6e6;
      border: 1px solid #3c8dbc; }
  .custom-control-label::before {
    position: absolute;
    top: 0px;
    left: -20px;
    display: block;
    width: 16px;
    height: 16px;
    pointer-events: none;
    content: "";
    background-color: #e6e6e6;
    border: 1px solid #888;
    border-radius: 4px !important; }
  .custom-control-label::after {
    position: absolute;
    top: -2px;
    left: -22px;
    display: block;
    width: 20px;
    height: 20px;
    content: "";
    background: no-repeat 50% / 50% 50%;
    border-radius: 4px !important; }
  .custom-control-label.custom-control-block:hover {
    color: #555; }
    .custom-control-label.custom-control-block:hover::before {
      top: 100%;
      left: 50%;
      width: 35px;
      height: 35px;
      display: block;
      pointer-events: none;
      content: "";
      background-color: #e6e6e6;
      border: 1px solid #3c8dbc;
      margin-left: -17px;
      margin-top: 3px; }
  .custom-control-label.custom-control-block::before {
    top: 100%;
    left: 50%;
    width: 35px;
    height: 35px;
    display: block;
    pointer-events: none;
    content: "";
    background-color: #e6e6e6;
    border: 1px solid #888;
    border-radius: 4px !important;
    margin-left: -17px;
    margin-top: 3px; }
  .custom-control-label.custom-control-block::after {
    position: absolute;
    top: 100%;
    left: 50%;
    display: block;
    width: 35px;
    height: 35px;
    content: "";
    background: no-repeat 50% / 90% 65%;
    border-radius: 8px !important;
    margin-left: -17px;
    margin-top: 3px; }
    .custom-control-label.custom-control-block::after:hover {
      background-color: #3c8dbc; }
  .custom-control-label.custom-control-block.has-checked {
    color: #555; }
  .custom-control-label.has-checked {
    color: #3c8dbc; }

.custom-control-input:checked ~ .custom-control-block:hover::before, .custom-control-input:checked ~ .custom-control-block:hover::after {
  background-color: #3c8dbc;
  border-radius: 4px !important; }

.custom-control-input:focus:not(:hover):not(:checked) ~ .custom-control-label::before {
  border-color: #ddd; }

.custom-control-input:focus:hover:not(:checked) ~ .custom-control-label::before {
  border-color: #3c8dbc; }

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  box-shadow: none !important; }

.custom-control > .custom-control-input {
  width: 0px !important;
  height: 0px !important; }

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  font-size: 14px !important; }

input:-webkit-autofill {
  -webkit-background-clip: text; }

/*Change text in autofill textbox*/
input:-webkit-autofill {
  -webkit-text-fill-color: #555 !important; }

::-webkit-scrollbar {
  width: 6px;
  height: 6px; }

::-webkit-scrollbar-track {
  background-color: transparent; }

::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background-color: #bbb;
  min-height: 50px; }
  ::-webkit-scrollbar-thumb:hover {
    background-color: #aaa; }
  ::-webkit-scrollbar-thumb:active {
    background-color: #999; }

.overflow-y-hover:hover {
  overflow-y: auto; }

/*body::-webkit-scrollbar{
    width: 15px;
    height: 15px;
}
body::-webkit-scrollbar-track{
    background-color: transparent;
}
body::-webkit-scrollbar-thumb{
    background-color: $thumb-background-color;
    border-radius: 5px;
    &:hover{
        background-color: $thumb-background-color-onHover;
    }
    &:active{
        background-color: $thumb-background-color-onActive;
    }
}
body::-webkit-scrollbar-button:start:decrement:not(:horizontal) {
    display: block;
    //background-color: #f2f2f2;
    background-size: cover;
    height: $nav-height;
    width: 15px;
    background-repeat: no-repeat;
    border-top: 40px solid $body-scroll-offset-thumb;
}*/
.scroll-v {
  overflow-x: hidden;
  overflow-y: auto; }

.scroll-h {
  overflow-x: auto;
  overflow-y: hidden; }

.scroll {
  overflow: auto; }

body::-webkit-scrollbar {
  width: 10px;
  height: 0px;
  background-color: transparent; }

body::-webkit-scrollbar-track {
  width: 10px;
  height: 0px;
  background-color: transparent; }

body::-webkit-scrollbar-thumb {
  width: 10px;
  height: 0px;
  min-height: 50px;
  /*border-width:0px 3px 0px 3px;
        border-style: hidden solid hidden solid;
        border-color: $body-background-color;*/
  border-radius: 6px;
  background-color: #bbb; }

body::-webkit-scrollbar-thumb:hover {
  background-color: #aaa; }

body::-webkit-scrollbar-thumb:active {
  background-color: #999; }

.secondary-container::-webkit-scrollbar {
  width: 0px;
  height: 0px;
  background-color: transparent; }

.secondary-container::-webkit-scrollbar-track {
  width: 0px;
  height: 0px;
  background-color: transparent; }

.secondary-container::-webkit-scrollbar-thumb {
  width: 0px;
  height: 0px;
  min-height: 50px;
  background-color: #f6f7f9; }

.secondary-container::-webkit-scrollbar-thumb:hover {
  background-color: #f6f7f9; }

.secondary-container::-webkit-scrollbar-thumb:active {
  background-color: #f6f7f9; }

.secondary-container:hover::-webkit-scrollbar {
  width: 6px;
  height: 0px;
  background-color: transparent; }

.secondary-container:hover::-webkit-scrollbar-track {
  width: 6px;
  height: 0px;
  background-color: transparent; }

.secondary-container:hover::-webkit-scrollbar-thumb {
  width: 6px;
  height: 0px;
  min-height: 50px;
  border-width: 0px 2px 0px 2px;
  border-style: hidden solid hidden solid;
  border-color: #bbb;
  border-right-color: #f6f7f9;
  border-radius: 6px;
  background-color: #bbb; }

.secondary-container:hover::-webkit-scrollbar-thumb:hover {
  border-style: hidden solid hidden solid;
  border-color: #aaa;
  border-right-color: #f6f7f9;
  background-color: #aaa; }

.secondary-container:hover::-webkit-scrollbar-thumb:active {
  border-style: hidden solid hidden solid;
  border-color: #999;
  border-right-color: #f6f7f9;
  background-color: #999; }

.table {
  background-color: #fff;
  border-collapse: collapse !important;
  /*&.table-striped {
        //& > tr:not(odd),
        & > tbody > tr:not(odd) {
            & > td {
                background-color: $table-bg-hover !important; //$table-striped-bg;
            }
        }
    }*/ }
  .table > thead > tr > th,
  .table > tr > th {
    font-weight: 500;
    color: #333;
    padding: 4px 4px; }
    .table > thead > tr > th > b,
    .table > thead > tr > th > strong,
    .table > tr > th > b,
    .table > tr > th > strong {
      font-weight: 500; }
  .table > thead.has-bg > tr > th {
    background-color: #fff; }
  .table > tbody > tr > td,
  .table > tr > td {
    /*font-weight: 400;*/
    color: #555;
    padding: 4px 4px; }
  .table.table-sm > thead > tr > th,
  .table.table-sm > tr > th, .table.table-condensed > thead > tr > th,
  .table.table-condensed > tr > th {
    font-weight: 500;
    color: #333;
    padding: 4px 4px; }
    .table.table-sm > thead > tr > th > b,
    .table.table-sm > thead > tr > th > strong,
    .table.table-sm > tr > th > b,
    .table.table-sm > tr > th > strong, .table.table-condensed > thead > tr > th > b,
    .table.table-condensed > thead > tr > th > strong,
    .table.table-condensed > tr > th > b,
    .table.table-condensed > tr > th > strong {
      font-weight: 500; }
  .table.table-sm > tbody > tr > td,
  .table.table-sm > tfoot > tr > td,
  .table.table-sm > tfoot > tr > th,
  .table.table-sm > tr > td, .table.table-condensed > tbody > tr > td,
  .table.table-condensed > tfoot > tr > td,
  .table.table-condensed > tfoot > tr > th,
  .table.table-condensed > tr > td {
    /*font-weight: 400;*/
    color: #555;
    padding: 2px 4px; }
  .table.table-striped > tbody > tr:nth-child(odd) {
    background-color: #f8f8f8; }
  .table.table-hover > tbody > tr:not(.no-hover):hover > td,
  .table.table-hover > tr:not(.no-hover):hover > td {
    background-color: #e5f5ea !important; }
  .table.table-bordered > thead > tr > th,
  .table.table-bordered > tr > th,
  .table.table-bordered > tbody > tr > td,
  .table.table-bordered > tr > td {
    /*border-top: 0px hidden $border-default;
            border-bottom: 1px solid $table-border;
            border-right: 1px solid $table-border;
            border-left: 0px hidden $table-border;

            &:last-child {
                border-right: 0px hidden $table-border;
            }*/
    border-color: #ddd; }
  .table.table-bordered > thead.has-bg > tr > th {
    border-color: #ddd !important; }
  .table.table-bordered > thead > tr > th, .table.table-bordered > tr > th {
    border-top: none; }
  .table.table-sticky {
    border-collapse: separate !important;
    border-spacing: 0px;
    border-top: 0px hidden;
    border-bottom: 0px hidden; }
    .table.table-sticky > thead {
      position: sticky;
      z-index: 1;
      border-collapse: collapse; }
    .table.table-sticky > thead > tr > th,
    .table.table-sticky > tr > th {
      border-collapse: collapse;
      border-top: 1px solid #ddd;
      border-bottom: 1px solid #ddd;
      border-right: 1px solid #ddd;
      border-left: 0px hidden #ddd; }
      .table.table-sticky > thead > tr > th:last-child,
      .table.table-sticky > tr > th:last-child {
        border-right: 0px hidden #ddd; }
    .table.table-sticky > thead > tr > th[rowspan] {
      border-bottom: 2px solid #ddd;
      border-collapse: collapse; }
    .table.table-sticky > thead > tr:last-child > th {
      border-top: 0px hidden #ddd;
      border-bottom: 2px solid #ddd; }
    .table.table-sticky > tbody > tr > td,
    .table.table-sticky > tr > td {
      border-top: 0px hidden #ddd;
      border-bottom: 1px solid #ddd;
      border-right: 1px solid #ddd;
      border-left: 0px hidden #ddd; }
      .table.table-sticky > tbody > tr > td:last-child,
      .table.table-sticky > tr > td:last-child {
        border-right: 0px hidden #ddd; }
  .table.table-border {
    border: 1px solid #ddd; }

.table-hover tbody tr:not(.no-hover):hover {
  background-color: #e5f5ea !important; }

.table-hover tbody tr.no-hover:hover {
  background-color: #fff !important; }

.table-hover tbody tr.this-is-tfoot-row,
.table-hover tr.this-is-tfoot-row,
.table-hover > tbody > tr.this-is-tfoot-row,
.table-hover > tr.this-is-tfoot-row {
  background-color: #e5f5ea !important; }

.table-bordered {
  border: 1px solid #ddd; }

table.dataTable.fixedHeader-floating, table.dataTable.fixedHeader-locked {
  background-color: #fff; }

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd; }

.table th, .table td {
  /*padding: 0.5rem;*/
  vertical-align: top;
  border-top: 1px solid #ddd; }

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #555; }

.table-bordered th, .table-bordered td {
  border: 1px solid #ddd; }

hr {
  border-style: hidden hidden solid hidden;
  border-width: 1px;
  border-color: #ddd; }

.table-borderless > thead > tr > th {
  border: 0px hidden !important; }

.table-borderless > tr > th {
  border: 0px hidden !important; }

.table-borderless > tbody > tr > td {
  border: 0px hidden !important; }

.table-borderless > tr > td {
  border: 0px hidden !important; }

.table tbody + tbody {
  border-top: 2px solid #ddd; }

.table-responsive {
  border: 1px solid #ddd;
  padding: 0;
  margin: 0; }
  .table-responsive > .table, .table-responsive > table {
    margin-top: 0px !important;
    margin-bottom: 0px !important; }
  .table-responsive > .table-bordered,
  .table-responsive > .table-border {
    border: none !important; }
    .table-responsive > .table-bordered > thead > tr > th:last-child,
    .table-responsive > .table-bordered > tr > th:last-child,
    .table-responsive > .table-bordered > tbody > tr > td:last-child,
    .table-responsive > .table-bordered > tr > td:last-child,
    .table-responsive > .table-border > thead > tr > th:last-child,
    .table-responsive > .table-border > tr > th:last-child,
    .table-responsive > .table-border > tbody > tr > td:last-child,
    .table-responsive > .table-border > tr > td:last-child {
      border-right: none !important; }
    .table-responsive > .table-bordered > thead > tr > th:first-child,
    .table-responsive > .table-bordered > tr > th:first-child,
    .table-responsive > .table-bordered > tbody > tr > td:first-child,
    .table-responsive > .table-bordered > tr > td:first-child,
    .table-responsive > .table-border > thead > tr > th:first-child,
    .table-responsive > .table-border > tr > th:first-child,
    .table-responsive > .table-border > tbody > tr > td:first-child,
    .table-responsive > .table-border > tr > td:first-child {
      border-left: none !important; }
    .table-responsive > .table-bordered > tbody > tr:last-child > td,
    .table-responsive > .table-bordered > tr:last-child > td,
    .table-responsive > .table-bordered > tfoot > tr:last-child > td,
    .table-responsive > .table-border > tbody > tr:last-child > td,
    .table-responsive > .table-border > tr:last-child > td,
    .table-responsive > .table-border > tfoot > tr:last-child > td {
      border-bottom: none !important; }

table.drill-report-table > tbody > tr > td,
table.drill-report-table > tr > td,
table.table.drill-report-table > tbody > tr > td,
table.table.drill-report-table > tr > td {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  vertical-align: middle; }

.table-treeview-route-box {
  float: left;
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0px;
  width: 15px;
  height: 29px; }
  .table-treeview-route-box > .vertical-route {
    position: absolute;
    top: -1px;
    left: 5px;
    margin-left: 0px;
    height: 24px;
    border-right: 1px dotted #ddd; }
    .table-treeview-route-box > .vertical-route.route-primary {
      border-color: #3c8dbc; }
    .table-treeview-route-box > .vertical-route.route-secondary {
      border-color: #6c757d; }
    .table-treeview-route-box > .vertical-route.route-success {
      border-color: #00a65a; }
    .table-treeview-route-box > .vertical-route.route-info {
      border-color: #00c0ef; }
    .table-treeview-route-box > .vertical-route.route-warning {
      border-color: #e08e0b; }
    .table-treeview-route-box > .vertical-route.route-danger {
      border-color: #f4543c; }
    .table-treeview-route-box > .vertical-route.route-dark {
      border-color: #464a58; }
  .table-treeview-route-box > .horizental-route {
    position: absolute;
    left: 5px;
    top: 9px;
    margin-top: 0px;
    width: 10px;
    border-top: 1px dotted #ddd; }
    .table-treeview-route-box > .horizental-route.route-primary {
      border-color: #3c8dbc; }
    .table-treeview-route-box > .horizental-route.route-secondary {
      border-color: #6c757d; }
    .table-treeview-route-box > .horizental-route.route-success {
      border-color: #00a65a; }
    .table-treeview-route-box > .horizental-route.route-info {
      border-color: #00c0ef; }
    .table-treeview-route-box > .horizental-route.route-warning {
      border-color: #e08e0b; }
    .table-treeview-route-box > .horizental-route.route-danger {
      border-color: #f4543c; }
    .table-treeview-route-box > .horizental-route.route-dark {
      border-color: #464a58; }

.table-sm > tbody > tr > td > .table-treeview-route-box,
.table-condensed > tbody > tr > td > .table-treeview-route-box,
.table-treeview-route-box.table-treeview-route-box-sm {
  height: 20px; }

/*table.drill-report-table {
    & >tbody> tr:last-child > td:first-child, 
    & > tr:last-child > td:first-child {
        & > .table-treeview-route-box:last-child {
            & > .vertical-route {
                height: 50% !important;
                width:50px !important;
            }
        }
    }
}*/
.table-outer-borderless {
  border: 0px hidden !important; }
  .table-outer-borderless > thead > tr:first-child > th {
    border: 1px solid #ddd;
    border-top: 0px hidden !important; }
    .table-outer-borderless > thead > tr:first-child > th:first-child {
      border-left: 0px hidden !important; }
    .table-outer-borderless > thead > tr:first-child > th:last-child {
      border-right: 0px hidden !important; }
  .table-outer-borderless > tbody > tr > td,
  .table-outer-borderless > tr > td {
    border: 1px solid #ddd; }
  .table-outer-borderless > tbody > tr:first-child > td,
  .table-outer-borderless > tr:first-child > td {
    border-top: 1px solid #ddd !important; }
  .table-outer-borderless > tbody > tr > td:first-child,
  .table-outer-borderless > tr > td:first-child {
    border-left: 0px hidden !important; }
  .table-outer-borderless > tbody > tr > td:last-child,
  .table-outer-borderless > tr > td:last-child {
    border-right: 0px hidden !important; }
  .table-outer-borderless > tbody > tr:last-child > td,
  .table-outer-borderless > tr:last-child > td {
    border-bottom: 0px hidden !important; }
    .table-outer-borderless > tbody > tr:last-child > td.force-has-border-bottom,
    .table-outer-borderless > tr:last-child > td.force-has-border-bottom {
      border-bottom: 1px solid #ddd !important; }
  .table-outer-borderless.but-top-border > thead > tr > th {
    border-top: 1px solid #ddd; }

th[rowspan] {
  vertical-align: middle !important; }

tr.no-hover:hover {
  background-color: none !important; }
  tr.no-hover:hover > td {
    background-color: none !important; }

.tr-collapse {
  display: none; }

.table.th-center > thead > tr > th,
.table.th-center > tr > th,
table.th-center > thead > tr > th,
table.th-center > tr > th {
  text-align: center; }

.tfoot-top-borderless > tr > td {
  border-top: none !important; }

/*.border-right {
    border-right: 1px solid $border-default !important;
}*/
.table-tr-td-highlighted {
  background-color: #f6f7f9 !important; }
  .table-tr-td-highlighted > td {
    background-color: #f6f7f9 !important; }
  .table-tr-td-highlighted:hover {
    background-color: #f6f7f9 !important; }
    .table-tr-td-highlighted:hover > td {
      background-color: #f6f7f9 !important; }

table.dataTable {
  border-collapse: collapse !important; }

button.btn, a.btn {
  min-height: 35px; }

button, .btn, a.btn {
  font-weight: 400;
  font-size: 13px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 1px;
  color: #555;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  /*&:hover {
        color: $text-color-dark;
    }*/ }
  button.btn-warning, .btn.btn-warning, a.btn.btn-warning {
    color: #fff;
    /*text-shadow: 1px 1px rgba(0,0,0,0.5);*/ }
    button.btn-warning:active, .btn.btn-warning:active, a.btn.btn-warning:active {
      color: #fff !important; }
  button.btn-primary, button.btn-success, button.btn-info, button.btn-warning, button.btn-danger, button.btn-dark, .btn.btn-primary, .btn.btn-success, .btn.btn-info, .btn.btn-warning, .btn.btn-danger, .btn.btn-dark, a.btn.btn-primary, a.btn.btn-success, a.btn.btn-info, a.btn.btn-warning, a.btn.btn-danger, a.btn.btn-dark {
    color: #fff; }
    button.btn-primary:hover, button.btn-success:hover, button.btn-info:hover, button.btn-warning:hover, button.btn-danger:hover, button.btn-dark:hover, .btn.btn-primary:hover, .btn.btn-success:hover, .btn.btn-info:hover, .btn.btn-warning:hover, .btn.btn-danger:hover, .btn.btn-dark:hover, a.btn.btn-primary:hover, a.btn.btn-success:hover, a.btn.btn-info:hover, a.btn.btn-warning:hover, a.btn.btn-danger:hover, a.btn.btn-dark:hover {
      color: #fff; }
  button.btn-link:hover, button.btn-link:focus, .btn.btn-link:hover, .btn.btn-link:focus, a.btn.btn-link:hover, a.btn.btn-link:focus {
    text-decoration: none; }
  button.btn-xs, .btn.btn-xs, a.btn.btn-xs {
    padding: 1px 10px;
    font-size: 13px;
    min-height: 24px; }
  button.btn-sm, .btn.btn-sm, a.btn.btn-sm {
    padding-top: 4px;
    padding-bottom: 4px;
    min-height: 29px; }
  button.btn-lg, .btn.btn-lg, a.btn.btn-lg {
    padding: 8px 15px;
    min-height: 39px; }
  button.btn-xl, .btn.btn-xl, a.btn.btn-xl {
    padding: 10px 15px;
    min-height: 43px; }
  button.btn-light, .btn.btn-light, a.btn.btn-light {
    background-color: #fafafa;
    border-color: #e6e6e6;
    color: #555; }
    button.btn-light:hover, .btn.btn-light:hover, a.btn.btn-light:hover {
      background-color: #f0f0f0; }
    button.btn-light:focus, .btn.btn-light:focus, a.btn.btn-light:focus {
      outline: none !important;
      box-shadow: none !important;
      color: #555 !important;
      background-color: #e6e6e6 !important;
      border-color: #e6e6e6 !important; }
    button.btn-light:active, .btn.btn-light:active, a.btn.btn-light:active {
      outline: none !important;
      box-shadow: none !important;
      color: #555 !important;
      background-color: #e6e6e6 !important;
      border-color: #e6e6e6 !important; }

a.btn {
  padding-top: 6px; }

.btn-circle {
  border-radius: 50%; }

.btn-page-info {
  outline: none;
  box-shadow: none;
  background-color: transparent;
  border: none;
  border-radius: 50%;
  padding: 0px !important;
  font-size: 18px !important;
  margin-right: 10px;
  color: #999; }
  .btn-page-info:hover {
    color: #777; }
  .btn-page-info:focus {
    outline: none;
    box-shadow: none;
    color: #777; }
  .btn-page-info:active {
    color: #555; }

/*.toolbar {
    & > .btn {
        &:nth-child(2) {
            margin-left: 10px !important;
        }
    }
}*/
.qs-acc-no {
  outline: none;
  box-shadow: none;
  border: 1px solid #3c8dbc;
  padding: 1px 7px;
  cursor: pointer;
  background-color: #d8e8f2; }
  .qs-acc-no:focus, .qs-acc-no:active {
    background-color: #3c8dbc;
    color: #fff;
    outline: none !important;
    box-shadow: none !important; }
  .qs-acc-no::selection {
    color: #e08e0b;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8); }

.dropdown-menu {
  background-color: #fff;
  box-shadow: 0 0 2px 1px rgba(20, 20, 31, 0.08), 0 1px 3px 0 rgba(20, 20, 31, 0.1); }
  .dropdown-menu > .dropdown-item {
    color: #555; }
    .dropdown-menu > .dropdown-item:hover {
      background-color: #ddd; }

.btn.btn-primary-light {
  border: 1px solid #3c8dbc;
  color: #3c8dbc; }
  .btn.btn-primary-light:hover, .btn.btn-primary-light:focus {
    border: 1px solid #3c8dbc;
    box-shadow: 0 0 1px 1px #3c8dbc inset;
    background-color: rgba(60, 141, 188, 0.1); }
  .btn.btn-primary-light:active {
    border: 1px solid #3c8dbc;
    box-shadow: 0 0 1px 1px #3c8dbc inset;
    background-color: rgba(60, 141, 188, 0.2); }

.btn.btn-secondary-light {
  border: 1px solid #6c757d;
  color: #6c757d; }
  .btn.btn-secondary-light:hover, .btn.btn-secondary-light:focus {
    border: 1px solid #6c757d;
    box-shadow: 0 0 1px 1px #6c757d inset;
    background-color: rgba(108, 117, 125, 0.1); }
  .btn.btn-secondary-light:active {
    border: 1px solid #6c757d;
    box-shadow: 0 0 1px 1px #6c757d inset;
    background-color: rgba(108, 117, 125, 0.2); }

.btn.btn-success-light {
  border: 1px solid #00a65a;
  color: #00a65a; }
  .btn.btn-success-light:hover, .btn.btn-success-light:focus {
    border: 1px solid #00a65a;
    box-shadow: 0 0 1px 1px #00a65a inset;
    background-color: rgba(0, 166, 90, 0.1); }
  .btn.btn-success-light:active {
    border: 1px solid #00a65a;
    box-shadow: 0 0 1px 1px #00a65a inset;
    background-color: rgba(0, 166, 90, 0.2); }

.btn.btn-info-light {
  border: 1px solid #00c0ef;
  color: #00c0ef; }
  .btn.btn-info-light:hover, .btn.btn-info-light:focus {
    border: 1px solid #00c0ef;
    box-shadow: 0 0 1px 1px #00c0ef inset;
    background-color: rgba(0, 192, 239, 0.1); }
  .btn.btn-info-light:active {
    border: 1px solid #00c0ef;
    box-shadow: 0 0 1px 1px #00c0ef inset;
    background-color: rgba(0, 192, 239, 0.2); }

.btn.btn-warning-light {
  border: 1px solid #e08e0b;
  color: #e08e0b; }
  .btn.btn-warning-light:hover, .btn.btn-warning-light:focus {
    border: 1px solid #e08e0b;
    box-shadow: 0 0 1px 1px #e08e0b inset;
    background-color: rgba(224, 142, 11, 0.1); }
  .btn.btn-warning-light:active {
    border: 1px solid #e08e0b;
    box-shadow: 0 0 1px 1px #e08e0b inset;
    background-color: rgba(224, 142, 11, 0.2); }

.btn.btn-danger-light {
  border: 1px solid #f4543c;
  color: #f4543c; }
  .btn.btn-danger-light:hover, .btn.btn-danger-light:focus {
    border: 1px solid #f4543c;
    box-shadow: 0 0 1px 1px #f4543c inset;
    background-color: rgba(244, 84, 60, 0.1); }
  .btn.btn-danger-light:active {
    border: 1px solid #f4543c;
    box-shadow: 0 0 1px 1px #f4543c inset;
    background-color: rgba(244, 84, 60, 0.2); }

.btn.btn-dark-light {
  border: 1px solid #464a58;
  color: #464a58; }
  .btn.btn-dark-light:hover, .btn.btn-dark-light:focus {
    border: 1px solid #464a58;
    box-shadow: 0 0 1px 1px #464a58 inset;
    background-color: rgba(70, 74, 88, 0.1); }
  .btn.btn-dark-light:active {
    border: 1px solid #464a58;
    box-shadow: 0 0 1px 1px #464a58 inset;
    background-color: rgba(70, 74, 88, 0.2); }

.report-toolbar-button-xs > .btn-group > .btn,
.report-toolbar-button-xs > .btn-group > button.btn,
.report-toolbar-button-xs > .btn-group > a.btn {
  padding: 1px 10px;
  font-size: 13px;
  min-height: 24px; }

.report-toolbar-button-xs > .btn,
.report-toolbar-button-xs > button.btn,
.report-toolbar-button-xs > a.btn {
  padding: 1px 10px;
  font-size: 13px;
  min-height: 24px; }

.report-toolbar-button-sm {
  padding-bottom: 5px;
  text-align: right; }
  .report-toolbar-button-sm > .btn-group > .btn,
  .report-toolbar-button-sm > .btn-group > button.btn,
  .report-toolbar-button-sm > .btn-group > a.btn {
    padding-top: 4px;
    padding-bottom: 4px;
    min-height: 29px;
    height: 29px; }
  .report-toolbar-button-sm > .btn,
  .report-toolbar-button-sm > button.btn,
  .report-toolbar-button-sm > a.btn {
    padding-top: 4px;
    padding-bottom: 4px;
    min-height: 29px;
    height: 29px; }

.report-toolbar-button-xs > .btn-group > .btn,
.report-toolbar-button-xs > .btn-group > button.btn,
.report-toolbar-button-xs > .btn-group > a.btn {
  padding-top: 2px;
  padding-bottom: 1px;
  min-height: 24px;
  height: 24px;
  font-size: 12px; }

.report-toolbar-button-xs > .btn,
.report-toolbar-button-xs > button.btn,
.report-toolbar-button-xs > a.btn {
  padding-top: 2px;
  padding-bottom: 1px;
  min-height: 24px;
  height: 24px;
  font-size: 12px; }

.btn-group.my-dropdown {
  position: relative; }
  .btn-group.my-dropdown > button.dropdown-toggle {
    background-color: transparent;
    border-color: transparent;
    padding: 2px;
    height: 24px;
    width: 24px;
    border-radius: 100%;
    min-height: 24px;
    max-height: 24px;
    color: #555 !important; }
    .btn-group.my-dropdown > button.dropdown-toggle::after {
      display: none !important;
      margin-left: 0.255em;
      vertical-align: 0.255em;
      content: "";
      border: none !important; }
    .btn-group.my-dropdown > button.dropdown-toggle:active {
      background-color: transparent;
      color: #555; }
    .btn-group.my-dropdown > button.dropdown-toggle:hover {
      border-color: #ddd; }
    .btn-group.my-dropdown > button.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem #3c8dbc; }
  .btn-group.my-dropdown.align-end > .dropdown-menu {
    /*left: auto !important;
                right: 0;*/ }
  .btn-group.my-dropdown.btn-sm > button.dropdown-toggle {
    padding: 0px;
    height: 16px;
    width: 16px;
    border-radius: 100%;
    min-height: 16px;
    max-height: 16px;
    font-size: 10px !important; }

/*tooltip*/
[tooltip] {
  position: relative; }

[tooltip]:hover::before {
  content: "";
  position: absolute;
  top: -6px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 4px 6px 0 6px;
  border-style: solid;
  border-color: #1d1d1d transparent transparent transparent;
  z-index: 10000; }

[tooltip]:hover::after {
  content: attr(tooltip);
  position: absolute;
  float: left;
  left: 50%;
  top: -6px;
  transform: translateX(-50%) translateY(-100%);
  background: #1d1d1d;
  text-align: center;
  color: #fff;
  font-size: 12px;
  white-space: pre;
  border-radius: 6px;
  pointer-events: none;
  padding: 5px 10px;
  z-index: 1000000;
  font-weight: 400; }

[tooltip].shortcut-key-for-tooltip:hover::after {
  font-family: monospace !important;
  font-size: 13px; }

/*:hover::before {
    content: "";position: absolute;top: -6px;left: 50%;transform: translateX(-50%);
    border-width: 4px 6px 0 6px;border-style: solid;border-color: #1d1d1d transparent transparent transparent;z-index: 100;

}*/
/*[tooltip]:hover::after {content: attr(tooltip);position: absolute;float:left;left: 50%;top: -6px;transform: translateX(-50%) translateY(-100%);background: #1d1d1d;text-align: center;color: #fff;font-size: $fs-xs;white-space: pre;border-radius: 5px;pointer-events: none;padding: 5px 10px;font-family:OpenSans;letter-spacing:0.05rem;z-index:100;font-weight:400;}*/
[tooltip-type="primary"]:hover::before {
  content: "";
  border-color: #2980b9 transparent transparent transparent; }

[tooltip-type="primary"]:hover::after {
  background: #2980b9; }

[tooltip-type="secondary"]:hover::before {
  content: "";
  border-color: #b2babb transparent transparent transparent; }

[tooltip-type="secondary"]:hover::after {
  background: #b2babb; }

[tooltip-type="success"]:hover::before {
  content: "";
  border-color: #1abc9c transparent transparent transparent; }

[tooltip-type="success"]:hover::after {
  background: #1abc9c; }

[tooltip-type="info"]:hover::before {
  content: "";
  border-color: #85c1e9 transparent transparent transparent; }

[tooltip-type="info"]:hover::after {
  background: #85c1e9; }

[tooltip-type="warning"]:hover::before {
  content: "";
  border-color: #f5b041 transparent transparent transparent; }

[tooltip-type="warning"]:hover::after {
  background: #f5b041; }

[tooltip-type="danger"]:hover::before {
  content: "";
  border-color: #cd6155 transparent transparent transparent; }

[tooltip-type="danger"]:hover::after {
  background: #cd6155; }

[tooltip-type="dark"]:hover::before {
  content: "";
  border-color: #34495e transparent transparent transparent; }

[tooltip-type="dark"]:hover::after {
  background: #34495e; }

[tooltip-type="primary-light"]:hover::before {
  content: "";
  border-color: rgba(41, 128, 185, 0.8) transparent transparent transparent; }

[tooltip-type="primary-light"]:hover::after {
  background: rgba(41, 128, 185, 0.8); }

[tooltip-type="secondary-light"]:hover::before {
  content: "";
  border-color: rgba(178, 186, 187, 0.9) transparent transparent transparent; }

[tooltip-type="secondary-light"]:hover::after {
  background: rgba(178, 186, 187, 0.9); }

[tooltip-type="success-light"]:hover::before {
  content: "";
  border-color: rgba(26, 188, 156, 0.8) transparent transparent transparent; }

[tooltip-type="success-light"]:hover::after {
  background: rgba(26, 188, 156, 0.8); }

[tooltip-type="info-light"]:hover::before {
  content: "";
  border-color: rgba(133, 193, 233, 0.9) transparent transparent transparent; }

[tooltip-type="info-light"]:hover::after {
  background: rgba(133, 193, 233, 0.9); }

[tooltip-type="warning-light"]:hover::before {
  content: "";
  border-color: rgba(245, 176, 65, 0.9) transparent transparent transparent; }

[tooltip-type="warning-light"]:hover::after {
  background: rgba(245, 176, 65, 0.9); }

[tooltip-type="danger-light"]:hover::before {
  content: "";
  border-color: rgba(205, 97, 85, 0.9) transparent transparent transparent; }

[tooltip-type="danger-light"]:hover::after {
  background: rgba(205, 97, 85, 0.9); }

[tooltip-type="dark-light"]:hover::before {
  content: "";
  border-color: rgba(52, 73, 94, 0.8) transparent transparent transparent; }

[tooltip-type="dark-light"]:hover::after {
  background: rgba(52, 73, 94, 0.8); }

[tooltip-align="left"]:hover::before {
  left: 0%;
  float: left;
  top: 50%;
  margin-left: -10px;
  transform: translatey(-50%) rotate(-90deg); }

[tooltip-align="left"]:hover::after {
  left: 0%;
  float: left;
  top: 50%;
  margin-left: -5.5px;
  transform: translateX(-100%) translateY(-50%);
  white-space: nowrap; }

[tooltip-align="top"]:hover::before {
  left: 50%; }

[tooltip-align="top"]:hover::after {
  left: 50%; }

[tooltip-align="top-left"]:hover::before {
  left: 0%;
  float: left;
  transform: translatey(-50%) rotate(-90deg);
  margin-left: -10px; }

[tooltip-align="top-left"]:hover::after {
  left: 0%;
  float: left;
  transform: translateX(-100%) translateY(-50%);
  white-space: nowrap;
  margin-left: -5.5px; }

/*[tooltip-align="top-left"]:hover::before {content:"";transform: translateX(-100%) translateY(-50%) rotate(-45deg);margin-left: 0px;margin-top:5px;}*/
[tooltip-align="bottom"]:hover::before {
  top: 100%;
  margin-top: 8px;
  transform: translateX(-50%) translatey(-100%) rotate(-180deg); }

[tooltip-align="bottom"]:hover::after {
  top: 100%;
  margin-top: 8px;
  transform: translateX(-50%) translateY(0%); }

[tooltip-align="right"]:hover::before {
  left: 100%;
  top: 50%;
  margin-left: 1px;
  transform: translatey(-50%) rotate(90deg);
  z-index: 1; }

[tooltip-align="right"]:hover::after {
  left: 100%;
  top: 50%;
  margin-left: 8px;
  transform: translateX(0%) translateY(-50%);
  z-index: 1; }

[tooltip-sm]:hover::before {
  font-size: 11px; }

[tooltip-sm]:hover::after {
  font-size: 11px;
  padding: 3px 10px; }

[tooltip-lg]:hover::before {
  font-size: 16px; }

[tooltip-lg]:hover::after {
  font-size: 16px;
  padding: 10px 15px; }

.fixedHeader-floating {
  z-index: 1 !important; }

div.DTFC_LeftHeadWrapper table, div.DTFC_RightHeadWrapper table {
  background-color: #fff; }

table.dataTable.table-striped.DTFC_Cloned tbody, table.dataTable.DTFC_Cloned tbody {
  background-color: #fff; }

div.dataTables_scrollBody {
  background: #fff !important; }

table.dataTable.table-striped.DTFC_Cloned tbody,
table.dataTable.DTFC_Cloned tbody {
  background-color: #fff; }

table.DTFC_Cloned tr {
  background-color: #fff; }

div.DTFC_LeftFootWrapper table, div.DTFC_RightFootWrapper table {
  background-color: #fff; }

table.dataTable tbody tr > .dtfc-fixed-left,
table.dataTable tbody tr > .dtfc-fixed-right {
  background-color: #fff; }

table.dataTable thead tr > .dtfc-fixed-left,
table.dataTable thead tr > .dtfc-fixed-right,
table.dataTable tfoot tr > .dtfc-fixed-left,
table.dataTable tfoot tr > .dtfc-fixed-right {
  background-color: #fff; }

div.dataTables_scrollFootInner table.table-bordered tr th:first-child, div.dataTables_scrollHeadInner table.table-bordered tr th:first-child {
  border-left: 1px solid #ddd !important; }

div.dataTables_scrollBody {
  border-left: 1px solid #ddd !important; }

div.dtfc-right-top-blocker, div.dtfc-left-top-blocker {
  margin-top: 6px;
  border-bottom: 1px solid #ddd !important; }

div.dtfc-left-top-blocker, div.dtfc-right-top-blocker {
  background-color: #fff; }

.chosen-container {
  font-size: 13px;
  height: 35px;
  border: none; }

.chosen-container-single .chosen-single {
  height: 35px;
  background-color: transparent !important;
  border: 1px solid #ddd;
  padding-top: 5px;
  color: #555;
  background: linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%); }

.chosen-container-single .chosen-single .chosen-container-active {
  border-top-color: #3c8dbc; }

.chosen-container .chosen-container-single {
  border: none; }

.chosen-container {
  border-radius: 6px; }

.chosen-container-active.chosen-with-drop .chosen-single {
  border-color: #3c8dbc;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-image: none;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #555;
  background: linear-gradient(#eee 20%, #fff 80%); }

.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px; }

.chosen-container-active .chosen-single {
  box-shadow: 0 0 2px #3c8dbc;
  border-color: #3c8dbc; }

/*.chosen-container-single .chosen-single div b {
    display: block;
    width: 100%;
    height: 100%;
    background: url(chosen-sprite.png) no-repeat 0px 2px;
}*/
.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
  padding-top: 5px; }

.chosen-container-single .chosen-drop {
  border-top: 1px solid #ddd; }

.chosen-container .chosen-drop {
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.15);
  background-color: #fff;
  border-width: 1px;
  border-style: hidden solid solid solid;
  border-color: #3c8dbc;
  margin-top: -2px; }

.chosen-container-active .chosen-single {
  background-color: #3c8dbc; }

.chosen-container .chosen-results li.highlighted {
  background-color: rgba(0, 0, 0, 0.07);
  background-image: none;
  background-image: none;
  color: #555; }

.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: rgba(0, 0, 0, 0.07);
  background-image: none;
  background-image: none;
  color: #555; }

.chosen-container .chosen-results {
  padding-left: 0px;
  padding-right: 0px;
  margin: 0px;
  margin-bottom: 5px;
  color: #555; }

.chosen-container-single .chosen-search input[type="text"] {
  border-color: #ddd; }

.chosen-container .chosen-results li.no-results {
  display: list-item;
  background: #fff;
  color: #999; }

.chosen-container.chosen-container-multi {
  height: auto; }

.chosen-container-multi .chosen-choices {
  background-color: #fff !important;
  background-image: linear-gradient(#fff 1%, #fff 15%);
  border: 1px solid #ddd;
  height: auto;
  border-radius: 6px;
  padding: 3px 5px;
  overflow-y: auto; }

.chosen-container-multi .chosen-choices li.search-choice {
  background-color: #ddd;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #ddd), color-stop(50%, #ddd), color-stop(52%, #ddd), to(#ddd)) !important;
  border: 1px solid #ddd;
  border-radius: 6px;
  color: #555;
  box-shadow: none;
  padding: 3px 20px 3px 5px; }

.chosen-container-multi .chosen-drop .result-selected {
  background-color: #ddd;
  color: #777;
  font-weight: 600;
  font-style: italic; }

.chosen-container-multi.chosen-with-drop.chosen-container-active > .chosen-choices {
  border: 1px solid #3c8dbc;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px; }

.chosen-container-multi.chosen-with-drop.chosen-container-active > .chosen-drop {
  border-radius: 0 0 6px 6px;
  margin-top: 0px; }

.search-choice-close:hover {
  color: #f4543c !important; }

.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #555; }

.chosen-container.chosen-container-multi > .chosen-choices > .search-field > .chosen-search-input {
  color: #555 !important; }

.chosen-container-single .chosen-single abbr {
  top: 11px; }

.modal-content {
  background-color: #fff; }

.modal-header {
  border-bottom-color: #ddd; }

.modal-footer {
  border-top-color: #ddd; }

button.close {
  color: #555; }

.modal-xxl {
  max-width: 1400px; }

.modal-extended {
  max-width: 90%; }

.modal-footer {
  display: block; }

.bg-white {
  background-color: #fff !important; }

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.125); }
  .list-group-item:hover:not(.active) {
    background-color: #ddd;
    color: #555; }

.list-group-item-action {
  color: #555; }

.master-setting-list-group > .list-group-item {
  border-radius: 0px !important;
  border-left: none;
  border-right: none;
  cursor: pointer; }
  .master-setting-list-group > .list-group-item.active {
    background-color: #ddd;
    border-color: #ddd;
    color: #555; }
  .master-setting-list-group > .list-group-item:focus {
    background-color: #ddd;
    border-color: #ddd;
    color: #555; }
    .master-setting-list-group > .list-group-item:focus:hover {
      background-color: #ddd;
      color: #555; }

.badge {
  font-size: 14px;
  padding: 4px 10px;
  font-weight: 500; }
  .badge.badge-sm {
    padding: 3px 10px;
    font-size: 13px; }

small {
  color: #777 !important;
  font-size: 90% !important; }

.text-muted {
  color: #999 !important; }

.dropdown-menu > .dropdown-item {
  font-size: 14px; }

.modal-backdrop {
  z-index: 100; }

.modal {
  z-index: 99999 !important; }

.ui-widget-content {
  background-color: #fff;
  color: #555; }

.ui-menu .ui-menu-item {
  color: #555; }

.ui-menu .ui-menu-item-wrapper {
  color: #555; }
  .ui-menu .ui-menu-item-wrapper:hover {
    color: #fff; }
  .ui-menu .ui-menu-item-wrapper.ui-state-active {
    color: #fff; }

.ui-widget.ui-widget-content {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.15); }

.ui-widget.ui-widget-content {
  padding: 0px; }

.ui-widget-header {
  background-color: #acacac;
  border: none !important;
  color: #555; }

.ui-menu .ui-state-focus, .ui-menu .ui-state-active {
  margin: 0px; }

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
  border: none; }

.message-notifications {
  width: 400px;
  max-height: 500px;
  overflow-y: auto; }

ul.message-notifications-list {
  width: 100%;
  list-style-type: none;
  display: block;
  margin: 0;
  padding: 0; }
  ul.message-notifications-list > li {
    width: 100%;
    display: block;
    margin: 0;
    padding: 0; }
    ul.message-notifications-list > li:not(:last-child) {
      border-bottom: 1px solid #ddd; }
    ul.message-notifications-list > li:hover > a.message-notification-item {
      background-color: #ddd; }
    ul.message-notifications-list > li > a.message-notification-item {
      width: 100%;
      padding: 5px 10px 0px 15px;
      position: relative;
      display: block;
      text-decoration: none;
      min-height: 60px;
      cursor: pointer; }
      ul.message-notifications-list > li > a.message-notification-item > .user-avatar {
        position: absolute;
        top: 5px;
        left: 10px;
        width: 50px;
        height: 50px;
        border-radius: 100%; }
      ul.message-notifications-list > li > a.message-notification-item > .user-avatar-name {
        position: absolute;
        top: 5px;
        left: 10px;
        width: 50px;
        height: 50px;
        border-radius: 100%;
        background-color: #3c8dbc;
        padding: 12px 5px;
        text-align: center;
        color: #fff;
        font-size: 18px;
        font-weight: 500; }
      ul.message-notifications-list > li > a.message-notification-item > .message-info {
        width: 100%;
        display: block;
        padding: 0 0 0 60px; }
        ul.message-notifications-list > li > a.message-notification-item > .message-info > .user-name {
          width: 100%;
          white-space: nowrap;
          text-overflow: ellipsis;
          color: #555;
          display: block;
          margin: 0;
          padding: 0;
          overflow: hidden;
          font-weight: 500; }
        ul.message-notifications-list > li > a.message-notification-item > .message-info > .message-desc {
          width: 100%;
          white-space: nowrap;
          text-overflow: ellipsis;
          color: #777;
          display: block;
          margin: 0;
          padding: 0;
          overflow: hidden;
          font-size: 13px; }
        ul.message-notifications-list > li > a.message-notification-item > .message-info > .user-active-status {
          display: block;
          color: #777;
          font-size: 11px;
          margin: 0;
          padding: 0 0 2px 0;
          font-style: italic;
          font-weight: 500; }
      ul.message-notifications-list > li > a.message-notification-item.unread {
        background-color: #ddd; }
        ul.message-notifications-list > li > a.message-notification-item.unread > .message-info > .user-name {
          font-weight: 600; }
      ul.message-notifications-list > li > a.message-notification-item > .message-options {
        position: absolute;
        right: 10px;
        bottom: 5px;
        background-color: transparent; }

#FinAstraChatSystem {
  position: fixed;
  height: 0;
  width: 0;
  right: 0;
  bottom: 0;
  z-index: 20; }

.contacts-section {
  position: relative;
  float: left;
  display: inline-block;
  margin: 0;
  padding: 0;
  width: auto; }

.chat-section {
  position: fixed;
  display: inline-block;
  float: left;
  margin: 0;
  padding: 0;
  width: auto;
  bottom: 0;
  right: 15px; }

.chat-section.offset {
  right: 280px; }

.contacts-toggle-btn {
  position: fixed;
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.4);
  background-color: rgba(61, 145, 194, 0.7);
  float: right;
  right: 10px;
  bottom: 10px;
  cursor: pointer; }

.contacts-toggle-btn:hover {
  /* background-color: #3276b1; */
  background-color: #3c8dbc;
  box-shadow: 0 0 4px 8px rgba(61, 145, 194, 0.5);
  transition: .6s; }

.contacts-toggle-btn.active {
  background-color: #3c8dbc; }

.contacts-toggle-icon {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 10px;
  color: #fff !important;
  border-radius: 50%; }

.contacts-box {
  position: absolute;
  bottom: 65px;
  right: 10px;
  width: 250px;
  background-color: #fff;
  box-shadow: -1px -1px 6px 3px rgba(0, 0, 0, 0.15);
  border-radius: 6px 5px 0 6px;
  z-index: 10;
  display: none;
  float: right;
  padding: 0 0 5px 0; }

.contacts-box::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 100%;
  transform: translateX(-50%);
  border-width: 10px 8px 0 10px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  margin-left: -25px; }

.contacts-box.shown {
  display: block; }

/* @keyframes chatShowAnimatin{
    from{}
    to{}
} */
.contacts-header {
  width: 100%;
  display: block;
  padding: 7px 10px;
  border-radius: 6px 6px 0 0;
  background-color: #f2f2f2;
  border-bottom: 1px solid #e6e6e6; }

.contacts-header {
  font-size: 14px;
  font-weight: 600; }

.contact-count {
  font-size: 12px !important;
  background-color: #3c8dbc;
  color: #fff;
  padding: 0px 5px;
  border-radius: 10px;
  margin-left: 5px;
  font-weight: 900;
  float: right;
  margin-top: 3px; }

.chat-contacts-toggle-btn {
  float: right;
  display: inline-block;
  border: none;
  background-color: transparent;
  outline: none;
  box-shadow: none;
  font-size: 18px;
  font-weight: 900;
  color: #999;
  cursor: pointer; }

.contacts-body {
  width: 100%;
  display: block;
  padding: 10px 0px;
  max-height: 400px;
  overflow-y: auto; }

ul.contact-list {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none; }

ul.contact-list > li.contact-item {
  width: 100%;
  display: block;
  margin: 0;
  padding: 5px 10px;
  border-radius: 0px;
  background-color: transparent;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  vertical-align: middle; }

ul.contact-list > li.contact-item:hover {
  background-color: #e6e6e6; }

ul.contact-list > li.contact-item:not(:last-child) {
  border-bottom: 1px solid #e6e6e6; }

ul.contact-list > li.contact-item > span.contact-item-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: teal;
  color: #fff;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  padding: 7px 2px;
  font-size: 18px;
  font-weight: 500; }

ul.contact-list > li.contact-item > span.contact-item-name {
  display: inline-block;
  margin-left: 5px;
  margin-top: 0px;
  font-size: 15px;
  vertical-align: middle;
  font-weight: 600; }

.chat-box {
  width: 350px;
  background-color: #fff;
  box-shadow: 0 0px 3px 1px rgba(0, 0, 0, 0.15);
  border-radius: 6px 6px 0 0;
  position: relative;
  display: none;
  float: left;
  z-index: 10; }

.chat-box:not(:first-child) {
  margin-left: 20px; }

.chat-header {
  width: 100%;
  display: block;
  padding: 5px 10px;
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  border-radius: 5px 5px 0 0;
  height: 50px;
  position: relative;
  float: left; }

.chat-user-action-menu {
  position: absolute;
  float: right;
  right: 10px;
  top: 25%; }

.user-chat-config {
  font-size: 16px !important;
  padding: 0px 10px !important;
  background-color: transparent !important;
  box-shadow: none; }

.msg-receiver-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: teal;
  color: #fff;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  padding: 7px 2px;
  font-size: 18px;
  position: absolute;
  float: left; }

.msg-receiver-name {
  font-weight: 600;
  font-size: 16px;
  color: #3c8dbc;
  cursor: pointer;
  width: 100%;
  height: 20px;
  float: left;
  padding: 0px 10px 0px 50px;
  margin: 0; }

.msg-receiver-active-time {
  font-weight: 400;
  font-size: 12px;
  color: #999;
  cursor: pointer;
  width: 100%;
  height: 20px;
  float: left;
  padding: 0px 10px 0px 50px;
  margin: 0; }

.chat-contacts-body.animate-chat-box-body {
  transition: .5s; }

.chat-body {
  float: left;
  display: block;
  margin: 0;
  padding: 10px 15px;
  height: 400px;
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  background-color: #fff; }

.chat-body::-webkit-scrollbar {
  width: 0px; }

.message-section {
  float: left;
  display: block;
  width: 100%; }

/* Chat Receiver css */
.message-group {
  float: left;
  display: block;
  margin: 0 0 20px 0;
  padding: 0;
  width: 100%; }

.received-msg-box {
  max-width: 80%;
  float: left;
  display: block;
  color: #555;
  font-size: 14px;
  font-weight: 600;
  position: relative; }

.message-group > .received-msg-box:first-child > .chat-svg-left {
  position: absolute;
  top: -7px;
  right: 100%;
  float: left;
  width: 8px;
  height: 8px;
  padding: 0;
  margin: 0;
  display: block;
  color: red; }
  .message-group > .received-msg-box:first-child > .chat-svg-left::after {
    content: '\f0d7';
    top: 50%;
    transform: translateX(0%);
    margin-top: -15px !important;
    font-family: "Font Awesome 5 Free";
    font-size: 30px;
    font-weight: 800;
    color: #e6e6e6;
    margin-right: 0px;
    position: absolute; }

.message-group > .received-msg-box:not(:first-child) > .chat-svg-left {
  display: none !important; }

.received-msg-box > .received-message {
  width: 100%;
  float: left;
  display: block;
  padding: 5px 10px;
  background-color: #e6e6e6;
  border-radius: 0px 10px 10px 10px;
  margin: 0 0 10px 0;
  color: #555; }

.received-msg-box > .received-other-info {
  float: left;
  display: block;
  margin: -10px 10px 10px 0px;
  user-select: none;
  position: absolute;
  top: 100%;
  left: 0px;
  width: auto;
  word-break: break-all;
  white-space: nowrap;
  font-weight: 500;
  text-align: right;
  max-width: 200px;
  padding-top: 2px; }

.received-msg-box > .received-other-info > .received-username {
  font-size: 11px;
  color: #888;
  display: inline-block;
  padding: 0px 5px;
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-right: 5px;
  margin-left: 0px;
  float: left; }

.received-msg-box > .received-other-info > .received-datetime {
  font-size: 11px;
  color: #888;
  display: inline-block; }

/* Chat sender css */
.message-group {
  float: left;
  display: block;
  margin: 0 0 20px 0;
  padding: 0;
  width: 100%; }

.sent-msg-box {
  max-width: 80%;
  float: right;
  display: block;
  color: #555;
  font-size: 14px;
  font-weight: 600;
  position: relative; }

.message-group > .sent-msg-box:first-child > .chat-svg-right {
  position: absolute;
  top: -7px;
  left: 100%;
  float: left;
  width: 8px;
  height: 8px;
  padding: 0;
  margin: 0;
  display: block; }
  .message-group > .sent-msg-box:first-child > .chat-svg-right::after {
    content: '\f0d7';
    top: 50%;
    transform: translateX(0%);
    margin-top: -15px !important;
    font-family: "Font Awesome 5 Free";
    font-size: 30px;
    font-weight: 800;
    color: #d8e9f3;
    margin-right: 0px;
    position: absolute;
    left: -10px; }

.message-group > .sent-msg-box:not(:first-child) > .chat-svg-right {
  display: none !important; }

.sent-msg-box > .sent-message {
  width: 100%;
  float: left;
  display: block;
  padding: 5px 10px;
  background-color: #d8e9f3;
  border-radius: 10px 0px 10px 10px;
  margin: 0 0 10px 0;
  color: #555; }

.sent-msg-box > .sent-other-info {
  float: right;
  display: block;
  margin: -10px 0 10px 10px;
  user-select: none;
  position: absolute;
  top: 100%;
  right: 0px;
  width: auto;
  word-break: break-all;
  white-space: nowrap;
  font-weight: 500;
  text-align: right;
  max-width: 200px;
  padding-top: 2px; }

.sent-msg-box > .sent-other-info > .sent-username {
  font-size: 11px;
  color: #888;
  display: inline-block;
  padding: 0px 5px;
  border: 1px solid #ddd;
  border-radius: 4px;
  margin-left: 5px; }

.sent-msg-box > .sent-other-info > .sent-datetime {
  font-size: 11px;
  color: #888;
  display: inline-block; }

.chat-footer {
  float: left;
  display: block;
  margin: 0;
  padding: 10px 10px;
  border-top: 1px solid #ddd;
  width: 100%;
  background-color: #fff; }

/*css for controller chat system*/
#FinAstraChatBoard {
  position: fixed;
  bottom: 0px;
  z-index: 1;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  float: left;
  display: block; }

.finastra-chat-board-container {
  width: 100%;
  position: relative;
  height: 100%;
  display: block;
  float: left; }

.user-container {
  width: 30%;
  float: left;
  display: inline-block;
  margin: 0;
  padding: 0px;
  border-right: 1px solid #e6e6e6;
  height: 100%;
  position: relative;
  /*background-color:#808080;*/ }

.user-container-header {
  width: 100%;
  float: left;
  display: block;
  padding: 10px;
  position: absolute;
  height: 50px;
  top: 0;
  left: 0;
  /*background-color:#f00;*/
  border-bottom: 1px solid #e6e6e6;
  background-color: #f2f2f2;
  vertical-align: middle;
  z-index: 10; }

.user-container-title {
  width: 100%;
  float: left;
  display: block;
  justify-items: baseline;
  font-size: 16px;
  color: #555;
  padding: 3px 0 0 0; }

.user-container-body {
  width: 100%;
  float: left;
  display: block;
  padding: 50px 0px 0px 0px;
  height: 100%;
  overflow-x: hidden;
  overflow-y: hidden; }

.user-list-section {
  width: 100%;
  display: block;
  float: left;
  margin: 0;
  padding: 10px 0px;
  overflow-x: hidden;
  overflow-y: auto;
  height: 100%; }

ul.chat-user-list {
  width: 100%;
  float: left;
  display: block;
  margin: 0;
  padding: 0px;
  list-style-type: none; }

ul.chat-user-list > li {
  width: 100%;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #ddd;
  position: relative;
  height: 45px;
  cursor: pointer; }

ul.chat-user-list > li:hover {
  background-color: #f2f2f2; }

ul.chat-user-list > li.user-selected {
  background-color: #eee; }

ul.chat-user-list > li > span.user-list-item-avatar {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: teal;
  color: #fff;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  padding: 7px 2px;
  font-size: 16px;
  font-weight: 500;
  position: absolute;
  z-index: 5;
  left: 5px;
  top: 5px; }

ul.chat-user-list > li > .user-list-item-name {
  display: inline-block;
  margin-left: 5px;
  margin-top: 0px;
  font-size: 16px;
  vertical-align: middle;
  font-weight: 600;
  padding-left: 45px;
  padding-top: 12px;
  vertical-align: middle;
  height: 100%;
  width: 100%; }

.user-conversation-container {
  width: 70%;
  float: left;
  display: inline-block;
  margin: 0;
  padding: 0px;
  height: 100%;
  /*background-color:#555;*/
  position: relative; }

.user-conversation-container-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background-color: #f2f2f2;
  border-bottom: 1px solid #e6e6e6;
  padding: 5px 10px;
  display: block; }

.user-conversation-container-body {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding: 50px 0px;
  display: block;
  float: left; }

.user-conversation-message-outer-section {
  width: 100%;
  position: relative;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  float: left;
  display: block;
  padding: 10px 15px; }

.user-conversation-message-section {
  width: 100%;
  display: block;
  float: left; }

/* Chat Receiver css */
.conversation-message-group {
  float: left;
  display: block;
  margin: 0 0 20px 0;
  padding: 0;
  width: 100%; }

.conversation-received-msg-box {
  max-width: 60%;
  float: left;
  display: block;
  color: #555;
  font-size: 14px;
  font-weight: 600;
  position: relative; }

.conversation-message-group > .conversation-received-msg-box:first-child > .chat-svg-left {
  position: absolute;
  top: -5px;
  right: 100%;
  float: left;
  width: 8px;
  height: 8px;
  padding: 0;
  margin: 0;
  display: block; }

.conversation-message-group > .conversation-received-msg-box:not(:first-child) > .chat-svg-left {
  display: none !important; }

.conversation-received-msg-box > .conversation-received-message {
  width: 100%;
  float: left;
  display: block;
  padding: 5px 10px;
  background-color: #e6e6e6;
  border-radius: 0px 10px 10px 10px;
  margin: 0 0 10px 0; }

.conversation-received-msg-box > .conversation-received-other-info {
  float: left;
  display: block;
  margin: -10px 10px 10px 0px;
  user-select: none;
  position: absolute;
  top: 100%;
  left: 0px;
  width: auto;
  word-break: break-all;
  white-space: nowrap;
  font-weight: 500;
  text-align: right;
  max-width: 200px;
  padding-top: 2px; }

.conversation-received-msg-box > .conversation-received-other-info > .conversation-received-username {
  font-size: 11px;
  color: #888;
  display: inline-block;
  padding: 0px 5px;
  border: 1px solid #ddd;
  border-radius: 4px;
  margin-right: 5px;
  margin-left: 0px;
  float: left; }

.conversation-received-msg-box > .conversation-received-other-info > .conversation-received-datetime {
  font-size: 11px;
  color: #888;
  display: inline-block; }

/* Chat sender css */
.conversation-message-group {
  float: left;
  display: block;
  margin: 0 0 20px 0;
  padding: 0;
  width: 100%; }

.conversation-sent-msg-box {
  max-width: 60%;
  float: right;
  display: block;
  color: #555;
  font-size: 14px;
  font-weight: 600;
  position: relative; }

.conversation-message-group > .conversation-sent-msg-box:first-child > .chat-svg-right {
  position: absolute;
  top: -5px;
  left: 100%;
  float: left;
  width: 8px;
  height: 8px;
  padding: 0;
  margin: 0;
  display: block; }

.conversation-message-group > .conversation-sent-msg-box:not(:first-child) > .chat-svg-right {
  display: none !important; }

.conversation-sent-msg-box > .conversation-sent-message {
  width: 100%;
  float: left;
  display: block;
  padding: 5px 10px;
  background-color: #cfd8dc;
  border-radius: 10px 0px 10px 10px;
  margin: 0 0 10px 0; }

.conversation-sent-msg-box > .conversation-sent-other-info {
  float: right;
  display: block;
  margin: -10px 0 10px 10px;
  user-select: none;
  position: absolute;
  top: 100%;
  right: 0px;
  width: auto;
  word-break: break-all;
  white-space: nowrap;
  font-weight: 500;
  text-align: right;
  max-width: 200px;
  padding-top: 2px; }

.conversation-sent-msg-box > .conversation-sent-other-info > .conversation-sent-username {
  font-size: 11px;
  color: #888;
  display: inline-block;
  padding: 0px 5px;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  margin-left: 5px; }

.conversation-sent-msg-box > .conversation-sent-other-info > .conversation-sent-datetime {
  font-size: 11px;
  color: #888;
  display: inline-block; }

.user-conversation-container-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: block;
  border-top: 1px solid #e6e6e6;
  height: 50px;
  padding: 7px 10px;
  background-color: #f2f2f2; }

.menus.general-notification {
  width: 400px;
  padding: 0px !important; }

.general-notification-header {
  width: 100%;
  padding: 5px 15px;
  border-bottom: 1px solid #ddd;
  position: relative; }

.general-notification-title {
  font-size: 13px;
  font-weight: 500;
  color: #555;
  padding: 0;
  margin: 0; }

.general-notification-options {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  padding: 5px 15px; }
  .general-notification-options > .btn,
  .general-notification-options > buttton,
  .general-notification-options > a.btn {
    position: relative;
    padding: 0px !important;
    height: 21px;
    color: #777;
    outline: none;
    box-shadow: none; }
    .general-notification-options > .btn:hover,
    .general-notification-options > buttton:hover,
    .general-notification-options > a.btn:hover {
      color: #555; }
    .general-notification-options > .btn:not(:last-child),
    .general-notification-options > buttton:not(:last-child),
    .general-notification-options > a.btn:not(:last-child) {
      margin-right: 10px; }
    .general-notification-options > .btn.opt-danger,
    .general-notification-options > buttton.opt-danger,
    .general-notification-options > a.btn.opt-danger {
      color: #777; }
      .general-notification-options > .btn.opt-danger:hover,
      .general-notification-options > buttton.opt-danger:hover,
      .general-notification-options > a.btn.opt-danger:hover {
        color: #f4543c; }

.notification-option-groups-btn {
  height: 20px !important;
  width: 30px !important;
  padding: 0px !important;
  text-align: center;
  color: #777; }

.general-notification-container {
  width: 100%;
  display: block;
  padding: 0px;
  margin: 0 0 5px 0;
  min-height: 200px;
  max-height: 450px;
  overflow-y: auto;
  overflow-x: hidden; }

ul.general-notification-list {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none; }
  ul.general-notification-list > li {
    width: 100%;
    display: block;
    padding: 0;
    margin: 0;
    position: relative;
    cursor: pointer;
    min-height: 60px; }
    ul.general-notification-list > li:hover {
      background-color: #ddd; }
    ul.general-notification-list > li:not(:last-child) {
      border-bottom: 1px solid #ddd; }
    ul.general-notification-list > li > a,
    ul.general-notification-list > li > a.notification-item,
    ul.general-notification-list > li > .notification-item {
      width: 100%;
      display: block;
      padding: 5px 15px;
      margin: 0;
      text-decoration: none; }
      ul.general-notification-list > li > a > .notification-item-avatar,
      ul.general-notification-list > li > a.notification-item > .notification-item-avatar,
      ul.general-notification-list > li > .notification-item > .notification-item-avatar {
        position: absolute;
        top: 10px;
        left: 15px;
        width: 40px;
        height: 40px;
        background: rgba(0, 0, 0, 0.2);
        border-radius: 100%; }
        ul.general-notification-list > li > a > .notification-item-avatar > .avatar-img,
        ul.general-notification-list > li > a.notification-item > .notification-item-avatar > .avatar-img,
        ul.general-notification-list > li > .notification-item > .notification-item-avatar > .avatar-img {
          width: 100%;
          height: 100%;
          border-radius: 100%; }
        ul.general-notification-list > li > a > .notification-item-avatar > .avatar-icon,
        ul.general-notification-list > li > a.notification-item > .notification-item-avatar > .avatar-icon,
        ul.general-notification-list > li > .notification-item > .notification-item-avatar > .avatar-icon {
          position: relative;
          font-size: 25px;
          width: 100%;
          text-align: center;
          height: 100%;
          vertical-align: middle;
          padding-top: 7px;
          background-color: transparent;
          border-radius: 100%; }
      ul.general-notification-list > li > a > .notification-title,
      ul.general-notification-list > li > a.notification-item > .notification-title,
      ul.general-notification-list > li > .notification-item > .notification-title {
        font-size: 13px;
        color: #555;
        font-weight: 500;
        display: block;
        width: 100%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        padding: 0 0 0 50px; }
        ul.general-notification-list > li > a > .notification-title:hover,
        ul.general-notification-list > li > a.notification-item > .notification-title:hover,
        ul.general-notification-list > li > .notification-item > .notification-title:hover {
          color: #333; }
      ul.general-notification-list > li > a > .notification-desc,
      ul.general-notification-list > li > a.notification-item > .notification-desc,
      ul.general-notification-list > li > .notification-item > .notification-desc {
        width: 100%;
        display: block;
        margin: 0;
        padding: 0 0 0 50px;
        color: #777;
        font-size: 13px;
        line-height: 14px;
        overflow: hidden;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        white-space: normal;
        text-overflow: ellipsis; }
    ul.general-notification-list > li.unread {
      background-color: #ddd; }
      ul.general-notification-list > li.unread > a > .notification-title,
      ul.general-notification-list > li.unread > a.notification-item > .notification-title,
      ul.general-notification-list > li.unread > .notification-item > .notification-title {
        font-weight: 500;
        color: #333; }
      ul.general-notification-list > li.unread > a > .notification-desc,
      ul.general-notification-list > li.unread > a.notification-item > .notification-desc,
      ul.general-notification-list > li.unread > .notification-item > .notification-desc {
        font-weight: 400; }
    ul.general-notification-list > li > .notification-item-options {
      position: absolute;
      top: 3px;
      right: 15px;
      display: none;
      user-select: none; }
      ul.general-notification-list > li > .notification-item-options > a,
      ul.general-notification-list > li > .notification-item-options > a.btn,
      ul.general-notification-list > li > .notification-item-options > button,
      ul.general-notification-list > li > .notification-item-options > button.btn {
        font-weight: 500;
        padding: 0px;
        cursor: pointer;
        outline: none;
        box-shadow: none;
        text-decoration: none;
        font-size: 13px;
        color: #777; }
        ul.general-notification-list > li > .notification-item-options > a:hover,
        ul.general-notification-list > li > .notification-item-options > a.btn:hover,
        ul.general-notification-list > li > .notification-item-options > button:hover,
        ul.general-notification-list > li > .notification-item-options > button.btn:hover {
          color: #555; }
        ul.general-notification-list > li > .notification-item-options > a.text-danger-onHover:hover,
        ul.general-notification-list > li > .notification-item-options > a.btn.text-danger-onHover:hover,
        ul.general-notification-list > li > .notification-item-options > button.text-danger-onHover:hover,
        ul.general-notification-list > li > .notification-item-options > button.btn.text-danger-onHover:hover {
          color: #f4543c; }
        ul.general-notification-list > li > .notification-item-options > a.text-success-onHover:hover,
        ul.general-notification-list > li > .notification-item-options > a.btn.text-success-onHover:hover,
        ul.general-notification-list > li > .notification-item-options > button.text-success-onHover:hover,
        ul.general-notification-list > li > .notification-item-options > button.btn.text-success-onHover:hover {
          color: #00a65a; }
        ul.general-notification-list > li > .notification-item-options > a:not(:last-child),
        ul.general-notification-list > li > .notification-item-options > a.btn:not(:last-child),
        ul.general-notification-list > li > .notification-item-options > button:not(:last-child),
        ul.general-notification-list > li > .notification-item-options > button.btn:not(:last-child) {
          margin-right: 5px; }
    ul.general-notification-list > li:hover > .notification-item-options {
      display: block;
      transition-duration: .3s; }

.light-box-img {
  width: 100%;
  height: 100%; }

.progress {
  background-color: #f6f7f9;
  /*border: 1px dashed $border-default;

    & > .progress-bar {
        &.bg-warning {
            outline: 1px solid $warning;
        }
    }*/ }

.data-status-bar {
  position: fixed;
  right: 15px;
  bottom: 5px;
  float: right;
  z-index: 10000;
  background-color: #1d1d1d;
  color: #ddd;
  padding: 4px 10px;
  border-radius: 6px;
  font-size: 12px;
  margin-left: 15px;
  text-align: justify; }

.highcharts-menu {
  background-color: #f6f7f9 !important;
  color: #555 !important;
  box-shadow: 0 0 2px 1px rgba(20, 20, 31, 0.08), 0 1px 3px 0 rgba(20, 20, 31, 0.1) !important;
  border: 1px solid #ddd !important;
  background: #f6f7f9 !important;
  padding: 5px 0px;
  border-radius: 6px; }
  .highcharts-menu > .highcharts-menu-item {
    color: #555 !important;
    font-size: 13px !important; }
    .highcharts-menu > .highcharts-menu-item:hover {
      background-color: #3c8dbc !important;
      color: #fff !important; }

.highcharts-button-box {
  fill: #f6f7f9 !important;
  stroke: #f6f7f9 !important; }

.highcharts-button-symbol {
  fill: #777 !important;
  stroke: #777 !important; }

/*$mc-height: 324px;
$mc-width: 204px;*/
.t0000 {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  flex-direction: row;
  flex-grow: 0;
  align-self: center;
  margin: 10px; }

.finastra-membership-card-container {
  display: flex;
  flex-wrap: wrap;
  width: 313.33px;
  height: 486.66px;
  /*width: 200pt !important;
    height: 297.5pt !important;*/
  border-radius: 12px;
  border: 2px solid #00a65a;
  position: relative;
  background-color: #fff; }
  .finastra-membership-card-container.horizental-card {
    width: 323px;
    height: 204px; }
  .finastra-membership-card-container > .membership-card-nav {
    height: 28px;
    border-radius: 12px 12px 0 0;
    position: relative;
    width: 100%;
    padding: 5px 5px; }
  .finastra-membership-card-container > .membership-card-header {
    height: 70px;
    position: relative;
    width: 100%;
    padding: 0;
    /*display: flex;
        flex-wrap: wrap;*/ }
  .finastra-membership-card-container > .membership-card-body {
    position: relative;
    padding: 10px 0;
    margin: 0;
    font-size: 14px;
    width: 100%;
    height: 338.66px; }
  .finastra-membership-card-container > .membership-card-footer {
    height: 50px;
    border-radius: 0 0 12px 12px;
    width: 100%;
    position: relative;
    display: block;
    justify-content: center;
    align-items: center;
    padding-bottom: 7px; }

.relative-view-container {
  position: relative;
  height: 100%;
  width: 100%; }

.membership-card-org-logo-container {
  width: 45px;
  height: 70px;
  padding: 5px;
  justify-content: center;
  align-items: center; }

.membership-card-org-logo {
  width: 65px;
  height: 65px;
  border-radius: 100%;
  margin: 0;
  padding: 0; }

.membership-card-org-logo-center {
  width: 160px;
  height: 160px;
  border-radius: 100%;
  margin-left: -80px;
  padding: 0;
  position: absolute;
  bottom: 50px;
  left: 50%;
  opacity: .05; }

.membership-card-org-info-container {
  height: 70px;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-wrap: wrap; }

.membership-card-org-name {
  flex-grow: 1;
  font-size: 15px;
  font-weight: 500;
  line-height: 16px;
  width: 100%;
  align-self: end; }

.membership-card-org-address {
  font-size: 13px;
  flex-grow: 1;
  width: 100%;
  align-self: start; }

.membership-card-org-reg-no, .membership-card-org-phone-no {
  font-size: 13px;
  display: block;
  padding: 0;
  margin: 0; }

.membership-card-radius-top {
  border-radius: 12px 12px 0 0; }

.membership-card-radius-bottom {
  border-radius: 0 0 12px 12px; }

.membership-card-member-photo {
  height: 90px;
  width: 90px;
  border-radius: 12px;
  margin: 5px;
  border: 2px solid #00a65a; }

.membership-card-approver-signature {
  position: absolute;
  bottom: 4px;
  right: 15px;
  width: 90px !important;
  display: block;
  text-align: center;
  font-size: 13px; }

.membership-card-barcode {
  width: 150px;
  height: 24px; }

.membership-card-barcode-no {
  font-size: 13px;
  font-weight: 500;
  padding: 0;
  margin: 0;
  line-height: 11px;
  display: block;
  height: 14px; }

@media print {
  .t0000 {
    flex-grow: 1;
    width: 100% !important;
    min-width: 100% !important;
    margin: 0px !important;
    border-bottom: 1px solid transparent !important; }
    .t0000.multiple-print-in-one-page {
      width: auto !important;
      min-width: auto !important;
      margin: 28pt 25pt !important; }
  .single-print-in-one-page {
    page-break-after: always; }
  .finastra-membership-card-container {
    border: none !important;
    width: 235pt !important;
    height: 365.5pt !important;
    border: 1px solid #00a65a !important; }
  .multiple-print-in-one-page > .finastra-membership-card-container {
    border: 1px solid #00a65a !important;
    width: 235pt !important;
    height: 365.5pt !important; } }

.membership-card-type-title {
  font-weight: 500;
  font-size: 13px;
  background-color: #00a65a;
  color: #fff;
  padding: 2px 10px;
  border-radius: 6px;
  line-height: 10px;
  margin-top: 4px;
  font-weight: 600; }

.membership-card-table-info-container {
  flex-basis: 0;
  flex-grow: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-wrap: wrap; }

.highcharts-menu > .highcharts-menu-item:last-child {
  display: none !important; }

[data-toggle=img-lightbox] {
  cursor: pointer; }

/*path.highcharts-label-box {
    //fill: tint($container-background-color, 10%) !important;
    color: $text-color-default !important;
}*/
/*
g.highcharts-label > text > tspan {
    color: red !important;
}*/
.highcharts-label > span {
  color: #444 !important; }
  .highcharts-label > span > table > tbody > tr > td {
    color: #444 !important; }

.swal2-html-container {
  font-size: 13px; }

.border {
  border: 1px solid #ddd !important; }

.border-right {
  border-right: 1px solid #ddd !important; }

.border-bottom {
  border-bottom: 1px solid #ddd !important; }

.border-primary {
  border: 1px solid #3c8dbc !important; }

.border-secondary {
  border: 1px solid #6c757d !important; }

.border-success {
  border: 1px solid #00a65a !important; }

.border-info {
  border: 1px solid #00c0ef !important; }

.border-warning {
  border: 1px solid #e08e0b !important; }

.border-danger {
  border: 1px solid #f4543c !important; }

.border-dark {
  border: 1px solid #464a58 !important; }

.border-top {
  border-top: 1px solid #ddd !important; }

/*[class*="border-"] {
    border-color: $border-default !important;
}*/
hr[class*="border-"] {
  border-style: solid hidden hidden hidden !important;
  border-width: 1px !important; }

.bdr-hover-success-dashed {
  border: 1px dashed transparent !important; }
.bdr-hover-success-dashed:hover {
  border: 1px dashed #00a65a !important; }

.text-upper {
  text-transform: uppercase !important; }

.nowrap {
  white-space: nowrap; }

.height-justify {
  height: calc(100vh - 150px); }

.m-h-400 {
  min-height: 400px !important; }

.h-auto {
  height: auto !important; }

.alert.alert-primary {
  background-color: #9ec6de;
  border-color: #9ec6de; }
  .alert.alert-primary > hr {
    border-color: #3c8dbc; }

.alert.alert-secondary {
  background-color: #b6babe;
  border-color: #b6babe; }
  .alert.alert-secondary > hr {
    border-color: #6c757d; }

.alert.alert-success {
  background-color: #80d3ad;
  border-color: #80d3ad; }
  .alert.alert-success > hr {
    border-color: #00a65a; }

.alert.alert-info {
  background-color: #80e0f7;
  border-color: #80e0f7; }
  .alert.alert-info > hr {
    border-color: #00c0ef; }

.alert.alert-warning {
  background-color: #f0c785;
  border-color: #f0c785; }
  .alert.alert-warning > hr {
    border-color: #e08e0b; }

.alert.alert-danger {
  background-color: #faaa9e;
  border-color: #faaa9e; }
  .alert.alert-danger > hr {
    border-color: #f4543c; }

.alert.alert-dark {
  background-color: #a3a5ac;
  border-color: #a3a5ac; }
  .alert.alert-dark > hr {
    border-color: #464a58; }

.br-0 {
  border-right-width: 0px !important;
  border-right-style: hidden !important;
  border-right-color: transparent !important; }

.w-5px {
  width: 5px; }

.w-10px {
  width: 10px; }

.w-15px {
  width: 15px; }

.w-20px {
  width: 20px; }

.w-25px {
  width: 25px; }

.w-30px {
  width: 30px; }

.w-35px {
  width: 35px; }

.w-40px {
  width: 40px; }

.w-45px {
  width: 45px; }

.w-50px {
  width: 50px; }

.w-55px {
  width: 55px; }

.w-60px {
  width: 60px; }

.w-65px {
  width: 65px; }

.w-70px {
  width: 70px; }

.w-75px {
  width: 75px; }

.w-80px {
  width: 80px; }

.w-85px {
  width: 85px; }

.w-90px {
  width: 90px; }

.w-95px {
  width: 95px; }

.w-100px {
  width: 100px; }

.w-105px {
  width: 105px; }

.w-110px {
  width: 110px; }

.w-115px {
  width: 115px; }

.w-120px {
  width: 120px; }

.w-125px {
  width: 125px; }

.w-130px {
  width: 130px; }

.w-135px {
  width: 135px; }

.w-140px {
  width: 140px; }

.w-145px {
  width: 145px; }

.w-150px {
  width: 150px; }

.w-155px {
  width: 155px; }

.w-160px {
  width: 160px; }

.w-165px {
  width: 165px; }

.w-170px {
  width: 170px; }

.w-175px {
  width: 175px; }

.w-180px {
  width: 180px; }

.w-185px {
  width: 185px; }

.w-190px {
  width: 190px; }

.w-195px {
  width: 195px; }

.w-200px {
  width: 200px; }

.w-225px {
  width: 225px; }

.w-250px {
  width: 250px; }

.w-275px {
  width: 275px; }

.w-300px {
  width: 300px; }

.w-325px {
  width: 325px; }

.w-350px {
  width: 350px; }

.w-375px {
  width: 375px; }

.w-400px {
  width: 400px; }

.w-450px {
  width: 450px; }

.w-500px {
  width: 500px; }

.w-550px {
  width: 550px; }

.w-600px {
  width: 600px; }

.w-650px {
  width: 650px; }

.w-700px {
  width: 700px; }

.w-750px {
  width: 750px; }

.w-800px {
  width: 800px; }

.w-850px {
  width: 850px; }

.w-900px {
  width: 900px; }

.w-950px {
  width: 950px; }

.w-1000px {
  width: 1000px; }

.w-5px-important {
  width: 5px !important; }

.w-10px-important {
  width: 10px !important; }

.w-15px-important {
  width: 15px !important; }

.w-20px-important {
  width: 20px !important; }

.w-25px-important {
  width: 25px !important; }

.w-30px-important {
  width: 30px !important; }

.w-35px-important {
  width: 35px !important; }

.w-40px-important {
  width: 40px !important; }

.w-45px-important {
  width: 45px !important; }

.w-50px-important {
  width: 50px !important; }

.w-55px-important {
  width: 55px !important; }

.w-60px-important {
  width: 60px !important; }

.w-65px-important {
  width: 65px !important; }

.w-70px-important {
  width: 70px !important; }

.w-75px-important {
  width: 75px !important; }

.w-80px-important {
  width: 80px !important; }

.w-85px-important {
  width: 85px !important; }

.w-90px-important {
  width: 90px !important; }

.w-95px-important {
  width: 95px !important; }

.w-100px-important {
  width: 100px !important; }

.w-105px-important {
  width: 105px !important; }

.w-110px-important {
  width: 110px !important; }

.w-115px-important {
  width: 115px !important; }

.w-120px-important {
  width: 120px !important; }

.w-125px-important {
  width: 125px !important; }

.w-130px-important {
  width: 130px !important; }

.w-135px-important {
  width: 135px !important; }

.w-140px-important {
  width: 140px !important; }

.w-145px-important {
  width: 145px !important; }

.w-150px-important {
  width: 150px !important; }

.w-155px-important {
  width: 155px !important; }

.w-160px-important {
  width: 160px !important; }

.w-165px-important {
  width: 165px !important; }

.w-170px-important {
  width: 170px !important; }

.w-175px-important {
  width: 175px !important; }

.w-180px-important {
  width: 180px !important; }

.w-185px-important {
  width: 185px !important; }

.w-190px-important {
  width: 190px !important; }

.w-195px-important {
  width: 195px !important; }

.w-200px-important {
  width: 200px !important; }

.w-225px-important {
  width: 225px !important; }

.w-250px-important {
  width: 250px !important; }

.w-275px-important {
  width: 275px !important; }

.w-300px-important {
  width: 300px !important; }

.w-325px-important {
  width: 325px !important; }

.w-350px-important {
  width: 350px !important; }

.w-375px-important {
  width: 375px !important; }

.w-400px-important {
  width: 400px !important; }

.w-450px-important {
  width: 450px !important; }

.w-500px-important {
  width: 500px !important; }

.w-550px-important {
  width: 550px !important; }

.w-600px-important {
  width: 600px !important; }

.w-650px-important {
  width: 650px !important; }

.w-700px-important {
  width: 700px !important; }

.w-750px-important {
  width: 750px !important; }

.w-800px-important {
  width: 800px !important; }

.w-850px-important {
  width: 850px !important; }

.w-900px-important {
  width: 900px !important; }

.w-950px-important {
  width: 950px !important; }

.w-1000px-important {
  width: 1000px !important; }

@media (min-width: 576px) {
  .w-sm-5px {
    width: 5px; }
  .w-sm-10px {
    width: 10px; }
  .w-sm-15px {
    width: 15px; }
  .w-sm-20px {
    width: 20px; }
  .w-sm-25px {
    width: 25px; }
  .w-sm-30px {
    width: 30px; }
  .w-sm-35px {
    width: 35px; }
  .w-sm-40px {
    width: 40px; }
  .w-sm-45px {
    width: 45px; }
  .w-sm-50px {
    width: 50px; }
  .w-sm-55px {
    width: 55px; }
  .w-sm-60px {
    width: 60px; }
  .w-sm-65px {
    width: 65px; }
  .w-sm-70px {
    width: 70px; }
  .w-sm-75px {
    width: 75px; }
  .w-sm-80px {
    width: 80px; }
  .w-sm-85px {
    width: 85px; }
  .w-sm-90px {
    width: 90px; }
  .w-sm-95px {
    width: 95px; }
  .w-sm-100px {
    width: 100px; }
  .w-sm-105px {
    width: 105px; }
  .w-sm-110px {
    width: 110px; }
  .w-sm-115px {
    width: 115px; }
  .w-sm-120px {
    width: 120px; }
  .w-sm-125px {
    width: 125px; }
  .w-sm-130px {
    width: 130px; }
  .w-sm-135px {
    width: 135px; }
  .w-sm-140px {
    width: 140px; }
  .w-sm-145px {
    width: 145px; }
  .w-sm-150px {
    width: 150px; }
  .w-sm-155px {
    width: 155px; }
  .w-sm-160px {
    width: 160px; }
  .w-sm-165px {
    width: 165px; }
  .w-sm-170px {
    width: 170px; }
  .w-sm-175px {
    width: 175px; }
  .w-sm-180px {
    width: 180px; }
  .w-sm-185px {
    width: 185px; }
  .w-sm-190px {
    width: 190px; }
  .w-sm-195px {
    width: 195px; }
  .w-sm-200px {
    width: 200px; }
  .w-sm-225px {
    width: 225px; }
  .w-sm-250px {
    width: 250px; }
  .w-sm-275px {
    width: 275px; }
  .w-sm-300px {
    width: 300px; }
  .w-sm-325px {
    width: 325px; }
  .w-sm-350px {
    width: 350px; }
  .w-sm-375px {
    width: 375px; }
  .w-sm-400px {
    width: 400px; }
  .w-sm-450px {
    width: 450px; }
  .w-sm-500px {
    width: 500px; }
  .w-sm-550px {
    width: 550px; }
  .w-sm-600px {
    width: 600px; }
  .w-sm-650px {
    width: 650px; }
  .w-sm-700px {
    width: 700px; }
  .w-sm-750px {
    width: 750px; }
  .w-sm-800px {
    width: 800px; }
  .w-sm-850px {
    width: 850px; }
  .w-sm-900px {
    width: 900px; }
  .w-sm-950px {
    width: 950px; }
  .w-sm-1000px {
    width: 1000px; }
  .w-sm-5px-important {
    width: 5px !important; }
  .w-sm-10px-important {
    width: 10px !important; }
  .w-sm-15px-important {
    width: 15px !important; }
  .w-sm-20px-important {
    width: 20px !important; }
  .w-sm-25px-important {
    width: 25px !important; }
  .w-sm-30px-important {
    width: 30px !important; }
  .w-sm-35px-important {
    width: 35px !important; }
  .w-sm-40px-important {
    width: 40px !important; }
  .w-sm-45px-important {
    width: 45px !important; }
  .w-sm-50px-important {
    width: 50px !important; }
  .w-sm-55px-important {
    width: 55px !important; }
  .w-sm-60px-important {
    width: 60px !important; }
  .w-sm-65px-important {
    width: 65px !important; }
  .w-sm-70px-important {
    width: 70px !important; }
  .w-sm-75px-important {
    width: 75px !important; }
  .w-sm-80px-important {
    width: 80px !important; }
  .w-sm-85px-important {
    width: 85px !important; }
  .w-sm-90px-important {
    width: 90px !important; }
  .w-sm-95px-important {
    width: 95px !important; }
  .w-sm-100px-important {
    width: 100px !important; }
  .w-sm-105px-important {
    width: 105px !important; }
  .w-sm-110px-important {
    width: 110px !important; }
  .w-sm-115px-important {
    width: 115px !important; }
  .w-sm-120px-important {
    width: 120px !important; }
  .w-sm-125px-important {
    width: 125px !important; }
  .w-sm-130px-important {
    width: 130px !important; }
  .w-sm-135px-important {
    width: 135px !important; }
  .w-sm-140px-important {
    width: 140px !important; }
  .w-sm-145px-important {
    width: 145px !important; }
  .w-sm-150px-important {
    width: 150px !important; }
  .w-sm-155px-important {
    width: 155px !important; }
  .w-sm-160px-important {
    width: 160px !important; }
  .w-sm-165px-important {
    width: 165px !important; }
  .w-sm-170px-important {
    width: 170px !important; }
  .w-sm-175px-important {
    width: 175px !important; }
  .w-sm-180px-important {
    width: 180px !important; }
  .w-sm-185px-important {
    width: 185px !important; }
  .w-sm-190px-important {
    width: 190px !important; }
  .w-sm-195px-important {
    width: 195px !important; }
  .w-sm-200px-important {
    width: 200px !important; }
  .w-sm-225px-important {
    width: 225px !important; }
  .w-sm-250px-important {
    width: 250px !important; }
  .w-sm-275px-important {
    width: 275px !important; }
  .w-sm-300px-important {
    width: 300px !important; }
  .w-sm-325px-important {
    width: 325px !important; }
  .w-sm-350px-important {
    width: 350px !important; }
  .w-sm-375px-important {
    width: 375px !important; }
  .w-sm-400px-important {
    width: 400px !important; }
  .w-sm-450px-important {
    width: 450px !important; }
  .w-sm-500px-important {
    width: 500px !important; }
  .w-sm-550px-important {
    width: 550px !important; }
  .w-sm-600px-important {
    width: 600px !important; }
  .w-sm-650px-important {
    width: 650px !important; }
  .w-sm-700px-important {
    width: 700px !important; }
  .w-sm-750px-important {
    width: 750px !important; }
  .w-sm-800px-important {
    width: 800px !important; }
  .w-sm-850px-important {
    width: 850px !important; }
  .w-sm-900px-important {
    width: 900px !important; }
  .w-sm-950px-important {
    width: 950px !important; }
  .w-sm-1000px-important {
    width: 1000px !important; } }

@media (min-width: 768px) {
  .w-md-5px {
    width: 5px; }
  .w-md-10px {
    width: 10px; }
  .w-md-15px {
    width: 15px; }
  .w-md-20px {
    width: 20px; }
  .w-md-25px {
    width: 25px; }
  .w-md-30px {
    width: 30px; }
  .w-md-35px {
    width: 35px; }
  .w-md-40px {
    width: 40px; }
  .w-md-45px {
    width: 45px; }
  .w-md-50px {
    width: 50px; }
  .w-md-55px {
    width: 55px; }
  .w-md-60px {
    width: 60px; }
  .w-md-65px {
    width: 65px; }
  .w-md-70px {
    width: 70px; }
  .w-md-75px {
    width: 75px; }
  .w-md-80px {
    width: 80px; }
  .w-md-85px {
    width: 85px; }
  .w-md-90px {
    width: 90px; }
  .w-md-95px {
    width: 95px; }
  .w-md-100px {
    width: 100px; }
  .w-md-105px {
    width: 105px; }
  .w-md-110px {
    width: 110px; }
  .w-md-115px {
    width: 115px; }
  .w-md-120px {
    width: 120px; }
  .w-md-125px {
    width: 125px; }
  .w-md-130px {
    width: 130px; }
  .w-md-135px {
    width: 135px; }
  .w-md-140px {
    width: 140px; }
  .w-md-145px {
    width: 145px; }
  .w-md-150px {
    width: 150px; }
  .w-md-155px {
    width: 155px; }
  .w-md-160px {
    width: 160px; }
  .w-md-165px {
    width: 165px; }
  .w-md-170px {
    width: 170px; }
  .w-md-175px {
    width: 175px; }
  .w-md-180px {
    width: 180px; }
  .w-md-185px {
    width: 185px; }
  .w-md-190px {
    width: 190px; }
  .w-md-195px {
    width: 195px; }
  .w-md-200px {
    width: 200px; }
  .w-md-225px {
    width: 225px; }
  .w-md-250px {
    width: 250px; }
  .w-md-275px {
    width: 275px; }
  .w-md-300px {
    width: 300px; }
  .w-md-325px {
    width: 325px; }
  .w-md-350px {
    width: 350px; }
  .w-md-375px {
    width: 375px; }
  .w-md-400px {
    width: 400px; }
  .w-md-450px {
    width: 450px; }
  .w-md-500px {
    width: 500px; }
  .w-md-550px {
    width: 550px; }
  .w-md-600px {
    width: 600px; }
  .w-md-650px {
    width: 650px; }
  .w-md-700px {
    width: 700px; }
  .w-md-750px {
    width: 750px; }
  .w-md-800px {
    width: 800px; }
  .w-md-850px {
    width: 850px; }
  .w-md-900px {
    width: 900px; }
  .w-md-950px {
    width: 950px; }
  .w-md-1000px {
    width: 1000px; }
  .w-md-5px-important {
    width: 5px !important; }
  .w-md-10px-important {
    width: 10px !important; }
  .w-md-15px-important {
    width: 15px !important; }
  .w-md-20px-important {
    width: 20px !important; }
  .w-md-25px-important {
    width: 25px !important; }
  .w-md-30px-important {
    width: 30px !important; }
  .w-md-35px-important {
    width: 35px !important; }
  .w-md-40px-important {
    width: 40px !important; }
  .w-md-45px-important {
    width: 45px !important; }
  .w-md-50px-important {
    width: 50px !important; }
  .w-md-55px-important {
    width: 55px !important; }
  .w-md-60px-important {
    width: 60px !important; }
  .w-md-65px-important {
    width: 65px !important; }
  .w-md-70px-important {
    width: 70px !important; }
  .w-md-75px-important {
    width: 75px !important; }
  .w-md-80px-important {
    width: 80px !important; }
  .w-md-85px-important {
    width: 85px !important; }
  .w-md-90px-important {
    width: 90px !important; }
  .w-md-95px-important {
    width: 95px !important; }
  .w-md-100px-important {
    width: 100px !important; }
  .w-md-105px-important {
    width: 105px !important; }
  .w-md-110px-important {
    width: 110px !important; }
  .w-md-115px-important {
    width: 115px !important; }
  .w-md-120px-important {
    width: 120px !important; }
  .w-md-125px-important {
    width: 125px !important; }
  .w-md-130px-important {
    width: 130px !important; }
  .w-md-135px-important {
    width: 135px !important; }
  .w-md-140px-important {
    width: 140px !important; }
  .w-md-145px-important {
    width: 145px !important; }
  .w-md-150px-important {
    width: 150px !important; }
  .w-md-155px-important {
    width: 155px !important; }
  .w-md-160px-important {
    width: 160px !important; }
  .w-md-165px-important {
    width: 165px !important; }
  .w-md-170px-important {
    width: 170px !important; }
  .w-md-175px-important {
    width: 175px !important; }
  .w-md-180px-important {
    width: 180px !important; }
  .w-md-185px-important {
    width: 185px !important; }
  .w-md-190px-important {
    width: 190px !important; }
  .w-md-195px-important {
    width: 195px !important; }
  .w-md-200px-important {
    width: 200px !important; }
  .w-md-225px-important {
    width: 225px !important; }
  .w-md-250px-important {
    width: 250px !important; }
  .w-md-275px-important {
    width: 275px !important; }
  .w-md-300px-important {
    width: 300px !important; }
  .w-md-325px-important {
    width: 325px !important; }
  .w-md-350px-important {
    width: 350px !important; }
  .w-md-375px-important {
    width: 375px !important; }
  .w-md-400px-important {
    width: 400px !important; }
  .w-md-450px-important {
    width: 450px !important; }
  .w-md-500px-important {
    width: 500px !important; }
  .w-md-550px-important {
    width: 550px !important; }
  .w-md-600px-important {
    width: 600px !important; }
  .w-md-650px-important {
    width: 650px !important; }
  .w-md-700px-important {
    width: 700px !important; }
  .w-md-750px-important {
    width: 750px !important; }
  .w-md-800px-important {
    width: 800px !important; }
  .w-md-850px-important {
    width: 850px !important; }
  .w-md-900px-important {
    width: 900px !important; }
  .w-md-950px-important {
    width: 950px !important; }
  .w-md-1000px-important {
    width: 1000px !important; } }

@media (min-width: 992px) {
  .w-lg-5px {
    width: 5px; }
  .w-lg-10px {
    width: 10px; }
  .w-lg-15px {
    width: 15px; }
  .w-lg-20px {
    width: 20px; }
  .w-lg-25px {
    width: 25px; }
  .w-lg-30px {
    width: 30px; }
  .w-lg-35px {
    width: 35px; }
  .w-lg-40px {
    width: 40px; }
  .w-lg-45px {
    width: 45px; }
  .w-lg-50px {
    width: 50px; }
  .w-lg-55px {
    width: 55px; }
  .w-lg-60px {
    width: 60px; }
  .w-lg-65px {
    width: 65px; }
  .w-lg-70px {
    width: 70px; }
  .w-lg-75px {
    width: 75px; }
  .w-lg-80px {
    width: 80px; }
  .w-lg-85px {
    width: 85px; }
  .w-lg-90px {
    width: 90px; }
  .w-lg-95px {
    width: 95px; }
  .w-lg-100px {
    width: 100px; }
  .w-lg-105px {
    width: 105px; }
  .w-lg-110px {
    width: 110px; }
  .w-lg-115px {
    width: 115px; }
  .w-lg-120px {
    width: 120px; }
  .w-lg-125px {
    width: 125px; }
  .w-lg-130px {
    width: 130px; }
  .w-lg-135px {
    width: 135px; }
  .w-lg-140px {
    width: 140px; }
  .w-lg-145px {
    width: 145px; }
  .w-lg-150px {
    width: 150px; }
  .w-lg-155px {
    width: 155px; }
  .w-lg-160px {
    width: 160px; }
  .w-lg-165px {
    width: 165px; }
  .w-lg-170px {
    width: 170px; }
  .w-lg-175px {
    width: 175px; }
  .w-lg-180px {
    width: 180px; }
  .w-lg-185px {
    width: 185px; }
  .w-lg-190px {
    width: 190px; }
  .w-lg-195px {
    width: 195px; }
  .w-lg-200px {
    width: 200px; }
  .w-lg-225px {
    width: 225px; }
  .w-lg-250px {
    width: 250px; }
  .w-lg-275px {
    width: 275px; }
  .w-lg-300px {
    width: 300px; }
  .w-lg-325px {
    width: 325px; }
  .w-lg-350px {
    width: 350px; }
  .w-lg-375px {
    width: 375px; }
  .w-lg-400px {
    width: 400px; }
  .w-lg-450px {
    width: 450px; }
  .w-lg-500px {
    width: 500px; }
  .w-lg-550px {
    width: 550px; }
  .w-lg-600px {
    width: 600px; }
  .w-lg-650px {
    width: 650px; }
  .w-lg-700px {
    width: 700px; }
  .w-lg-750px {
    width: 750px; }
  .w-lg-800px {
    width: 800px; }
  .w-lg-850px {
    width: 850px; }
  .w-lg-900px {
    width: 900px; }
  .w-lg-950px {
    width: 950px; }
  .w-lg-1000px {
    width: 1000px; }
  .w-lg-5px-important {
    width: 5px !important; }
  .w-lg-10px-important {
    width: 10px !important; }
  .w-lg-15px-important {
    width: 15px !important; }
  .w-lg-20px-important {
    width: 20px !important; }
  .w-lg-25px-important {
    width: 25px !important; }
  .w-lg-30px-important {
    width: 30px !important; }
  .w-lg-35px-important {
    width: 35px !important; }
  .w-lg-40px-important {
    width: 40px !important; }
  .w-lg-45px-important {
    width: 45px !important; }
  .w-lg-50px-important {
    width: 50px !important; }
  .w-lg-55px-important {
    width: 55px !important; }
  .w-lg-60px-important {
    width: 60px !important; }
  .w-lg-65px-important {
    width: 65px !important; }
  .w-lg-70px-important {
    width: 70px !important; }
  .w-lg-75px-important {
    width: 75px !important; }
  .w-lg-80px-important {
    width: 80px !important; }
  .w-lg-85px-important {
    width: 85px !important; }
  .w-lg-90px-important {
    width: 90px !important; }
  .w-lg-95px-important {
    width: 95px !important; }
  .w-lg-100px-important {
    width: 100px !important; }
  .w-lg-105px-important {
    width: 105px !important; }
  .w-lg-110px-important {
    width: 110px !important; }
  .w-lg-115px-important {
    width: 115px !important; }
  .w-lg-120px-important {
    width: 120px !important; }
  .w-lg-125px-important {
    width: 125px !important; }
  .w-lg-130px-important {
    width: 130px !important; }
  .w-lg-135px-important {
    width: 135px !important; }
  .w-lg-140px-important {
    width: 140px !important; }
  .w-lg-145px-important {
    width: 145px !important; }
  .w-lg-150px-important {
    width: 150px !important; }
  .w-lg-155px-important {
    width: 155px !important; }
  .w-lg-160px-important {
    width: 160px !important; }
  .w-lg-165px-important {
    width: 165px !important; }
  .w-lg-170px-important {
    width: 170px !important; }
  .w-lg-175px-important {
    width: 175px !important; }
  .w-lg-180px-important {
    width: 180px !important; }
  .w-lg-185px-important {
    width: 185px !important; }
  .w-lg-190px-important {
    width: 190px !important; }
  .w-lg-195px-important {
    width: 195px !important; }
  .w-lg-200px-important {
    width: 200px !important; }
  .w-lg-225px-important {
    width: 225px !important; }
  .w-lg-250px-important {
    width: 250px !important; }
  .w-lg-275px-important {
    width: 275px !important; }
  .w-lg-300px-important {
    width: 300px !important; }
  .w-lg-325px-important {
    width: 325px !important; }
  .w-lg-350px-important {
    width: 350px !important; }
  .w-lg-375px-important {
    width: 375px !important; }
  .w-lg-400px-important {
    width: 400px !important; }
  .w-lg-450px-important {
    width: 450px !important; }
  .w-lg-500px-important {
    width: 500px !important; }
  .w-lg-550px-important {
    width: 550px !important; }
  .w-lg-600px-important {
    width: 600px !important; }
  .w-lg-650px-important {
    width: 650px !important; }
  .w-lg-700px-important {
    width: 700px !important; }
  .w-lg-750px-important {
    width: 750px !important; }
  .w-lg-800px-important {
    width: 800px !important; }
  .w-lg-850px-important {
    width: 850px !important; }
  .w-lg-900px-important {
    width: 900px !important; }
  .w-lg-950px-important {
    width: 950px !important; }
  .w-lg-1000px-important {
    width: 1000px !important; } }

@media (min-width: 1200px) {
  .w-xl-5px {
    width: 5px; }
  .w-xl-10px {
    width: 10px; }
  .w-xl-15px {
    width: 15px; }
  .w-xl-20px {
    width: 20px; }
  .w-xl-25px {
    width: 25px; }
  .w-xl-30px {
    width: 30px; }
  .w-xl-35px {
    width: 35px; }
  .w-xl-40px {
    width: 40px; }
  .w-xl-45px {
    width: 45px; }
  .w-xl-50px {
    width: 50px; }
  .w-xl-55px {
    width: 55px; }
  .w-xl-60px {
    width: 60px; }
  .w-xl-65px {
    width: 65px; }
  .w-xl-70px {
    width: 70px; }
  .w-xl-75px {
    width: 75px; }
  .w-xl-80px {
    width: 80px; }
  .w-xl-85px {
    width: 85px; }
  .w-xl-90px {
    width: 90px; }
  .w-xl-95px {
    width: 95px; }
  .w-xl-100px {
    width: 100px; }
  .w-xl-105px {
    width: 105px; }
  .w-xl-110px {
    width: 110px; }
  .w-xl-115px {
    width: 115px; }
  .w-xl-120px {
    width: 120px; }
  .w-xl-125px {
    width: 125px; }
  .w-xl-130px {
    width: 130px; }
  .w-xl-135px {
    width: 135px; }
  .w-xl-140px {
    width: 140px; }
  .w-xl-145px {
    width: 145px; }
  .w-xl-150px {
    width: 150px; }
  .w-xl-155px {
    width: 155px; }
  .w-xl-160px {
    width: 160px; }
  .w-xl-165px {
    width: 165px; }
  .w-xl-170px {
    width: 170px; }
  .w-xl-175px {
    width: 175px; }
  .w-xl-180px {
    width: 180px; }
  .w-xl-185px {
    width: 185px; }
  .w-xl-190px {
    width: 190px; }
  .w-xl-195px {
    width: 195px; }
  .w-xl-200px {
    width: 200px; }
  .w-xl-225px {
    width: 225px; }
  .w-xl-250px {
    width: 250px; }
  .w-xl-275px {
    width: 275px; }
  .w-xl-300px {
    width: 300px; }
  .w-xl-325px {
    width: 325px; }
  .w-xl-350px {
    width: 350px; }
  .w-xl-375px {
    width: 375px; }
  .w-xl-400px {
    width: 400px; }
  .w-xl-450px {
    width: 450px; }
  .w-xl-500px {
    width: 500px; }
  .w-xl-550px {
    width: 550px; }
  .w-xl-600px {
    width: 600px; }
  .w-xl-650px {
    width: 650px; }
  .w-xl-700px {
    width: 700px; }
  .w-xl-750px {
    width: 750px; }
  .w-xl-800px {
    width: 800px; }
  .w-xl-850px {
    width: 850px; }
  .w-xl-900px {
    width: 900px; }
  .w-xl-950px {
    width: 950px; }
  .w-xl-1000px {
    width: 1000px; }
  .w-xl-5px-important {
    width: 5px !important; }
  .w-xl-10px-important {
    width: 10px !important; }
  .w-xl-15px-important {
    width: 15px !important; }
  .w-xl-20px-important {
    width: 20px !important; }
  .w-xl-25px-important {
    width: 25px !important; }
  .w-xl-30px-important {
    width: 30px !important; }
  .w-xl-35px-important {
    width: 35px !important; }
  .w-xl-40px-important {
    width: 40px !important; }
  .w-xl-45px-important {
    width: 45px !important; }
  .w-xl-50px-important {
    width: 50px !important; }
  .w-xl-55px-important {
    width: 55px !important; }
  .w-xl-60px-important {
    width: 60px !important; }
  .w-xl-65px-important {
    width: 65px !important; }
  .w-xl-70px-important {
    width: 70px !important; }
  .w-xl-75px-important {
    width: 75px !important; }
  .w-xl-80px-important {
    width: 80px !important; }
  .w-xl-85px-important {
    width: 85px !important; }
  .w-xl-90px-important {
    width: 90px !important; }
  .w-xl-95px-important {
    width: 95px !important; }
  .w-xl-100px-important {
    width: 100px !important; }
  .w-xl-105px-important {
    width: 105px !important; }
  .w-xl-110px-important {
    width: 110px !important; }
  .w-xl-115px-important {
    width: 115px !important; }
  .w-xl-120px-important {
    width: 120px !important; }
  .w-xl-125px-important {
    width: 125px !important; }
  .w-xl-130px-important {
    width: 130px !important; }
  .w-xl-135px-important {
    width: 135px !important; }
  .w-xl-140px-important {
    width: 140px !important; }
  .w-xl-145px-important {
    width: 145px !important; }
  .w-xl-150px-important {
    width: 150px !important; }
  .w-xl-155px-important {
    width: 155px !important; }
  .w-xl-160px-important {
    width: 160px !important; }
  .w-xl-165px-important {
    width: 165px !important; }
  .w-xl-170px-important {
    width: 170px !important; }
  .w-xl-175px-important {
    width: 175px !important; }
  .w-xl-180px-important {
    width: 180px !important; }
  .w-xl-185px-important {
    width: 185px !important; }
  .w-xl-190px-important {
    width: 190px !important; }
  .w-xl-195px-important {
    width: 195px !important; }
  .w-xl-200px-important {
    width: 200px !important; }
  .w-xl-225px-important {
    width: 225px !important; }
  .w-xl-250px-important {
    width: 250px !important; }
  .w-xl-275px-important {
    width: 275px !important; }
  .w-xl-300px-important {
    width: 300px !important; }
  .w-xl-325px-important {
    width: 325px !important; }
  .w-xl-350px-important {
    width: 350px !important; }
  .w-xl-375px-important {
    width: 375px !important; }
  .w-xl-400px-important {
    width: 400px !important; }
  .w-xl-450px-important {
    width: 450px !important; }
  .w-xl-500px-important {
    width: 500px !important; }
  .w-xl-550px-important {
    width: 550px !important; }
  .w-xl-600px-important {
    width: 600px !important; }
  .w-xl-650px-important {
    width: 650px !important; }
  .w-xl-700px-important {
    width: 700px !important; }
  .w-xl-750px-important {
    width: 750px !important; }
  .w-xl-800px-important {
    width: 800px !important; }
  .w-xl-850px-important {
    width: 850px !important; }
  .w-xl-900px-important {
    width: 900px !important; }
  .w-xl-950px-important {
    width: 950px !important; }
  .w-xl-1000px-important {
    width: 1000px !important; } }

@media (min-width: 1500px) {
  .w-xxl-5px {
    width: 5px; }
  .w-xxl-10px {
    width: 10px; }
  .w-xxl-15px {
    width: 15px; }
  .w-xxl-20px {
    width: 20px; }
  .w-xxl-25px {
    width: 25px; }
  .w-xxl-30px {
    width: 30px; }
  .w-xxl-35px {
    width: 35px; }
  .w-xxl-40px {
    width: 40px; }
  .w-xxl-45px {
    width: 45px; }
  .w-xxl-50px {
    width: 50px; }
  .w-xxl-55px {
    width: 55px; }
  .w-xxl-60px {
    width: 60px; }
  .w-xxl-65px {
    width: 65px; }
  .w-xxl-70px {
    width: 70px; }
  .w-xxl-75px {
    width: 75px; }
  .w-xxl-80px {
    width: 80px; }
  .w-xxl-85px {
    width: 85px; }
  .w-xxl-90px {
    width: 90px; }
  .w-xxl-95px {
    width: 95px; }
  .w-xxl-100px {
    width: 100px; }
  .w-xxl-105px {
    width: 105px; }
  .w-xxl-110px {
    width: 110px; }
  .w-xxl-115px {
    width: 115px; }
  .w-xxl-120px {
    width: 120px; }
  .w-xxl-125px {
    width: 125px; }
  .w-xxl-130px {
    width: 130px; }
  .w-xxl-135px {
    width: 135px; }
  .w-xxl-140px {
    width: 140px; }
  .w-xxl-145px {
    width: 145px; }
  .w-xxl-150px {
    width: 150px; }
  .w-xxl-155px {
    width: 155px; }
  .w-xxl-160px {
    width: 160px; }
  .w-xxl-165px {
    width: 165px; }
  .w-xxl-170px {
    width: 170px; }
  .w-xxl-175px {
    width: 175px; }
  .w-xxl-180px {
    width: 180px; }
  .w-xxl-185px {
    width: 185px; }
  .w-xxl-190px {
    width: 190px; }
  .w-xxl-195px {
    width: 195px; }
  .w-xxl-200px {
    width: 200px; }
  .w-xxl-225px {
    width: 225px; }
  .w-xxl-250px {
    width: 250px; }
  .w-xxl-275px {
    width: 275px; }
  .w-xxl-300px {
    width: 300px; }
  .w-xxl-325px {
    width: 325px; }
  .w-xxl-350px {
    width: 350px; }
  .w-xxl-375px {
    width: 375px; }
  .w-xxl-400px {
    width: 400px; }
  .w-xxl-450px {
    width: 450px; }
  .w-xxl-500px {
    width: 500px; }
  .w-xxl-550px {
    width: 550px; }
  .w-xxl-600px {
    width: 600px; }
  .w-xxl-650px {
    width: 650px; }
  .w-xxl-700px {
    width: 700px; }
  .w-xxl-750px {
    width: 750px; }
  .w-xxl-800px {
    width: 800px; }
  .w-xxl-850px {
    width: 850px; }
  .w-xxl-900px {
    width: 900px; }
  .w-xxl-950px {
    width: 950px; }
  .w-xxl-1000px {
    width: 1000px; }
  .w-xxl-5px-important {
    width: 5px !important; }
  .w-xxl-10px-important {
    width: 10px !important; }
  .w-xxl-15px-important {
    width: 15px !important; }
  .w-xxl-20px-important {
    width: 20px !important; }
  .w-xxl-25px-important {
    width: 25px !important; }
  .w-xxl-30px-important {
    width: 30px !important; }
  .w-xxl-35px-important {
    width: 35px !important; }
  .w-xxl-40px-important {
    width: 40px !important; }
  .w-xxl-45px-important {
    width: 45px !important; }
  .w-xxl-50px-important {
    width: 50px !important; }
  .w-xxl-55px-important {
    width: 55px !important; }
  .w-xxl-60px-important {
    width: 60px !important; }
  .w-xxl-65px-important {
    width: 65px !important; }
  .w-xxl-70px-important {
    width: 70px !important; }
  .w-xxl-75px-important {
    width: 75px !important; }
  .w-xxl-80px-important {
    width: 80px !important; }
  .w-xxl-85px-important {
    width: 85px !important; }
  .w-xxl-90px-important {
    width: 90px !important; }
  .w-xxl-95px-important {
    width: 95px !important; }
  .w-xxl-100px-important {
    width: 100px !important; }
  .w-xxl-105px-important {
    width: 105px !important; }
  .w-xxl-110px-important {
    width: 110px !important; }
  .w-xxl-115px-important {
    width: 115px !important; }
  .w-xxl-120px-important {
    width: 120px !important; }
  .w-xxl-125px-important {
    width: 125px !important; }
  .w-xxl-130px-important {
    width: 130px !important; }
  .w-xxl-135px-important {
    width: 135px !important; }
  .w-xxl-140px-important {
    width: 140px !important; }
  .w-xxl-145px-important {
    width: 145px !important; }
  .w-xxl-150px-important {
    width: 150px !important; }
  .w-xxl-155px-important {
    width: 155px !important; }
  .w-xxl-160px-important {
    width: 160px !important; }
  .w-xxl-165px-important {
    width: 165px !important; }
  .w-xxl-170px-important {
    width: 170px !important; }
  .w-xxl-175px-important {
    width: 175px !important; }
  .w-xxl-180px-important {
    width: 180px !important; }
  .w-xxl-185px-important {
    width: 185px !important; }
  .w-xxl-190px-important {
    width: 190px !important; }
  .w-xxl-195px-important {
    width: 195px !important; }
  .w-xxl-200px-important {
    width: 200px !important; }
  .w-xxl-225px-important {
    width: 225px !important; }
  .w-xxl-250px-important {
    width: 250px !important; }
  .w-xxl-275px-important {
    width: 275px !important; }
  .w-xxl-300px-important {
    width: 300px !important; }
  .w-xxl-325px-important {
    width: 325px !important; }
  .w-xxl-350px-important {
    width: 350px !important; }
  .w-xxl-375px-important {
    width: 375px !important; }
  .w-xxl-400px-important {
    width: 400px !important; }
  .w-xxl-450px-important {
    width: 450px !important; }
  .w-xxl-500px-important {
    width: 500px !important; }
  .w-xxl-550px-important {
    width: 550px !important; }
  .w-xxl-600px-important {
    width: 600px !important; }
  .w-xxl-650px-important {
    width: 650px !important; }
  .w-xxl-700px-important {
    width: 700px !important; }
  .w-xxl-750px-important {
    width: 750px !important; }
  .w-xxl-800px-important {
    width: 800px !important; }
  .w-xxl-850px-important {
    width: 850px !important; }
  .w-xxl-900px-important {
    width: 900px !important; }
  .w-xxl-950px-important {
    width: 950px !important; }
  .w-xxl-1000px-important {
    width: 1000px !important; } }

@media (max-width: 576) {
  .hide-xs {
    display: none; } }

@media (max-width: 765px) {
  .hide-sm {
    display: none; } }

@media (max-width: 992px) {
  .hide-md {
    display: none; } }

@media (max-width: 1200px) {
  .hide-lg {
    display: none; } }

@media (max-width: 1366px) {
  .hide-xl {
    display: none; } }

@media (max-width: 1920px) {
  .hide-xxl {
    display: none; } }

.br-tl-0 {
  border-top-left-radius: 0px; }

.br-tl-6 {
  border-top-left-radius: 6px; }

.br-tr-0 {
  border-top-right-radius: 0px; }

.br-tr-6 {
  border-top-right-radius: 6px; }

.br-bl-0 {
  border-bottom-left-radius: 0px; }

.br-bl-6 {
  border-bottom-left-radius: 6px; }

.br-br-0 {
  border-bottom-right-radius: 0px; }

.br-br-6 {
  border-bottom-right-radius: 6px; }

.br-b-0 {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px; }

.br-b-6 {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px; }

.br-t-0 {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px; }

.br-t-6 {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px; }

.br-l-0 {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px; }

.br-l-6 {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px; }

.br-r-0 {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px; }

.br-r-6 {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px; }

.w-10px {
  width: 10px; }

.min-w-10px {
  min-width: 10px; }

.max-w-10px {
  max-width: 10px; }

.w-with-min-max-10px {
  width: 10px;
  min-width: 10px;
  max-width: 10px; }

.w-min-max-10px {
  min-width: 10px;
  max-width: 10px; }

.w-20px {
  width: 20px; }

.min-w-20px {
  min-width: 20px; }

.max-w-20px {
  max-width: 20px; }

.w-with-min-max-20px {
  width: 20px;
  min-width: 20px;
  max-width: 20px; }

.w-min-max-20px {
  min-width: 20px;
  max-width: 20px; }

.w-30px {
  width: 30px; }

.min-w-30px {
  min-width: 30px; }

.max-w-30px {
  max-width: 30px; }

.w-with-min-max-30px {
  width: 30px;
  min-width: 30px;
  max-width: 30px; }

.w-min-max-30px {
  min-width: 30px;
  max-width: 30px; }

.w-40px {
  width: 40px; }

.min-w-40px {
  min-width: 40px; }

.max-w-40px {
  max-width: 40px; }

.w-with-min-max-40px {
  width: 40px;
  min-width: 40px;
  max-width: 40px; }

.w-min-max-40px {
  min-width: 40px;
  max-width: 40px; }

.w-50px {
  width: 50px; }

.min-w-50px {
  min-width: 50px; }

.max-w-50px {
  max-width: 50px; }

.w-with-min-max-50px {
  width: 50px;
  min-width: 50px;
  max-width: 50px; }

.w-min-max-50px {
  min-width: 50px;
  max-width: 50px; }

.w-60px {
  width: 60px; }

.min-w-60px {
  min-width: 60px; }

.max-w-60px {
  max-width: 60px; }

.w-with-min-max-60px {
  width: 60px;
  min-width: 60px;
  max-width: 60px; }

.w-min-max-60px {
  min-width: 60px;
  max-width: 60px; }

.w-70px {
  width: 70px; }

.min-w-70px {
  min-width: 70px; }

.max-w-70px {
  max-width: 70px; }

.w-with-min-max-70px {
  width: 70px;
  min-width: 70px;
  max-width: 70px; }

.w-min-max-70px {
  min-width: 70px;
  max-width: 70px; }

.w-80px {
  width: 80px; }

.min-w-80px {
  min-width: 80px; }

.max-w-80px {
  max-width: 80px; }

.w-with-min-max-80px {
  width: 80px;
  min-width: 80px;
  max-width: 80px; }

.w-min-max-80px {
  min-width: 80px;
  max-width: 80px; }

.w-90px {
  width: 90px; }

.min-w-90px {
  min-width: 90px; }

.max-w-90px {
  max-width: 90px; }

.w-with-min-max-90px {
  width: 90px;
  min-width: 90px;
  max-width: 90px; }

.w-min-max-90px {
  min-width: 90px;
  max-width: 90px; }

.w-100px {
  width: 100px; }

.min-w-100px {
  min-width: 100px; }

.max-w-100px {
  max-width: 100px; }

.w-with-min-max-100px {
  width: 100px;
  min-width: 100px;
  max-width: 100px; }

.w-min-max-100px {
  min-width: 100px;
  max-width: 100px; }

.w-110px {
  width: 110px; }

.min-w-110px {
  min-width: 110px; }

.max-w-110px {
  max-width: 110px; }

.w-with-min-max-110px {
  width: 110px;
  min-width: 110px;
  max-width: 110px; }

.w-min-max-110px {
  min-width: 110px;
  max-width: 110px; }

.w-120px {
  width: 120px; }

.min-w-120px {
  min-width: 120px; }

.max-w-120px {
  max-width: 120px; }

.w-with-min-max-120px {
  width: 120px;
  min-width: 120px;
  max-width: 120px; }

.w-min-max-120px {
  min-width: 120px;
  max-width: 120px; }

.w-130px {
  width: 130px; }

.min-w-130px {
  min-width: 130px; }

.max-w-130px {
  max-width: 130px; }

.w-with-min-max-130px {
  width: 130px;
  min-width: 130px;
  max-width: 130px; }

.w-min-max-130px {
  min-width: 130px;
  max-width: 130px; }

.w-140px {
  width: 140px; }

.min-w-140px {
  min-width: 140px; }

.max-w-140px {
  max-width: 140px; }

.w-with-min-max-140px {
  width: 140px;
  min-width: 140px;
  max-width: 140px; }

.w-min-max-140px {
  min-width: 140px;
  max-width: 140px; }

.w-150px {
  width: 150px; }

.min-w-150px {
  min-width: 150px; }

.max-w-150px {
  max-width: 150px; }

.w-with-min-max-150px {
  width: 150px;
  min-width: 150px;
  max-width: 150px; }

.w-min-max-150px {
  min-width: 150px;
  max-width: 150px; }

.w-160px {
  width: 160px; }

.min-w-160px {
  min-width: 160px; }

.max-w-160px {
  max-width: 160px; }

.w-with-min-max-160px {
  width: 160px;
  min-width: 160px;
  max-width: 160px; }

.w-min-max-160px {
  min-width: 160px;
  max-width: 160px; }

.w-170px {
  width: 170px; }

.min-w-170px {
  min-width: 170px; }

.max-w-170px {
  max-width: 170px; }

.w-with-min-max-170px {
  width: 170px;
  min-width: 170px;
  max-width: 170px; }

.w-min-max-170px {
  min-width: 170px;
  max-width: 170px; }

.w-180px {
  width: 180px; }

.min-w-180px {
  min-width: 180px; }

.max-w-180px {
  max-width: 180px; }

.w-with-min-max-180px {
  width: 180px;
  min-width: 180px;
  max-width: 180px; }

.w-min-max-180px {
  min-width: 180px;
  max-width: 180px; }

.w-190px {
  width: 190px; }

.min-w-190px {
  min-width: 190px; }

.max-w-190px {
  max-width: 190px; }

.w-with-min-max-190px {
  width: 190px;
  min-width: 190px;
  max-width: 190px; }

.w-min-max-190px {
  min-width: 190px;
  max-width: 190px; }

.w-200px {
  width: 200px; }

.min-w-200px {
  min-width: 200px; }

.max-w-200px {
  max-width: 200px; }

.w-with-min-max-200px {
  width: 200px;
  min-width: 200px;
  max-width: 200px; }

.w-min-max-200px {
  min-width: 200px;
  max-width: 200px; }

.w-225px {
  width: 225px; }

.min-w-225px {
  min-width: 225px; }

.max-w-225px {
  max-width: 225px; }

.w-with-min-max-225px {
  width: 225px;
  min-width: 225px;
  max-width: 225px; }

.w-min-max-225px {
  min-width: 225px;
  max-width: 225px; }

.w-250px {
  width: 250px; }

.min-w-250px {
  min-width: 250px; }

.max-w-250px {
  max-width: 250px; }

.w-with-min-max-250px {
  width: 250px;
  min-width: 250px;
  max-width: 250px; }

.w-min-max-250px {
  min-width: 250px;
  max-width: 250px; }

.w-275px {
  width: 275px; }

.min-w-275px {
  min-width: 275px; }

.max-w-275px {
  max-width: 275px; }

.w-with-min-max-275px {
  width: 275px;
  min-width: 275px;
  max-width: 275px; }

.w-min-max-275px {
  min-width: 275px;
  max-width: 275px; }

.w-300px {
  width: 300px; }

.min-w-300px {
  min-width: 300px; }

.max-w-300px {
  max-width: 300px; }

.w-with-min-max-300px {
  width: 300px;
  min-width: 300px;
  max-width: 300px; }

.w-min-max-300px {
  min-width: 300px;
  max-width: 300px; }

.w-325px {
  width: 325px; }

.min-w-325px {
  min-width: 325px; }

.max-w-325px {
  max-width: 325px; }

.w-with-min-max-325px {
  width: 325px;
  min-width: 325px;
  max-width: 325px; }

.w-min-max-325px {
  min-width: 325px;
  max-width: 325px; }

.w-350px {
  width: 350px; }

.min-w-350px {
  min-width: 350px; }

.max-w-350px {
  max-width: 350px; }

.w-with-min-max-350px {
  width: 350px;
  min-width: 350px;
  max-width: 350px; }

.w-min-max-350px {
  min-width: 350px;
  max-width: 350px; }

.w-375px {
  width: 375px; }

.min-w-375px {
  min-width: 375px; }

.max-w-375px {
  max-width: 375px; }

.w-with-min-max-375px {
  width: 375px;
  min-width: 375px;
  max-width: 375px; }

.w-min-max-375px {
  min-width: 375px;
  max-width: 375px; }

.w-400px {
  width: 400px; }

.min-w-400px {
  min-width: 400px; }

.max-w-400px {
  max-width: 400px; }

.w-with-min-max-400px {
  width: 400px;
  min-width: 400px;
  max-width: 400px; }

.w-min-max-400px {
  min-width: 400px;
  max-width: 400px; }

.w-450px {
  width: 450px; }

.min-w-450px {
  min-width: 450px; }

.max-w-450px {
  max-width: 450px; }

.w-with-min-max-450px {
  width: 450px;
  min-width: 450px;
  max-width: 450px; }

.w-min-max-450px {
  min-width: 450px;
  max-width: 450px; }

.w-500px {
  width: 500px; }

.min-w-500px {
  min-width: 500px; }

.max-w-500px {
  max-width: 500px; }

.w-with-min-max-500px {
  width: 500px;
  min-width: 500px;
  max-width: 500px; }

.w-min-max-500px {
  min-width: 500px;
  max-width: 500px; }

.w-550px {
  width: 550px; }

.min-w-550px {
  min-width: 550px; }

.max-w-550px {
  max-width: 550px; }

.w-with-min-max-550px {
  width: 550px;
  min-width: 550px;
  max-width: 550px; }

.w-min-max-550px {
  min-width: 550px;
  max-width: 550px; }

.w-600px {
  width: 600px; }

.min-w-600px {
  min-width: 600px; }

.max-w-600px {
  max-width: 600px; }

.w-with-min-max-600px {
  width: 600px;
  min-width: 600px;
  max-width: 600px; }

.w-min-max-600px {
  min-width: 600px;
  max-width: 600px; }

.w-650px {
  width: 650px; }

.min-w-650px {
  min-width: 650px; }

.max-w-650px {
  max-width: 650px; }

.w-with-min-max-650px {
  width: 650px;
  min-width: 650px;
  max-width: 650px; }

.w-min-max-650px {
  min-width: 650px;
  max-width: 650px; }

.w-700px {
  width: 700px; }

.min-w-700px {
  min-width: 700px; }

.max-w-700px {
  max-width: 700px; }

.w-with-min-max-700px {
  width: 700px;
  min-width: 700px;
  max-width: 700px; }

.w-min-max-700px {
  min-width: 700px;
  max-width: 700px; }

.w-750px {
  width: 750px; }

.min-w-750px {
  min-width: 750px; }

.max-w-750px {
  max-width: 750px; }

.w-with-min-max-750px {
  width: 750px;
  min-width: 750px;
  max-width: 750px; }

.w-min-max-750px {
  min-width: 750px;
  max-width: 750px; }

.w-800px {
  width: 800px; }

.min-w-800px {
  min-width: 800px; }

.max-w-800px {
  max-width: 800px; }

.w-with-min-max-800px {
  width: 800px;
  min-width: 800px;
  max-width: 800px; }

.w-min-max-800px {
  min-width: 800px;
  max-width: 800px; }

.w-850px {
  width: 850px; }

.min-w-850px {
  min-width: 850px; }

.max-w-850px {
  max-width: 850px; }

.w-with-min-max-850px {
  width: 850px;
  min-width: 850px;
  max-width: 850px; }

.w-min-max-850px {
  min-width: 850px;
  max-width: 850px; }

.w-900px {
  width: 900px; }

.min-w-900px {
  min-width: 900px; }

.max-w-900px {
  max-width: 900px; }

.w-with-min-max-900px {
  width: 900px;
  min-width: 900px;
  max-width: 900px; }

.w-min-max-900px {
  min-width: 900px;
  max-width: 900px; }

.w-950px {
  width: 950px; }

.min-w-950px {
  min-width: 950px; }

.max-w-950px {
  max-width: 950px; }

.w-with-min-max-950px {
  width: 950px;
  min-width: 950px;
  max-width: 950px; }

.w-min-max-950px {
  min-width: 950px;
  max-width: 950px; }

.w-1000px {
  width: 1000px; }

.min-w-1000px {
  min-width: 1000px; }

.max-w-1000px {
  max-width: 1000px; }

.w-with-min-max-1000px {
  width: 1000px;
  min-width: 1000px;
  max-width: 1000px; }

.w-min-max-1000px {
  min-width: 1000px;
  max-width: 1000px; }

.w-1100px {
  width: 1100px; }

.min-w-1100px {
  min-width: 1100px; }

.max-w-1100px {
  max-width: 1100px; }

.w-with-min-max-1100px {
  width: 1100px;
  min-width: 1100px;
  max-width: 1100px; }

.w-min-max-1100px {
  min-width: 1100px;
  max-width: 1100px; }

.w-1200px {
  width: 1200px; }

.min-w-1200px {
  min-width: 1200px; }

.max-w-1200px {
  max-width: 1200px; }

.w-with-min-max-1200px {
  width: 1200px;
  min-width: 1200px;
  max-width: 1200px; }

.w-min-max-1200px {
  min-width: 1200px;
  max-width: 1200px; }

.w-1300px {
  width: 1300px; }

.min-w-1300px {
  min-width: 1300px; }

.max-w-1300px {
  max-width: 1300px; }

.w-with-min-max-1300px {
  width: 1300px;
  min-width: 1300px;
  max-width: 1300px; }

.w-min-max-1300px {
  min-width: 1300px;
  max-width: 1300px; }

.w-1400px {
  width: 1400px; }

.min-w-1400px {
  min-width: 1400px; }

.max-w-1400px {
  max-width: 1400px; }

.w-with-min-max-1400px {
  width: 1400px;
  min-width: 1400px;
  max-width: 1400px; }

.w-min-max-1400px {
  min-width: 1400px;
  max-width: 1400px; }

.w-1500px {
  width: 1500px; }

.min-w-1500px {
  min-width: 1500px; }

.max-w-1500px {
  max-width: 1500px; }

.w-with-min-max-1500px {
  width: 1500px;
  min-width: 1500px;
  max-width: 1500px; }

.w-min-max-1500px {
  min-width: 1500px;
  max-width: 1500px; }

.w-1600px {
  width: 1600px; }

.min-w-1600px {
  min-width: 1600px; }

.max-w-1600px {
  max-width: 1600px; }

.w-with-min-max-1600px {
  width: 1600px;
  min-width: 1600px;
  max-width: 1600px; }

.w-min-max-1600px {
  min-width: 1600px;
  max-width: 1600px; }

.w-1700px {
  width: 1700px; }

.min-w-1700px {
  min-width: 1700px; }

.max-w-1700px {
  max-width: 1700px; }

.w-with-min-max-1700px {
  width: 1700px;
  min-width: 1700px;
  max-width: 1700px; }

.w-min-max-1700px {
  min-width: 1700px;
  max-width: 1700px; }

.w-1800px {
  width: 1800px; }

.min-w-1800px {
  min-width: 1800px; }

.max-w-1800px {
  max-width: 1800px; }

.w-with-min-max-1800px {
  width: 1800px;
  min-width: 1800px;
  max-width: 1800px; }

.w-min-max-1800px {
  min-width: 1800px;
  max-width: 1800px; }

.w-1900px {
  width: 1900px; }

.min-w-1900px {
  min-width: 1900px; }

.max-w-1900px {
  max-width: 1900px; }

.w-with-min-max-1900px {
  width: 1900px;
  min-width: 1900px;
  max-width: 1900px; }

.w-min-max-1900px {
  min-width: 1900px;
  max-width: 1900px; }

.w-2000px {
  width: 2000px; }

.min-w-2000px {
  min-width: 2000px; }

.max-w-2000px {
  max-width: 2000px; }

.w-with-min-max-2000px {
  width: 2000px;
  min-width: 2000px;
  max-width: 2000px; }

.w-min-max-2000px {
  min-width: 2000px;
  max-width: 2000px; }

.w-2100px {
  width: 2100px; }

.min-w-2100px {
  min-width: 2100px; }

.max-w-2100px {
  max-width: 2100px; }

.w-with-min-max-2100px {
  width: 2100px;
  min-width: 2100px;
  max-width: 2100px; }

.w-min-max-2100px {
  min-width: 2100px;
  max-width: 2100px; }

.w-2200px {
  width: 2200px; }

.min-w-2200px {
  min-width: 2200px; }

.max-w-2200px {
  max-width: 2200px; }

.w-with-min-max-2200px {
  width: 2200px;
  min-width: 2200px;
  max-width: 2200px; }

.w-min-max-2200px {
  min-width: 2200px;
  max-width: 2200px; }

.w-2300px {
  width: 2300px; }

.min-w-2300px {
  min-width: 2300px; }

.max-w-2300px {
  max-width: 2300px; }

.w-with-min-max-2300px {
  width: 2300px;
  min-width: 2300px;
  max-width: 2300px; }

.w-min-max-2300px {
  min-width: 2300px;
  max-width: 2300px; }

.w-2400px {
  width: 2400px; }

.min-w-2400px {
  min-width: 2400px; }

.max-w-2400px {
  max-width: 2400px; }

.w-with-min-max-2400px {
  width: 2400px;
  min-width: 2400px;
  max-width: 2400px; }

.w-min-max-2400px {
  min-width: 2400px;
  max-width: 2400px; }

.w-2500px {
  width: 2500px; }

.min-w-2500px {
  min-width: 2500px; }

.max-w-2500px {
  max-width: 2500px; }

.w-with-min-max-2500px {
  width: 2500px;
  min-width: 2500px;
  max-width: 2500px; }

.w-min-max-2500px {
  min-width: 2500px;
  max-width: 2500px; }

.h-10px {
  height: 10px; }

.min-h-10px {
  min-height: 10px; }

.max-h-10px {
  max-height: 10px; }

.h-with-min-max-10px {
  height: 10px;
  min-height: 10px;
  max-height: 10px; }

.h-min-max-10px {
  min-height: 10px;
  max-height: 10px; }

.h-20px {
  height: 20px; }

.min-h-20px {
  min-height: 20px; }

.max-h-20px {
  max-height: 20px; }

.h-with-min-max-20px {
  height: 20px;
  min-height: 20px;
  max-height: 20px; }

.h-min-max-20px {
  min-height: 20px;
  max-height: 20px; }

.h-30px {
  height: 30px; }

.min-h-30px {
  min-height: 30px; }

.max-h-30px {
  max-height: 30px; }

.h-with-min-max-30px {
  height: 30px;
  min-height: 30px;
  max-height: 30px; }

.h-min-max-30px {
  min-height: 30px;
  max-height: 30px; }

.h-40px {
  height: 40px; }

.min-h-40px {
  min-height: 40px; }

.max-h-40px {
  max-height: 40px; }

.h-with-min-max-40px {
  height: 40px;
  min-height: 40px;
  max-height: 40px; }

.h-min-max-40px {
  min-height: 40px;
  max-height: 40px; }

.h-50px {
  height: 50px; }

.min-h-50px {
  min-height: 50px; }

.max-h-50px {
  max-height: 50px; }

.h-with-min-max-50px {
  height: 50px;
  min-height: 50px;
  max-height: 50px; }

.h-min-max-50px {
  min-height: 50px;
  max-height: 50px; }

.h-60px {
  height: 60px; }

.min-h-60px {
  min-height: 60px; }

.max-h-60px {
  max-height: 60px; }

.h-with-min-max-60px {
  height: 60px;
  min-height: 60px;
  max-height: 60px; }

.h-min-max-60px {
  min-height: 60px;
  max-height: 60px; }

.h-70px {
  height: 70px; }

.min-h-70px {
  min-height: 70px; }

.max-h-70px {
  max-height: 70px; }

.h-with-min-max-70px {
  height: 70px;
  min-height: 70px;
  max-height: 70px; }

.h-min-max-70px {
  min-height: 70px;
  max-height: 70px; }

.h-80px {
  height: 80px; }

.min-h-80px {
  min-height: 80px; }

.max-h-80px {
  max-height: 80px; }

.h-with-min-max-80px {
  height: 80px;
  min-height: 80px;
  max-height: 80px; }

.h-min-max-80px {
  min-height: 80px;
  max-height: 80px; }

.h-90px {
  height: 90px; }

.min-h-90px {
  min-height: 90px; }

.max-h-90px {
  max-height: 90px; }

.h-with-min-max-90px {
  height: 90px;
  min-height: 90px;
  max-height: 90px; }

.h-min-max-90px {
  min-height: 90px;
  max-height: 90px; }

.h-100px {
  height: 100px; }

.min-h-100px {
  min-height: 100px; }

.max-h-100px {
  max-height: 100px; }

.h-with-min-max-100px {
  height: 100px;
  min-height: 100px;
  max-height: 100px; }

.h-min-max-100px {
  min-height: 100px;
  max-height: 100px; }

.h-110px {
  height: 110px; }

.min-h-110px {
  min-height: 110px; }

.max-h-110px {
  max-height: 110px; }

.h-with-min-max-110px {
  height: 110px;
  min-height: 110px;
  max-height: 110px; }

.h-min-max-110px {
  min-height: 110px;
  max-height: 110px; }

.h-120px {
  height: 120px; }

.min-h-120px {
  min-height: 120px; }

.max-h-120px {
  max-height: 120px; }

.h-with-min-max-120px {
  height: 120px;
  min-height: 120px;
  max-height: 120px; }

.h-min-max-120px {
  min-height: 120px;
  max-height: 120px; }

.h-130px {
  height: 130px; }

.min-h-130px {
  min-height: 130px; }

.max-h-130px {
  max-height: 130px; }

.h-with-min-max-130px {
  height: 130px;
  min-height: 130px;
  max-height: 130px; }

.h-min-max-130px {
  min-height: 130px;
  max-height: 130px; }

.h-140px {
  height: 140px; }

.min-h-140px {
  min-height: 140px; }

.max-h-140px {
  max-height: 140px; }

.h-with-min-max-140px {
  height: 140px;
  min-height: 140px;
  max-height: 140px; }

.h-min-max-140px {
  min-height: 140px;
  max-height: 140px; }

.h-150px {
  height: 150px; }

.min-h-150px {
  min-height: 150px; }

.max-h-150px {
  max-height: 150px; }

.h-with-min-max-150px {
  height: 150px;
  min-height: 150px;
  max-height: 150px; }

.h-min-max-150px {
  min-height: 150px;
  max-height: 150px; }

.h-160px {
  height: 160px; }

.min-h-160px {
  min-height: 160px; }

.max-h-160px {
  max-height: 160px; }

.h-with-min-max-160px {
  height: 160px;
  min-height: 160px;
  max-height: 160px; }

.h-min-max-160px {
  min-height: 160px;
  max-height: 160px; }

.h-170px {
  height: 170px; }

.min-h-170px {
  min-height: 170px; }

.max-h-170px {
  max-height: 170px; }

.h-with-min-max-170px {
  height: 170px;
  min-height: 170px;
  max-height: 170px; }

.h-min-max-170px {
  min-height: 170px;
  max-height: 170px; }

.h-180px {
  height: 180px; }

.min-h-180px {
  min-height: 180px; }

.max-h-180px {
  max-height: 180px; }

.h-with-min-max-180px {
  height: 180px;
  min-height: 180px;
  max-height: 180px; }

.h-min-max-180px {
  min-height: 180px;
  max-height: 180px; }

.h-190px {
  height: 190px; }

.min-h-190px {
  min-height: 190px; }

.max-h-190px {
  max-height: 190px; }

.h-with-min-max-190px {
  height: 190px;
  min-height: 190px;
  max-height: 190px; }

.h-min-max-190px {
  min-height: 190px;
  max-height: 190px; }

.h-200px {
  height: 200px; }

.min-h-200px {
  min-height: 200px; }

.max-h-200px {
  max-height: 200px; }

.h-with-min-max-200px {
  height: 200px;
  min-height: 200px;
  max-height: 200px; }

.h-min-max-200px {
  min-height: 200px;
  max-height: 200px; }

.h-225px {
  height: 225px; }

.min-h-225px {
  min-height: 225px; }

.max-h-225px {
  max-height: 225px; }

.h-with-min-max-225px {
  height: 225px;
  min-height: 225px;
  max-height: 225px; }

.h-min-max-225px {
  min-height: 225px;
  max-height: 225px; }

.h-250px {
  height: 250px; }

.min-h-250px {
  min-height: 250px; }

.max-h-250px {
  max-height: 250px; }

.h-with-min-max-250px {
  height: 250px;
  min-height: 250px;
  max-height: 250px; }

.h-min-max-250px {
  min-height: 250px;
  max-height: 250px; }

.h-275px {
  height: 275px; }

.min-h-275px {
  min-height: 275px; }

.max-h-275px {
  max-height: 275px; }

.h-with-min-max-275px {
  height: 275px;
  min-height: 275px;
  max-height: 275px; }

.h-min-max-275px {
  min-height: 275px;
  max-height: 275px; }

.h-300px {
  height: 300px; }

.min-h-300px {
  min-height: 300px; }

.max-h-300px {
  max-height: 300px; }

.h-with-min-max-300px {
  height: 300px;
  min-height: 300px;
  max-height: 300px; }

.h-min-max-300px {
  min-height: 300px;
  max-height: 300px; }

.h-325px {
  height: 325px; }

.min-h-325px {
  min-height: 325px; }

.max-h-325px {
  max-height: 325px; }

.h-with-min-max-325px {
  height: 325px;
  min-height: 325px;
  max-height: 325px; }

.h-min-max-325px {
  min-height: 325px;
  max-height: 325px; }

.h-350px {
  height: 350px; }

.min-h-350px {
  min-height: 350px; }

.max-h-350px {
  max-height: 350px; }

.h-with-min-max-350px {
  height: 350px;
  min-height: 350px;
  max-height: 350px; }

.h-min-max-350px {
  min-height: 350px;
  max-height: 350px; }

.h-375px {
  height: 375px; }

.min-h-375px {
  min-height: 375px; }

.max-h-375px {
  max-height: 375px; }

.h-with-min-max-375px {
  height: 375px;
  min-height: 375px;
  max-height: 375px; }

.h-min-max-375px {
  min-height: 375px;
  max-height: 375px; }

.h-400px {
  height: 400px; }

.min-h-400px {
  min-height: 400px; }

.max-h-400px {
  max-height: 400px; }

.h-with-min-max-400px {
  height: 400px;
  min-height: 400px;
  max-height: 400px; }

.h-min-max-400px {
  min-height: 400px;
  max-height: 400px; }

.h-450px {
  height: 450px; }

.min-h-450px {
  min-height: 450px; }

.max-h-450px {
  max-height: 450px; }

.h-with-min-max-450px {
  height: 450px;
  min-height: 450px;
  max-height: 450px; }

.h-min-max-450px {
  min-height: 450px;
  max-height: 450px; }

.h-500px {
  height: 500px; }

.min-h-500px {
  min-height: 500px; }

.max-h-500px {
  max-height: 500px; }

.h-with-min-max-500px {
  height: 500px;
  min-height: 500px;
  max-height: 500px; }

.h-min-max-500px {
  min-height: 500px;
  max-height: 500px; }

.h-550px {
  height: 550px; }

.min-h-550px {
  min-height: 550px; }

.max-h-550px {
  max-height: 550px; }

.h-with-min-max-550px {
  height: 550px;
  min-height: 550px;
  max-height: 550px; }

.h-min-max-550px {
  min-height: 550px;
  max-height: 550px; }

.h-600px {
  height: 600px; }

.min-h-600px {
  min-height: 600px; }

.max-h-600px {
  max-height: 600px; }

.h-with-min-max-600px {
  height: 600px;
  min-height: 600px;
  max-height: 600px; }

.h-min-max-600px {
  min-height: 600px;
  max-height: 600px; }

.h-650px {
  height: 650px; }

.min-h-650px {
  min-height: 650px; }

.max-h-650px {
  max-height: 650px; }

.h-with-min-max-650px {
  height: 650px;
  min-height: 650px;
  max-height: 650px; }

.h-min-max-650px {
  min-height: 650px;
  max-height: 650px; }

.h-700px {
  height: 700px; }

.min-h-700px {
  min-height: 700px; }

.max-h-700px {
  max-height: 700px; }

.h-with-min-max-700px {
  height: 700px;
  min-height: 700px;
  max-height: 700px; }

.h-min-max-700px {
  min-height: 700px;
  max-height: 700px; }

.h-750px {
  height: 750px; }

.min-h-750px {
  min-height: 750px; }

.max-h-750px {
  max-height: 750px; }

.h-with-min-max-750px {
  height: 750px;
  min-height: 750px;
  max-height: 750px; }

.h-min-max-750px {
  min-height: 750px;
  max-height: 750px; }

.h-800px {
  height: 800px; }

.min-h-800px {
  min-height: 800px; }

.max-h-800px {
  max-height: 800px; }

.h-with-min-max-800px {
  height: 800px;
  min-height: 800px;
  max-height: 800px; }

.h-min-max-800px {
  min-height: 800px;
  max-height: 800px; }

.h-850px {
  height: 850px; }

.min-h-850px {
  min-height: 850px; }

.max-h-850px {
  max-height: 850px; }

.h-with-min-max-850px {
  height: 850px;
  min-height: 850px;
  max-height: 850px; }

.h-min-max-850px {
  min-height: 850px;
  max-height: 850px; }

.h-900px {
  height: 900px; }

.min-h-900px {
  min-height: 900px; }

.max-h-900px {
  max-height: 900px; }

.h-with-min-max-900px {
  height: 900px;
  min-height: 900px;
  max-height: 900px; }

.h-min-max-900px {
  min-height: 900px;
  max-height: 900px; }

.h-950px {
  height: 950px; }

.min-h-950px {
  min-height: 950px; }

.max-h-950px {
  max-height: 950px; }

.h-with-min-max-950px {
  height: 950px;
  min-height: 950px;
  max-height: 950px; }

.h-min-max-950px {
  min-height: 950px;
  max-height: 950px; }

.h-1000px {
  height: 1000px; }

.min-h-1000px {
  min-height: 1000px; }

.max-h-1000px {
  max-height: 1000px; }

.h-with-min-max-1000px {
  height: 1000px;
  min-height: 1000px;
  max-height: 1000px; }

.h-min-max-1000px {
  min-height: 1000px;
  max-height: 1000px; }

.h-1100px {
  height: 1100px; }

.min-h-1100px {
  min-height: 1100px; }

.max-h-1100px {
  max-height: 1100px; }

.h-with-min-max-1100px {
  height: 1100px;
  min-height: 1100px;
  max-height: 1100px; }

.h-min-max-1100px {
  min-height: 1100px;
  max-height: 1100px; }

.h-1200px {
  height: 1200px; }

.min-h-1200px {
  min-height: 1200px; }

.max-h-1200px {
  max-height: 1200px; }

.h-with-min-max-1200px {
  height: 1200px;
  min-height: 1200px;
  max-height: 1200px; }

.h-min-max-1200px {
  min-height: 1200px;
  max-height: 1200px; }

.h-1300px {
  height: 1300px; }

.min-h-1300px {
  min-height: 1300px; }

.max-h-1300px {
  max-height: 1300px; }

.h-with-min-max-1300px {
  height: 1300px;
  min-height: 1300px;
  max-height: 1300px; }

.h-min-max-1300px {
  min-height: 1300px;
  max-height: 1300px; }

.h-1400px {
  height: 1400px; }

.min-h-1400px {
  min-height: 1400px; }

.max-h-1400px {
  max-height: 1400px; }

.h-with-min-max-1400px {
  height: 1400px;
  min-height: 1400px;
  max-height: 1400px; }

.h-min-max-1400px {
  min-height: 1400px;
  max-height: 1400px; }

.h-1500px {
  height: 1500px; }

.min-h-1500px {
  min-height: 1500px; }

.max-h-1500px {
  max-height: 1500px; }

.h-with-min-max-1500px {
  height: 1500px;
  min-height: 1500px;
  max-height: 1500px; }

.h-min-max-1500px {
  min-height: 1500px;
  max-height: 1500px; }

.h-1600px {
  height: 1600px; }

.min-h-1600px {
  min-height: 1600px; }

.max-h-1600px {
  max-height: 1600px; }

.h-with-min-max-1600px {
  height: 1600px;
  min-height: 1600px;
  max-height: 1600px; }

.h-min-max-1600px {
  min-height: 1600px;
  max-height: 1600px; }

.h-1700px {
  height: 1700px; }

.min-h-1700px {
  min-height: 1700px; }

.max-h-1700px {
  max-height: 1700px; }

.h-with-min-max-1700px {
  height: 1700px;
  min-height: 1700px;
  max-height: 1700px; }

.h-min-max-1700px {
  min-height: 1700px;
  max-height: 1700px; }

.h-1800px {
  height: 1800px; }

.min-h-1800px {
  min-height: 1800px; }

.max-h-1800px {
  max-height: 1800px; }

.h-with-min-max-1800px {
  height: 1800px;
  min-height: 1800px;
  max-height: 1800px; }

.h-min-max-1800px {
  min-height: 1800px;
  max-height: 1800px; }

.h-1900px {
  height: 1900px; }

.min-h-1900px {
  min-height: 1900px; }

.max-h-1900px {
  max-height: 1900px; }

.h-with-min-max-1900px {
  height: 1900px;
  min-height: 1900px;
  max-height: 1900px; }

.h-min-max-1900px {
  min-height: 1900px;
  max-height: 1900px; }

.h-2000px {
  height: 2000px; }

.min-h-2000px {
  min-height: 2000px; }

.max-h-2000px {
  max-height: 2000px; }

.h-with-min-max-2000px {
  height: 2000px;
  min-height: 2000px;
  max-height: 2000px; }

.h-min-max-2000px {
  min-height: 2000px;
  max-height: 2000px; }

.h-2100px {
  height: 2100px; }

.min-h-2100px {
  min-height: 2100px; }

.max-h-2100px {
  max-height: 2100px; }

.h-with-min-max-2100px {
  height: 2100px;
  min-height: 2100px;
  max-height: 2100px; }

.h-min-max-2100px {
  min-height: 2100px;
  max-height: 2100px; }

.h-2200px {
  height: 2200px; }

.min-h-2200px {
  min-height: 2200px; }

.max-h-2200px {
  max-height: 2200px; }

.h-with-min-max-2200px {
  height: 2200px;
  min-height: 2200px;
  max-height: 2200px; }

.h-min-max-2200px {
  min-height: 2200px;
  max-height: 2200px; }

.h-2300px {
  height: 2300px; }

.min-h-2300px {
  min-height: 2300px; }

.max-h-2300px {
  max-height: 2300px; }

.h-with-min-max-2300px {
  height: 2300px;
  min-height: 2300px;
  max-height: 2300px; }

.h-min-max-2300px {
  min-height: 2300px;
  max-height: 2300px; }

.h-2400px {
  height: 2400px; }

.min-h-2400px {
  min-height: 2400px; }

.max-h-2400px {
  max-height: 2400px; }

.h-with-min-max-2400px {
  height: 2400px;
  min-height: 2400px;
  max-height: 2400px; }

.h-min-max-2400px {
  min-height: 2400px;
  max-height: 2400px; }

.h-2500px {
  height: 2500px; }

.min-h-2500px {
  min-height: 2500px; }

.max-h-2500px {
  max-height: 2500px; }

.h-with-min-max-2500px {
  height: 2500px;
  min-height: 2500px;
  max-height: 2500px; }

.h-min-max-2500px {
  min-height: 2500px;
  max-height: 2500px; }

.text-high-contrast {
  color: #000; }

.padding-top-0 {
  padding-top: 0px !important; }

.padding-right-0 {
  padding-right: 0px !important; }

.padding-bottom-0 {
  padding-bottom: 0px !important; }

.padding-left-0 {
  padding-left: 0px !important; }

.padding-y-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important; }

.padding-x-0 {
  padding-left: 0px !important;
  padding-right: 0px !important; }

.margin-top-0 {
  margin-top: 0px !important; }

.margin-right-0 {
  margin-right: 0px !important; }

.margin-bottom-0 {
  margin-bottom: 0px !important; }

.margin-left-0 {
  margin-left: 0px !important; }

.margin-y-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important; }

.margin-x-0 {
  margin-left: 0px !important;
  margin-right: 0px !important; }

.padding-top-5 {
  padding-top: 5px !important; }

.padding-right-5 {
  padding-right: 5px !important; }

.padding-bottom-5 {
  padding-bottom: 5px !important; }

.padding-left-5 {
  padding-left: 5px !important; }

.padding-y-5 {
  padding-top: 5px !important;
  padding-bottom: 5px !important; }

.padding-x-5 {
  padding-left: 5px !important;
  padding-right: 5px !important; }

.margin-top-5 {
  margin-top: 5px !important; }

.margin-right-5 {
  margin-right: 5px !important; }

.margin-bottom-5 {
  margin-bottom: 5px !important; }

.margin-left-5 {
  margin-left: 5px !important; }

.margin-y-5 {
  margin-top: 5px !important;
  margin-bottom: 5px !important; }

.margin-x-5 {
  margin-left: 5px !important;
  margin-right: 5px !important; }

.padding-top-10 {
  padding-top: 10px !important; }

.padding-right-10 {
  padding-right: 10px !important; }

.padding-bottom-10 {
  padding-bottom: 10px !important; }

.padding-left-10 {
  padding-left: 10px !important; }

.padding-y-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important; }

.padding-x-10 {
  padding-left: 10px !important;
  padding-right: 10px !important; }

.margin-top-10 {
  margin-top: 10px !important; }

.margin-right-10 {
  margin-right: 10px !important; }

.margin-bottom-10 {
  margin-bottom: 10px !important; }

.margin-left-10 {
  margin-left: 10px !important; }

.margin-y-10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important; }

.margin-x-10 {
  margin-left: 10px !important;
  margin-right: 10px !important; }

.padding-top-15 {
  padding-top: 15px !important; }

.padding-right-15 {
  padding-right: 15px !important; }

.padding-bottom-15 {
  padding-bottom: 15px !important; }

.padding-left-15 {
  padding-left: 15px !important; }

.padding-y-15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important; }

.padding-x-15 {
  padding-left: 15px !important;
  padding-right: 15px !important; }

.margin-top-15 {
  margin-top: 15px !important; }

.margin-right-15 {
  margin-right: 15px !important; }

.margin-bottom-15 {
  margin-bottom: 15px !important; }

.margin-left-15 {
  margin-left: 15px !important; }

.margin-y-15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important; }

.margin-x-15 {
  margin-left: 15px !important;
  margin-right: 15px !important; }

.padding-top-20 {
  padding-top: 20px !important; }

.padding-right-20 {
  padding-right: 20px !important; }

.padding-bottom-20 {
  padding-bottom: 20px !important; }

.padding-left-20 {
  padding-left: 20px !important; }

.padding-y-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important; }

.padding-x-20 {
  padding-left: 20px !important;
  padding-right: 20px !important; }

.margin-top-20 {
  margin-top: 20px !important; }

.margin-right-20 {
  margin-right: 20px !important; }

.margin-bottom-20 {
  margin-bottom: 20px !important; }

.margin-left-20 {
  margin-left: 20px !important; }

.margin-y-20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important; }

.margin-x-20 {
  margin-left: 20px !important;
  margin-right: 20px !important; }

.padding-top-25 {
  padding-top: 25px !important; }

.padding-right-25 {
  padding-right: 25px !important; }

.padding-bottom-25 {
  padding-bottom: 25px !important; }

.padding-left-25 {
  padding-left: 25px !important; }

.padding-y-25 {
  padding-top: 25px !important;
  padding-bottom: 25px !important; }

.padding-x-25 {
  padding-left: 25px !important;
  padding-right: 25px !important; }

.margin-top-25 {
  margin-top: 25px !important; }

.margin-right-25 {
  margin-right: 25px !important; }

.margin-bottom-25 {
  margin-bottom: 25px !important; }

.margin-left-25 {
  margin-left: 25px !important; }

.margin-y-25 {
  margin-top: 25px !important;
  margin-bottom: 25px !important; }

.margin-x-25 {
  margin-left: 25px !important;
  margin-right: 25px !important; }

.padding-top-30 {
  padding-top: 30px !important; }

.padding-right-30 {
  padding-right: 30px !important; }

.padding-bottom-30 {
  padding-bottom: 30px !important; }

.padding-left-30 {
  padding-left: 30px !important; }

.padding-y-30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important; }

.padding-x-30 {
  padding-left: 30px !important;
  padding-right: 30px !important; }

.margin-top-30 {
  margin-top: 30px !important; }

.margin-right-30 {
  margin-right: 30px !important; }

.margin-bottom-30 {
  margin-bottom: 30px !important; }

.margin-left-30 {
  margin-left: 30px !important; }

.margin-y-30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important; }

.margin-x-30 {
  margin-left: 30px !important;
  margin-right: 30px !important; }

.padding-top-35 {
  padding-top: 35px !important; }

.padding-right-35 {
  padding-right: 35px !important; }

.padding-bottom-35 {
  padding-bottom: 35px !important; }

.padding-left-35 {
  padding-left: 35px !important; }

.padding-y-35 {
  padding-top: 35px !important;
  padding-bottom: 35px !important; }

.padding-x-35 {
  padding-left: 35px !important;
  padding-right: 35px !important; }

.margin-top-35 {
  margin-top: 35px !important; }

.margin-right-35 {
  margin-right: 35px !important; }

.margin-bottom-35 {
  margin-bottom: 35px !important; }

.margin-left-35 {
  margin-left: 35px !important; }

.margin-y-35 {
  margin-top: 35px !important;
  margin-bottom: 35px !important; }

.margin-x-35 {
  margin-left: 35px !important;
  margin-right: 35px !important; }

.padding-top-40 {
  padding-top: 40px !important; }

.padding-right-40 {
  padding-right: 40px !important; }

.padding-bottom-40 {
  padding-bottom: 40px !important; }

.padding-left-40 {
  padding-left: 40px !important; }

.padding-y-40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important; }

.padding-x-40 {
  padding-left: 40px !important;
  padding-right: 40px !important; }

.margin-top-40 {
  margin-top: 40px !important; }

.margin-right-40 {
  margin-right: 40px !important; }

.margin-bottom-40 {
  margin-bottom: 40px !important; }

.margin-left-40 {
  margin-left: 40px !important; }

.margin-y-40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important; }

.margin-x-40 {
  margin-left: 40px !important;
  margin-right: 40px !important; }

.padding-top-45 {
  padding-top: 45px !important; }

.padding-right-45 {
  padding-right: 45px !important; }

.padding-bottom-45 {
  padding-bottom: 45px !important; }

.padding-left-45 {
  padding-left: 45px !important; }

.padding-y-45 {
  padding-top: 45px !important;
  padding-bottom: 45px !important; }

.padding-x-45 {
  padding-left: 45px !important;
  padding-right: 45px !important; }

.margin-top-45 {
  margin-top: 45px !important; }

.margin-right-45 {
  margin-right: 45px !important; }

.margin-bottom-45 {
  margin-bottom: 45px !important; }

.margin-left-45 {
  margin-left: 45px !important; }

.margin-y-45 {
  margin-top: 45px !important;
  margin-bottom: 45px !important; }

.margin-x-45 {
  margin-left: 45px !important;
  margin-right: 45px !important; }

.padding-top-50 {
  padding-top: 50px !important; }

.padding-right-50 {
  padding-right: 50px !important; }

.padding-bottom-50 {
  padding-bottom: 50px !important; }

.padding-left-50 {
  padding-left: 50px !important; }

.padding-y-50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important; }

.padding-x-50 {
  padding-left: 50px !important;
  padding-right: 50px !important; }

.margin-top-50 {
  margin-top: 50px !important; }

.margin-right-50 {
  margin-right: 50px !important; }

.margin-bottom-50 {
  margin-bottom: 50px !important; }

.margin-left-50 {
  margin-left: 50px !important; }

.margin-y-50 {
  margin-top: 50px !important;
  margin-bottom: 50px !important; }

.margin-x-50 {
  margin-left: 50px !important;
  margin-right: 50px !important; }

.padding-top-60 {
  padding-top: 60px !important; }

.padding-right-60 {
  padding-right: 60px !important; }

.padding-bottom-60 {
  padding-bottom: 60px !important; }

.padding-left-60 {
  padding-left: 60px !important; }

.padding-y-60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important; }

.padding-x-60 {
  padding-left: 60px !important;
  padding-right: 60px !important; }

.margin-top-60 {
  margin-top: 60px !important; }

.margin-right-60 {
  margin-right: 60px !important; }

.margin-bottom-60 {
  margin-bottom: 60px !important; }

.margin-left-60 {
  margin-left: 60px !important; }

.margin-y-60 {
  margin-top: 60px !important;
  margin-bottom: 60px !important; }

.margin-x-60 {
  margin-left: 60px !important;
  margin-right: 60px !important; }

.padding-top-70 {
  padding-top: 70px !important; }

.padding-right-70 {
  padding-right: 70px !important; }

.padding-bottom-70 {
  padding-bottom: 70px !important; }

.padding-left-70 {
  padding-left: 70px !important; }

.padding-y-70 {
  padding-top: 70px !important;
  padding-bottom: 70px !important; }

.padding-x-70 {
  padding-left: 70px !important;
  padding-right: 70px !important; }

.margin-top-70 {
  margin-top: 70px !important; }

.margin-right-70 {
  margin-right: 70px !important; }

.margin-bottom-70 {
  margin-bottom: 70px !important; }

.margin-left-70 {
  margin-left: 70px !important; }

.margin-y-70 {
  margin-top: 70px !important;
  margin-bottom: 70px !important; }

.margin-x-70 {
  margin-left: 70px !important;
  margin-right: 70px !important; }

.padding-top-80 {
  padding-top: 80px !important; }

.padding-right-80 {
  padding-right: 80px !important; }

.padding-bottom-80 {
  padding-bottom: 80px !important; }

.padding-left-80 {
  padding-left: 80px !important; }

.padding-y-80 {
  padding-top: 80px !important;
  padding-bottom: 80px !important; }

.padding-x-80 {
  padding-left: 80px !important;
  padding-right: 80px !important; }

.margin-top-80 {
  margin-top: 80px !important; }

.margin-right-80 {
  margin-right: 80px !important; }

.margin-bottom-80 {
  margin-bottom: 80px !important; }

.margin-left-80 {
  margin-left: 80px !important; }

.margin-y-80 {
  margin-top: 80px !important;
  margin-bottom: 80px !important; }

.margin-x-80 {
  margin-left: 80px !important;
  margin-right: 80px !important; }

.padding-top-19 {
  padding-top: 19px !important; }

.padding-right-19 {
  padding-right: 19px !important; }

.padding-bottom-19 {
  padding-bottom: 19px !important; }

.padding-left-19 {
  padding-left: 19px !important; }

.padding-y-19 {
  padding-top: 19px !important;
  padding-bottom: 19px !important; }

.padding-x-19 {
  padding-left: 19px !important;
  padding-right: 19px !important; }

.margin-top-19 {
  margin-top: 19px !important; }

.margin-right-19 {
  margin-right: 19px !important; }

.margin-bottom-19 {
  margin-bottom: 19px !important; }

.margin-left-19 {
  margin-left: 19px !important; }

.margin-y-19 {
  margin-top: 19px !important;
  margin-bottom: 19px !important; }

.margin-x-19 {
  margin-left: 19px !important;
  margin-right: 19px !important; }

.padding-top-100 {
  padding-top: 100px !important; }

.padding-right-100 {
  padding-right: 100px !important; }

.padding-bottom-100 {
  padding-bottom: 100px !important; }

.padding-left-100 {
  padding-left: 100px !important; }

.padding-y-100 {
  padding-top: 100px !important;
  padding-bottom: 100px !important; }

.padding-x-100 {
  padding-left: 100px !important;
  padding-right: 100px !important; }

.margin-top-100 {
  margin-top: 100px !important; }

.margin-right-100 {
  margin-right: 100px !important; }

.margin-bottom-100 {
  margin-bottom: 100px !important; }

.margin-left-100 {
  margin-left: 100px !important; }

.margin-y-100 {
  margin-top: 100px !important;
  margin-bottom: 100px !important; }

.margin-x-100 {
  margin-left: 100px !important;
  margin-right: 100px !important; }

.__auto-paste-memberNo {
  text-transform: uppercase;
  font-weight: 500; }

.calendar-table > thead > tr > th {
  font-size: 18px !important;
  min-width: 100% / 7;
  font-weight: 600; }

.calendar-table > tbody > tr > td:hover {
  background-color: #f0f0f0;
  transition: 0.5s; }

.calendar-cell {
  position: relative;
  width: 100%;
  height: 100%;
  cursor: default; }
  .calendar-cell > .holiday-remarks {
    font-size: 13px;
    width: 100%;
    padding: 3px 5px;
    text-align: center;
    position: absolute;
    line-height: 13px;
    font-weight: 500; }
  .calendar-cell > .calendar-day-nep {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -40px;
    width: 80px;
    height: 40px;
    font-size: 40px;
    line-height: 40px;
    text-align: center;
    vertical-align: bottom;
    padding: 0px;
    cursor: default; }
  .calendar-cell > .calendar-day-eng {
    position: absolute;
    bottom: 5px;
    right: 10px;
    margin-top: -20px;
    margin-left: -40px;
    width: 40px;
    height: 20px;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    vertical-align: bottom;
    padding: 0px;
    color: #999;
    cursor: default; }
  .calendar-cell > .calendar-day-tithee {
    position: absolute;
    bottom: 5px;
    left: 10px;
    margin-top: -20px;
    margin-left: 0px;
    height: 20px;
    font-size: 14px;
    line-height: 15px;
    text-align: center;
    vertical-align: bottom;
    padding: 0px;
    color: #999;
    cursor: default; }
  .calendar-cell.is-holiday {
    color: #f4543c; }
    .calendar-cell.is-holiday > .calendar-day-eng,
    .calendar-cell.is-holiday > .calendar-day-tithee {
      color: #f4543c; }
  .calendar-cell.is-today {
    background-color: #3c8dbc; }
    .calendar-cell.is-today > .calendar-day-nep,
    .calendar-cell.is-today > .calendar-day-eng,
    .calendar-cell.is-today > .calendar-day-tithee {
      color: #fff; }
  .calendar-cell.is-disable {
    background-color: #fff;
    cursor: not-allowed; }
    .calendar-cell.is-disable > .calendar-day-nep,
    .calendar-cell.is-disable > .calendar-day-eng,
    .calendar-cell.is-disable > .calendar-day-tithee {
      color: #999;
      user-select: none !important;
      cursor: not-allowed; }

.is-disable.is-holiday > .calendar-day-nep,
.is-disable.is-holiday > .calendar-day-eng,
.is-disable.is-holiday > .calendar-day-tithee,
.is-holiday.is-disable > .calendar-day-nep,
.is-holiday.is-disable > .calendar-day-eng,
.is-holiday.is-disable > .calendar-day-tithee {
  color: #b36b00; }

.is-today.is-holiday,
.is-holiday.is-today {
  background-color: #f4543c; }
  .is-today.is-holiday > .holiday-remarks,
  .is-today.is-holiday > .calendar-day-nep,
  .is-today.is-holiday > .calendar-day-eng,
  .is-today.is-holiday > .calendar-day-tithee,
  .is-holiday.is-today > .holiday-remarks,
  .is-holiday.is-today > .calendar-day-nep,
  .is-holiday.is-today > .calendar-day-eng,
  .is-holiday.is-today > .calendar-day-tithee {
    color: #fff; }

div#ndp-nepali-box {
  padding: 0px 0 0px 0 !important;
  box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.6) !important;
  border: 1px solid #9b9b9b !important;
  font-family: 'OpenSans', sans-serif;
  width: 230px !important;
  border-radius: 4px !important;
  background-color: #fff; }

.ndp-header {
  margin: 0px !important;
  background-color: #fff;
  border-radius: 4px 4px 0 0 !important;
  height: 30px;
  border-top: none !important;
  border-right: none !important;
  border-left: none !important;
  border-bottom: 1px solid #ddd !important;
  position: relative; }

.ndp-prev {
  left: 0px !important;
  border-radius: 4px 0 0 0 !important; }

.ndp-next {
  right: 0px !important;
  border-radius: 0 4px 0 0 !important; }

.ndp-next, .ndp-prev {
  top: 0px !important;
  height: 100%;
  vertical-align: middle;
  display: block;
  padding: 6px 10px;
  width: 30px !important;
  background-color: #fff;
  color: #555 !important; }

#ndp-year-select, #ndp-month-select {
  cursor: pointer;
  outline: none;
  margin: 0 1px;
  border: 1px solid #ddd;
  padding: 0px 6px !important;
  border-radius: 4px !important;
  background-color: #fff;
  color: #555 !important;
  font-size: 13px !important;
  height: 26px !important; }
  #ndp-year-select:focus, #ndp-month-select:focus {
    border: 1px solid #3c8dbc; }

#ndp-table-div {
  background-color: #fff;
  width: 100% !important;
  border-radius: 0 0 4px 4px !important; }
  #ndp-table-div > table {
    width: 100% !important;
    border-collapse: collapse !important;
    border-radius: 0 0 4px 4px !important; }
    #ndp-table-div > table > thead > tr > th {
      background-color: #f2f2f2;
      border: 1px solid #ddd !important;
      width: 14.2857% !important;
      padding-top: 2px !important;
      padding-bottom: 2px !important; }
      #ndp-table-div > table > thead > tr > th:last-child {
        color: #f4543c !important; }
    #ndp-table-div > table > tbody {
      border-radius: 0 0 4px 4px !important; }
      #ndp-table-div > table > tbody > tr > td {
        padding: 0px !important; }
        #ndp-table-div > table > tbody > tr > td:not(:nth-child(7)).ndp-date {
          background-color: #fff; }
          #ndp-table-div > table > tbody > tr > td:not(:nth-child(7)).ndp-date:hover {
            background-color: rgba(60, 141, 188, 0.2); }
        #ndp-table-div > table > tbody > tr > td:not(:nth-child(7)).ndp-selected {
          background-color: rgba(60, 141, 188, 0.6);
          color: #fff !important; }
          #ndp-table-div > table > tbody > tr > td:not(:nth-child(7)).ndp-selected > a {
            color: #fff !important;
            font-weight: 400;
            font-style: italic; }
        #ndp-table-div > table > tbody > tr > td:not(:nth-child(7)).ndp-current {
          background-color: rgba(0, 166, 90, 0.8);
          color: #fff !important; }
          #ndp-table-div > table > tbody > tr > td:not(:nth-child(7)).ndp-current > a {
            color: #fff !important;
            font-weight: 600; }
        #ndp-table-div > table > tbody > tr > td:not(:nth-child(7)).ndp-date, #ndp-table-div > table > tbody > tr > td:not(:nth-child(7)).ndp-selected, #ndp-table-div > table > tbody > tr > td:not(:nth-child(7)).ndp-current {
          border: 1px solid #ddd !important;
          text-align: center;
          padding: 0px !important; }
          #ndp-table-div > table > tbody > tr > td:not(:nth-child(7)).ndp-date > a, #ndp-table-div > table > tbody > tr > td:not(:nth-child(7)).ndp-selected > a, #ndp-table-div > table > tbody > tr > td:not(:nth-child(7)).ndp-current > a {
            width: 100%;
            text-align: center;
            padding: 5px 2px;
            display: block; }
        #ndp-table-div > table > tbody > tr > td:nth-child(7) > a {
          color: #f4543c; }
        #ndp-table-div > table > tbody > tr > td:nth-child(7).ndp-date {
          background-color: rgba(244, 84, 60, 0.15); }
          #ndp-table-div > table > tbody > tr > td:nth-child(7).ndp-date:hover {
            background-color: rgba(244, 84, 60, 0.3); }
            #ndp-table-div > table > tbody > tr > td:nth-child(7).ndp-date:hover > a {
              color: #f4543c; }
        #ndp-table-div > table > tbody > tr > td:nth-child(7).ndp-selected {
          background-color: rgba(244, 84, 60, 0.6);
          color: #fff !important; }
          #ndp-table-div > table > tbody > tr > td:nth-child(7).ndp-selected > a {
            color: #fff !important;
            font-weight: 400;
            font-style: italic; }
        #ndp-table-div > table > tbody > tr > td:nth-child(7).ndp-current {
          background-color: #f4543c;
          color: #fff !important; }
          #ndp-table-div > table > tbody > tr > td:nth-child(7).ndp-current > a {
            color: #fff !important;
            font-weight: 600; }
        #ndp-table-div > table > tbody > tr > td:nth-child(7).ndp-date, #ndp-table-div > table > tbody > tr > td:nth-child(7).ndp-selected, #ndp-table-div > table > tbody > tr > td:nth-child(7).ndp-current {
          border: 1px solid #ddd !important;
          text-align: center;
          padding: 0px !important; }
          #ndp-table-div > table > tbody > tr > td:nth-child(7).ndp-date > a, #ndp-table-div > table > tbody > tr > td:nth-child(7).ndp-selected > a, #ndp-table-div > table > tbody > tr > td:nth-child(7).ndp-current > a {
            width: 100%;
            text-align: center;
            padding: 5px 2px;
            display: block; }
      #ndp-table-div > table > tbody > tr:last-child {
        border-radius: 0 0 4px 4px !important; }
        #ndp-table-div > table > tbody > tr:last-child > td:first-child {
          border-radius: 0 0 0 4px !important; }
        #ndp-table-div > table > tbody > tr:last-child > td:last-child {
          border-radius: 0 0 4px 0 !important; }

.ndc-chevron::before {
  border-style: solid;
  border-width: 0.25em 0.25em 0 0;
  content: "";
  display: inline-block;
  height: 0.3em;
  left: 0.15em;
  position: relative;
  top: 5px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  vertical-align: top;
  width: 0.3em;
  border-color: #555;
  box-sizing: initial; }

.ndp-next:hover > .ndc-chevron::before, .ndp-prev:hover > .ndc-chevron::before {
  border-color: #fff; }

#msg-right-top {
  position: fixed;
  margin: 0;
  right: 0px;
  z-index: 100000;
  font-weight: bolder;
  min-width: 0px;
  bottom: 20px;
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 70%;
  padding: 0 20px 0 0px;
  margin-left: 20px;
  /*&::-webkit-scrollbar {
        width: 0px;
        height: 0px;
    }*/ }

.alert-message-box {
  display: block;
  min-width: 300px;
  max-width: 100%;
  background-color: #3c8dbc;
  border-radius: 6px;
  box-shadow: 0px 3px 8px rgba(42, 99, 132, 0.3), 0px 0px 6px rgba(48, 113, 150, 0.3);
  margin-top: 0px; }
  .alert-message-box.msg-box-trasition-delay-4 {
    animation: msg-animation .6s; }
  .alert-message-box.msg-box-trasition-delay-3 {
    animation: msg-animation .75s; }
  .alert-message-box.msg-box-trasition-delay-2 {
    animation: msg-animation .85s; }
  .alert-message-box.msg-box-trasition-delay-1 {
    animation: msg-animation 1s; }
  .alert-message-box:not(:last-child) {
    margin-bottom: 15px; }
  .alert-message-box > .alert-message-header {
    display: block;
    width: 100%;
    padding: 5px 10px;
    border-bottom: 1px solid #63a4c9;
    border-radius: 6px 6px 0 0;
    position: relative; }
    .alert-message-box > .alert-message-header > .alert-message-title {
      font-size: 13px;
      font-weight: 500;
      color: #fff; }
    .alert-message-box > .alert-message-header > .alert-message-close {
      float: right;
      display: inline-block;
      color: #77afd0;
      cursor: pointer;
      position: absolute;
      right: 15px;
      top: 6px; }
      .alert-message-box > .alert-message-header > .alert-message-close:hover {
        color: #b1d1e4; }
  .alert-message-box > .alert-message-body {
    width: 100%;
    display: block;
    border-radius: 0 0 6px 6px;
    background-color: #5098c3;
    padding: 10px;
    color: #fff;
    font-weight: normal;
    max-height: 500px;
    overflow-y: auto; }
    .alert-message-box > .alert-message-body > .message-box-msg-splitor {
      border-top: 1px solid rgba(255, 255, 255, 0.2);
      border-bottom: none !important;
      margin: 2px; }
  .alert-message-box.success {
    background-color: #00a65a;
    box-shadow: 0px 3px 8px rgba(0, 116, 63, 0.3), 0px 0px 6px rgba(0, 133, 72, 0.3); }
    .alert-message-box.success > .alert-message-header {
      border-bottom: 1px solid #33b87b; }
      .alert-message-box.success > .alert-message-header > .alert-message-close {
        color: #4dc18c; }
        .alert-message-box.success > .alert-message-header > .alert-message-close:hover {
          color: #99dbbd; }
    .alert-message-box.success > .alert-message-body {
      background-color: #1aaf6b; }
  .alert-message-box.info {
    background-color: #00c0ef;
    box-shadow: 0px 3px 8px rgba(0, 134, 167, 0.3), 0px 0px 6px rgba(0, 154, 191, 0.3); }
    .alert-message-box.info > .alert-message-header {
      border-bottom: 1px solid #33cdf2; }
      .alert-message-box.info > .alert-message-header > .alert-message-close {
        color: #4dd3f4; }
        .alert-message-box.info > .alert-message-header > .alert-message-close:hover {
          color: #99e6f9; }
    .alert-message-box.info > .alert-message-body {
      background-color: #33cdf2; }
  .alert-message-box.warning {
    background-color: #e08e0b;
    box-shadow: 0px 3px 8px rgba(157, 99, 8, 0.3), 0px 0px 6px rgba(179, 114, 9, 0.3); }
    .alert-message-box.warning > .alert-message-header {
      border-bottom: 1px solid #e6a53c; }
      .alert-message-box.warning > .alert-message-header > .alert-message-close {
        color: #e9b054; }
        .alert-message-box.warning > .alert-message-header > .alert-message-close:hover {
          color: #f3d29d; }
    .alert-message-box.warning > .alert-message-body {
      background-color: #e59f30; }
  .alert-message-box.danger {
    background-color: #f4543c;
    box-shadow: 0px 3px 8px rgba(171, 59, 42, 0.3), 0px 0px 6px rgba(195, 67, 48, 0.3); }
    .alert-message-box.danger > .alert-message-header {
      border-bottom: 1px solid #f67663; }
      .alert-message-box.danger > .alert-message-header > .alert-message-close {
        color: #f78777; }
        .alert-message-box.danger > .alert-message-header > .alert-message-close:hover {
          color: #fbbbb1; }
    .alert-message-box.danger > .alert-message-body {
      background-color: #f56550; }
  .alert-message-box.dark {
    background-color: #464a58;
    box-shadow: 0px 3px 8px rgba(49, 52, 62, 0.3), 0px 0px 6px rgba(56, 59, 70, 0.3); }
    .alert-message-box.dark > .alert-message-header {
      border-bottom: 1px solid #6b6e79; }
      .alert-message-box.dark > .alert-message-header > .alert-message-close {
        color: #7e808a; }
        .alert-message-box.dark > .alert-message-header > .alert-message-close:hover {
          color: #b5b7bc; }
    .alert-message-box.dark > .alert-message-body {
      background-color: #595c69; }

.has-blur-msg-bg {
  background-color: rgba(60, 141, 188, 0.8);
  backdrop-filter: blur(5px); }
  .has-blur-msg-bg > .alert-message-header {
    border-bottom-color: rgba(60, 141, 188, 0.9); }
  .has-blur-msg-bg > .alert-message-body {
    background-color: transparent; }

.has-blur-msg-bg.info,
.info.has-blur-msg-bg {
  background-color: rgba(0, 192, 239, 0.7);
  backdrop-filter: blur(5px); }
  .has-blur-msg-bg.info > .alert-message-header,
  .info.has-blur-msg-bg > .alert-message-header {
    border-bottom-color: rgba(0, 192, 239, 0.6); }
  .has-blur-msg-bg.info > .alert-message-body,
  .info.has-blur-msg-bg > .alert-message-body {
    background-color: transparent; }

.has-blur-msg-bg.success,
.success.has-blur-msg-bg {
  background-color: rgba(0, 166, 90, 0.8);
  backdrop-filter: blur(5px); }
  .has-blur-msg-bg.success > .alert-message-header,
  .success.has-blur-msg-bg > .alert-message-header {
    border-bottom-color: rgba(0, 166, 90, 0.6); }
  .has-blur-msg-bg.success > .alert-message-body,
  .success.has-blur-msg-bg > .alert-message-body {
    background-color: transparent; }

.has-blur-msg-bg.warning,
.warning.has-blur-msg-bg {
  background-color: rgba(224, 142, 11, 0.8);
  backdrop-filter: blur(5px); }
  .has-blur-msg-bg.warning > .alert-message-header,
  .warning.has-blur-msg-bg > .alert-message-header {
    border-bottom-color: rgba(224, 142, 11, 0.6); }
  .has-blur-msg-bg.warning > .alert-message-body,
  .warning.has-blur-msg-bg > .alert-message-body {
    background-color: transparent; }

.has-blur-msg-bg.danger,
.danger.has-blur-msg-bg {
  background-color: rgba(244, 84, 60, 0.8);
  backdrop-filter: blur(5px); }
  .has-blur-msg-bg.danger > .alert-message-header,
  .danger.has-blur-msg-bg > .alert-message-header {
    border-bottom-color: rgba(244, 84, 60, 0.6); }
  .has-blur-msg-bg.danger > .alert-message-body,
  .danger.has-blur-msg-bg > .alert-message-body {
    background-color: transparent; }

.has-blur-msg-bg.dark,
.dark.has-blur-msg-bg {
  background-color: rgba(70, 74, 88, 0.8);
  backdrop-filter: blur(5px); }
  .has-blur-msg-bg.dark > .alert-message-header,
  .dark.has-blur-msg-bg > .alert-message-header {
    border-bottom-color: rgba(70, 74, 88, 0.9); }
  .has-blur-msg-bg.dark > .alert-message-body,
  .dark.has-blur-msg-bg > .alert-message-body {
    background-color: transparent; }

.toast-type-msg {
  border-radius: 10px;
  animation: toast-animation .5s;
  min-width: 300px; }
  .toast-type-msg > .alert-message-header {
    padding: 10px 20px 10px 20px;
    border-bottom: none !important;
    border-radius: 10px; }

.toast-msg-closer {
  visibility: hidden; }

@keyframes toast-animation {
  from {
    position: fixed;
    bottom: -60px;
    height: 0px;
    display: none;
    opacity: .2; }
  to {
    position: relative;
    bottom: 0px;
    height: 42px;
    display: block;
    opacity: 1; } }

@keyframes msg-animation {
  0% {
    display: none;
    opacity: .2;
    margin-left: 100%; }
  100% {
    display: block;
    opacity: 1;
    margin-left: 0px; } }

@keyframes msg-animation {
  0% {
    display: none;
    opacity: .2;
    margin-left: 100%; }
  100% {
    display: block;
    opacity: 1;
    margin-left: 0px; } }

@keyframes msg-animation {
  0% {
    display: none;
    opacity: .2;
    margin-left: 100%; }
  100% {
    display: block;
    opacity: 1;
    margin-left: 0px; } }

@keyframes msg-animation {
  0% {
    display: none;
    opacity: .2;
    margin-left: 100%; }
  100% {
    display: block;
    opacity: 1;
    margin-left: 0px; } }

.message-txn-search-key {
  font-size: 12px;
  font-weight: 500;
  display: inline-block;
  margin-left: 50px;
  color: #eee;
  padding-right: 5px; }

@media print {
  body {
    background-color: #fff;
    color: #000;
    font-size: 95%; }
  .print-report-sub-title {
    color: #000; }
  .horizental-route {
    display: none;
    visibility: hidden; }
  .vertical-route {
    display: none;
    visibility: hidden; }
  .table-treeview-route-box {
    display: none;
    visibility: hidden; }
  .hide-on-print {
    display: none;
    visibility: hidden; }
  .table-treeview-route-box {
    width: 10px !important; }
  .td-compact-on-print {
    white-space: nowrap !important; }
  .w-5px.remove-width-on-print, .w-5px-important.remove-width-on-print {
    width: auto !important; }
  .w-10px.remove-width-on-print, .w-10px-important.remove-width-on-print {
    width: auto !important; }
  .w-15px.remove-width-on-print, .w-15px-important.remove-width-on-print {
    width: auto !important; }
  .w-20px.remove-width-on-print, .w-20px-important.remove-width-on-print {
    width: auto !important; }
  .w-25px.remove-width-on-print, .w-25px-important.remove-width-on-print {
    width: auto !important; }
  .w-30px.remove-width-on-print, .w-30px-important.remove-width-on-print {
    width: auto !important; }
  .w-35px.remove-width-on-print, .w-35px-important.remove-width-on-print {
    width: auto !important; }
  .w-40px.remove-width-on-print, .w-40px-important.remove-width-on-print {
    width: auto !important; }
  .w-45px.remove-width-on-print, .w-45px-important.remove-width-on-print {
    width: auto !important; }
  .w-50px.remove-width-on-print, .w-50px-important.remove-width-on-print {
    width: auto !important; }
  .w-55px.remove-width-on-print, .w-55px-important.remove-width-on-print {
    width: auto !important; }
  .w-60px.remove-width-on-print, .w-60px-important.remove-width-on-print {
    width: auto !important; }
  .w-65px.remove-width-on-print, .w-65px-important.remove-width-on-print {
    width: auto !important; }
  .w-70px.remove-width-on-print, .w-70px-important.remove-width-on-print {
    width: auto !important; }
  .w-75px.remove-width-on-print, .w-75px-important.remove-width-on-print {
    width: auto !important; }
  .w-80px.remove-width-on-print, .w-80px-important.remove-width-on-print {
    width: auto !important; }
  .w-85px.remove-width-on-print, .w-85px-important.remove-width-on-print {
    width: auto !important; }
  .w-90px.remove-width-on-print, .w-90px-important.remove-width-on-print {
    width: auto !important; }
  .w-95px.remove-width-on-print, .w-95px-important.remove-width-on-print {
    width: auto !important; }
  .w-100px.remove-width-on-print, .w-100px-important.remove-width-on-print {
    width: auto !important; }
  .w-105px.remove-width-on-print, .w-105px-important.remove-width-on-print {
    width: auto !important; }
  .w-110px.remove-width-on-print, .w-110px-important.remove-width-on-print {
    width: auto !important; }
  .w-115px.remove-width-on-print, .w-115px-important.remove-width-on-print {
    width: auto !important; }
  .w-120px.remove-width-on-print, .w-120px-important.remove-width-on-print {
    width: auto !important; }
  .w-125px.remove-width-on-print, .w-125px-important.remove-width-on-print {
    width: auto !important; }
  .w-130px.remove-width-on-print, .w-130px-important.remove-width-on-print {
    width: auto !important; }
  .w-135px.remove-width-on-print, .w-135px-important.remove-width-on-print {
    width: auto !important; }
  .w-140px.remove-width-on-print, .w-140px-important.remove-width-on-print {
    width: auto !important; }
  .w-145px.remove-width-on-print, .w-145px-important.remove-width-on-print {
    width: auto !important; }
  .w-150px.remove-width-on-print, .w-150px-important.remove-width-on-print {
    width: auto !important; }
  .w-155px.remove-width-on-print, .w-155px-important.remove-width-on-print {
    width: auto !important; }
  .w-160px.remove-width-on-print, .w-160px-important.remove-width-on-print {
    width: auto !important; }
  .w-165px.remove-width-on-print, .w-165px-important.remove-width-on-print {
    width: auto !important; }
  .w-170px.remove-width-on-print, .w-170px-important.remove-width-on-print {
    width: auto !important; }
  .w-175px.remove-width-on-print, .w-175px-important.remove-width-on-print {
    width: auto !important; }
  .w-180px.remove-width-on-print, .w-180px-important.remove-width-on-print {
    width: auto !important; }
  .w-185px.remove-width-on-print, .w-185px-important.remove-width-on-print {
    width: auto !important; }
  .w-190px.remove-width-on-print, .w-190px-important.remove-width-on-print {
    width: auto !important; }
  .w-195px.remove-width-on-print, .w-195px-important.remove-width-on-print {
    width: auto !important; }
  .w-200px.remove-width-on-print, .w-200px-important.remove-width-on-print {
    width: auto !important; }
  .w-225px.remove-width-on-print, .w-225px-important.remove-width-on-print {
    width: auto !important; }
  .w-250px.remove-width-on-print, .w-250px-important.remove-width-on-print {
    width: auto !important; }
  .w-275px.remove-width-on-print, .w-275px-important.remove-width-on-print {
    width: auto !important; }
  .w-300px.remove-width-on-print, .w-300px-important.remove-width-on-print {
    width: auto !important; }
  .w-325px.remove-width-on-print, .w-325px-important.remove-width-on-print {
    width: auto !important; }
  .w-350px.remove-width-on-print, .w-350px-important.remove-width-on-print {
    width: auto !important; }
  .w-375px.remove-width-on-print, .w-375px-important.remove-width-on-print {
    width: auto !important; }
  .w-400px.remove-width-on-print, .w-400px-important.remove-width-on-print {
    width: auto !important; }
  .w-450px.remove-width-on-print, .w-450px-important.remove-width-on-print {
    width: auto !important; }
  .w-500px.remove-width-on-print, .w-500px-important.remove-width-on-print {
    width: auto !important; }
  .w-550px.remove-width-on-print, .w-550px-important.remove-width-on-print {
    width: auto !important; }
  .w-600px.remove-width-on-print, .w-600px-important.remove-width-on-print {
    width: auto !important; }
  .w-650px.remove-width-on-print, .w-650px-important.remove-width-on-print {
    width: auto !important; }
  .w-700px.remove-width-on-print, .w-700px-important.remove-width-on-print {
    width: auto !important; }
  .w-750px.remove-width-on-print, .w-750px-important.remove-width-on-print {
    width: auto !important; }
  .w-800px.remove-width-on-print, .w-800px-important.remove-width-on-print {
    width: auto !important; }
  .w-850px.remove-width-on-print, .w-850px-important.remove-width-on-print {
    width: auto !important; }
  .w-900px.remove-width-on-print, .w-900px-important.remove-width-on-print {
    width: auto !important; }
  .w-950px.remove-width-on-print, .w-950px-important.remove-width-on-print {
    width: auto !important; }
  .w-1000px.remove-width-on-print, .w-1000px-important.remove-width-on-print {
    width: auto !important; }
  .td-border-bottom-on-print {
    border-bottom: 1px solid #555 !important; }
  .td-border-top-on-print {
    border-top: 1px solid #555 !important; }
  table, .table,
  .table.table-sm > tbody > tr > td,
  .table.table-sm > tfoot > tr > td,
  .table.table-sm > tfoot > tr > th,
  .table.table-sm > tr > td,
  .table.table-condensed > tbody > tr > td,
  .table.table-condensed > tfoot > tr > td,
  .table.table-condensed > tfoot > tr > th,
  .table.table-condensed > tr > td,
  .table > thead > tr > th,
  .table > tr > th,
  .table > tbody > tr > td {
    color: #000 !important; }
    table:not([class*="border-right-*"]), .table:not([class*="border-right-*"]),
    .table.table-sm > tbody > tr > td:not([class*="border-right-*"]),
    .table.table-sm > tfoot > tr > td:not([class*="border-right-*"]),
    .table.table-sm > tfoot > tr > th:not([class*="border-right-*"]),
    .table.table-sm > tr > td:not([class*="border-right-*"]),
    .table.table-condensed > tbody > tr > td:not([class*="border-right-*"]),
    .table.table-condensed > tfoot > tr > td:not([class*="border-right-*"]),
    .table.table-condensed > tfoot > tr > th:not([class*="border-right-*"]),
    .table.table-condensed > tr > td:not([class*="border-right-*"]),
    .table > thead > tr > th:not([class*="border-right-*"]),
    .table > tr > th:not([class*="border-right-*"]),
    .table > tbody > tr > td:not([class*="border-right-*"]) {
      border: 1px solid #555 !important; }
  table,
  table.dataTable {
    border-collapse: collapse !important; }
  a {
    text-decoration: none !important;
    color: #000 !important; }
  .text-danger:not(.keep-text-color-on-print),
  .text-primary:not(.keep-text-color-on-print),
  .text-secondary:not(.keep-text-color-on-print),
  .text-success:not(.keep-text-color-on-print),
  .text-warning:not(.keep-text-color-on-print),
  .text-info:not(.keep-text-color-on-print) {
    color: #000 !important; }
  small {
    color: #000 !important; }
  /*table .table-sticky {
        border-collapse: collapse !important;
        border: 1px solid solid solid solid $table-bdr-print-color !important;

        & > thead {
            position: relative !important;
        }

        & > thead > tr > th,
        & > tr > th {
            border: 1px solid $table-bdr-print-color !important;
        }
    }*/
  .table-sticky {
    border-collapse: collapse !important;
    border-spacing: 0px;
    border: 1px solid #555 !important;
    background-color: transparent !important; }
    .table-sticky > thead {
      position: static !important;
      z-index: 1;
      border-collapse: collapse !important; }
      .table-sticky > thead.has-bg {
        background-color: transparent !important; }
    .table-sticky > thead > tr > th,
    .table-sticky > tr > th,
    .table-sticky > tbody > tr > td,
    .table-sticky > tr > td {
      border-collapse: collapse !important;
      border: 1px solid #555 !important; }
      .table-sticky > thead > tr > th:last-child,
      .table-sticky > tr > th:last-child,
      .table-sticky > tbody > tr > td:last-child,
      .table-sticky > tr > td:last-child {
        border-right: 1px solid #555 !important; }
  .print-remove-mt {
    margin-top: 0px !important; }
  .print-remove-mr {
    margin-right: 0px !important; }
  .print-remove-mb {
    margin-bottom: 0px !important; }
  .print-remove-ml {
    margin-left: 0px !important; }
  .print-remove-margin {
    margin: 0px !important; }
  .print-remove-pt {
    padding-top: 0px !important; }
  .print-remove-pr {
    padding-right: 0px !important; }
  .print-remove-pb {
    padding-bottom: 0px !important; }
  .print-remove-pl {
    padding-left: 0px !important; }
  .print-remove-padding {
    padding: 0px !important; }
  .table-outer-borderless > thead > tr > th {
    border-top: 0px hidden transparent !important; }
    .table-outer-borderless > thead > tr > th:first-child {
      border-left: 0px hidden transparent !important; }
    .table-outer-borderless > thead > tr > th:last-child {
      border-right: 0px hidden transparent !important; }
  .table-outer-borderless > tbody > tr > td {
    border-top: 0px hidden transparent !important; }
    .table-outer-borderless > tbody > tr > td:first-child {
      border-left: 0px hidden transparent !important; }
    .table-outer-borderless > tbody > tr > td:last-child {
      border-right: 0px hidden transparent !important; }
  .table-outer-borderless > tbody > tr:last-child > td {
    border-bottom: 0px hidden transparent !important; }
  table + table {
    border-collapse: collapse !important; }
  /*h4, h5 {
        font-size: $print-font-size;
    }*/
  .table-borderless.print-hide-all-borders,
  .table-borderless {
    border: 0px hidden transparent !important; }
    .table-borderless.print-hide-all-borders > thead > tr > th,
    .table-borderless.print-hide-all-borders > tr > th,
    .table-borderless.print-hide-all-borders > tbody > tr > td,
    .table-borderless.print-hide-all-borders > tr > td,
    .table-borderless.print-hide-all-borders > tfoot > tr > td,
    .table-borderless > thead > tr > th,
    .table-borderless > tr > th,
    .table-borderless > tbody > tr > td,
    .table-borderless > tr > td,
    .table-borderless > tfoot > tr > td {
      border: 0px hidden transparent !important; }
  .print-mb-0 {
    margin-bottom: 0px !important; }
  .print-m-0 {
    margin: 0px !important; }
  .print-p-0 {
    padding: 0px !important; }
  .bill-container {
    margin: 0px !important; }
  .bill-container {
    margin-bottom: 0px !important;
    padding: 20px 10px 10px 20px; }
    .bill-container > .bill-divider {
      display: block; }
    .bill-container.bill-horizontal > .finastra-bill {
      width: 50%;
      max-width: 50%;
      display: inline-block; }
      .bill-container.bill-horizontal > .finastra-bill:first-child {
        padding-right: 15px; }
      .bill-container.bill-horizontal > .finastra-bill:last-child {
        padding-right: 15px; }
    .bill-container.bill-horizontal > .bill-divider {
      display: none; }
  /*div {*/
  /*  page-break-after: avoid;*/
  /*  page-break-inside: avoid;*/
  /*  page-break-before: avoid; }*/
  .print-report-title {
    font-size: 12px; }
  .print-report-sub-title {
    font-size: 95%; }
  .sorting::after, .sorting::before {
    color: transparent !important; }
  /*table.table-bordered {
        border: 1px solid $table-bdr-print-color;
    }*/
  table.dataTable > tbody > tr > td,
  table.dataTable > tr > td,
  table.dataTable > tfoot > tr > ttd {
    border-collapse: collapse !important;
    border-width: 1px; }
  table.dataTable.table-bordered {
    border: 1px solid #555 !important; }
  .dataTables_filter {
    display: none !important; }
  .clientheader {
    display: block !important; }
  a.btn {
    border: none !important;
    box-shadow: none !important;
    padding: 0px !important; }
  .wall {
    box-shadow: none !important;
    border-color: #555 !important; }
  [class*="pt-"].ppt-0 {
    padding-top: 0px !important; }
  [class*="pr-"].ppr-0 {
    padding-right: 0px !important; }
  [class*="pb-"].ppb-0 {
    padding-bottom: 0px !important; }
  [class*="pl-"].ppl-0 {
    padding-left: 0px !important; }
  [class*="py-"].ppy-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important; }
  [class*="px-"].ppx-0 {
    padding-left: 0px !important;
    padding-right: 0px !important; }
  .ppt-0 {
    padding-top: 0px !important; }
  .ppr-0 {
    padding-right: 0px !important; }
  .ppb-0 {
    padding-bottom: 0px !important; }
  .ppl-0 {
    padding-left: 0px !important; }
  .ppy-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important; }
  .ppx-0 {
    padding-left: 0px !important;
    padding-right: 0px !important; }
  [class*="mt-"].pmt-0 {
    margin-top: 0px !important; }
  [class*="mr-"].pmr-0 {
    margin-right: 0px !important; }
  [class*="mb-"].pmb-0 {
    margin-bottom: 0px !important; }
  [class*="my-"].pmy-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important; }
  [class*="mx-"].pmx-0 {
    margin-left: 0px !important;
    margin-right: 0px !important; }
  [class*="ml-"].pml-0 {
    margin-left: 0px !important; }
  .pmt-0 {
    margin-top: 0px !important; }
  .pmr-0 {
    margin-right: 0px !important; }
  .pmb-0 {
    margin-bottom: 0px !important; }
  .pml-0 {
    margin-left: 0px !important; }
  .pmy-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important; }
  .pmx-0 {
    margin-left: 0px !important;
    margin-right: 0px !important; }
  table.table-sm > tbody > tr > td.ppt-0,
  table.table-sm > tr > td.ppt-0,
  table.table-sm > tfoot > tr > td.ppt-0, table.table-condensed > tbody > tr > td.ppt-0,
  table.table-condensed > tr > td.ppt-0,
  table.table-condensed > tfoot > tr > td.ppt-0,
  table.table.table-sm > tbody > tr > td.ppt-0,
  table.table.table-sm > tr > td.ppt-0,
  table.table.table-sm > tfoot > tr > td.ppt-0,
  table.table.table-condensed > tbody > tr > td.ppt-0,
  table.table.table-condensed > tr > td.ppt-0,
  table.table.table-condensed > tfoot > tr > td.ppt-0 {
    padding-top: 2px !important; }
  table.table-sm > tbody > tr > td.ppr-0,
  table.table-sm > tr > td.ppr-0,
  table.table-sm > tfoot > tr > td.ppr-0, table.table-condensed > tbody > tr > td.ppr-0,
  table.table-condensed > tr > td.ppr-0,
  table.table-condensed > tfoot > tr > td.ppr-0,
  table.table.table-sm > tbody > tr > td.ppr-0,
  table.table.table-sm > tr > td.ppr-0,
  table.table.table-sm > tfoot > tr > td.ppr-0,
  table.table.table-condensed > tbody > tr > td.ppr-0,
  table.table.table-condensed > tr > td.ppr-0,
  table.table.table-condensed > tfoot > tr > td.ppr-0 {
    padding-right: 4px !important; }
  table.table-sm > tbody > tr > td.ppb-0,
  table.table-sm > tr > td.ppb-0,
  table.table-sm > tfoot > tr > td.ppb-0, table.table-condensed > tbody > tr > td.ppb-0,
  table.table-condensed > tr > td.ppb-0,
  table.table-condensed > tfoot > tr > td.ppb-0,
  table.table.table-sm > tbody > tr > td.ppb-0,
  table.table.table-sm > tr > td.ppb-0,
  table.table.table-sm > tfoot > tr > td.ppb-0,
  table.table.table-condensed > tbody > tr > td.ppb-0,
  table.table.table-condensed > tr > td.ppb-0,
  table.table.table-condensed > tfoot > tr > td.ppb-0 {
    padding-bottom: 2px !important; }
  table.table-sm > tbody > tr > td .ppl-0,
  table.table-sm > tr > td .ppl-0,
  table.table-sm > tfoot > tr > td .ppl-0, table.table-condensed > tbody > tr > td .ppl-0,
  table.table-condensed > tr > td .ppl-0,
  table.table-condensed > tfoot > tr > td .ppl-0,
  table.table.table-sm > tbody > tr > td .ppl-0,
  table.table.table-sm > tr > td .ppl-0,
  table.table.table-sm > tfoot > tr > td .ppl-0,
  table.table.table-condensed > tbody > tr > td .ppl-0,
  table.table.table-condensed > tr > td .ppl-0,
  table.table.table-condensed > tfoot > tr > td .ppl-0 {
    padding-left: 4px !important; }
  table.table-sm > tbody > tr > td.ppy-0,
  table.table-sm > tr > td.ppy-0,
  table.table-sm > tfoot > tr > td.ppy-0, table.table-condensed > tbody > tr > td.ppy-0,
  table.table-condensed > tr > td.ppy-0,
  table.table-condensed > tfoot > tr > td.ppy-0,
  table.table.table-sm > tbody > tr > td.ppy-0,
  table.table.table-sm > tr > td.ppy-0,
  table.table.table-sm > tfoot > tr > td.ppy-0,
  table.table.table-condensed > tbody > tr > td.ppy-0,
  table.table.table-condensed > tr > td.ppy-0,
  table.table.table-condensed > tfoot > tr > td.ppy-0 {
    padding-top: 2px !important;
    padding-bottom: 2px !important; }
  table.table-sm > tbody > tr > td .ppx-0,
  table.table-sm > tr > td .ppx-0,
  table.table-sm > tfoot > tr > td .ppx-0, table.table-condensed > tbody > tr > td .ppx-0,
  table.table-condensed > tr > td .ppx-0,
  table.table-condensed > tfoot > tr > td .ppx-0,
  table.table.table-sm > tbody > tr > td .ppx-0,
  table.table.table-sm > tr > td .ppx-0,
  table.table.table-sm > tfoot > tr > td .ppx-0,
  table.table.table-condensed > tbody > tr > td .ppx-0,
  table.table.table-condensed > tr > td .ppx-0,
  table.table.table-condensed > tfoot > tr > td .ppx-0 {
    padding-left: 4px !important;
    padding-right: 4px !important; }
  table.table-sm > tbody > tr > td .pp-d,
  table.table-sm > tr > td .pp-d,
  table.table-sm > tfoot > tr > td .pp-d, table.table-condensed > tbody > tr > td .pp-d,
  table.table-condensed > tr > td .pp-d,
  table.table-condensed > tfoot > tr > td .pp-d,
  table.table.table-sm > tbody > tr > td .pp-d,
  table.table.table-sm > tr > td .pp-d,
  table.table.table-sm > tfoot > tr > td .pp-d,
  table.table.table-condensed > tbody > tr > td .pp-d,
  table.table.table-condensed > tr > td .pp-d,
  table.table.table-condensed > tfoot > tr > td .pp-d {
    padding: 2px 4px !important; }
  table > tbody > tr > td.ppt-0,
  table > tr > td.ppt-0,
  table > tfoot > tr > td.ppt-0,
  table.table > tbody > tr > td.ppt-0,
  table.table > tr > td.ppt-0,
  table.table > tfoot > tr > td.ppt-0 {
    padding-top: 4px !important; }
  table > tbody > tr > td.ppr-0,
  table > tr > td.ppr-0,
  table > tfoot > tr > td.ppr-0,
  table.table > tbody > tr > td.ppr-0,
  table.table > tr > td.ppr-0,
  table.table > tfoot > tr > td.ppr-0 {
    padding-right: 4px !important; }
  table > tbody > tr > td.ppb-0,
  table > tr > td.ppb-0,
  table > tfoot > tr > td.ppb-0,
  table.table > tbody > tr > td.ppb-0,
  table.table > tr > td.ppb-0,
  table.table > tfoot > tr > td.ppb-0 {
    padding-bottom: 4px !important; }
  table > tbody > tr > td .ppl-0,
  table > tr > td .ppl-0,
  table > tfoot > tr > td .ppl-0,
  table.table > tbody > tr > td .ppl-0,
  table.table > tr > td .ppl-0,
  table.table > tfoot > tr > td .ppl-0 {
    padding-left: 4px !important; }
  table > tbody > tr > td.ppy-0,
  table > tr > td.ppy-0,
  table > tfoot > tr > td.ppy-0,
  table.table > tbody > tr > td.ppy-0,
  table.table > tr > td.ppy-0,
  table.table > tfoot > tr > td.ppy-0 {
    padding-top: 4px !important;
    padding-bottom: 4px !important; }
  table > tbody > tr > td .ppx-0,
  table > tr > td .ppx-0,
  table > tfoot > tr > td .ppx-0,
  table.table > tbody > tr > td .ppx-0,
  table.table > tr > td .ppx-0,
  table.table > tfoot > tr > td .ppx-0 {
    padding-left: 4px !important;
    padding-right: 4px !important; }
  table > tbody > tr > td .pp-d,
  table > tr > td .pp-d,
  table > tfoot > tr > td .pp-d,
  table.table > tbody > tr > td .pp-d,
  table.table > tr > td .pp-d,
  table.table > tfoot > tr > td .pp-d {
    padding: 4px !important; }
  .print-padding-top-0 {
    padding-top: 0px !important; }
  .print-padding-right-0 {
    padding-right: 0px !important; }
  .print-padding-bottom-0 {
    padding-bottom: 0px !important; }
  .print-padding-left-0 {
    padding-left: 0px !important; }
  .print-padding-y-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important; }
  .print-padding-x-0 {
    padding-left: 0px !important;
    padding-right: 0px !important; }
  .print-margin-top-0 {
    margin-top: 0px !important; }
  .print-margin-right-0 {
    margin-right: 0px !important; }
  .print-margin-bottom-0 {
    margin-bottom: 0px !important; }
  .print-margin-left-0 {
    margin-left: 0px !important; }
  .print-margin-y-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important; }
  .print-margin-x-0 {
    margin-left: 0px !important;
    margin-right: 0px !important; }
  .print-padding-top-5 {
    padding-top: 5px !important; }
  .print-padding-right-5 {
    padding-right: 5px !important; }
  .print-padding-bottom-5 {
    padding-bottom: 5px !important; }
  .print-padding-left-5 {
    padding-left: 5px !important; }
  .print-padding-y-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important; }
  .print-padding-x-5 {
    padding-left: 5px !important;
    padding-right: 5px !important; }
  .print-margin-top-5 {
    margin-top: 5px !important; }
  .print-margin-right-5 {
    margin-right: 5px !important; }
  .print-margin-bottom-5 {
    margin-bottom: 5px !important; }
  .print-margin-left-5 {
    margin-left: 5px !important; }
  .print-margin-y-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important; }
  .print-margin-x-5 {
    margin-left: 5px !important;
    margin-right: 5px !important; }
  .print-padding-top-10 {
    padding-top: 10px !important; }
  .print-padding-right-10 {
    padding-right: 10px !important; }
  .print-padding-bottom-10 {
    padding-bottom: 10px !important; }
  .print-padding-left-10 {
    padding-left: 10px !important; }
  .print-padding-y-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important; }
  .print-padding-x-10 {
    padding-left: 10px !important;
    padding-right: 10px !important; }
  .print-margin-top-10 {
    margin-top: 10px !important; }
  .print-margin-right-10 {
    margin-right: 10px !important; }
  .print-margin-bottom-10 {
    margin-bottom: 10px !important; }
  .print-margin-left-10 {
    margin-left: 10px !important; }
  .print-margin-y-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important; }
  .print-margin-x-10 {
    margin-left: 10px !important;
    margin-right: 10px !important; }
  .print-padding-top-15 {
    padding-top: 15px !important; }
  .print-padding-right-15 {
    padding-right: 15px !important; }
  .print-padding-bottom-15 {
    padding-bottom: 15px !important; }
  .print-padding-left-15 {
    padding-left: 15px !important; }
  .print-padding-y-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important; }
  .print-padding-x-15 {
    padding-left: 15px !important;
    padding-right: 15px !important; }
  .print-margin-top-15 {
    margin-top: 15px !important; }
  .print-margin-right-15 {
    margin-right: 15px !important; }
  .print-margin-bottom-15 {
    margin-bottom: 15px !important; }
  .print-margin-left-15 {
    margin-left: 15px !important; }
  .print-margin-y-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important; }
  .print-margin-x-15 {
    margin-left: 15px !important;
    margin-right: 15px !important; }
  .print-padding-top-20 {
    padding-top: 20px !important; }
  .print-padding-right-20 {
    padding-right: 20px !important; }
  .print-padding-bottom-20 {
    padding-bottom: 20px !important; }
  .print-padding-left-20 {
    padding-left: 20px !important; }
  .print-padding-y-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important; }
  .print-padding-x-20 {
    padding-left: 20px !important;
    padding-right: 20px !important; }
  .print-margin-top-20 {
    margin-top: 20px !important; }
  .print-margin-right-20 {
    margin-right: 20px !important; }
  .print-margin-bottom-20 {
    margin-bottom: 20px !important; }
  .print-margin-left-20 {
    margin-left: 20px !important; }
  .print-margin-y-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important; }
  .print-margin-x-20 {
    margin-left: 20px !important;
    margin-right: 20px !important; }
  .print-padding-top-25 {
    padding-top: 25px !important; }
  .print-padding-right-25 {
    padding-right: 25px !important; }
  .print-padding-bottom-25 {
    padding-bottom: 25px !important; }
  .print-padding-left-25 {
    padding-left: 25px !important; }
  .print-padding-y-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important; }
  .print-padding-x-25 {
    padding-left: 25px !important;
    padding-right: 25px !important; }
  .print-margin-top-25 {
    margin-top: 25px !important; }
  .print-margin-right-25 {
    margin-right: 25px !important; }
  .print-margin-bottom-25 {
    margin-bottom: 25px !important; }
  .print-margin-left-25 {
    margin-left: 25px !important; }
  .print-margin-y-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important; }
  .print-margin-x-25 {
    margin-left: 25px !important;
    margin-right: 25px !important; }
  .print-padding-top-30 {
    padding-top: 30px !important; }
  .print-padding-right-30 {
    padding-right: 30px !important; }
  .print-padding-bottom-30 {
    padding-bottom: 30px !important; }
  .print-padding-left-30 {
    padding-left: 30px !important; }
  .print-padding-y-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important; }
  .print-padding-x-30 {
    padding-left: 30px !important;
    padding-right: 30px !important; }
  .print-margin-top-30 {
    margin-top: 30px !important; }
  .print-margin-right-30 {
    margin-right: 30px !important; }
  .print-margin-bottom-30 {
    margin-bottom: 30px !important; }
  .print-margin-left-30 {
    margin-left: 30px !important; }
  .print-margin-y-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important; }
  .print-margin-x-30 {
    margin-left: 30px !important;
    margin-right: 30px !important; }
  .print-padding-top-35 {
    padding-top: 35px !important; }
  .print-padding-right-35 {
    padding-right: 35px !important; }
  .print-padding-bottom-35 {
    padding-bottom: 35px !important; }
  .print-padding-left-35 {
    padding-left: 35px !important; }
  .print-padding-y-35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important; }
  .print-padding-x-35 {
    padding-left: 35px !important;
    padding-right: 35px !important; }
  .print-margin-top-35 {
    margin-top: 35px !important; }
  .print-margin-right-35 {
    margin-right: 35px !important; }
  .print-margin-bottom-35 {
    margin-bottom: 35px !important; }
  .print-margin-left-35 {
    margin-left: 35px !important; }
  .print-margin-y-35 {
    margin-top: 35px !important;
    margin-bottom: 35px !important; }
  .print-margin-x-35 {
    margin-left: 35px !important;
    margin-right: 35px !important; }
  .print-padding-top-40 {
    padding-top: 40px !important; }
  .print-padding-right-40 {
    padding-right: 40px !important; }
  .print-padding-bottom-40 {
    padding-bottom: 40px !important; }
  .print-padding-left-40 {
    padding-left: 40px !important; }
  .print-padding-y-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important; }
  .print-padding-x-40 {
    padding-left: 40px !important;
    padding-right: 40px !important; }
  .print-margin-top-40 {
    margin-top: 40px !important; }
  .print-margin-right-40 {
    margin-right: 40px !important; }
  .print-margin-bottom-40 {
    margin-bottom: 40px !important; }
  .print-margin-left-40 {
    margin-left: 40px !important; }
  .print-margin-y-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important; }
  .print-margin-x-40 {
    margin-left: 40px !important;
    margin-right: 40px !important; }
  .print-padding-top-45 {
    padding-top: 45px !important; }
  .print-padding-right-45 {
    padding-right: 45px !important; }
  .print-padding-bottom-45 {
    padding-bottom: 45px !important; }
  .print-padding-left-45 {
    padding-left: 45px !important; }
  .print-padding-y-45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important; }
  .print-padding-x-45 {
    padding-left: 45px !important;
    padding-right: 45px !important; }
  .print-margin-top-45 {
    margin-top: 45px !important; }
  .print-margin-right-45 {
    margin-right: 45px !important; }
  .print-margin-bottom-45 {
    margin-bottom: 45px !important; }
  .print-margin-left-45 {
    margin-left: 45px !important; }
  .print-margin-y-45 {
    margin-top: 45px !important;
    margin-bottom: 45px !important; }
  .print-margin-x-45 {
    margin-left: 45px !important;
    margin-right: 45px !important; }
  .print-padding-top-50 {
    padding-top: 50px !important; }
  .print-padding-right-50 {
    padding-right: 50px !important; }
  .print-padding-bottom-50 {
    padding-bottom: 50px !important; }
  .print-padding-left-50 {
    padding-left: 50px !important; }
  .print-padding-y-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important; }
  .print-padding-x-50 {
    padding-left: 50px !important;
    padding-right: 50px !important; }
  .print-margin-top-50 {
    margin-top: 50px !important; }
  .print-margin-right-50 {
    margin-right: 50px !important; }
  .print-margin-bottom-50 {
    margin-bottom: 50px !important; }
  .print-margin-left-50 {
    margin-left: 50px !important; }
  .print-margin-y-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important; }
  .print-margin-x-50 {
    margin-left: 50px !important;
    margin-right: 50px !important; }
  .print-padding-top-60 {
    padding-top: 60px !important; }
  .print-padding-right-60 {
    padding-right: 60px !important; }
  .print-padding-bottom-60 {
    padding-bottom: 60px !important; }
  .print-padding-left-60 {
    padding-left: 60px !important; }
  .print-padding-y-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important; }
  .print-padding-x-60 {
    padding-left: 60px !important;
    padding-right: 60px !important; }
  .print-margin-top-60 {
    margin-top: 60px !important; }
  .print-margin-right-60 {
    margin-right: 60px !important; }
  .print-margin-bottom-60 {
    margin-bottom: 60px !important; }
  .print-margin-left-60 {
    margin-left: 60px !important; }
  .print-margin-y-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important; }
  .print-margin-x-60 {
    margin-left: 60px !important;
    margin-right: 60px !important; }
  .print-padding-top-70 {
    padding-top: 70px !important; }
  .print-padding-right-70 {
    padding-right: 70px !important; }
  .print-padding-bottom-70 {
    padding-bottom: 70px !important; }
  .print-padding-left-70 {
    padding-left: 70px !important; }
  .print-padding-y-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important; }
  .print-padding-x-70 {
    padding-left: 70px !important;
    padding-right: 70px !important; }
  .print-margin-top-70 {
    margin-top: 70px !important; }
  .print-margin-right-70 {
    margin-right: 70px !important; }
  .print-margin-bottom-70 {
    margin-bottom: 70px !important; }
  .print-margin-left-70 {
    margin-left: 70px !important; }
  .print-margin-y-70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important; }
  .print-margin-x-70 {
    margin-left: 70px !important;
    margin-right: 70px !important; }
  .print-padding-top-80 {
    padding-top: 80px !important; }
  .print-padding-right-80 {
    padding-right: 80px !important; }
  .print-padding-bottom-80 {
    padding-bottom: 80px !important; }
  .print-padding-left-80 {
    padding-left: 80px !important; }
  .print-padding-y-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important; }
  .print-padding-x-80 {
    padding-left: 80px !important;
    padding-right: 80px !important; }
  .print-margin-top-80 {
    margin-top: 80px !important; }
  .print-margin-right-80 {
    margin-right: 80px !important; }
  .print-margin-bottom-80 {
    margin-bottom: 80px !important; }
  .print-margin-left-80 {
    margin-left: 80px !important; }
  .print-margin-y-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important; }
  .print-margin-x-80 {
    margin-left: 80px !important;
    margin-right: 80px !important; }
  .print-padding-top-19 {
    padding-top: 19px !important; }
  .print-padding-right-19 {
    padding-right: 19px !important; }
  .print-padding-bottom-19 {
    padding-bottom: 19px !important; }
  .print-padding-left-19 {
    padding-left: 19px !important; }
  .print-padding-y-19 {
    padding-top: 19px !important;
    padding-bottom: 19px !important; }
  .print-padding-x-19 {
    padding-left: 19px !important;
    padding-right: 19px !important; }
  .print-margin-top-19 {
    margin-top: 19px !important; }
  .print-margin-right-19 {
    margin-right: 19px !important; }
  .print-margin-bottom-19 {
    margin-bottom: 19px !important; }
  .print-margin-left-19 {
    margin-left: 19px !important; }
  .print-margin-y-19 {
    margin-top: 19px !important;
    margin-bottom: 19px !important; }
  .print-margin-x-19 {
    margin-left: 19px !important;
    margin-right: 19px !important; }
  .print-padding-top-100 {
    padding-top: 100px !important; }
  .print-padding-right-100 {
    padding-right: 100px !important; }
  .print-padding-bottom-100 {
    padding-bottom: 100px !important; }
  .print-padding-left-100 {
    padding-left: 100px !important; }
  .print-padding-y-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important; }
  .print-padding-x-100 {
    padding-left: 100px !important;
    padding-right: 100px !important; }
  .print-margin-top-100 {
    margin-top: 100px !important; }
  .print-margin-right-100 {
    margin-right: 100px !important; }
  .print-margin-bottom-100 {
    margin-bottom: 100px !important; }
  .print-margin-left-100 {
    margin-left: 100px !important; }
  .print-margin-y-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important; }
  .print-margin-x-100 {
    margin-left: 100px !important;
    margin-right: 100px !important; }
  /*@page {*/
  /*  page-break-after: avoid;*/
  /*  page-break-inside: avoid;*/
  /*  page-break-before: avoid; }*/
  .most-compact-print-table > thead > tr > th,
  .most-compact-print-table > tr > th,
  .most-compact-print-table > tbody > tr > td,
  .most-compact-print-table > tfoot > tr > td,
  .most-compact-print-table > tr > td,
  .table-sm .most-compact-print-table > thead > tr > th,
  .table-sm .most-compact-print-table > tr > th,
  .table-sm .most-compact-print-table > tbody > tr > td,
  .table-sm .most-compact-print-table > tfoot > tr > td,
  .table-sm .most-compact-print-table > tr > td {
    padding-top: 0px !important;
    padding-bottom: 0px !important; } }

.loader-backdrop {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  top: 0px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10000;
  backdrop-filter: blur(1px); }

.loader-container {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  right: 0px;
  bottom: 0;
  left: 0;
  z-index: 10001;
  background-color: transparent; }
  .loader-container > .loader-box {
    width: 200px;
    height: 60px;
    background: rgba(255, 255, 255, 0.5);
    display: flex;
    align-items: center;
    align-content: center;
    border-radius: 6px;
    box-shadow: 0 0px 20px 4px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(5px);
    justify-content: center;
    flex-wrap: wrap; }

.loader-opened {
  overflow: hidden !important; }

.loader-animation-container {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

.loader-info-container {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

.loader-title {
  font-size: 20px;
  font-weight: 400; }

.loader-sub-title {
  font-size: 14px;
  font-weight: 400;
  color: #777; }

.loader-svg-image-01 {
  width: 35px;
  height: 35px; }

.result-not-found-container {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 50vh;
  justify-content: center;
  text-align: center;
  user-select: none !important; }

.result-not-found-header-icon {
  color: #e08e0b;
  font-size: 12.5rem;
  margin: .025em 0;
  text-shadow: 0.05em 0.05em 0 rgba(0, 0, 0, 0.25);
  white-space: nowrap; }
  @media (max-width: 30rem) {
    .result-not-found-header-icon {
      font-size: 8.5rem; } }
  .result-not-found-header-icon > span {
    animation: spooky 2s alternate infinite linear;
    color: #e08e0b;
    display: inline-block; }

.result-not-found-header {
  color: #e08e0b;
  margin-bottom: .40em; }

@keyframes spooky {
  from {
    transform: translatey(0.15em) scaley(0.95); }
  to {
    transform: translatey(-0.15em); } }

.qs-close-status-checkbox-options {
  height: 34px !important;
  position: relative;
  float: left;
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 4px 5px 2px 38px;
  line-height: 13px;
  user-select: none; }
  .qs-close-status-checkbox-options.has-mr {
    margin-right: 15px; }
  .qs-close-status-checkbox-options:hover {
    background-color: #ddd; }
  .qs-close-status-checkbox-options > input[type=checkbox] {
    position: absolute;
    height: 22px;
    width: 22px;
    top: 6px;
    left: 8px; }
