/*   
 * Template Name: PrettyDocs - Bootstrap 5 Template for documentations
 * Version: BS5 v1.0
 * Author: Xiaoying Riley
 * Copyright: 3rd Wave Media
 * Twitter: @3rdwave_themes
 * Website: http://themes.3rdwavemedia.com/
*/
/* ======= Base ======= */
body {
  font-family: "Open Sans", arial, sans-serif;
  color: #171725;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html, body {
  height: 100%;
}

.page-wrapper {
  min-height: 100%;
  /* equal to footer height */
  margin-bottom: -50px;
}
.page-wrapper:after {
  content: "";
  display: block;
  height: 50px;
}

.footer {
  height: 50px;
}

p {
  line-height: 1.5;
}

a {
  color: #ff7c0c;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
a:hover {
  text-decoration: underline;
  color: #f17000;
}
a:focus {
  text-decoration: none;
}

code {
  background: #222;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  font-family: Consolas, Monaco, "Andale Mono", "Ubuntu Mono", monospace;
  padding: 2px 8px;
  padding-top: 4px;
  display: inline-block;
}

.btn, a.btn {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.5;
  text-decoration: none;
}
.btn .svg-inline--fa, a.btn .svg-inline--fa {
  margin-right: 5px;
  position: relative;
  top: -1px;
}
.btn:focus, a.btn:focus {
  box-shadow: none;
}

.btn-primary, a.btn-primary {
  background: #FF8A25;
  border: 1px solid #FF8A25;
  color: #fff !important;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.hover, .btn-primary:not(:disabled):not(.disabled):active:focus, a.btn-primary:hover, a.btn-primary:focus, a.btn-primary:active, a.btn-primary.active, a.btn-primary.hover, a.btn-primary:not(:disabled):not(.disabled):active:focus {
  background: #ff7c0c;
  color: #fff !important;
  border: 1px solid #ff7c0c;
  box-shadow: none;
}

.btn-green, a.btn-green {
  background: #75c181;
  border: 1px solid #75c181;
  color: #fff !important;
}
.btn-green:hover, .btn-green:focus, .btn-green:active, .btn-green.active, .btn-green.hover, a.btn-green:hover, a.btn-green:focus, a.btn-green:active, a.btn-green.active, a.btn-green.hover {
  background: #63b971;
  color: #fff !important;
  border: 1px solid #63b971;
}
.body-green .btn-green, .body-green a.btn-green {
  color: #fff !important;
}
.body-green .btn-green:hover, .body-green .btn-green:focus, .body-green .btn-green:active, .body-green .btn-green.active, .body-green .btn-green.hover, .body-green a.btn-green:hover, .body-green a.btn-green:focus, .body-green a.btn-green:active, .body-green a.btn-green.active, .body-green a.btn-green.hover {
  color: #fff !important;
}

.btn-blue, a.btn-blue {
  background: #58bbee;
  border: 1px solid #58bbee;
  color: #fff !important;
}
.btn-blue:hover, .btn-blue:focus, .btn-blue:active, .btn-blue.active, .btn-blue.hover, a.btn-blue:hover, a.btn-blue:focus, a.btn-blue:active, a.btn-blue.active, a.btn-blue.hover {
  background: #41b2ec;
  color: #fff !important;
  border: 1px solid #41b2ec;
}

.btn-orange, a.btn-orange {
  background: #F88C30;
  border: 1px solid #F88C30;
  color: #fff !important;
}
.btn-orange:hover, .btn-orange:focus, .btn-orange:active, .btn-orange.active, .btn-orange.hover, a.btn-orange:hover, a.btn-orange:focus, a.btn-orange:active, a.btn-orange.active, a.btn-orange.hover {
  background: #f77e17;
  color: #fff !important;
  border: 1px solid #f77e17;
}

.btn-red, a.btn-red {
  background: #f77b6b;
  border: 1px solid #f77b6b;
  color: #fff !important;
}
.btn-red:hover, .btn-red:focus, .btn-red:active, .btn-red.active, .btn-red.hover, a.btn-red:hover, a.btn-red:focus, a.btn-red:active, a.btn-red.active, a.btn-red.hover {
  background: #f66553;
  color: #fff !important;
  border: 1px solid #f66553;
}

.btn-pink, a.btn-pink {
  background: #EA5395;
  border: 1px solid #EA5395;
  color: #fff !important;
}
.btn-pink:hover, .btn-pink:focus, .btn-pink:active, .btn-pink.active, .btn-pink.hover, a.btn-pink:hover, a.btn-pink:focus, a.btn-pink:active, a.btn-pink.active, a.btn-pink.hover {
  background: #e73c87;
  color: #fff !important;
  border: 1px solid #e73c87;
}

.btn-purple, a.btn-purple {
  background: #8A40A7;
  border: 1px solid #8A40A7;
  color: #fff !important;
}
.btn-purple:hover, .btn-purple:focus, .btn-purple:active, .btn-purple.active, .btn-purple.hover, a.btn-purple:hover, a.btn-purple:focus, a.btn-purple:active, a.btn-purple.active, a.btn-purple.hover {
  background: #7b3995;
  color: #fff !important;
  border: 1px solid #7b3995;
}

.btn-cta {
  padding: 7px 15px;
}

.search-btn {
  height: 40px;
}
.search-btn .svg-inline--fa {
  top: 0;
  margin-right: 0;
}

.form-control {
  box-shadow: none;
  height: 40px;
  border-color: #f0f0f0;
}
.form-control::-webkit-input-placeholder { /* WebKit browsers */
  color: #6767a1;
}
.form-control:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #6767a1;
}
.form-control::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #6767a1;
}
.form-control:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #6767a1;
}
.form-control:focus {
  border-color: #e3e3e3;
  box-shadow: none;
}

input[type=text],
input[type=email],
input[type=password],
input[type=submit],
input[type=button],
textarea,
select {
  -moz-appearance: none;
       appearance: none; /* for mobile safari */
  -webkit-appearance: none;
}

/* ====== Header ====== */
.header {
  background: #111111;
  color: rgba(255, 255, 255, 0.85);
  border-top: 0;
  padding: 30px 0;
}
.header a {
  color: #f5f5f5;
}
.header .container {
  position: relative;
}

.branding {
  text-transform: uppercase;
  margin-bottom: 10px;
}
.branding .logo {
  font-size: 28px;
  margin-top: 0;
  margin-bottom: 0;
}
.branding .logo a {
  text-decoration: none;
}
.branding .text-highlight {
  color: #FF8A25;
}
.body-green .branding .text-highlight {
  color: #75c181;
}
.body-blue .branding .text-highlight {
  color: #58bbee;
}
.body-orange .branding .text-highlight {
  color: #F88C30;
}
.body-red .branding .text-highlight {
  color: #f77b6b;
}
.body-pink .branding .text-highlight {
  color: #EA5395;
}
.body-purple .branding .text-highlight {
  color: #8A40A7;
}
.branding .text-bold {
  font-weight: 800;
  color: #fff;
}
.branding .icon {
  font-size: 24px;
  color: #FF8A25;
}
.body-green .branding .icon {
  color: #75c181;
}
.body-blue .branding .icon {
  color: #58bbee;
}
.body-orange .branding .icon {
  color: #F88C30;
}
.body-red .branding .icon {
  color: #f77b6b;
}
.body-pink .branding .icon {
  color: #EA5395;
}
.body-purple .branding .icon {
  color: #8A40A7;
}

.breadcrumb {
  background: none;
  margin-bottom: 0;
  padding: 0;
}
.breadcrumb li {
  color: rgba(255, 255, 255, 0.5);
}
.breadcrumb li.active {
  color: rgba(255, 255, 255, 0.5);
}
.breadcrumb li a {
  color: rgba(255, 255, 255, 0.5);
}
.breadcrumb li a:hover {
  color: #fff;
}

.breadcrumb > li + li:before {
  color: rgba(0, 0, 0, 0.4);
}

