* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
html { 
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}


html,body {
  margin: 0;
  padding:0;
  font-family: Biotif !important;
  scroll-behavior: smooth;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a:active, a:hover {
	outline: 0;
}
a {
	color: #000;
	text-decoration: underline;
}
a:hover, .article-content a:hover {
    color: #ff7959;
    text-decoration: none;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: 600;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
    margin: 1em 0;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
figure img {
    width: 100%;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}


input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  box-sizing: content-box; /* 2 */
}


input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}


fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}


legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}


textarea {
  overflow: auto;
}


optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: auto;
  width: 100%;
}
 
td,
th {
  padding: 0;
}

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}
::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}
::selection {
    background: #b3d4fc;
    text-shadow: none;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
textarea {
    resize: vertical;
}
body>.header {
    background: #fff;
}
@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

/* Theme Base */
span.close-button-for-zoom-preview {
    background: #ffffff;
    right: -50px;
    top: 0px;
    cursor: pointer;
    text-align: center;
    position: absolute;
    height: 35px;
    width: 35px;
    line-height: 32px;
    border-radius: 50%;
    box-shadow: 0 0 14px 0 rgba(0,0,0,.1);
}
span.close-button-for-zoom-preview::after {
    color: #000000;
    content: "x";
    font-size: 23px;
}
.page-content .v-split-container > .v-split {
margin: auto;
width: 1400px;
max-width: 100%;

}
html, body {
	margin: 0;
	padding: 0;
}
body {
	color: #000;
	line-height: 24px;
	font-size: 16px;
	font-weight: 400;
	font-family: Biotif;
  background: #F6F6F6;
}
h1, h2, h3, h4, h5, h6 {
	color: #000000;
	font-weight: 600;
	font-family: Biotif;
}
h1, h2, h3 {
    margin-top: 35px;
    margin-bottom: 15px;
    padding-bottom: 0;
    line-height: 124%;
}
h4, h5, h6 {
    margin-top: 30px;
    margin-bottom: 10px;
    padding-bottom: 0;
}
h1 {
	font-size: 34px;
}
h2 {
	font-size: 28px;
}
h3 {
	font-size: 22px;
}
h4 {
	font-size: 20px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}
/* Common Styles */

p, code, table, th, td, ul, ol, li, dl, dt, dd, form, fieldset, legend, input[type="submit"], input, input[type="text"], textarea, select, input[type="password"], address, input[type="file"], input[type="hidden"], button, input[type="image"], blockquote {
	font-size: 16px;
}
 
address {
	color: #000;
	font-size: 16px;
}
p {
	margin: 0;
	margin: 0 0 20px 0;
	color:rgba(0, 0, 0, 0.8);
line-height: 26px;
    font-size: 15px;
	font-weight: 400;
	font-family: Biotif;
}
input[type=file], input[type=hidden] {
	color: #000;
	font-size: 16px;
}
input[type=image], blockquote {
	color: #000;
	font-size: 16px;
}
input[type=text]:not(.swagger-ui *), input[type=password]:not(.swagger-ui *) {
	font-family: inherit;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 3px 14px;
	border-color: #bbb;
	height: 44px;
	border-width: 1px;
	border-radius: 3px;
}
input[type=text].validation-error, input[type=password].validation-error {
	border: 1px solid #e64343;
}
select:not(.swagger-ui *) {
	border-color: #bbb;
	height: 44px;
	border-width: 1px;
	font-family: inherit;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 3px 14px;
	border-radius: 3px;
}
textarea:not(.swagger-ui *) {
	border-color: #bbb;
	border-width: 1px;
	font-family: inherit;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 3px 14px;
	height:120px;
	border-radius: 3px;
}
table th {
    font-size: 14px;
    font-weight: 500;
    background: #f9f9f9;
}
table, th, td {
    border: 1px solid #f5f5f5;
    padding: 8px 16px;
    color: #000;
line-height: 26px;
    font-size: 15px;
    font-weight: 400;
    font-family: Biotif;
    text-align: left;
}
table {
    margin-bottom: 20px;
}
.widget-snippet p {
	margin: 0;
	padding: 0 0 20px 0;
	color: #000;
	line-height: 24px;
	font-size: 16px;
	font-weight: 400;
	font-family: Biotif;
}
.widget-snippet {
	color: #000;
	line-height: 24px;
	font-size: 16px;
	font-weight: 400;
	font-family: Biotif;
	text-align: left;
}
.widget-snippet a {
	color: #000;
	line-height: 24px;
	font-size: 16px;
	font-weight: 400;
	font-family: Biotif;
	text-align: left;
	text-decoration: underline;
}
.widget-snippet a:hover {
	color: #FF7F00;
	text-decoration: none;
}
.widget-snippet ul, ul {
    margin: 20px 0;
    padding: 0;
    list-style-type: none;
}
.widget-snippet ul li, .widget-snippet ol li, ul li, ol li {
	position: relative;
	 margin: 0 0 12px 0;
	padding: 0 0 0 18px;
	list-style-type: none;
	margin-bottom: 10px;
	color: #000;
line-height: 26px;
    font-size: 15px;
	font-weight: 400;
	font-family: Biotif;
}
ul li {
    margin: 0 0 12px 0;
    padding: 0 0 0px 18px;
}
ul li::before {
    content: '';
    background: #000;
    width: 7px;
    height: 7px;
    position: absolute;
    border-radius: 50px;
    top: 10px;
    left: 0;
}
.widget ul li a, .widget ol li a {
	color: #000000;
}
.widget ul li a:hover, .widget ol li a:hover {
    color: #F87252;
}
ol li {
	list-style-type: decimal;
	padding: 0 5px 10px;
}

 
ol, .widget-article ol, .widget-snippet ol {
	padding-left: 15px;
}
 
kbd {
    color: #000;
    padding: 20px 30px 20px 30px;
    margin: 0;
    font-size: 16px;
    line-height: 25px;
    font-weight: 500;
    background: #fdfdfd;
    position: relative;
    border: 2px dotted #00cb59;
    border-radius: 3px;
    display: block;
}
        /* Basic styling for the code container */
.code-container {
    margin: 20px 0;
    position: relative;
    border: 1px solid #eee;
    padding: 20px;
    border-radius: 5px;
    background: #f9f9f9;
    max-height: 500px;
    overflow: auto;
}
.code-container > p span {
    background: #f5f5f5;
    border: 1px solid #ddd;
    padding: 1px 7px;
    border-radius: 4px;
    margin: 0 2px;
    display: inline-block;
}
.code-container-item {
    position: relative;
    margin: 20px 0;
    background: #fff;
    border: 1px solid #ddd;
    padding: 20px;
    overflow: auto;
    font-family: monospace;
    border-radius: 5px;
}
        .code-container pre {
            margin: 0 !important;
            border: 0;
            background: transparent !important;
            padding-left: 60px !important;
            height: auto;
            min-height: auto;
            overflow: visible;
        }
        .code-container pre code {
            padding: 0;
            border: 0;
            width: auto;
        }

        :not(pre)>code[class*=language-], pre[class*=language-] {
            background: transparent !important;
            margin: 0 !important;
        }
        /* Styling for line numbers */
        pre[class*="language-"] {
            position: relative;
            padding-left: 1em;
            /*counter-reset: line;*/
        }

        pre[class*="language-"] code {
            position: relative;
        }

        /* Line numbers */
        pre[class*="language-"] code::before {
            /*counter-increment: line;*/
            /*content: counter(line);*/
            position: absolute;
            left: 0;
            padding-right: 1em;
            color: #888;
            text-align: right;
            display: inline-block;
            width: 2em;
        }

        /* Copy button styling */
        .copy-btn {
            position: absolute;
            top: 10px;
            right: 10px;
            background-color: #fff;
            color: #000;
            border: none;
            padding: 4px 14px;
            cursor: pointer;
            z-index: 66; 
            border-radius: 30px;
            font-family: monospace;
            font-size: 15px;
              border: 1px solid #f1f1f1;
        }

        .copy-btn:hover {
            background-color: #fbfbfb;
        }
.vertical .navigation-item .navigation-item-child-container.open{
    display: block;
}



/* Theme Css */
.body {
    min-height: calc(100vh - 155px);
}
.header {
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
}
.horizontal .navigation-item a {
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    color: #000;
    padding: 0 20px !important;
}
.horizontal .navigation-item.active a {
    color: #ff7959;
    font-weight: 600;
}
.footer {
    background: rgba(10, 27, 43, 1); 
}
.copyright p {
    margin: 0;
}
.home-content {
    margin-top: 120px;
}

.page-content {
    padding: 60px 30px;
}
.main-menu .nav-wrapper.horizontal > .navigation-item {
    float: right;
}
.html-widget-element-content p > code {
    padding: 0px 12px;
    text-align: center;
    display: inline-block;
    margin: 0 3px;
    background: #f1f1f1;
    border-radius: 4px;
}

/* Sidebar menu */
div#spltr-B192262F-B598-415F-AA0A-19D792CE8BE2, div#spltr-B618F29D-283D-4218-BA75-B75D2C54A822 {
    position: sticky;
    top: 20px;
}
.sidebar-sdk-left-menu {
    padding: 50px 100px;
   
}
.sidebar-sdk-left-menu.quick-access-menu {
    padding: 50px 50px 50px 50px;
}
.sidebar-sdk-left-menu .navigation-item  {
    position: relative;
}
.sidebar-sdk-left-menu .navigation-item a {
    border: 0;
    font-size: 15px;
    color: #000;
   line-height: 22px;
}
 
