﻿/* Add this to your existing styles */
.spinner-border {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    vertical-align: text-bottom;
    border: 0.2em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    animation: spinner-border .75s linear infinite;
}

@keyframes spinner-border {
    to {
        transform: rotate(360deg);
    }
}



    .Tiports-button-primary:disabled {
        background-color: #95a5a6;
        cursor: not-allowed;
    }

.form-control {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.padding-bottom-10 {
    padding-bottom: 10px;
}

.d-grid {
    display: grid;
}

.my-4 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}