.search-form {
  position: relative;
}
.search-form .search-input {
  font-size: 14px;
  border-radius: 20px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding-top: 4px;
}
.search-form .search-input:focus {
  border-color: #2b2b44;
}
.search-form .search-btn {
  color: #3e3e64;
  background: none;
  border: none;
  position: absolute;
  right: 5px;
  top: 0px;
  margin-right: 0;
}
.search-form .search-btn:active, .search-form .search-btn:focus, .search-form .search-btn:hover {
  outline: none !important;
  color: #030306;
}

.top-search-box {
  position: absolute;
  right: 15px;
  top: 15px;
}

.demo-block {
  padding: 10px;
  background: #ffffff;
  border-radius: 5px;
}
.demo-block ul {
  margin: 0;
  padding: 0;
}
.demo-block .MessageBrowser {
  margin: 0;
}

/* ====== Footer ====== */
.footer {
  background: #222222;
  color: rgba(255, 255, 255, 0.6);
  padding: 15px 0;
}
.footer a {
  color: #c4c4c4;
}
.footer .fa-heart {
  color: #EA5395;
}
.footer .logo img {
  width: 100%;
  max-width: 80px;
}

@media (max-width: 575.98px) {
  .top-search-box {
    width: 100%;
    position: static;
    margin-top: 15px;
  }
}
/* ======= Doc Styling ======= */
.doc-wrapper {
  padding: 45px 0;
  background: #f9f9fb;
}

.doc-body {
  position: relative;
}

.doc-header {
  margin-bottom: 30px;
}
.doc-header .doc-title {
  color: #FF8A25;
  margin-top: 0;
  font-size: 36px;
}
.body-green .doc-header .doc-title {
  color: #75c181;
}
.body-blue .doc-header .doc-title {
  color: #58bbee;
}
.body-orange .doc-header .doc-title {
  color: #F88C30;
}
.body-red .doc-header .doc-title {
  color: #f77b6b;
}
.body-pink .doc-header .doc-title {
  color: #EA5395;
}
.body-purple .doc-header .doc-title {
  color: #8A40A7;
}
.doc-header .icon {
  font-size: 30px;
}
.doc-header .meta {
  color: #5b5b93;
}

.doc-content {
  position: relative;
  z-index: 10;
}

.doc-section {
  padding-top: 15px;
  padding-bottom: 15px;
}
.doc-section .section-title {
  font-size: 26px;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: 1px solid #d7d7d7;
}
.doc-section h1 {
  font-size: 24px;
  font-weight: bold;
}
.doc-section h2 {
  font-size: 22px;
  font-weight: bold;
}
.doc-section h3 {
  font-size: 20px;
  font-weight: bold;
}
.doc-section h4 {
  font-size: 18px;
  font-weight: bold;
}
.doc-section h5 {
  font-size: 16px;
  font-weight: bold;
}
.doc-section h6 {
  font-size: 14px;
  font-weight: bold;
}

.section-block {
  padding-top: 15px;
  padding-bottom: 15px;
}
.section-block .flex-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.section-block .block-title {
  margin-top: 0;
}
.section-block .list > li {
  margin-bottom: 10px;
}
.section-block .list ul > li {
  margin-top: 5px;
}

.question {
  font-weight: 400 !important;
  color: #ff7c0c;
}
.question .body-green {
  color: #63b971;
}
.body-blue .question {
  color: #41b2ec;
}
.body-orange .question {
  color: #f77e17;
}
.body-pink .question {
  color: #e73c87;
}
.body-purple .question {
  color: #7b3995;
}
.question .svg-inline--fa {
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
  position: relative;
  top: -2px;
}
.question .badge {
  font-size: 11px;
  vertical-align: middle;
}

.answer {
  color: #2b2b44;
}

.code-block {
  margin-top: 30px;
  margin-bottom: 30px;
}

.callout-block {
  padding: 30px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  position: relative;
  margin-bottom: 30px;
}
.callout-block a {
  color: rgba(0, 0, 0, 0.55) !important;
}
.callout-block a:hover {
  color: rgba(0, 0, 0, 0.65) !important;
}
.callout-block .icon-holder {
  font-size: 30px;
  position: absolute;
  left: 30px;
  top: 30px;
  color: rgba(0, 0, 0, 0.25);
}
.callout-block .content {
  margin-left: 60px;
}
.callout-block .content p:last-child {
  margin-bottom: 0;
}
.callout-block .callout-title {
  margin-top: 0;
  margin-bottom: 5px;
  color: rgba(0, 0, 0, 0.65);
}

.callout-info {
  background: #58bbee;
  color: #fff;
}

.callout-success {
  background: #75c181;
  color: #fff;
}

.callout-warning {
  background: #F88C30;
  color: #fff;
}

.callout-danger {
  background: #f77b6b;
  color: #fff;
}

.table > thead > tr > th {
  border-bottom-color: #ffc18b;
}
.body-green .table > thead > tr > th {
  border-bottom-color: #bbe1c1;
}
.body-blue .table > thead > tr > th {
  border-bottom-color: #b5e1f7;
}
.body-orange .table > thead > tr > th {
  border-bottom-color: #fbc393;
}
.body-pink .table > thead > tr > th {
  border-bottom-color: #f5aecd;
}
.body-purple .table > thead > tr > th {
  border-bottom-color: #b87fce;
}

.table-bordered > thead > tr > th {
  border-bottom-color: inherit;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f5f5f5;
}

.screenshot-holder {
  margin-top: 15px;
  margin-bottom: 15px;
  position: relative;
  text-align: center;
}
.screenshot-holder img {
  border: 1px solid #f0f0f0;
}
.screenshot-holder .mask {
  display: block;
  visibility: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.25);
  cursor: pointer;
  text-decoration: none;
}
.screenshot-holder .mask .svg-inline--fa {
  color: #fff;
  font-size: 42px;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
}
.screenshot-holder:hover .mask {
  visibility: visible;
}

.jumbotron h1 {
  font-size: 28px;
  margin-top: 0;
  margin-bottom: 30px;
}

.author-profile {
  margin-top: 30px;
}
.author-profile img {
  width: 100px;
  height: 100px;
}

.speech-bubble {
  background: #fff;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 30px;
  margin-top: 20px;
  margin-bottom: 30px;
  position: relative;
}
.speech-bubble .speech-title {
  font-size: 16px;
}
.jumbotron .speech-bubble p {
  font-size: 14px;
  font-weight: normal;
  color: #2b2b44;
}
.speech-bubble:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 50%;
  top: -10px;
  margin-left: -10px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
}

.theme-card {
  text-align: center;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  position: relative;
  height: 100%;
}
.theme-card .card-block {
  padding: 15px;
}
.theme-card .mask {
  display: block;
  visibility: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.25);
  cursor: pointer;
  text-decoration: none;
}
.theme-card .mask .icon {
  color: #fff;
  font-size: 42px;
  margin-top: 25%;
}
.theme-card:hover .mask {
  visibility: visible;
}

/* Color Schemes */
.body-green .header {
  border-color: #75c181;
}
.body-green a {
  color: #75c181;
}
.body-green a:hover {
  color: #52b161;
}

.body-blue .header {
  border-color: #58bbee;
}
.body-blue a {
  color: #58bbee;
}
.body-blue a:hover {
  color: #2aa8e9;
}

.body-orange .header {
  border-color: #F88C30;
}
.body-orange a {
  color: #F88C30;
}
.body-orange a:hover {
  color: #ed7108;
}

.body-pink .header {
  border-color: #EA5395;
}
.body-pink a {
  color: #EA5395;
}
.body-pink a:hover {
  color: #e42679;
}

.body-purple .header {
  border-color: #8A40A7;
}
.body-purple a {
  color: #8A40A7;
}
.body-purple a:hover {
  color: #6c3282;
}

.body-red .header {
  border-color: #f77b6b;
}
.body-red a {
  color: #f77b6b;
}
.body-red a:hover {
  color: #f4503b;
}

/* Sidebar */
.doc-nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sticky {
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  position: sticky;
  top: 0;
}

.doc-menu {
  list-style: none;
}
.doc-menu .nav-link {
  margin-bottom: 5px;
  display: block;
  padding: 5px 15px;
  color: #2b2b44;
}
.doc-menu .nav-link:hover, .doc-menu .nav-link:focus {
  color: #171725;
  text-decoration: none;
  background: none;
}
.doc-menu .active .nav-link {
  background: none;
  color: #FF8A25;
  font-weight: 600;
}