span.child-opener {
    display: block; 
    width: 20px;
    height: 20px;
    position: absolute;
    right: 0;
    top: 6px;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-chevron-down h-[0.9rem] w-[0.9rem]"><path d="m6 9 6 6 6-6"></path></svg>');
    background-position: center;
    background-size: contain;
    cursor: pointer;
}
.sidebar-sdk-left-menu .menu-open.navigation-item > .navigation-item-child-container span.child-opener {
    transform: rotate(-90deg);
}
.sidebar-sdk-left-menu .menu-open.navigation-item > .navigation-item-child-container span.child-opener.close {
    transform: rotate(0deg);
}
.vertical .navigation-item .navigation-item-child-container {
    border-left: 1px solid #ededed;
    padding-left: 20px;
    margin: 6px 2px;
}
.vertical .navigation-item .navigation-item-child-container a{ 
    font-size: 15px; 
}
.vertical .navigation-item.active>a {
    color: #ff7959;
    font-weight: 500;
}
.code-view-tab-container {
    margin-top: 40px;
}
.code-view-tab-container .button-group {
    border-bottom: 1px solid #eee;
}
.code-view-tab-container .button-group button {
    background: transparent;
    margin: 0 20px 0 0;
    font-size: 15px;
    color: #686868;
    padding: 0 0 8px 0;
}
.code-view-tab-container .button-group button.active {
    border-bottom: 2px solid;
    color: #000; 
}

