﻿/* Plagiarism Checker guest buy pricing popup + order summary */
#guestbuypopup .modal-dialog{max-width: 700px;}
#guestbuypopup.custom_model .modal-content{border-radius: 26px;padding: 4px;}
#guestbuypopup.custom_model .modal-header{
    height: 85px;
    background: linear-gradient(to right, #EBEAF3,#BACAF7);
    border-radius: 22px 22px 0px 0px;
}
#guestbuypopup.custom_model .close{opacity: 1;padding: 15px 20px;}
#guestbuypopup.custom_model .new_cross_icon{width: 12px;}
#guestbuypopup.custom_model .modal-body{padding: 0px 15px 15px;}
#guestbuypopup .consent_title{font-size: 20px;color: #000;margin: 14px 0px 18px 0px;}
#guestbuypopup .pricing_crown_icon{margin-top: -29px;}
#guestbuypopup .pricing-card{
    border-radius: 16px;
    border: 1px solid #D9DDEC;
    z-index: 1;
    position: relative;
    height: 100%;
    background: #fff;
}
#guestbuypopup .card_heading{
    height: 47px;
    background-color: #F9F9FE;
    font-size: 16px;
    color: #000;
    border-radius: 15px 15px 0px 0px;
}
#guestbuypopup .price_section{
    border-top: 1px solid #EAEAF1;
    border-bottom: 1px solid #EAEAF1;
    padding: 15px;
    min-height: 103px;
}
#guestbuypopup .feature .point {
    background-position: top 2px left;
    padding-left: 26px;
    background-repeat: no-repeat;
    font-size: 14px;
    background-image: url('../webimages/features_cross.png');
    margin-top: 8px;
    color: #000;
}
#guestbuypopup .feature.open .point {
    background-image: url('../webimages/ris/feature_check.svg');
}
#guestbuypopup .pricing-card .card_price .value{font-size: 28px;font-weight: 600;color: #000;}
#guestbuypopup .pricing-card .card_price{font-size: 12px;font-weight: 400;color: #505050;margin-bottom: 8px;line-height: normal;}
#guestbuypopup .pricing-card .choose-plan-btn{
    height: 36px;
    background-color: #E9E7FA;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 600;
    color: #3B29D6;
    border: none;
    width: 100%;
}
#guestbuypopup .pricing-card .choose-plan-btn:hover{background-color: #3B29D6;color: #fff;}
#guestbuypopup .pricing-card .key_features{padding: 15px;}
#guestbuypopup .ar_benefit{color: #52CD74;}
#guestbuypopup .recomended .pricing-card .choose-plan-btn{background-color: #3B29D6;color: #fff;}
#guestbuypopup .recomended .pricing-card .choose-plan-btn:hover{background-color: #1908AD;}
#guestbuypopup .recomended .pricing-card{border-color: #3B29D6;}
#guestbuypopup .recomended{position: relative;height: 100%;}
#guestbuypopup .recomended .recomended-badge{
    position: absolute;
    font-size: 12px;
    font-weight: 700;
    color: #3B29D6;
    background: linear-gradient(to right,#EBEAF3,#BACAF7);
    border-radius: 16px 16px 0px 0px;
    width: 100%;
    height: 45px;
    top: -28px;
    padding: 5px;
    text-align: center;
}
#guestbuypopup .recomended_mt{margin-top: 32px;}
#guestbuypopup .save-badge{
    background-color: #52CD74;
    min-width: 71px;
    height: 25px;
    padding: 3px 5px;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
#guestbuypopup .open_close {display: block;}
#guestbuypopup .all_features{display: none;}
#guestbuypopup .all_features.active_all_features img{transform: rotate(180deg);}

