/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *
 *= require_tree .
 *= require_self
*/

@font-face {
    font-family: 'Lexend Deca';
    src: url('fonts/LexendDeca-VariableFont_wght.ttf')
 }
body {
    font-family: 'Lexend Deca', sans-serif;
    color: #283c46;
    background-color: #f6f9fc;
}

/* sample-kiosk */
* {
    border-radius: 0 !important;
  }

.menu {
    display: flex;
    align-items: center;
}
.menu .pad {
    color: #000;
    margin-right: 8px;
}
.sk-light-blue { background: #398BDC; }
.sk-med-blue { background: #074480; }
.sk-dark-blue { background: #07223c; }
.sk-white { background: #ffffff; }
.sk-off-white { background: #f5f8fb; }
.sk-grey { background: #999999; }
.sk-light-grey { background: #666666; }
.sk-red { background: #B00020 !important; }

.sk-text-light-blue { color: #398BDC; }
.sk-text-med-blue { color: #074480; }
.sk-text-dark-blue { color: #07223c; }
.sk-text-white { color: #ffffff; }
.sk-text-off-white { color: #f5f8fb; }
.sk-text-grey { color: #999999; }
.sk-text-light-grey { color: #666666; }
.sk-text-greyish { color: #666666; }

.sk a:link { text-decoration: none; color: #f5f8fb; }
.sk a:visited { text-decoration: none; color: #f5f8fb; }
.sk a:hover { text-decoration: none; color: #f5f8fb; }
.sk a:active { text-decoration: none; color: #f5f8fb; }

.sk.btn:hover {
    background-color: #f5f8fb;
    color: #07223c;
}

.sk.form-control,
.sk.form-select {
    border: 1px solid #398BDC !important;
}

.sk.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #f5f8fb !important;
    background-color: #398BDC !important;
}
.sk.link-dark:focus, .link-dark:hover, .link-dark.active {
    font-weight: normal !important;
}
.sk.nav-link:hover {
    color: #f5f8fb;
    background-color: #398BDC !important;
}
.sk.navbar-nav {
    color: #f5f8fb;
}

.sk-footer-background { background: radial-gradient(#074380, #07213C); }
.sk-radial-background { background: radial-gradient(#074380, #07213C); }
.sk-help-background { background: linear-gradient(#ffffff, #f5f8fb); }
.sk-about-background { background: radial-gradient(#398ADC, #074480); }
.sk-linear-background { background: linear-gradient(#ffffff, #f5f8fb); }

.sk-solid { border-top: 3px solid }

.sk-pricing-free {
    text-align: left;
    padding-left: 80px;
}
.sk-pricing-unlimited {
    text-align: left;
    padding-left: 65px;
}
.sk-accordion-border-color {
    --bs-accordion-border-color: #398BDC;
}

.sk-about-hero-top-left {
    margin-top: 125px;
    margin-left: 200px;
}
.sk-help-iphone-mockup-a {
    margin-top: 125px;
    margin-right: 14rem;
}
.sk-help-iphone-mockup {
    margin-left: 0;
}

.sk-center-pills {
    display: flex;
    justify-content: center;
}
.sk-about-row-three-pm {
    padding-top: 8em;
    padding-bottom: 8em;
    margin-left: 8em;
    margin-right: 8em;
}

.sk-home-ditch-pen-paper {
    margin: 10em;
}

.sk-home-white-squares {
    height: 6em;
    margin-right: 2.3em;
}
.sk-home-row-two-font-size {
    font-size: .9em;
}
.sk-home-row-two-iphone-size {
    height: 39em
}
.sk-home-row-two-icon-size {
    height: 18em
}
.sk-home-border-bottom {
    border-bottom: #398BDC;
    border-bottom-width: 1em;
}
.sk-bar-stuff {
    height: .2em;
}

.sk.table-striped>tbody>tr>th {
    color: #f5f8fb;
}

.btn {
    background-color: #398BDC;
    color: #f5f8fb;
    --bs-btn-font-family: 'Lexend Deca';
}
.btn:hover {
    background-color: #f5f8fb;
    color: #07223c;    
}
.btn-danger {
    background-color: #dc3545;
    color: #f5f8fb;
    --bs-btn-font-family: 'Lexend Deca';
}
.btn-danger:hover {
    background-color: #f5f8fb;
    color: #dc3545;    
}
.form-count-width {
    width: 50px;
}
.btn-danger {
    --bs-btn-hover-color: #dc3545;
}
/* sample-kiosk */

.brand-text {
    font-family: 'Lexend Deca', sans-serif;
    color: #f5f8fb;
}

.pricing-header {
    max-width: 700px;
}
  
#clear_sample_field1,
#clear_sample_field2,
#clear_sample_field3,
#clear_sample_field4,
#clear_sample_field5 {
    position: absolute;
    right: 18px;
    top: 0;
    bottom: 0;
    height: 24px;
    margin: auto;
    font-size: 14px;
    cursor: pointer;
    color: #ccc;
}

.link-dark:focus, .link-dark:hover, .link-dark.active {
    font-weight: bold;
}

.link-nav:focus, .link-nav:hover {
    color: #ffffff!important;
}

.link-apiref:focus, .link-apiref:hover {
    color: #ffffff!important;
}

.rounded-md {border-radius: 0.375em;}
.text-white {color:#212529}
.focus\:text-white:focus{color:#fff}
.focus\:bg-primary-800:focus{background-color:#6c757d}

.hover\:text-neutral-100:hover {color: #d9e2ec;}
.hover\:text-white:hover{color:#fff}
.hover\:bg-primary-800:hover {background-color: #6c757d;}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff !important;
    background-color: #6c757d !important;
}

.nav-link:hover {
    color: #ffffff;
    background-color: #6c757d !important;
}
.navbar-light .navbar-nav .nav-link:hover {
    color: #fff;
}
.navbar-light .navbar-nav .nav-link {
    color: #212529;
}
.text-right {
    text-align: right;
}

.xinline-action { display: none; }
.xinline-edit .inline-action { display: initial; }

a:link { text-decoration: none; }
a:visited { text-decoration: none; }
a:hover { text-decoration: none; }
a:active { text-decoration: none; }

.api-small {
    font-size: .800em;
}

#api-reference .btn-toggle-nav a.link { 
    text-decoration: none; 
    color: #f5f8fb!important;
    background-color: #398BDC!important;
}
#api-reference .btn-toggle-nav a.visited { 
    text-decoration: none; 
    color: #f5f8fb!important; 
    background-color: #398BDC!important;
}
#api-reference .btn-toggle-nav a.hover { 
    text-decoration: none; 
    color: #f5f8fb!important; 
    background-color: #398BDC!important;
}
#api-reference .btn-toggle-nav a.active { 
    text-decoration: none;
    font-weight: bolder; 
    color: #f5f8fb!important; 
    background-color: #398BDC!important;
}

.blockquote {
    margin-bottom: 1em;
    font-size: inherit;
}

.nav-sub-menu {    
    background-color: #fff;
    border-bottom: 0.0625em solid #bfbfbf;
}
.accordion-button:not(.collapsed) {
    color: #000;
    background-color: rgba(0,0,0,.03);
    font-weight: bolder;
}
.accordion-button {
    font-weight: bold;
}

.accordion-button:focus {
    box-shadow: none;
    border-color: rgba(0,0,0,.125);
}
#howItWorks {text-align: left};

.trash-padding {
    padding: 0;
}
.stripped-background {
    background: #d7d8da;
}

.field_with_errors {
    padding: 2px;
    border-radius: 0.375em;
    color: #842029;
    background-color: #f8d7da;
    border-color: #f5c2c7;
}
.field_with_errors .form-control {
    background-color: #f8d7da;
}

#scan-reader__dashboard_section_csr button {
    width: auto!important;
    padding: 0.375em 0.75em;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.375em;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

section.new-sample .input-group-text {
    padding: 0 !important;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {  }

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) { 
    .new-sample {
        margin-left: 25%;
        flex: 0 0 auto;
        width: 50%;
    
    }    
}

.cookies-bar {
    padding: 19px 10px 5px 10px;
    border: 1px solid #9CA3AF;
        
    @media (min-width: 768px) {
      .btn {
        padding: 10px 20px;
        margin-left: 10px;
      }
    }
  }