/*
 * Random CSS
 *
 * Define CSS style here.
 * use . for class, use # for id, use no mark for element
 */

@font-face {
    font-family: 'Acherus Grotesque';
    src: local('Acherus Grotesque Regular'), url('fonts/acherus_grotesque_-_regular.woff') format('woff');
    src: local('Acherus Grotesque Regular'), url('fonts/acherus_grotesque_-_regular.otf') format('truetype');
    font-style: bold;
    font-weight: 500;
}

@font-face {
    font-family: 'Acherus Grotesque';
    src: local('Acherus Grotesque Regular'), url('fonts/acherus_grotesque_-_regular.woff') format('woff');
    src: local('Acherus Grotesque Regular'), url('fonts/acherus_grotesque_-_regular.otf') format('truetype');
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: 'Acherus Grotesque';
    src: local('Acherus Grotesque Regular Italic'), url('fonts/acherus_grotesque_-_regular_italic.woff') format('woff');
    src: local('Acherus Grotesque Regular Italic'), url('fonts/acherus_grotesque_-_regular_italic.otf') format('truetype');
    font-style: italic;
    font-weight: normal;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: darkgray !important;
    opacity: 1 !important; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: darkgray !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: darkgray !important;
}

body.adjusted {
    padding-top: 64px;
    min-height: 100vh;
    position: relative;
    padding-bottom: 120px;
}

footer.adjusted {
    position: absolute;
    bottom: 0;
    width: 100%;
}

@media (min-width: 992px) {
    body.adjusted {
        padding-top: 66px;
    }
}

.t-lg{
    font-style: bold;
    font-size: 30px;
    line-height: 1.1;
}

.no-deco {
    text-decoration: none;
}
.no-deco:hover {
    text-decoration: none;
}

a.btn-link, a.btn-link:hover, a.btn-link:focus {
    text-decoration: none;
}

.carousel-control-prev.adjusted{
    width: 0%;
    margin-left: -20px;
    font-size: 25px;
}
.carousel-control-next.adjusted{
    width: 0%;
    margin-right: -20px;
    font-size: 25px;
}

.reveal-child {
    height: 0px;
    opacity: 0;
    overflow: hidden;
    -webkit-transition: height 0.3s cubic-bezier(0, 1, 0.5, 1);
       -moz-transition: height 0.3s cubic-bezier(0, 1, 0.5, 1);
        -ms-transition: height 0.3s cubic-bezier(0, 1, 0.5, 1);
         -o-transition: height 0.3s cubic-bezier(0, 1, 0.5, 1);
            transition: height 0.3s cubic-bezier(0, 1, 0.5, 1);

    /* -webkit-transition: all 500ms ease-in-out;
       -moz-transition: all 500ms ease-in-out;
        -ms-transition: all 500ms ease-in-out;
         -o-transition: all 500ms ease-in-out;
            transition: all 500ms ease-in-out; */
}

.reveal-parent:hover .reveal-child:last-child {
    height: 200px;
    opacity: 1;
    -webkit-transition: height 0.3s cubic-bezier(0, 1, 0.5, 1);
       -moz-transition: height 0.3s cubic-bezier(0, 1, 0.5, 1);
        -ms-transition: height 0.3s cubic-bezier(0, 1, 0.5, 1);
         -o-transition: height 0.3s cubic-bezier(0, 1, 0.5, 1);
            transition: height 0.3s cubic-bezier(0, 1, 0.5, 1);
}

.nav-treeview > li > a {
    padding-left: 30px;
}

.slider.slider-horizontal:hover .tooltip.tooltip-main {
    opacity: 0.7 !important;
    bottom: -200%
}
.slider.slider-vertical:hover .tooltip.tooltip-main {
    opacity: 0.7 !important;
    left: 70%;
}

.slider.slider-horizontal:hover .tooltip-inner {
    font-size: 110%;
    width: auto;
}
.slider.slider-vertical:hover .tooltip-inner {
    font-size: 110%;
    width: auto;
}

.form-control-slider {
    padding: 8px 20px;
}

.section-line {
    width:100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.4);
    line-height:0.1em;
    margin:30px 0 30px;
    /* opacity: 0.3; */
}
.section-line span {
    background:#fff;
    padding-right: 10px;
}

.fa-spin {
    margin-right: 5px;
}

.hidden, .d-block.hidden {
    display: none !important;
}

.no-focus:focus {
    border-color: #ced4da;
    box-shadow: 0 0 0 0;
    outline: 0 none;
}

