.btn.disabled, .btn:disabled {
    opacity: 0.65;
}
.btn-loading {
    color: transparent !important;
    pointer-events: none;
    position: relative;
}
.btn-loading:after {
    content: '';
    -webkit-animation: loader 500ms infinite linear;
    animation: loader 500ms infinite linear;
    border: 2px solid #fff;
    border-radius: 50%;
    border-right-color: transparent !important;
    border-top-color: transparent !important;
    display: block;
    height: 1.4em;
    width: 1.4em;
    position: absolute;
    left: calc(50% - (1.4em / 2));
    top: calc(50% - (1.4em / 2));
    -webkit-transform-origin: center;
    transform-origin: center;
    position: absolute !important;
}

h1.font-count
{
    font-size: 6em !important;
}

h3.font-count
{
    font-size: 2.6em !important;
}

@-webkit-keyframes loader {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes loader {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.fab-container {
    position: fixed;
    bottom: 125px;
    right: 20px;
    z-index: 1;
    cursor: pointer;
}
.fab-icon-holder {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background: #016fb9;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}
.fab-icon-holder i {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    font-size: 25px;
    color: #ffffff;
}
.fab {
    width: 50px;
    height: 50px;
    background: #d23f31;
}
.fab:hover+.fab-options,
.fab-options:hover {
    opacity: 1;
    transform: scale(1);
}
.form-control::placeholder
{
    font-size: 0.8em;
}
.font-count{
    font-size: 4em;
}
.bg-red-dark {
    background-color: #da4453!important;
    color: #fff!important;
}
#footer-bar a.active{
    border-top : 3px solid var(--primary);
    background: #ddd !important;

}
.page-title-large .greeting-text
{
    font-size:18px !important;
    line-height : 27px !important;
}
.header-card.shape-rounded {
    border-bottom-left-radius: 60px;
    border-bottom-right-radius: 0px;
}

.signpages .details:before {
    background-color: #212f3d !important
}

.is-invalid{
    border: 1px solid red;
}

.card-count
{
/*    padding-top:40px;*/
    font-size: 6em !important;
    line-height: 60px;
    text-shadow: 2px 2px 2px #1f1f1f;
}

.theme-dark .input-style-2.has-icon .input-style-1-active {
    color: #a6cc3c !important;
    transform: translate(-25px, -25px);
    transition: all 150ms ease;
    border-radius: 5px;
    padding-top: 1px;
    padding-left: 10px;
    border: #a6cc3c 1px solid;
}


.theme-dark .input-style-2 textarea
{
    color : #fff !important;
}
.theme-dark h1, .theme-dark h2, .theme-dark h3, .theme-dark h4, .theme-dark h5, .theme-dark h6, .theme-dark #footer-bar a i, .theme-dark #footer-bar a span .theme-dark p strong
{
    color:#a6cc3c !Important;
}
.theme-dark p
{
    color:#fff !important;
}
h4.greeting-text
{
    color:#fff !important;
}
body.theme-dark
{
    color:#fff !important;
}

.bg-primary {
    background-color:#129096 !important;
    color:white;
}

.theme-dark .bg-primary {
    background-color:#a6cc3c !important;
    color:white;
}

a.bg-primary:hover, a.bg-primary:focus, button.bg-primary:hover, button.bg-primary:focus {
    background-color:#1f1f1f !important;
    color:white;
}

input {
    font-size: 14px !important;
}