/* =========================================================
   0. FONTS
========================================================= */
@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;
}

/* =========================================================
   1. GENERAL ET MARCO DESIGN
========================================================= */
.InfoMarc{
	margin: 24px 24px 24px 24px !important;
    padding: 20px 12px 1px 12px !important;
    background-color: #e9f2fe;
    border-radius: 5px;
    font-weight: 400;
    line-height: 22px;
}

.MarcoBloc .InfoMarc p{
	padding-left: 30px;
    line-height: 24px;
	color: #06172e;
	background-image: url("../img/info.png");
	background-repeat: no-repeat;
}

.WarningMarc{
	margin: 24px 24px 24px 24px !important;
    padding: 20px 12px 1px 12px !important;
    background-color: #fef7c8;
    border-radius: 5px;
    font-weight: 400;
    line-height: 22px;
}

.MarcoBloc .WarningMarc p{
	padding-left: 30px;
    line-height: 24px;
	color: #746920 !important;
	background-image: url("../img/caution.png");
	background-repeat: no-repeat;
}

.MarcoBloc .InfoMarc li{
	color: #06172e;
}

.MarcoBloc hr{
	margin : 12px 0px 22px 0px;
}

.MarcoBloc .swagger-details p{
	padding : 0px;
}

.MarcoBloc .swagger-details ul{
	margin: 0px 0px 24px 0px;
}

.MarcoBloc{
	box-sizing: border-box;
	padding-left: 12px;
    	padding-right: 12px;
}

.MarcoBloc img{
	padding : 0px 24px 0px 24px;
}
	

.MarcoBloc p{
	padding: 0px 24px;
	color: #444;
	letter-spacing: 0.03rem;
	line-height: 28px;
	font-weight: 300;
	font-size: 14px;
	margin-bottom: 16px;
}

.MarcoBloc H3, .MarcoMenu H3, .MarcoBloc H2, .MarcoMenu H2, .MarcoBloc H1, .MarcoMenu H1{
    padding: 0px 24px 24px 24px;
  font-size: 18px;
	font-weight: 700;
	border-bottom : 1px solid #eeeeee;
	margin-bottom : 24px;
	line-height: 1.2;
}

.MarcoBloc H3 p
{
	padding: 0px;
	color: #444;
	letter-spacing: inherit;
	line-height: inherit;
	font-weight: inherit;
	font-size: inherit;
	margin-bottom: 0px;

}

.Subscrib {
  height: 35px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffaea3;
  color: #ffffff;
  font-size: 14px;
  border: 1px solid #ffaea3;
  border-radius: 5px;
  cursor: pointer;
}

.Subscrib:hover {
  background-color: #f84e4e;
}

.separation{
	display :block;
	height: 26px;
	background-color: #f5f7fa;
    	box-shadow: 
	    inset 0 4px 6px -4px rgba(0, 0, 0, 0.06),
	    inset 0 -4px 6px -4px rgba(0, 0, 0, 0.06);
}

.wp-block-separator{
	display :block;
	height: 26px;
	background-color: #f5f7fa;
    	box-shadow: 
	    inset 0 4px 6px -4px rgba(0, 0, 0, 0.06),
	    inset 0 -4px 6px -4px rgba(0, 0, 0, 0.06);
}	

.MarcoBloc H4{
    	padding: 0px 24px;
        font-size: 18px;
	margin-top: 28px;
	margin-bottom: 8px;
	font-weight: 600;
}

.MarcoBloc H5{
    	padding: 0px 24px;
        font-size: 16px;
	margin-top: 26px;
	margin-bottom: 6px;
	font-weight: 600;
}

.MarcoBloc H6{
    padding: 0px 24px;
    font-size: 14px;
	margin-top: 24px;
	margin-bottom: 4px;
	font-weight: 500;
}

.MarcoBloc ul, .MarcoBloc ol{
    padding: 2px 26px 8px 26px;
    font-size: 18px;
	margin : 0px 24px 16px 24px;
	font-weight: 600;
	list-style: square;
}

.MarcoBloc ul ul{
    	padding: 10px 12px 0px 12px;
	margin : 0px 24px 0px 24px;
	background: none;
}

.MarcoBloc ul ul li{
    	list-style: square;
}

.MarcoBloc a, .MarcoBloc a h3{
    	color: #476290;
}

.MarcoBloc li{
	letter-spacing: 0.03rem;
	line-height: 28px;
	font-weight: 300;
	font-size: 14px;
	padding-top: 5px;
    padding-bottom: 5px;
}

.MarcoBloc li p{
    margin : 0px !important;
	padding : 0px;
}

.MarcoBloc .confluence-information-macro-body ul li p{
	padding-left : 4px !important;
}

/*Menu Gauche*/
.gx-sb-list li{
	padding-top: 10px;
    padding-bottom: 10px;
	position: relative;
}

.gx-sb-list a{
    color: #fbfbfb;
    font-weight: 500;
    font-size: 14px;
}

.gx-sb-list li ul{
	padding-left: 18px;
}

.gx-sb-list li ul li{
	padding: 0px 0px 6px 0px;
	list-style: circle;
    color: #fff;
}

.current-menu-item a{
	color : #ffca54;
}

.MarcoImg{
        width: 25%;
	padding : 30px 15px;
    	padding-right: 12px;
    	background-color: #fff;
	float: right;
	-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);
	border-radius: 5px;
	display : inline-block;
	text-align : center;
}	

.MarcoImg img{
	max-width: 70px;
	padding : 0px;
	display: inline-block;
}

.MarcoImg H5{
	line-height: 1.2;
	font-weight: 600;
	font-size: 14px;
	margin-top : 6px;
}

.MarcoImg-wrapper {
    overflow: hidden;
}

.language-markup{
	margin-left : 24px;
	margin-right : 24px;
}

.MarcoMenu{
	background-color : #fff;
}

.file-starter{
	margin : 0px 24px;
}