.body-menu .nav-wrapper.horizontal {
    text-align: center;
}

.page-home .body {
    background: #f9f9f9;
}
.home-box-target .html-widget-element-content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px; 
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 60px;
}
.home-box-target .html-widget-element-content > p {
    flex: 1;
    text-align: center;
}
.home-box-target .html-widget-element-content a {
    background: #fff;
    padding: 30px;
    max-width: 300px;
    width: 100%;
    min-height: 300px;
    border-radius: 10px;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    box-shadow: 0 0 20px -12px rgba(0,0,0,0.1);
}

/* Swagger FIX */
.information-container.wrapper {
    display: none;
}
.swagger-ui .scheme-container { 
    box-shadow: none !important; 
}
.swagger-ui table { 
    table-layout: auto !important;
}
.swagger-ui table tbody tr td { 
    border: 0 !important;
}
.swagger-ui ul li::before {
    display: none !important;
}



/* Layout FIX */
.page-content > .v-split-container > .v-split.fee-fixed-width-content,
.widget-container > .v-split-container .v-split.fee-fixed-width-content,
.widget-container > .page-content > .v-split.fee-fixed-width-content,
.widget-container > .page-content > .v-split-container > .v-split.fee-fixed-width-content {
    width: auto;
}
.fee-fixed-width-content {
    padding-left: calc(50% - 700px) !important;
    padding-right: calc(50% - 700px) !important;
}




/* Code Widget CSS */
.code-container .toolbar {
    display: none;
}
.widget-code-snippet-inner .code-snippet-widget-element-content {
    margin: 20px 0;
    position: relative;
    border: 1px solid #eee;
    padding: 20px 25px 20px 15px;
    border-radius: 5px;
    background: #fff;
    max-height: 500px;
    overflow: hidden;
}
.widget-code-snippet-inner .bmui-tab-body-container {
    border: 0;
    padding: 0;
    margin-top: 10px;
}
.widget-code-snippet-inner .bmui-tab-header-container .bmui-tab-header {
    background: transparent;
    margin: 0 20px 0 0;
    font-size: 15px;
    color: #686868;
    padding: 0 0 8px 0;
    border: 0;
}
.widget-code-snippet-inner .bmui-tab-header-container {
    border-bottom: 1px solid #eee;
}

.widget-code-snippet-inner .bmui-tab-header-container  .bmui-tab-header.bmui-tab-active.bmui-state-active{
  border-bottom: 2px solid;
    color: #000;
}
.widget-code-snippet-inner .header-text-container {
    margin-top: 20px;
}
div.code-toolbar>.toolbar>.toolbar-item>a, div.code-toolbar>.toolbar>.toolbar-item>button, div.code-toolbar>.toolbar>.toolbar-item>span {
    padding: 8px 18px !important;
    cursor: pointer;
    z-index: 66 !important;
    border-radius: 30px !important;
    font-family: monospace !important;
    font-size: 15px !important;
    border: 1px solid rgb(223 223 223) !important;
    background: #fff !important;
    color: #000 !important;
    box-shadow: 0px 0px 10px -3px rgba(0,0,0,.1) !important;
    transition: all ease-in-out .2s;
}
div.code-toolbar>.toolbar>.toolbar-item>a:hover, 
div.code-toolbar>.toolbar>.toolbar-item>button:hover, 
div.code-toolbar>.toolbar>.toolbar-item>span:hover { 
    border: 1px solid rgba(248, 114, 82, .3) !important;
    background: #fff !important;
    color: rgba(248, 114, 82, 1) !important; 
}
.code-snippet-widget-element-content div.code-toolbar>.toolbar button[data-copy-state="copy-success"] { 
  border: 1px solid rgba(29, 145, 9, .3) !important;
   background: #fff !important;
   color: rgb(29 145 9) !important;
}
.code-snippet-widget-element-content div.code-toolbar>.toolbar button[data-copy-state="copy-success"]:hover { 
   border: 1px solid rgba(29, 145, 9, .3) !important;
   background: #fff !important;
   color: rgb(29 145 9) !important;
}
.code-snippet-widget-element-content div.code-toolbar>.toolbar { 
    right: 25px; 
    display: flex;
    align-items: center;
    gap: 8px;
}
/*Table of Content Start*/
.widget-table-of-contents-inner li {
    padding: 0;
    font-size: 14px;
    line-height: 21px; 
	color:#000;
}
.widget-tableOfContents .widget-table-of-contents-inner li a{
	color:#000;
	font-family: Biotif;
    font-weight: 400;
	font-size:15px;
}

.widget-table-of-contents-inner {
    overflow: auto;
    height: 95vh;
    border-left: 0px solid #eee;
      border-radius: 20px;
  padding-right: 8px;
}
.toc-header h1 {
    font-size: 14px;
    text-transform: uppercase;
    color: #7d7d7d;
}
a.toc-header-anchor.highlighted {
    color: rgba(248, 114, 82, 1) !important;
    text-decoration: none !important;
    font-weight: 500;
}
.widget-table-of-contents-inner ul, .widget-table-of-contents-inner ol {
    margin: 10px 0;
    padding: 0 0 0 20px;
}

.toc-header > ul {
    padding: 0;
}
.api-playground-section .api-playground-card .api-play-card-left .api-request-type.POST {
    background: #60bc57;
    color: #fff;
}
.api-playground-section .api-playground-card .api-play-card-right .api-request-try-out-button:hover {
    background: #f87252;
    border-color: #f87252;
    color: #fff;
}
.api-playground-section .api-playground-card .api-play-card-right .api-request-try-out-button {
    border-color: #ffcec2;
    color: #f87252;
    height: 32px;
    border-radius: 6px;
    padding: 4px 13px;
    white-space: nowrap;
}
.api-playground-section .api-playground-card .api-play-card-right .api-request-try-out-button{
  font-size: 14px;
}

