
* {
    box-sizing: border-box;
}

html {
    background: #414141;
}

body {
    color: #545454;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
}

.m-top {
    margin-top: 1rem;
}

.m-bottom {
    margin-bottom: 1rem;
}

.m-auto {
    margin: auto;
}

.block {
    display: block;
}

.center-text {
    text-align: center;
}

.bigger-font {
    font-size: 1.2rem;
}

.bigger-bigger-font {
    font-size: 1.4rem;
}

.pink-text {
    color: #f72e96;
}

.red-text {
    color: #f7434c;
}

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

hr.pink {
    border-bottom: 1px solid #f72e96;
}

img#girl {
    max-height: 60px;
}

img#webcam {
    max-height: 60px;
}

@keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: .2;
    }
    100% {
        opacity: 1;
    }
}

.blink {
    animation: blink 2s infinite;
}

h1 {
    margin-top: 0.3em;
    margin-bottom: 0.5em;
    font-size: 1.3em;
    padding: 0.4em;
    border-radius: 0.3em;
    background: rgb(228,104,93);
    background: -moz-linear-gradient(90deg, rgba(228,104,93,1) 0%, rgba(255,255,255,1) 80%);
    background: -webkit-linear-gradient(90deg, rgba(228,104,93,1) 0%, rgba(255,255,255,1) 80%);
    background: linear-gradient(90deg, rgba(228,104,93,1) 0%, rgba(255,255,255,1) 80%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e4685d",endColorstr="#ffffff",GradientType=1);    color: #fff;
}

a {
    color: #e4685d;
    text-decoration: none;
}

a.hidden {
    visibility: hidden;
}

a:hover {
    text-decoration: none;
}

a.back {
    display: block;
    font-weight: bold;
    text-align: center;
    font-size: 1.2rem;
    margin-top: 1rem;
    background-color: #fafafa;
    border-radius: 5px;
    padding: 1em;
    transition-duration: .5s;
}

a.back:hover {
    background-color: #d2d1d1;
}

#head-img {
    border-top-left-radius: 0.3em;
    border-top-right-radius: 0.3em;
    display: block;
}

#layout {
    border-radius: 5px;
    margin: 2rem auto 2rem auto;
    width: 1000px;
    background: #fff;
}

#main {
    display: flex;
}

.emote {
    max-height: 16px;
    max-width: 16px;
}

.girl-container {
    display: flex;
    width: 100%;
    padding: 0.8em;
    background: #fbf3fb;
    border-radius: 5px;
    font-size: 0.9em;
    transition-duration: .5s;
    position: relative;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    opacity: 0;
    animation: fadeIn 1s forwards;
}

.girl-container .hot {
    position: absolute;
    right: 0px;
    top: 15px;
    font-weight: bold;
    font-size: 1.3rem;
    transform: rotate(20deg);
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
/*
.girl-container.online {
    border-left: 4px solid #4cd06f;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}*/

.girl-container >* h2 {
    margin-bottom: 0;
}

.girl-container:not(:last-of-type) {
    margin-bottom: 1rem;
}

.girl-container:hover {
    background: #ffdeff;
}

.girl-description {
    padding-left: 10px;
    border-left: 1px solid #e6e6e6;
    width: 100%;
}

.girl-description > .inner {
    border-radius: 5px;
    background-color: #f7e7ec;
    padding: 15px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); 
}

.you-will-never-see {
    border-radius: 5px;
    background-color: #f7e7ec;
    padding: 15px;
}

#navbar {
    margin-top: 0;
    padding: 0;
    min-width: 140px;
    text-align: center;
}

#navbar > .item {
    padding: 0.5em;
    width: 100%;
    display: block;
    transition-duration: .5s;
    border-left: #fff 3px solid;
    border-right: #fff 3px solid;
}

#navbar > .item:hover {
    background: rgb(230,230,230);
    background: -moz-linear-gradient(90deg, rgba(230,230,230,1) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(230,230,230,1) 0%, rgba(255,255,255,1) 100%);
    background: linear-gradient(90deg, rgba(230,230,230,1) 0%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e6e6e6",endColorstr="#ffffff",GradientType=1);    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e6e6e6",endColorstr="#ffffff",GradientType=1);
    border-left: #e4685d 3px solid;
    border-right: #e4685d 3px solid;
}