.list-group.tuned > li {
    border: 0;
    border-radius: 0;
    padding: 5px 15px;
}

.list-group.adjusted > li {
    border: 0;
    border-radius: 0;
    padding: 0;
    border-left: 5px solid transparent;
}

.list-group.adjusted > li > a ,
.list-group.adjusted > li > span {
    text-decoration: none;
    color: black;
    display: block;
    padding: 10px 15px 10px 10px;
}

.list-group.adjusted > li.adjusted > a{
    line-height: 1.2;
    text-indent: -15px;
    padding-left: 30px;
}

.list-group.adjusted > li > a:hover {
    color: black;
}

.list-group.adjusted > li.selected {
    border-left: 5px solid #007bff;
}

.option-item {
    cursor: pointer;
    -webkit-transition: .3s;
    -moz-transition: .3s;
     -ms-transition: .3s;
      -o-transition: .3s;
         transition: .3s;
}

.option-item:hover {
    background-color: whitesmoke;
    -webkit-transition: .3s;
    -moz-transition: .3s;
     -ms-transition: .3s;
      -o-transition: .3s;
         transition: .3s;
}

.option-item .input-group-text {
    background-color: transparent;
    border: 0;
}

.label {
    font-size: 12px;
    padding: 5px 10px;
}

/* dropdown */
.dropdown-header.adjusted {
    font-size: inherit;
    color: black;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 20px;
}
.dropdown-menu.adjusted {
    margin-top: 1rem !important;
    min-width: 12rem;
}

.dropdown-menu.adjusted > .dropdown-divider {
    margin-left: .5rem !important;
    margin-right: .5rem !important;
}
.dropdown-menu {
    border-color: var(--primary);
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
       -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
        -ms-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
         -o-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
            box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
button.dropdown-toggle > span.filter-option {
    margin-right: 2px;
}
.dropdown-menu {
    z-index: 1031;
}

#recaptcha-check {
    opacity: 0;
    display: flex;
    margin-top: -15px;
}

.g-recaptcha {
    transform-origin:left top;
    -webkit-transform-origin:left top;
}

.thumb-post {
    object-fit: none; /* Do not scale the image */
    object-position: center; /* Center the image within the element */
    width: 100%;
    max-height: 250px;
    margin-bottom: 1rem;
  }

.center-cropped {
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.thumbnail {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 160px;
    overflow: hidden;
}

.thumbnail img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
}

.thumbnail.adjusted img {
    position: absolute;
    left: 50%;
    top: 50%;
    height: auto;
    width: 100%;
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
}

.img-option {
    width: 100%;
    max-width: 100px;
    height: auto;
}

@media (min-width: 576px) {
    .thumbnail img {
        height: auto;
        width: 100%;
    }
    .img-option {
        max-width: 120px;
    }
}

@media (min-width: 992px) {
    .thumbnail img {
        height: 100%;
        width: auto;
    }
    .img-option {
        max-width: 180px;
    }
}

.simple-link {
    cursor: pointer;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    color: black;
    -webkit-transition: .3s;
    -moz-transition: .3s;
     -ms-transition: .3s;
      -o-transition: .3s;
         transition: .3s;
}

.simple-link:hover {
    text-decoration: none;
    border-bottom: 1px solid dimgray;
    color: black;
    -webkit-transition: .3s;
    -moz-transition: .3s;
     -ms-transition: .3s;
      -o-transition: .3s;
         transition: .3s;
}

.simple-link.text-primary:hover {
    border-bottom: 1px solid #007bff !important;
}

.simple-link.text-secondary:hover {
    border-bottom: 1px solid #6c757d !important;
}

.simple-link.text-success:hover {
    border-bottom: 1px solid #28a745 !important;
}

.simple-link.text-info:hover {
    border-bottom: 1px solid #17a2b8 !important;
}
.simple-link.text-warning:hover {
    border-bottom: 1px solid #ffc107 !important;
}

.simple-link.text-danger:hover {
    border-bottom: 1px solid #dc3545 !important;
}

.simple-link.text-light:hover {
    border-bottom: 1px solid #f8f9fa !important;
}

.simple-link.text-dark:hover {
    border-bottom: 1px solid #343a40 !important;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: '>' !important;
}

.hover {
    cursor: pointer;
    -webkit-transition: .3s;
    -moz-transition: .3s;
     -ms-transition: .3s;
      -o-transition: .3s;
         transition: .3s;
}

