@import url('https://fonts.googleapis.com/css2?family=Eagle+Lake&display=swap');

html, body {
    font-family: "Eagle Lake", serif;
    font-weight: 400;
    font-style: normal;
    color: #ccc;
}

.rules-text{
    max-width: 800px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
    color: #e0e0e0;
    border: 16px solid transparent;
    border-image: url('/img/BorderTest2.png');
    border-image-slice: 64;
    border-image-repeat: stretch;
    border-radius: 16px;
    overflow: hidden;
    font-size: 16px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
    color: #e0e0e0;
    background-color: rgba(51, 51, 51, 0.7);
    padding: 0;
    margin: 0;
    outline: none;    
}

.form-wrapper {
    min-width: 800px;
    max-width: 1200px;
}

.home-headers {
    font-size: 40px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
    color: #e0e0e0;
    background-color: rgba(51, 51, 51, 0.0);
    padding: 0;
    margin: 0;
    outline: none;
}

.portrait-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.progress-bar {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: rgba(255, 0, 0, 0.5);
    width: 0%;
    transition: width 0.1s linear;
}

.custom-portrait {
    position: relative;
    box-sizing: border-box;
    font-size: 16px;
    border-radius: 16px;
    overflow: hidden;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    color: #e0e0e0;
    background-color: rgba(51, 51, 51, 0.7);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-portrait::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 16px solid transparent;
    border-image: url('/img/BorderTest2.png');
    border-image-slice: 64;
    border-image-repeat: stretch;
}

.custom-input {
    border: 16px solid transparent;
    border-image: url('/img/BorderTest2.png');
    border-image-slice: 64;
    border-image-repeat: stretch;
    border-radius: 16px;
    overflow: hidden;
    font-size: 16px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
    color: #e0e0e0;
    background-color: rgba(51, 51, 51, 0.7);
    padding: 0;
    margin: 0;
    outline: none;
}

.btn-C {
    border: 0;
    background-color: rgba(51, 51, 51, 0.0);
    padding: 0;
    margin: 0;
    outline: none;
}

.label-creation {
    text-align: center;
    width: 30%;
    font-size: 24px;
}

.label-creation-wide {
    text-align: center;
    width: 100%;
    font-size: 24px;
}

.label-creation-header {
    border: 0;
    border-radius: 16px;
    font-size: 30px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
    color: #e0e0e0;
    background-color: rgba(51, 51, 51, 0.0);
    padding: 0;
    margin: 0;
    outline: none;
}

.portraits-holder {
    width: 256px;
    height: 256px;
    display: flex;
    cursor: pointer;
    overflow: hidden;
    position: relative;
}

.portrait-holder {
    width: 384px;
    height: 384px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
    position: relative;
}

.file-input-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.placeholder-text {
    text-align: center;
    color: #777;
    font-size: 14px;
}

.profile-holder {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: center;
}

.custom-areaText {
    width: 100%;
    height: auto;
    overflow: hidden;
    border: 16px solid transparent;
    border-image: url('/img/BorderTest2.png');
    border-image-slice: 64;
    border-image-repeat: stretch;
    border-radius: 16px;
    font-size: 16px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
    color: #e0e0e0;
    background-color: rgba(51, 51, 51, 0.7);
    padding: 0;
    margin: 0;
    outline: none;
    min-height: 1rem;
}

.label-Button {
    border: 16px solid transparent;
    border-image: url('/img/BorderTest2.png');
    border-image-slice: 64;
    border-image-repeat: stretch;
    border-radius: 16px;
    overflow: hidden;
    font-size: 20px;
    color: #e0e0e0;
    background-color: rgba(51, 51, 51, 0.4);
    padding: 0;
    margin: 0;
    outline: none;
    white-space: nowrap;
    text-overflow: ellipsis;
}
