@import url('https://fonts.googleapis.com/css2?family=Codystar&family=Silkscreen&display=swap');

body {
    background-color: #f5f5f5;
}

a {
    /*color: #00873d;*/
}

a.active {
    font-weight: bolder;
    /*color: aquamarine;*/
    filter: brightness(75%);
}

.clipboard, .linked-row {
    cursor: pointer;
}

.enjoy-toolbar {
    background: rgb(240,240,240);
    background: linear-gradient(0deg, rgba(240,240,240,1) 0%, rgba(245,245,245,1) 20%, rgba(245,245,245,1) 100%);
}

.navbar-brand {
    position: absolute;
    left: 50%;
    /*margin-left: -50px !important;  /* 50% of your logo width */
    display: block;
    font-family: Codystar, sans-serif;
    color: #b71b1b;
    /*font-weight: bold;*/
    text-decoration: none;
    text-shadow: 1px 1px transparent, -1px -1px transparent;
    animation: brand-anim 5s infinite;
}

@keyframes  brand-anim {

    20% {
        text-shadow: 7px -5px #D5D5D5FF, -7px 7px #CCCCCCFF;
    }

    40% {
        text-shadow: 7px 7px #D5D5D5FF, -7px -7px #CCCCCCFF;
    }

    60% {
        text-shadow: -7px 7px #D5D5D5FF, 7px -7px #CCCCCCFF;
    }

    80% {
        text-shadow: -7px -7px #D5D5D5FF, 7px 7px #CCCCCCFF;
    }
}

.navbar-brand a {
    margin-left: -50%;
}

.navbar-brand a:hover {
    text-decoration: none;
}

.footer-bar {
    background: rgb(240,240,240);
    background: linear-gradient(180deg, rgba(240,240,240,1) 0%, rgba(245,245,245,1) 20%, rgba(245,245,245,1) 100%);
}

.main-content {
    background-color: #fbfbfb;
}

.followers-list {
    list-style-type: none;
    padding-left: 0;
}

.ticket-avatar {
    width: 50px;
}

.micro-avatar {
    width: 20px;
    border-radius: 50%;
}

