.em-btn-red{
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    background: #E01A21;
    padding: 0.375rem 0.75rem;
    transition-duration: 0.4s;
    border: 1px solid #E01A21;
    border-radius: 8px;
}

.em-btn-red:hover{
    color: white;
    background: #b0151b;
    text-decoration: none;
}
.em-btn-red:disabled{
    background: #A9A9A9;
    border: none;
    color: white;
}

.em-btn-white{
    display: flex;
    justify-content: center;
    align-items: center;
    color: black;
    background-color: white;
    padding:0.375rem 0.75rem;
    transition-duration: 0.4s;
    border: 1px solid #DADCE0;
    border-radius: 8px;
}

.em-btn-white:hover{
    color: white;
    background: #DADCE0;
    text-decoration: none;

}
.em-border{
    border-radius:6px; 
    border:solid 1px #CCCCCC;
}

.em-disabled{
    background-color: #e9ecef;
}

@media screen and (max-width: 450px){
    .em-btn-size{
        width: 100%;
        margin-top: 1rem;
    }
    .em-mt1{
        margin-top: 1rem;
    }
    .em-flex-fill{
        flex: 1 1 auto;
    }
}

/* --------------------------------css for login----------------------------- */
.em-logo-mobile-login{
    display: none;
}
@media screen and (max-width:450px){
    .em-logo-mobile-login{
        display: block;
        margin: auto;
        max-width: 80%;
    }
    .em-disable{
        display: none;
    }
    .em-card-login{
        width: 95%;

    }
}

/* --------------------------------css for reset password----------------------------- */

.em-margin-reset{
    margin-left:50px; 
    margin-right:50px; 
    margin-top:20px;
}

.em-back-reset{
    display: none;
}

@media screen and (max-width:450px){
    .em-back-reset{
        position: static;
        width: 24px;
        height: 24px;
        left: 0px;
        top: 6px;
        transform: translateY(56px);
        display: block; 
        color: #3e3e3e;
        text-decoration: none;
        z-index: 1;
    }
    .em-p{
        padding: 50px;

    }
    .em-margin-reset{
        margin-left: 10px;
        margin-right: 10px;
    }
    .em-card-reset{
        margin-right: 0px;
    }
}

/* --------------------------------css for register----------------------------- */

.em-nav-regis{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    background-color: white;
    padding: 16px;
    height: 72px;
    width: 100%;
    top: 0;
}

.em-regis-head{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px;
    margin-bottom: 20px;
}

.em-numpage-regis{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 52px;
    height: 52px;
    background: #E01A21;
    border-radius: 100px;
    color: white;
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    margin: 13px 0px;
}

.em-regis-head h5{
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
}

.em-regis-title{
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    text-align: center;
}

/* --------------------------------css for sidebar----------------------------- */

.em-logo{
    display: block;
}
.em-logo-mobile{
    display: none;
}

#em-hamburger-lines{
    display: none;    
}


