body {
    font-family: 'Roboto', sans-serif;
    letter-spacing: -.01em;
    background: #f9f9f9;
    /* text-rendering: optimizeLegibility;
     -webkit-font-smoothing: antialiased;
     -moz-osx-font-smoothing: grayscale; */
}

.logo {
    display: flex;
    font-weight: 500;
}

.logo:after {
    font-family: 'icomoon' !important;
    content: " \1f343";
    white-space: pre;
    font-size: 40%;
    color: #00E0A4;
    line-height: 130%
}

.border-mint {
    border-color: #00E0A4;
}

.text-heading {
    font-family: "Archivo", sans-serif;
}

.text-heading-narrow {
    font-family: 'Archivo Narrow', sans-serif;
}

.cursor-pointer:hover {
    cursor: pointer;
}

[contenteditable="true"] {
    outline: 1px solid transparent;
    margin-top: 0px;
    color: #000;
    overflow: hidden;
    min-height: var(--h);
    min-width: var(--mw);
    max-height: var(--mh);
    display: inline-block;
}

[contenteditable="true"]:hover,
.markdub.view:hover {
    outline: 1px dashed #dbdbdb;
    cursor: pointer;
}

[contenteditable="true"] br {
    height: 4px;
}

[contenteditable="true"] div {
    white-space: normal;
}

[contenteditable="true"]:focus {
    outline: 1px dotted #cad6d2;
    cursor: text;
    border: 0
}

[contenteditable="true"].markdub:focus {
    #padding-left: 2px;
}

.areas-title {
    height: 20px;
}

.areas {
    min-height: 40px;
}

.verbose,
.verboseXmsg {
    color: #aa0000 !important;
}

.good {
    color: inherit !important;
}

div[contenteditable="true"]::after {
    font-family: "Font Awesome 5 Free";
    font-size: 9px;
    font-weight: 900;
    white-space: pre;
}

.weak::after {
    content: " \f5c0";
    color: #ff8f83;
}

.verbose::after {
    content: " \f55a";
    color: #ff8f83;
}

.good::after {
    color: #1ad29f;
    content: " \f005";
}

[placeholder]:empty::before {
    content: attr(placeholder);
    color: #aaa;
}

.placeholder {
    color: #aaa !important;
}

[placeholder]:empty:focus::before {
    content: "";
}

.oldtagline {
    color: #333;
    /* //color: #007F92; */
}

.focus-holster {
    padding: 2px;
    xmax-height: 560px;
    overflow: hidden;
}

.dropdown-item:hover {
    background: none;
}

.navbar.navbar-default {
    #background-color: #99ccff;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.navbar.navbar-default .navbar-collapse {
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.shadow-xl {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .6) !important;
}

.dropdown-item a {}


/* a:active, a:hover, a:focus {
  outline: 0;
} */

a.current-version {
    /* Make the disabled links grayish*/
    color: #566668;
    font-weight: 700;
    padding-bottom: 4px;
    /* And disable the pointer events */
    pointer-events: none;
}


/* .dropdown-item a.current-version::before {
     content: "•";
     color: #aaa;
     margin-right: 6px;
     margin-left: -12px
  } */

a.disabled {
    /* Make the disabled links grayish*/
    color: gray;
    /* And disable the pointer events */
    pointer-events: none;
}

a .fa:hover,
a .far:hover,
a .fas:hover {
    opacity: 0.7;
}

a.text-muted:hover {
    color: #121212 !important;
}

@keyframes success {
    100% {
        background-color: #83ffdd;
    }
}

.success {
    animation: success 0.4s ease-in-out 4 alternate backwards;
}

@keyframes error {
    100% {
        background-color: #ff8f83;
    }
}

.text-melon {
    color: #ff8f83;
}

.error {
    animation: error 0.4s ease-in-out 4 alternate backwards;
}

.tooltip {
    font-size: 11px;
    font-family: 'Roboto', sans-serif;
    text-align: left;
}

.popover {
    font-size: 11px;
}

.popover-header {
    font-size: 12px;
}

.setdefault {
    color: #ccc !important;
}

.setdefault.active {
    color: #6c757d !important;
}

.special .modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: transparent;
    background-clip: padding-box;
    border: none;
    color: white;
    outline: 0;
}

.modal-backdrop.show {
    background-color: rgba(47, 53, 62, 1);
    opacity: .98
}

.nav-item {
    padding: 0;
}

.nav-link {
    padding: 5px;
}

