/* Add custom css code for builder front */



.template-list-hover .overbox {
    display: flex;
    background-color: #ffffffd4;
    box-sizing: border-box;
    justify-content: space-between;
    padding-top: 2%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffffd4 !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: opacity 0.5s, visibility 0.5s;
    opacity: 0;
}



.template-list-hover .button {
    font-size: 14px;
    color: #d9d9d9;
    text-align: center;
    border: none;
    cursor: pointer;
    line-height: 2.5;
    border-radius: 3px;
    color: #7c7878ad;
    font-size: 20px;
    text-transform: uppercase;
    padding: 5px 20px;
    font-weight: 550;
    text-shadow: 2px 1px 3px rgb(0 0 0 / 53%);
}


div#credential_picker_container {
    position: absolute !important;
    right: 0;
    left: auto !important;
    top: 55px !important;
}


