@import url("https://cdn.rawgit.com/rastikerdar/vazir-font/v18.0.0/dist/font-face.css");
.guard_activation_wrapper {
    width: 555px;
    margin: 50px auto 0;
    background: #fff;
    font-family: Vazir, Tahoma, "DejaVu Sans", helvetica, arial, freesans, sans-serif;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.08);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.08);
    box-shadow: 0 0 10px rgba(0,0,0,0.08);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.guard_activation_wrapper .notice {
    display: none !important;
}
.guard_activation_wrapper a {
    border-bottom: dashed 1px #1e4591;
    padding-bottom: 1px;
    text-decoration: none;
}
.guard_activation_wrapper header {
    background: rgb(98,177,130);
    background: -moz-linear-gradient(90deg, rgba(98,177,130,1) 0%, rgba(30,69,145,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(98,177,130,1) 0%, rgba(30,69,145,1) 100%);
    background: linear-gradient(90deg, rgba(98,177,130,1) 0%, rgba(30,69,145,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#62b182",endColorstr="#1e4591",GradientType=1);
    height: 60px;
    color: #fff;
    padding: 30px;
    font-size: 15px;
    position: relative;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}
.guard_activation_wrapper header img {
    float: right;
    margin-left: 15px;
    margin-bottom: 0;
}
.guard_activation_wrapper header h2 {
    color: #fff;
    font-family: Vazir, Tahoma, "DejaVu Sans", helvetica, arial, freesans, sans-serif;
    font-size: 23px;
    margin: 10px 0 10px;
}
.guard_activation_wrapper header p {
    font-size: 15px;
}
.guard_activation_wrapper header .badge {
    display: inline-block;
    font-size: 13px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    color: #fff;
    background: #00cf9e;
    position: absolute;
    left: 30px;
    top: -15px;
    height: 30px;
    padding: 0 10px;
    line-height: 30px;
    font-weight: bold;
}
.guard_activation_wrapper header .badge.inactive {
    background: #ff6464;
}
.guard_activation_wrapper section {
    padding: 30px;
    font-size: 15px;
    position: relative;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 0 0 5px 5px;
}
.active .guard_activation_wrapper section {
    padding: 30px 60px;
}
.guard_activation_wrapper section p {
    font-size: 14px;
    line-height: 1.9;
}
.guard_activation_wrapper form {
    margin: 80px auto 0;
}

.guard_activation_wrapper .license_field label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
    color: #2a2a2a;
}
.guard_activation_wrapper .license_field input {
    width: 100%;
    height: 40px;
    background: #f1f1f1;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    outline: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.guard_activation_wrapper .license_field input:-webkit-autofill,
.guard_activation_wrapper .license_field input:-webkit-autofill:hover,
.guard_activation_wrapper .license_field input:-webkit-autofill:focus,
.guard_activation_wrapper .license_field input:-webkit-autofill:active  {
    -webkit-box-shadow: 0 0 0 30px #f1f1f1 inset !important;
}
.guard_activation_wrapper .accept_terms_field {
    margin-bottom: 40px;
}
.guard_activation_wrapper .accept_terms_field input {
    width: 0;
    height: 0;
    background: none;
    border: none;
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
    position: relative;
    margin-left: 5px;
}
.guard_activation_wrapper .accept_terms_field input:after {
    width: 18px;
    height: 18px;
    background: #f1f1f1;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    content: '';
    position: absolute;
    top: -9px;
    right: 0;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -ms-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
}
.guard_activation_wrapper .accept_terms_field input:checked:after {
    background: #00cf9e;
}
.guard_activation_wrapper .accept_terms_field input:before {
    position: absolute;
    top: -10px;
    right: -1px;
    margin: 0;
    z-index: 2;
    color: #fff;
}
.guard_activation_wrapper button {
    background: #00cf9e;
    padding: 0 70px;
    height: 38px;
    line-height: 38px;
    border: none;
    color: #fff;
    cursor: pointer;
    display: block;
    margin: 0 auto;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.guard_activation_wrapper .message {
    border-bottom: 2px solid transparent;
    display: block;
    padding: 0 40px 0 10px;
    color: #645f5b;
    min-height: 38px;
    line-height: 42px;
    font-size: 13px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: right;
}
.guard_activation_wrapper .message.warning {
    border-bottom-color: #ffeeba;
    background: #fff3cd no-repeat 97% 15px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAPCAMAAADarb8dAAAAgVBMVEXhfn7hgIDig4Pjh4fjiIjkjIzljo7lj4/mkZHmlJTnl5fqoKDqoqLrp6fsp6ftrKztrq7vsrLvtLTwubnwurrzxcX0xcX0x8f1ycn2zs730ND30dH30tL41NT41dX41tb42Nj52dn74eH85OT85ub+6+v+7e3/7u7/8fH/8vL///+OAS6gAAAAdElEQVR4AU3IW1aCUABA0Q1Eden9iCKCREFk/hNUQZb3fJ21TXPj7d243AU++IyhT0n7CJ7g+QodL690KxwCm46wQommxfcCQ4a6Rraf4Q2qCt7PsE3gq4Rkd4IHcJODx8kf8PML/LsHigIIAnG5oW2i2uEIe34Sc+k7QZcAAAAASUVORK5CYII=);
    color: #856404;
}
.guard_activation_wrapper .message.danger {
    border-bottom-color: #ffe8e8;
    background: #fff2f2 no-repeat 97% 15px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAPCAMAAADarb8dAAAAgVBMVEXhfn7hgIDig4Pjh4fjiIjkjIzljo7lj4/mkZHmlJTnl5fqoKDqoqLrp6fsp6ftrKztrq7vsrLvtLTwubnwurrzxcX0xcX0x8f1ycn2zs730ND30dH30tL41NT41dX41tb42Nj52dn74eH85OT85ub+6+v+7e3/7u7/8fH/8vL///+OAS6gAAAAdElEQVR4AU3IW1aCUABA0Q1Eden9iCKCREFk/hNUQZb3fJ21TXPj7d243AU++IyhT0n7CJ7g+QodL690KxwCm46wQommxfcCQ4a6Rraf4Q2qCt7PsE3gq4Rkd4IHcJODx8kf8PML/LsHigIIAnG5oW2i2uEIe34Sc+k7QZcAAAAASUVORK5CYII=);
    color: #e17e7e;
}
.guard_activation_wrapper .message.success {
    border-bottom-color: #cdedd8;
    background: #dbf2e3 no-repeat 97% 15px;
    color: #28623c;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAjVBMVEUAAABSlGlSlGlSlGlSlGlSlGlSlGlSlGlSlGlSlGlSlGlSlGlSlGlSlGlSlGlSlGlSlGlSlGlSlGlSlGlSlGlSlGlSlGlSlGlSlGlSlGlSlGlSlGlSlGlSlGlSlGlSlGlSlGlSlGlSlGlSlGlSlGlSlGlSlGlSlGlSlGlSlGlSlGlSlGlSlGlSlGn///9AB3h/AAAALXRSTlMAAAECBwwPExwnKSosLzFCe4aHiIqQk6uxsrO/w8jM193h4+Tl7e7w8fT2+fqvwU8FAAAAkUlEQVQY002P0RKBUABEz5WoiFuIuBERqv3/3/MQ5byd2ZndWcAQ2qKuCxtiAGCnLxmA4aQBNzF/ufRQCuHoR65aYAc/sHorofj5nmUjOWo1fiUpJ+gkVdR6+tOLchO3knSjkO4zNsRNP4yV1M4J2r4p6Wdf6+5bHUGmP7ZgcKOfPQNM0iH36O8tEleWLokw8AEfCh5LKfD6iAAAAABJRU5ErkJggg==);
}
.guard_activation_wrapper .message.info {
    border-bottom-color: #c1e7f4;
    background: #d2eef7 no-repeat 97% 15px;
    color: #115770;
}


.guard_activation_wrapper .result {
    padding-top: 15px;
}

.guard_activation_wrapper .status {
    margin: 40px auto 0;
}
.guard_activation_wrapper .status h3 {
    font-family: Vazir, Tahoma, "DejaVu Sans", helvetica, arial, freesans, sans-serif;
    color: #2a2a2a;
    font-size: 17px;
    text-align: center;
    margin-bottom: 30px;
    line-height: 1.7;
}

ul.active_data {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #e9e9e9;
}
ul.active_data li {
    padding: 13px 20px;
    border-bottom: 1px solid #e9e9e9;
}
ul.active_data li:last-child {
    border-bottom: none;
}
ul.active_data li strong {
    font-weight: normal;
}
ul.active_data li code {
    float: left;
    font-family: "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace;
    white-space: pre-wrap;
    word-wrap: normal;
    word-break: keep-all;
    padding: 2px 4px;
    border-radius: 4px;
    color: #b1b1b1;
    background: none;
}
.action_buttons {
    text-align: center;
    margin-top: 15px;
}
.action_buttons a {
    height: 40px;
    line-height: 40px;
    color: #fff;
    padding: 0 15px;
    display: inline-block;
    text-decoration: none;
    border-bottom: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-top: 40px;
}
.action_buttons a.check_status {
    margin-left: 10px;
    background: #007ccf;
    -webkit-box-shadow: 0 5px 5px #a6d2ee;
    -moz-box-shadow: 0 5px 5px #a6d2ee;
    box-shadow: 0 5px 5px #a6d2ee;
}
.action_buttons a.deactivate {
    margin-right: 10px;
    background: #ef5858;
    -webkit-box-shadow: 0 5px 5px #fac5c5;
    -moz-box-shadow: 0 5px 5px #fac5c5;
    box-shadow: 0 5px 5px #fac5c5;
}
.action_buttons.waiting .spinner {
    margin-right: 5px;
    text-align: right;
}
.action_buttons.waiting .spinner {
    background-position: right center;
    padding-right: 30px;
    margin: 0;
    float: none;
    margin-top: 15px;
    width: 100%;
    visibility: visible;
    display: none;
    font-size: 13px;
    line-height: 21px;
}
.action_buttons.waiting .spinner {
    display: inline-block;
}
img.img-active {
    margin: 0 auto;
    display: block;
}