.modal{
    z-index: 99999;
}
.modal .table thead th {
    border-top: none;
}
.modal-body {
    max-height: 80vh;
    overflow-x: hidden;
    overflow-y: auto;
}
#modalListCountries .modal-body,
#modalListServices .modal-body {
    min-height: 350px;
}

.api__aside {
    z-index: 999;
    padding-top: 0;
    padding-top: 24px;
    padding-bottom: 24px;
}

.logo-wrap {
    margin: 0;
    position: sticky;
    top: 0;
    background-color: white;
    z-index: 999;
    padding: 24px 0 16px;
}

.table{
    margin-bottom: 0;
    table-layout: fixed;
}
.table td {
	overflow: hidden;
	word-break: break-word;
}

.content>h2{
    font-size: 25px;
    margin-bottom: 21px;
    border-bottom: 1px solid #eaeaea;
    /*background-color: #fdfdfd;*/
    padding-top: 65px;
    padding-bottom: 25px;
    /*margin-top: -20px;*/
}
.content>h2:first-child{
    padding-top: 0;
}
.url{
    margin: 10px 0;
    line-height: 1.8;
    font-style: normal;
    font-weight: 400;
    color: black;
    background-color: rgba(67,67,67,0.14);
    g-left: 0.5em;
    padding-right: 0.5em;
    padding-top: 0.3em;
    padding-bottom: 0.3em;
    border-radius: 0.1em;
    list-style-type: circle;
    list-style-image: none;
    word-break: break-word;
}
.const{
    margin: 5px 0;
    line-height: 1;
    font-style: normal;
    font-weight: bold;
    color: black;
    background-color: rgba(67,67,67,0.14);
    padding: 2px 6px;
    border-radius: 10%;
    word-break: break-word;
}
.const.bool {
    color: #ea5400;
}
.const.string {
    color: coral;
}
.content h3{
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 0.8em;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 1em;
    padding-top: 15px;
}

.parametr {
    color: #752003;
    font-weight: bold!important;
}
.table1 th, .table1 tr{
    text-align: left;
    vertical-align: center;
    border: 0px;
}
.small{
    font-size: small!important;
}
.bg-pink {
    background: #fdf0ee;
    word-wrap: break-word;
}
.exc-info{
    margin-left: 24px;
}
.exc-info__line {
    margin-left: 24px;
}

.darkBox{
    width: 350px;
    right: -150px;
    background-color: #393939;
    /*position: fixed;*/
    /*right: 0;*/
    /*z-index: 10;*/
}
.selectorOptions{
    background-color: #222;
    width: 100%;
    font-weight: bold;
    z-index: 50;
    border-bottom: 5px solid #393939;
    position: absolute;
}
.selectorOptions a {
    display: block;
    float: left;
    color: white;
    text-decoration: none;
    padding: 0 10px;
    line-height: 30px;
    outline: 0;
}
.selectorOptions>li.active>a, .selectorOptions>li.active>a:focus, .selectorOptions>li>a:hover,.selectorOptions>li.active>a:hover{
    background-color: #393939;
    color: white;
    border:0px;
}
.selectorOptions>li,.selectorOptions>li>a{
    border: 0px;
    margin: 0px;
}
.contentCode pre {
    padding-top: 2em;
    padding-bottom: 2em;
    padding: 2em 28px;
    overflow: unset;
    word-break: break-word;
}

