.kpoint-panel{
    color: #fff;
    background: #0095eb;
    padding: 10px 10px;
}

.kpoint-panel .kp-title{
    font-size: 16px;
    color: #fff;
    display: inline;
    margin-right: 10px;
}

.kpoint-panel .buy-point a{
    background: #fff;
    padding: 3px 8px;
    border-radius: 3px;
    color: #0095eb;
    margin-right: 10px;
    display: inline-block;
    margin: 3px 3px 0 0;
}

.kpoint-panel{
    background: #0095eb;
    margin-bottom: 30px;
}


#view_kp_logs{
    display: block;
    margin-bottom: 10px;
}

.kp-logs td{
	color: #efefef;
}
.kpoint-panel hr{
    margin-top: 10px;
    margin-bottom: 10px;
}

.kpoint-panel a{
    color: #fff;
}

#kp-logs-wrapper .up, #kp-logs-wrapper #kp-logs-inner{
    display: none;
}

#kp-logs-wrapper.open .up{
    display: inline;
}

#kp-logs-wrapper.open .down{
    display: none;
}

#view_kp_logs:hover{

    color: #fff;
}

#kp-logs-wrapper.open #kp-logs-inner{
    display: block;
}

#kp-logs-inner{

    max-height: 200px;
    overflow-y: auto;
}

#other-amount-block{
    position: relative;
    border: 1px solid rgba(30, 136, 229, 0);
    border-radius: 3px;


    margin-top: 20px;
}
#buy_other_point{
    position: relative;
}
#buy_other_point:after {
    left: 25px;
    bottom: -20px;
    right: 28px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2;
    border-color: rgba(30, 136, 229, 0);
    border-top-color: #fff;
    border-width: 12px;
    margin-left: -11px;
    margin-bottom: -2px;
}

#other-amount-block .input-group-addon {
    position: absolute;
    z-index: 3;
    border: none;
    background: transparent;
    height: 40px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    color: var(--brand-primary);
    font-weight: 700;
    font-size: 14px;
    color: #0095eb;
}

#other-amount-block #kp-custom-amount {
    border-radius: 3px !important;

    padding-left: 50px;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    position: relative;
    z-index: 2;
    min-height: 37px;
    float: left;
    width: 100%;
    margin-bottom: 0;
    box-sizing: border-box;
}

.sparkling-modal-frame {    
    width: 90%;
    margin-left: -45% !important;
    
}

.button.buy-point{
margin-top: 10px;
margin: 10px auto;
width: 100%;
}

.button:hover{
background: #157eeb;
}
.button{
background: #2d94ff;
color: #fff;
border: 1px solid #fff;
border-radius: 3px;
cursor: pointer;
padding: 8px 20px;
}