/*fonts*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Paytone+One&display=swap');

/*loading*/
.cursor_pointer{
    cursor: pointer;
}
.has_loading_container{
    position: relative;
    display: block;
}
.has_loading{
    opacity: 1 !important;
}
body img.loading_img{
    width: 35px !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border-radius: 100%;
}

/* modals */

.modal-dialog{
    top: 50% !important;
    transform: translate(0,-50%) !important;
    margin: 0 auto !important;
}

.modal-footer{
    display: block !important;
    padding: 10px 0 !important;
}
.modal-footer button.btn.btn-danger{
    background: red;
    color: #fff !important;
    display: inline-block;
    width: auto;
}
.modal-footer button.btn.btn-success{
    background: green;
    color: #fff !important;
    display: inline-block;
    width: auto;
}