@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600);
@import url(https://fonts.googleapis.com/css?family=Fira+Mono);
@import url(https://fonts.googleapis.com/css?family=Poppins:400,500,600);
.code {
    font-feature-settings: none;
    font-variant-ligatures: none;
    font-family: "Fira Mono", "Andale Mono", "Consolas", monospace;
    letter-spacing: 0px;
    line-height: 24px;
    font-size: 0.8em;
    position: relative;
}

*, *:before, *:after {
    box-sizing: border-box;
}

button, select {
    text-transform: none;
}

.code svg {
    position: absolute;
    top: 11px;
    left: 18px;
}

.code span {
    display: block;
    /* width: 100%; */
    /* height: 100%; */
    /* border-radius: 5px; */
    padding: 0 0 0 15px;
    /* border: 1px #cccccc solid; */
}

.text-install {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    padding: 10px 10px 10px 17px;
    border: 1px #cccccc solid;
}
.text-install svg {
    width: 0.9em;
    height: 0.9em;
    -ms-flex: none;
    flex: none;
    margin-right: 3px;
    margin-left: 0px;
    margin-top: 6px;
    fill: rgba(0, 0, 0, .5);
}
.detail-app .container {
    width: 100%;
}

.app-pull-right {
    left: 0 !important;
}

.app-pull-left {
    left: 0 !important;
}
.btn-download {
    width: 48%;
    height: 50px;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
    text-transform: uppercase;
    border: none;
    padding: 12px 24px; /* Some padding */
    font-size: 16px; /* Set a font-size */
}
.box-title {
    display: block;
    color: #757575;
    font-size: 1rem;
    margin-top: .5rem;
    margin-bottom: 0;
    font-weight: bold;
}

.app-link {
    font-size: 17px;
    white-space: nowrap;
    overflow:  hidden;
    text-overflow: ellipsis;
    margin-top: .5rem;
    color: rgba(0,0,0,.8);
    text-decoration: none;
    font-weight: 600;
}
.app-link:hover {
    color: rgba(0,0,0,.8) !important;
}

.app-link svg {
    height: 16px;
    margin-right: 8px;
}

.box-text {
    font-weight: 600;
    font-size: 18px;
    white-space: nowrap;
    overflow:  hidden;
    text-overflow: ellipsis;
    margin-top: .5rem;
    color: rgba(0,0,0,.8);
}

.rpad-10 {
    padding-right: 10px !important;
}

.rpad-20 {
    padding-right: 20px !important;
}

.row-border {
    border-color: rgba(0,0,0,.1);
    border-bottom-style: solid;
    border-bottom-width: 1px;
}

.row-box {
    width: 100% !important;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}
.app-content {
    text-align: left;
}

.app-content h1 {
    font-size: 2rem;
}

.app-content h2 {
    font-size: 1.5rem;
}

.app-content h3 {
    font-size: 1rem;
}

blockquote {
    background: #f9f9f9;
    border-left: 4px solid #ccc;
    margin: 1.5em 10px;
    padding: 0.5em 10px;
  }
blockquote:before {
    color: #ccc;
    font-size: 4em;
    line-height: 0.1em;
    margin-right: 0.25em;
    vertical-align: -0.4em;
}
blockquote p {
    display: inline;
}

.txt-get-access-key {
    cursor: pointer;
    font-size: 12px;
    color: #058581;
}

.txt-get-access-key:hover {
    text-decoration: underline;
    color: #015E5B;
}

.top-style {
    border-width: 10px 0 0;
    border-top-style: solid;
    border-image: linear-gradient(139deg, #fb8817, #ff4b01, #c12127, #e02aff) 3;
}

.navbar-fixed nav.top-nav {
    height: 60px !important;
    line-height: 60px !important;
}

.nav-bottom-style {
    border-width: 0 0 1px 0;
    border-bottom-style: solid;
    border-bottom-color: rgba(0,0,0,.1);
}

.code:hover {
    cursor: pointer;
    background: hsl(120, 100%, 93%);
    border-color: #00C642;
}

.code:hover svg:nth-of-type(2) {
    opacity: 1;
}

.code svg:nth-of-type(2) {
    position: absolute;
    right: 35px;
    left: auto;
    opacity: 0;
    fill: rgba(0, 0, 0, .5);
    transition: opacity 0.2s linear;
}

.padding-style {
    padding: 0 3rem;
}

.truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.requirement-text {
    display: block;
    font-weight: normal;
}

.b--black-10 {
    border-color: rgba(0,0,0,.1);
}

.search-nowrap {
    white-space: nowrap;
}

.wrap-input {
    padding: 5px;
    background: #f2f2f2;
    flex-grow: 1;
    border: 1px solid #f2f2f2;
}
.fl {
    float: left;
}

.pr1 {
    padding-right: .25rem;
}

.pl3 {
    padding-left: 1rem;
}

.dblock {
    display: block;
}

.search-icon {
    line-height: 30px !important;
}

.search-icon svg {
    height: 18px;
    width: 18px;
}

.search-input {
    background: none;
    font-family: "Fira Mono", "Andale Mono", "Consolas", monospace;
    font-size: 16px;
    letter-spacing: 0px;
    border: none;
    outline: unset;
    height: 30px !important;
    padding-left: 10px !important;
    border-radius: 0;
    width: calc(100% - 50px) !important;
    -webkit-appearance: none;
    border-bottom-style: none !important;
    margin: 0 !important;
}

input[type=search]:focus:not([readonly]) {
    border-bottom: none !important;
}

.blk {
    color: #000;
}

.relative {
    position: relative;
}

input[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

.search-btn {
    font-family: 'Poppins';
    letter-spacing: 0.3px;
    font-weight: bold;
    background-color: #231f20;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    line-height: 30px !important;
}

.text-white {
    color: #fff;
}

.f6 {
    font-size: .875rem;
}

.ph4 {
    padding-left: 2rem;
    padding-right: 2rem;
}

.pv2 {
    padding-top: .5rem;
    padding-bottom: .5rem;
}
.bn {
    border-style: none;
    border-width: 0;
}
.search-flex {
    display: flex;
}

.search-form {
    margin-top: 10px;
}

.fa {
    margin-left: -12px;
    margin-right: 8px;
}

.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;   
}

.btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
}

.btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
}

.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}