div.api-playground-section .api-playground-card .api-play-card-left .api-request-type {
    color: #ffffff !important;
    padding: 4px 20px;
    height: 30px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 4px;
}
.api-playground-section .api-playground-card .api-play-card-left .api-request-type.GET{
      background: #aa4dc8;
    border-color: #aa4dc8;
}
.api-playground-section .api-playground-card .api-play-card-left .api-request-type.DELETE {
    background: #ee5951;
    border-color: #ee5951;
}
.api-playground-section .api-playground-card .api-play-card-left .api-request-type.PATCH{
    background: #5999ff;
    border-color: #5999ff;
}
.api-playground-section .api-playground-card .api-play-card-left .api-request-type.PUT{
    background: #000;
    border-color: #000;
}
/*Table of Content End*/



/*Custom Fixing For API Response */
.api-playground-popup-wrapper .api-playground-endpoint-header-part .api-playground-endpoint-card .api-endpoint-type.GET,
.api-playground-popup-wrapper .api-playground-endpoint-header-part .api-playground-endpoint-card .api-endpoint-type.POST,
.api-playground-popup-wrapper .api-playground-endpoint-header-part .api-playground-endpoint-card .api-endpoint-type.DELETE,
.api-playground-popup-wrapper .api-playground-endpoint-header-part .api-playground-endpoint-card .api-endpoint-type.PATCH,
.api-playground-popup-wrapper .api-playground-endpoint-header-part .api-playground-endpoint-card .api-endpoint-type.PUT{
    color: #fff; 
    font-weight: 500;
    font-size: 12px;
    height: 26px;
    padding: 4px 14px; 
    border-radius: 4px;
}
.api-playground-popup-wrapper .api-playground-endpoint-header-part .api-playground-endpoint-card .api-endpoint-type.GET {
   
    border-color: #aa4dc8;
    background: #aa4dc8; 
}
.api-playground-popup-wrapper .api-playground-endpoint-header-part .api-playground-endpoint-card .api-endpoint-type.POST {
    
   background: #60bc57;
    border-color: #60bc57; 
}
.api-playground-popup-wrapper .api-playground-endpoint-header-part .api-playground-endpoint-card .api-endpoint-type.DELETE {
 
  background: #ee5951;
    border-color: #ee5951; 
}
.api-playground-popup-wrapper .api-playground-endpoint-header-part .api-playground-endpoint-card .api-endpoint-type.PATCH {
  background: #5999ff;
    border-color: #5999ff;
}
.api-playground-popup-wrapper .api-playground-endpoint-header-part .api-playground-endpoint-card .api-endpoint-type.PUT {
  background: #000;
    border-color: #000;
}
.api-playground-popup-wrapper .api-playground-endpoint-header-part .api-playground-endpoint-card,
.api-playground-popup-wrapper .api-playground-endpoint-header-part .api-playground-endpoint-card .api-endpoint-type.POST,
.api-playground-popup-wrapper .api-playground-endpoint-header-part .api-playground-endpoint-card .api-endpoint-type.DELETE,
.api-playground-popup-wrapper .api-playground-endpoint-header-part .api-playground-endpoint-card .api-endpoint-type.PATCH,
.api-playground-popup-wrapper .api-playground-endpoint-header-part .api-playground-endpoint-card .api-endpoint-type.PUT{ 
    align-items: center;
}
.request-schema-section-header .view-request-body-button { 
    border: 1px solid #ffd0c5;
    color: #f87252; 
}
.request-schema-section-header .view-request-body-button:hover {
    background: #f87252;
    border-color: #f87252;
   color: #fff;
}
.site-popup.wc-api-playground-popup.wc-full-view-popup { 
    max-width: 100% !important;
  
   border-radius: 0px !important;
}
.wc-api-playground-popup {
    width: 100%  !important;
    max-width: 600px !important;
    min-width: auto;
    border-radius: 12px !important;
    overflow: hidden;
}
@media screen and (max-width:767px) {
.wc-api-playground-popup {
    width: calc(100% - 40px)  !important; 
}
}
.api-playground-popup-wrapper .api-playground-endpoint-footer-part .api-playground-endpoint-footer-left-action-wrapper .api-playground-action .send-api-playground-request { 
    white-space: nowrap;
  background: #F87252;
    border: 1px solid #F87252;
      border-radius: 6px;
}
.api-playground-popup-wrapper .api-playground-endpoint-footer-part .api-playground-endpoint-footer-left-action-wrapper .api-playground-action .send-api-playground-request:hover {
    background: #f7522a;
    color: #fff;
    border-color: #f7522a;
}
.api-playground-popup-wrapper .api-playground-endpoint-body-part .authorization-section-wrapper .authorization-section .generate-access-token-section .access-token-site-title a {
    color: #F87252;
}
.site-popup.wc-api-playground-popup .title-bar {
    padding: 10px 16px 10px 22px; 
  background-color: #33475B;
}
.site-popup.wc-api-playground-popup .title-bar .window-corner-toolbar .close {
 
    height: 22px;
    width: 22px;
    background-size: contain;
}
.site-popup.wc-api-playground-popup .content {
    height: 600px;
    max-height: initial;
    overflow: auto;
}
.api-playground-scroller {
    max-height: initial; 
}
.api-playground-popup-wrapper .api-playground-endpoint-footer-part .api-playground-endpoint-footer-left-action-wrapper { 
    align-items: center;
    margin-bottom: 26px;
}
.api-playground-popup-wrapper .api-playground-endpoint-footer-part .api-playground-endpoint-footer-left-action-wrapper .api-playground-endpoint-footer-left-part .this-request-subtitle {
    line-height: 19px;
    font-size: 13px;
}
.api-playground-popup-wrapper .api-playground-endpoint-body-part .request-params {
     border-bottom: 0;  
}
.api-playground-scroller { 
    height: 466px;
}
.api-playground-popup-wrapper .api-playground-endpoint-body-part .authorization-section-wrapper .authorization-section .generate-access-token-section .access-token-add .access-token-input {
   
    font-size: 13px;
}

