﻿.upload-loader {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    display: none;
    z-index: 10;
}

.loader-spinner {
    width: 20px;
    height: 20px;
    border: 2px solid #f3f3f3;
    border-top: 2px solid #0a4651;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Success indicator */
.upload-success {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    color: #0a4651;
    font-size: 18px;
    display: none;
}

.FAQ .grp.noimage > li {
    width:100%!important;
}

.text a {
    color:rgb(158, 31, 99);
}

.FAQ .inner {
   max-height: unset !important;
}

.FAQ .datali.dimmer{
    opacity:0;
}