﻿/* .hosted-api-docs {
    position: relative;
    min-width: 320px;
    height: calc(100vh - 70px);
} */

/* Table Border Override Styles - Universal selectors only */

/* Override all table borders */
table {
    border: 1px solid #e7e9f2 !important;
    border-collapse: collapse !important;
}

/* Override all table header borders */
table thead {
    border: 1px solid #e7e9f2 !important;
}

table thead th {
    border: 1px solid #e7e9f2 !important;
    color: #1b1d1f !important;
}

/* Override all table body borders */
table tbody {
    border: 1px solid #e7e9f2 !important;
}

table tbody tr {
    border: 1px solid #e7e9f2 !important;
}

table tbody td {
    border: 1px solid #e7e9f2 !important;
}

/* Override all table footer borders */
table tfoot {
    border: 1px solid #e7e9f2 !important;
}

table tfoot td {
    border: 1px solid #e7e9f2 !important;
}

/* Universal table cell borders */
table th,
table td {
    border: 1px solid #e7e9f2 !important;
}

/* Universal table row borders */
table tr {
    border: 1px solid #e7e9f2 !important;
}

.portal-header {
    width: 100%;
    min-width: 320px;
    height: 70px;
    background: #fff url('') no-repeat right;
    position: relative;
    z-index: 999;
}

.branding-container {
    width: 100%;
    height: 70px;
    padding: 0 30px;
    box-sizing: border-box;
    position: relative;
}

.branding-container .logo {
    height: 70px;
    display: flex;
    align-items: center;
    margin-right: 150px;
}

.branding-container .logo img {
    height: 40px;
}

.branding-container .logo p {
    color: #2e323c;
    font-size: 18px;
    font-weight: 600;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
}

.branding-container .navigation {
    min-width: 150px;
    height: 70px;
    position: absolute;
    right: 1%;
    top: 30%;
}

.branding-container .navigation .center {
    height: 30px;
}

.branding-container .navigation .center .version-select {
    float: right;
    height: 30px;
    line-height: 30px;
}

.branding-container .navigation .center .version-select label {
    font-size: 12px;
    color: #7c8395;
    margin-right: 5px;
}

@media screen and (max-width: 400px) {
    .branding-container .navigation .center .version-select label {
        display: none;
    }
}

.branding-container .navigation .center .version-select select {
    width: 100px;
    height: 25px;
    background-repeat: no-repeat;
    background-position: 90%;
    border: 1px solid #d9dee5;
    border-radius: 3px;
    appearance: none;
    padding: 1px 4px;
    font-size: 12px;
    font-weight: 500;
    cursor: pointer;
    margin-top: 3px;
    box-sizing: border-box !important;
}

.branding-container .navigation .center .version-select select:hover,
.portal-header .navigation .version-select select:active,
.portal-header .navigation .version-select select:focus {
    outline: none;
    box-shadow: none;
}

.portal {
    outline: none;
    border: none;
    width: 100%;
}

/* .cards-group-wrapper {
    display: flex;
    gap: 25px;
    margin-bottom: 110px;
    height: 180px;
} */

/* .verizon-card {
    width: 50%;
} */

.verizon-card-info {
    line-height: 18px;
    color: black;
    margin-bottom: 0;
}

.links:hover {
    cursor: pointer;
    text-decoration: none;
    text-decoration-color: black;
}

@media only screen and (max-width: 1450px) {
    .cards-group-wrapper {
        height: 200px;
    }
}

@media only screen and (max-width: 1300px) {
    .cards-group-wrapper {
        height: 230px;
    }

    .links-wrapper {
        bottom: 15px;
        width: 55%;
    }
}

@media only screen and (max-width: 1175px) {
    .cards-group-wrapper {
        height: 240px;
    }

    .links-wrapper {
        bottom: 12px;
        width: 60%;
    }
}

@media only screen and (max-width: 1125px) {
    .cards-group-wrapper {
        height: 250px;
    }

    .links-wrapper {
        bottom: 10px;
        width: 65%;
    }
}

@media only screen and (max-width: 1100px) {
    .cards-group-wrapper {
        height: 265px;
    }

    .links-wrapper {
        bottom: 8px;
        width: 70%;
    }
}

@media only screen and (max-width: 1050px) {
    .cards-group-wrapper {
        height: auto;
    }

    .links-wrapper {
        bottom: 5px;
        width: 70%;
    }
}

@media only screen and (max-width: 990px) {
    .cards-group-wrapper {
        height: 180px;
    }

    .links-wrapper {
        bottom: 20px;
        width: 50%;
    }
}

@media only screen and (max-width: 850px) {
    .cards-group-wrapper {
        display: block;
        margin-bottom: 30px;
        height: auto;
    }

    .verizon-card {
        width: 100%;
        margin-bottom: 30px;
        height: auto;
    }

    .verizon-card-info {
        margin-bottom: 15px;
    }
}
html::-webkit-scrollbar {
    display: none;
}

footer {
    position: inherit !important;
}

.responsivegrid.aem-GridColumn.aem-GridColumn--default--12 {
position: relative !important;
z-index: -1;
}

