@font-face {
    font-family: 'Poppins';
    src: url('/static/fonts/Poppins-ExtraLight.ttf') format('woff2');
}

* {
    font-family: Poppins;
}

body {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;

    background: rgb(85,85,85);
    background: radial-gradient(circle, rgba(85,85,85,1) 0%, rgba(76,76,76,1) 50%, rgba(102,102,102,1) 100%);
    background-repeat: no-repeat;
    background-attachment: fixed;

    color: white;
}

h1 {
    font-weight: 300;
    line-height: 1.2;
    font-size: 22px !important;
}

.flipped {
    transform: scaleX(-1);
}

#results {
    transform: scaleX(-1);
}

.center-face {
    width: 180px;
    height: 267px;
    position: absolute;
    top: 68px;
    right: 168px;
    border-radius: 80px;
    border: 4px dashed rgba(0, 195, 255, 0.5);
    z-index: 99999;
}

.modal-ku {
    width: 515px !important;
    margin: auto !important;
}

.Imgreco {
    width: 13rem;
    margin-bottom: 2rem;
}

.header {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
}

.modal-content {
    border-radius: 0 !important;
}

.swal-footer {
    text-align: center !important;
}

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

.container_button_modal {
    position: absolute;
    left: 0rem;

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;

    margin-top: 2rem;
    width: 100%;
}

.btn_close_modal {
    position: absolute;
    top: -1.5rem;
    left: 96%;

    width: 2.5rem;
    height: 2.5rem;

    padding: .8rem 1rem !important;
    
    background-color: #5d5d5f !important;
    border: 2px solid white !important;
    border-radius: 2rem;
    
    color: white !important;
    opacity: 1 !important;
    
    box-shadow: -13px 12px 40px #414141 !important;

    line-height: 1;
    text-shadow: 0 0px 0 #fff;
}

.close_x {
    position: absolute;
    top: 1.05px;
    left: 9px;

    font-size: 34px;
}

.btn_content {
    display: flex !important;
    justify-content: center;
    align-items: center;
    gap: .8rem;
}

.btn_take_picture {
    width: 15.5rem !important;
    min-width: max-content;

    padding: 1rem .8rem !important;

    background-color: #ff8000 !important;
    border: 1px solid #ff8000 !important;

    font-size: 20px;
    font-weight: bold !important;
    color: white;
}

#retakephoto {
    width: 100% !important;

    background-color: #555555 !important;
    border: 1px solid #7b7b7b !important;
    color: #9f9f9f;
    font-weight: bold !important;
}

#uploadphoto {
    width: 100% !important;

    background-color: #087bfd !important;
    border: 1px solid #087bfd !important;
    color: white;
    font-weight: bold !important;
}

.swal-button {
    width: 152px !important;
    background-color: #007bff !important;
    border-radius: 0;
}

.swal-modal {
    border-radius: 0;
}

.fade.show {
    background: rgb(85,85,85);
    background: radial-gradient(circle, rgba(85,85,85,1) 0%, rgba(76,76,76,1) 50%, rgba(102,102,102,1) 100%);
    background-repeat: no-repeat;
    background-attachment: fixed;
    opacity: 1;
}

.modal-body {
    box-shadow: 0px 0px 42px #333333;
}

.section-container {
    display: flex;
    flex-flow: column;

    justify-content: center;
    align-items: center;

    padding-top: 4rem;
}

.icon {
    width: 1.95rem;
}

.svg-white {
    filter: invert(1);
}

.svg-gray {
    filter: brightness(0) saturate(100%) invert(87%) sepia(1%) saturate(316%) hue-rotate(314deg) brightness(77%) contrast(72%);
}