
dl.ws_dropdown dt{
    position: relative;
    font-weight: 400;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    overflow: hidden;
    border: 2px solid #105B74;
}
dl.ws_dropdown dt span {
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 46px;
    width: 50px;
    background-color: #105B74;
    opacity: 1;
}
dl.ws_dropdown dt span.close:not(:disabled):not(.disabled):focus,
dl.ws_dropdown dt span.close:not(:disabled):not(.disabled):hover {
    opacity: 1;
    color: #fff;
}
dl.ws_dropdown dt span svg {
    fill: #fff;
    transition: all .5s
}
dl.ws_dropdown dt span.ws_open svg {
    transform: rotate(180deg);
}

dl.ws_dropdown  dd {
    margin: 10px 0;
    background-color:#fff;
}
dl.ws_dropdown  dd ul {
    list-style-type: none;
    padding:10px 0
}
dl.ws_dropdown  dd ul li {
    padding:0 20px;
    height:40px;
    line-height: 40px;
    margin-bottom:0!important;
    color:#000;
    cursor:pointer;
    width: 100%;
}
dl.ws_dropdown dd ul li:before {
    /* display:none */
}
dl.ws_dropdown  dd ul li:hover {
    background-color: #fff;
    color:#000
}
dl.ws_dropdown dd {
    position:relative;
}

dl.ws_dropdown ul {
    position:absolute;
    display:none;
    background-color: #eee;
    width:100%;
    z-index: 9;
    border: 1px solid #eee;
    top: 0;
}

dl.ws_dropdown {
    margin-bottom:0;
    padding:0;
    color: #105B74;
}
dl.ws_dropdown dt {
    cursor:pointer;
}
/* checkbox */
label.ws-custom-checkbox {
    display:flex
}
label.ws-custom-checkbox input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
label.ws-custom-checkbox span {
    padding-left: 40px;
    padding-top: 5px;
    position: relative;
    cursor:pointer;
    font-size: 15px;
    line-height: 1.2;
}
label.ws-custom-checkbox input + span::before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 28px;
    height: 28px;
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 0 6px 2px #ccc inset;
}
label.ws-custom-checkbox input + span::after {
    content: '';
    position: absolute;
    display: block;
    top: 5px;
    left: 5px;
    width: 18px;
    height: 18px;
    background-color: #fff;
}
label.ws-custom-checkbox input:checked + span::after {
    background-color: #105B74;
}
label.ws-custom-checkbox input.invalid + span::after {
    color: #fff;
}

