html {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.dark-theme-nav, .dropdown-menu-dark {
    background-color: #222 !important;
    border-color: #080808 !important;
}

.dark-theme-text, .nav-link, .dropdown-menu-dark, .navbar-dark > * span, .navbar-dark > * ul {
    color: #9d9d9d !important;
}

.navbar-dark .navbar-toggler:hover, .navbar-dark .navbar-toggler:focus {
    background-color: #333;
}


/* MISSING BOOTSTRAP CLASSES */
.container .jumbotron, .container-fluid .jumbotron {
    padding-right: 15px;
    padding-left: 15px;
    border-radius: 6px;
}

.jumbotron {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eee;
}

.square {
    height: 75px;
    width: 75px;
}

@media screen and (min-width: 768px) {
    .container .jumbotron, .container-fluid .jumbotron {
        padding-right: 60px;
        padding-left: 60px;
    }

    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px;
    }
}
/* MISSING BOOTSTRAP CLASSES */

.custom-navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: 0.5rem;
}

.h-divider {
    margin-top: 5px;
    height: 1px;
    width: 100%;
    border-top: 1px inset #333;
}

.white-toggler-icon {
    background-image: url( "data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e" ) !important;
}

.ellipsis_nowrap, .ellipsis_nowrap li {
    /* If a menu item's text is too long, truncate it */
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ellipsis_wrap, .ellipsis_wrap li, .ellipsis_wrap span :not(.ellipsis_nowrap), .ellipsis_wrap a :not(.ellipsis_nowrap), .ellipsis_wrap div :not(.ellipsis_nowrap) {
    /* If a menu item's text is too long, truncate it */
    max-width: 100%;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ul-bullets {
    list-style-type: disc !important;
    padding-left: 1em !important;
    margin-left: 1em;
}

@media (min-width: 768px) {

    .custom-navbar {
        flex-wrap: nowrap;
    }

    .lgSidebar {
        max-width: 300px;
    }

    .content_body {
        min-width: calc(100% - 300px);
    }
}

.PASSIVE .NEUTRAL {
    background-color: rgb(255, 193, 7) !important;
}

.PROMOTER .HAPPY {
    background-color: rgb(40, 167, 69) !important;
}

.DETRACTOR .UNHAPPY {
    background-color: rgb(220, 53, 69) !important;
}

.question_textarea {
    letter-spacing: .2px;
    box-flex: 1;
    border: none;
    border-bottom: 1px solid #dadce0;
    outline: none;
    display: block;
    min-height: 24px;
    line-height: 24px;
    white-space: pre-wrap;
    word-wrap: break-word;
    z-index: 0;
    overflow-y: hidden;
    overflow-x: hidden;
}

.question_textInput {
    letter-spacing: .2px;
    background: transparent;
    box-flex: 1;
    border: none;
    border-bottom: 1px solid white;
    outline: none;
    display: block;
    min-height: 24px;
    line-height: 24px;
    padding: 0;
    padding-left: 1rem;
    white-space: pre-wrap;
    word-wrap: break-word;
    z-index: 0;
    overflow-y: hidden;
    overflow-x: hidden;
}

.question_textarea {
    resize: none;
    background: transparent;
    box-flex: 1;
    border: none;
    border-bottom: 1px solid white;
    outline: none;
    display: block;
    min-height: 24px;
    line-height: 24px;
    padding: 0;
    white-space: pre-wrap;
    word-wrap: break-word;
    z-index: 0;
    overflow-y: hidden;
    overflow-x: hidden;
}

.s-1_1 {
    transform: scale(1.1);
}
.s-1_2 {
    transform: scale(1.2);
}
.s-1_3 {
    transform: scale(1.3);
}
.s-1_4 {
    transform: scale(1.4);
}
.s-1_5 {
    transform: scale(1.5);
}
.s-1_6 {
    transform: scale(1.6);
}
.s-1_7 {
    transform: scale(1.7);
}
.s-1_8 {
    transform: scale(1.8);
}
.s-1_9 {
    transform: scale(1.9);
}
.s-2 {
    transform: scale(2);
}