
.loader {
    border: 10px solid #802852;
    border-radius: 50%;
    border-top: 10px solid #EEAB1E;
    width: 10px;
    height: 10px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
    display:inline-block;
}

/* Safari */
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.modal-sm {
    width: 160px; /* New width for small modal */
}
.modal {
    overflow-y: scroll; /* Scroll modal with the background */
}

.capture_tip_error {
    color: #a94442
}

h4 {
    font-size: 16px;
    line-height: 20px;
}

