.network_commission_wrap {
    margin-bottom: 30px;
}
.network_commission_wrap form input {
    font-size: 18px;
    color: #6B778C;
    background: #F5F5F5;
    border: solid 1px #C8C8C8;
    width: 120px;
    height: 50px;
    padding: 10px 16px;
    border-radius: 4px;
    margin: 0 20px 0 0;
}
.network_commission_wrap label {
    color: #19181B;
    font-size: 14px;
    margin: 0 15px 0 0;
}
.network_commission_wrap .edit_top_icon {
    padding: 0 !important;
    background: transparent !important;
}
.network_commission_wrap .col-4.align-items-center {
    justify-content: flex-end;
}
.unsubscribe_all_email_list h5 {
    border-bottom: solid 1px #E8E8E8;
    margin-bottom: 0;
    padding-bottom: 25px;
    padding-top: 15px;
    font-size: 14px !important;
    line-height: 1;
}
.unsubscribe_all_email_btn_wrap .btn.btn-primary {
    font-size: 14px;
    line-height: 1;
    text-transform: capitalize;
    letter-spacing: 0 !important;
    padding: 10px 20px 12px;
}
.unsubscribe_all_email_checkbox {
    position: relative;
    border-bottom: solid 1px #E8E8E8;
    padding: 15px 0 5px;
}
.unsubscribe_all_email_checkbox input {
    position: absolute;
    top: 0;
    opacity: 0;
    visibility: hidden;
}
.unsubscribe_all_email_checkbox label {
    position: relative;
    padding-right: 100px;
    display: block;
    cursor: pointer;
    max-width: 820px;
}
.unsubscribe_all_email_checkbox label strong {
    color: #19181B;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
    display: block;
}
.unsubscribe_all_email_checkbox label p {
    color: #19181B;
    font-size: 14px;
    max-width: 360px;
}
.unsubscribe_all_email_checkbox label::after {
    content: "";
    width: 48px;
    height: 24px;
    background: #B2B2B2;
    border-radius: 50px;
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transition: all 0.15s linear;
    -webkit-transition: all 0.15s linear;
    -ms-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
}
.unsubscribe_all_email_checkbox label::before {
    content: "";
    width: 20px;
    height: 20px;
    background: #ffffff;
    border-radius: 100%;
    display: block;
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    z-index: 2;
    transition: all 0.15s linear;
    -webkit-transition: all 0.15s linear;
    -ms-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
}
.unsubscribe_all_email_checkbox input:checked + label::before {
    right: 2px;
}
.unsubscribe_all_email_checkbox input:checked + label::after {
    background: #52C41A;
}
.unsubscribe_all_email_btn_wrap {
    padding: 30px 0 20px;
}
.unsubscribe_all_email_btn_wrap .btn {
    min-width: 202px;
    text-align: center;
    margin: 10px;
}
.unsubscribe_all_email_btn_wrap .btn-primary {
    background: #1677FF;
    color: #ffffff;
}
.unsubscribe_all_email_btn_wrap .btn-primary:hover, .unsubscribe_all_email_btn_wrap .btn-primary:focus {
    background: #FFA92B;
    color: #ffffff;
}