.modal-dialog-centered {
    min-height: calc(100% - 22.5rem);
    max-width: 1000px;
}

#navbranch img.logo {
    width: 75px;
}


/* #branchTitle.is_public::after {
   font-family: "Font Awesome 5 Free";
   font-size: 9px;
   margin-left: 5px;
   margin-right: 3px;
   color: #1ad29f;
   content: " \f06e";
} */

.profile_pic_dropdown .dropdown-menu {}

#versionsDropDownMenu {
    min-width: 300px;
}


/* .nav-content {
   max-width: 300px;

} */

@media (min-width: 576px) {
    .nav-content {
        max-width: 960px;
    }
    #versionsDropDownMenu {
        min-width: 300px;
    }
}

@media (min-width: 992px) {
    body.ruler {
        background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' height='50px' width='100%'><text x='10' y='15' fill='#ccc' font-size='10' font-family='sans-serif'>    ROUGHLY THE ONE PAGE PDF MARK ......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................</text></svg>");
        background-repeat: no-repeat;
        background-position-y: 1610px;
    }
}

#versionsDropDownLink {
    d margin-left: -50px;
}


}
.profile_pic_dropdown:hover {
    cursor: pointer
}
#branch-sizer {
    max-width: 960px;
}
#branch-sizer.linear {
    max-width: 960px;
}
.markdub-holster {
    width: 100%;
    min-height: 50px;
}
.markdub.edit {
    min-height: 30px;
    white-space: pre-wrap;
    width: 100%;
    margin-left: 0px;
    margin-top: 0px;
    display: inline-block;
}
.markdub.view br {
    /* display: none; */
}

/* *[contenteditable="true"] {
    display: inline-block;
} */
.markdub ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 20px;
    padding-inline-start: 16px;
    margin-block-end: 0;
}
ul:first-child {
    margin-block-start: 0px;
}
.toggle-popout {}
div:empty:before {
    content: attr(data-placeholder);
    color: #aaa
}
.navbar-toggler {
    border: 0;
}
.text-mint {
    color: #00E0A4;
}
.text-mint-soft {
    color: #29f1b9;
}
.btn-mint {
    color: #fff;
    background-color: #00E0A4;
    border-color: #00E0A4;
}
.btn-melon {
    color: #fff !important;
    background-color: #ff8f83;
    border-color: #ff8f83;
}
a.text-melon:hover {
    color: #fd7366;
}
.btn-outline-mint:not(:disabled):not(.disabled).active,
.show>.btn-outline-mint.dropdown-toggle,
btn-outline-mint:not(:disabled):not(.disabled):active {
    background-color: #68FBCA;
    border-color: #68FBCA;
}
.btn-outline-melon:not(:disabled):not(.disabled).active,
.show>.btn-outline-melon.dropdown-toggle,
btn-outline-melon:not(:disabled):not(.disabled):active {
    color: #fff !important;
    background-color: #fd7366;
    border-color: #fd7366;
}
.btn.disabled,
.btn:disabled {
    opacity: .45 !important;
}
#nav_content .btn-link:hover,
#nav_content .btn-link:focus,
#nav_content .btn-link:active {
    text-decoration: none;
    #color: black;
}
#tagline {
    color: #333 !important;
    /* color: #007F92; */
}
.text-no-decoration:hover {
    text-decoration: none !important;
}
.btn-mint:hover {
    color: #fff;
    background-color: #50ffcf;
    border-color: #9dffe4;
}
.text-9 {
    font-size: 9px;
    line-height: 160%;
}
.text-10 {
    font-size: 10px;
    line-height: 160%;
}
.text-11 {
    font-size: 11px;
    line-height: 160%;
}
.text-12 {
    font-size: 12px;
    line-height: 160%;
}
.text-13 {
    font-size: 13px;
    line-height: 160%;
}
.text-14 {
    font-size: 14px;
    line-height: 160%;
}
.text-15 {
    font-size: 15px;
    line-height: 160%;
}
.text-16 {
    font-size: 16px;
    line-height: 160%;
}
.text-17 {
    font-size: 17px;
    line-height: 160%;
}
.text-18 {
    font-size: 18px;
    line-height: 160%;
}
.text-20 {
    font-size: 20px;
    line-height: 160%;
}
.text-lineheight-shim {
    line-height: 180%;
}
.text-50pct {
    font-size: 50%;
}
.text-75pct {
    font-size: 75%;
}
.text-sorta-faint {
    opacity: .75;
}
.text-kinda-faint {
    opacity: .5;
}
.text-very-faint {
    opacity: .25;
}
.text-white {
    color: #ffffff;
}
.text-weak {
    color: #ff8f83;
}