.contentCode pre, .contentCode blockquote {
    background-color: #2d3033;
    color: #fff;
    margin: 0;
    box-sizing: border-box;
}
.contentCode code, .contentCode pre {
    font-family: Consolas, Menlo, Monaco, "Lucida Console", "Liberation Mono", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Courier New", monospace, serif;
    font-size: 12px;
    line-height: 1.5;
}
.highlight .cp{
    color: #f4bf75;
}
.highlight .kc {
    color: #fd971f;
}
.highlight .c, .highlight .cm, .highlight .c1, .highlight .cs {
    color: #909090;
}
.highlight .k, .highlight .kn, .highlight .kp, .highlight .kr, .highlight .kv {
    color: #ae81ff;
}
.highlight .p, .highlight .pi {
    color: #f8f8f2;
}
.highlight .s, .highlight .sb, .highlight .sc, .highlight .sd, .highlight .s2, .highlight .sh, .highlight .sx, .highlight .s1 {
    color: #a6e22e;
}
.well{
    width: 100%;
}
#myTab.nav-item.nav-link{
    color:white;
}
.nav-tabs>li>a{
    border:0;
    border-radius: 0;
}
.hidden-menu {
    display: block;
    position: fixed;
    list-style:none;
    padding: 10px;
    margin: 0;
    box-sizing: border-box;
    width: 200px;
    background-color: #eee;
    height: 100%;
    top: 0;
    left: -200px;
    transition: left .2s;
    z-index: 2;
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    
    display:none;
}
.hidden-menu-ticker, #mobileDarkBox {
    display: none;
}

.btn-menu {
    color: #fff;
    background-color: #666;
    padding: 5px;
    position: fixed;
    top: 35px;
    left: 0;
    cursor: pointer;
    transition: left .23s;
    z-index: 3;
    width: 25px;
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    border-radius: 3px;
    
    display: none;
}
#darkBoxMain{
    overflow-y: auto;
    display: block;
    position: fixed;
    list-style: none;
    margin: 0;
    box-sizing: border-box;
    height: 100%;
    top: 160px;
    right: -200px;
    transition: right .2s;
    z-index: 2;
    padding-bottom: 90px;
}
.hidden-menu-ticker:checked ~ .btn-menu {
    left: 175px;
}
.hidden-menu-ticker:checked ~ .hidden-menu {
    left: 0;
}
.hidden-darkbox:checked ~ .mobile-button .bi{
    rotate: 180deg;
}
.hidden-darkbox:checked ~ #darkBoxMain {
    right: 0;
    width: 400px;
}

.api-navigation-list .fp-superscript{
    position: absolute;
    transform: translateX(4px) translateY(-4px);
}
.api-menu__header{
	height: 56px;
	white-space: nowrap;
	width: 100%;
	font-size: 16px;
	text-decoration: none;
	background: #254d71;
	display: flex;
	align-items: center;
	padding:10px 20px;
	box-sizing: border-box;
	font-weight: bold
}
.api-menu__header, .api-link-header {
	color:#fff;
}
.api-menu .nav-list a{
	width: 100%;
	display: block;
	text-decoration: none;
	color:var(--blue-color);
	padding:10px 20px 10px 40px;
	box-sizing: border-box;
	position: relative;
	border-bottom: 1px solid #ccc;
	font-weight: bold
}
.api-menu .nav-list a:hover,
.api-menu .nav-list a.active{
	background: #fdf5f1
}
.api-menu .nav-list a:before {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ee6200;
    display: inline-flex;
    position: absolute;
    top: 15px;
    left: 20px;
    box-shadow: 0px 0px 10px #ee6200;
}

