.custom-icon-navbar {

    padding-right: 15px;
    font-size: 15px;
    color: black;

}

.orange-background-menu {

    background-color: #F9A54B !important;

}

.overlay {
    opacity: 0.3;
    display: block;
    width: 100%;
    height: auto;
    pointer-events: none;
    z-index: -1 !important;
}

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

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

/* Add animation to "page content" */
.animate-bottom {
    position: relative;
    -webkit-animation-name: animatebottom;
    -webkit-animation-duration: 1s;
    animation-name: animatebottom;
    animation-duration: 1s
}

@-webkit-keyframes animatebottom {
    from {
        bottom: -100px;
        opacity: 0
    }
    to {
        bottom: 0px;
        opacity: 1
    }
}

@keyframes animatebottom {
    from {
        bottom: -100px;
        opacity: 0
    }
    to {
        bottom: 0;
        opacity: 1
    }
}

#myDiv {
    display: none;
    text-align: center;
}

.email-text-font {

    font-family: Tahoma, sans-serif;
    font-size: 10pt;


}

#cover-spin {
    position:fixed;
    width:100%;
    left:0;right:0;top:0;bottom:0;
    background-color: rgba(255,255,255,0.7);
    z-index:9999;
    display:none;
}

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

@keyframes spin {
    from {transform:rotate(0deg);}
    to {transform:rotate(360deg);}
}

#cover-spin::after {
    content:'';
    display:block;
    position:absolute;
    left:48%;top:40%;
    width:40px;height:40px;
    border-style:solid;
    border-color: #0abb87;
    border-top-color:transparent;
    border-width: 4px;
    border-radius:50%;
    -webkit-animation: spin .8s linear infinite;
    animation: spin .8s linear infinite;
}

.kt-menu__link-text {
    transition: all .2s ease-in-out;
}


.kt-menu__link-text:hover {
    transform: scale(1.1);
    color: rgba(247, 143, 30, 0.9) !important;
}

.kt-badge.kt-badge--unified-success {

    color: #102f2a;
}

.kt-font-success {
    color: #102f2a;
}

.btn.btn-black {
    background-color: black;
    color: white;
    font-weight: bold;
}


