body{
    background-color:#e96024;
}
.side-menu:hover{
    color:black !important;
}
.side-menu:hover svg path{
    color:#293c8f !important;
}
.side-menu:hover svg rect{
    color:#293c8f !important;
}
.side-menu:hover svg line{
    color:#293c8f !important;
}

.side-menu:hover svg circle{
    color:#293c8f !important;
}
.side-menu:hover svg polyline{
    color:#293c8f !important;
}
.side-nav__devider{
    background: rgba(241, 245, 248, 1) !important;
}
.breadcrumb li{
    color:#e96024;
}
.breadcrumb li.active{

    color:black;
}

.breadcrumb svg{
    color:#e96024;
}

.side-menu__sub-open{
    background: rgba(255,110,46,0.9) !important;
}

.side-menu__sub-open li a{
color: white !important;
}


.custom-blue-btn{
    background: #293c8f ;
    color: white;
    padding: 5px 15px;
    min-width: 100px;
    border-radius: 30px;
    border:1px solid transparent;
    display: inline-block;
    text-align: center;
    transition: .2s ease;
}
.custom-blue-btn.no-border-radius{
    border-radius: 4px !important;
}
.custom-blue-btn:hover{
    background: #212154;
    color: white;
}


.custom-blue-btn.hidden{
    display: none !important;
}


.custom-chat-layout-wrapper{
    background-color: rgb(41, 60, 143);
    color: white;
    padding: 30px 15px;
}
.img-wrapper img{
    max-width: 300px;
    margin: 0 auto;
}
.custom-card-wrapper{
    box-shadow: 0px 3px 20px #4325254a;
}
.custom-blue-round-btn{
    width: 40px;
    height: 40px;
    border-radius:50%;
    background-color: rgb(41, 60, 143);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}
.custom-blue-round-btn:hover{
    background-color: rgb(33, 33, 84);
    cursor: pointer;
}
.work-togehher-wrap{
    max-width: 1000px;
    margin: 0 auto ;
}

.custom-user-type-wrap{
    width: 40px;
    height: 40px;
    background: #e96024;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    margin-right: 10px;
}
.custom-user-type-wrap svg{
    fill: white;
    width: 28px;
    height: 28px;
}
.custom-user-type-wrap svg circle{
    fill: white;
}
.custom-user-type-wrap svg path{
    fill: white;
}
.max-width-container-otp{
    max-width: 440px;
}
