/* UGC css */

.thumbnail-card {
    transition: transform 0.2s;
}

.pss-font {
    font-family: bitFont;
    color: rgb(255,188,91);
}

.header-font-size {
    font-size: 3rem;
}

.info-text {
    font-size: 1.5rem;
    color: rgb(255,188,91);
}

.skin-title-size {
    font-size: 1.25rem;
    color: #fff;
}

.skin-type-size {
    font-size: 1.1rem;
    color: #fff;
}

.white-text {
    color: #fff;
}

.orange-text {
    color: rgb(255,188,91);
}

.breadcrumb {
    background-color: #222;
}

.btn-orange {
    background-color: #FFA500;
    border: none;
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    width: 100%;
}

.img-pixelated {
    image-rendering: pixelated;
}

.btn-card {
    width: 75px;
    font-size: .9rem;
}

.btn-card.btn-lift {
    width: 100px;
}

.btn-card-red {
    background-color: darkred;
}

.btn-card-orange {
    background-color: #FFA500;
    color: #FFF;
}

.btn-card-orange:disabled,
.btn-split:disabled,
.btn-form:disabled {
    background-color: #ddd;
    color: #222;
}
.col-custom {
    width: 20%;
}

.card-ugc {
    background: #222;
    padding: 0;
    width: 225px;
    border-radius: 5px;
    overflow: hidden;
    margin: 25px 0;
    height: 253px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    position: relative;
}

.resize-fill {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    flex-grow: 1;
}

/*.resize-fill img {
    flex-shrink: 0;
    min-width: 100%;
    height: 150px;
}*/

.form-inline {
    display: inline-block;
}

.btn-inline-width {
    width: 200px !important;
    margin-right: 10px;
}

.form-button-only {
    height: 25px;
}

.card-body {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0 10px 10px 10px;
}

.btn-delete {
    margin-left: auto;
}
.card-body-image {
    display: flex;
    justify-content: center;
    gap: 5px;
    padding: 0;
    position: absolute;
    bottom: 0;
}

.heart-icon {
    text-shadow: 0 0 0 #fff;
    color: #222;
}

.heart-icon-voted {
    color: #fff;
}

.room-info {

}

.like-info {
    /*    display: flex;
    align-items: center;
    justify-content: right;    */
    /*font-size: 1.5rem;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);*/
    float: right;
}

.like-info i {
    margin-left: auto;
    margin-right: 5px;
}

.like-text {
    margin: 0;
    float: right;
}


.header-text {
    padding: 10px;
    color: #FFF;
}

.card-ugc-new {
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='5' ry='5' stroke='white' stroke-width='2' stroke-dasharray='10' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
    border-radius: 5px;
    height: 250px;
    display: flex;
    align-items: stretch;
}

.card-sprite {
    height: 250px;    
}

.placeholder-new {
    height: 150px;
    background-color: #888;
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='5' ry='5' stroke='white' stroke-width='2' stroke-dasharray='10' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");    
}

.plus-new {
    font-size: 8rem;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    line-height: 150px;
}

.form-control[disabled] {
    background-color: #444 !important;
}

.input-ugc {
    background-color: #444;
    border-radius: 5px !important;
    border: 1px solid #aaa;
    color: #fff;
    width: 400px !important;
}

.text-area-ugc {
    background-color: #444;
    border-radius: 5px !important;
    border: 1px solid #aaa;
    color: #fff;
    resize: none;
    width: 400px !important;
}

.btn-orange.btn-form {
    width: 400px;
}

.form-ugc-size {
    font-size: 2rem;
    font-weight: lighter;
    height: 50px;
}

.form-index {
    position: relative;
    z-index: 99;
}

.hide-animation-sprite {
    display: none;
}

.hide-selected-animation-sprite {
    display: none;
}

.animation {
    position: relative;
    width: 250px;
}

.btn-play {
    position: absolute;    
    bottom: 0;
    left: 0;
}

.invalid-animation-text {
    font-size: .6rem;
}

.btn-clear {
    background: none;
    border: none;
}

.error-message,
.normal-message {
    font-size: 1.7rem;
}

.error-message {
    color: red;
}

.normal-message {
    color: red;
}

/* Guide css */
.guide-content {
    color: #fff;
    width: 100%;
}

.guide-content > p {
    margin: 25px auto;
}

.guide-content > img {
    margin: 0 auto;
    display: block;
    border: 2px solid #fff;
    border-radius: 10px;
}

.guide-content > img.small {
    max-width: 300px;
}


.guide-div,
.guide-content ~ .guide-content {
    margin: 50px auto;
}

.guide-info-card {
    background-color: #666;
    display: block;
    padding: 20px;
    border-radius: 10px;
}