@media screen and (max-width:450px){
    #em-hamburger-lines{
        display: flex;
    }

    .em-sidebar{
        width: 100%;
        padding-top: 0;
        height: 72px;
        border-bottom: 1px solid  #DADCE0;
        z-index: 3;
    }
    .em-sidebar-menu{
        transform: translate(-150%);
        transition: transform 0.5s ease-in-out;
        position: fixed;
        background-color: white ;
        width: 80%;
        padding right: 100px;
        max-height: 90%;
        overflow: auto;
        margin-top: 72px;
        z-index: 3;
    }

    .em-link-logo{
        position: absolute;
        width: 135.11px;
        height: 35px;
        left:-12px;
        top: 18px;
        z-index: 2;
    }

    #close-nav{
        display:none;
    }


    .em-logo{
        display: none;

    }

    .em-logo-mobile{
        display: block;
        width: 100%;
    }

    }

    .em-checkbox {
        position: fixed;
        display: block;
        height: 32px;
        width: 32px;
        top: 15px;
        right: 15px;
        z-index: 5;
        opacity: 0;
        cursor: pointer;
    }
    .em-hamburger-lines {

        display: block;
        height: 12px;
        width: 20px;
        position: fixed;
        top: 25px;
        right: 16px;
        z-index: 2;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .em-hamburger-lines .em-line {
        display: block;
        height: 2px;
        width: 100%;
        border-radius: 10px;
        background: #0e2431;
    }
    .em-hamburger-lines .em-line1 {
        transform-origin: 0% 0%;
        transition: transform 0.4s ease-in-out;
    }
    
    .em-hamburger-lines .em-line2 {
        transition: transform 0.2s ease-in-out;
    }

    .em-hamburger-lines .em-line3 {
        transform-origin: 0% 100%;
        transition: transform 0.4s ease-in-out;
    }
    .em-sidebar input[type="checkbox"]:checked ~ .em-sidebar-menu {
        transform: translateX(-10px);
    }
    .em-sidebar input[type="checkbox"]:checked ~ .em-filter-brightnes {
        transform: translateX(-10px);
    }
    .em-sidebar input[type="checkbox"]:checked ~ .em-hamburger-lines .em-line1 {
        transform: rotate(45deg) translate(-2px,-3px);
    }

    .em-sidebar input[type="checkbox"]:checked ~ .em-hamburger-lines .em-line2 {
        transform: scaleY(0);
    }

    .em-sidebar input[type="checkbox"]:checked ~ .em-hamburger-lines .em-line3 {
        transform: rotate(-45deg) translate(1px, 0);
    }
}

/* --------------------------------css for main navbar----------------------------- */

@media screen and (max-width: 450px){
    .em-main-nav{
        display: flex;
        flex-direction: row;

    }
}

/* --------------------------------css for event----------------------------- */

#em-judul-event{
    font-weight:bold; 
    font-size:20px;
}

@media screen and (max-width: 450px){
    .em-event-search{
        margin: 16px 0;
    }
    #em-event-input-group{
        margin: 0;
    }
    .em-event-btn {
        background: #E01A21;
        border-radius: 10px;
        height: auto;
        width: 100%;
        display: flex;
        align-items: center;
        text-align: center;
        padding-top: 12px;
        padding-bottom: 12px;
        margin-bottom: 15px;
    }
    #em-none{
        display: none;
    }

    .em-event-type, .em-event-sort{
        max-width: 50%;
        margin-bottom: 16px;
        border: 1px solid transparent;
        border-radius: 50%;
    }
    .em-event-type{
        float: right;
    }
    .em-event-sort{
        float: left;
    }
    #em-judul-event{
        font-weight: bold;
        font-size: 16px;
    }
}

/* --------------------------------css for create event----------------------------- */

.em-type-category{
    max-height: 200px;
}
.em-create-next-footer{
    background:#FFF; 
    height:80px; 
    padding-top:15px; 
    padding-left:40px; 
    padding-right:115px; 
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23); 
    position: fixed; 
    bottom: 40px; 
    width: 100%; 
    z-index:2;
}

.em-create-event-now-btn{
    margin-left: 22px;
}

@media screen and (max-width: 450px){
    .em-type-category{
        max-height: 300px;
    }
    .em-mt-22{
        margin-top: 22px;
    }
    .em-create-next-footer{
        height: auto;
        bottom: 66px;
        padding-right: 0;
        padding-left: 0;
        padding: 15px;
    }
    .em-create-event-now-btn{
        margin-top: 12px;
    }
    
}
/* --------------------------------css for create certif----------------------------- */

.em-participant-name{
    position: relative; 
    top: 28%; 
    left: 10%; 
    border:dashed 2px #999999; 
    height:7%; 
    width:70%; 
    text-align:left;
    font-weight:bold; 
    font-size: 1vw;
}
.em-participant-name-p{
    position: relative; 
    top: 22%; 
    margin: auto; 
    border:dashed 2px #999999; 
    height:7%; 
    width:70%; 
    text-align:center;
    font-weight:bold; 
    font-size: 1vw;
}

