.cards{display:flex;flex-wrap:wrap;gap:10px;justify-content:center}.cards .card{background:linear-gradient(45deg,#07f0,#07f0);border-radius:25px;cursor:pointer;display:flex;flex:1 1 calc(33.33333% - 10px);flex-direction:column;outline:1px solid #ddd;padding:25px;position:relative;transition:outline .15s ease-in-out,background .15s ease-in-out}@media screen and (max-width:1130px){.cards .card{flex:1 1 calc(50% - 10px)}}@media screen and (max-width:860px){.cards .card{border-radius:15px;padding:15px}}@media screen and (max-width:800px){.cards .card{flex:1 1 100%}}.cards .card h2{margin:0;padding:0}.cards .card:hover{background:linear-gradient(45deg,#0075ff1a,#0075ff00);outline:1px solid #0075ff}.cards .card:hover i{opacity:1}.cards .card i{color:#0077ff70;font-size:1.8em;opacity:0;position:absolute;right:20px;top:20px;transition:opacity .15s ease-in-out}.main-tabs{display:flex;gap:10px;margin-top:10px;width:100%}@media screen and (max-width:325px){.main-tabs{flex-wrap:wrap}}.main-tabs .main-tab{align-items:center;background:transparent;background-color:transparent;border:1px solid #0075ff;cursor:pointer;display:flex;justify-content:center;min-width:130px;padding:10px;transition:background-color .15s ease-in-out,color .15s ease-in-out,background .15s ease-in-out;-webkit-user-select:none;-moz-user-select:none;user-select:none}@media screen and (max-width:600px){.main-tabs .main-tab{min-width:inherit;width:100%}}.main-tabs .main-tab:hover{background:linear-gradient(45deg,#0075ff1a,#0075ff00)}.main-tabs .main-tab.is-active{background-color:#0075ff;color:#fff;cursor:default}.is-mg-20{margin-top:20px}.is-hr{margin:20px 0}table tr th{background:#f5f6f8;color:#3c4754!important}@media screen and (max-width:850px){table tr th{min-width:130px}}.Headers h2,.RequestBody h2{color:#110d35;font-size:1rem;margin:10px 0 5px;padding:0}.is-red{color:red}.CodeExample,.ResponseStructure{margin-top:15px}.CodeExample h3,.ResponseStructure h3{color:#110d35;font-size:1.2rem;margin:20px 0 5px;padding:0}.CodeExample pre,.ResponseStructure pre{margin:0}.CodeExample pre code,.ResponseStructure pre code{border-radius:0 0 20px 20px;padding:20px;scrollbar-color:#9195ac #ddd!important;scrollbar-width:thin!important}.CodeExample pre code::-webkit-scrollbar,.ResponseStructure pre code::-webkit-scrollbar{height:6px!important;width:6px!important}.CodeExample pre code::-webkit-scrollbar-thumb,.ResponseStructure pre code::-webkit-scrollbar-thumb{background:#9195ac!important;border-radius:20px!important}.CodeExample pre code::-webkit-scrollbar-track,.ResponseStructure pre code::-webkit-scrollbar-track{background:#9195ac!important}.CodeExample .status,.CodeExample .type,.ResponseStructure .status,.ResponseStructure .type{background-color:#353945;border-radius:20px 20px 0 0;overflow:hidden}.CodeExample .status span,.CodeExample .type span,.ResponseStructure .status span,.ResponseStructure .type span{background-color:#353945;color:#fff;cursor:pointer;display:inline-block;font-size:15px;padding:20px;transition:background-color .15s ease-in-out;-webkit-user-select:none;-moz-user-select:none;user-select:none}.CodeExample .status span:not(.is-active):hover,.CodeExample .type span:not(.is-active):hover,.ResponseStructure .status span:not(.is-active):hover,.ResponseStructure .type span:not(.is-active):hover{background-color:#3d414e}.CodeExample .status span.is-active,.CodeExample .type span.is-active,.ResponseStructure .status span.is-active,.ResponseStructure .type span.is-active{background-color:#1f2330;cursor:default}@media screen and (max-width:485px){.ResponseStructure .status{display:flex;flex-direction:column;width:100%}.ResponseStructure .status span{padding:15px}.ResponseStructure .status span:last-child{border-bottom:1px solid #3d414e}}.wk-tbd-container{scrollbar-color:#9195ac #ddd!important;scrollbar-width:thin!important}.wk-tbd-container::-webkit-scrollbar{height:6px!important;width:6px!important}.wk-tbd-container::-webkit-scrollbar-thumb{background:#9195ac!important;border-radius:20px!important}.wk-tbd-container::-webkit-scrollbar-track{background:#9195ac!important}.test{display:flex;flex-direction:column;gap:20px;margin-top:20px}.test textarea{height:200px;max-height:400px;min-height:150px;resize:vertical}.test-chat{background:#fff;border:1px solid #ddd;bottom:70px;display:flex;flex-direction:column;height:100%;max-height:700px;width:100%}.test-chat .body{height:100%;overflow:auto;scrollbar-color:#9195ac #ddd!important;scrollbar-width:thin!important}.test-chat .body::-webkit-scrollbar{height:6px!important;width:6px!important}.test-chat .body::-webkit-scrollbar-thumb{background:#9195ac!important;border-radius:20px!important}.test-chat .body::-webkit-scrollbar-track{background:#9195ac!important}.test-chat .body .mainMessage{margin:10px 30px 10px 10px;width:calc(100% - 40px)}.test-chat .body .mainMessage.is-my{display:flex;justify-content:end;margin:10px 10px 10px 30px}.test-chat .body .mainMessage.is-my .message{background-color:#c5daff}.test-chat .body .mainMessage .message{background-color:#f2f3f6;border-radius:10px;font-size:16px;padding:10px;width:-moz-fit-content;width:fit-content}.test-chat .body .mainMessage .message .date{color:#424c57;font-size:10px;text-align:right}
