.wg_required {
    color: red;
    font-size: 12px;
    margin-top:3px;
    font-weight: 500;
}
.wg_red {
    border:1px solid red;
}
.wg_required::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f12a";
    padding: 0 5px 0 0;
}
#message-success, .message-success {
    background:#00B91F;
    color:#fff;
    padding:10px;
    position:fixed;
    left:50%;
    top:50px;
    transform: translateX(-50%);
    z-index:10002;
    display: none;
}
#message-error, .message-error {
    background:red;
    color:#fff;
    padding:10px;
    position:fixed;
    left:50%;
    top:50px;
    transform: translateX(-50%);
    font-weight: 700;
    z-index:10002;
    display: none;
}
.wg-header {
    border-bottom: 1px solid #ccc;
    padding-bottom: 7px;
    margin-bottom: 20px;
}
.octans-cost-calculator {
    padding: 10px;
    font-size: 13px;
    font-weight: 600;
    background-color: #fff;
    text-transform: uppercase;
}
.disFlex {
    display: flex;
}
.dark-bar {
    background-color: #2a3042;
    height: 800px;
    color: #fff;
    padding: 50px 20px;
    font-size: 32px;
}
.dark-bar > div {
    text-align: center;
    margin-bottom: 30px;
    position: relative;
}
.left-triangle {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-right: 13px solid #f8f8fb;
    border-bottom: 10px solid transparent;
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
}
.input-panel {
    width:90%;
    padding-left: 45px;
}
.input-panel h1 {
    color: #000000;
    padding-top: 50px;
}
.input-panel .options {
    margin-top: 50px;
}
.input-panel .options .option-left {
    font-size: 17px;
    padding-top: 5px;
}
.wg-form-control {
    background-color: #fff;
    padding: 9px 14px;
    border: 1px solid #A2A2A2;
    width: 100%;
    display: block;
}
.wg-form-control-select {
    background-color: #fff;
    padding: 9px 14px;
    border: 1px solid #A2A2A2;
    width: 100%;
    display: block;
}
.wg-select-box {
    position: relative;
}
.wg-select-box label {
    display: block;
    position: absolute;
    right: 1px;
    top: 1px;
    background-color: #fff;
    padding: 7px 14px;
    cursor: pointer;
    border-left: 1px solid #A2A2A2;
    font-size: 16px;
}
.wg-required {
    font-size: 11px;
    color: red;
}
/*.wg-data-panel {
    position: absolute;
    width: 400px;
    top: 0;
}
.wg-data-panel-1 {
    left: 50%;
}
.wg-data-panel-2 {
    right: 0;
}*/
.wg-data-box {
    border: 1px solid #A2A2A2;
    display: none;
}
.wg-data-box .wg-data-row {
    display: flex;
    border-bottom:1px solid #a2a2a2;
}
.wg-data-box .wg-data-row:last-child {
    border-bottom: none;
}
.wg-data-box .wg-data-row > div {
    width: 50%;
    padding: 10px 6px;
}
.wg-data-box .wg-data-row > div:first-child {
    border-right: 1px solid #a2a2a2;
}
.wg-result-panel {
    width: 800px;
    overflow-x: auto;
    position: absolute;
    left: 50%;
    top: 0;
}
.left-content {
    font-size: 17px;
    padding-top: 5px;
}
.result-table {
    background-color: #fff;
    border: 1px solid #A8A8A8;
}
.result-row {
    border-bottom: 1px solid #A8A8A8;
    display: flex;
}
.result-row:last-child {
    border-bottom: none;
}
.result-row > div:first-child {
    width: 60%;
    padding: 8px 10px;
    color: #868686;
    border-right: 1px solid #A8A8A8;
}
.result-row > div:last-child {
    width: 40%;
    padding: 8px 10px;
    color: #0b0b0b;
    font-weight: 600;
}
.dark-gray {
    background-color: #DBDBDB;
}
fieldset {border: 1px solid #ccc;border-radius: 5px;position: relative;padding: 30px 12px 12px 12px;}
fieldset > legend {position: absolute;left: 19px;top: -15px;border: 1px solid #ccc;background-color: #fff;padding: 4px 10px;font-size: 12px;display: inline;border-radius: 5px;font-weight: 500;}