.site-popup.wc-api-playground-popup .content::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(90,145,234,0.5) !important;
    border-radius: 10px !important;
    background-color: #f5f5f5 !important
}

.site-popup.wc-api-playground-popup .content::-webkit-scrollbar {
    width: 8px !important;
    background-color: #f5f5f5 !important
}

.site-popup.wc-api-playground-popup .content::-webkit-scrollbar-thumb {
    border-radius: 10px !important;
    -webkit-box-shadow: inset 0 0 6px rgba(73,133,229,0.5) !important;
    background-color: #d6d4d4 !important
}


.api-playground-popup-wrapper .api-playground-endpoint-header-part .api-playground-endpoint-card .api-endpoint-url, 
.api-playground-section .api-playground-card .api-play-card-left .api-request-endpoint { 
    scrollbar-width: none;
      font-size: 15px;
      max-width: 440px;
}
.code-snippet-widget-element-content div.code-toolbar pre.line-numbers{
      overflow-y: auto;
    max-height: 500px;
}

.footer > .widget-container {
	max-width: 1460px;
	margin: 0 auto;
	width: 100% !important;
}

@media all and (max-width:1366px){
.site-popup.wc-api-playground-popup .content {
    height: 540px;
    overflow: auto; 
}
}
/*Custom Fixing For API Response */



/*Start Search */
.widget.widget-search {
    padding: 90px 30px 122px;
    background: rgba(10, 27, 43, 1) url(/template/efa6b0f4/images/search-shape.svg);
    background-position: bottom left;
    background-repeat: no-repeat;
}
.widget.widget-search .widget-title-wrapper {
    display: flex;
    flex-direction: column-reverse;
    text-align: center;
}
.widget.widget-search h1.widget-title {
    font-weight: 700;
    font-size: 64px;
    line-height: 100%;
    letter-spacing: -1px;
    text-align: center;
    margin: 30px auto 50px;
    color: #fff;
}
.widget.widget-search .widget-sub-title {
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
    color: #fff;
}
.widget.widget-search .search-form {
    max-width: 590px;
    margin: 0 auto;
}
.widget.widget-search .search-form form input:focus {
    border:1px solid #ffbe63;
}

.widget.widget-search .search-form form {
    position: relative;
}
.widget.widget-search .search-form form input{
    height: 50px;
    background: rgba(51, 71, 91, 1);
    padding: 5px 140px 5px 15px;
    border-radius: 10px;
    border: 1px solid rgba(51, 71, 91, 1);
    margin: 0;
	color:#fff;
}
.widget.widget-search .search-form button.icon-search {
    border: 0.5px solid rgba(255, 190, 99, 1);
    background: rgba(255, 190, 99, 1);
    height: 46px;
    max-width: 130px;
    width: 100%;
    font-weight: 450;
    font-size: 16px;
    line-height: 28px;
    border-radius: 8px;
    color: rgba(0, 0, 0, 1);
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    position: absolute;
    right: 2px;
}
.widget.widget-search .search-form button.icon-search:before {
 content:url("/template/efa6b0f4/images/Search.svg");
 margin: 0;
 display: inline-block;
 height: 20px;
}
.widget.widget-search .search-form button.icon-search:hover {
    border: 0.5px solid rgb(254 179 73);
    background: rgb(254 179 73);
}
@media all and (max-width:1366px){
   .widget.widget-search h1.widget-title {
    font-size: 55px;
} 
}
@media all and (max-width:1200px){
  .widget.widget-search h1.widget-title {
    font-size: 48px;
}
}
@media all and (max-width:991px){
.widget.widget-search h1.widget-title {
    font-size: 42px;
}
}
@media all and (max-width:767px){
.widget.widget-search h1.widget-title {
    font-size: 30px;
    line-height: 38px;
    margin: 18px auto 30px;
}
.widget.widget-search .search-form button.icon-search {
    max-width: 58px;
    gap: 0;
    font-size: 0;
}
.widget.widget-search {
    padding: 60px 15px 70px;
}
.widget.widget-search .widget-sub-title {
    font-weight: 400;
    font-size: 17px;
}
}

/*Search end */


/*copyright */

.copyright-sec {
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}
.widget.widget-article.footer-copyright .copyright-sec .right-part p a{
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    text-decoration:none;
}
.widget.widget-article.footer-copyright .copyright-sec .right-part p a:hover{
    color:#f87252;
}
.widget.widget-article.footer-copyright .copyright-sec .right-part p b{
    font-weight: 400;
    margin: 0 10px;
    color: rgba(255, 255, 255, 0.7);
}
.widget.widget-article.footer-copyright .copyright-sec .right-part p a:first-of-type{
    margin: 0 0 0 5px;
}
.widget.widget-article.footer-copyright .copyright-sec .left-part p,
.widget.widget-article.footer-copyright .copyright-sec .right-part p a {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height:20px;
    color: rgba(255, 255, 255, 0.7);
    padding: 0;
    margin: 0;
}