.nav-item.active .nav-link {
  background: none;
  color: #FF8A25;
  font-weight: 600;
}
.body-green .nav-item.active .nav-link {
  color: #75c181;
  border-color: #75c181;
}
.body-blue .nav-item.active .nav-link {
  color: #58bbee;
  border-color: #58bbee;
}
.body-orange .nav-item.active .nav-link {
  color: #F88C30;
  border-color: #F88C30;
}
.body-red .nav-item.active .nav-link {
  color: #f77b6b;
  border-color: #f77b6b;
}
.body-pink .nav-item.active .nav-link {
  color: #EA5395;
  border-color: #EA5395;
}
.body-purple .nav-item.active .nav-link {
  color: #8A40A7;
  border-color: #8A40A7;
}

.doc-sub-menu {
  list-style: none;
  padding-left: 0;
}
.doc-sub-menu .nav-link {
  margin-bottom: 10px;
  font-size: 12px;
  display: block;
  color: #2b2b44;
  padding: 0;
  padding-left: 34px;
  background: none;
}
.doc-sub-menu .nav-link:first-child {
  padding-top: 5px;
}
.doc-sub-menu .nav-link:hover {
  color: #171725;
  text-decoration: none;
  background: none;
}
.doc-sub-menu .nav-link:focus {
  background: none;
}

/*
.affix-top {
  position: absolute;
  top: 15px;
}

.affix {
  top: 15px;
}

.affix, 
.affix-bottom {
  width: 230px;
}

.affix-bottom {
  position: absolute;
}
*/
/* ===== Promo block ===== */
.promo-block {
  background: #ff7c0c;
}
.body-green .promo-block {
  background: #63b971;
}
.body-blue .promo-block {
  background: #41b2ec;
}
.body-orange .promo-block {
  background: #f77e17;
}
.body-pink .promo-block {
  background: #e73c87;
}
.body-purple .promo-block {
  background: #7b3995;
}
.promo-block a {
  color: rgba(0, 0, 0, 0.6);
  font-weight: bold;
}
.promo-block a:hover {
  color: rgba(0, 0, 0, 0.7);
}
.promo-block .promo-block-inner {
  padding: 45px;
  color: #fff;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.promo-block .promo-title {
  font-size: 20px;
  font-weight: 800;
  margin-top: 0;
  margin-bottom: 45px;
}
.promo-block .promo-title .svg-inline--fa {
  color: rgba(0, 0, 0, 0.6);
}
.promo-block .figure-holder-inner {
  background: #fff;
  margin-bottom: 30px;
  position: relative;
  text-align: center;
}
.promo-block .figure-holder-inner img {
  border: 5px solid #fff;
}
.promo-block .figure-holder-inner .mask {
  display: block;
  visibility: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.7);
  cursor: pointer;
  text-decoration: none;
}
.promo-block .figure-holder-inner .mask .svg-inline--fa {
  color: #fff;
  font-size: 36px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -18px;
  margin-top: -18px;
}
.promo-block .figure-holder-inner .mask .svg-inline--fa.pink {
  color: #EA5395;
}
.promo-block .figure-holder-inner:hover .mask {
  visibility: visible;
}
.promo-block .content-holder-inner {
  padding-left: 15px;
  padding-right: 15px;
}
.promo-block .content-title {
  font-size: 16px;
  font-weight: 600;
  margin-top: 0;
}
.promo-block .highlight {
  color: rgba(0, 0, 0, 0.6);
}
.promo-block .btn-cta {
  background: rgba(0, 0, 0, 0.35);
  border: none;
  color: #fff !important;
  margin-bottom: 15px;
}
.promo-block .btn-cta:hover {
  background: rgba(0, 0, 0, 0.5);
  border: none;
  color: #fff !important;
}