/* Tableau Feature */
.tabOcto{
	margin-left : 24px;
	margin-right : 24px;
	color: #777777;
	letter-spacing: 0.03rem;
	line-height: 28px;
	font-weight: 300;
	font-size: 14px;
	border-collapse: separate;
    width: 96%;
}

.tabOcto td, th {
    padding: .5em 1em;
}

/* Conteneur figure */
.wp-block-table {
    margin: 2rem 24px;
    overflow-x: auto;
    color: #777777;
    letter-spacing: 0.03rem;
    line-height: 28px;
    font-weight: 300;
}

.swagger-toggle{
   color: #555 !important;
}

/*blockquote*/
blockquote{
    margin: 24px 24px 24px 24px !important;
    padding: 18px 12px 1px 8px;
    background-color : #dfe6ed4d;
    border-radius: 5px;
    font-weight: 400;
    line-height: 22px;
}

blockquote ul{
    background-color: transparent !important;
    margin : 0px !important;
    padding: 0px 30px 20px 30px !important;
}

blockquote p{
	/*color: #a4515f !important;*/
	padding: 0px important;
	margin: 0px important;
}

/* Le tableau */
.table-wrap{
   padding : 4px 24px 24px 24px;
}

.table-wrap p{
	padding: 0px;
	margin: 0px;
}

.wp-block-table td{
    border: 1px solid #e0e0e0 !important;
    font-weight: 300;
    font-size: 14px;
}

.wp-block-table thead{
    border-bottom: none !important;
}

.wp-block-table th{
    border : none !important;
}

.wp-block-table table, .confluenceTable table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    background-color: #fff;
    color: #444;
    border: 1px solid #e0e0e0;
	margin : 0px;
}

.confluenceTable{
	font-size: 14px;
}

/* Les cellules */
.wp-block-table th,
.wp-block-table td,
.confluenceTable th,
.confluenceTable td{
    padding: 8px 10px;
    border: 1px solid #e0e0e0;
    text-align: left;
    vertical-align: top;
}

/* En-têtes */
.wp-block-table thead,
.confluenceTable thead{
    background-color: #f5f7fa;
}

.wp-block-table th,
.confluenceTable th{
    font-weight: 600;
    color: #222;
}

/* Alternance des lignes */
.wp-block-table tbody tr:nth-child(odd),
.confluenceTable tbody tr:nth-child(odd){
    background-color: #fafafa;
}

.wp-block-table tbody tr:nth-child(even),
.confluenceTable tbody tr:nth-child(even){
    background-color: #fff;
}

.confluence-embedded-manual-size img{
	width: 100%;
	padding : 0px;
}

pre.line-numbers {
  counter-reset: linenumber;
}
pre.line-numbers code {
  display: block;
}
pre.line-numbers code span {
  display: block;
  counter-increment: linenumber;
}
pre.line-numbers code span::before {
  content: counter(linenumber);
  display: inline-block;
  width: 2em;
  margin-right: 1em;
  text-align: right;
  color: #999;
}

.header-search-box{
	margin-left: 12px;
}

.open-search{
	display: none !important;
}

.gx-sidebar .condense {
    display: block !important;
}

.sub-menu{
	display: none;
}

.btn-topic{
	border : 1px solid #d1d5db;
}

#mobile-sidebar-toggle{
	margin-left: 0px;
	display: none;
}

.highlight {
  background-color: #ffea8a;
  padding: 4px;
  border-radius: 2px;
  font-weight: 600;
}

.json-schema-table{
	margin-top: 0px;
}

/*Monitoring*/
.card{
	border: 1px solid #eeeeee;
	margin : 12px 24px;
	padding: 24px;
	overflow: hidden;
	cursor: pointer;
}

.badge{
	padding: 4px 8px;
	border-radius: 5px;
	float: right;
	color: #fff;
	font-size : 14px;
	font-weight: 400;
}

#newsletterForm{
	padding: 24px 24px 0px 24px;
	color: #444;
    letter-spacing: 0.03rem;
    line-height: 28px;
    font-weight: 300;
    font-size: 14px;
}

#newsletterForm input, #newsletterForm select{
	border: 1px solid #eee;
}

#newsletterForm button, .toto{
	background-color: #ffaea3;
    color: white;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
	border-radius: 5px;
	font-weight: 400;
}

#newsletterForm button:hover{
	background-color: #f84e4e;
	-webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.swagger-details h4{
	padding: 0px !important;
}

#theme-toggle{
	margin-right : 12px;
	padding: 0px 12px 0px 10px;
	background-color: #181e28;
}

 .gx-sidebar.sidebar-visible {
    left: 270px;
  }

.topic-sidebar,
#fxmap {
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: thin; /* Firefox */
  scrollbar-color: rgba(80, 93, 113, 0.4) transparent;
}

/* Pour Chrome, Safari, Edge */
.topic-sidebar::-webkit-scrollbar,
#fxmap::-webkit-scrollbar {
  width: 7px;
}

.topic-sidebar::-webkit-scrollbar-thumb,
#fxmap::-webkit-scrollbar-thumb {
  background-color: rgba(80, 93, 113, 0.4);
  border-radius: 5px;
}

.topic-sidebar::-webkit-scrollbar-track,
#fxmap::-webkit-scrollbar-track {
  background: transparent;
}

.wp-block-group{
	margin : 24px 2px;
}

.wp-block-image img {
	margin-bottom : 24px;
}

.expand-content {
  display: none;
  transition: all 0.3s ease;
}
.expand-container.open .expand-content {
  display: block;
}

.expand-control {
  cursor: pointer;
  position: relative;
  padding: 15px 15px 15px 32px;
  margin: 0px 24px 12px 24px;
  background-color: #dfe6ed4d;
  color: #777;
  font-weight: 500;
  font-size: 14px;
}
.expand-control::before {
  content: '▸';
  position: absolute;
  left: 0;
  transition: transform 0.2s ease;
  margin-left: 12px;
}
.expand-container.open .expand-control::before {
  transform: rotate(90deg);
}