.form-radio-btn {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
}
.form-radio-btn.form-check .form-check-label::before {
    width: 24px;
    height: 24px;
    border-radius: 100%;
    border-width: 2px;
    border-color: #FFA92B;
    content: "" !important;
}
.form-radio-btn.form-check .form-check-label::after {
    content: "";
    width: 14px;
    height: 14px;
    border-radius: 100%;
    background: #FFA92B;
    display: block;
    position: absolute;
    top: 3px;
    left: 5px;
    transform: scale(0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    -moz-transform: scale(0);
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
}
.form-radio-btn.form-check input:checked + .form-check-label::after {
    transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1);
}
.unsubscribe_all_email_btn_wrap .btn-orange {
    background: #FFF6EA;
    color: #FFA92B;
    border-color: #FFF6EA;
}
.unsubscribe_all_email_btn_wrap .btn-orange:hover, .unsubscribe_all_email_btn_wrap .btn-orange:focus {
    background: #FFA92B;
    color: #ffffff;
    border-color: #FFA92B;
}
.current_plan_boxes {
    padding: 24px;
    border: solid 2px #E8E8E8;
    border-radius: 8px;
    display: inline-block;
    vertical-align: top;
    margin-right: 25px;
    width: 216px;
    text-align: left;
}
.current_plan_boxes > * {
    margin: 0;
}
.current_plan_boxes h4 {
    color: #0F0F0F !important;
    font-size: 24px !important;
    line-height: 1.333333333333333 !important;
}
.current_plan_boxes h5 {
    color: #0F0F0F !important;
    font-size: 24px !important;
    line-height: 1.333333333333333 !important;
    font-weight: 400 !important;
    margin-bottom: 50px !important;
}
.current_plan_boxes h5 + .days_remaining {
    margin-top: -50px;
    margin-bottom: 31px;
    display: block;
    color: #9C9C9D;
    font-size: 14px;
}
.current_plan_boxes h5 strong {
    font-weight: 700;
}
.current_plan_boxes .btn {
    display: block;
    text-align: center;
    border: solid 1px #1677FF;
    background: transparent;
    color: #1677FF;
    letter-spacing: 0;
    text-transform: inherit;
    border-radius: 8px;
    padding-bottom: 11px;
}
.current_plan_boxes .btn:hover, .current_plan_boxes .btn.current_plan, .current_plan_boxes .btn:focus {
    background: #1677FF;
    color: #ffffff;
}

.payment_method_boxes_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
}
.payment_method_boxes {
    border: solid 2px #E8E8E8;
    width: 320px;
    padding: 30px;
    border-radius: 8px;
    margin-right: 30px;
    display: inline-block;
    vertical-align: top;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}
