/*
api documentation
font-family: 'Nunito', sans-serif;
*/

/*body*/
body{
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
}
/*main*/
.api-main {
    border-bottom: 1px solid #D8E1E8;
}
/*nav*/
.navbar-brand img {
    height: 60px;
}
a.back-btn-anchor svg {
    height: 20px;
}
a.back-btn-anchor {
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    list-style: none;
    text-decoration: none;
    color: #008AF1;
    padding: 8px 16px 8px 16px;
    border-radius: 4px;
}
.back-btn-anchor:hover{ 
    background: #E0F1FD;
}
/*left*/
.offcanvas-left {
    height: 100vh;
}
.offcanvas-left h3 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    color: #4D5052;
    margin-top: 15px;
}
/*middle part*/
.api-middle-part{
    height: 100vh;
}
.api-middle-part h2{
    font-weight: 600;
    color: #1E1F20;
    font-size: 20px; 
    line-height: 28px;
    padding: 15px 0;
}
div[class^='section']{
    margin-bottom: 45px;
}
.api-middle-part .section:first-child h2{
    font-size: 32px;
    line-height: 43px;
}
.api-middle-part .section:last-child p{
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #4D5052;
}
.api-middle-part .section:last-child ol li{
    font-size: 16px;
    line-height: 34px;
    font-weight: 400;
    color: #4D5052;
}
ul.common{
    margin: 0;
    padding: 0;
}
ul.common li{
    display: flex;
    justify-content: space-between;
    background: #F8FAFB;
    border-bottom: 1px solid #D8E1E8;
    padding: 13px 15px; 
}
ul.common li span.text-start,
ul.common li span.text-end{
    font-size: 14px;
    font-weight: 700;
    line-height: 19px;
    color:#00A671;
}
ul.common li span.text-start{
    font-weight: 400;
    color: #212121;
}
.common.multiple li.base-color span.text-end{
    color: #8C00FB;
}
.common.multiple li.base-color span.text-end.object{
    color: #D67300;
}
.common.multiple li.white-color span.text-end.danger{
    color: #dc3545;
}
.common.multiple li.white-color {
    background: #FFF;
}
.common.multiple li.white-color span.text-end{
    color: #001FC5;
}
.common.multiple li label.danger{
    color: #dc3545; 
}
/*popup*/
.back-btn .btn-light{
    position: relative;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    border: 1px solid #008AF1;
    transition: all .3s linear;
    padding: 16px 24px 16px 24px;
    background-color: #008AF1;
    color: #fff;
    border-radius: 4px;
}

.back-btn .btn-light:hover,
.back-btn .btn-light:active{
    border: 1px solid #008AF1;
    color: #fff;
    background: #008AF1;
}
#api-modal h5{
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    color: #1E1F20;
}
#api-modal .modal-body p{
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #4D5052;
}
#api-modal .modal-body ul li{
    font-size: 16px;
    font-weight: 400;
    line-height: 38px;
    color:#4D5052;
    list-style: disc;
}
#api-modal .modal-body ul li a{
    font-weight: 700;
    color: #008AF1;
    text-transform: capitalize;
}
/*------------------------------------------------ 
            Rabi Custom Stylesheet
/*-------------------------------------------------*/
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  border: 1px solid #384248; 
}

::-webkit-scrollbar-track {
  border-radius:12px;
  background: #384248; 
}

::-webkit-scrollbar-thumb {
  border-radius: 12px;
  background: #c4c4c4;
}

.body-border{
     border-left: 1px solid #D8E1E8;
     border-right: 1px solid #D8E1E8;  
     min-height: 986px; 
}
.nav-root ul li{ 
    margin: 10px 0;
}
.nav-child li a{
    padding: 5px 7px; 
    margin: 0 15px;
}
.nav-root li{
    list-style: none; 
}
.nav-root li ul{
    padding: 0; 
}

.nav-root a{
    font-size: 14px;
    text-decoration: none;
    color: #4D5052; 
}
.nav-root .toast-header{
    padding: 8px 5px 8px 25px;
    cursor: pointer;
}
.toast-header small{
    text-align: right;
    background: #00A671;
    border-radius: 100px;
    font-size: 11px;
    margin-left: 7px;
    padding: 1px 2px 0px;
    color: #fff;
}

