/*-----------------------------------------------------------------------------------*/
@font-face {
  font-family: "Poppins, sans-serif";
  src: url("../fonts/poppins/Poppins-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: "Poppins, sans-serif";
  src: url("../fonts/poppins/Poppins-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: "Poppins, sans-serif";
  src: url("../fonts/poppins/Poppins-Light.ttf");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Poppins, sans-serif";
  src: url("../fonts/poppins/Poppins-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Poppins, sans-serif";
  src: url("../fonts/poppins/Poppins-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Poppins, sans-serif";
  src: url("../fonts/poppins/Poppins-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Poppins, sans-serif";
  src: url("../fonts/poppins/Poppins-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Poppins, sans-serif";
  src: url("../fonts/poppins/Poppins-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: "Poppins, sans-serif";
  src: url("../fonts/poppins/Poppins-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}

/*--  Nunito font  --*/
@font-face {
  font-family: "Nunito", sans-serif;
  src: url("../fonts/nunito/Nunito-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: "Nunito", sans-serif;
  src: url("../fonts/nunito/Nunito-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Nunito", sans-serif;
  src: url("../fonts/nunito/Nunito-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Nunito", sans-serif;
  src: url("../fonts/nunito/Nunito-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Nunito", sans-serif;
  src: url("../fonts/nunito/Nunito-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Nunito", sans-serif;
  src: url("../fonts/nunito/Nunito-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Nunito", sans-serif;
  src: url("../fonts/nunito/Nunito-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: "Nunito", sans-serif;
  src: url("../fonts/nunito/Nunito-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}

/* Utilities */
/* Font Family */
/* iconfont */
/* Site main Color */
/* mixin */
/* Components */
/** General **/
body {
  background-color: #fff;
  font-family: "Poppins, sans-serif";
  letter-spacing: 0.03rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Nunito", sans-serif;
  letter-spacing: 0.03rem;
  color: #484d54;
  font-weight: 600;
}

.font-family-title {
  font-family: "Nunito", sans-serif;
}

a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.none {
  display: none;
}

input:focus,
input:active,
.form-control:focus,
.form-control:active,
textarea:focus,
textarea:active {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #eee;
  color: #777;
}

input::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  font-size: 13px;
  color: #999;
}

input::-moz-placeholder,
.form-control::-moz-placeholder,
textarea::-moz-placeholder {
  font-size: 13px;
  color: #999;
}

input:-ms-input-placeholder,
.form-control:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  font-size: 13px;
  color: #999;
}

input::-ms-input-placeholder,
.form-control::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  font-size: 13px;
  color: #999;
}

input::placeholder,
.form-control::placeholder,
textarea::placeholder {
  font-size: 13px;
  color: #999;
}

.gx-main-content {
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  padding: 72px 0 0 0;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.sb-hide .gx-main-content {
  width: 100%;
  margin-left: 0;
}

b {
  color: #5f6af5;
}

code[class*=language-],
pre[class*=language-] {
  text-shadow: none;
}

/* Spacing */
.m-t-10 {
  margin-top: 10px !important;
}

.m-t-15 {
  margin-top: 15px !important;
}

.m-t-30 {
  margin-top: 30px !important;
}

.m-b-15 {
  margin-bottom: 15px !important;
}

/*  Loader  */
#gx-overlay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#gx-overlay .gx-ellipsis div {
  -webkit-animation-timing-function: cubic-bezier(0, 1, 1, 0);
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

#gx-overlay .gx-ellipsis div:nth-child(1) {
  background: #5f6af5;
  left: 8px;
  -webkit-animation: lds-ellipsis1 0.6s infinite;
  animation: lds-ellipsis1 0.6s infinite;
}

#gx-overlay .gx-ellipsis div:nth-child(2) {
  background: #ff4f7f;
  left: 8px;
  -webkit-animation: lds-ellipsis2 0.6s infinite;
  animation: lds-ellipsis2 0.6s infinite;
}

#gx-overlay .gx-ellipsis div:nth-child(3) {
  background: #5f6af5;
  left: 32px;
  -webkit-animation: lds-ellipsis2 0.6s infinite;
  animation: lds-ellipsis2 0.6s infinite;
}

#gx-overlay .gx-ellipsis div:nth-child(4) {
  background: #ff4f7f;
  left: 56px;
  -webkit-animation: lds-ellipsis3 0.6s infinite;
  animation: lds-ellipsis3 0.6s infinite;
}

@-webkit-keyframes lds-ellipsis1 {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes lds-ellipsis1 {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes lds-ellipsis3 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}

@keyframes lds-ellipsis3 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}

@-webkit-keyframes lds-ellipsis2 {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  100% {
    -webkit-transform: translate(24px, 0);
    transform: translate(24px, 0);
  }
}

@keyframes lds-ellipsis2 {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  100% {
    -webkit-transform: translate(24px, 0);
    transform: translate(24px, 0);
  }
}

/** Sidebar css **/
.gx-sb-list .gx-sb-item a {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/* Colors */
.color-primary {
  color: #5f6af5;
}

.color-secondary {
  color: #ff4f7f;
}

.color-success {
  color: #2bbb93;
}

.color-info {
  color: #50d1f8;
}

.color-warning {
  color: #ffa04f;
}

.color-danger {
  color: #fb2f2f;
}

.color-dark {
  color: #1d2531;
}

.bg-color-primary {
  color: #5f6af5;
}

.bg-color-secondary {
  color: #ff4f7f;
}

.bg-color-success {
  color: #2bbb93;
}

.bg-color-info {
  color: #50d1f8;
}

.bg-color-warning {
  color: #ffa04f;
}

.bg-color-danger {
  color: #fb2f2f;
}

.bg-color-dark {
  color: #1d2531;
}

.bg-primary {
  background-color: #5f6af5 !important;
}

.bg-secondary {
  background-color: #ff4f7f !important;
}

.gx-btn-primary,
.gx-primary-btn {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.gx-textarea textarea::-webkit-input-placeholder {
  font-size: 13px;
  font-weight: 400;
  color: #999;
}

.gx-textarea textarea::-moz-placeholder {
  font-size: 13px;
  font-weight: 400;
  color: #999;
}

.gx-textarea textarea:-ms-input-placeholder {
  font-size: 13px;
  font-weight: 400;
  color: #999;
}

.gx-textarea textarea::-ms-input-placeholder {
  font-size: 13px;
  font-weight: 400;
  color: #999;
}

.gx-textarea textarea::placeholder {
  font-size: 13px;
  font-weight: 400;
  color: #999;
}

/* knowledgebase */
.article-votes-controls button {
  -webkit-transition: background-color 0.12s ease-in-out, border-color 0.12s ease-in-out, color 0.15s ease-in-out;
  transition: background-color 0.12s ease-in-out, border-color 0.12s ease-in-out, color 0.15s ease-in-out;
}

.article-votes-controls button:hover {
  background-color: #5f6af5;
  color: #fff;
}

.dropdown {
  border-radius: 5px;
}

.dropdown .dropdown-toggle {
  width: 30px;
  height: 30px;
  padding: 0;
  background: transparent;
  border: 1px solid #eee;
  border-radius: 5px;
}

.dropdown .dropdown-toggle:after {
  display: none;
}

.dropdown .dropdown-toggle:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.dropdown .dropdown-toggle i {
  color: #777;
  line-height: 29px;
}

.gx-code {
  border-width: 0.1em 0.1em 0.1em 0.8em;
}

.gx-code pre {
  line-height: 125%;
}

.gx-code pre span,
.gx-code pre code {
  color: #777;
  background-color: #fff;
}

.gx-material-icons .hide {
  display: none;
}

.material-icons {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
}

.material-icons div {
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #eee;
  border-radius: 5px;
}

.material-icons div code {
  border: 1px solid #f3f3f3;
  width: 65px;
  color: #d63384;
  font-size: 14px;
  margin-left: 5px;
  margin-right: 5px;
  border-radius: 5px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  line-height: 24px;
  cursor: pointer;
}

.material-icons div span {
  cursor: pointer;
  font-size: 13px;
  text-overflow: ellipsis;
  display: inline-block;
  max-width: calc(100% - 90px);
  overflow: hidden;
  vertical-align: middle;
  white-space: nowrap;
  color: #777;
}

.material-icons div i {
  display: inline-block;
  width: 32px;
  height: 24px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  line-height: 24px;
}

.gx-remix-icons {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.gx-remix-icons .header-tools {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.gx-remix-icons .header-tools input {
  margin-bottom: 15px;
  padding: 8px 15px;
  border: 1px solid #eee;
  border-radius: 5px;
  font-size: 13px;
  color: #777;
}

.gx-remix-icons .header-tools input:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.gx-remix-icons .remix-unicode-icon {
  margin-bottom: 24px;
}

.gx-remix-icons .remix-unicode-icon.hide {
  display: none;
}

.gx-remix-icons .gx-icon-block {
  width: 100%;
  height: 100%;
  padding: 15px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(72, 85, 104, 0.07);
  border-radius: 5px;
}

.gx-remix-icons .gx-icon-block .remix-icons {
  margin-bottom: 15px;
  color: #485568;
  font-family: "remixicon" !important;
  font-size: 26px;
}

.gx-remix-icons .gx-icon-block h4 {
  font-family: "Poppins, sans-serif";
  font-size: 14px;
  color: #777;
  font-size: 13px;
  text-align: center;
}

.remix-unicode {
  font-size: 13px;
  color: #777;
  font-family: "remixicon" !important;
}

.gx-breadcrumb ul li:not(:first-child) {
  padding-left: 20px;
}

.gx-breadcrumb ul li:not(:first-child):after {
  content: "\ea6e";
  font-family: "remixicon" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  top: 0;
  left: 3px;
}

.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
  display: initial;
  width: initial;
  height: initial;
}

.appear {
  -webkit-animation: appear 500ms ease-out forwards;
  animation: appear 500ms ease-out forwards;
}

@-webkit-keyframes appear {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  50% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }

  75% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes appear {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  50% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }

  75% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.white-mode-logo {
  display: block;
}

.dark-mode-logo {
  display: none;
}

.gx-card-header .close-topic {
  display: none;
}

/* Responsive css sidebar */
@media only screen and (max-width: 1199px) {
  .gx-card-header .close-topic {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media only screen and (max-width: 991px) {
  .material-icons {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}

@media only screen and (max-width: 767px) {
  .material-icons {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}

@media only screen and (max-width: 575px) {
  .gx-main-content {
    width: 100%;
    margin-left: 0px;
  }

  .sb-collapse .gx-main-content {
    width: 100%;
    margin-left: 0px;
  }

  .right-header .gx-btn-primary {
    display: none !important;
  }
}

/* ====================================== 
   Tools sidebar 
========================================= */
.gx-tools-sidebar-overlay {
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 41;
}

.gx-tools-sidebar {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateX(300px);
  transform: translateX(300px);
}

.gx-tools-sidebar .gx-tools-sidebar-toggle {
  -webkit-transition: all ease-in 0.3s;
  transition: all ease-in 0.3s;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.gx-tools-sidebar .gx-tools-sidebar-toggle i {
  -webkit-animation: rotation 3s infinite linear;
  animation: rotation 3s infinite linear;
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.gx-tools-sidebar .gx-tools-detail {
  height: calc(100vh - 72px);
  padding: 0 15px 15px 15px;
  overflow: auto;
}

.gx-tools-sidebar .gx-tools-detail::-webkit-scrollbar {
  background-color: transparent;
  width: 7px;
  height: 7px;
  position: absolute;
}

.gx-tools-sidebar .gx-tools-detail::-webkit-scrollbar-thumb {
  background-color: rgba(80, 93, 113, 0.5);
  border-radius: 5px;
}

.gx-tools-sidebar .gx-tools-detail .gx-tools-block h3 {
  font-family: "Poppins, sans-serif";
}

.gx-tools-sidebar .gx-tools-detail .gx-tools-block .gx-tools-info .gx-tools-item.active {
  position: relative;
}

.gx-tools-sidebar .gx-tools-detail .gx-tools-block .gx-tools-info .gx-tools-item.active:after {
  font-family: remixicon !important;
  content: "\eb79";
  width: 30px;
  height: 30px;
  font-size: 16px;
  position: absolute;
  top: 10px;
  right: 10px;
  border-radius: 10px;
  background-color: rgba(95, 106, 245, 0.7);
  color: #f5f5f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.gx-tools-sidebar .gx-tools-detail .gx-tools-block .gx-tools-info .gx-tools-item.active img {
  border-color: #5f6af5;
}

.active-variant {
  position: relative;
}

.active-variant:after {
  font-family: remixicon !important;
  content: "\eb79";
  height: 35px;
  width: 35px;
  font-size: 18px;
  position: absolute;
  color: #f5f5f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.color-primary {
  background: #5f6af5;
}

.color-1 {
  background: #55ca9a;
}

.color-2 {
  background: #f5885f;
}

.color-3 {
  background: #32dbe2;
}

.color-4 {
  background: #3f51b5;
}

.color-5 {
  background: #f44336;
}

.color-6 {
  background: #e91e63;
}

.color-7 {
  background: #607d8b;
}

.color-8 {
  background: #4e5969;
}

.color-9 {
  background: #03492f;
}

.open-tools {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

/** Header css **/
.gx-header,
[data-header-mode-tool=light] {
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  -webkit-box-shadow: 0 0 10px -3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 10px -3px rgba(0, 0, 0, 0.15);
}

.gx-header .gx-header-items .header-search-box .open-search,
[data-header-mode-tool=light] .gx-header-items .header-search-box .open-search {
  display: none;
}

.gx-header .gx-header-items .header-search-box input::-webkit-input-placeholder,
[data-header-mode-tool=light] .gx-header-items .header-search-box input::-webkit-input-placeholder {
  font-size: 13px;
}

.gx-header .gx-header-items .header-search-box input::-moz-placeholder,
[data-header-mode-tool=light] .gx-header-items .header-search-box input::-moz-placeholder {
  font-size: 13px;
}

.gx-header .gx-header-items .header-search-box input:-ms-input-placeholder,
[data-header-mode-tool=light] .gx-header-items .header-search-box input:-ms-input-placeholder {
  font-size: 13px;
}

.gx-header .gx-header-items .header-search-box input::-ms-input-placeholder,
[data-header-mode-tool=light] .gx-header-items .header-search-box input::-ms-input-placeholder {
  font-size: 13px;
}

.gx-header .gx-header-items .header-search-box input::placeholder,
[data-header-mode-tool=light] .gx-header-items .header-search-box input::placeholder {
  font-size: 13px;
}

.gx-header .gx-header-items .header-search-box .search-btn,
[data-header-mode-tool=light] .gx-header-items .header-search-box .search-btn {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.gx-header .gx-header-items .outer-ring,
[data-header-mode-tool=light] .gx-header-items .outer-ring {
  width: 30px;
  height: 18px;
  display: block;
  border: 1px solid #9799a7;
  border-radius: 30px;
  position: relative;
}

.gx-header .btn-topic,
[data-header-mode-tool=light] .btn-topic {
  display: none;
}

[data-header-mode-tool=dark] {
  background-color: rgba(26, 32, 43, 0.95);
}

[data-header-mode-tool=dark] .gx-header-items .header-search-box input {
  background: #1e2531;
  border-color: #313a4b;
  color: #aab2bf;
}

[data-header-mode-tool=dark] .gx-header-items .header-search-box input:focus {
  border-color: #313a4b;
}

[data-header-mode-tool=dark] .gx-header-items .gx-hover-drop:hover {
  background-color: #181d27;
}

[data-header-mode-tool=dark] .gx-header-items .gx-hover-drop i {
  color: #9ba5b5;
}

[data-header-mode-tool=dark] .gx-header-items .gx-right-tool>a:hover {
  background-color: #181d27;
}

[data-header-mode-tool=dark] .gx-header-items .gx-right-tool i {
  color: #9ba5b5;
}

[data-header-mode-tool=light] {
  background-color: rgba(255, 255, 255, 0.93);
}

[data-header-mode-tool=light] .gx-header-items .right-header .gx-right-tool>a:hover {
  background-color: #e9ecef;
}

[data-header-mode-tool=light] .gx-header-items .right-header .gx-right-tool>a i {
  color: #485568;
}

[data-header-mode-tool=light] .gx-header-items .right-header .gx-right-tool i {
  color: #485568;
}

[data-header-mode-tool=light] .gx-header-items .right-header .gx-hover-drop:hover {
  background-color: #e9ecef;
}

/* Responsive css sidebar */
@media only screen and (max-width: 1199px) {
  .gx-header .btn-topic {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media only screen and (max-width: 991px) {
  .gx-header .gx-header-items .header-search-drop:hover .gx-search {
    margin-top: 0;
    opacity: 1;
    visibility: visible;
  }

  .gx-header .gx-header-items .header-search-box .open-search {
    width: 30px;
    height: 30px;
    display: block;
    color: #9799a7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 21px;
  }

  .gx-header .gx-header-items .header-search-box .search-btn {
    right: 18px;
  }

  .gx-header .gx-header-items .header-search-box .gx-search {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 300px;
    margin-top: 15px;
    padding: 15px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 10px -3px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 10px -3px rgba(0, 0, 0, 0.15);
    position: absolute;
    opacity: 0;
    visibility: hidden;
    top: 50px;
    left: auto !important;
    display: block;
    background-color: #fff;
  }

  .gx-header .gx-header-items .header-search-box .gx-search input {
    width: 100%;
    min-width: 100%;
  }

  .gx-header .gx-header-items .outer-ring .inner-ring {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    left: 4px;
    right: auto;
  }

  .gx-header .gx-header-items .gx-toggle-sidebar.active .outer-ring .inner-ring {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    right: 4px;
    left: auto;
  }
}

@media only screen and (max-width: 767px) {
  .gx-header .gx-header-items .header-search-box {
    margin-left: 15px;
  }

  .gx-header .gx-header-items .header-search-box .open-search {
    font-size: 18px;
  }

  .gx-header .gx-header-items .header-search-box .gx-search {
    top: 45px;
  }

  .gx-header .gx-header-items .left-header {
    height: 60px;
  }

  .gx-header .gx-header-items .right-header .gx-hover-tool img.user {
    width: 30px;
    height: 30px;
  }

  .gx-header .gx-header-items .right-header .gx-hover-tool img.flag {
    width: 18px;
    height: 18px;
  }

  .gx-header .gx-header-items .right-header .gx-right-tool i {
    font-size: 18px;
  }

  .gx-header .gx-header-items .right-header .gx-right-tool>a {
    width: 30px;
    height: 30px;
  }

  .gx-header .gx-header-items .right-header .gx-hover-drop {
    width: 30px;
    height: 30px;
  }

  .gx-header .gx-header-items .right-header .gx-hover-drop .gx-hover-drop-panel {
    top: 45px;
  }

  .gx-header .gx-header-items .right-header .gx-right-tool {
    margin-left: 5px;
  }

  .gx-header .gx-header-items .right-header .gx-user-drop {
    margin-left: 10px;
  }
}

@media only screen and (max-width: 575px) {
  .sb-collapse .gx-header {
    width: 100%;
    margin-left: 0px;
  }

  .gx-right-tool.display-screen,
  .gx-right-tool.display-dark {
    display: none;
  }
}

@media only screen and (max-width: 420px) {
  .gx-header .gx-header-items .header-search-box {
    position: unset;
  }

  .gx-header .gx-header-items .header-search-box .gx-search {
    width: calc(100% - 30px);
    left: 15px;
    right: 15px;
    top: 60px;
  }

  .gx-right-tool.apps .gx-hover-drop {
    position: unset;
  }

  .gx-right-tool.apps .gx-hover-drop-panel {
    width: calc(100% - 30px);
    left: 15px;
    right: 15px;
    top: 60px;
  }

  .gx-right-tool.apps .gx-hover-drop-panel ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

/* Layouts */
/** All Cards **/
.gx-full-card-close {
  display: none;
}

.gx-card-overlay {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 42;
}

.topic-sidebar {
  height: calc(100vh - 120px);
  overflow: auto;
}

.topic-sidebar::-webkit-scrollbar {
  background-color: transparent;
  width: 7px;
  height: 7px;
  position: absolute;
}

.topic-sidebar::-webkit-scrollbar-thumb {
  background-color: transparent;
  border-radius: 5px;
}

.topic-sidebar:hover::-webkit-scrollbar {
  background-color: transparent;
  width: 7px;
  height: 7px;
  position: absolute;
}

.topic-sidebar:hover::-webkit-scrollbar-thumb {
  background-color: rgba(80, 93, 113, 0.5);
  border-radius: 5px;
}

pre.language-markup,
pre.language-html,
pre.language-css,
pre.language-js {
  max-height: 450px;
  border-radius: 5px;
}

pre.language-markup::-webkit-scrollbar,
pre.language-html::-webkit-scrollbar,
pre.language-css::-webkit-scrollbar,
pre.language-js::-webkit-scrollbar {
  background-color: transparent;
  width: 7px;
  height: 7px;
  position: absolute;
}

pre.language-markup::-webkit-scrollbar-thumb,
pre.language-html::-webkit-scrollbar-thumb,
pre.language-css::-webkit-scrollbar-thumb,
pre.language-js::-webkit-scrollbar-thumb {
  background-color: rgba(80, 93, 113, 0.5);
  border-radius: 5px;
}

button.nav-link {
  color: #777;
}

button.nav-link:hover {
  color: #777;
}

button.nav-link i {
  margin-right: 5px !important;
}

.gx-card.server img {
  width: 100%;
  max-width: 700px;
}

.gx-card {
  -webkit-box-shadow: 0 0 10px -3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 10px -3px rgba(0, 0, 0, 0.15);
}

.gx-side-overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 42;
  display: none;
}

/* Responsive css */
@media only screen and (max-width: 1199px) {
  .gx-open-topic {
    left: 0 !important;
  }

  .gx-topic {
    width: 300px;
    height: 100vh;
    position: fixed;
    left: -300px;
    top: 12px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 43;
  }

  .gx-topic .topic-sidebar {
    height: 100%;
    overflow: auto;
    margin-top: -13px !important;
  }

  .gx-topic .topic-sidebar::-webkit-scrollbar {
    background-color: transparent;
    width: 7px;
    height: 7px;
    position: absolute;
  }

  .gx-topic .topic-sidebar::-webkit-scrollbar-thumb {
    background-color: rgba(80, 93, 113, 0.5);
    border-radius: 5px;
  }
}

@media only screen and (max-width: 991px) {

  .topic-sidebar,
  .gx-sideviwe {
    margin-bottom: 30px !important;
    top: auto !important;
    bottom: auto !important;
  }
}

@media only screen and (max-width: 767px) {
  .gx-blog-cmt-form input {
    margin-bottom: 15px;
  }

  .gx-blog-cmt-form .gx-text-leave.m-t-15 {
    margin: 0 !important;
  }

  .gx-card .gx-card-header {
    padding: 15px;
  }
}

@media only screen and (max-width: 575px) {
  .gx-blog-arrows a {
    font-size: 15px !important;
  }

  .gx-blog-comment-wrapper .gx-single-comment-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .gx-blog-comment-wrapper .gx-single-comment-wrapper .gx-blog-user-img {
    width: 50px;
    height: 50px;
    margin-bottom: 15px;
  }

  .gx-card .gx-card-header .header-tools .date {
    font-size: 11px;
  }

  .gx-card .gx-card-header {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .header-tools {
    display: none !important;
  }
}

/* help */
.gx-help-banner {
  background-image: url("../img/demo-img/bg-1.png");
  background-color: #5f6af5 !important;
}

.help-search-box .open-search {
  display: none;
}

.help-search-box input:focus {
  outline: #ffdead;
  border: none;
}

.help-search-box input::-webkit-input-placeholder {
  color: #fff;
}

.help-search-box input::-moz-placeholder {
  color: #fff;
}

.help-search-box input:-ms-input-placeholder {
  color: #fff;
}

.help-search-box input::-ms-input-placeholder {
  color: #fff;
}

.help-search-box input::placeholder {
  color: #fff;
}

.help-search-box .search-btn {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* model */
.gx-model-overlay {
  min-width: 100%;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 25;
}

.gx-modal-form {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.gx-modal-form .gx-inner-form {
  height: calc(100vh - 250px);
  -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
}

input::-webkit-input-placeholder {
  font-size: 13px;
  font-weight: 400;
  color: #999;
}

input::-moz-placeholder {
  font-size: 13px;
  font-weight: 400;
  color: #999;
}

input:-ms-input-placeholder {
  font-size: 13px;
  font-weight: 400;
  color: #999;
}

input::-ms-input-placeholder {
  font-size: 13px;
  font-weight: 400;
  color: #999;
}

input::placeholder {
  font-size: 13px;
  font-weight: 400;
  color: #999;
}

.gx-form .input-group {
  border-top-left-radius: 5px !important;
  border-bottom-left-radius: 5px !important;
}

.gx-form input::-webkit-input-placeholder {
  font-size: 13px;
  font-weight: 400;
  color: #999;
}

.gx-form input::-moz-placeholder {
  font-size: 13px;
  font-weight: 400;
  color: #999;
}

.gx-form input:-ms-input-placeholder {
  font-size: 13px;
  font-weight: 400;
  color: #999;
}

.gx-form input::-ms-input-placeholder {
  font-size: 13px;
  font-weight: 400;
  color: #999;
}

.gx-form input::placeholder {
  font-size: 13px;
  font-weight: 400;
  color: #999;
}

.gx-form .br-input .input-icon+input {
  padding-left: 15px !important;
}

.gx-form textarea::-webkit-input-placeholder {
  font-size: 13px;
  font-weight: 400;
  color: #999;
}

.gx-form textarea::-moz-placeholder {
  font-size: 13px;
  font-weight: 400;
  color: #999;
}

.gx-form textarea:-ms-input-placeholder {
  font-size: 13px;
  font-weight: 400;
  color: #999;
}

.gx-form textarea::-ms-input-placeholder {
  font-size: 13px;
  font-weight: 400;
  color: #999;
}

.gx-form textarea::placeholder {
  font-size: 13px;
  font-weight: 400;
  color: #999;
}

.gx-form span {
  font-size: 12px;
}

.gx-form .form-field input[type=file] {
  cursor: pointer;
}

.gx-form .form-field input[type=file]::-webkit-file-upload-button {
  display: none;
}

.gx-form .form-field input[type=file]::file-selector-button {
  display: none;
}

.gx-form .form-field .file input::-webkit-input-placeholder {
  font-size: 13px;
  color: #999;
}

.gx-form .form-field .file input::-moz-placeholder {
  font-size: 13px;
  color: #999;
}

.gx-form .form-field .file input:-ms-input-placeholder {
  font-size: 13px;
  color: #999;
}

.gx-form .form-field .file input::-ms-input-placeholder {
  font-size: 13px;
  color: #999;
}

.gx-form .form-field .file input::placeholder {
  font-size: 13px;
  color: #999;
}

.gx-form .drop-down .header i {
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.gx-form .drop-down .header i.opened {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.gx-form .drop-down .filters .filter:hover {
  color: #5f6af5;
}

.gx-form .drop-down .filters .filter.selected {
  color: #5f6af5;
}

/* Responsive css */
@media only screen and (max-width: 991px) {
  .help-search-box input {
    width: 500px;
  }
}

@media only screen and (max-width: 767px) {
  .help-search-box input {
    width: 100%;
  }
}

/* faq */
.plusminus {
  float: right;
}

.accordion_head::after {
  font-family: "remixicon";
  content: "\ea4e";
  float: right;
  font-size: 20px;
}

.accordion_head.active-arrow::after {
  font-family: "remixicon";
  content: "\ea4e";
  float: right;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  font-size: 20px;
}

/* knowledgebase-list */
.gx-community:hover .community-file i {
  color: #5f6af5 !important;
}

.gx-community:hover .community-inner h4 a {
  color: #5f6af5 !important;
}

.gx-community-caption .community-file i {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* post-forum */
.gx-post-sideviwe {
  position: sticky;
  top: 94px;
}

.gx-post-sideviwe h4.heading {
  padding: 24px;
  font-size: 18px;
  font-weight: 600;
  border-bottom: 1px solid #eee;
}

.gx-post-sideviwe ul {
  padding: 24px;
}

.gx-post-sideviwe ul li {
  position: relative;
  padding: 0px 0px 15px 0px;
}

.gx-post-sideviwe ul li::before {
  font-family: remixicon !important;
  content: "\ecc5";
  padding-right: 10px;
  font-size: 16px;
  color: #c5c3c3;
  font-weight: 500;
  position: absolute;
  left: 0px;
}

.gx-post-sideviwe ul li a {
  padding-left: 20px;
  color: #333;
}

.gx-post-sideviwe ul li:hover a {
  color: #5f6af5 !important;
}

.gx-post-sideviwe ul li:hover::before {
  color: #5f6af5 !important;
}

/* sign-up */
.auth-card:after {
  content: "";
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #5f6af5;
  z-index: -1;
  -webkit-clip-path: polygon(0 0, 85% 0, 15% 100%, 0% 100%);
  clip-path: polygon(0 0, 85% 0, 15% 100%, 0% 100%);
}

.back-to {
  margin-top: 15px !important;
  color: #777;
  font-size: 13px;
  text-align: center;
}

.back-to i {
  font-size: 14px;
  line-height: 16px;
}

.back-to:hover {
  color: #5f6af5;
}

.gx-form .gx-signup-buttons a {
  max-width: 177px;
  margin: auto;
  display: block;
  padding: 6px 15px;
}

.gx-banner {
  text-align: center;
}

.gx-banner h4 {
  font-size: 20px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

/* reset-password */
.gx-text-small {
  padding: 10px 0;
  text-align: center;
}

.gx-text-small p {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0px;
}

/*# sourceMappingURL=style.css.map */

.tab-btn-img-css {
  display: flex;
  justify-content: center;
}

.table-wrap {
  width: 100%;
  overflow-x: auto;
  /* enables horizontal scroll on small screens */
  -webkit-overflow-scrolling: touch;
}

.responsive-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 700px;
  /* optional: ensures scroll for many columns */
}

.responsive-table th,
.responsive-table td {
  padding: 12px 16px;
  text-align: left;
  white-space: nowrap;
  /* prevent unwanted wrapping */
}

/* optional: make header sticky inside scrolling container */
.table-wrap thead th {
  position: sticky;
  top: 0;
  z-index: 2;
}