﻿.exam-badge-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.exam-badge {
    width: 220px;
    background: #fff;
    border-radius: 20px;
    border: 5px solid #fff;
    overflow: hidden;
    color: #616161;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
    cursor: initial;
    transition: all .2s ease-in-out;
}

.badge-header {
    background: linear-gradient(to bottom left, #8844e5, #0550f2);
    height: 130px;
    position: relative;
    /* border-radius: 25px 25px 120px 25px;*/
    border-radius: 100% 0% 100% 0% / 0% 50% 50% 100%;
    display: flex;
    flex-direction: column;
    /* align-items: center;
        justify-content: center;*/
    padding-top: 15px;
   /* text-align: center;
    padding: 20px 20px 10px 20px;*/
}

.exam-code {
    color: white;
    font-size: 20px;
    font-weight: 900;
    margin: 0 0 8px 0;
    text-shadow: 0 3px 6px rgba(0,0,0,0.3);
    line-height: 1;
}

.exam-title {
    color: white;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2;
    text-shadow: 0 2px 4px rgba(0,0,0,0.3);
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.exam-img-conatiner {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width:100%;
}


.badge-white-section {
    height: 100px;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