.payment_method_boxes:last-child {
    margin-right: 0;
}
.payment_method_boxes h3 {
    font-size: 18px !important;
    line-height: 1   !important;
    font-weight: bold !important;
}
.add_card {
    width: 60px;
    height: 60px;
    background: #E8E8E8;
    border-radius: 100%;
    display: block;
    margin: 0 auto;
    position: relative;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
}
.add_card::before {
    content: "";
    width: 14px;
    height: 2px;
    background: #19181B;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
}
.add_card::after {
    content: "";
    width: 2px;
    height: 14px;
    background: #19181B;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
}
.add_card:hover, .add_card:focus {
    background: #E9E9E9;
}
.tick_icon {
    background:#E8E8E8 url(../img/check.svg) no-repeat center center;
    background-size: 14px;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    display: block;
    position: absolute;
    top: -13px;
    right: -13px;
}
.minus_icon {
    background:#E8E8E8;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    display: block;
    position: absolute;
    bottom: 13px;
    right: 13px;
}
.minus_icon::before {
    content: "";
    width: 9px;
    background: #19181B;
    height: 2px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
}
.creditcard_number {
    color: #A5A5A5;
    font-size: 18px;
}
.beta_enable_checkbox {
    width: 240px;
    border: none;
}
.beta_enable_checkbox label {
    padding-right: 50px;
}
.beta_enable_checkbox label strong {
    font-size: 24px;
    line-height: 1.5;
    font-weight: 600;
}
.btn-danger {
    background: #F5222D;
    color: #ffffff;
}
.tab-pane .card .table-responsive-mobile {
    width: 100%;
    overflow: auto;
}
.ssh-subscription-container {
    padding: 0 !important;
    margin: 0;
    max-width: 100%;
    box-shadow: none;
    border-radius: inherit;
}
.ssh-subscription-container .current_plan_boxes_wrap h2 {
    border-bottom: 1px solid #E8E8E8;
    margin-bottom: 25px !important;
    justify-content: space-between;
    padding-bottom: 15px;
    align-items: center;
    width: 100%;
}
.ssh-select-plan-btn.current-plan, .ssh-select-plan-btn.upgrade-plan {
    display: block;
    text-align: center;
    border: solid 1px #1677FF;
    background: transparent;
    color: #1677FF;
    letter-spacing: 0;
    text-transform: inherit;
    border-radius: 8px;
    padding-bottom: 11px;
    font-size: 17px;
    line-height: 20px;
    font-family: "IBM Plex Sans Semi Bold";
    font-weight: 600;
}
.ssh-select-plan-btn.upgrade-plan:hover, .ssh-select-plan-btn.upgrade-plan:focus {
    background: #1677FF;
    color: #ffffff;
}
.ssh-select-plan-btn.current-plan {
    background: #1677FF;
    color: #ffffff;
}
.ssh-plan-card:hover {
    transform: translateY(0);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.ssh-subscription-form {
    margin-top: 30px;
}
.ssh-subscription-form .d-flex h2 {
    border-bottom: 1px solid #E8E8E8;
    margin-bottom: 25px !important;
    justify-content: space-between;
    padding-bottom: 15px;
    align-items: center;
    width: 100%;
}
.card-brands {
    top: 72%;
}
.cvc-hint {
    transform: translateY(0);
}
.card-brands svg {
    width: 26px;
}




@media only screen and (max-width: 1700px) {
    .network_commission_wrap label {width: 206px;}
    .network_commission_wrap .col-4{max-width: calc(100% - 380px);flex: 0 0 53%;}
    .network_commission_wrap .col-4:first-child {max-width: 380px;flex: 0 0 47%;}
}
@media only screen and (max-width: 1199px) {
    #myTab.nav-tabs .nav-link {margin: 0 15px;}
    .connect_services_btns_wrap .btn {margin-right: 15px;padding: 15px 10px;}
    .form-check .form-check-label {padding-left: 40px;}
    .form-check {margin-bottom: 15px;}
    .network_commission_wrap .col-4{max-width: calc(100% - 225px);flex: 0 0 68%;}
    .network_commission_wrap .col-4:first-child {max-width: 230px;flex: 0 0 32%;}
    .form-radio-btn.form-check .form-check-label::before {top: 2px;}
    .form-radio-btn.form-check .form-check-label::after {top: 7px;}

}
@media only screen and (max-width: 991px) {
    #myTab.nav-tabs .nav-link {margin: 0 10px;font-size: 12px;}
    .border_btn {min-width: 210px;}
    .connected_account_type .btn {min-width: 210px;}
    .network_commission_wrap .col-4{max-width: 100%;flex: 0 0 100%;}
    .network_commission_wrap .col-4:first-child {max-width: 100%;flex: 0 0 100%;}
    .network_commission_wrap form input {width: calc(100% - 170px);}
    .network_commission_wrap label {width: 226px;}
    .payment_method_boxes {margin-bottom: 15px;width: 257px;padding: 30px 18px 40px;}
    .creditcard_number {font-size: 16px;}
    .current_plan_boxes h5 {font-size: 20px !important;}
    .current_plan_boxes h4 {font-size: 20px !important;}
    .network_commission_wrap .col-4.align-items-center {justify-content: flex-start;}
}
@media only screen and (max-width: 768px) {
    ul#myTab {margin: 50px 0 40px;}
    .connect_services_btns_wrap .btn {min-width: 250px;margin-bottom: 15px;}
    .form-check {padding-left: 0;}
    .unsubscribe_all_email_checkbox label {padding-right: 55px;}
    .tab-pane .inner-wrap {padding: 15px;}
    .unsubscribe_all_email_list h5 {margin-bottom: 0;padding-bottom: 20px;padding-top: 0px;}
    .current_plan_boxes {width: 204px;}
    .payment_method_boxes {width: 320px;}
}
@media only screen and (max-width: 691px) {
    .payment_method_boxes {width: 320px;margin: 0 0 20px;display: block;}
    .current_plan_boxes {width: 100%;display: block;margin: 0 0 20px;}
    .network_commission_wrap label {width: 100%;margin-bottom: 7px;}
    .network_commission_wrap .col-4.align-items-center {display: block !important;margin-top: 15px !important;}
    .network_commission_wrap form input {width: calc(100% - 71px);}
}