/* Extra small devices (phones, less than 768px) */
@media (max-width: 767px) {
  .jumbotron {
    padding: 30px 15px;
  }
  .jumbotron h1 {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .jumbotron p {
    font-size: 18px;
  }
  .promo-block .promo-block-inner {
    padding: 30px 15px;
  }
  .promo-block .content-holder-inner {
    padding: 0;
  }
  .promo-block .promo-title {
    margin-bottom: 30px;
  }
}
/* Small devices (tablets, 768px and up) */
/* Medium devices (desktops, 992px and up) */
/* Large devices (large desktops, 1200px and up) */
.sticky {
  position: sticky;
  top: 0;
}

.sticky:before,
.sticky:after {
  content: "";
  display: table;
}

/* ======= Landing Page ======= */
.landing-page .page-wrapper {
  display: flex;
  flex-direction: column;
  margin: 0;
  min-height: calc(100vh - 50px);
}
.landing-page .page-wrapper:after {
  height: unset;
}
.landing-page .header {
  display: flex;
  flex: 1;
  background: #FF8A25;
  color: rgba(255, 255, 255, 0.85);
  padding: 60px 0;
}
.landing-page .header .row {
  height: 100%;
}
.landing-page .header .inner-row {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.landing-page .header .branding {
  display: flex;
  flex: 1;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.landing-page .header .branding .logo {
  font-size: 38px;
  margin-top: 0;
  margin-bottom: 0;
}
.landing-page .header .branding .text-bold {
  font-weight: 800;
  color: #fff;
}
.landing-page .header .branding .icon {
  font-size: 32px;
  color: #FF8A25;
}
.landing-page .header .content {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.landing-page .header .content h2 {
  color: #111111;
  font-weight: 700;
}
.landing-page .header .content h2 span {
  font-size: 14px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: orange;
  padding: 5px;
  margin-left: 15px;
}
.landing-page .header .content p {
  color: #111111;
}
.landing-page .header .img img {
  position: absolute;
  width: 55vh;
  right: 0;
  top: 0;
}
.landing-page .cards-section {
  display: flex;
  padding: 60px 0;
  background: #111111;
}
.landing-page .cards-section .title {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 600;
}
.landing-page .cards-section .intro {
  margin: 0 auto;
  max-width: 800px;
  margin-bottom: 60px;
  color: #2b2b44;
}
.landing-page .cards-section .cards-wrapper {
  max-width: 100%;
}
.landing-page .cards-section .item {
  margin-bottom: 30px;
}
.landing-page .cards-section .item .icon-holder {
  margin-bottom: 15px;
}
.landing-page .cards-section .item .icon {
  font-size: 36px;
}
.landing-page .cards-section .item .title {
  font-size: 16px;
  font-weight: 600;
}
.landing-page .cards-section .item .intro {
  margin-bottom: 15px;
}
.landing-page .cards-section .item-inner {
  display: flex;
  gap: 30px;
  padding: 30px;
  background: #000;
  position: relative;
  border: 1px solid transparent;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  height: 100%;
}
.landing-page .cards-section .item-inner .link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.landing-page .cards-section .item-inner:hover {
  background: #222222;
}
.landing-page .cards-section .item-primary .item-inner:hover .title {
  color: #d86400;
}
.landing-page .cards-section .item-primary .icon {
  color: #FF8A25;
}
.landing-page .cards-section .item-primary .item-desc {
  display: flex;
  flex-direction: column;
}
.landing-page .cards-section .item-primary .item-desc .title {
  color: #f5f5f5;
}
.landing-page .cards-section .item-primary .item-desc .intro {
  color: #f5f5f5;
}
.landing-page .cards-section .item-green .item-inner {
  border-top: 3px solid #75c181;
}
.landing-page .cards-section .item-green .item-inner:hover .title {
  color: #48a156;
}
.landing-page .cards-section .item-green .icon {
  color: #75c181;
}
.landing-page .cards-section .item-blue .item-inner {
  border-top: 3px solid #58bbee;
}
.landing-page .cards-section .item-blue .item-inner:hover .title {
  color: #179de2;
}
.landing-page .cards-section .item-blue .icon {
  color: #58bbee;
}
.landing-page .cards-section .item-orange .item-inner {
  border-top: 3px solid #F88C30;
}
.landing-page .cards-section .item-orange .item-inner:hover .title {
  color: #d46607;
}
.landing-page .cards-section .item-orange .icon {
  color: #F88C30;
}
.landing-page .cards-section .item-red .item-inner {
  border-top: 3px solid #f77b6b;
}
.landing-page .cards-section .item-red .item-inner:hover .title {
  color: #f33a22;
}
.landing-page .cards-section .item-red .icon {
  color: #f77b6b;
}
.landing-page .cards-section .item-pink .item-inner {
  border-top: 3px solid #EA5395;
}
.landing-page .cards-section .item-pink .item-inner:hover .title {
  color: #d61a6c;
}
.landing-page .cards-section .item-pink .icon {
  color: #EA5395;
}
.landing-page .cards-section .item-purple .item-inner {
  border-top: 3px solid #8A40A7;
}
.landing-page .cards-section .item-purple .item-inner:hover .title {
  color: #5c2b70;
}
.landing-page .cards-section .item-purple .icon {
  color: #8A40A7;
}

@media (max-width: 575.98px) {
  .main-search-box {
    width: 100%;
  }
  .main-search-box .search-form .search-input {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .cards-section .item-inner {
    padding: 30px 15px;
  }
}
@media (min-width: 576px) {
  .main-search-box .search-form .search-input {
    width: 400px;
  }
}
@media (min-width: 768px) {
  .main-search-box .search-form .search-input {
    width: 560px;
  }
}
.page-structures .LayoutFixedSidebar.ActionsSideBar {
  padding: var(--padding-xxl);
  gap: 1px;
}
.page-structures .ds-section {
  position: relative;
  border: 2px dashed #111111 !important;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #ffffff;
  min-height: 200px;
  padding: var(--padding-xxl) !important;
}
.page-structures .structure-label {
  position: absolute;
  top: 4px;
  left: 4px;
  display: flex;
  flex-direction: column;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #111111;
  background-color: #f9f9fb;
  border: 1px solid #c3c3c3;
  padding: 2px;
  line-height: 100%;
  font-size: 13px;
}

:root {
  /* Main Colors */
  --primary-color: #FF8A25;
  --primary-color-darker: #ef8000;
  --primary-color-rgb: rgba(255, 139, 37, 0.2);
  --secondary-color: red;
  --white-bg-header: #E2E2EA7A;
  --white: #ffffff;
  --black: #171725;
  --gray-darker: #5E5E68;
  --gray-dark: #696974;
  --gray-semi-dark: #92929D;
  --gray-md: #B5B5BE;
  --gray-light: #ededed;
  --gray-semi-light: #EFEFEF;
  --gray-ultra-light: #f5f5f5;
  --color-scroll-bar: #92929D;
  --mail-outgoing-color: #ffeec6;
  --disabled: #C0BFBE;
  --bread-crumb: var(--gray-semi-dark);
  --bread-crumb-active: var(--black);
  --bread-crumb-font-size: var(--font-size-sm);
  --color-ticket-header: #F9F9F9;
  --email-info: #F9F9F9;
  --ticket-subject: var(--table-text-color);
  --success-color: #3DD598;
  --warning-color: #FC5A5A;
  /* Flag Element */
  --color-flag-default: #cdcdcd;
  /* Alert Component */
  --alert-close-icon-color: var(--gray-dark);
  /* Info */
  --alert-info-bg-color: #50b6ff10;
  --alert-info-icon-color: #50B5FF;
  --alert-info-border-color: #50b6ff1a;
  /* Error */
  --alert-error-bg-solid-color: #FC5A5A;
  --alert-error-bg-color: #FC5A5A10;
  --alert-error-icon-color: #FC5A5A;
  --alert-error-border-color:#FC5A5A1a;
  /* Success */
  --alert-success-bg-solid-color: #3DD598;
  --alert-success-bg-color: #3DD59810;
  --alert-success-icon-color: #3DD598;
  --alert-success-border-color: #3DD5981a;
  /* Warning */
  --alert-warning-bg-solid-color: #F2BD0E;
  --alert-warning-bg-color: #F2BD0E10;
  --alert-warning-icon-color: #F2BD0E;
  --alert-warning-border-color: #F2BD0E1a;
  /* Notice */
  --alert-notice-bg-color: #cccccc10;
  --alert-notice-icon-color: #cccccc;
  --alert-notice-border-color: #cccccc1a;
  --color-icon-favorite: #F2BD0E;
  /* Forms */
  --border-color: #E2E2EA;
  --border-input-color: #BBBBC4;
  /* Sections */
  --main-bg-color: #FAFAFB;
  --input-field-bg-color: var(--white);
  /* BG's */
  --overlay-bg: rgba(23, 23, 37, 0.145);
}

:root {
  /* Page */
  --main-page-padding: 25px;
  /* Sections */
  --side-bar-width-desktop: 280px;
  /* Text */
  --font-size-xxl: 24px;
  --font-size-xl: 21px;
  --font-size-lg: 18px;
  --font-size-md: 16px;
  --main-font-size: 14px;
  --font-size-sm: 12px;
  --font-size-xs: 10px;
  --font-size-xxs: 8px;
  --h1-font-size: 24px;
  --label-font-size: 14px;
  --main-line-height: 14px;
  --input-line-height: 20px;
  --main-font-color: var(--black);
  /* Weight */
  --normal: 400;
  --medium: 500;
  --semi-bold: 600;
  --bold: 700;
  /* Spacing */
  --size-6: 6px;
  --size-8: 8px;
  --size-10: 10px;
  --size-15: 15px;
  --size-20: 20px;
  --size-30: 30px;
  /* Borders */
  --border-solid: solid;
  --border-dashed: dashed;
  --border-width: 1px;
  --border-width-md: 2px;
  --border-width-lg: 5px;
  --border-radius-menu-mobile: 50px;
  --border-radius-menu-mobile-active: 30px;
  --border-radius-xxl: 100px;
  --border-radius-xl: 50px;
  --border-radius-lg: 20px;
  --border-radius-md: 15px;
  --border-radius-sm: 10px;
  --border-radius-xs: 8px;
  --border-radius-xxs: 5px;
  /* Margins */
  --margin-xxl: 30px;
  --margin-xl: 25px;
  --margin-lg: 20px;
  --margin-md: 15px;
  --margin-sm: 10px;
  --margin-xs: 5px;
  /* Paddings */
  --padding-xxl: 30px;
  --padding-xl: 25px;
  --padding-lg: 20px;
  --padding-md: 15px;
  --padding-sm: 10px;
  --padding-xs: 5px;
  --padding-none: 0;
  /* Box Shadow */
  --menu-box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  /* Interaction */
  --hover-brightness: brightness(1.2);
  --main-transition: all ease .3s;
  /* Icons */
  --icon-main-size: 16px;
  --icon-hover-sm-size: 22px;
  --icon-hover-size: 28px;
  --icon-hover-md-size: 32px;
  --icon-hover-color: #e0e0e0;
  --icon-hover-color-light: var(--gray-light);
  --icon-hover-color-medium: #B5B5B580;
  /* Flags */
  --flag-width: 35px;
  --flag-height: 13px;
  --flag-small-width: 25px;
  --flag-small-height: 8px;
  /* COMPONENTS */
  /* Main Menu */
  --menu-font: var(--black);
  --menu-bg: var(--white);
  /* SidebarColumn Header*/
  --sidebarcolumn-header-bg: #E8E8E8;
  /* Widget Simple */
  --widget-simple-bg: var(--white);
  --widget-simple-title-size: 14px;
  --widget-standard-padding: var(--padding-md);
  --widget-margin: 20px;
  /* ToolBar UserAvatar */
  --submenu-preferences: var(--gray-dark);
  --submenu-log: var(--warning-color);
  /* Tables */
  --table-bg: var(--white);
  --table-th-bg: #EFEFEF;
  --table-td-even-bg: #F9F9F9;
  --table-th-font-color: var(--black);
  --table-td-hover-opacity: 0.5;
  --table-tr-border-bottom: var(--gray-semi-light);
  --table-tr-py-18: 18px;
  --table-tr-px-18: 10px;
  --table-tr-line-hight: 40px;
  --table-text-color: #44444F;
  --gap-xl: 60px;
  --gap-lg: 30px;
  --gap-md: 20px;
  --gap-smd: 15px;
  --gap-sm: 10px;
  --gap-xs: 5px;
  /* Inputs */
  /* Selection */
  --pill-color-selected: #F1F1F5;
  --main-field-size: 620px;
  /* Input Fields */
  --text-message-color: #000000;
  --text-message-min-height: 141px;
  --reply-input-height: var(--btn-height-sm);
  --max-input-field-height: 30px;
  /* InlineActions Dropdown Menu */
  --inlactions-height: 35px;
  --inlactions-font-size: var(--font-size-sm);
  --inlactions-text-color: var(--white);
  --inlactions-bg-color: var(--black);
  /* Modal Window */
  --modal-col-max-height: 326px;
  --modal-col-text-color: var(--gray-darker);
  --modal-input-width: 75px;
  --modal-header-bg: #E8E8E8;
  /* Buttons */
  /* Primary */
  --btn-width-l: 134px;
  --btn-max-width-xxl: 215px;
  --btn-max-width-xl: 180px;
  --btn-max-width-lg: 160px;
  --btn-max-width-md: 140px;
  --btn-max-width-sm: 100px;
  --btn-max-width-xs: 80px;
  --btn-min-height: 34px;
  --btn-height-lg: 48px;
  --btn-height-md: var(--btn-min-height);
  --btn-height-sm: 28px;
  --btn-primary-text: var(--white);
  --btn-primary-text-hover: var(--btn-primary-text);
  --btn-text-color: #ffffff;
  --btn-text-color-ghost: #696974;
  /* Btn Icon */
  --btn-icon-sm: 34px;
  /* Ghost */
  --btn-ghost-text: var(--black);
  --btn-ghost-text-hover: var(--btn-primary-text);
  --btn-ghost-background: transparent;
  --btn-ghost-background-hover: var(--primary-color);
  /* Cancel Ghost */
  --btn-cancel-ghost-text: var(--gray-dark);
  --btn-cancel-ghost-bg: var(--white);
  --btn-cancel-ghost-bg-hover: var(--border-color);
  --btn-width-sm: 90px;
  --btn-min-height-sm: 28px;
  /* Drop-down */
  --btn-dropdown-padding: var(--padding-md);
  --btn-dropdown-bg-color: var(--primary-color);
  --btn-dropdown-min-height: var(--btn-min-height);
  --btn-dropdown-min-width: var(--btn-width-l);
  --btn-dropdown-font-size: var(--font-size-sm);
  --btn-dropdown-font-weight: var(--bold);
  --btn-dropdown-color: var(--main-font-color);
  --btn-dropdown-border-width: var(--border-width-md);
  --btn-dropdown-border-radius: var(--border-radius-md);
  --btn-filter-dropdown-hover-color: var(--gray-light);
}

/**
 * @section     Structures

    @subsections
    - Standard (only content)
    - Action bar + Content
    - Content + Info column
    - Action bar + Content + Info column

 */
.MainBox {
  position: relative;
  padding: var(--main-page-padding);
  background: var(--main-bg-color);
  display: flex;
  gap: var(--gap-md);
  flex-wrap: wrap;
  flex-direction: column;
  flex: 1;
}

.LayoutFixedSidebar {
  display: flex;
  flex-flow: row;
  flex: 1;
  padding-bottom: var(--padding-md);
}

.LayoutFixedSidebar.SidebarFirst {
  gap: 0;
  border-top: var(--border-width) var(--border-solid) var(--border-color);
}

.LayoutFixedSidebar.SidebarFirst > .SidebarColumn {
  max-width: 270px;
  float: left;
  margin-left: 0;
  margin-right: var(--margin-lg);
}

.LayoutFixedSidebar > .SidebarColumn {
  overflow-x: hidden;
  width: 100%;
}

/**
* @subsection  |  Standard (only content)
*/
/**
* @subsection  |  Action bar + Content
*/
.LayoutFixedSidebar.ActionsSideBar {
  display: flex;
  padding: 0;
}

.ActionsSideBar.LayoutFixedSidebar .ActionsSideBarComp {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: var(--main-page-padding);
  background: var(--white);
  border-right: var(--border-width) var(--border-solid) var(--border-color);
  box-sizing: border-box;
  width: 100%;
  max-width: 300px;
  gap: var(--gap-md);
}

.LayoutFixedSidebar > .ContentColumn {
  display: flex;
  flex-flow: column;
  align-self: self-start;
  gap: var(--gap-md);
  justify-content: unset;
  flex: 1;
  padding: var(--main-page-padding);
  overflow: hidden;
  width: 100%;
}

/**
* @subsection  |  Content + Info column
*/
.mainStructure.LayoutFixedSidebar {
  display: flex;
  flex-direction: column;
  gap: var(--gap-md);
  flex-wrap: nowrap;
  align-items: initial;
}

.mainStructure.LayoutFixedSidebar .mainContent {
  display: flex;
  flex-direction: row-reverse;
  gap: var(--main-page-padding);
}

.mainStructure.LayoutFixedSidebar .SidebarColumn {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: var(--side-bar-width-desktop);
  gap: var(--gap-md);
}

.mainStructure.LayoutFixedSidebar .ContentColumn {
  display: flex;
  flex-direction: column;
  width: calc(100% - var(--side-bar-width-desktop));
  padding: 0;
  gap: var(--gap-md);
}

/**
* @subsection  |  Action bar + Content + Info column
*/
.ContentWrapper {
  display: flex;
  width: 100%;
  max-width: 1600px;
  align-self: center;
  gap: var(--gap-md);
  padding: var(--main-page-padding);
}

.ActionsSideBar.LayoutFixedSidebar .ContentWrapper {
  display: flex;
  flex-direction: column;
  padding: var(--main-page-padding);
  width: calc(100% - 270px);
}

.ActionsSideBar.LayoutFixedSidebar .ContentWrapper .InnerMainBoxContent {
  display: flex;
  flex-direction: row-reverse;
  gap: var(--gap-md);
}

.LayoutFixedSidebar.SidebarFirst > .ContentColumn .InnerMainBoxContent .InnerSidebarColumn {
  margin: 0;
}

.LayoutFixedSidebar.SidebarFirst > .ContentColumn .InnerMainBoxContent .InnerSidebarColumn {
  display: flex;
  flex-direction: column;
  gap: var(--gap-md);
  width: 100%;
  max-width: var(--side-bar-width-desktop);
  float: right;
  padding-left: 16px;
}

.ActionsSideBar.LayoutFixedSidebar .ContentWrapper .InnerMainBoxContent .ContentColumn {
  display: flex;
  flex-flow: column;
  min-width: calc(100% - 270px);
  padding-right: var(--main-page-padding);
  gap: var(--gap-md);
}

/**
 * @section     Components

    @subsections Base
    - Alert
    - Breadcrumb
    - Buttons
    - Input File Upload
    - Navbar
    - Pagination

    @subsections New
    - Badge
    - Toolbar

 */
/* RESET */
li {
  list-style: none;
}

a, a:hover {
  text-decoration: none;
  cursor: pointer;
}

.align-right-auto {
  margin-left: auto !important;
}

/**
* @subsection  |  Alerts
*/
.MessageBrowser {
  display: block;
  top: 0;
  position: relative;
  width: 100%;
  height: 100%;
}

.SmallBox, .MessageBrowser, .MessageBox, .ACLNote {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: space-between;
  padding: var(--padding-sm) var(--padding-lg);
  margin-top: var(--margin-lg);
  position: relative;
  border-radius: var(--border-radius-xxs);
  gap: var(--gap-md);
}

.Info {
  background: var(--alert-info-bg-color);
  border: 1px solid var(--alert-info-border-color);
}

.Info i,
.Info svg {
  color: var(--alert-info-icon-color);
}

.MessageBrowser .p-desc, .MessageBox > span {
  color: var(--alert-close-icon-color);
  font-size: var(--font-size-sm);
  font-weight: var(--normal);
  padding: 0;
}

.SmallBox .Close,
.MessageBrowser .Close,
.MessageBox .Close,
.ACLNote .Close {
  margin-left: auto;
}

/**
* @subsection  |  Bread crumb
*/
.BreadCrumb {
  display: flex;
  flex-flow: row;
  align-items: center;
  font-weight: var(--semi-bold);
  list-style-type: none;
  margin: 0;
  padding: 0;
  background: transparent;
  position: relative;
  overflow-y: hidden;
  overflow-x: auto;
  white-space: nowrap;
  box-shadow: none;
}

.RTL .BreadCrumb {
  padding-right: 10px;
  padding-left: 15px;
}

.BreadCrumb li {
  display: flex;
  align-content: center;
  padding-left: var(--padding-md);
  position: relative;
  white-space: nowrap;
  text-transform: uppercase;
}

.BreadCrumb li i {
  font-size: var(--font-size-xl);
  color: var(--bread-crumb);
}

.BreadCrumb li > span {
  color: var(--bread-crumb-active);
  font-weight: var(--semi-bold);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.BreadCrumb li:first-child {
  padding-left: 0;
}

.BreadCrumb li:last-child a {
  color: var(--bread-crumb-active);
}

.BreadCrumb li:first-child a i {
  font-size: 16px;
  color: #777;
}

.BreadCrumb li:first-child a:hover i {
  color: #333;
}

.RTL .BreadCrumb li {
  padding-left: 0px;
  padding-right: 20px;
}

.RTL .BreadCrumb li:first-child {
  padding-right: 20px;
}

.BreadCrumb a {
  position: relative;
  color: var(--bread-crumb);
  font-size: var(--font-size-sm);
}

.BreadCrumb a:hover {
  text-decoration: underline;
}

/**
* @subsection  |  Buttons
*/
.btn-main {
  width: 100%;
  min-height: var(--btn-min-height);
  border: none;
  border-radius: var(--border-radius-sm);
  font-weight: var(--semi-bold);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: var(--main-transition);
  padding: 0 var(--padding-md); /*important width limit for btns with longer text*/
  text-align: center;
  font-size: var(--font-size-sm);
  text-decoration: none;
}

.btn-main.Hidden {
  display: none;
}

.btn-main span {
  font-size: var(--font-size-sm);
}

.btn-main:focus {
  color: var(--white);
}

.btn-icon {
  width: var(--btn-icon-sm);
  height: var(--btn-icon-sm);
  min-height: unset;
  min-width: unset;
}

.icon-hover,
.icon-hover-md,
.icon-hover-sm {
  display: flex;
  align-items: center;
  align-self: center;
  justify-content: center;
  width: var(--icon-hover-size);
  height: var(--icon-hover-size);
  min-height: 0 !important;
  border-radius: var(--border-radius-xs);
  transition: var(--main-transition);
}

.icon-hover-md {
  width: var(--icon-hover-md-size);
  height: var(--icon-hover-md-size);
}

.icon-hover:hover,
.icon-hover-md:hover,
.icon-hover-sm:hover {
  cursor: pointer;
  background-color: var(--icon-hover-color-light);
}

/* btn width */
.btn-width-xxl {
  min-width: var(--btn-max-width-xxl);
  max-width: var(--btn-max-width-xxl);
}

.btn-width-xl {
  max-width: var(--btn-max-width-xl);
  min-width: var(--btn-max-width-xl);
}

.btn-width-lg {
  max-width: var(--btn-max-width-lg);
  min-width: var(--btn-max-width-lg);
}

.btn-width-md {
  max-width: var(--btn-max-width-md);
  min-width: var(--btn-max-width-md);
}

.btn-width-sm {
  max-width: var(--btn-max-width-sm);
  min-width: var(--btn-max-width-sm);
}

.btn-width-xs {
  max-width: var(--btn-max-width-xs);
  min-width: var(--btn-max-width-xs);
}

/* btn height */
.btn-height-lg {
  line-height: var(--btn-height-lg);
}

.btn-height-md {
  line-height: var(--btn-height-md);
}

.btn-height-sm {
  line-height: var(--btn-height-sm);
}

/* specific btn types */
.btn-primary,
.btn-primary:focus {
  color: var(--btn-primary-text);
  background: var(--primary-color);
  border: var(--border-width) var(--border-solid) var(--primary-color);
}

.btn-primary:hover,
.btn-primary-ghost:hover {
  color: var(--btn-primary-text-hover);
  background: var(--primary-color-darker);
  border: var(--border-width) var(--border-solid) var(--primary-color-darker);
  cursor: pointer;
  text-decoration: none;
}

.btn-primary-ghost,
.btn-primary-ghost:focus {
  background: var(--btn-ghost-background);
  color: var(--btn-dropdown-color);
  border: var(--border-width) var(--border-solid) var(--primary-color);
}

.btn-primary-ghost:hover {
  border-width: var(--border-width-md);
  text-decoration: none;
}

.btn-cancel-ghost,
.btn-cancel-ghost:focus {
  color: var(--btn-cancel-ghost-text);
  background: transparent;
  /*margin-right: var(--margin-sm);*/
  border: var(--border-width) var(--border-solid) var(--border-color);
}

.CancelClosePopup.btn-cancel-ghost,
.UndoClosePopup.btn-cancel-ghost,
.ClosePopup.btn-cancel-ghost,
.GoBack.btn-cancel-ghost {
  background: transparent;
  margin: 0;
}

.btn-cancel-ghost:hover {
  color: var(--btn-cancel-ghost-text);
  background: var(--btn-cancel-ghost-bg-hover);
  border: var(--border-width) var(--border-solid) var(--border-color);
  cursor: pointer;
  text-decoration: none;
}

.btn-reset-ghost,
.btn-reset-ghost:focus {
  color: var(--btn-cancel-ghost-text);
  background: var(--btn-cancel-ghost-bg);
  /*margin-right: var(--margin-sm);*/
  border: var(--border-width) var(--border-solid) var(--border-color);
}

.CancelClosePopup.btn-reset-ghost,
.UndoClosePopup.btn-reset-ghost,
.ClosePopup.btn-reset-ghost,
.GoBack.btn-reset-ghost {
  background: transparent;
  margin: 0;
}

.btn-reset-ghost:hover {
  color: var(--btn-cancel-ghost-text);
  background: var(--btn-cancel-ghost-bg-hover);
  border: var(--border-width) var(--border-solid) var(--border-color);
  cursor: pointer;
  text-decoration: none;
}

/**
* @subsection  Input File Upload
*/
.component-attachment {
  display: flex;
  flex-direction: column;
  background: var(--white);
  border: var(--border-width) var(--border-solid) var(--border-color);
  border-radius: var(--border-radius-sm);
  overflow: hidden;
  background: var(--white);
}

fieldset .Field.component-attachment {
  gap: 0;
  background: var(--white);
  margin-top: var(--margin-sm);
}

.AgentTicketActionCommon fieldset .Field.component-attachment {
  margin-top: var(--margin-sm);
}

.outer-upload-file {
  display: flex;
}

.outer-upload-file .DnDUpload .ReadyForUpload {
  display: flex;
  align-content: center;
}

.AttachmentListContainer {
  position: relative;
  /*max-width: 622px;*/
  min-width: 100%;
}

.AttachmentListContainer table:empty {
  margin: 0;
}

.AttachmentListContainer .Busy {
  position: absolute;
  left: 0px;
  width: 100%;
  height: 100%;
  top: 0px;
  background: rgba(255, 255, 255, 0.5);
  text-align: center;
  box-sizing: border-box;
  display: none;
  z-index: 11111;
}

.AttachmentListContainer .Busy i {
  vertical-align: middle;
  line-height: 100%;
  position: absolute;
  top: 50%;
  font-size: 20px;
  margin-top: -10px;
}

/**
* @subsection  |  Drag & drop upload
*/
div.DnDUploadBox {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: var(--padding-lg);
  border: var(--border-width) var(--border-solid) var(--border-color);
  border-radius: var(--border-radius-sm);
  background: var(--white);
}

div.DnDUploadBox:hover {
  cursor: pointer;
}

div.DnDUpload {
  display: flex;
  justify-content: center;
  padding: var(--padding-lg);
  width: 100%;
  font-size: var(--font-size-xs);
  font-weight: var(--semi-bold);
  line-height: normal;
  transition: var(--main-transition);
}

input.AjaxDnDUpload.Error + div.DnDUpload {
  color: #ff505e;
  border-color: #ff505e;
}

div.DnDUpload.DragOver {
  border-style: dashed;
  background: var(--overlay-bg);
  color: #444;
}

div.DnDUpload i {
  position: absolute;
  top: 30px;
  left: 50%;
  margin-left: -20px;
  font-size: 20px;
  margin-bottom: 10px;
}

div.DnDUpload i.fa-spinner {
  display: none;
}

div.DnDUpload.Uploading i.fa-download {
  display: none;
}

div.DnDUpload.Uploading i.fa-spinner {
  display: block;
}

div.DnDUpload .UploadRunning {
  display: none;
}

div.DnDUpload.Uploading .ReadyForUpload {
  display: none;
}

div.DnDUpload.Uploading .UploadRunning {
  display: block;
}

table.AttachmentList {
  width: 100%;
  table-layout: fixed;
  border: 0;
  border-bottom: var(--border-width) var(--border-solid) var(--border-color);
}

table.AttachmentList thead {
  display: none;
}

table.AttachmentList tbody tr {
  border: 0;
  border-radius: var(--border-radius-xs);
}

table.AttachmentList tbody tr td {
  padding: 0 var(--padding-sm);
  font-size: var(--font-size-sm);
  font-weight: var(--medium);
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: pre;
  min-width: 125px;
  max-width: 125px;
}

table.AttachmentList tbody tr:nth-child(2n) td {
  background-color: transparent;
}

table.AttachmentList tbody tr:hover td {
  background: var(--table-td-even-bg);
}

table.AttachmentList tbody tr {
  display: block;
}

table.AttachmentList tbody tr,
table.AttachmentList tbody tr td {
  max-height: 50px;
  line-height: normal;
}

table.AttachmentList .Filename {
  color: var(--primary-color);
}

table.AttachmentList .Filetype {
  display: none;
}

table.AttachmentList .Filesize {
  color: var(--gray-semi-dark);
}

table.AttachmentList .Progress {
  display: block;
  height: 4px;
  margin: 3px 0px;
  background: #f92;
  width: 0px;
}

table.AttachmentList tbody tr td:last-child {
  width: 100%;
  text-align: right;
  padding-top: 0;
  padding-bottom: 0;
}

table.AttachmentList .AttachmentDelete {
  display: inline-flex;
}

table.AttachmentList .AttachmentDelete i {
  width: 16px;
  height: 16px;
}

table.AttachmentList.DataTable thead th {
  line-height: 12px;
}

/**
* @subsection  Navbar
*/
#Header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: auto;
  padding: var(--padding-sm) var(--padding-lg) !important;
  background: var(--menu-bg);
  color: var(--menu-font);
  position: relative;
  border-bottom: var(--border-width) var(--border-solid) var(--border-color);
  z-index: 100;
}

#Header > #NavigationContainer {
  position: relative !important;
  top: 0 !important;
  left: 0 !important;
  z-index: 20;
  width: auto !important;
  height: auto !important;
  overflow: visible;
  display: flex;
  align-items: center;
  flex-grow: 1;
}

#Header #Logo {
  top: 0;
  right: 0;
  left: 0;
  width: 120px;
  height: 27px;
  background: url(../assets/images/logo_black.svg) no-repeat;
  background-size: contain;
  position: relative;
  display: inherit;
}

#NavigationContainer #Navigation {
  left: 0px;
  position: relative;
  padding-left: var(--padding-lg);
  width: 100%;
  margin-bottom: 0;
}

#Navigation > li {
  float: left;
  position: relative;
  padding: 0 15px;
}

#Header #Navigation > li:hover > a::after,
#Header #Navigation > li:active > a::after,
#Header #Navigation > li > a:hover::after,
#Header #Navigation > li > a:active::after,
#Header #Navigation > li > a:focus::after,
#Header #Navigation > li.Selected > a::after {
  transform: scale(1, 1);
}