/**
|-----------------------
|   MODAL
|
*/

/* The Modal (background) */
.custom-modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 99999999; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  }
  
  /* Modal Content */
  .modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 30%;
    overflow-x:hidden;
    overflow-y:auto;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
  }
  
  /* Add Animation */
  @-webkit-keyframes animatetop {
    from {top:-300px; opacity:0} 
    to {top:0; opacity:1}
  }
  
  @keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
  }
  
  /* The Close Button */
  .close {
    color: #000;
    right: 3px;
    font-size: 28px;
    font-weight: bold;
    position: absolute;
    top: -10px;
  }
  
.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
  
.modal-header {
    padding: 2px 16px;
    background-color: #5cb85c;
    color: white;
}

.modal-body {
    padding: 16px;
    word-break: break-all;
}
  
.modal-footer {
    padding: 2px 16px;
    background-color: #5cb85c;
    color: white;
}
.w30 {
    width: 30%;
}

.user-wrapper {
    margin: 0 20px;
}

.user-wrapper a {
    color: #000;
}

.user-wrapper a:hover {
    color: #000 !important;
    text-decoration: underline;
}

.full-w { 
    width: 100%;
}
.f66d27e1 {
    border: none;
}

.bg-white {
    background-color: #fff;
}

.self-center {
    align-self: center;
}

.items-center {
    align-items: center;
}

.c-flex {
    display: flex;
}

.pt2 {
    padding-top: .5rem;
}

.pl1 svg {
    height: 6px;
    fill: rgb(102, 102, 102);
}

.f66d27e1 {
    height: 50px;
    margin-top: 5px;
}

.f66d27e1 span {
    padding-right: 10px;
}

._59b94eb6 {
    cursor: auto;
    box-shadow: 0px 2px 7px rgba(0, 0, 0, .12);
    border: 1px solid #ccc;
    border-radius: 7px;
    right: 0;
    top: 97%;
    padding-top: 0;
}

._59b94eb6::before {
    content: '';
    position: absolute;
    width: 0px;
    height: 0px;
    top: -18px;
    right: 25px;
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
    border-bottom: 18px solid #ccc;
}

._59b94eb6::after {
    content: '';
    position: absolute;
    width: 0px;
    height: 0px;
    top: -16px;
    right: 25px;
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
    border-bottom: 18px solid white;
}

.z-5 {
    z-index: 5;
}

.tl {
    text-align: left;
}

.ma0 {
    margin: 0;
}

.pa2 {
    padding: .5rem;
}

.pa0 {
    padding: 0;
}

.bg-white {
    background-color: #fff;
}

.black-90 {
    color: rgba(0,0,0,.9);
}

.absolute {
    position: absolute;
}

.list {
    list-style-type: none;
}

.pa2 {
    padding: .5rem;
}

.d70fa54a {
    margin: 0;
    padding-bottom: 14px;
    font-size: 19px;
    color: #4d4d4d;
    border-bottom: 1px solid #e5e5e5;
    font-weight: 600;
}

.lh-copy {
    line-height: 1.5;
}

.mt2 {
    margin-top: .5rem;
}

.ma0 {
    margin: 0;
}

.ph0 {
    padding-left: 0;
    padding-right: 0;
}
._9e2bd439 {
    min-width: 200px;
    float: none;
    height: 35px;
}

._9e2bd439 a {
    height: 35px;
    padding-top: 0;
}

._9e2bd439 a:hover {
    background-color: inherit;
    color: inherit !important;
}

._506dfb65 {
    font-size: 17px;
    font-weight: 500;
}

.no-underline {
    text-decoration: none;
}

.black-70 {
    color: rgba(0,0,0,.7);
}

._9e2bd439 svg {
    height: 12px;
    margin-right: 5px;
}

.c-db {
    display: block;
}

._657f443d {
    color: #000 !important;
}
._657f443d:hover {
    color: #000 !important;
}

@media screen and (min-width: 30em) {
    .pt1-ns {
        padding-top: .25rem;
    }
}