body{
	margin: 0;
}
.popup-bg {
    background: #f7f7f7;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    padding: 15px;
    z-index: 999;
    display:none;    
    width: 100%;
}

.popup-bg {
    position: fixed;
    top: 0;
    left: 0;
    background: #0000007a;
}

.popup1-header {
    text-align: center;
    margin: 0 0 20px;
}
.popup1-header img {
    max-width: 150px;
    width: 100%;
    margin: 0 0 16px;
}
.popup1-header h4 {
    margin: 0;
    font-size: 24px;
    font-weight: 400;
    color: #282830;
}
.radio-selectors {
	margin-bottom: 24px;
}
.radio-selectors label p, .radio-selectors label li {
    margin: 0;
    font-size: 14px;
    color: #5F5F67;
}
.radio-selectors label ul {
	padding-left: 15px;
}
.radio-selectors label h3 {
    margin: 0;
    font-size: 20px;
    line-height: 24px;
    color: #282830;
}
.radio_group {
    margin-bottom: 12px;
    background: #fff;
    padding: 24px 12px;
    border-radius: 16px;
}
.btns-group {
    display: flex;
    gap: 24px;
}
.btn-grey {
    background: #C0C0C0;
    color: #fff;
    width: 100%;
    padding: 26px;
    border-radius: 12px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    text-transform: capitalize;
    font-size: 16px;
}
.btn-blue {
    background: #595FFF;
    color: #fff;
    width: 100%;
    padding: 26px;
    border-radius: 12px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    text-transform: capitalize;
    font-size: 16px;
}
.radio-selectors [type="radio"]:checked, .radio-selectors [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.radio-selectors [type="radio"]:checked + label, .radio-selectors [type="radio"]:not(:checked) + label {
	width: 100%;
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}
.radio-selectors [type="radio"]:checked + label:before, .radio-selectors [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 22px;
    height: 22px;
    border: 1px solid #C7C7DB;
    border-radius: 100%;
    background: #F4F4F9;
}
.radio-selectors [type="radio"]:checked + label:after, .radio-selectors [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 13px;
    height: 13px;
    background: #595FFF;
    position: absolute;
    top: 5px;
    left: 5px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.radio-selectors [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.radio-selectors [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
img.cross {
    position: absolute;
    right: 10px;
    top: -20px;
}
.info-btn p {
    color: #fff;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
.info-btn img {
    width: 15px;
    margin: 0;
}
.info-btn {
    background: #282830;
    max-width: 300px;
    margin: 0 auto;
    padding: 8px;
    border-radius: 4px;
    margin-top: 16px;
}
.file_group p {
    font-size: 24px;
    color: #2828304d;
}
.file_group {
    text-align: center;
    padding: 25px;
    border: 2px dashed #8D949B;
    margin: 0 0 24px;
    border-radius: 16px;
}
img.undraw-big {
    max-width: 340px;
    margin: 30px 0;
}
.payment-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
}
.total-pay h4 {
    margin: 0;
    font-size: 24px;
}
.total-pay p {
    margin: 0;
    color: #2F2F2F;
}
.total-amount h3 {
    font-size: 48px;
    margin: 0;
    font-weight: 400;
}
.card-info-radio {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: calc(100% - 40px);
}
.card-edit-delete button img {
    width: 19px;
}
.card-edit-delete button {
    background: #F4F4F9;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    padding: 11px;
}
.radio_group:has(input:checked) {
    background: #DDDDF1;
}

/*---------------swutre popup---------*/

 
.radio-selectors label h3 {
    font-weight: 400;
    margin-left:15px;
}
.radio-selectors label p {
    margin: 0;
    font-size: 14px;
    color: #5F5F67;
    line-height: 20px;
    font-weight: 400;
    margin-top: 7px;
    margin-left:15px;
}
.radio-selectors label li {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    list-style: disc;
}
.radio-selectors label ul {
    padding-left: 15px;
    margin-top: 8px;
}
.radio-selectors [type="radio"]:checked + label:before, .radio-selectors [type="radio"]:not(:checked) + label:before {
    width: 28px;
    height: 28px;
}
.radio-selectors [type="radio"]:checked + label:after, .radio-selectors [type="radio"]:not(:checked) + label:after {
    width: 18px;
    height: 18px;
}
.cross{
    cursor: pointer;
}
.file_group input{
    display:none;
}
.popup1 {
    margin: auto;
    background: #fff;
    padding: 20px;
}
.popup1 {
    max-width: 800px;
    border-radius: 12px;
    position: relative;
    width: 100%;
    transform: translate(0px, 0%);
    height: 600px;
    overflow-y: scroll;
}
img.cross {
    position: absolute;
    right: 10px;
    top: 0px !important;
}
.popup1-header {
    text-align: center;
    margin: 20px 0 20px;
}
#paynextbutton {
    background: #595FFF;
    color: #fff;
    width: 100%;
    padding: 26px;
    border-radius: 12px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    text-transform: capitalize;
    font-size: 16px;
}
p.loadermsg {
    position: absolute;
    z-index: 99999999;
    color: white;
    top: 40%;
    left: 50%;
    transform: translateX(-50%);
    font-size: 22px;
}
a#submit_article_done {
    background: #595FFF;
    color: #fff;
    width: 100%;
    padding: 26px;
    border-radius: 12px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    text-transform: capitalize;
    font-size: 16px;
}

@media (min-width: 992px) {
    .aside .aside-menu {
        width: 265px;
        height: 100vh;
        overflow: scroll;
    }
}





