@keyframes wooprBlink {
    to {
        opacity: 0;
    }
}

.woopr-body {
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 5px;
    clear: both;
    overflow: auto;
    display: block;
    position: relative;
    width: 95%;
    margin: 0 auto;
    padding: 20px;
    margin: 40px 0;
}

.woopr-sidebar {
    width: 30%;
    float: right;
}

#wooprChartsBody {
    text-align: left;
    direction: rtl;
    float: left;
    width: 70% !important;
}

.woopr-body label {
    width: 100%;
    padding: 5px;
    display: block;
    margin: 10px 0 0 0;
    font-weight: bold;
}

.woopr-loading {
    display: none;
    animation: wooprBlink 1s ease-in-out infinite alternate;
}

.woopr-loading p {
    text-align: center;
    color: rgb(132 132 132);
    direction: rtl;
    font-weight: bold;
}

#wooprChartSecondary {
    margin-top: 100px;
}

.woopr-summary {
    background: #f0f0f1;
    overflow: hidden;
    width: 80%;
    margin: 20px 0px 40px 0px;
    border-radius: 5px;
    border: 1px solid #e5e6e6;
}

.woopr-summary_box {
    width: 100%;
    display: block;
    overflow: hidden;
    float: right;
    text-align: right;
    padding: 10px 17px 10px 0px;
    border-bottom: 1px solid #e5e6e6;
}

div.woopr-summary_box:last-child {
    border-bottom: none !important;
}

.woopr-summary_header {
    font-size: 12px;
    font-weight: bold;
    color: #757575;
    width: 50%;
    float: right;
}

.woopr-summary_result {
    width: 50%;
    float: left;
}

#wooprForm input {
    width: 80%;
    padding: 5px;
    text-align: center;
}

.woopr-footer {
    display: block;
    position: unset;
    clear: both;
    bottom: 0;
    width: 100%;
    margin: 0 auto;
    padding-top: 50px;
    height: auto;
}

.woopr-footer_text {
    text-align: center;
    padding-top: 20px;
}

.woopr-alert_warning {
    text-align: center;
    margin: 40px;
    background: #d63637;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #9e1717;
    color: #f4f4f4;
}

.woopr-alert_warning a {
    color: #ffffff;
    font-weight: bold;
    font-size: 13px;
    text-decoration: none;
}

.woopr-alert_notice {
    text-align: center;
    margin: 40px;
    background: #f4f8fc;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #cad8e6;
    color: #575757;
}

.woopr-alert_notice a {
    color: #575757;
    font-weight: bold;
    font-size: 13px;
    text-decoration: none;
}

.woopr-frames table {
    width: 81%;
    float: right;
    margin: 20px 0px;
    border-collapse: collapse;
    font-size: 12px;
}

.woopr-frames td {
    text-align: center;
    padding: 10px 5px;
    background: #f0f0f1;
    border-radius: 3px;
    cursor: pointer;
    border: 2px solid #fff;
    color: #636060;
}

.woopr-frames td:hover {
    background: #dfdfe0;
    transition: cubic-bezier(0.075, 0.82, 0.165, 1);
}