/*login page top curve color*/
.sign-in-page::after {
    background: linear-gradient(to right, #c3da57 0%, #78c44e 100%) !important;
}

.badge-primary {
    background: linear-gradient(to right, #c3da57 0%, #78c44e 100%) !important;
}

.bg-primary {
    background: linear-gradient(to right, #c3da57 0%, #78c44e 100%) !important;
}

.btn-primary {
    background: linear-gradient(to right, #c3da57 0%, #78c44e 100%) !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    border: none !important;
}

.btn-tertiary {
    color: #fff;
    background-color: #3d84bf;
    border-color: #3d84bf;
}
.btn-tertiary:hover {
    color: #fff;
    background-color: #3373a7;
    border-color: #3373a7;
}
.btn-check:focus + .btn-tertiary,
.btn-tertiary:focus {
    color: #fff;
    background-color: #3d84bf;
    border-color: #3d84bf;
    -webkit-box-shadow: 0 0 0 0.15rem rgba(106, 179, 243, 0.5);
    box-shadow: 0 0 0 0.15rem rgba(106, 179, 243, 0.5);
}
.btn-check:checked + .btn-tertiary,
.btn-check:active + .btn-tertiary,
.btn-tertiary:active,
.btn-tertiary.active,
.show > .btn-tertiary.dropdown-toggle {
    color: #fff;
    background-color: #3d84bf;
    border-color: #3d84bf;
}
.btn-check:checked + .btn-tertiary:focus,
.btn-check:active + .btn-tertiary:focus,
.btn-tertiary:active:focus,
.btn-tertiary.active:focus,
.show > .btn-tertiary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.15rem rgba(106, 179, 243, 0.5);
    box-shadow: 0 0 0 0.15rem rgba(106, 179, 243, 0.5);
}
.btn-tertiary:disabled,
.btn-tertiary.disabled {
    color: #fff;
    background-color: #3d84bf;
}

.iq-sidebar-logo span {
    letter-spacing: 0.3em !important;
}

.tail-select {
    width: 290px;
    margin-bottom: 0 !important;
    padding: 0;
    display: inline-block;
    position: relative;
    font-size: 14px;
    line-height: 25px !important;
    font-family: inherit;
}

#loading {
    background: #ffffff url("/misc/fleet.png") no-repeat scroll center center;
    background-size: 15%;
    height: 100%;
    width: 100%;
    position: fixed;
    margin-top: 0px;
    top: 0px;
    left: 0px;
    bottom: 0px;
    overflow: hidden !important;
    right: 0px;
    z-index: 999999;
    animation-name: example;
    animation-duration: 0.4s;
    animation-direction: reverse;
    opacity: 1;
}

@keyframes example {
    100% {
        opacity: 0.4;
        top: 20px;
    }
}