/* .text-weight-bold {
  font-weight: 800;
} */
.text-weight-semibold {
    font-weight: 500;
}
.text-weight-bold {
    font-weight: 600;
}
.text-weight-medium,
.text-weight-regular {
    font-weight: 400;
}
.text-weight-light {
    font-weight: 300;
}
.v5 {
    height: 5px;
}
.v10 {
    height: 10px;
}
.v20 {
    height: 20px;
}
.v25 {
    height: 25px;
}
.v30 {
    height: 30px;
}
.v40 {
    height: 40px;
}
.v50 {
    height: 50px;
}
.v60 {
    height: 60px;
}
.v70 {
    height: 70px;
}
.v80 {
    height: 80px;
}
.v90 {
    height: 90px;
}
.v100 {
    height: 100px;
}
.h5 {
    display: inline-block;
    width: 5px;
}
.h10 {
    display: inline-block;
    width: 10px;
}
.h20 {
    display: inline-block;
    width: 20px;
}
.h25 {
    display: inline-block;
    width: 25px;
}
.h30 {
    display: inline-block;
    width: 30px;
}
.h40 {
    display: inline-block;
    width: 40px;
}
.h50 {
    display: inline-block;
    width: 50px;
}
.h60 {
    display: inline-block;
    width: 60px;
}
.h70 {
    display: inline-block;
    width: 70px;
}
.h80 {
    display: inline-block;
    width: 80px;
}
.h90 {
    display: inline-block;
    width: 90px;
}
.h100 {
    display: inline-block;
    width: 100px;
}
.markdub p {
    margin: 0;
}
.display-5 {
    font-size: 3.25rem;
}
.display-6 {
    font-size: 3rem
}
.display-7 {
    font-size: 2.75rem
}
.display-8 {
    font-size: 2.5rem
}
.display-9 {
    font-size: 2.25rem
}

/* .markdub p:not(:first-child) {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.markdub p:first-child {
  margin-top: 0px !important;
  margin-bottom: 5px !important;
} */

/* Icon pulse */
.fa-pulse {
    display: inline-block;
    -moz-animation: pulse 2s infinite linear;
    -o-animation: pulse 2s infinite linear;
    -webkit-animation: pulse 2s infinite linear;
    animation: pulse 1s infinite linear;
}
@-webkit-keyframes pulse {
    0% {
        opacity: 1;
    }
    
    50% {
        opacity: 0;
    }
    
    100% {
        opacity: 1;
    }
}
@-moz-keyframes pulse {
    0% {
        opacity: 1;
    }
    
    50% {
        opacity: 0;
    }
    
    100% {
        opacity: 1;
    }
}
@-o-keyframes pulse {
    0% {
        opacity: 1;
    }
    
    50% {
        opacity: 0;
    }
    
    100% {
        opacity: 1;
    }
}
@-ms-keyframes pulse {
    0% {
        opacity: 1;
    }
    
    50% {
        opacity: 0;
    }
    
    100% {
        opacity: 1;
    }
}
@keyframes pulse {
    0% {
        opacity: 1;
    }
    
    50% {
        opacity: 0;
    }
    
    100% {
        opacity: 1;
    }
}
.big-screen {
    height: 100%;
    width: 100%;
    position: fixed;
    overflow: hidden;
    /* Stay in place */
    
    z-index: 12222;
    /* Sit on top */
    
    left: 0;
    top: 0;
    background-color: rgba(47, 53, 62, .86);
    /* animation-name: bigscreen;
  animation-duration: 3s;
  animation-iteration-count: infinite; */
    /* opacity: .9; */
}
@keyframes bigscreen {
    0% {
        background-color: #00FFBC;
    }
    
    50% {
        background-color: #00E0A4;
    }
    
    100 {
        background-color: #00FFBC;
    }
}
@font-face {
    font-family: 'icomoon';
    src: url('fonts/icomoon.eot?j5itnm');
    src: url('fonts/icomoon.eot?j5itnm#iefix') format('embedded-opentype'), url('fonts/icomoon.ttf?j5itnm') format('truetype'), url('fonts/icomoon.woff?j5itnm') format('woff'), url('fonts/icomoon.svg?j5itnm#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}
[class^="icon-"],
[class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-leaf:before {
    content: "\1f343";
}