.wp-block-latest-posts.wp-block-latest-posts__list {
    list-style: square !important;
}

.wp-block-latest-posts.wp-block-latest-posts__list a{
    font-weight: 500;
}

.wp-block-latest-posts__post-date{
	font-size: .9em;
}

.confluence-embedded-file-wrapper{
	display: block; 
  	text-align: center;  
}

.confluence-embedded-file-wrapper img{
	display: inline-block; 
}

li.has-submenu > ul {
  display: none;
  margin-top: 12px;
}
	
li.has-submenu.is-expanded > ul {
  display: block;
}

/* Put a caret on parent items */
 li.has-submenu > a {
  display: flex; align-items: center; justify-content: space-between; gap: 8px;
}
 li.has-submenu > a::after {
  content: "▾"; font-size: 1em; opacity: .8; transition: transform .2s ease;
  margin-left: .35rem; flex-shrink: 0;
}
 li.has-submenu:not(.is-expanded) > a::after { transform: rotate(-90deg); }

.cat-new-feature, .cat-breaking-change, .cat-uncategorized, .cat-deprecation-notice, .cat-bug-fixe, .cat-announcement{
    display: block;
    width: fit-content;
	margin: 0px 0px 24px 24px;
	padding: 8px 16px 8px 16px;
	border-radius: 5px;
	font-weight: 600;
}

.cat-new-feature{
	background-color: #e9f2fe;
	color: #385d8e;
}

.cat-bug-fixe{
	background-color: #ceffcc;
	color: #3f7c3e;
}

.cat-breaking-change{
	background-color: #ffaea3;
	color: #fff;
}

.cat-deprecation-notice{
	background-color: #dfe6ed4d;
	color: #696969;
}

.cat-announcement{
	background-color: #f9e7bd;
	color: #a28c5a;
}

/*Plugin Ben*/
.swagger-endpoint .tab-content {
     padding-top: 12px; 
}

.swagger-tabs .tab-button.active {
    font-weight: inherit;
}

.tab-content pre{
	 font-size: 0.95em;
}

/*.tab-content {
  padding-top: 30px;
}*/

.json-key{
	font-weight: 500 !important;
}

.swagger-details{
	padding : 16px 24px !important;
}

.swagger-details table .swagger-description p{
	padding : 0px;
	margin : 8px 0px;
}

.swagger-details th, .swagger-details td {
    border: 1px solid #eee !important;
}	

.swagger-details table{
	color: #444;
	letter-spacing: 0.03rem;
	font-weight: 300;
	font-size: 14px;
	padding : 0px 24px;
}

.swagger-details label{
	color : #484d54 !important;
}



.swagger-endpoint{
	margin: 0px 24px !important;
	border-radius: 4px !important;
	box-shadow : none !important;
}

.swagger-toggle{
	padding: 14px 20px 14px 10px !important;
}

.swagger-description ul code{
	color : #252525;
}

.swagger-description ul{
	margin-bottom : 0px !important;
	padding-bottom: 0px !important;
}

/*Test confluence*/
.codeContent, .wp-block-code{
	margin : 12px 24px;
	background-color: #282c34;
	color: #eee;
	padding: 20px;
}

.conf-macro{
	border:0px;
}

.confluence-information-macro-information{
    margin: 24px 24px 24px 24px !important;
    padding: 4px 12px 1px 10px;
    background-color: #e9f2fe;
    border-radius: 5px;
    font-weight: 400;
    line-height: 22px;
}
	
.confluence-information-macro-information p{
    color : #06172e !important;
}

.confluence-information-macro-information .confluence-information-macro-body{
	background-image: url("../img/info.png");
	background-repeat: no-repeat;
}

.MarcoBloc .confluence-information-macro-body p{
	padding-left: 30px;
    line-height: 24px;
	/*margin-top: 20px;*/
}
	
.confluence-information-macro-warning{
    margin: 24px 24px 24px 24px !important;
    padding: 4px 12px 1px 10px;
    background-color: rgba(255, 20, 63, 0.07);
    border-radius: 5px;
    font-weight: 400;
    line-height: 22px;
}

.confluence-information-macro-warning p{
    color : #a4515f !important;
}

.confluence-information-macro-warning .confluence-information-macro-body{
	background-image: url("../img/warning.png");
	background-repeat: no-repeat;
}

.confluence-information-macro-note{
    margin: 24px 24px 24px 24px !important;
    padding: 4px 12px 1px 10px;
    background-color: #fef7c8;
    border-radius: 5px;
    font-weight: 400;
    line-height: 22px;
}

.confluence-information-macro-note p{
    color : #746920 !important;
}

.confluence-information-macro-note .confluence-information-macro-body{
	background-image: url("../img/caution.png");
	background-repeat: no-repeat;
}

.confluence-information-macro-tip{
    margin: 24px 24px 24px 24px !important;
    padding: 4px 12px 1px 10px;
    background-color: #dcfff1;
    border-radius: 5px;
    font-weight: 400;
    line-height: 22px;
}

.confluence-information-macro-tip p{
    color : #021a11 !important;
}

.confluence-information-macro-tip .confluence-information-macro-body{
	background-image: url("../img/check.png");
	background-repeat: no-repeat;
}

.expand-control-text{
	/*margin : 12px 20px;*/
}

/* Responsive css sidebar */
  .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 .gx-search {
    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;
  }
  .gx-sidebar .gx-sb-wrapper {
    height: calc(100dvh - 70px); /* nouvelle unité dynamique plus fiable */
    overflow-y: auto;            /* auto pour éviter scrollbar fantôme */
    -webkit-overflow-scrolling: touch; /* iOS smooth scroll */
  }


/** All Cards **/
.gx-full-card-close {
  display: none;
}

.gx-side-overlay {
  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;
}

