@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;700&display=swap');

body {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
}

div, pre, span
{
    transition:all 0.2s ease;
}

#script_wrapper {
    height: 100%;
    width: 100%;
    max-width: 350px;
}

.bg_gray {
    background-color: #f1f1f1;
}

.jumbotron {
    background-color: white;
    padding: 15px;
    margin: 0 0 5px;
}

.jumbotron h1 {
    font-weight: 200;
    font-size: 30px;
}

.jumbotron p {
    padding: 0;
    margin: 0;
    font-weight: 200;
    font-size: 18px;
}

.col-form-label {
    padding-left: 1px;
}

.col-lg-4 h3 {
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    margin-bottom: 30px;
    font-weight: 200;
    padding-top: 15px;
    font-size: 20px;
}

.h3_custom_margin {
    margin-left: 20px;
    margin-right: 20px;
}

.margin_top_25 {
    padding-top: 0px;
    margin-top: 25px;
}

.form-group {
    margin-bottom: 20px;
}

iframe {
    margin-top: -20px;
}

.text-muted {
    font-size: 9px;
    padding-left: 1px;
    font-style: italic;
}

.output {
    position: relative;
    margin-top: 30px;
    padding: 60px 20px 20px 20px;
    overflow-wrap: break-word;
    word-break: break-all;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    cursor: pointer;
    font-size: 13px;
    line-height: 200%;
    color: #333;
    border: 1px solid #cccccc;
    background-color: #f5f5f5;
}

.output:active,
.output:hover {
    opacity: 0.8;
    -webkit-transform: scale(0.99);
    -ms-transform: scale(0.99);
    transform: scale(0.99);
}

.output .left, .output .right {
    color: #6b6b6b;
    position: absolute;
    top: 6px;
}

.output .left {
    left: 10px;
}

.output .right {
    right: 10px;
}

.copy_confirmed {
    font-weight: bold;
    background-color: #333;
    padding: 6px 40px;
    border-radius: 6px;
    color: #f5f2f0;
}

.sticky {
    height: 100%;
}

.fix_me {
    position: fixed;
    top: 0px;
    width: 350px;
}

.custom_link {
    font-weight: 500;
    cursor: pointer;
}

.custom_link:hover {
    opacity: 0.6;
    text-decoration: underline;
}

.collapsable_wrapper {
    padding-left: 40px;
    padding-right: 40px;
}

.collapsable_wrapper li {
    margin-top: 20px;
    margin-bottom: 20px;
}

.collapsable_wrapper li strong {
    display: block;
    margin-bottom: 6px;
}

@media (max-width: 1199px) {
    .fix_me {
        width: 290px;
    }
}

@media (max-width: 991px) {
    .collapsable_wrapper {
        padding: 0px;
    }
    .fix_me {
        width: initial;
        position: relative;
    }
    .h3_custom_margin {
        margin-left: 0px;
        margin-right: 0px;
    }
}

.custom_switch .input-group-prepend .input-group-text {
    padding: 4px 8px 0px 8px;
}