* { margin: 0; padding: 0; box-sizing: border-box; }
img { max-width: 100%; }
body, html { width: 100%; height: 100%; }
body { font-family: "Roboto", sans-serif; }
.navbar { position: fixed; width: 280px; left: 0; top: 0; bottom: 0; border: none; right: auto; border-radius: 0; margin-bottom: 0; border-right: 1px solid #e3e8ee;}
.navbar .navbar-collapse { padding: 0; }
.navbar .navbar-collapse .navbar-nav { float: none; }
.navbar-nav li { float: none; clear: both; }
.navbar-nav > li.dropdown .dropdown-menu { width: 100%; margin: 0; padding: 0; border: none; position: static; background: transparent; }
.navbar-nav > li.dropdown .dropdown-menu > li > a { color: #9d9d9d; display: block; padding: 10px 15px; }
.navbar-nav > li.dropdown.active > .dropdown-menu { display: block; }
.navbar-nav > li.dropdown li.dropdown.active > .dropdown-menu { display: block; }
.main-wrapper { padding-left: 280px; }
#section1 { padding-top: 50px; height: 500px; color: #fff; background-color: #1e88e5; }
#section2 { padding-top: 50px; height: 500px; color: #fff; background-color: #673ab7; }
#section3 { padding-top: 50px; height: 500px; color: #fff; background-color: #ff9800; }
#section4 { padding-top: 50px; height: 500px; color: #fff; background-color: #00bcd4; }
#section41 { padding-top: 50px; height: 500px; color: #fff; background-color: #ff9800; }
#section411 { padding-top: 50px; height: 500px; color: #fff; background-color: #00bcd4; }
#section412 { padding-top: 50px; height: 500px; color: #fff; background-color: #673ab7; }
#section42 { padding-top: 50px; height: 500px; color: #fff; background-color: #009688; }
footer { font-size: 3em; display: flex; align-items: center; justify-content: center; height: 500px; color: #fff; background-color: #222; }
.navbar-nav li a { padding-top: 9px; padding-bottom: 9px; }
.second-nested li a { padding-left: 30px; }
.third-nested li a { padding-left: 45px; }
.navbar-inverse .navbar-nav li a:hover { color: #000; }
.navbar-inverse .navbar-nav > .active > a:hover { color: unset; }
.navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a { background-color: #f5fbff; }
.navbar-inverse { background-color: #fff; }
.navbar-inverse .navbar-nav >  .active > a, .dropdown-menu.second-nested > .active > a, .dropdown-menu.third-nested > .active > a, .navbar-inverse .navbar-nav>.active>a:focus { color: var(--blue500) !important; font-weight: 500; background: #f5fbff; background-color: #f5fbff; border-top-right-radius: 8px; border-top-right-radius: var(--border-radius-8); border-bottom-right-radius: 8px; border-bottom-right-radius: var(--border-radius-8); }
.dropdown-menu { box-shadow: none; border-radius: unset; }
.dropdown-menu.second-nested >li { padding-left: 10px; }
.dropdown-menu.third-nested >li { padding-left: 10px; }

.navbar-nav > li.dropdown .dropdown-menu > .dropdown.active > .dropdown-menu { display: block; }
.MobileNav-label { cursor: pointer; top: 50%;transform: translateY(-50%);}
.logo-BYI { text-align: center; padding: 15px 0; border-bottom: 1px solid #e3e8ee}
.logo-BYI img { max-width: 190px; }
.navbar-inverse .navbar-nav>li>a:focus{color: unset!important;}

.highlight {background: #FFCD69;color:#222;    padding: 0 3px;    margin: 0 1px;    border-radius: 4px;    border-radius: var(--border-radius-4);    border: 1px solid rgba(0,0,0,.05);    border: 1px solid var(--inline-code-keylineColor);    font-weight: 500;    font-size: .9em;}
.search-fields { display: flex; align-items: center; width: 100%; padding: 0 12px; padding: 0 var(--sp12); margin: 10px 0; position: relative;}
input#search-highlight { background: #f7fafc; background: var(--gray50); border-radius: 8px; border-radius: var(--border-radius-8); box-shadow: 0 0 0 1px rgba(0, 0, 0, .07); box-shadow: var(--shadow--keyline); padding: 4px 8px; padding: var(--sp4) var(--sp8); width: 100%; min-height: 28px; display: flex; align-items: center; font-size: 13px; font-size: var(--font13); line-height: 20px; line-height: var(--font13-lineHeight); color: #8792a2; color: var(--gray400); }
.version-notes { background: #f7fafc; background: #4f566b; box-shadow: 0 0 0 1px rgba(0, 0, 0, .07); box-shadow: var(--shadow--keyline); padding: 4px 8px; padding: var(--sp4) var(--sp8); width: 100%; min-height: 28px; font-size: 13px; font-size: var(--font14); line-height: 20px; line-height: var(--font13-lineHeight); color: #8792a2; color: #fff; text-align: center; }
.search-image {cursor:pointer;position: absolute;top: 50%;transform: translateY(-50%);right: 22px;}
.search-fields .search-image img{max-width: 12px;}
.caret { width: 20px; height: 20px; position: absolute; right: 10px;border: none; }
.caret:before { position: absolute; content: ""; border: 1px solid #c1c9d2; height: 10px; transform: rotate(-45deg) translateY(-50%); left: 5px; top: 50%; }
.caret:after { position: absolute; content: ""; border: 1px solid #c1c9d2; height: 10px; transform: rotate(45deg) translateY(-50%); right: 14px; top: 50%; }
.owl-item .item .caption { background-color: #e3e8ee; text-align: center; padding: 2px 0px; color: #556cd6; }
.popup-overlap { background-color: RGBA(0,0,0,0.66); bottom: 0; left: 0; /*opacity: 0;*/ overflow-y: auto; position: fixed; top: 0; right: 0; -webkit-transition: opacity .3s ease-in-out; transition: opacity .3s ease-in-out; z-index: 400; display: none;}
.popup-overlap .popup-overlap-content{    width: 500px;    margin: 50px auto;    max-width: calc(100vw - 32px);}
.popup-overlap-content .search-contents  { border-radius: 8px; border-radius: var(--border-radius-8);     box-shadow: 3px 3px 6px 0.3px #232222;
                                           ; display: flex; flex-direction: column; }
.popup-overlap-content .search-contents ul { width: 100%; overflow-x: auto; overflow-y: auto; -webkit-overflow-scrolling: touch; z-index: 2; max-height: 400px; background-color: #fff; background-color: var(--white); padding: 5px 7px;}
.search-contents .BYI-upper-search-area {     border-bottom: 1px solid #e3e8ee;}
.BYI-upper-search-area .BYI-SearchBar-label { display: flex; padding: 16px 0 16px 12px; padding: var(--sp16) 0 var(--sp16) var(--sp12); align-items: center; background-color: #fff; border-radius: 8px 8px 0 0; margin: 0; }
.BYI-SearchBar-label .BYI-SearchBar-icon-spacing { }
.BYI-SearchBar-icon-spacing .BYI-search-image { position: relative; height: 20px; width: 20px; margin-right: 10px; }
.BYI-SearchBar-icon-spacing .BYI-search-image .search-image { right: 0; }
.BYI-search-image .search-image img { max-width: 12px; }
#BYI-SearchBar-input { width: 100%; color: #697386; color: var(--gray500); caret-color: #7dabf8; caret-color: var(--blue300); background: #fff; }
#recent-view { text-transform: uppercase; font-size: 12px; font-weight: 500; color: #8792a2; color: var(--gray400); margin-left: 4px; margin-left: var(--sp4); margin-bottom: 8px; margin-bottom: var(--sp8); }
.popup-overlap-content .search-contents ul li { text-decoration: none; outline: 0; cursor: pointer; border-radius: 8px; border-radius: var(--border-radius-8); display: flex; align-items: center; justify-content: space-between; position: relative; cursor: pointer; }
.popup-overlap-content .search-contents ul li a{ padding: 8px; padding: var(--sp8);width: 100%;}
.popup-overlap-content .search-contents ul li:hover { background: #4f566b; }
.popup-overlap-content .search-contents ul li:hover a { color: #fff; }
.search-contents .search-area-footer { background-color: #f7fafc; background-color: var(--gray50); display: flex; justify-content: space-between; height: 32px; height: var(--sp32); align-items: center; padding: 0 8px 0 16px; padding: 0 var(--sp8) 0 var(--sp16); border-radius: 0 0 8px 8px; border-radius: 0 0 var(--border-radius-8) var(--border-radius-8); flex-grow: 0; flex-shrink: 0; }
.search-contents .search-area-footer label{    color: #8792a2;}
.modal-layer-popup-addres body{ overflow: hidden; }
.loader-container {width: 100%; margin: 0 auto; display: flex; flex-direction: column; align-items: stretch;justify-content: center;align-content: center;padding: 0;margin: 0;background: #fff;}
.loader-container .flex { min-height: 20pt; }
@keyframes loading { 
    0% { width: 10pt; height: 10pt; margin-top: 0; }
    25% { height: 4pt; margin-top: 15pt; }
    50% { width: 4pt; }
    75% { width: 10pt; }
    100% { width: 10pt; height: 10pt; margin-top: 0; }
}
.loader { width: 10pt; height: 10pt; border-radius: 100%; border: #697386 2pt solid; margin-left: auto; margin-right: auto; background-color: transparent; animation: loading 1s infinite; }
.load-text { padding: 5px 0; text-align: center; font: 14pt "Helvetica Neue", Helvetica, Arial, sans-serif; color: #697386; }
#sidebar-nav li a{position: relative;}
#sidebar-nav li a span{position: absolute;right: 10px;}
.dropdown.active > a > .caret:before{    transform: rotate(45deg);left: 1px;}
.dropdown.active > a > .caret:after{    transform: rotate(-45deg);right: 10px;}
.method-copy h1{font-weight: bold!important;}
.owl-carousel .owl-dots{text-align: center;padding: 10px 0;}
.owl-carousel button.owl-dot{    width: 10px;
    height: 10px;
    border: 1px solid #000;
    border-radius: 50%;
    background: #c1bcbc!important;
    cursor: pointer;
margin: 0 3px;}
.owl-carousel button.owl-dot.active{background: #4f566b!important;}
.NotADeveloper .item {padding: 14px;}
.NotADeveloper .item img {    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=9, Direction=0, Color=#000000)";
    -moz-box-shadow: 0 0 9px 9px #000000;
    -webkit-box-shadow: 0 0 9px 9px #000000;
    box-shadow: 0 0 9px 9px #000000;
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=9, Direction=135, Color=#000000);
    -webkit-box-shadow: 0 0 10px -1px #000000;}

.method-example-object, .method-example-request, .method-example-response, .method-example-table {
    box-shadow: none !important;
    background: transparent !important;
}

/* added on 19-03-2025  */
.method-copy .custom_heading2{ 
    font-size: 24px !important;
     line-height: 40px !important; 
     letter-spacing: .63px !important; 
     color: #2a2f45 !important;
      font-weight: bold !important;
       display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    padding-top: 0 !important;
}