@media (max-width: 767px) {
    #guestbuypopup .recomended_mt30{margin-top: 28px;}
    #guestbuypopup .all_features{
        display: flex;
        background-color: #F0EFF7;
        border-top: 1px solid #D9DDEC;
        height: 36px;
        color: #000;
        padding: 4px 15px;
        border-radius: 0px 0px 15px 15px;
    }
    #guestbuypopup .new_arrow{width: 12px;}
    #guestbuypopup .open_close{display: none;}
    #guestbuypopup .recomended_mt{margin-top: 0px;}
    #guestbuypopup .card_heading{height: 34px;font-size: 14px;}
    #guestbuypopup .pricing-card .card_price .value{font-size: 24px;}
    #guestbuypopup .pricing-card .choose-plan-btn{height: 32px;font-size: 12px;}
    #guestbuypopup .feature .point{font-size: 12px;}
    #guestbuypopup .save-badge{min-width: 61px;height: 23px;font-size: 10px;}
    #guestbuypopup.custom_model .modal-header{height: 55px;}
    #guestbuypopup .pricing_crown_icon{margin-top: -24px;width: 45px;}
    #guestbuypopup .consent_title{margin: 4px 0;}
}

body[data-theme="dark"] #guestbuypopup .pricing-card{background-color: #2B2C38;border-color: #484952;}
body[data-theme="dark"] #guestbuypopup .card_heading{background-color: #1B1C29;color: #fff;}
body[data-theme="dark"] #guestbuypopup .price_section{border-color: #484952;}
body[data-theme="dark"] #guestbuypopup .pricing-card .card_price .value,
body[data-theme="dark"] #guestbuypopup .consent_title,
body[data-theme="dark"] #guestbuypopup .feature .point{color: #fff;}
body[data-theme="dark"] #guestbuypopup .pricing-card .card_price{color: #bbb;}
body[data-theme="dark"] #guestbuypopup .feature.open .point{background-image: url('../webimages/ris/dark_icons/feature_check.svg');}
body[data-theme="dark"] #guestbuypopup .all_features{background-color: #1F1F1F;border-color: #323232;color: #fff;}

/* order summary */
@media (min-width: 576px) {
    #order_summary_modal_pc.order_summary_modal .modal-dialog {
        max-width: 80% !important;
        margin: 0 auto !important;
    }
}
#order_summary_modal_pc.order_summary_modal .modal-content {
    display: flex;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    max-width: 900px;
    margin: 0 auto;
    border: none;
    position: relative;
}
#order_summary_modal_pc.order_summary_modal .modal-body {
    display: flex;
    width: 100%;
    padding: 0;
    flex-direction: row;
}
#order_summary_modal_pc.order_summary_modal .modal_left_side {
    background-color: #f0f5ff;
    padding: 30px;
    width: 50%;
    display: flex;
    flex-direction: column;
}
#order_summary_modal_pc.order_summary_modal .back_arrow {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    position: relative;
    bottom: 20px;
}
#order_summary_modal_pc.order_summary_modal .back_arrow_sty {cursor: pointer;}
#order_summary_modal_pc.order_summary_modal .modal_close button {
    border: none;
    background: transparent;
    cursor: pointer;
    opacity: 1 !important;
    outline: none;
}
#order_summary_modal_pc.order_summary_modal .order_summary_heading {
    font-size: 22px;
    font-weight: 700;
    color: #000;
    margin-bottom: 5px;
}
#order_summary_modal_pc.order_summary_modal .order_details {
    display: flex;
    gap: 5px;
}
#order_summary_modal_pc.order_summary_modal .order_price {
    font-size: 32px;
    font-weight: 600;
    color: #000;
    margin: 15px 0 5px;
}
#order_summary_modal_pc.order_summary_modal .order_box {
    display: flex;
    justify-content: space-between;
    background-color: #fff;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 10px;
    font-size: 14px;
    color: #000;
}
#order_summary_modal_pc.order_summary_modal .modal_right_side {
    background-color: #fff;
    padding: 30px;
    width: 50%;
    display: flex;
    flex-direction: column;
    position: relative;
}
#order_summary_modal_pc.order_summary_modal .close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    opacity: .5;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    z-index: 10;
    background: transparent;
    border: none;
    outline: none;
}
#order_summary_modal_pc.order_summary_modal .modal_right_side label {
    font-size: 14px;
    color: #333;
    font-weight: 500;
    margin-bottom: 8px;
}
#order_summary_modal_pc.order_summary_modal .modal_right_side input {
    width: 100%;
    padding: 12px 15px;
    margin-bottom: 20px;
    border: 1px solid #E3E8EF;
    border-radius: 12px;
    font-size: 14px;
    color: #333;
    outline: none;
}
#order_summary_modal_pc.order_summary_modal .payment_box {margin-top: 20px;}
#order_summary_modal_pc.order_summary_modal .payment_options {
    display: flex;
    gap: 10px;
    margin-top: 10px;
    flex-wrap: wrap;
}
#order_summary_modal_pc.order_summary_modal .payment_card {
    display: flex;
    align-items: center;
    padding: 12px;
    border: 2px solid #ccc;
    border-radius: 8px;
    width: 48%;
    background: white;
    position: relative;
    transition: border-color 0.3s ease;
    gap: 10px;
    height: 60px;
    cursor: pointer;
    margin: 0;
}
#order_summary_modal_pc .payment_card input[type="radio"] {
    appearance: none;
    width: 18px;
    height: 18px;
    border: 2px solid #007bff !important;
    border-radius: 50%;
    margin: 0px;
    position: relative;
    cursor: pointer;
    padding: 10px;
}
#order_summary_modal_pc .payment_card input[type="radio"]:checked::after {
    content: '';
    width: 10px;
    height: 10px;
    background: #007bff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#order_summary_modal_pc .payment_options .payment_card.active,