.gx-full-screen {
  width: 100%;
  max-width: 1400px;
  padding: 12px;
  position: fixed;
  z-index: 30;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 43;
}
.gx-full-screen .gx-card {
  margin: 0;
  max-height: calc(100vh - 24px);
  overflow: auto;
}
.gx-full-screen .gx-card::-webkit-scrollbar {
  background-color: transparent;
  width: 7px;
  height: 7px;
  position: absolute;
}
.gx-full-screen .gx-card::-webkit-scrollbar-thumb {
  background-color: rgba(80, 93, 113, 0.5);
  border-radius: 5px;
}

.header-tools a {
  width: 30px;
  height: 30px;
  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: #777;
  border: 1px solid #eee;
  border-radius: 5px;
}

.feature-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-main-structure.active a i.ri-arrow-up-s-line {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.gx-main-structure.active > li {
  display: block;
}

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;
}

.-list ul li .active {
  border: 1px solid #5f6af5;
  color: #5f6af5;
}

button.nav-link {
  color: #777;
}
button.nav-link:hover {
  color: #777;
}
button.nav-link i {
  margin-right: 5px !important;
}

.gx-main-structure {
  overflow: auto;
}
.gx-main-structure::-webkit-scrollbar {
  background-color: transparent;
  width: 7px;
  height: 7px;
  position: absolute;
}
.gx-main-structure::-webkit-scrollbar-thumb {
  background-color: rgba(80, 93, 113, 0.5);
  border-radius: 5px;
}
.gx-main-structure > li:not(:last-child) {
  margin-bottom: 15px;
}
.gx-main-structure ul.active > li {
  display: block;
}
.gx-main-structure i {
  margin-right: 10px;
  font-size: 20px;
  color: #5f6af5;
}
.gx-main-structure i.ri-arrow-up-s-line {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  font-size: 16px;
  color: #777;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.info-title {
  margin-top: 15px;
  margin-bottom: 30px;
}

.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-card .gx-card-header.tips {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.gx-card .gx-card-header.tips h4 {
  margin: 0 10px 0 0;
}
.gx-card .gx-card-header.tips p.small {
  margin: 0;
  font-size: 12px;
  color: #999;
}
.gx-card .gx-card-header .header-tools .button-add {
  width: auto;
  padding: 0 10px;
  background-color: #2bbb93;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.gx-card .gx-card-header .header-tools .button-add i {
  color: #fff;
}
.gx-card .gx-card-header .header-tools .button-add:hover {
  background-color: #25a984;
}
.gx-card .gx-card-header .header-tools .gx-full-card-close i {
  color: #fd6969 !important;
  font-size: 20px;
}
.gx-card .gx-card-header .header-tools .dots {
  width: 30px;
  height: 30px;
  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: #777;
  border: 1px solid #eee;
  border-radius: 5px;
  cursor: pointer;
}
.gx-card .gx-card-header .header-tools .link {
  color: #5f6af5;
  font-size: 13px;
}
.gx-card .gx-card-content .note {
  margin: 18px 0 18px 0;
  padding: 12px 15px;
  background-color: rgba(255, 20, 63, 0.07);
  border-radius: 5px;
  color: #ff7891;
  font-weight: 400;
  line-height: 22px;
}
.gx-card .gx-card-content .note2 {
  margin: 18px 0 18px 0;
  padding: 12px 15px;
  background-color: #f5f7fa;
  border-radius: 5px;
  color: #333;
  font-weight: 400;
  line-height: 22px;
}
.gx-card .gx-card-content .note i {
  font-size: 18px;
}
.gx-card .gx-card-content .note p {
  margin: 0;
}
.gx-card .label-card .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.gx-card .label-card .title .icon {
  width: 50px;
  height: 50px;
  padding: 5px;
  background-color: rgba(72, 85, 104, 0.1);
  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;
  border-radius: 5px;
}
.gx-card .label-card .title .icon i {
  font-size: 25px;
  color: #485568;
}
.gx-card .label-card .title h4 {
  margin-bottom: 12px;
  color: #777;
  font-size: 15px;
  font-family: "Poppins, sans-serif";
  font-weight: 500;
}
.gx-card .label-card .title .growth-numbers h5 {
  margin: 0;
  color: #485568;
  font-size: 22px;
  line-height: 20px;
  font-weight: 700;
}
.gx-card .label-card .card-groth {
  margin-top: 10px;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.gx-card .label-card .card-groth i {
  margin-right: 5px;
  font-size: 15px;
}
.gx-card .label-card .card-groth span {
  margin-left: 5px;
  color: #999;
}
.gx-card .label-card .up {
  color: #2bbb93;
}
.gx-card .label-card .down {
  color: #f90c4c;
}
.gx-card .gx-card-footer {
  padding: 15px;
}

/*General*/
.dateRelease{
	display : inline-block;
	float: right;
        padding-top: 22px !important;
}

.py-5px {
    padding-top: 10px;
    padding-bottom: 10px;
}

.gx-block{
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0 0 10px -3px rgba(0, 0, 0, 0.15);
	box-sizing: border-box;
	border-width: 0;
	border-style: solid;
	border-color: #e5e7eb;
	padding-bottom : 24px;
	margin-bottom: 24px;
	padding-top: 24px;
}

.gx-block code{
	background-color: rgba(0, 0, 0, .05);
    padding: 4px 6px;
}

[data-gx-mode="dark"] .gx-block code{
	background-color: rgba(200, 200, 200, .05);
}

/** General **/
body {
  background-color: rgba(223, 230, 237, 0.3);
  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: #555;
  font-weight: 600;
}

a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

input:focus, input:active,
.form-control:focus,
.form-control: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 {
  color: #999;
}
input::-moz-placeholder, .form-control::-moz-placeholder {
  color: #999;
}
input:-ms-input-placeholder, .form-control:-ms-input-placeholder {
  color: #999;
}
input::-ms-input-placeholder, .form-control::-ms-input-placeholder {
  color: #999;
}
input::placeholder,
.form-control::placeholder {
  color: #999;
}

.gx-main-content {
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  width: calc(100% - 270px);
  margin-left: 270px;
  padding: 94px 12px 0 12px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.sb-hide .gx-main-content {
  width: 100%;
  margin-left: 0;
}

.min-h-100 {
  min-height: calc(100vh - 48px);
}

code[class*=language-], pre[class*=language-] {
  text-shadow: none;
}

/* Spacing */
.m-t-15 {
  margin-top: 15px !important;
}

.m-b-15 {
  margin-bottom: 15px !important;
}

.mb-24px {
  margin-bottom: 24px !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);
  }
}

/* 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-page-title .gx-breadcrumb ul li:not(:first-child) {
  padding-left: 20px;
}
.gx-page-title .gx-breadcrumb ul li:not(:first-child):after {
  content: "\ea6e";
  font-family: "remixicon" !important;
  font-style: normal;
  position: absolute;
  top: 0;
  left: 3px;
}

.gx-btn-primary, .gx-primary-btn {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.gx-btn-primary:focus, .gx-primary-btn:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* Tabs */
.tabs_wrapper ul li.active {
  margin-bottom: -1px;
  border-width: 1px 1px 0 1px;
  background-color: #fff;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.tabs_container .tab_content {
  display: none;
}
.tabs_container .tab_content.active {
  display: inline-block;
}

/* Tabs End*/
.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;
}