/*copyright end*/

/*footer social */
.widget-snippet.footer-social .widget-title {
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: rgba(255, 255, 255, 1);
}
.widget-snippet.footer-social {
  display:flex;
  gap: 20px;
}
/*footer social end*/

/*footer nav */
.footer .widget-navigation .nav-wrapper{
    text-align:right;
}
.footer .widget-navigation .navigation-item {
    padding: 0 15px !important;
}
.footer .widget-navigation .navigation-item.last {
 padding: 0 0 0 15px !important;
}
.footer .widget-navigation .navigation-item a {
    color: #fff;
    font-Weight: 700;
    font-size:16px;
    line-height: 22px;
    padding: 0 !important;
}
.footer .widget-navigation .navigation-item a:hover {
    color: #ff7959;
}
@media all and (max-width:1460px){
.responsive .header > .widget-container{
  width:100%;
}
}
@media all and (max-width:1200px){
.footer .widget-navigation .nav-wrapper {
    text-align: left;
}
.footer .widget-navigation .navigation-item {
    padding: 0 15px 8px !important;
}
.copyright-sec {
    justify-content: flex-start;
}
.copyright-sec .right-part p {
    padding: 0;
    margin: 0;
}
}
@media all and (max-width:991px){
    .footer .widget-navigation .navigation-item {
        padding: 0 8px 8px !important;
    }
}
@media all and (max-width:767px){
.copyright-sec {
        justify-content: flex-start;
        flex-direction: column;
        gap: 8px;
    }
.footer .widget-navigation .navigation-item.last {
    padding: 0 0 0 8px !important;
}
}
/*footer nav end*/








/*Custom CSS for Design modify */
.widget-html.section-title {
    margin: 20px auto 30px;
    padding: 0;
}
.widget-html.section-title h1 {
    text-align: center;
    max-width: 500px;
    margin: 0 auto;
    padding: 0;
    line-height: 38px;
}
/***********breadcrumb******************/
.breadcrumb-item .separator {
    font-size: 0px;
    position: relative;
    display: inline-flex;
    vertical-align: middle;
    width: 26px;
    text-align: center;
    align-items: center;
    justify-content: center;
    height: 18px;
}

span.breadcrumb-item {
    color: #fff;
}

.breadcrumb-item .separator::after {
    content: '/';
    color:rgba(0, 0, 0, 0.5);
    font-size: 15px;
    font-family: 'Didot';
    width: 5px;
    height:25px;
   /* background: url('../images/breadcumb-separator.svg');*/
}

.breadcrumb-item.root .icon {
    background: none;
    display: inline-block;
    padding: 0px;
    width: auto;
    height: auto;
}

.breadcrumb-item.root .icon::after {
    content: 'Home';
    display: inline-block;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    
    margin-right: 0;
}

.breadcrumb-item.root .icon::after {
    color: #000;
    opacity: 0.5;
}

.breadcrumb-item .label {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    
    opacity: 0.6;
}

.breadcrumb-item.current {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    
}

.widget.widget-breadcrumb.page-breadcrumb {
    position: absolute;
    right: 260px;
    top: 41%;
    z-index: 1;
}

.widget.widget-breadcrumb.page-breadcrumb .breadcrumb-item .separator::after,
.widget.widget-breadcrumb.page-breadcrumb .breadcrumb-item.root .icon::after,
.widget.widget-breadcrumb.page-breadcrumb span.breadcrumb-item {
    color: #fff;
}

.widget.widget-breadcrumb.page-breadcrumb span.breadcrumb-item .icon:hover::after {
    color: #fff;
}

.widget.widget-breadcrumb {
    padding: 20px 30px !important;
    background: #efefef;
}
.page-knowledge-base .breadcrumb-item.current {
      position: relative;
}
.page-knowledge-base .widget.widget-breadcrumb {
    max-width: 1380px;
    margin: 0 auto;
    position: unset;
}
.page-knowledge-base .widget.widget-breadcrumb:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    height: 64px;
    background: #efefef;
    width: 100%;
    transform: translateX(-50%);
}
.page-content .widget.widget-breadcrumb {
    display: none;
}
/***********End breadcrumb******************/
/*Sidebar start*/
body.page-home .page-content {
    padding: 60px 30px;
  }
  .sidebar-sdk-left-menu .navigation-item.active > a {
    color: #000;
    background: transparent;
  }
  .sidebar-sdk-left-menu {
    padding:0px 30px 40px 40px;
    border-right:0px solid #eee;
    height: 100vh;
    overflow: auto;
  }
  .sidebar-sdk-left-menu.quick-access-menu {
    padding: 50px 50px 50px 50px;
  }
  .sidebar-sdk-left-menu .navigation-item  {
    position: relative;
  }
  .sidebar-sdk-left-menu .navigation-item a {
    border: 0;
    font-size: 14px;
    color: #000;
    line-height: 21px;
    padding: 6px 16px;
  border-radius: 5px;
  }
.sidebar-sdk-left-menu .vertical .navigation-item .navigation-item-child-container {
    border-left: 0;
    padding: 0 !important;
    margin: 5px 0 5px 16px;
}
  .sidebar-sdk-left-menu .navigation-item a:hover {
    color:#F87252;
    background: transparent;
  } 
  .sidebar-sdk-left-menu .navigation-item.has-child > a {
    padding-right: 32px;
  }
  .sidebar-sdk-left-menu  span.child-opener { 
    right: 8px; 
  }
  .page-content {
    padding: 60px 100px 100px 125px;
  }
  body.page-home .page-content, .page-knowledge-base .page-content, .page-contact-us .page-content{
    padding: 0;
  }