#Header #Navigation > li > a::after {
  content: "";
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: -12px;
  left: 0px;
  background: var(--primary-color);
  transform: scale(0, 1);
  transform-origin: 0;
  transition: transform 300ms ease;
  will-change: transform;
  border-radius: var(--border-radius-xs) var(--border-radius-xs) 0 0;
}

#Header #Navigation > .Selected > a {
  color: var(--primary-color);
}

#Header #Navigation > li > a {
  display: block;
  height: auto;
  padding: var(--padding-sm) 0;
  font-size: var(--main-font-size);
  line-height: var(--main-line-height);
  color: var(--menu-font);
  position: relative;
}

@media only screen and (min-width: 992px) {
  #Header #Navigation li a .fa-caret-down {
    display: none;
  }
}
#Header #HeaderToolBar {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  left: 0;
  top: 0;
  align-items: center;
  gap: var(--gap-sm);
  order: 2;
  margin: 0;
}

#Header #HeaderToolBar li {
  position: relative;
  display: flex;
  flex-direction: column;
  width: auto;
  height: auto;
  margin: 0;
}

#Header #HeaderToolBar .icon-container a.ActivityIcon {
  display: flex;
  text-indent: -9999px;
  position: relative;
  color: var(--gray-dark);
  background: transparent;
  padding: 4px;
  box-sizing: border-box;
  border-radius: var(--border-radius-xs);
  justify-content: center;
  align-items: center;
  transition: var(--main-transition);
  cursor: pointer;
}

