.text_color_work {
    color: magenta ;
}
.bg_color_work {
    background-color: magenta ;
}
.bg_work {
    background-color: #f9ecf4;
    border-radius: 0px 40px 40px;
}
.h1-work {
    font-size: 45px;
    line-height: 70px;
}
/*  */
.active
.fa-2x {
    font-size: 2em;
}

.fa {
    position: relative;
    display: table-cell;
    width: 60px;
    height: 36px;
    text-align: center;
    vertical-align: middle;
    font-size: 20px;
}

.menu_active::before {
    content: '';
    width: 4px;
    height: 100%;
    background-color: magenta ;
    position: absolute;
    left: 0px;
    border-bottom-left-radius: 16px;
    border-top-left-radius: 20px;
}
.menu_active {
    position: relative;
    background-color: #f0fbfb;
    color: magenta ;
    font-weight: 700;
    border-radius: 16px;
}
.menu_active>span {
    color: magenta ;
}

.main-menu:hover,
nav.main-menu.expanded {
    width: 250px;
    overflow: visible;
}

.main-menu {
    background: #ffffff;
    border-right: 1px solid #e5e5e5;
    position: fixed;
    top: 0;
    bottom: 0;
    height: 100%;
    left: 0;
    width: 80px;
    overflow: hidden;
    -webkit-transition: width .05s linear;
    transition: width .05s linear;
    -webkit-transform: translateZ(0) scale(1, 1);
    z-index: 998;
    display: flex;
    justify-content: start;
}

.main-menu>ul {
    margin: 100px 0;
}

.main-menu li {
    position: relative;
    display: block;
    width: 250px;
    padding: 0 10px;
    margin: 15px 0;
}

.main-menu li>a {
    position: relative;
    display: table;
    border-collapse: collapse;
    border-spacing: 0;
    color: #999;
    font-family: arial;
    font-size: 14px;
    text-decoration: none;
    -webkit-transform: translateZ(0) scale(1, 1);
    -webkit-transition: all .1s linear;
    transition: all .1s linear;

    /* width: 60px; */
    height: 56px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    /* color: var(--text-grey-l1); */
    transition-property: width;
    border-radius: 6px;
    /* padding-left: 20px !important; */

}

.main-menu .nav-icon {
    position: relative;
    display: table-cell;
    width: 60px;
    height: 36px;
    text-align: center;
    vertical-align: middle;
    font-size: 18px;
}

.main-menu .nav-text {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    width: 190px;
    margin-left: 30px;
}

.main-menu>ul.logout {
    position: absolute;
    left: 0;
    bottom: 0;
}

.no-touch .scrollable.hover {
    overflow-y: hidden;
}

.no-touch .scrollable.hover:hover {
    overflow-y: auto;
    overflow: visible;
}

a:hover,
a:focus {
    text-decoration: none;
}

nav {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

nav ul,
nav li {
    outline: 0;
    margin: 0;
    padding: 0;
}

.main-menu li:hover>a,
nav.main-menu li.active>a,
.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus,
.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus,
.no-touch .dashboard-page nav.dashboard-menu ul li:hover a,
.dashboard-page nav.dashboard-menu ul li.active a {
    /* color:#000000; */
    /* background-color:#e4d6d6; */
}

.area {
    float: left;
    background: #e2e2e2;
    width: 100%;
    height: 100%;
}

/* <!-- bottom menu in responsive --> */
.bottom_menu>ul {
    border-top:1px solid #9999993f ;
}
.bottom_menu>ul>li>a {
    margin: 0px;
    line-height: initial;
    font-size: 10px !important;
    font-weight: 700;
    display: flex;
    align-items: center;
    flex-direction: column;
    color: #999;
}
.bottom_menu>ul>li>a:hover {
    color: red !important;
}
.bottom_menu>ul>li>a>span:hover {
    color: red !important;
}
.bottom_menu>ul>li>a>span {
    color: #999999;
    font-size: 24px;
}
.active_bottom_menu {
    color: #2bada7 !important;
}


/* tab_section */
.tab_section>li {
    padding:10px 0;
    background-color: #faf9f9;
    border-top-right-radius: 16px;
    border-top-left-radius: 16px;
}
.tab_section>li>a {
    width: 100%;
    padding:10px 50px;
    background-color: #faf9f9;
    color: #adaabc;
    border-top-right-radius: 16px;
    border-top-left-radius: 16px;
}
@media (max-width:991px) {
    .tab_section>li {
        width: 100%;
    }
    .tab_section>li>a {
        display: block;
    }
}
.active_tabbar {
    background-color: magenta  !important;
    color: #fff !important;
}
.input_search_box {
    background: linear-gradient(87.67deg, rgb(255, 255, 255) 59.13%, rgba(255, 255, 255, 0.92) 101.63%);
    border: 2px solid rgb(247, 248, 249);
    box-shadow: rgb(12 26 75 / 10%) 0px 0px 1px, rgb(50 50 71 / 8%) 0px 4px 20px -2px;
    box-sizing: border-box;
    border-radius: 120px;
    padding: 12px 12px 12px 24px;
}
.btn_shearch_tab {
    width: 50px;
    height: 50px;
    padding: 9.9px 0;
    font-size: 18px;
    background-color: magenta;
    top: 50%;
    right: 0;
    transform: translate(-15px, -50%);
}
.info_search {
    color: #77007a !important;
    font-weight: 600 !important;
    font-size: 17px !important;
}
@media (max-width:1100px) {
    .d-m-l {
        display: none;
    }
    .d-m-b {
        display: block;
    }
}
@media (min-width:1100px) {
    .d-m-l {
        display: block;
    }
    .d-m-b {
        display: none;
    }
}


















/* my jobs */
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    color: magenta  !important;
    background-color: unset;
    border-color: unset;
    border-bottom: 2px solid magenta  !important;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
    isolation: unset;
    border-color: unset;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    color: unset;
    background-color: unset;
    border-color: unset;
}
.nav-link:hover, .nav-link:focus {
    color: magenta ;
}
.nav-link {
    color: #999;
}

/* profile */
.line-32 {
    line-height: 32px;
}
@media (min-width:992px) {
    .px-lg-6 {
        padding-right: 6rem !important;
        padding-left: 6rem !important;
    }
}
.img-user-icon>span {
    color: #939dae;
}
.img-user-icon {
    width: 148px;
    height: 148px;
    background-color: #f3f5f8;
    left: 5%;
    top: 0%;
    transform: translate(0%,-50%);
}
.image-hover {
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    background: transparent;
    border-radius: 50%;
    cursor: pointer;
    background: transparent;
    transition: background 0.2s ease 0s;
}
.img-user-icon:hover + .image-hover {
    display: block !important;
}
.card:hover {
    cursor: pointer;
    box-shadow:  0 10px 16px #ccc;
    transition: box-shadow .3s,border-color .3s;
}
.f-14 {
    font-size: 14px;
}