body {
    /* height: 100vh; */
    font-size: 14px;
    font-family: 'Raleway', sans-serif;
    line-height: 1.8;
    color: #222;
    font-weight: 400;
    background-image: url("../images/bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-position: center center;
    margin: 0;
    /* display: flex;
    align-items: center;
    justify-content: center; */
}

h3 {
    font-size: 1.5rem !important;
}

.__year_label {
    background-color: lightseagreen;
    border-radius: 10px;
    padding: 0 10px 0 10px;
    color: white;
    font-size: 1rem;
}

hr {
    border: none;
    border-top: 0px solid #000;
    box-sizing: unset;
    height: 0;
}

.checklist div::before {
    content: '\2713';
    display: inline-block;
    margin-right: 5px;
    font-size: 18px;
    color: green;
}

.checklist .__unchecked::before {
    content: '\2715';
    color: red !important;
}

.checklist {
    padding-left: 8px;
    color: gray;
    font-size: 1rem;
}

.__sub {
    display: flex;
    align-items: center;
    justify-content: center;
}

.__sub button,
.__sub a {
    font-size: 1rem !important;
    padding: 5px;
    border-radius: 5px;
    background-color: transparent !important;
    color: #de127b !important;
    transition: all 0.3s ease-in-out !important;
    margin-top: 16px;
    margin-left: 16px;
    margin-right: 16px;
    width: 100%;
    border: solid 1px #de127b !important;
}

.__sub .btn:focus {
    box-shadow: 0 0 10px 0.25rem rgba(222, 18, 123, 0.2) !important;
}

.__sub button:hover,
.__sub a:hover {
    background-color: #de127b !important;
    color: white !important;
    transition: all 0.3s ease-in-out !important;
}

.col-lg-4 {
    padding: 8px;
}

.__title {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #de127b;
    font-weight: bold;
    font-size: 1.7rem;
}

.__hr_break {
    border-top: 1px solid lightgray;
    box-sizing: unset;
    height: 1px;
}

.close {
    padding: 0 !important;
    background: transparent !important;
    color: gray !important;
    border: none !important;
}

.close:hover {
    border: none !important;
}

.modal-footer .btn {
    background-color: #de127b !important;
    color: white !important;
    border: none !important;
}

/* #paymentSuccessModalLabel,
.modal-body {
    color: green;
} */