.aem-Grid.aem-Grid--12.aem-Grid--default--12 {
position: relative !important;
z-index: 0;
}


#apimatic-widget,
html,
.sc-bcXHqe.sc-jKQSiE.hrxUgu.ehgQNN,
.kQrexq,
.cbPsKq {
    width: 100%;
}

.aem-Grid.aem-Grid--12.aem-Grid--default--12 {
    position: inherit;
}

.experiencefragment.aem-GridColumn.aem-GridColumn--default--12 {
    position: sticky;
}

.page.basicpage {
    padding-bottom: 0px;
}

.hosted-api-docs {
    height: calc(100vh - 151px);
    min-width: 100%;
}

.api-matic.mdp-to-tsd-page.page.basicpage {
    margin: 0;
    height: 100vh;
}

#apimatic-widget {
    height: 100%;
}

.apimatic {
    display: flex;
    flex-direction: column;
}

.cards-group-wrapper {
    display: flex;
    gap: 25px;
    margin-bottom: 95px;
    height: 175px;
}

.verizon-card {
    width: 48%;
}

.verizon-card-content-wrapper {
    position: relative;
    width: 100%;
    height: calc(100% + 50px);
    padding: 20px;
    border: 1px solid #000;
    border-radius: 5px 5px 5px 5px;
    border-bottom: 10px solid #333;
}

.verizon-card a,
.verizon-card a:hover,
.verizon-card a:active {
    text-decoration: none;
}

.verizon-card .quick-ref a,
.verizon-card .quick-ref a:hover,
.verizon-card .quick-ref a:active {
    color: #000;
    text-decoration: underline;
}

.links-wrappers {
    content: url('data:image/svg+xml,<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 12 20" style="enable-background:new 0 0 12 20;" xml:space="preserve"><polygon points="1.3,0 0,1.3 8.8,10.1 0.2,18.7 1.5,20 11.4,10.1 "/></svg>');
    height: 100%;
    width: 12px;
    display: block;
    float: right;
}

.links-wrapper {
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 20px;
    height: auto;
}

.verizon-card h3 {
    margin-top: 0;
}

@media screen and (min-width:1200px) and (max-width: 1614px) {
    .cards-group-wrapper {
        margin-bottom: 165px;
    }

    .verizon-card-content-wrapper {
        height: calc(100% + 120px);
        padding: 10px;
    }
}

@media screen and (min-width:990px) and (max-width: 1199px) {
    .cards-group-wrapper {
        margin-bottom: 245px;
    }

    .verizon-card-content-wrapper {
        height: calc(100% + 205px);
        padding: 10px;
    }
}

@media screen and (min-width: 1655px) {
    .sc-bcXHqe.sc-cOxWqc.hrxUgu.eopuPd {
        width: 116%;
    }
}

@media screen and (min-width: 990px) {

    .cbPsKq,
    .iYLA-Dv {
        max-width: 100%;
    }

    .iYLA-Dv {
        width: 925px;
    }
}

@media only screen and (max-width: 850px) {
    .links-wrapper {
        bottom: 20px;
        right: 20px;
    }

    .verizon-card-content-wrapper {
        padding-bottom: 60px;
    }
}

@media only screen and (max-width: 803px) {
    .verizon-card-content-wrapper {
        padding-bottom: 60px;
    }

    .cards-group-wrapper {
        display: block;
        margin-bottom: 30px;
        height: auto;
    }

    .verizon-card {
        width: 100%;
        margin-bottom: 30px;
        height: auto;
    }
}

.branding-container .navigation .center .version-select select {
    background-image: url('../../../../../content/dam/mec/apimatic/images/docs/selectArrowDown.svg');
}

.heading-markdown,
#title-wrapper h1,
#app-layout-docs-container h2,
#app-layout-docs-container h3,
#outsideClickWrapper .rc-menu-item-selected>a {
    font-weight: 700;
}

.quick-ref {
    padding: 5px 0 0 20px;
}

#\/http\/quick-start\/introduction-to-the-verizon-api\/solutions {
    padding-top: 1px;
}

#get-sdk-button,
.sc-gswNZR.sc-gBInCZ.fSegHK.drSBhX,
.sc-gswNZR.sc-ciyUsT.fSegHK.fLoANl {
    color: white;
}

.sc-csuSiG.cHacrT,
.links-wrapper,
.links-wrappers {
    cursor: pointer;
}

.sc-bcXHqe.sc-cOxWqc.sc-dsHJmm.hrxUgu.eopuPd.rxTkf {
    width: auto;
}

.dPkYAT,
.fyZGx {
    padding: 25px 10px;
}

.wJXod {
    padding: 35px 10px;
}

.lka-dla .rjsf .rjsf-checkbox span::after,
.lka-dla .rjsf legend label span::after {
    left: 3.9px;
    top: 2px;
    width: 6px;
    height: 10px;
}

.eSXEBX .rjsf .rjsf-checkbox span::after,
.eSXEBX .rjsf legend label span::after {
    top: 2px;
    height: 10px;
    border: solid rgb(255, 255, 255);
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
