#content-panel .partop{
    float: left;
    color: #b3b3b3;
    width: 100%;
    font-weight: bold;
    text-align: center;
    margin: 20px 0px;
    line-height: normal;
    margin-top: 15px;
    }

.rules-box {
    display: flex;
    margin-bottom: 20px;
    margin-top: 15px;
    float: left;
    width: 100%;
    clip-path: polygon(0% 0%, 97% 0, 100% 50%, 97% 100%, 0% 100%);
    background: linear-gradient(90deg,#102331,#129f81,#102331);
}

.rules-item.rules-item-1 {
    color: #fff;
    /*! background: linear-gradient(90deg,#102331,#0b3d3f); */
    margin-left: 0;
    /*! z-index: 10; */
}
.rules-item.rules-item-2 {
    color: #fff;
    /*! background: linear-gradient(90deg,#0d3b3f,#12a786); */
    /*! z-index: 9; */
}
.rules-item.rules-item-3 {
    color: #fff;
    /*! background: linear-gradient(90deg,#1ea385,#0d3e41); */
    /*! z-index: 8; */
}
.rules-item.rules-item-4 {
    color: #fff;
    /*! background: linear-gradient(90deg,#174446,#122634); */
    /*! z-index: 7; */
}
.rules-item {
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: center;
    height: 106px;
    padding: 20px;
    /*! clip-path: polygon(0% 0%, 95% 0, 100% 50%, 95% 100%, 0% 100%); */
    margin-left: -15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #232323;
    font-weight: normal;
    text-align: center;
    position: relative;
}

.rules-number {
    position: absolute;
    top: 7px;
    left: 17px;
    width: 21px;
    height: 21px;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #232323;
    background: #FFFFFF;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}
.rules-title {
    font-size: 17px;
    line-height: 22px;
}
.rules-text {
    margin-top: 4px;
    font-size: 12px;
    line-height: 18px;
}

.profit-title {
    font-size: 24px;
    font-weight: bold;
    line-height: 35px;
    text-align: center;
    color: #fff;
    width: 100%;
    float: left;
    margin-top: 35px;
    margin-bottom: 20px;
}

.cashback-wrap {
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
    padding-left: 13%;
    padding-right: 13%;
    background: #FFFFFF;
    box-shadow: 0px 0px 6px white;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 2px;
    color: #5c5c5c;
}
.cashback-wrap img {
    width: 40px;
    float: left;
    padding-top: 5px;
}
.cashback-text {
 font-size: 20px;
 line-height: 25px;
 padding-left: 17%;
}

.how-withdraw-wrap {
    float: left;
    overflow: hidden;
    width: 100%;
    margin-bottom: 50px;
}

.how-withdraw-wrap p {
    font-size: 19px;
    line-height: 35px;
    margin-bottom: 25px;
}

.how-withdraw-wrap .withdraw-minimum {
    font-size: 15px;
    line-height: 24px;
    color: #ABABAB;
}
.partner-butn {
    min-width: 120px;
    height: 45px;
    width: 300px;
    margin: 0 auto;
    color: #fff;
    cursor: pointer;
    border-radius: 3px;
    text-align: center;
    text-decoration: none;
    background: #2c516a;
    font: 700 18px/45px 'Roboto',sans-serif;
    border: 0;
    display: block;
    overflow: hidden;
    margin-bottom: 30px;
}
.partner-butn:hover {
    background: #79baff;
}


/*!-------------------------------add exchanger ---------------------*/
.wrap-addexcdesc {
 padding: 10px;
 line-height: 20px;
 font-size: 16px;
 color: #e4e4e4;
}

.wrap-addexcdesc p {
 margin-top: 20px;
}
.wrap-addexcwarn {
    padding: 10px;
    line-height: 20px;
    font-size: 16px;
    color: #e4e4e4;
}
.wrap-addexc {overflow: hidden;float: left;margin-top: 25px;}
.wrap-addexc b {color: white;}
.wrap-addexc p {font-size: 20px;color: white;margin-bottom: 15px;}
.wrap-addexc ul {
    list-style: disclosure-closed;
    line-height: 30px;
    font-size: 16px;
    color: #b5b4b4;
    padding-left: 30px;
}
.wrap-addexc ul li::marker {color: white;}

.coladdexcl input[type="text"], input[type="email"] {
    width: 49%;
    padding: 12px 19px;
    color: #000;
    margin: 0 0 20px;
    border: 2px solid #c5cdda;
    border-radius: 4px;
    background: #fff;
    font: 300 17px/22px 'Roboto',sans-serif;
    float: left;
    margin-left: 2%;
}

.coladdexcr input[type="text"], input[type="email"], input[type="date"] {
    width: 49%;
    padding: 12px 19px;
    color: #000;
    margin: 0 0 15px;
    border: 2px solid #c5cdda;
    border-radius: 4px;
    background: #fff;
    font: 300 17px/22px 'Roboto',sans-serif;
    float: left;
}
.add-messages{resize: none;}
.add-messages:focus{height: 75px;}