*{
    outline: none;
    border: none;
    box-sizing: border-box;
}
body{
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}
.bdcont{
    position: relative;
    top: 60px;
}
.token{
	padding :10px 5px;
	border-bottom :1px solid #6D6D6D ;
	margin :0 15px;
} 
.token p{
	margin :0;
	padding :5px;
} 
.token .p1{
	font-weight :500 ;
	font-size :0.8em;
	color :#2B2B2B;
	font-family: "Poppins", sans-serif;
} 
.token .p2{
	font-weight :600 ;
	font-size :0.9em;
	color :red;
	text-align :center ;
	font-family: "Poppins", sans-serif;
} 
.token button {
	outline:none ;
	border :none ;
	background :#102213;
	padding :10px;
	border-radius :5px;
	color :white ;
	font-family: "Poppins", sans-serif;
	width:120px;
	margin :10px 0;
	display :block ;
	font-weight :500 ;
	cursor:pointer ;
	box-shadow :0 2px 5px #B5B5B5;
} 
.token button:hover {
	background :#1E4024;
} 
.boxFade {
	position :fixed ;
	top:0;
	left :0;
	width :100%;
	height :100%;
	background:rgba(0,0,0,.6);
	z-index :105;
	display :none ;
} 
.box{
	position : absolute ;
	top : 50%;
	left : 50%;
	transform : translate(-50%, -50%) ;
	box-shadow : 0  2px  5px  #a3a3a3 ;
	border-radius :  10px;
	padding-top:15px;
	width : 320px;
	padding :20px 15px ;
	background:#fff ;
} 
.webhookBox{
    position: relative;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    margin: 20px 0;
}
.webhookBox input{
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    color: #102213;
    font-size: 0.9em;
    background-color: #f0f9f9;

}
.webhookBox button{
    width: 100%;
    margin: 10px 0;
}
.box p{
	text-align :center ;
	font-size: 1em;
    color: #272727;
    font-family: "Poppins", sans-serif;
} 
.box .buttons{
	display :flex ;
	justify-content :space-around ;
} 
.box .cancel {
	background :red;
} 
.box .cancel:hover  {
	background :#B40E00;
} 
.token .serviceID{
	background :#004C22;
	width:150px;
} 
.container{
    padding: 10px 50px;
    margin: 5px 0;
    border-bottom: 1px solid #9b9b9b;

}
.container .headers{
    font-size: 0.9em;
    color: #4e4e4e;
    font-family: "Poppins", sans-serif;
    margin: 0;
    padding: 5px;
}
.header .comment{
    font-size: 0.8em;
}
.container .p1{
    font-size: 1.5em;
    color: #003E03;
    font-family: "Varela Round", sans-serif;
}
.container .p2{
    font-size: 0.85em;
    color: #464646;
    font-family: "Sora", sans-serif;
    line-height:1.8;
}
.container .p3{
    font-size: 1.2em;
    color: #003E03;
    font-family: "Varela Round", sans-serif;
}
.container .p2:nth-child(n + 3){
	display:list-item;
} 
.container .end-point{
    font-size: 0.9em;
    color: #464646;
    font-family: "Poppins", sans-serif;
    text-decoration: underline;
}
.container .method{
    font-size: 1.2em;
    color: #464646;
    font-family: "Poppins", sans-serif;
}
.sample{
    background-color: #0a150f;
    margin: 10px;
    padding: 10px 30px;
    border-radius: 5px;

}
.sample .pre{
    font-size: 0.85em;
    color: #dbdbdb;
    font-family: "Poppins", sans-serif;
    word-break: break-word;
    white-space: pre-wrap;
    text-align: left;
    line-height: 1.8;
}
.comment{
    font-size: 1.2em;
    color: #797979;
    font-family: "Poppins", sans-serif;
}
.responses{
    padding: 10px;
    margin: 5px 0;
    word-break:break-word;
}
.responses p{
    font-size: 0.9em;
    color: #4b4b4b;
    font-family: "Poppins", sans-serif;
}
.responses .response{
    white-space: pre-wrap;
}
.responses span{
    font-family: "Poppins", sans-serif;
    font-weight: 500;
}
.post-fields{
    background-color: #fff;
    margin: 5px 0;
}

.post-fields li{
    color: #333333;
    font-size: 0.9em;
    font-family: "Poppins", sans-serif;
    margin: 0;
    padding: 5px ;

}
.responses .string { 
    color: green !important; 
}
.responses .number { 
    color: darkorange; 
}
.responses .boolean { 
    color: blue; 
}
.responses .null { 
    color: magenta; 
}
.responses .key { 
    color: red; 
}

.footer{
	margin-top :50px;
} 
@media screen and (min-width: 1000px){
    /* .bdcont{
        position: absolute;
        right: 0;
        width: 80%;
    } */
}