.left-modern-nav-drawer-container .nav-wrapper.responsive-navigation { 
  padding: 20px;
}
.left-modern-nav-drawer-container .wc-mdoern-nav-title {
  padding-bottom: 0;
  height: 20px;
  border: 0; 
}
.left-modern-nav-drawer-container .wc-modern-nav-close-button {
  width: 36px;
  height: 40px;  
  position: absolute;
  top: 5px;
  right: 5px;
}
.left-modern-nav-drawer-container .wc-modern-nav-close-button:before, .left-modern-nav-drawer-container .wc-modern-nav-close-button:after { 
  left: 17px; 
}
.nav-wrapper.vertical.responsive-navigation.wc-modern-navigation .navigation-item a {
  border: 0;
  padding: 0 24px 0 0;
  color: #000;
  line-height: 20px;
  font-size: 14px;
}
.responsive #left-modern-nav-drawer-wc .navigation-item .navigation-item-child-container.open {
  border: 0;
  padding: 0;
}
#left-modern-nav-drawer-wc .responsive-navigation .navigation-item.has-child .child-opener::before {
  display:none
}
#left-modern-nav-drawer-wc .responsive-navigation.wc-modern-navigation .navigation-item.has-child .child-opener { 
  right: 0; 
    top: 0px;
}

#left-modern-nav-drawer-wc .responsive-navigation.wc-modern-navigation .navigation-item {
  margin: 12px 0;
  padding: 0;
}
  /*Sidebar End*/

.sidebar-sdk-left-menu .menu-open.navigation-item  > .navigation-item-child-container {
    display: block;
}


.widget.widget-breadcrumb {
    padding: 48px 30px 25px !important;
    background: transparent;
    max-width:1190px;
    margin: 0 auto;
}
.widget-html.know-section-title{
    margin: 0;
    padding: 0;
    padding: 70px 0px 0px;
}

.widget-html.know-section-title h1 {
   font-family: Biotif;
   font-weight: 600;
   font-size: 46px;
   line-height: 63px;
   letter-spacing: -1%;
   text-align: center;
   color:#000000;
   margin: 0;
   padding: 0;
}
.page-content {
    padding:15px 80px 100px 80px;
    margin: 0 38px;
    background-color: #ffffff;
    border-radius:20px;
}
.page-home .page-content{
    padding:0px;
    margin:0px;
    background-color:transparent;
}
.auto-page .body,
.page-home .body {
    background:transparent;
    padding:0px;
}
.page-knowledge-base .body{
    padding:0px;
    margin:0;
	background: rgba(10, 27, 43, 0.03);
}

body.page-knowledge-base{
	 background: transparent;
}
.page-page-not-found .page-content{
    padding:0;
    margin:0;
    background-color: transparent;
}
.page-page-not-found .body{
   padding-bottom:0px;
   min-height: auto;
}
.auto-page .page-content,
.page-knowledge-base .page-content {
    padding:0;
    margin:0;
    background: transparent;
    padding-bottom: 80px;
}
.body {
    background: #F6F6F6;
    padding-bottom:100px;
}
.toc-header {
    padding: 30px 35px;
    overflow: hidden;
    height: min-content;
      background-color: #fff;
    border-radius: 20px;
}
.widget.widget-tableOfContents {
    overflow: hidden;
    max-width: 366px;
    margin-bottom: 50px;
}

.toc-header h1 {
    font-size: 15px;
    text-transform: uppercase;
    color: #000000;
    margin: 0;
}
.sidebar-sdk-left-menu .navigation-item a {
    font-family: Biotif;
    border: 0;
    font-size: 16px;
    line-height: 21px;
    padding: 6px 16px;
    border-radius: 5px;
    font-weight: 400;
    color:rgba(0, 0, 0, 0.7);
    letter-spacing: 0;
    position:relative;
}
.sidebar-sdk-left-menu .navigation-item.active a:before {
    content: '';
    width: 2px;
    height: 14px;
    background-color: #F87252;
    position: absolute;
    top: 10px;
    left: 0;
}
.sidebar-sdk-left-menu .navigation-item-child-container.active a:before {
  display:none;
}
span.breadcrumb-item {
    color: #fff;
    font-family: Biotif;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0;
}



/*page not found*/
.widget-article .page_404 {
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
    padding:140px 80px 140px 80px;
    background: transparent;
}
.widget-article .page_404 .ops {
    color: rgba(0, 0, 0, 0.8);
    font-size: 75px;
    font-weight: 700;
    line-height: normal;
}
.widget-article .page_404 .ops .big_font {
    color: rgba(248, 114, 82, 1);
    font-size: 104px;
    margin-right: -17px;
}
.widget-article .page_404 .big {
    color: rgba(248, 114, 82, 1);
    font-size: 104px;
    margin-left: -17px;
}
.widget-article .page_404 .error {
    font-size: 38px;
    color: rgba(0, 0, 0, 0.8);
    line-height: 30px;
    margin: 15px 0 25px 0;
    font-weight: 500;
}
.widget-article .page_404 p {
    padding: 0;
    margin: 0 0 20px;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    line-height: 28px;
    color: rgba(0, 0, 0, 0.8);
}
.widget-article .page_404 a{
    background: rgba(248, 114, 82, 1);
    border-color: rgba(248, 114, 82, 1);
    margin: 15px 0 0;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
    padding: 12px 10px;
    border-radius: 10px;
    width: 100%;
    margin-top: 20px;
    max-width: 170px;
    text-decoration: none;
}
.widget-article .page_404 a:hover{
    background-color: rgb(250 85 45);
    color: #fff;
}