.em-event-title{
    position: relative; 
    top: 48%; 
    left: 10%; 
    border:dashed 2px #999999; 
    height:15%; 
    width:40%; 
    text-align:left;
    font-weight:bold; 
    font-size: 1vw;
}
.em-event-title-p{
    position: relative; 
    top: 38%; 
    left: 29.5%; 
    border:dashed 2px #999999; 
    height:15%; 
    width:40%; 
    text-align:left;
    font-weight:bold; 
    font-size: 1vw;
}
.em-date-location{
    position: relative; 
    top: 26%; 
    left: 62.5%; 
    height:7%; 
    width: 30%;
    text-align:center;
    font-size: 1.3vw;
}
.em-date-location-p{
    position: relative; 
    top: 42%; 
    left: 35%; 
    height:7%; 
    width: 30%;
    text-align:center;
    font-size: 1.3vw;
}
.em-signed-certificate{
    position: relative;
    top: 26.4%;
    left: 68%;
    height: 10%;
    width: 20%;
    font-size: 1vw;
    text-align: center;
}
.em-signed-certificate-p{
    position: relative;
    top: 40%;
    left: 41%;
    height: 10%;
    width: 20%;
    font-size: 1vw;
    text-align: center;
}
.em-profession-certificate{
    position: relative;
    top: 20%;
    left: 68%;
    height: 10%;
    width: 20%;
    font-size: 1vw;
    text-align: center;
}
.em-profession-certificate-p{
    position: relative;
    top: 32%;
    left: 41%;
    height: 10%;
    width: 20%;
    font-size: 1vw;
    text-align: center;
}
.em-logo1{
    position: relative;
    top: 8%;
    left: 80%;
    height: 13%;
    width: 13%;
    text-align: center;

}
.em-logo1-custom-p{
    position: relative;
    top: 6%;
    left: 54%;
    height: 5%;
    width: 15%;
    text-align: center;
    font-size: 1vw;

}
.em-logo1-custom{
    position: relative;
    top: 12%;
    left: 54%;
    height: 6%;
    width: 13%;
    text-align: center;
    font-size: 1vw;

}
.em-logo2{
    position: relative;
    top: 8%;
    left: 45%;
    height: 13%;
    width: 13%;
    text-align: center;
}
.em-logo2-custom{
    position: relative;
    top: 6%;
    left: 74%;
    height: 6%;
    width: 13%;
    text-align: center;
    font-size: 1vw;
}
.em-logo2-custom-p{
    position: relative;
    top: 1%;
    left: 74%;
    height: 5%;
    width: 15%;
    text-align: center;
    font-size: 1vw;
}

.em-logo3-l{
    position: relative;
    top: 24%;
    left: 69%;
    height: 16%;
    width: 17%;
    text-align: center;
    font-size: 1vw;
}
.em-logo3-p{
    position: relative;
    top: 39%;
    left: 42%;
    height: 11%;
    width: 17%;
    text-align: center;
    font-size: 1vw;
}

@media screen and (max-width: 450px){
    .em-participant-name{
        font-size: 1.5vw;
    }
    .em-event-title{
        font-size: 1.5vw;
    }
    .em-signed-certificate{
        top: 25%;
        left: 67%;
    }
    .em-profession-certificate{
        top: 18%;
        left: 67%;
    }
    .em-logo1{
        left: 73%;
    }
    .em-logo2{
        left: 40%;
    }
    .em-logo3-l{
        left: 68%;
        top: 23%;
        height: 17%;
        width: 18%;
    }
}

/* --------------------------------css for detail event----------------------------- */