.nav-root li.main ul{
    display: none;
}
li.active .toast-header{
    background-color: #E0F1FD; 
}
li.active .toast-header a{
    color: #008AF1;
}
.toast-header a{
    position: relative;
    display: block;
    font-weight: 600;
    padding-left: 7px;
}
.toast-header a::before{
    position: absolute;
    left: -16px;
    content: ''; 
    right: 0;
    top: 6px;
    bottom: 0;
    background: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.41 7.70501L6 3.12501L10.59 7.70501L12 6.29501L6 0.295013L0 6.29501L1.41 7.70501Z' fill='%23008AF1'/%3E%3C/svg%3E") no-repeat;
      
}
 li.main .toast-header a::before{ 
   background: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.1251 1.00002L6.0051 4.88002L9.8851 1.00002C10.2751 0.61002 10.9051 0.61002 11.2951 1.00002C11.6851 1.39002 11.6851 2.02002 11.2951 2.41002L6.7051 7.00002C6.3151 7.39002 5.6851 7.39002 5.2951 7.00002L0.705098 2.41002C0.315098 2.02002 0.315098 1.39002 0.705098 1.00002C1.0951 0.62002 1.7351 0.61002 2.1251 1.00002Z' fill='%23008AF1'/%3E%3C/svg%3E")no-repeat;
    
}
li.active .toast-header.intro{
    background: transparent;
    padding: 0;
}
li.active .toast-header.intro a{
    color: #4D5052;
    padding: 0;
}
.nav-root .toast-header.intro,
.toast-header.intro a{
    padding: 0;
}
.toast-header.intro a:before {
    background: none !important;
}
.nav-child li a.active{
    background-color: #E0F1FD; 
    color: #008AF1;
}
.code_section_inner {
    background-color: #384248;
    color: #78FF56;
    border-radius: 15px; 
    padding: 16px;
}
.api-body {
    position: relative; 
}

.note-area {
    padding: 12px 24px;
    background-color: #E7EDF1;
    border-radius: 4px;
    width: 243px;
    position: absolute;
    bottom: 20px;
    left: auto;
}
.note-area p{
    font-weight: 400;
    font-size: 14px;
    color: #4D5052;
}
.api-body .col-lg-5 {
    padding-bottom: 20px;

}

.response {
    margin-top: 20px;
    background: #F2F2F2;
    padding: 15px;
    border-radius: 16px;
    margin-bottom: 20px;
}
.bd-clipboard{
    text-align: right;
     position: relative;
}
.bd-clipboard .btn-clipboard{
    background: transparent;
    border: none;
    box-shadow: none;

}
.spinner{
    position: absolute;
    top: 184px;
    left: 270px;
    opacity: 0.5;
}
div#Introduction {
    padding-left: 5%;
} 
div#Introduction h2,
div#Introduction p,
div#Introduction ol li{
    color: #212529 !important;
    list-style: disc;
}
#copy_msg{
    position: absolute;
    right: 38px;
    top: -41px;
    background: #252b2e;
    padding: 7px 10px;
    border-radius: 11px;
    color: #fff;
    display: none;
}
#response_copy_msg{
    position: absolute;
    right: 38px;
    top: -41px;
    background: #c3c3c3;
    padding: 7px 10px;
    border-radius: 11px;
    color: #000;
    display: none;
}
#success_copy_msg{
    position: absolute;
    right: 38px;
    top: -41px;
    background: #c3c3c3;
    padding: 7px 10px;
    border-radius: 11px;
    color: #000;
    display: none;
}
#endpoint_copy_msg{
    position: absolute;
    right: 0px;
    top: -40px;
    background: #c3c3c3;
    padding: 7px 10px;
    border-radius: 6px;
    color: #28a671;
    display: none;
}

.expanded{
   width: 100%;
    position: absolute;
    background: #fff;
    padding-bottom: 100px;
    border-left: 1px solid #D8E1E8;     
}
div#Authorization_five {
    margin: 0;
}
div#Authorization_five h2 {
    margin: 0;
    padding: 0;
}
@media (min-width: 992px){
    .col-lg-10 {
        width: 81.333333%;
        max-width: 100%;
    }
    .col-lg-2{
        width:18.666667%;
        max-width: 100%;
    }
}
@media (min-width: 1200px){
    .container{
        max-width: 1440px;
    }
}
@media (max-width: 550px){
     
    div#Introduction{
        padding: 0;
    }
    .d-flex.back-btn a{
        font-size: 11px;
    }
    .back-btn-anchor svg{
        height: 14px;
    }
    .back-btn-anchor{
        display: block;
        margin-top: 15px;
    } 
    .bd-clipboard{
        word-break: break-all;
    }
    .offcanvas-left{
       height:auto; 
    }
    .note-area {    
        width: 100%;
        position:  relative;
        margin: 30px 0px;    
    }
    .back-btn .btn-light{
        padding: 10px 0px 10px 36px;
        width: 100%;
        text-align: left;
        margin: 12px 0px;
    }
    .logo-area{
        width: 100%;
    }
    a.back-btn-anchor{ 
        background: #e0f1fd;
        width: 100%;
    }
    .d-flex.back-btn{
        width: 100%;
    }

}