.developer-layout .container {
	width: 100%
}

.sidebar-menu {
	-webkit-padding-start: 0px;
	margin-bottom: 30px !important;
}

ul.sidebar-menu li {
	list-style-type: none;
	padding-right: 5px;
}

.internal-sidebar {
	max-width: 300px;
}

.internal-sidebar.affix { /* documentation affix */
    top: 30px;
    /*width: 285px;*/
}

.internal-sidebar ul {
    margin-top: 20px;
    margin-bottom: 40px;
    font-size: 17px;
    font-weight: 400;
    list-style-type: none;
    margin: 0;
    padding: 0;
    padding-top: 5px;
}

.internal-sidebar li {
	margin-top: 20px;
}

.sub-menu li {
	margin-top: 5px;
}

.internal-sidebar ul a {
	color: #005DE9;
	border: 0;
	width: auto;
}

.internal-sidebar ul ul {
	font-size: 15px;
	margin-left: 15px;
	margin-top: 0;
}

ul.documentation-sidebar ul {
    margin-left: 15px;
    padding-top: 0;
    font-size: 14px;
    font-weight: 400;
    list-style-type: none;
}

.no-sidebar-registration .sidebar-registration {
    display: none;
}

.internal-main-content {
    padding-top: 20px;
    font-size: 16px;
    font-weight: 300;
}

h1 {
    text-transform: none;
    margin-bottom: 24px;
}

h2 {
    text-transform: none;
	margin-top: 48px;
    background-color: #005DE9;
    color: white;
    font-weight: normal;
    padding: 6px;
}

h3 {
    text-transform: none;
	background-color: orange;
	color: navy;
    font-weight: 500;
    padding: 4px;
}

.table-title {
    font-size: 24px;
    color: black
}

table {
	border: 1px;
	border-color: #606060;
	border-style: solid;
	padding: 5px;
	font-size: 12px;
}

td {
	border: 1px;
	border-color: #606060;
	border-style: solid;
	padding: 5px;
}

thead {
	border: 1px;
	border-color: #606060;
	border-style: solid;
	background-color: #005DE9;
	color: white;
	padding: 5px;
}

.inset {
	margin: 20px;
	padding: 10px;
	background-color: #e8e8e8;
}

.api-uri {
	margin-top: 10px;
	margin-bottom: 10px;
}

.swagger-link {
	color: #2E9E60;
	padding-left: 50px;
	font-weight: 500;
}

h1.partner-h1-tag {
    color: black !important;
    font-weight: 600;
    background-color: transparent; /* Override the global h2 background */
}

h3.partner-h3-tag {
    text-transform: none;
    background-color: transparent ;
    color: black;
    font-weight: 600;
    padding: 4px 4px 4px 0px;
}

.api-uri-partner {
	margin-top: 10px;
	margin-bottom: 20px;
}
	
.partner-h2 {
    text-transform: none !important;
    margin-top: 48px !important;
    color: black !important;
    font-weight: bold !important;
    padding: 6px 6px 6px 0px !important;
    background-color: transparent !important; /* Override the global h2 background */
}

.partner-intro {
	text-transform: none;
    margin-top: 0px;
    color: black;
    font-weight: 550;
    padding: 6px 6px 6px 0px;
    background-color: transparent;
}

.partner-newinfo {
    text-transform: none;
	color: #04041CF2;
    font-weight: 500;
    padding: 4px;
    background-color: transparent; /* Override the global h2 background */
}

.partner-h4 {
    text-transform: none;
	color: #04041CF2;
    font-weight: 600;
    font-size: 19px;
    padding: 4px;
    background-color: transparent; /* Override the global h2 background */
}

.partner-cart {
	text-transform: none;
	color: #04041CF2;
    font-weight: 600;
    padding: 4px;
    Margin-top: 30px;
    background-color: transparent;
}

.partnerchangeswagger {
    text-transform: none;
	color: #04041CF2;
    font-weight: 600;
    padding: 0px;
    margin: 0px;
    background-color: transparent; /* Override the global h2 background */
}

.partnerchangepostman {
    text-transform: none;
	color: #04041CF2;
    font-weight: 600;
    padding: 15px 0px 0px 0px;
    margin: 0px;
    background-color: transparent; /* Override the global h2 background */
}

.partner-title {
    color: black;
    font-weight: 700;
    background-color: transparent; /* Override the global h2 background */
}

.partner-th {
	background-color: #F0F3F7;
	color: black;
	text-align: left;
	font-size: 14px;
	font-weight: 600;
	padding-left: 10px;
}

.table-split {
	border: 0px;
	border-color: transparent;
	border-style: solid;
	padding: 10px 5px;
	
}

.table-split tr:nth-child(even) {
	background-color: #F0F3F7;
	border-radius: 15px;
}

.table-split thead {
	border: 0px;
	border-color: transparent;
	height: 42px;
}

.table-split td {
	border: 1px solid transparent;
	height: 60px;
}

.table-split tr td:first-child {
	border-radius: 10px 0px 0px 10px;
}

.table-split tr td:last-child {
	border-radius: 0px 10px 10px 0px;
}

.table-split thead th:first-child {
	border-radius: 5px 0px 0px 5px;
}

.table-split thead th:last-child {
	border-radius: 0px 5px 5px 0px;
}

.swagger-link-partner {
	color: #1362E2;
	font-weight: 600;
}

.partnercode {
	padding: 15px;
    background-color: #CDD1D3;
    color: black;
    display: block;
    border-radius: 10px;
    word-wrap: break-word;
}

.partner-style {
	font-weight: 600;
	padding-left: 0px;	
}

.faq-toggle {
	border-bottom: 1px solid #ccc;
  	padding-bottom: 10px;
   	margin-bottom: 10px;
   	cursor: pointer;
   	display: flex;
   	justify-content: space-between;
   	align-items: center;
}
 
.faq-toggle .arrow {
	font-size: 16px;
	margin-left: 10px;
}
 
.line-view {
 	border-bottom: 1px solid #ABC6D8;
 	padding: 5px 5px 5px 0px;
}
   
.fontStyle {
	color: black !important;
	font-weight: 600 !important;
	font-family: 'Roboto bold', Arial, sans-serif !important;
}

.line-viewitem {
	display: flex;
   	justify-content: space-between;
   	align-items: center;
   	cursor: pointer;
}

.arrowView {
	transition: transform 0.3s ease;
}

.line-viewitem i {
	align-content: center;
    margin-top: 20px;
    color: #1362E2;
}
 
.partnerchange-p-tag {
	padding-top: 15px;
}

.tbody-style {
	font-size: 14px;
}

.intro-para {
	font-size: 18px;
	font-weight: 500;
}

.partner-home {
    text-transform: none !important;
    margin-top: 0px !important;
    color: black !important;
    font-weight: bold !important;
    padding: 6px 6px 6px 0px !important;
    background-color: transparent !important; /* Override the global h2 background */
}