#Header .UserAvatar > a:hover,
#Header #HeaderToolBar .icon-container a:hover,
#Header #HeaderToolBar .dropdown-container:hover .ActivityIcon {
  background: var(--gray-light);
}

#Header #HeaderToolBar .icon-container a.ActivityIcon i,
#Header #HeaderToolBar .icon-container a.ActivityIcon svg {
  position: relative;
  display: block !important;
  font-size: 16px;
  font-style: normal;
  font-weight: normal !important;
  padding: 0;
  text-align: center;
  text-indent: 0;
  text-shadow: none;
  width: 24px;
  top: 0;
}

#Header #HeaderToolBar span.activity-new:empty {
  height: 14px;
}

#Header #HeaderToolBar .activity-new {
  right: 0;
  top: -1px;
  position: absolute;
  text-align: center;
  text-indent: 0 !important;
  background: var(--warning-color);
  border: 2px solid var(--white);
  border-radius: var(--border-radius-md);
  color: var(--white);
  font-size: var(--font-size-xs);
  line-height: 16px;
  width: 14px;
  height: 14px;
}

#Header .UserAvatar > a {
  display: flex;
  align-items: center;
  border: none;
  margin-top: 0;
  padding: var(--padding-xs);
  border-radius: 4px;
  background: transparent;
  transition: var(--main-transition);
}