.icon-api{
	width: 30px;
	height: 30px;
	min-width: 30px;
	display: inline-flex;
	margin-right: 20px;
    background: url(https://smsactivate.s3.eu-central-1.amazonaws.com/assets/img/icons/api-icon-1.png) no-repeat center;
}

.api-box{
	width: 100%;
	margin-bottom: 30px
}

.api-title-h1{
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 20px;
}
.api-email-box--mobile,
.bigElem--mobile {
    display: none;
}
.api-subtitle, .api-subtitle-link{
	width: 100%;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
	background: #f5f6f8;
	padding:20px 20px;
	box-sizing: border-box;
}
.api-subtitle-link {
    display: inline-block;
    color: #3A5072;
}
.api-subtitle + .api-box-wrap > .p-12{
  padding-top: 0 !important;
}

.api-input{
	width: 100%;
	margin-bottom: 20px
}
.api-input input,
.api-input textarea,
.input-code{
    width: 100%;
    font-size: 12px;
    color: var(--blue-color);
    height: 40px;
    display: inline-flex;
    align-items: center;
    padding: 0 10px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    outline: none;
    font-family: 'Roboto', sans-serif;
    border-radius: 5px;
    color: #999999;
}
.api-input textarea{
    min-height: 30px;
    padding: 7px 10px;
    resize: none;
    height: auto;
    color:#000;
    height: auto
}
.api-input .input-code{
    color: var(--blue-color);
    word-wrap: break-word;
    height: auto;
    min-height: 30px;
    padding: 7px 10px;
}
.api-input .input-code span{
    color: var(--blue-color);
    word-wrap: break-word;
    float: left;
    width: 100%;
}

p.p-12{
	font-size: 12px;
}

.api-countries-row{
	float:left;
	width: 100%
}
.api-countries{
	width: 500px;
	border: 1px solid #ccc;
	float:left;
	margin-top: 10px;
	margin-bottom: 10px;
	max-width: 100%
}
.api-countries__row{
	float:left;
	width: 100%;
	display: flex;
}
.api-countries__left{
	float:left;
	width: 30%;
	border-right: 1px solid #ccc;
	padding:5px 20px;
	box-sizing: border-box;
	font-weight: bold
}
.api-countries__right{
	float:left;
	width: 70%;
	padding:5px 20px;
	box-sizing: border-box;
}
.api-box-row{
	width: 100%;
	margin-bottom: 20px
}

.ip-addresses{
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 10px 0;
}

.table-chronology{
	font-size: 12px;
	width: 100%;
	border:1px solid #ccc;
	padding:10px 20px;
	box-sizing: border-box;
	width: 315px;
	max-width: 100%
}
.table-chronology-box{
	width: 100%;
	margin-bottom: 20px;
	font-size: 11px;
}
.table-chronology-box p{
	margin-bottom: 0;
	line-height: 15px
}

.codeMethods{
    position: relative;
}
.mobile-button {
    height: 16px;
    position: fixed;
    right: 0;
    background-color: gray;
    color: #fff;
    opacity: 1;
    padding: 30px 10px;
    z-index: 999;
    font-weight: bold;
    top: 50%;
    text-align: center;
    transition: right .2s;
    border-radius: 10px 0 0 10px;
    cursor: pointer;
    box-sizing: content-box;
}

:is(#modalListCountries,#modalListServices,#modalListOperators,#modalListPartners) .close{
    margin-left: 10px;
    margin-bottom: -7px;
}

.fp-superscript{
    background: transparent;
    color: var(--freePrice-color) !important;
    font-size: 12px;
    vertical-align: super;
}

@media (max-width: 1280px) {
    .aside.api__aside .container {
        width: 100%;
    }
    #darkBoxMain {
        right: -400px;
    }
    .hidden-darkbox:checked ~ #darkBoxMain {
        right: 0;
        width: 100%;
    }
    .api__aside {
        position: fixed;
        top: 112px;
        left: -100%;
        max-height: calc(100vh - 118px);
        opacity: 0;
        transition: all 0.3s;
    }
    .api__aside.isShow {
        left: 0;
        opacity: 1;
    }
}

@media (max-width: 1023px) {

    :is(#modalListCountries,#modalListServices,#modalListOperators,#modalListPartners) :is(.modal-body,.modal-header){
        padding-left: 0;
        padding-right: 0;
    }

    #tableListOperators td{
        padding: 0.5rem;
    }
    .api-email-box--mobile,
    .bigElem--mobile {
        display: block;
    }
}
@media (min-width: 1024px) {
    .mobile-button,
    #mobileDarkBox,
    #mobileNavigationMenu,
    .btn-menu {
        display: none;
    }
}
@media (max-width: 768px) {
    .wrapper.api-page {
        padding-top: 120px;
    }
    .aside.api__aside {
        display: none;
    }
}
@media(max-width: 578px) {
    #darkBoxMain {
        top: 106px;
    }
    .wrapper.api-page {
        padding-top: 63px;
    }
}
.table-status{
    /*float:left;*/
    width: 100%;
    border:1px solid #ccc;
    padding:10px 20px;
    box-sizing: border-box;
    width: 500px;
    max-width: 100%
}
.search-service {
  display: flex;
  gap: 8px;
  align-items: center;
}
.search-service .primary-btn {
  white-space: nowrap;
}
.modal-header.pt-0 {
  display: flex;
  align-items: center;
}
