.payment_success {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-bottom: 1px solid #e1e1e2;
    width: 100%;
    padding: 50px 0px;
}

.payment_success h2 {
    color: #00b050;
}

.payment_success h3 {
    margin-top: 20px;
}

h1 {
    margin: 60px;
}

.download_body {
    display: flex;
    max-width: 1000px;
    flex-direction: row;
    align-items: center;
    height: 100%;
    padding-bottom: 20px;
}

.download_body > * {
    margin: 0px 30px;
}

ul li {
    margin: 5px 0px;
}

.cmsg {
    margin-top: 30px;
}

.download_container {
    margin: 30px;
    display: flex;
    align-items: center;
    justify-self: end;
}

.download_button {
    border-radius: 10px;
    font-size: 16px;
    padding: 13px 22px;
    background: #0039df;
    width: auto;
    margin-left: 20px;
    color: #fff;
    cursor: pointer;
    text-decoration: unset;
    display: flex;
    gap: 15px;
    font-weight: 600;
    align-items: center;
}

.download_button:hover {
    background: #002cad;
}

.download_button_icon {
	height: 15px;
	filter: invert(1);
}

.right {
    align-self: start;
}

.warning_msg {
    width: 800px;
    color: #c50000;
    font-weight: 500;
    justify-self: end;
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 14px;
}

.tmsg {
    margin-bottom: 60px;
    font-size: 14px;
    margin-top: 10px;
}



/*        Requirements        */
.title_message {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 40px
}

.requirements_body .list_checkbox {
    display: none;
    width: 45px;
}
.requirements_body .list_checkbox.active {
    display: block;
}

.requirements_body .list_icon {
    width: 35px;
    margin: 5px 15px;
    margin-right: 5px;
}

.requirements_body .list {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    margin: 10px 60px;
    width: 80%;
}

.requirements_body .list_item {
    display: flex;
    flex-direction: row;
    align-items: start;
    margin: 10px 0;
    width: 100%;
}
.requirements_body .list_item:hover {
    background: #efefef;
    cursor: pointer;
}

.requirements_body .list_title {
    margin: 10px;
    font-size: 1.2em;
}

.requirements_body .list_message {
    margin: 10px;
}