a{
    color:#544037;
}

a:hover{
    color:#ff5100;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link
{
    color: #D73F16;
    background-color: #fff;
}

.nav-pills .nav-link {
    border-radius: .25rem;
    color: #fff;
    background: #ff5100;
}
.nav-link:hover, .nav-link:focus {
    color: #D73F16;
    background-color: #fff;
    /* color:#fff !important; */

}
@media only screen and (max-width: 991px) {
    .horizontalMenu>.horizontalMenu-list>li>a
    {
        color: #ffffff;
    }
}
#back-to-top{
    background: #ff5100 !important;
}
#back-to-top:hover{
    color: #ff5100;
    border: 2px solid #ff5100;
    /* background: linear-gradient(to bottom right,); */
}
.card{
    overflow: hidden;
}

.app-sidebar .toggle-menu .side-menu__item.active:hover .side-menu__icon
{
    color: #ff5100 !important;
}

.app-sidebar .side-menu__item.active .side-menu__icon {
    color: #D73F16 !important;
}

.app-sidebar .toggle-menu .side-menu__item.active:hover {
    background: #fff;
    color: #FF5100 !important;
}

.app-sidebar .toggle-menu .side-menu__item:hover {
    background: #f0f3f7;
    color: rgb(255 81 0);
    border-left: 4px solid #FF5100;
}

.app-sidebar .toggle-menu .side-menu__item.active {
    border-left: 4px solid #D73F16;
    color: #d73f16 !important;
}

.app-sidebar .side-menu__item:hover {
    color: #FF5100;
}

.app-sidebar .side-menu__item.active {
    color: #D73F16;
    font-weight: 400;
    background: #f0f3f7;
}

.tabs-menu ul li .active {
    background: #d74F16;
    color: #fff;
}

.breadcrumb-item a {
    color: #D73F16;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #ff5100;
    border: 1px solid #ff5100;
}

.hor-menu .horizontalMenu>.horizontalMenu-list>li>a:hover{
	color:  #D73F16;
	background:#fff;
}

.horizontalMenu>.horizontalMenu-list>li>a {
	/* display: block;
	padding: 1.5rem 1.3rem 1.5rem;
    text-decoration: none;
    position: relative;
    margin: 0 1px; */
	color:#fff;
    background: #FF5100;
    border: 2px solid #ff5100 !important;
    border-radius: .25rem;
}

.hor-menu .horizontalMenu>.horizontalMenu-list>li>a:hover:before{
    all:unset;
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	bottom: 0;
}
.dot1{
    background: #FF5100 !important;
}
.dot2{
    background: #FFF !important;
}

.double-bounce1{
    background: #FFF !important;
}
.double-bounce2{
    background: #FF5100 !important;
}

.sk-cube1{
    background: #FF5100 !important;

}
.sk-cube2{
    background: #fff !important;

}
.sk-cube3{
    background: #000 !important;

}
.sk-cube4{
    background: #fff !important;

}

.sk-folding-cube .sk-cube:before {
	background: #c3c3c3 !important;

}

.initial-profile
{
    color: #fff;
    /* float: left; */
    font-size: 4em;
    /* font-size: -webkit-xxx-large; */
    /* height: 100px; */
    line-height: 4;
    /* margin-right: 10px; */
    text-align: center;
    vertical-align: middle;
    /* width: 40px; */
    border-radius: 10px;
}

.sweet-alert button.cancel{
    background-color: #dc3545 !important ;
}
.sweet-alert h2:after {
    border-color: #ff5100; /* Set the desired color */
}

.username{
    line-height: 25px !important;
}

.tag{
    font-size: 1rem;
}