/**/
.ws-rakebackcalc {
    margin-bottom:40px
}
.ws-rakebackcalc-header {
    background-color: #105B74;
    text-align:center;
    color:#fff;
    font-size:20px;
    font-weight:bold;
    height:60px;
    line-height:60px;
}
.ws-rakebackcalc-form {
    border-bottom: 1px solid #ccc;
}
.ws-rakebackcalc-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom:30px
}
.ws-rakebackcalc-item .ws-rakebackcalc-img {
    height: 98px;
    width:98px;
    border:3px solid #105B74;
    border-radius: 50%;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ws-rakebackcalc-item  dl.ws_dropdown {
    width: 100%;
    margin-top: 20px;
}
.ws-rakebackcalc-table-title {
    color: #025D78;
    text-align:center;
    font-size:20px;
    font-weight: bold;
    margin-bottom:20px
}
.ws-rakebackcalc-table th, .ws-rakebackcalc-block-table th  {
    background-color: #2297B8;
    color:#fff;
    text-align: center!important;
    font-weight: bold;
    height:44px;
    padding: 0 5px!important;
    line-height: 44px
}
.ws-rakebackcalc-table tbody td a {
    color: #2297B8;
    font-weight:bold;
}
.ws-rakebackcalc-table tbody td:not(:last-child),
.ws-rakebackcalc-block-table tbody td:not(:last-child)  {
    border-right: 1px solid #ccc
}
.ws-rakebackcalc-table  th:not(:last-child), .ws-rakebackcalc-table tfoot td:not(:last-child),
.ws-rakebackcalc-block-table th:not(:last-child) {
    border-right: 1px solid #F5F5F5
}
.ws-rakebackcalc-table td, .ws-rakebackcalc-block-table td {
    text-align: center;
    vertical-align: middle
}
.ws-rakebackcalc-table tbody  td:first-child  .rakeback-td {
    display:flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
    line-height:1
}
.ws-rakebackcalc-table tbody td:first-child img {
    margin-bottom: 5px!important;
}
.ws-rakebackcalc-table tbody  td:first-child a {
    display: block;
    margin: 0 auto;
}
.ws-rakebackcalc-table tbody  td:first-child  .rakeback-title {
    padding-left:0!important;
    text-align: center;
    white-space: normal;
    line-height: 1.3;
}

.ws-rakebackcalc-table tfoot td {
    background-color: #105B74!important;
    color:#fff;
    text-align: center
}
.ws-rakebackcalc-table tfoot td:first-child {
    font-weight:bold
}
.ws-rakebackcalc-form-end {
    display: flex;
    flex-direction:column;
    align-items: center;
}
.ws-rakebackcalc  button {
    background-color:#2297B8;
    color:#fff;
    border: 1px solid #2297B8;
    font-weight: bold;
    margin-top: 15px;
}
.ws-rakebackcalc  button:hover {
    background-color:#fff;
    color:#2297B8!important;
    transition: background-color .5s
}

.ws-rakebackcalc  button.ws-rakebackcalc-button {
    line-height:50px;
    padding: 0 50px
}
.ws-rakebackcalc .ws-rakebackcalc-table  button {
    line-height:40px;
    padding: 0 10px;
    width:100%;
    text-align: center;
}
a.ws-rakebackcalc-button2 {
    line-height: 1.2;
    padding: 7px 10px;
    text-align: center;
    background-color: #FE8F00;
    border: 1px solid #FE8F00;
    color: #fff!important;
    display: inline-block;
    font-weight: bold;
    white-space: nowrap;

}
a.ws-rakebackcalc-button2:hover {
    background-color:#fff;
    color:#FE8F00!important;
    transition: background-color .5s
}
@media only screen and (max-width: 479px) {
    table>tfoot>tr>td {
        font-size: 12px;
    }
    .ws-rakebackcalc-table tbody td a  {
        margin-bottom:5px
    }
    .ws-rakebackcalc-item {
        font-size: 15px;
    }
    .ws-rakebackcalc-table {
        padding-bottom: 30px!important;
    }
    .ws-rakebackcalc-item .ws-rakebackcalc-img {
        margin-bottom: 10px;
    }
    .ws-rakebackcalc-item dl.ws_dropdown {
        margin-top: 10px;
    }
    dl.ws_dropdown dt {
        height: 36px;
        line-height: 36px;
        padding: 0 5px;
        font-size: 12px;
    }
    dl.ws_dropdown dt span {
        height: 32px;
        width: 30px;
    }
    dl.ws_dropdown dt span svg{
        width:15px
    }
    dl.ws_dropdown dd ul {
        padding: 5px 0;
    }
    dl.ws_dropdown dd ul li {
        padding: 0 5px;
        height: 26px;
        line-height: 26px;
        font-size: 12px;
    }
}
@media only screen and (max-width: 767px) {

    .ws-rakebackcalc-block {
        display: block;
        margin: 30px 15px;
        padding-bottom:20px;
        font-size: 15px
    }
    .ws-rakebackcalc-table {
        display:none;
    }
    .ws-rakebackcalc-block-item {
        display:flex;
        flex-direction:column;
        align-items: center;
        background-color: #fafafa;
        margin-bottom:30px;
        padding-bottom:20px;
    }
    .ws-rakebackcalc-block-item-title {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 15px 15px 13px;
        width: 100%;
        flex-direction: column;
        line-height: 1;
    }
    .ws-rakebackcalc-block-item-title img {
        max-width: 120px;
        margin-bottom: 8px;
    }
    .ws-rakebackcalc-block-item-title  div a {
        font-weight:bold;
        font-size:15px
    }
    .ws-rakebackcalc-block-table {
        width:100%;
        margin-bottom:20px
    }
    .ws-rakebackcalc-block-table th {
        background-color: #2297B8;
        color: #fff;
        text-align: center;
        font-weight: bold;
        height: 44px;
        padding: 0 5px;
        line-height: 44px;
    }
    .ws-rakebackcalc-block-table td {
        background-color: rgba(34,151,184,0.1);
        padding: 15px 5px!important;
    }
    .ws-rakebackcalc-block-table.ws-total-table td {
        background-color: #105B74;
        color: #fff;
        font-weight: bold
    }
    .ws-rakebackcalc-block-table tbody td a {
        font-size: 14px;
        line-height: 1.2;
        white-space: normal;
        font-size: 15px;
    }
    a.ws-rakebackcalc-button2 {
        font-size:15px!important;
        line-height: 50px;
        padding: 0 40px;
    }

}
@media only screen and (min-width: 768px) {
    .ws-rakebackcalc-block {
        display: none;
    }
    .ws-rakebackcalc-table {
        display:block;
    }

}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .ws-rakebackcalc-table tbody  td:first-child  img {
        max-width:120px
    }
    .ws-rakebackcalc-table tbody td a {
        margin-bottom: 5px;
    }
    .ws-rakebackcalc-table tbody td:first-child .rakeback-title {
        padding-left: 0!important;
        text-align: center;
        white-space: normal;
        line-height: 1.3;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .ws-rakebackcalc-table tbody td:not(:first-child) {
        width:14%
    }
    .ws-rakebackcalc-table td {
        padding: 15px 5px!important;
        font-size: 15px;
    }
    .ws-rakebackcalc-table td:first-child {
        padding-bottom: 13px!important;
    }

    .ws-rakebackcalc-table tbody td a {
        font-size:18px
    }
    a.ws-rakebackcalc-button2 {
        font-size:13px!important
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .ws-rakebackcalc-table tbody td:not(:first-child) {
        width: auto;
    }
    .ws-rakebackcalc-table tbody  td:first-child  img {
        max-width:100px
    }
}
@media only screen and (max-width: 1199px) {
    .ws-rakebackcalc-form {
        padding: 50px 0 40px;
    }
    .ws-rakebackcalc-table {
        padding: 40px 0 0;
    }

}
@media only screen and (min-width: 1200px) {
    .ws-rakebackcalc-form {
        padding: 50px 0 40px;
    }
    .ws-rakebackcalc-table {
        padding: 40px 0 0;
    }
    .ws-rakebackcalc-table td {
        padding: 22px 5px!important;
    }
    .ws-rakebackcalc-table td:first-child {
        padding: 15px 5px 13px!important;
    }
    .ws-rakebackcalc-table tbody  td:first-child  img {
        max-width:120px
    }
    .ws-rakebackcalc-table tbody td:not(:first-child):not(:last-child) {
        width:13%
    }
    .ws-rakebackcalc-table tbody td a {
        font-size:20px
    }
    a.ws-rakebackcalc-button2 {
        font-size:15px!important;
    }
    dl.ws_dropdown dt {
        padding: 0 8px;
        height: 40px;
        line-height: 40px;
    }
    dl.ws_dropdown dt span {
        height: 36px;
        width: 36px;
    }
    dl.ws_dropdown dd ul li {
        padding: 0 8px;
    }

}
