.template-base
{
    width: 100%;
    margin-bottom: 20px;
}

.template-base .header
{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0px;
    border-radius: 5px 5px 0px 0px;

}

.template-base .footer
{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0px;
    border-radius: 0px 0px 5px 5px;

}

.template-base a{
    text-decoration: none;
}

.template-base .btn-create{
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    display: block;
    cursor: pointer;
}

.template-base .btn-download{
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
    cursor: pointer;
}

.template-base .btn-share{
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    display: block;
    cursor: pointer;
}

.template-base .hr
{
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}

.template-base .template-content
{

    -webkit-user-select: none;
    -webkit-touch-callout: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center;


}

/* Template 1 */
.template-1 .header
{
    background-color: #f8f7a5;
    border-bottom: 1px solid #e0df88;
    font-size: 16px;
    font-weight: 600;
}

.template-1 .header a{
    color: #52520d;
    outline: none;
}

.template-1 .header a:hover{
    color: #121201;
}

.template-1 .footer
{
    background-color: #f8f7a5;
    border-top: 1px solid #e0df88;
    font-size: 12px;
    font-weight: 600;
}

.template-1 .footer a{
    color: #52520d;
    outline: none;
}

.template-1 .footer a:hover{
    color: #121201;
}

.template-1 .template-content
{
    padding:30px;
    background-color:white;
    border-radius: 0px 0px 0px 0px;
    font-size:1.4em;
    background-image: linear-gradient(#fffec6 , #ffff9a);
    text-align: left;
}

/* End Template 1 */

/* Template 4 */
.template-4 .header
{
    background-color: #f8f7a5;
    border-bottom: 1px solid #e0df88;
    font-size: 16px;
    font-weight: 600;
}

.template-4 .header a{
    color: #52520d;
    outline: none;
}

.template-4 .header a:hover{
    color: #121201;
}

.template-4 .footer
{
    background-color: #f8f7a5;
    border-top: 1px solid #e0df88;
    font-size: 12px;
    font-weight: 600;
}

.template-4 .footer a{
    color: #52520d;
    outline: none;
}

.template-4 .footer a:hover{
    color: #121201;
}

.template-4 .template-content
{
    padding:30px;
    background-color:white;
    border-radius: 0px 0px 0px 0px;
    font-size:1.4em;
    background-image: linear-gradient(#fffec6 , #ffff9a);
    text-align: left;
}

/* End Template 4 */

/* Template 5 */
.template-5 .header
{
    background-color: rgb(117, 254, 164);
    border-bottom: 1px solid #52be77;
    font-size: 16px;
    font-weight: 600;
}

.template-5 .header a{
    color: #52520d;
    outline: none;
}

.template-5 .header a:hover{
    color: #121201;
}

.template-5 .footer
{
    background-color: #c9fe9b;
    border-top: 1px solid #52be77;
    font-size: 12px;
    font-weight: 600;
}

.template-5 .footer a{
    color: #52520d;
    outline: none;
}

.template-5 .footer a:hover{
    color: #121201;
}

.template-5 .template-content
{
    padding:30px;
    background-color:white;
    border-radius: 0px 0px 0px 0px;
    font-size:1.4em;
    background-image: linear-gradient(#75fea4 , #dbff9a);
    text-align: left;
}

/* End Template 5 */

/* Template 6 */
.template-6 .header
{
    background-color: #ffac83;
    border-bottom: 1px solid #ffd9cb;
    font-size: 16px;
    font-weight: 600;
}

.template-6 .header a{
    color: #52520d;
    outline: none;
}

.template-6 .header a:hover{
    color: #121201;
}

.template-6 .footer
{
    background-color: #ffac83;
    border-top: 1px solid #ffd9cb;
    font-size: 12px;
    font-weight: 600;
}

.template-6 .footer a{
    color: #52520d;
    outline: none;
}

.template-6 .footer a:hover{
    color: #121201;
}

.template-6 .template-content
{
    padding:30px;
    background-color:white;
    border-radius: 0px 0px 0px 0px;
    font-size:1.4em;
    background-image: linear-gradient(#ffcab7 , #ff884c);
    text-align: left;
}

/* End Template 6 */