/* API Docs */
.table-responsive-api,
.result-code-box,
.result-code {
   direction: ltr;
   text-align: left;
}

.table-responsive-api table {
   border-collapse: separate;
   border-spacing: 10px;
   border: 0;
   width: 100%;
}

.table-responsive-api table tr th {
   background: linear-gradient(276deg,#0d47a1,#0383c9);
   box-shadow: 0 0 10px #087cff87;
   color: #fff;
   border: 0;
   font-family: 'IRANYekanXVF', IRANYekanX, sans-serif;
}

.table-responsive-api table tr td,
.table-responsive-api table tr th {
   border-radius: 20px;
   padding: 5px;
   font-size: 16px;
   font-family: 'IRANYekanXVF', IRANYekanX, sans-serif;
   text-align: center!important;
   border: 0;
   white-space: nowrap;
   padding-right: 15px;
   padding-left: 15px;
   min-width: 100px;
}

.table-responsive-api table tr:nth-child(odd) td {
   background: #e6e9ec;
   color: #546e7a;
}

.table-responsive-api table tr:nth-child(even) td {
   background: #fafafa;
   color: #546e7a;
}

.table-responsive-api table tr th .btn,
.table-responsive-api table tr td .btn {
   background: #0097a7!important;
   font-size: 14px;
   font-family: 'IRANYekanXVF', IRANYekanX, sans-serif !important;
   color: #fff;
   border: 0;
   border-radius: 10px;
   padding: 2px 18px;
   height: 30px;
   cursor: pointer;
   transition: all .3s linear;
}

.table-responsive-api table tr th .btn:hover,
.table-responsive-api table tr td .btn:hover {
   background: #00838f!important;
   transform: scale(1.05);
}

.btns {
   display: flex;
   justify-content: center;
   gap: 10px;
   align-items: center;
}

.btns .btn-script {
   font-size: 14px;
   font-family: 'IRANYekanXVF', IRANYekanX, sans-serif;
   border: 0;
   border-radius: 10px;
   padding: 5px 18px;
   height: 35px;
   cursor: pointer;
   transition: all .3s linear;
}

.btns .btn-script.btn-php {
   background: #2196F3!important;
   color: #fff;
}

.btns .btn-script.btn-php:hover {
   background: #0777d3!important;
   transform: scale(1.05);
}

.btns .btn-script.btn-python {
   background: #3f51b5!important;
   color: #fff;
}

.btns .btn-script.btn-python:hover{
   background: #da8300!important;
   transform: scale(1.05);
}

.result-code-box h4 {
   font-family: 'IRANYekanXVF', IRANYekanX, sans-serif;
   text-align: center;
   margin-top: 20px;
   font-size: 18px;
}

.table-responsive-api {
   width: 100%;
   overflow-x: scroll;
   overflow-y: hidden;
}
