/*
Theme Name: Abr.Host
Theme URI: http://pars.host
Author: Dade Afzar Karina
Author URI: http://KarinaCo.org
Description: Perfect HTML Theme that made by love!
Version: 1.0.0
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
*/

/*Demo of site*/

body {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    background-color: #efefef;
    color: #324047;
    min-height: 100vh;
    background: #eee;
}

h2,
h3,
h4,
h5,
h6 {
    font-weight: 900;
}

.check-list {
    margin: 16px 0;
}

.check-list li {
    position: relative;
    list-style-type: none;
    padding-left: 24px;
    margin-bottom: 12px;
}

.check-list li > a {
    color: #324047;
    transition: all 0.2s linear;
}

.check-list li > a:hover {
    color: #00a8a8;
    text-decoration: none;
}

.check-list li.complete:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 5px;
    height: 11px;
    border-width: 0 2px 2px 0;
    border-style: solid;
    border-color: #00a8a8;
    transform-origin: bottom left;
    transform: rotate(45deg);
}

.check-list li.pending:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 13px;
    height: 13px;
    background: url('demo/assets/icon/time-circle.svg');
    background-size: contain;
    top: 50%;
    margin-top: -7px;
}
