@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");
/*# sourceMappingURL=custom.min.css.map */
/*.card{*/
/*    background: #0ab39c!important;*/
/*}*/
.nav .nav-item button{
    background: #DBDFEA !important;
    font-weight: 600!important;
}
nav ul {
    list-style: none;
}

nav>ul {
    margin: 0;
    padding: 0;
}

nav .nav-icon {
    font-size: 22px;
    color: #012970;
    margin-right: 25px;
    position: relative;
}
.header-nav .nav-profile {
    color: #012970;
}

nav .nav-profile img {
    max-height: 36px;
    max-width: 36px;
}

nav .nav-profile span {
    font-size: 14px;
    font-weight: 600;
}

nav .badge-number {
    position: absolute;
    inset: -2px -5px auto auto;
    font-weight: normal;
    font-size: 12px;
    padding: 3px 6px;
}
.header-nav .notifications {
    inset: 8px -15px auto auto !important;
}

nav .notifications .notification-item {
    display: flex;
    align-items: center;
    padding: 15px 10px;
    transition: 0.3s;
}
nav .notifications .notification-item i {
    margin: 0 20px 0 10px;
    font-size: 24px;
}

nav .notifications .notification-item h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
}

nav .notifications .notification-item p {
    font-size: 13px;
    margin-bottom: 3px;
    color: #919191;
}

nav .notifications .notification-item:hover {
    background-color: #f6f9ff;
}


.nav .nav-item .active{
    background: #041E43!important;
}
.dashboard .card{
    background: linear-gradient(104.77deg, #093471 3.26%, #052756 36.1%, #003D95 97.7%);
    color: #fff;
}
.dashboard .fn-lg{
    font-size: 33px !important;
    text-wrap: no-wrap;
}
.dashboard-cards .wrapper{
    max-width: 100%;
    overflow-x: scroll;
}
.main-font-color{
    color: #2B378DFA;

}
.fw-main{
    font-weight: 600;
}
.ethiopian {
    background: linear-gradient(90deg, red, yellow, green);
    font-weight: bold;
}
.qatar {
    background: linear-gradient(90deg, maroon, white);
    color: #fff;
    font-weight: bold;
}
.emirates {
    background: linear-gradient(90deg, #FF0000, #008000);
    font-weight: bold;
    color: #fff;
}

.kenya-airways {
    background: linear-gradient(90deg, #FF0000, #FFFFFF, #000000);
    font-weight: bold;
}

.egyptair {
    background: linear-gradient(90deg, #0000FF, #000000);
    font-weight: bold;
}
.flydubai {
    background: linear-gradient(90deg, #ADD8E6, #FFA500);
    font-weight: bold;
}
.saudia {
    background: linear-gradient(90deg, #4169E1, #FFFFFF);
    font-weight: bold;
}
.turkish {
    background: linear-gradient(to right, red, white);
    font-weight: bold;
}
.gulfair {
    background: linear-gradient(to right, gold, white);
    font-weight: bold;
}
.lufthansa {
    background: linear-gradient(to right, navy, white);
    color: #fff;
    font-weight: bold;
}
/*chat*/
.chat-item{
    margin-bottom: 10px;
}
.chat-item .chat-bubble{
    background-color: #0f3d81;
    color: #fff;
}
.chat-item .chat-bubble-me{
    background-color:#7f96b8;
}

/*airline*/
.airlines .box{
    height: 170px;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    transition: ease-in-out .2s;
}
.airlines .box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #ffffffbb, #ffffff00);
    border-radius: inherit;
}
.airlines .ethiopian{
     background-size: cover;
    background-repeat: no-repeat;
}
.airlines .info{
    background: linear-gradient(0deg,#ffffff, #ffffff00);
    padding: 30px;
    color: #0a0c0d;
    padding-bottom: 20px;
    z-index: 10;
}
.airlines .box:hover{
    scale: 1.1;
}
.navbar-menu{
    width: 250px;
}
@media (max-width: 768px) {
    .airlines .box{
        height: 200px;
    }
}
/*bank home tiles*/

.home-cards{
    background-color: #ffd90044;
}
.home-cards .icon{
    background: #c7d7ee;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
    border-radius: 50px;
}
/*super admin dashboard*/
.super-admin .avatar-group {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    /*background-color: #ff5fa2;*/
}
.super-admin .avatar {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-left: -13px;
    border: 1px solid white;
}
/*.super-admin .profile-pic{*/

/*}*/
.super-admin .table-avatar{
    width: 30px;
    height: 30px;
    border-radius: 50%;
}