/*page not found end*/
.header-buttons a.header-login,
.header-buttons a.header-book
{
    line-height: 1 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 40px;
}
body.macos .sidebar-sdk-left-menu .navigation-item.active a::before {
  top: 7px !important;
}
body.macos  div.api-playground-section .api-playground-card .api-play-card-left .api-request-type { 
    padding: 8px 20px 4px 20px; 
}
body.macos .api-playground-section .api-playground-card .api-play-card-right .api-request-try-out-button { 
    padding: 7px 13px 4px 13px;
}


.page-content:empty, 
.toc-header:empty {
    display: none;
}


/*** Language Selector Start ***/

.site-popup.popup.multi-language span.header-label .title {
    padding-bottom: 15px;
    font-weight: 500;
    font-size: 25px;
    max-width: 100%;
    line-height: 32px;
}

.site-popup.popup.multi-language span.header-label .label {
    font-size: 16px;
    padding: 0 0 5px;
}
.country-select.inside input, .country-select.inside input[type=text] {
    font-size: 14px;
}

.popup.multi-language .chosen-container a, .popup.multi-language .language-select-continue {
    max-width: 80px;
    font-size: 17px;
    padding: 10px 5px 12px;
    line-height: 16px;
    font-weight: 500;
    height: 45px;
    border-radius: 10px;
    color: #fff;
    background:  #F87252;
    width: 100%;
}

.popup.multi-language .language-select-cancel {
    margin: 0 auto;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    max-width: 100%;
    border: 0;
    text-transform: unset;
}
.popup.multi-language .select-wrapper .form-item {
    margin-right: 15px;
}
.popup.multi-language .country-select {
    width: 100%;
}
.popup.multi-language div.country-select .country-list {
    width: 100% !important;
}
.popup.multi-language .language-select-cancel:hover {
    text-decoration: underline;
    color: #F87252;
}
.popup.multi-language .language-select-continue:hover,
.popup.multi-language .language-select-continue:focus{
    background-color:#f7522a;
    border: 0;
}
.popup.multi-language .country-select .selected-flag .arrow {
    filter: unset;
    margin: 0 8px 0 5px;
}
.popup.multi-language .country-select.inside .selected-flag {
    padding: 0 0 0 20px;
}
.widget.widget-languageSelector div.country-select.inside input {
    border: 0;
    height:45px;
    width: 92%;
    border-radius: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 35px;
    color: #fff;
    background: transparent;
}
.popup.multi-language {
    padding: 40px;
    border-radius: 10px;
    max-width: 480px;
    box-shadow: 0px 0px 24px 14px rgba(67, 67, 67, 0.1);
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
    left: 50% !important;
}
.popup.multi-language .select-wrapper {
    max-width: 390px;
    margin: 0 auto;
    padding: 0 0 20px;
}
.popup.multi-language div.country-select.inside input {
    height: 45px;
    border-radius: 10px;
}
.country-select.inside .flag-dropdown:hover .selected-flag {
    background-color: transparent;
}
.country-select.inside input, .country-select.inside input[type=text] {
    padding-left: 38px;
    font-weight: 500;
    font-size: 17px;
}
.country-select .selected-flag .arrow {
    margin-top: -13px !important;
    right: 0;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border-color: #757575;
    height: 26px;
    border-width: 0;
    font-family: inherit;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 4px 20px;
    background: url(https://cdn2.iconfinder.com/data/icons/arrow-collection-3/512/Down-3-512.png) no-repeat right;
    background-position-x: right;
    background-size: auto;
    background-position-x: right;
    background-size: auto;
    background-position-x: right;
    background-size: auto;
    background-position-x: calc(100% - 15px);
    background-size: 12px;
    margin: 0;
    margin-top: 0px;
    margin-top: 0px;
    filter: invert(100%);
}
.footer .widget.widget-languageSelector .form-row {
    margin: 0;
    background: #182c40;
    border-radius: 10px;
}
.country-select .selected-flag .arrow.up {
    border-bottom: 0 solid #555;
    transform: rotate(180deg);
}
.country-select.inside .selected-flag {
    width: 220px;
    padding: 0 0 0 15px;
}
div.country-select .country-list {
    width: 220px !important;
    overflow: auto;
    right: 0;
    border: 0;
    border-radius: 10px;
    top: 48px;
    max-height: 400px;
}
.country-select .country-list .divider {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 1px solid #f2f2f2;
}
div.country-select .country-list li:before{
    display: none;
}
div.country-select .country-list .country {
    padding: 6px 15px;
    line-height: 28px;
    font-size: 14px;
    margin:0;
    align-items: center;
    display: flex
}
.popup.multi-language .select-wrapper .country-select.inside .selected-flag {
    width: auto;
    cursor: pointer;
}
.popup.multi-language .country-select.inside input, .country-select.inside input[type=text] {
    font-size: 15px;
    padding-left: 48px;
}
.country-select.inside input[type="text"] {
    padding-left: 45px;
}
.country-select input#country_selector:focus {
    border-color: transparent !important;
    background: transparent !important;
}
.track-order-button-form .form-row label {
    display: none;
}
/*** Language Selector End ***/