.hover:hover {
    background-color: whitesmoke;
    -webkit-transition: .3s;
    -moz-transition: .3s;
     -ms-transition: .3s;
      -o-transition: .3s;
         transition: .3s;
}

.rounded-1 {
    border-radius: 0.5rem !important;
}
.rounded-2 {
    border-radius: 1rem !important;
}
.rounded-3 {
    border-radius: 1.5rem !important;
}
.rounded-4 {
    border-radius: 2rem !important;
}
.rounded-5 {
    border-radius: 3rem !important;
}

.input-group.adjusted .input-group-text {
    background-color: transparent;
    border: 0;
    margin-right: 0.25rem !important;
    padding-left: 0;
}

.input-group.adjusted .form-control {
    border-radius: 0.25rem !important;
}

.pointer {
    cursor: pointer;
}

.numeric {
    font-family: 'Lucida Console', 'Monaco', monospace;
}

.img-fluid-square {
    width: 100%;
}

.img-fluid-square:after {
    content: '';
    display: block;
    padding-bottom: 100%;
}

/* Show load indicator when image is being loaded */
.cropit-preview.cropit-image-loading .spinner {
    opacity: 1;
}

/* Show move cursor when image has been loaded */
.cropit-preview.cropit-image-loaded .cropit-preview-image-container {
    cursor: move;
}

/* Gray out zoom slider when the image cannot be zoomed */
.cropit-image-zoom-input[disabled] {
    opacity: .2;
}

/* Hide default file input button if you want to use a custom button */
input.cropit-image-input {
    display: none;
}

/* The following styles are only relevant to when background image is enabled */

/* Translucent background image */
.cropit-preview-background {
    opacity: .2;
}

/*
* If the slider or anything else is covered by the background image,
* use non-static position on it
*/
input.cropit-image-zoom-input {
    position: relative;
}

/* Limit the background image by adding overflow: hidden */
#image-cropper {
    overflow: hidden;
}

.badge.adjusted {
    padding-left: .4rem;
    padding-right: .5rem;
    padding-top: .25rem;
    padding-bottom: .25rem;
    font-weight: normal;
}

.selectize-sm .selectize-input {
    padding: .25rem !important;
}

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

.no-invalid:invalid {
    outline: none;
    box-shadow:none !important;
}

/* ------------------------------ */
/* -----------OLD CSS------------ */
/* ------------------------------ */

.wrapper {
    overflow-y: hidden;
}

table .fit-content {
    width: 1%;
    white-space: nowrap;
}

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

.form-control {
    border-radius: 4px;
}

.input-table input {
    display: block;
    padding: 0;
    margin: 0;
    border: 1px solid transparent;
    border-radius: 4px;
    width: 100%;
    text-align: center;
    background-color: transparent;
}

input.form-control[type='date'] {
/*
    padding: 0 0 0 12px;
    height: 38px;
*/
}

input.form-control[type='file'] {
    /* padding: 0; */
    cursor: pointer;
}

.input-table input:hover, .input-table  input:focus{
    border: 1px solid steelblue;
    border-radius: 4px;
    background-color: white;
}

.input-table td {
    margin: 0;
    padding: 0;
}

.modal {
    text-align: center;
    padding: 0;
  }

.modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px; /* Adjusts for spacing */
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.modal-header {
    text-align: center;
    font-size: 20px;
}
.modal-header .close {
    font-size: 30px;
    font-weight: 500;
    margin-left: -30px;
}

.modal-content {
    /* overflow: hidden; */
    border-radius: 10px;
    -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
       -moz-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
        -ms-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
         -o-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
            /* box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); */
}

.box {
    border-radius: 5px;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
       -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
        -ms-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
         -o-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
            box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
}

.content-header > h1 {
    margin: 10px 0 15px 0;
    font-size: 30px;
}

::-ms-clear {
    display: none;
}

.form-control-clear {
    font-size:15px;
    z-index: 10;
    pointer-events: auto;
    cursor: pointer;
    margin-right: 5px;
}

#_table_wrapper [class^='dataTables_'] {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
}

#_table_wrapper .dataTables_length label, #_table_wrapper .dataTables_info {
    float: left;
}

.normal-select .btn-default {
    background-color: white;
}

label.error {
    color: red;
}

bl { /* bold-light */
    font-weight: 600;
}

.wrapword td{
    white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */
    white-space: -webkit-pre-wrap; /*Chrome & Safari */
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    white-space: pre-wrap;       /* css-3 */
    word-wrap: break-word;       /* Internet Explorer 5.5+ */
    word-break: break-all;
    white-space: normal;
}
.break-all { word-break: break-all; }