.ticket-title {
    background-image: linear-gradient(159deg, #ededed, #b71b1b);
    background-position: bottom;
    background-size: 100% 4px;
    background-repeat: no-repeat;
    display: inline-block;
    padding: 0 10px;
}

.ticket-comment-area-title {
    background-image: linear-gradient(159deg, #ededed, #707070);
    background-position: bottom;
    background-size: 100% 4px;
    background-repeat: no-repeat;
    display: inline-block;
    padding: 0 10px;
}

.ticket-comment-avatar {
    display: inline-block;
    /*border-radius: 100%;*/
    border-radius: 20% 60% 0 60%;
    overflow: hidden;
    left: -64px;
    position: absolute;
    border: 2px solid #eeeeee;
    z-index: -1;
    width: 64px;
    top: -22px;
    box-shadow: -4px -2px 11px -11px #000;
}

.ticket-comment-avatar img {
    max-height: 100%;
    max-width: 100%;
}

.ticket-comment-single {
    border-left: 2px solid #ededed;
    background: linear-gradient(90deg, rgb(255 255 255) 0%, rgb(251 251 251) 20%, rgb(251 251 251) 100%);
    padding: 15px;
    background-color: #FFFFFF;
    margin-bottom: 34px;
    box-shadow: inset 12px 10px 14px -11px #eee;
    border-radius: 10px 36px;
    border-top: 3px solid #b71b1a;
}

.ticket-comment-body {
    margin: 0;
}

.ticket-comment-body p {
    margin: 0;
}

.ticket-comment-info {
    position: relative;
}

.ticket-comment-info hr {
    border: 1px dashed #f0f0f0;
    width: 40%;
}



.ticket-note-avatar {
    display: inline-block;
    /*border-radius: 100%;*/
    border-radius: 20% 60% 0 60%;
    overflow: hidden;
    left: -64px;
    position: absolute;
    border: 2px solid #eeeeee;
    z-index: -1;
    width: 64px;
    top: -22px;
    box-shadow: -4px -2px 11px -11px #000;
}

.ticket-note-avatar img {
    max-height: 100%;
    max-width: 100%;
}

.ticket-note-single {
    border-left: 2px solid #ededed;
    padding: 15px;
    margin-bottom: 34px;
    box-shadow: inset 12px 10px 14px -11px #eee;
    border-radius: 5px;
    border-top: 3px solid #b71b1a;
    text-shadow: 1px 1px 2px #ffffff, 0 0 1em #ffffff, 0 0 0.2em #ffffff;


    /*background-color: #e5e5f7;
    background-image: repeating-radial-gradient(circle at 0 0, transparent 0, #f3ecec 10px), repeating-linear-gradient(#c64e4c45, #b7a1a1);
*/

    background-color: #fff1f1;
    background-image: radial-gradient(#ae8383 0.5px, #b71b1a00 0.5px);
    background-size: 10px 10px;
}

.ticket-note-body {
    margin: 0;
}

.ticket-note-body p {
    margin: 0;
}

.ticket-note-info {
    position: relative;
}

.ticket-note-info hr {
    border: 1px dashed #f0f0f0;
    width: 40%;
}

.ticket-main-content {
    z-index: 3;
}

.ticket-content-container {
    box-shadow: inset 0 0 10px #f3f3f3;
    background-color: #FFFFFF;
    border-radius: 7px;
    padding: 20px;
    /*border: 1px solid #ff3453;*/
    border: 1px solid #aaaaaa;
    overflow: hidden;
    font-size: 0.9rem;
}

.ticket-sidebar {
    background-color: #FFFFFF;
    /* color: #FFFFFF; */
    /*border-radius: 15px 15px 0 0;*/
    box-shadow: inset 0 0 10px #f3f3f3;
    border: 1px solid #eeeeee;
    border-width: 0 1px;
}

.ticket-sidebar i.fas,.ticket-sidebar i.far {
    color: #b71b1b;
}

.card {
    background-color: rgba(255,255,0255,0.05);
    /*border: 1px solid #fbfbfb;*/
    transition: box-shadow 0.4s ease-in-out;
}

.card:hover {
    box-shadow: 0 .125rem 1.25rem rgba(0,0,0,.25)!important;
    transition: box-shadow 0.4s ease-in-out;
    border: 1px solid #999999;
}

.backfilter {
    /*backdrop-filter: blur(10px);
    transition: backdrop-filter 0.2s;*/
}

.project-header {
    background-color: rgba(255,255,0255,0.05);
    border: 0;
}

.commands-search {
    background-color: rgba(255,255,0255,0.05);
    border: 0;
}

.project-block .card-title {
    height: 1em;
    line-height: 1.7em;
}

.project-block .card-body {
    /*background-color: rgba(0, 0, 0, 0.3);*/
    border-radius: 0.8rem;
    /*text-shadow: -2px 0 #2b2b2b, 0 2px #2b2b2b, 2px 0 #2b2b2b, 0 -2px #2b2b2b;*/
    height: 90px;
}

.platform-button, .platform-button:hover {
    color: inherit;
    text-decoration: none;
}

.platform-button:hover {
    opacity: 0.6;
}

.project-block .card-body img {
    max-width: 50px;
    max-height: 50px;
}

.ask-text img {
    max-width:100% !important;

    width: auto !important;
    height: auto !important;;
}

.opacity-0 {
    opacity:0!important;
}
.opacity-1 {
    opacity:0.2!important;
}
.opacity-2 {
    opacity:0.4!important;
}
.opacity-3 {
    opacity:0.6!important;
}
.opacity-4 {
    opacity:.8!important;
}
.opacity-5 {
    opacity:1!important;
}

/* Maybe even support hover opacity shifts */
.opacity-0h5 {
    opacity:0!important;
    transition: opacity .25s ease-in-out!important;
    -moz-transition: opacity .25s ease-in-out!important;
    -webkit-transition: opacity .25s ease-in-out!important;
}
.opacity-0h5:hover {
    opacity:1!important;
}

/* BG ANIM */
.circle{
    position: absolute;
    border-radius: 50%;
    background: rgba(255,255,255,0.04);
    animation: ripple 15s infinite;
    box-shadow: 0px 0px 1px 0px #508fb9;
}

.circle_small{
    width: 200px;
    height: 200px;
    left: -100px;
    bottom: -100px;
}

.circle_medium{
    width: 400px;
    height: 400px;
    left: -200px;
    bottom: -200px;
}

.circle_large{
    width: 600px;
    height: 600px;
    left: -300px;
    bottom: -300px;
}

.circle_xlarge{
    width: 800px;
    height: 800px;
    left: -400px;
    bottom: -400px;
}

.circle_xxlarge{
    width: 1000px;
    height: 1000px;
    left: -500px;
    bottom: -500px;
}

.circle_shade1{
    opacity: 0.2;
}
.circle_shade2{
    opacity: 0.5;
}

.circle_shade3{
    opacity: 0.7;
}

.circle_shade4{
    opacity: 0.8;
}

.circle_shade5{
    opacity: 0.9;
}

@keyframes ripple{
    0%{
        transform: scale(0.8);
    }

    50%{
        transform: scale(1.2);
    }

    100%{
        transform: scale(0.8);
    }
}