.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);
  }
}
.gx-toggle-sidebar .outer-ring .inner-ring {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.gx-toggle-sidebar.active .outer-ring .inner-ring {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  left: 4px;
}

.gx-card-header .close-topic {
  display: none;
}

/** Sidebar css **/
.sb-collapse .gx-team-block-hide {
  display: none;
}
.sb-collapse  .gx-team-block-hide.gx-sb-item-separator {
  display: none;
}

.sb-collapse .gx-sidebar .condense {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sb-collapse .gx-sidebar  .gx-sb-list .sb-drop-item.active .gx-sb-drop {
  display: none !important;
}
.sb-collapse .gx-sidebar  .gx-sb-list .gx-sb-item > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sb-collapse .gx-sidebar  .gx-sb-list .gx-sb-item > a > i {
  margin-right: 0;
  font-size: 21px;
}
.sb-collapse .gx-sidebar:hover {
  width: 270px;
}
.sb-collapse .gx-sidebar:hover .condense {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.sb-collapse .gx-sidebar:hover  .gx-sb-list .sb-drop-item.active .gx-sb-drop {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.sb-collapse .gx-sidebar:hover  .gx-sb-list .sb-drop-item.active .gx-sb-drop .gx-sb-subdrop {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.sb-collapse .gx-sidebar:hover  .gx-sb-list .gx-sb-item > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.sb-collapse .gx-sidebar:hover  .gx-sb-list .gx-sb-item > a > i {
  margin-right: 10px;
  font-size: 19px;
}
.sb-collapse .gx-sidebar:hover .gx-sb-logo {
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  overflow: hidden;
}
.sb-collapse .gx-sidebar:hover .gx-sb-logo .sb-full {
  display: block;
}
.sb-collapse .gx-sidebar:hover .gx-sb-logo .sb-full img {
  width: 100px;
}
.sb-collapse .gx-sidebar:hover .gx-sb-logo .sb-collapse {
  display: none;
}
/*.sb-collapse .gx-sidebar .sb-full {
  display: none;
}*/
.sb-collapse .gx-sidebar .sb-collapse {
  display: block;
}
.gx-sidebar {
  background-color: #001944;
}
.gx-sidebar .condense {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.gx-sidebar .gx-sb-subdrop {
  padding-top: 15px;
}
.gx-sidebar .sb-collapse {
  display: none;
}
.gx-sidebar .gx-sb-logo {
  background-color: #181e28;
  overflow: hidden;
}
.gx-sidebar .gx-sb-wrapper {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  height: calc(100vh - 70px);
  overflow-Y: scroll;
  overflow-x: hidden;
  padding: 24px 15px 24px 24px;
}
.gx-sidebar .gx-sb-wrapper::-webkit-scrollbar {
  position: absolute;
  width: 7px;
}
.gx-sidebar .gx-sb-wrapper::-webkit-scrollbar-thumb {
  background-color: transparent;
  border-radius: 5px;
}
.gx-sidebar .gx-sb-wrapper:hover::-webkit-scrollbar {
  position: absolute;
  width: 7px;
}
.gx-sidebar .gx-sb-wrapper:hover::-webkit-scrollbar-thumb {
  background-color: rgba(80, 93, 113, 0.5);
  border-radius: 5px;
}
.gx-sidebar .gx-sb-wrapper .gx-team-block-img .gx-team-block-detail {
  padding-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: 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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: 1px solid #27303e;
}
.gx-sidebar .gx-sb-wrapper .gx-team-block-img .gx-team-block-detail img {
  width: 70px;
  height: 70px;
  margin-top: 0;
  margin-bottom: 15px;
  border-radius: 50%;
}
.gx-sidebar .gx-sb-wrapper .gx-team-block-img .gx-team-block-detail h5 {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
}
.gx-sidebar .gx-sb-wrapper .gx-team-block-img .gx-team-block-detail p {
  margin: 0;
  font-size: 12px;
  color: #9da7b5;
}
.gx-sidebar .gx-sb-wrapper .gx-sb-list .sb-subdrop-item.load-sub-active > a {
  color: #fff !important;
}
.gx-sidebar .gx-sb-wrapper .gx-sb-list .sb-subdrop-item {
  padding-left: 25px;
}
.gx-sidebar .gx-sb-wrapper .gx-sb-list .sb-subdrop-item > a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%;
  color: #aeb8c7 !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 18px !important;
}
.gx-sidebar .gx-sb-wrapper .gx-sb-list .gx-sb-item.home {
  padding: 12px;
  background-color: #27303e;
  border-radius: 5px;
}
.gx-sidebar .gx-sb-wrapper .gx-sb-list .load-active > a .drop-arrow {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.gx-sidebar .gx-sb-wrapper .gx-sb-list .load-sub-active > a .drop-arrow {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.gx-sidebar .gx-sb-wrapper .gx-sb-list .gx-sb-item a {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.gx-sidebar .gx-sb-wrapper .gx-sb-list .gx-sb-item a:hover {
  color: #fff;
}
.gx-sidebar .gx-sb-wrapper .gx-sb-list .gx-sb-item a .drop-arrow {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute;
  right: 0;
  font-size: 18px;
}
.gx-sidebar .gx-sb-wrapper .gx-sb-list .gx-sb-item.active > a {
  color: #fff;
}
.gx-sidebar .gx-sb-wrapper .gx-sb-list .gx-sb-drop {
  padding-top: 5px;
  padding-left: 0;
}
.gx-sidebar .gx-sb-wrapper .gx-sb-list .gx-sb-drop a {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-transform: capitalize;
  font-weight: 300;
  color: #9da7b5;
  font-size: 13px;
}
.gx-sidebar .gx-sb-wrapper .gx-sb-list .gx-sb-drop a i.ri-git-commit-line {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.gx-sidebar .gx-sb-wrapper .gx-sb-list .gx-sb-drop a:hover {
  color: #fff;
}
.gx-sidebar .gx-sb-wrapper .gx-sb-list .gx-sb-drop .active-link {
  color: #fff;
}
.gx-sidebar .gx-sb-wrapper .gx-sb-list .gx-sb-drop .active-link i.ri-git-commit-line {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

/* =========================================================
   2. DARK MODE
========================================================= */

body:not([data-gx-mode]) * {
  transition: none !important;
}

[data-gx-mode="dark"] .btn-topic{
	border : 1px solid #181e28;
}

[data-gx-mode="dark"] #mobile-sidebar-toggle{
	border: 1px solid #001944;
}

[data-gx-mode="dark"] .swagger-tabs select{
	background-color: #1e2531;
}

[data-gx-mode="dark"] .MarcoBloc .WarningMarc p, [data-gx-mode="dark"] .MarcoBloc .warning p, [data-gx-mode="dark"] .MarcoBloc .WarningMarc li, [data-gx-mode="dark"] .MarcoBloc .InfoMarc p{
	color: #06172e !important;
}

[data-gx-mode="dark"] .Subscrib{
	background-color: #476290;
	border-color: #476290;
}

[data-gx-mode="dark"] .Subscrib:hover{
	background-color: #181e28;
	border-color: #181e28;
}

[data-gx-mode="dark"] .swagger-schema-block pre{
	background-color: #181d27;
}

[data-gx-mode="dark"] .swagger-try-block input[type=text], [data-gx-mode="dark"] .swagger-try-block textarea, [data-gx-mode="dark"] .swagger-try-block select{
	background-color: #1e2531;
	color: #aab2bf;
	border: 1px solid #313a4b !important;
}

[data-gx-mode="dark"] .card{
	border: 1px solid #313a4b;;
}

[data-gx-mode="dark"] #newsletterForm input, [data-gx-mode="dark"] #newsletterForm select{
	border: 1px solid #313a4b;
	background: #1e2531;
}

[data-gx-mode="dark"] #newsletterForm button{
	background-color: #001944;
}

[data-gx-mode="dark"] #newsletterForm {
	color: #aab2bf;
}

[data-gx-mode="dark"] .swagger-toggle{
	color: #aab2bf !important;
}

[data-gx-mode="dark"] .swagger-description ul code {
    color: #eee;
}

[data-gx-mode="dark"] .swagger-details h4{
    color: #aab2bf;
}

[data-gx-mode="dark"] .swagger-details table{
	color: #aab2bf;
}

[data-gx-mode="dark"] .expand-control{
	color: #aab2bf ;
	background-color: #ffffff29;
}

[data-gx-mode="dark"] .swagger-details th, [data-gx-mode="dark"] .swagger-details td{
	border: 1px solid #313a4b !important;
	background-color: #181d27;
}

[data-gx-mode="dark"] .request-parameters th, [data-gx-mode="dark"] .request-parameters td{
	background-color: #181d27;
}

[data-gx-mode="dark"] .json-schema-table td{
	border: none !important;
}

[data-gx-mode="dark"] .swagger-try-toggle-btn:not(:hover) {
    background-color: #4b5563 !important;
}

[data-gx-mode="dark"] .tab-button.active {
    background: #4b5563;
	border: none;
}

[data-gx-mode="dark"] .tab-button {
    background: #ffffff29;
	border: none;
}

[data-gx-mode="dark"] .swagger-toggle:hover{
	background-color : #ffffff29 !important;
}

[data-gx-mode="dark"] .wp-block-table table{
	border: 1px solid #313a4b;
	color: #aab2bf;
}

[data-gx-mode="dark"] .wp-block-table thead{
	background-color :#1e2531;
}	

[data-gx-mode="dark"] .wp-block-table td{
      border: 1px solid #313a4b !important;
}

[data-gx-mode="dark"] {
  background-color: #181d27;
  color: #ced2d9;
  transition: background-color 0.3s ease, color 0.3s ease;
}

[data-gx-mode="dark"] .wp-block-table th{
	color: #aab2bf;
}

[data-gx-mode="dark"] .gx-changelog-filters input, [data-gx-mode="dark"] .gx-changelog-filters select{
  background-color: #1e2531;
  border: 1px solid #313a4b;
}

[data-gx-mode="dark"] .cat-deprecation-notice {
	color: #ced2d9;
}

[data-gx-mode="dark"] .gx-block {
  background-color: #1e2531;
  color: #ced2d9;
  transition: background-color 0.3s ease, color 0.3s ease;
}

[data-gx-mode="dark"] .gx-sidebar {
  background-color: #1e2531;
  color: #ced2d9;
  transition: background-color 0.3s ease, color 0.3s ease;
}

[data-gx-mode="dark"] .gx-header {
    background-color: rgba(34, 41, 53, 0.7);
}

[data-gx-mode="dark"] .bg-\[\#ffaea3\] {
	background-color : #476290;
}

[data-gx-mode="dark"] #RightMenu li {
    color: #aab2bf;
}

[data-gx-mode="dark"] .border-\[\#ffaea3\] {
    border-color: #476290;
}

[data-gx-mode="dark"] .confluence-information-macro-information {
    background-color: #181d27;
	color: #aab2bf;
}

[data-gx-mode="dark"] h1,
[data-gx-mode="dark"] h2,
[data-gx-mode="dark"] h3,
[data-gx-mode="dark"] h4,
[data-gx-mode="dark"] h5 {
  color: #ced2d9;
  transition: background-color 0.3s ease, color 0.3s ease;
}

[data-gx-mode="dark"] .gx-card .gx-card-header {
    border-color: #313a4b;
} 

[data-gx-mode="dark"] .MarcoBloc H3 {
	border-bottom: 1px solid #313a4b;
}

[data-gx-mode="dark"] .MarcoBloc p {
	color: #aab2bf !important;
}

[data-gx-mode="dark"] #fxmap{
  background-color: #1e2531;
  color: #ced2d9;
}

[data-gx-mode="dark"] .gx-sb-list a{
	color: #aab2bf;
}

[data-gx-mode="dark"] blockquote{
	background-color: #181d27;
	color: #aab2bf;
}

[data-gx-mode="dark"] strong {
    color: #aab2bf;
}

[data-gx-mode="dark"] .bg-\[\#dfe6ed4d\] {
    background-color: #181d27;
}

[data-gx-mode="dark"] .gx-header .gx-header-items .header-search-box input {
    border: 1px solid #313a4b;
    background: #1e2531;
    color: #aab2bf;
}

[data-gx-mode="dark"] .swagger-endpoint{
	background-color : #1e2531;
	border : 1px solid #313a4b;
	color : #aab2bf;
}

/* Alternance des lignes */
[data-gx-mode="dark"] .wp-block-table tbody tr:nth-child(odd),
[data-gx-mode="dark"] .confluenceTable tbody tr:nth-child(odd){
    background-color: #181d27;
}

[data-gx-mode="dark"] .wp-block-table tbody tr:nth-child(even),
[data-gx-mode="dark"] .confluenceTable tbody tr:nth-child(even){
    background-color: #1e2531;
}

[data-gx-mode="dark"] .confluenceTable th, [data-gx-mode="dark"] .confluenceTable td{
	border : 1px solid #313a4b;
	color: #ced2d9;
}

[data-gx-mode="dark"] .confluence-information-macro-note{
	background-color : #ffffff0f;
}

[data-gx-mode="dark"] #theme-toggle{
	border: 1px solid #181e28;
}

[data-mode=light] {
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px -1px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 10px -1px rgba(0, 0, 0, 0.15);
  overflow: hidden !important;
}
[data-mode=light] .gx-sb-logo {
  background-color: #fff;
  border-bottom: 1px solid #eee;
}
[data-mode=light] .gx-sb-wrapper .gx-sb-list .gx-sb-item-separator {
  background-color: #eee;
}
[data-mode=light] .gx-sb-wrapper .gx-sb-list .gx-sb-title {
  color: #ccc;
}
[data-mode=light] .gx-sb-wrapper .gx-sb-list .gx-sb-item.load-active > a {
  color: #484d54 !important;
}
[data-mode=light] .gx-sb-wrapper .gx-sb-list .gx-sb-drop .active-link {
  color: #484d54 !important;
}
[data-mode=light] .gx-sb-wrapper .gx-sb-list .gx-sb-drop a:hover {
  color: #484d54 !important;
}
[data-mode=light] .gx-sb-wrapper .gx-sb-list .gx-sb-item a {
  padding: 10px 0;
  color: #999;
}
[data-mode=light] .gx-sb-wrapper .gx-sb-list .gx-sb-item a:hover {
  color: #484d54;
}

[data-mode=cv] {
  background-color: #ffca54;
}
[data-mode=dark] .gx-sb-logo {
  background-color: rgba(24, 30, 40, 0.7) !important;
}
[data-mode=cv] .gx-sb-logo {
  background-color: #feb411 !important;
}
[data-mode=dark] .gx-sb-wrapper .gx-sb-list .gx-sb-item.load-active > a {
  color: #fff;
}
[data-mode=dark] .gx-sb-wrapper .gx-sb-list .gx-sb-drop .active-link {
  color: #fff !important;
}
[data-mode=dark] .gx-sb-wrapper .gx-sb-list .gx-sb-item a {
  padding: 8px 0;
  color: #e4e4e4;
  font-weight: 500;
	font-size: 14px;
}
[data-mode=dark] .gx-sb-wrapper .gx-sb-list .gx-sb-item a:hover {
  color: #fff;
}

.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: #1e2531;
}

.color-9 {
  background: #03492f;
}

/** Header css **/

.sb-hide .gx-header {
  width: 100%;
  margin-left: 0;
}

.gx-search .search-input::-webkit-input-placeholder {
  font-size: 13px;
}

.gx-search .search-input::-moz-placeholder {
  font-size: 13px;
}

.gx-search .search-input:-ms-input-placeholder {
  font-size: 13px;
}

.gx-search .search-input::-ms-input-placeholder {
  font-size: 13px;
}

.gx-search .search-input::placeholder {
  font-size: 13px;
}

.gx-header, [data-header-mode-tool=light] {
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  width: calc(100% - 270px);
  margin-left: 270px;
  background-color: rgba(255, 255, 255, 0.93);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  -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 input, [data-header-mode-tool=light] .gx-header-items .header-search-box input {
  border: 1px solid #eee;
  background-color: #fff;
}
.gx-header .gx-header-items .header-search-box input:focus, [data-header-mode-tool=light] .gx-header-items .header-search-box input:focus {
  outline: navajowhite;
  border: 1px solid #eee;
}
.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%);
}
.search-btn{right: 5px;}
.gx-header .gx-header-items .gx-toggle-sidebar.active .outer-ring .inner-ring, [data-header-mode-tool=light] .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;
  left: 4px;
}
.gx-header .gx-header-items .outer-ring, [data-header-mode-tool=light] .gx-header-items .outer-ring {
  border: 1px solid #9799a7;
}
.gx-header .gx-header-items .outer-ring .inner-ring, [data-header-mode-tool=light] .gx-header-items .outer-ring .inner-ring {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #9799a7;
}