.input-group-addon .checkbox-text {
    margin: 0;
    font-weight: normal;
    cursor: pointer;
}

.alert {
    border-radius: 5px;
}

.center-page {
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

.md-title {
    font-size:40px;
}

.big-thin-title {
    margin-top:0;
    font-size:55px;
    font-weight:100;
}

.bigger-thin-title {
    margin-top: 10px;
    font-size: 70px;
    font-weight:200;
    line-height: 0.9;
}

.footer-area {
    margin-top: 10px;
    margin-bottom: 20px;
}

.btn.btn-round {
    border-radius: 2rem !important;
    min-width: 100px;
    padding-left: 20px;
    padding-right: 20px;
}

.box.box-lux {
    border: 1px solid whitesmoke;
    border-radius: 10px;
    padding-top: 30px;
    padding-bottom: 30px;
}

.full-height {
    height: 85vh;
}

.flex-center {
    align-items: center;
    display: flex;
    justify-content: center;
}

.no-float {
    float: none;
}

.position-ref {
    position: relative;
}

.upper-sub-title {
    font-size: 25px;
    /* margin-bottom: -15px; */
}

.helvetica {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.acherus {
    font-family: 'Acherus Grotesque', Arial, sans-serif;
}

*,*:before,*:after {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

.img-xlg {
    height: 175px;
    width: 175px;
}
.img-sm {
    height: 40px;
    width: 40px;
}
.img-xs {
    height: 15px;
    width: 15px;
}

.no-pad-marg{
    padding: 0;
    margin: 0;
}

.single-area {
    padding: 10px;
    font-size: 15px;
}

.img-rounded {
    border-radius: 20px;
}

.empty-area {
    padding: 30px 20px;
    font-size: 20px;
    font-weight: 100;
}

.margin-bottom {
    margin-bottom: 5px;
}

.margin-bottom-lg {
    margin-bottom: 20px;
}

.margin-lg {
    margin: 20px;
}

.mw-none {
    max-width: none;
}

.mh-none {
    max-height: none;
}

a.nav-menu {
    float: left;
    margin: 0;
    padding: 15px 20px;
    color: white;
    line-height: 20px;
}

a.nav-menu:hover {
    background-color: rgba(0, 0, 0, 0.1)
}

.control-btn {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}

.control-btn:focus {
    z-index: 3;
}
.box .nav-tabs-custom {
    margin-bottom: 0;
}

.nav-tabs li.active>a {
    -webkit-box-shadow: 0 -10px 20px rgba(0, 0, 0, 0.1);
       -moz-box-shadow: 0 -10px 20px rgba(0, 0, 0, 0.1);
        -ms-box-shadow: 0 -10px 20px rgba(0, 0, 0, 0.1);
         -o-box-shadow: 0 -10px 20px rgba(0, 0, 0, 0.1);
            box-shadow: 0 -10px 20px rgba(0, 0, 0, 0.1);
}

.no-border {
    border: 0;
    box-shadow: none;
}

.custom-tab > li {
    border-top: 0;
    background-color: transparent;
}

.custom-tab > li:hover {
    border-top: 0;
    background-color: transparent;
    border-bottom: 4px solid gainsboro;
}

.custom-tab > li > a {
    border-top: 0;
    border-bottom: 0;
    color: black;
    background-color: transparent;
}

.custom-tab > li > a:focus, .custom-tab > li.active > a:focus {
    border-top: 0;
    border-bottom: 0;
    color: black;
    background-color: transparent;
}

.custom-tab > li > a:hover {
    border-top: 0;
    border-bottom: 0;
    color: gray;
    background-color: transparent;
}

.custom-tab > li.active {
    border-top: 0;
    background-color: transparent;
    border-bottom: 4px solid steelblue;
}

.custom-tab > li.active:hover {
    border-top: 0;
    border-bottom: 4px solid steelblue;
}

.custom-tab > li.active > a {
    border-top: 0;
    border-bottom: 0;
    color: black;
    background-color: transparent;
}

.custom-tab > li.active > a:hover {
    border-top: 0;
    border-bottom: 0;
    color: black;
    background-color: transparent;
}

.btn-group {
    display: inline-flex;
}

.modal .overlay {
    z-index: 50;
    background: rgba(255,255,255,0.7);
    border-radius: 10px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.modal .overlay > .fa {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -15px;
    margin-top: -15px;
    color: #000;
    font-size: 40px;
}

.grayed {
    opacity: 0.4;
}

.washed-out {
    opacity: 0.2;
}

.max-width-xlg {
    max-width: 175px;
}

.height-auto {
    height: auto;
}

.width-auto {
    width: auto;
}


.label-check {
    font-weight: normal;
    cursor: pointer;
}

.label-check > input {
    margin: 0px 10px 0px 5px;
    cursor: pointer;
}

.pad-tight {
    padding: 6px 8px;
    letter-spacing: -0.45px;
}

.big-dot {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    padding-bottom: 10px;
    color: darkgray;
}

.part-header {
    padding: 10px 5px;
    font-size: 16px;
    text-align: left;
    border-bottom: 1px solid gainsboro;
    display: block;
}

.part-header .nav-pills.custom-tab > li > a {
    padding: 5px 15px;
    font-size: 14px;
}

.ripple {
    position: relative;
    overflow: hidden;
    transform: translate3d(0, 0, 0);
}

.ripple:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    background-image: radial-gradient(circle, rgba(0, 0, 0, 0.219) 10%, transparent 10.01%);
    background-repeat: no-repeat;
    background-position: 50%;
    transform: scale(10, 10);
    opacity: 0;
    transition: transform .5s, opacity 1s;
}

.ripple:active:after {
    transform: scale(0, 0);
    opacity: .2;
    transition: 0s;
}

.modal-banner .modal-dialog {
    display: inline-block;
    width: 100%;
    margin: -.5rem;
    max-width: none;
}

.modal-banner .modal-content {
    border-radius: 0;
    max-width: none;
}

.tab-bar {
    display: block;
}

.tab-bar .circle {
    display: inline-block;
    /*
    width: 40px;
    height: 40px;
    */
    width: 2.55rem;
    height: 2.55rem;
    border: 3px solid transparent;
    border-radius: 100px;
    background: gainsboro;
    text-align: center;
    /*
    padding: 5px 0;
    */
    padding: .45rem 0;
    color: white;
    font-weight: 800;
}

.tab-bar .circle.active {
    border: 3px solid dimgray;
    background: white;
    color: dimgray;
}
.tab-bar .circle.done {
    border: 3px solid dimgray;
    background: dimgray;
}

.tab-bar a.circle:hover {
    border: 3px solid darkgray;
    background: darkgray;
}
.tab-bar a.circle:active {
    border: 3px solid gray;
    background: gray;
}

.text-xs {
    font-size: 10px;
}

.text-sm {
    font-size: 12px;
}

.text-md {
    font-size: 14px;
}

.text-lg {
    font-size: 20px;
}

.text-xl {
    font-size: 50px;
}

.text-bold {
    font-weight: bold;
}

.text-normal {
    font-weight: normal;
}

.text-lighter {
    font-weight: lighter;
}

.lower-right {
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 5px 10px;
}

.lower-left {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 5px 10px;
}

.btn[disabled] {
    border-color: gray;
/*
    color: gray;
    background: transparent;
*/
}

a[disabled], .no-pointer {
    pointer-events: none;
    cursor: default;
}

.w-0 {
    width: auto;
}

.h-0 {
    height: auto;
}

.not-allowed {
    cursor: not-allowed;
}

.error-highlight {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.4);
  -webkit-transition: .3s;
  -moz-transition: .3s;
   -ms-transition: .3s;
    -o-transition: .3s;
       transition: .3s;
}

.app-icon {
    height: 70px;
}

.navbar-brand .app-icon {
    height: 50px;
}

.text-purple {
    color: purple;
}
.bg-purple {
    background-color: purple;
}
.img-thumbnail-video {
    max-width: 50vw;
    max-height: 50vh;
}

pre.unitylang {
    font-family: Consolas,Monaco,'Andale Mono',monospace !important;
    padding: 20px !important;
    margin: 0 0 30px 0 !important;
    background: #2d2d2d !important;
        
    font-size: 0.9375em !important;
    color: #ccc !important;
    text-shadow:0 0px #2d2d2d !important;
}
pre.unitylang > a {
    color: #b83c82 !important;
}
pre.unitylang > span {
    color: #777777 !important;
}

/*
workaround for flickering scrollbar in chrome, px-2 should be wider,
rows have negative values (margin-left and right -15px)
*/
.px-2 .w-100 .row {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
}

.text-tooltip-wrap {
    white-space: wrap;
    max-width: 50rem;
}