/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.single-thankyou .site-inner {
    max-width: 752px;
}

.single-thankyou .breadcrumb,
.single-thankyou .entry-meta,
.single-thankyou .sidebar {
	display: none;
}

.single-thankyou ul.tick li {
    list-style: none;
    margin-bottom: 25px;
}

.single-thankyou ul.tick li:before {
    filter: invert(49%) sepia(63%) saturate(6163%) hue-rotate(14deg) brightness(108%) contrast(105%);
}

.single-thankyou ul.tick li:before {
    list-style: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='currentColor' class='bi bi-check2-square' viewBox='0 0 20 20'%3E%3Cpath d='M3 14.5A1.5 1.5 0 0 1 1.5 13V3A1.5 1.5 0 0 1 3 1.5h8a.5.5 0 0 1 0 1H3a.5.5 0 0 0-.5.5v10a.5.5 0 0 0 .5.5h10a.5.5 0 0 0 .5-.5V8a.5.5 0 0 1 1 0v5a1.5 1.5 0 0 1-1.5 1.5H3z'/%3E%3Cpath d='m8.354 10.354 7-7a.5.5 0 0 0-.708-.708L8 9.293 5.354 6.646a.5.5 0 1 0-.708.708l3 3a.5.5 0 0 0 .708 0z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: left 3px;
    background-size: 30px;
    padding: 0 0 0 40px;
    width: 30px;
    height: 30px;
    position: absolute;
    content: '';
    margin-left: -40px;
}

.single-thankyou ul.tick li p {
    top: -4px;
    position: relative;
}

.single-thankyou ul.tick li p {
    top: -4px;
    position: relative;
}