#navbar > .item-active {
    background: rgb(230,230,230);
    background: -moz-linear-gradient(90deg, rgba(230,230,230,1) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(230,230,230,1) 0%, rgba(255,255,255,1) 100%);
    background: linear-gradient(90deg, rgba(230,230,230,1) 0%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e6e6e6",endColorstr="#ffffff",GradientType=1);   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e6e6e6",endColorstr="#ffffff",GradientType=1);
    border-left: #e4685d 3px solid;
    border-right: #e4685d 3px solid;
    width: 100%;
    display: block;
    padding: 0.5em;
    font-weight: bold;
}

.infobox {
    padding: 1rem;
    margin-bottom: 1rem;
    background-color: #fbf3fb;
    border-radius: 5px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); 
}

.comment-title {
    font-size: 0.85em;
    display: block;
    margin-bottom: 0.5em;
    padding-bottom: 0.3em;
    border-bottom: 2px solid #ecc6d8;
}

.comment-box {
    padding: 1rem;
    margin-top: 1rem;
    background-color: #fbf3fb;
    width: 100%;
    border-radius: 5px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); 
}

.comment-date-at-highlight {
    background: #e8bae8;
    padding: 0.2em;
    color: #fff;
    border-radius: 0.5em;
    font-weight: bold;
}

#leave-review-text {
    background: #e8bae8;
    border-radius: 0.3em;
    padding: 0.5em;
    font-size: 1.1em;
    font-weight: bold;
    color: #fff;
}

#content {
    padding-left: 0.7em;
    padding-right: 0.7em;
    padding-bottom: 0.7em;
    border-left: 1px solid #e6e6e6;
    width: 100%;
}

#preview-img {
    background-color: #c7c7c7;
    border-radius: 5px;
    padding: 15px;
    display: inline-block;
}

#preview-img > img {
    border-radius: 5px;
    max-width: 100%;
    display: block;
}

textarea.blur {
    width: 100%;
    height: 150px;
    max-height: 150px;
    filter: blur(4px);
}

.camcont {
    display: flex;
    width: 100%;
    min-height: 200px;
    max-width: 200px;
    max-height: 250px;
    padding-right: 5px;
}

.girl-img {
    max-height: 90%;
    min-width: 90%;
    margin: auto;
    border-radius: 5px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); 
    transform: rotate(-2deg);
    transition: transform 0.5s ease;
    z-index: 999;
}

.girl-img:hover {
    transform: rotate(-2deg) scale(1.6);
    border: 3px solid #e8bae8;
}

ul {
    list-style-type: none;
    padding: 0;
}