#Header #HeaderToolBar .UserAvatar img {
  width: 23px;
  height: 23px;
  border: 1px solid transparent;
  display: block;
  border-radius: 50px;
  cursor: pointer;
}

/**
* @subsection  |  Pagination
*/
.Pagination {
  display: flex;
  flex-flow: row;
  justify-content: flex-end;
  margin-right: 0;
  font-size: var(--main-font-size);
  padding: var(--padding-sm) var(--padding-xl);
  background: var(--white);
}

.Content > .Pagination:first-child {
  border-top: 0;
}

.Pagination:empty {
  padding: 0;
  display: none;
}

.SidebarColumn .Pagination {
  background: transparent;
  border-top: 0;
}

.Pagination:empty,
.Pagination:is(:empty),
.Pagination:has(.page-links:empty) {
  padding: 0;
  display: none;
}

.Pagination ul {
  display: flex;
  align-items: baseline;
  flex-flow: row;
  gap: var(--padding-md);
}

.Pagination ul li {
  display: flex;
  position: relative;
  height: 26px;
}

.Pagination ul li:first-child:after {
  width: 0;
  height: 0;
  background-color: transparent;
}

.Pagination li,
.Pagination li span {
  align-self: center;
  font-size: var(--font-size-sm);
  color: var(--gray-semi-dark);
}

.Pagination ul li a:first-child {
  margin-left: 0px;
  position: relative;
}

