

/* Button Starts*/


/*Type 1*/


.xeo-button-1{

    background-color: #ae2626;
    color: #FFFFFF;
    border-radius: 5px;
    font-family: OpenSans-SemiBold;
    font-size: 12px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.3px;
    text-align: center;


}


.xeo-button-1:hover, .xeo-button-1:focus{

    color: #FFFFFF;

}

/*Type 2*/


.xeo-button-2{
    background-color: #FFFFFF;
    color: #ae2626;
    border-radius: 5px;
    font-family: OpenSans-SemiBold;
    font-size: 12px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.3px;
    text-align: center;
    border:1px solid #ae2626;

}


.xeo-button-2:hover, .xeo-button-2:focus{

    color: #ae2626;

}

.xeo-button-4{
    background-color: #ae2626;
    color: #FFFFFF;
    border-radius: 5px;
    font-family: OpenSans-SemiBold;
    font-size: 12px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.3px;
    text-align: center;
}


.xeo-pay-now-button{

    width: 85px!important;
    height:21px;
    padding:0!important;
}

/* type 3*/


.xeo-button-3 {
    padding: 2px 8px !important;
    background-color: #ae2626 !important;
    font-size: 10px !important;
    height: 25px;
    width: 78px;
    letter-spacing: .3px;
    position: relative;
    color: #fff;;
}


.xeo-button-4{

    background-color: #ae2626;
    color: #FFFFFF;
    border-radius: 5px;
    font-family: OpenSans-SemiBold;
    font-size: 11px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.3px;
    text-align: center;

}

.xeo-button-4:hover{

    color: #f6f6f6!important;
}

.payee-back-btn {
    color: #ae2626;
    font-size: 14px;
    width: 100%;
    background-color: #ffffff;
    padding: 6px 0px;
    outline: none;
    border: #ae2626 1px solid;
    border-radius: 4px;

}

.payee-add-btn {
     color: white;
     font-size: 14px;
     width: 100%;
     background-color: #ae2626;
     padding: 6px 0px;
     outline: none;
     border: #ae2626 1px solid;
     border-radius: 5px;
 }
.acc-payee-add-btn {
    color: white;
    font-size: 14px;
    width: 100px;
    background-color: #ae2626;
    padding: 6px 0px;
    outline: none;
    border: #ae2626 1px solid;
    border-radius: 5px;


}

.acc-button-repay {
    left: 83px;
    position: relative;
}

.payee-add-btn:hover{
	
	color: 	#F5F5F5!important;
	background-color: #8B0000;
	}

.acc-payee-add-btn:hover{

    color: 	#F5F5F5!important;
    background-color: #8B0000;
}
.payee-back-btn:hover{
	
	color: 	#8B0000!important;

	}
@media only screen and (max-width: 768px) {

    /*.xeo-button-1,.xeo-button-2{*/
        /*width:100%;*/
    /*}*/


}
@media only screen and (max-width: 380px) {


    .xeo-button-3{

        width: auto;
        height: auto;
    padding: 4px 4px !important;
        font-size: 9px !important;

    }
    .xeo-pay-now-button{

        width:80px;
    }
}

@media only screen and (max-width: 320px) {


    .xeo-button-3{


        padding: 3px 3px !important;
        font-size: 8px !important;

    }
    .xeo-button-1,.xeo-button-2{

        font-size: 9px;
    }


    .xeo-pay-now-button{

        width: 61px;
    }
}