li {
    background-color: #f7e7ec;
    margin: 10px 0;
    padding: 5px;
    border-radius: 8px;
    font-family: Arial, sans-serif;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

li::before {
    content: "•";
    color: #ff6347;
    font-size: 20px;
    padding-right: 10px;
}

.status {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 10px;
    left: 10px;
    font-size: .9rem;
}

.status-symbol {
    width: 10px;
    height: 10px;
    background-color: #32a852;
    border-radius: 50%;
    margin-right: 8px;
    animation: pulse-green 1.5s infinite;
}

.status-symbol-yellow {
    width: 10px;
    height: 10px;
    background-color: #e6c200;
    border-radius: 50%;
    margin-right: 8px;
    animation: pulse-yellow 1.5s infinite;
}

@keyframes pulse-green {
    0% {
        transform: scale(1);
        background-color: #32a852;
        box-shadow: 0 0 5px #32a852;
    }
    50% {
        transform: scale(1.2);
        background-color: #4ed879;
        box-shadow: 0 0 15px #4ed879;
    }
    100% {
        transform: scale(1);
        background-color: #32a852;
        box-shadow: 0 0 5px #32a852;
    }
}

@keyframes pulse-yellow {
    0% {
        transform: scale(1);
        background-color: #e6c200;
        box-shadow: 0 0 5px #e6c200;
    }
    50% {
        transform: scale(1.2);
        background-color: #ffd700;
        box-shadow: 0 0 15px #ffd700;
    }
    100% {
        transform: scale(1);
        background-color: #e6c200;
        box-shadow: 0 0 5px #e6c200;
    }
}

.button-red {
    -moz-box-shadow:inset 0px 39px 0px -24px #e67a73;
    -webkit-box-shadow:inset 0px 39px 0px -24px #e67a73;
    box-shadow:inset 0px 39px 0px -24px #e67a73;
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #e4685d), color-stop(1, #eb675e));
    background:-moz-linear-gradient(top, #e4685d 5%, #eb675e 100%);
    background:-webkit-linear-gradient(top, #e4685d 5%, #eb675e 100%);
    background:-o-linear-gradient(top, #e4685d 5%, #eb675e 100%);
    background:-ms-linear-gradient(top, #e4685d 5%, #eb675e 100%);
    background:linear-gradient(to bottom, #e4685d 5%, #eb675e 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e4685d', endColorstr='#eb675e',GradientType=0);
    background-color:#e4685d;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius:4px;
    border:1px solid #ffffff;
    display:inline-block;
    cursor:pointer;
    color:#ffffff;
    font-family:inherit;
    font-size:18px;
    font-weight:bold;
    padding:11px 34px;
    text-decoration:none;
    text-shadow:0px 1px 0px #b23e35;
    min-width: 300px;
    max-width: 300px;
}
.button-red:hover {
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #eb675e), color-stop(1, #e4685d));
    background:-moz-linear-gradient(top, #eb675e 5%, #e4685d 100%);
    background:-webkit-linear-gradient(top, #eb675e 5%, #e4685d 100%);
    background:-o-linear-gradient(top, #eb675e 5%, #e4685d 100%);
    background:-ms-linear-gradient(top, #eb675e 5%, #e4685d 100%);
    background:linear-gradient(to bottom, #eb675e 5%, #e4685d 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#eb675e', endColorstr='#e4685d',GradientType=0);
    background-color:#eb675e;
    text-decoration:none;
}
.button-red:active {
    position:relative;
    top:1px;
}

.button-contact {
    -moz-box-shadow:inset 0px 1px 0px 0px #fbafe3;
    -webkit-box-shadow:inset 0px 1px 0px 0px #fbafe3;
    box-shadow:inset 0px 1px 0px 0px #fbafe3;
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ff5bb0), color-stop(1, #ef027d));
    background:-moz-linear-gradient(top, #ff5bb0 5%, #ef027d 100%);
    background:-webkit-linear-gradient(top, #ff5bb0 5%, #ef027d 100%);
    background:-o-linear-gradient(top, #ff5bb0 5%, #ef027d 100%);
    background:-ms-linear-gradient(top, #ff5bb0 5%, #ef027d 100%);
    background:linear-gradient(to bottom, #ff5bb0 5%, #ef027d 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bb0', endColorstr='#ef027d',GradientType=0);
    background-color:#ff5bb0;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
    border:1px solid #ee1eb5;
    display:inline-block;
    cursor:pointer;
    color:#ffffff;
    font-family:inherit;
    font-size:15px;
    font-weight:bold;
    padding:10px 50px;
    text-decoration:none;
    text-shadow:0px 1px 0px #c70067;
    text-align: center;
    width: 100%;
}
.button-contact:hover {
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ef027d), color-stop(1, #ff5bb0));
    background:-moz-linear-gradient(top, #ef027d 5%, #ff5bb0 100%);
    background:-webkit-linear-gradient(top, #ef027d 5%, #ff5bb0 100%);
    background:-o-linear-gradient(top, #ef027d 5%, #ff5bb0 100%);
    background:-ms-linear-gradient(top, #ef027d 5%, #ff5bb0 100%);
    background:linear-gradient(to bottom, #ef027d 5%, #ff5bb0 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ef027d', endColorstr='#ff5bb0',GradientType=0);
    background-color:#ef027d;
    text-decoration: none;
}
.button-contact:active {
    position:relative;
    top:1px;
} 

.button-form {
    -moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
    -webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
    box-shadow:inset 0px 1px 0px 0px #ffffff;
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #f6f6f6));
    background:-moz-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
    background:-webkit-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
    background:-o-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
    background:-ms-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
    background:linear-gradient(to bottom, #ffffff 5%, #f6f6f6 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0);
    background-color:#ffffff;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
    border:1px solid #dcdcdc;
    display:inline-block;
    cursor:pointer;
    color:#666666;
    font-family:inherit;
    font-size:15px;
    font-weight:bold;
    padding:6px 40px;
    text-decoration:none;
    text-shadow:0px 1px 0px #ffffff;
    text-align: center;
}
.button-form:hover {
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f6f6f6), color-stop(1, #ffffff));
    background:-moz-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
    background:-webkit-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
    background:-o-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
    background:-ms-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
    background:linear-gradient(to bottom, #f6f6f6 5%, #ffffff 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#ffffff',GradientType=0);
    background-color:#f6f6f6;
    text-decoration: none;
}
.button-form:active {
    position:relative;
    top:1px;
}

input[type=text], select {
    width: 400px;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
}