@import "global.css";

.d-none.flex-sm-fill.d-sm-flex.align-items-sm-center.justify-content-sm-between {
    position: relative;
    justify-content: center !important;
}

.d-none.flex-sm-fill.d-sm-flex.align-items-sm-center.justify-content-sm-between>div:first-of-type {
    position: absolute;
    left: 0;
}

a.is-disabled {
    display: inline-block;
    cursor: not-allowed;
}

.btn-fetch {
    position: relative;
}

.btn-fetch .btn-text {
    width: 0;
    height: 0;
}

.btn-fetch .spinner-border {
    position: absolute;
    top: 33%;
    left: 0;
    right: 0;
    margin: auto;
    line-height: 40px;
}

.unselectable {
    pointer-events: none;
}