/* Add here all your css styles (customizations) */
input::-webkit-input-placeholder { /* WebKit browsers */
    opacity: 50% !important;
}

.no-padding-left {
    padding-left: 0;
}

.hidden-box {
    visibility: hidden;
    display: none;
}

.u-btn-info {
    color: #fff;
    background-color: darkgrey;
}

.reo-alert-fixed {
    position:fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index:9999;
    border-radius:0px
}

.app-loader {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 9999;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border: 16px solid #1717171a;
    border-radius: 50%;
    border-top: 16px solid #e62154;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    display: none;
}

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

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

.note-insert {
    display: none !important;
}