[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;
}

/* =========================================================
   3. RESPONSIVE
========================================================= */
@media (max-width: 769px) {
  .open-search {
    display: block !important;
  }
  #mobile-sidebar-toggle{
	display: block !important;
  }
  .gx-sidebar {
    -webkit-transform: translateX(-270px) !important;
            transform: translateX(-270px) !important;
	-webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
}

/* Responsive: scroll horizontal */
@media (max-width: 769px) {
  .wp-block-table {
      overflow-x: auto;
  }

  .wp-block-table table {
      min-width: 600px;
  }
}

/* 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: 769px) {
  .gx-main-content {
    width: 100%;
    margin-left: 0px;
  }
  .sb-collapse .gx-main-content {
    width: 100%;
    margin-left: 0px;
  }
}

/* Responsive css sidebar */
@media only screen and (max-width: 1023px) {
  .gx-sidebar-overlay {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 40;
    display: none;
  }
  .sb-default .gx-sidebar .gx-sb-logo .sb-full {
    display: block;
  }
  .sb-default .gx-sidebar .gx-sb-logo .sb-collapse {
    display: none;
  }
  .sb-collapse .gx-sidebar:hover .gx-sb-logo .sb-collapse {
    display: block;
  }
  .sb-collapse .gx-sidebar:hover .gx-sb-logo .sb-full {
    display: none;
  }
  .sb-collapse .gx-sidebar:hover .gx-sb-wrapper .gx-sb-list .gx-sb-item > a {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .sb-collapse .gx-sidebar:hover .gx-sb-wrapper .gx-sb-list .gx-sb-item > a > i {
    margin-right: 0;
    font-size: 21px;
  }
  .sb-collapse .gx-sidebar .condense {
    display: block;
  }
}

@media only screen and (max-width: 769px) {
  .sb-collapse .gx-sidebar:hover {
    width: 270px;
  }
  .sb-collapse .gx-sidebar:hover .gx-sb-wrapper {
    pointer-events: initial;
  }
  .sb-collapse .gx-sidebar:hover .gx-sb-wrapper .gx-sb-list .gx-sb-item > a {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .sb-collapse .gx-sidebar:hover .gx-sb-wrapper .gx-sb-list .gx-sb-item > a i {
    margin-right: 10px;
  }
  .sb-collapse .gx-sidebar:hover .gx-sb-logo .sb-full {
    display: block !important;
  }
  .sb-collapse .gx-sidebar:hover .gx-sb-logo .sb-collapse {
    display: none;
  }
  .sb-collapse .gx-sidebar .gx-sb-wrapper .gx-sb-list .gx-sb-item > a {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .sb-collapse .gx-sidebar .gx-sb-wrapper .gx-sb-list .gx-sb-item > a i {
    margin-right: 10px;
  }
  .sb-collapse .gx-sidebar .gx-sb-logo .sb-full {
    display: block;
  }
  .sb-collapse .gx-sidebar .gx-sb-logo .sb-collapse {
    display: none;
  }
}

@media only screen and (max-width: 769px) {
  .gx-header .gx-header-items .header-search-box {
    margin-left: 15px;
  }
  .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-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-user-drop {
    margin-left: 10px;
  }
}

@media only screen and (max-width: 769px) {
  .gx-header {
    width: 100%;
    margin-left: 0px;
  }
  .sb-collapse .gx-header {
    width: 100%;
    margin-left: 0px;
  }
}
@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;
  }
}

/* Responsive css */
@media only screen and (max-width: 1399px) {
  .topic-list li {
    font-size: 13px;
  }
}
@media only screen and (max-width: 1199px) {
  .gx-open-topic {
    right: 0 !important;
  }
  .gx-topic {
    width: 300px;
    height: 100vh;
    position: fixed;
    right: -300px;
    top: 12px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 43;
  }
  .gx-topic .topic-sidebar {
    height: calc(100vh - 24px);
    overflow: auto;
    top: 12px;
  }
  .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: 1023px) {
  .gx-full-screen .gx-card {
    height: calc(100vh - 24px);
    overflow: auto;
  }
}
@media only screen and (max-width: 769px) {
  .gx-card .gx-card-header {
    padding: 15px;
  }
}
@media only screen and (max-width: 769px) {
  .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;
  }
}

@media (min-width: 769px) {
  .gx-header .gx-header-items .header-search-box .gx-search {
    position: static;
    opacity: 1;
    visibility: visible;
    margin-top: 0;
    padding: 0;
    box-shadow: none;
    width: auto;
    background: transparent;
  }
}

@media (max-width: 769px) {
  .gx-header .gx-header-items .header-search-box .gx-search {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    margin-top: 15px;
    padding: 15px;
    background-color: #fff;
    box-shadow: 0 0 10px -3px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    width: 300px;
    top: 50px;
  }

  .gx-header .gx-header-items .header-search-drop:hover .gx-search,
  .gx-header .gx-header-items .header-search-drop.open .gx-search {
    opacity: 1;
    visibility: visible;
  }
}

@media only screen and (max-width: 1199px) {
  .Subscrib {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  .gx-sidebar .sb-full {
    display: block !important;
  }
  #RightMenu{
	  padding-right: 0px;
  }
}

.post-read-more {
  text-align:right;

}