.em-shortlink-form{
        border-left:0px; 
        padding:6px; 
        border-top:solid 1px #CCCCCC; 
        border-bottom:solid 1px #CCCCCC;
        border-right:solid 1px #CCCCCC; 
        border-radius:0 4px 4px 0; 
        margin-left:-10px; 
        width:74%;
}

.em-shortlink-form1{
    width: 26%;
}

@media screen and (max-width: 450px){
    .em-footer-banner{
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    .em-footer-banner-btn{
        color: #3E3E3E;
        background-color: white;
        border: 1px solid #DADCE0;
        font-family: Poppins;
        font-style: normal;
        font-weight: bold;
        font-size: 18px;
        line-height: 27px;
    }
    .em-footer-transform{
        transform: translateY(-20px);
    }
        .em-footer-transform-2{
        transform: translateY(-40px);
    }
        .em-footer-transform-3{
        transform: translateY(-60px);
    }
    .em-view-voucher{
        overflow-y: auto; 
        padding-bottom: 20px
    }
    .em-shortlink-form{
        border-left:0px; 
        padding:6px; 
        border-top:solid 1px #CCCCCC; 
        border-bottom:solid 1px #CCCCCC;
        border-right:solid 1px #CCCCCC; 
        border-radius:0 4px 4px 0; 
        margin-left:-10px; 
        width:110%;
    }
    .em-shortlink-footer{
        display: flex;
        justify-content: space-between;
    }
    .em-shortlink-btn{
        width: 48%;
        margin-top: 16px ;
    }
    .em-shortlink-save{
        background-color: #E01A21;
    }
    .em-row{
        display: flex;
        flex-direction: row;
    }
    .em-switch-btn{
        position: absolute;
        right: 15px;
        top: 30px;
        z-index: 1;
    }
    .em-voucher-header{
        padding-right: 65px;
    }
    .em-trash-logo{
        display: flex;
        justify-content: space-between;
        margin: 20px;
    }
    .em-justify-center{
        display: flex;
        justify-content: center;
        margin-top: 10px;
    }
    .em-shortlink-form1{
    width: auto;
    }
}


/* --------------------------------css for dashboard----------------------------- */

.em-image-review{
    width:140px; 
    padding:4px; 
    border:solid 1px #CC0000; 
    border-radius:6px; 
    margin-right:6px;
    margin-bottom: 6px;
}
.em-image-profile-review{
    border-radius: 50%; 
    width:120px; 
    height: 120px;
}

@media screen and (max-width: 450px){
    .em-col{
        display: flex;
        flex-direction: column;
    }
    .em-col-reverse{
        display: flex;
        flex-direction: column-reverse;
    }
    .em-border-bottom{
        border-bottom: 1px solid #DADCE0;
    }
    .em-image-review{
        width: 100px;
    }
    .em-image-profile-review{
        width: 70px;
        height: 70px;
    }

}



/* --------------------------------css for attendance----------------------------- */

.em-btn-download{
    display:  flex;
    align-items: center;
    justify-content: center;
}
.em-view-attendance-footer{
    padding-left:330px; 
    padding-top:12px;
}
.em-footer-attendance{
    background:#FFF; 
    height:80px; 
    padding-top:15px; 
    padding-left:0px; 
    border-top: 5px solid #DADCE0; 
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23); 
    position: fixed; 
    bottom: 40px; 
    width: 100%;
}
@media screen and (max-width: 450px){
    .em-footer-attendance{
        width: 104%;
        height: 100px;
    }
    .em-none{
        display: none;
    }
    .em-naik{
        transform: translateY(-100px);
    }
    .em-btn-download{
        display:  flex;
        align-items: center;
        justify-content: center;
    }
    .em-view-attendance-footer{
        padding: 12px;
        padding-top: 10px;
        font-size: 3vw;
    }
    .em-view-attendance-download-btn{
        margin-top: 15px;
        width: 100%;
    }
}


/* --------------------------------css for report analyst----------------------------- */

.em-border-grafik{
    border-radius:6px; 
    border:solid 1px #CCCCCC; 
}