.Pagination a {
  color: var(--gray-semi-dark);
}

.Pagination .page-links a:hover {
  border-radius: var(--border-radius-xs);
  border-color: var(--border-color);
}

.Pagination .page-links {
  display: flex;
  flex-flow: row;
}

.Pagination .page-links a {
  display: flex;
  position: relative;
  width: 26px;
  height: 26px;
  align-items: center;
  justify-content: center;
  border-radius: var(--border-radius-xs);
  border: var(--border-width) var(--border-solid) transparent;
  transition: var(--main-transition);
}

.Pagination .page-links a:first-child {
  margin-left: var(--margin-xs);
}

.Pagination .page-links a:first-child::after {
  display: inline-block;
  content: "";
  position: absolute;
  width: 1px;
  height: 26px;
  top: 0;
  background-color: var(--gray-light);
  left: -7px;
}

.Pagination .page-links a:hover {
  background-color: var(--gray-light);
  color: var(--gray-semi-dark);
}

.Pagination.page-links a:hover {
  background: rgba(1, 1, 1, 0.08);
}

.Pagination .page-links a.pagination-travel-l,
.Pagination .page-links a.pagination-travel-r,
.Pagination .page-links a.pagination-travel-one-l,
.Pagination .page-links a.pagination-travel-one-r {
  font-size: var(--main-font-size);
  border: var(--border-width) var(--border-solid) var(--border-color);
}

.Pagination .page-links a.pagination-travel-l,
.Pagination .page-links a.pagination-travel-one-l {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: 0;
}

.Pagination .page-links a.pagination-travel-r,
.Pagination .page-links a.pagination-travel-one-r {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.Pagination .page-links a.pagination-travel-one-l {
  margin-left: var(--padding-sm);
}

.Pagination .page-links > a.pagination-travel-one-r {
  margin-right: var(--padding-sm);
}

.RTL .Pagination {
  float: left;
}

form.Pagination > * {
  float: left;
}

.RTL .Pagination > * {
  float: right;
}

.Pagination > span {
  margin-top: 3px;
}

form.Pagination a {
  height: 24px;
  width: 24px;
  display: block;
}

.Pagination a.Selected {
  font-weight: bold;
  color: var(--primary-color);
  pointer-events: none;
}

.Pagination a.Selected:hover {
  background-color: transparent;
  color: var(--primary-color);
}

.Pagination .PaginationLimit {
  color: var(--alert-error-icon-color);
}

.Pagination a span {
  margin: 7px 6px;
  height: 9px;
  width: 11px;
  text-indent: -9999px;
  background: url(../img/arrows.png) no-repeat;
  display: block;
}

/*.Pagination .ArrowLeft span {
    background-position: left top;
}

.RTL .Pagination .ArrowLeft span {
    background-position: right top;
}

.Pagination .ArrowRight span {
    background-position: right top;
}

.RTL .Pagination .ArrowRight span {
    background-position: left top;
}*/
.Pagination input {
  width: 16px;
  margin-right: 2px;
  padding: 1px 3px;
  font-size: 11px;
  font-family: inherit;
  text-align: right;
}

@media only screen and (max-width: 1024px) {
  .WidgetSimple span.Pagination {
    display: none;
  }
  .WidgetSimple span.Pagination.AsBlock {
    display: flex;
  }
}
/* ########################################################### */
/* 
  @subsections New 
*/
/**
* @subsection  |  Badge
*/
.badge {
  padding: 4px 8px;
  background: var(--primary-color-rgb);
  color: var(--black);
  font-size: var(--font-size-sm);
  border-radius: var(--border-radius-sm);
}

.badge:empty {
  display: none;
}

.badge.margin-left_sm {
  margin-left: var(--margin-sm);
}

body a .fa.fa-caret-right {
  display: none !important;
}

/**
* @subsection  |  Toolbar
*/
.toolbar-row-wrapper .toolbar-row {
  display: flex;
  align-items: flex-start;
  padding: var(--padding-sm) var(--padding-lg);
  border-bottom: var(--border-width) var(--border-solid) var(--border-color);
  transition: var(--main-transition);
  background: var(--white);
}

.toolbar-row-wrapper .toolbar-row .component-wrapper:first-child {
  padding-left: 0;
  border-left: 0;
}

.toolbar-row-wrapper .toolbar-row .component-wrapper {
  display: flex;
  color: var(--black);
  flex-direction: column;
  padding: 0 var(--padding-sm);
  border-left: var(--border-width) var(--border-solid) var(--border-color);
}

.toolbar-row-wrapper .toolbar-row .component-wrapper:last-child {
  border-left: 0;
}

.toolbar-row-wrapper .toolbar-row .component-wrapper > label {
  font-size: var(--font-size-sm);
  margin-left: 7px;
}

.toolbar-row-wrapper .toolbar-row .component-wrapper ul {
  display: flex;
  gap: var(--padding-xs);
  padding-top: var(--padding-xs);
}

.dropdown-item, .dropdown-item a, .dropdown-item.Selected a {
  color: var(--menu-font);
  font-size: var(--font-size-sm);
}

.dropdown-item, .dropdown-filter .dropdown-menu li {
  width: 100%;
  display: flex;
  margin: 0;
  box-sizing: border-box;
  justify-content: space-between;
  padding: var(--padding-xs);
  border-radius: var(--border-radius-xs);
  transition: var(--main-transition);
  align-items: center;
}

.dropdown-item,
.dropdown-item a,
.dropdown-item.Selected a {
  color: var(--menu-font);
  font-size: var(--font-size-sm);
}

.dropdown-item, .dropdown-filter .dropdown-menu li {
  width: 100%;
  display: flex;
  margin: 0;
  box-sizing: border-box;
  justify-content: space-between;
  padding: var(--padding-xs);
  border-radius: var(--border-radius-xs);
  transition: var(--main-transition);
  align-items: center;
}

.toolbar-row-wrapper .toolbar-row ul li a .iconWrapper {
  display: flex;
  height: 22px;
  width: 22px;
  position: relative;
  background: transparent;
  color: var(--gray-dark);
  padding: 0;
  box-sizing: border-box;
  justify-content: center;
  align-items: center;
}

.toolbar-row-wrapper .toolbar-row ul li a .iconWrapper i,
.toolbar-row-wrapper .toolbar-row ul li a .iconWrapper svg {
  position: relative;
  display: block !important;
  font-size: var(--font-size-lg);
  color: var(--gray-dark);
  font-style: normal;
  font-weight: normal !important;
  padding: 0;
  text-align: center;
  text-indent: 0;
  text-shadow: none;
  width: 24px;
  top: 0;
}

.toolbar-row-wrapper .toolbar-row .component-last-views ul {
  gap: var(--padding-sm);
  flex-wrap: wrap;
}

.toolbar-row-wrapper .toolbar-row .component-wrapper ul {
  display: flex;
  gap: var(--padding-xs);
  padding-top: var(--padding-xs);
}

.LastViewToolBarRow {
  width: fit-content !important;
  width: -moz-fit-content !important;
}

.ToolTip {
  position: relative;
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: center;
}

.ToolTip .ToolTipContent::after {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  border-top: 1px solid;
  border-top-color: currentcolor;
  border-left: 1px solid;
  border-left-color: currentcolor;
  border-color: var(--black);
  top: -4px;
  left: 11px;
  background: var(--black);
  transform: rotate(45deg);
}

.ToolTipContent::after {
  border-bottom-color: #333 !important;
}

.ToolTip .ToolTipContent {
  visibility: hidden;
  width: -moz-max-content;
  width: max-content;
  padding: var(--padding-sm);
  position: absolute;
  z-index: 100;
  left: 0;
  top: 34px;
  background: var(--black);
  border-radius: var(--border-radius-xxs);
}

.ToolTipText,
.ToolTipText fieldset {
  display: flex;
  flex-flow: column;
  align-items: flex-start;
}

.ToolTip .ToolTipContent p {
  color: var(--white);
}

p {
  line-height: 1.3em;
}

.ToolTipText fieldset {
  padding-top: var(--padding-md);
  gap: 2px;
}/*# sourceMappingURL=styles.min.css.map */