#order_summary_modal_pc .payment_card:hover {
    border-color: #3366ff !important;
    box-shadow: 0 0 0 2px rgba(51, 102, 255, 0.1);
}
#order_summary_modal_pc.order_summary_modal .buy_as_guest {
    margin-top: auto;
    padding-top: 20px;
}
#order_summary_modal_pc.order_summary_modal .buy_as_guest_a {
    display: block;
    width: 100%;
    text-align: center;
    background-color: #3B29D6;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    padding: 14px;
    border-radius: 12px;
}
#order_summary_modal_pc.order_summary_modal .buy_as_guest_a:hover {
    background-color: #1908AD;
    color: #fff;
}

@media only screen and (max-width: 768px) {
    #order_summary_modal_pc.order_summary_modal .modal-body {flex-direction: column;}
    #order_summary_modal_pc.order_summary_modal .modal_left_side,
    #order_summary_modal_pc.order_summary_modal .modal_right_side {width: 100%;}
    #order_summary_modal_pc.order_summary_modal .modal_right_side{padding: 15px 10px;}
    #order_summary_modal_pc.order_summary_modal .modal_left_side{padding: 30px 10px 10px;}
}

body[data-theme="dark"] #order_summary_modal_pc .modal_left_side{background-color: #2B2D2E;}
body[data-theme="dark"] #order_summary_modal_pc .modal_right_side{background-color: #2f3133;}
body[data-theme="dark"] #order_summary_modal_pc.order_summary_modal .order_summary_heading,
body[data-theme="dark"] #order_summary_modal_pc.order_summary_modal .order_details,
body[data-theme="dark"] #order_summary_modal_pc.order_summary_modal .order_price,
body[data-theme="dark"] #order_summary_modal_pc.order_summary_modal .modal_right_side label{color: #fff;}
body[data-theme="dark"] #order_summary_modal_pc.order_summary_modal .order_box,
body[data-theme="dark"] #order_summary_modal_pc.order_summary_modal .modal_right_side input{background-color: #383b3d;color: #fff;}
body[data-theme="dark"] #order_summary_modal_pc.order_summary_modal .modal_right_side input{border-color: #707070;}
body[data-theme="dark"] #order_summary_modal_pc .back_arrow_sty img,
body[data-theme="dark"] #order_summary_modal_pc.order_summary_modal .close img,
body[data-theme="dark"] #order_summary_modal_pc .modal_left_side .modal_close img{filter: invert(1);}
body[data-theme="dark"] #order_summary_modal_pc.order_summary_modal .payment_card{border-color: #707070;}
