.m-right {
    margin-right: 20px;
}

.m-left {
    margin-left: 20px;
}

.flex {
    display: flex;
}

.tag-btn {
    border: 2px solid #38db77;
    display: inline-block;
    margin: 0 10px;
    font-size: 10px;
    padding: 5px 15px;
    border-radius: 3px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
    vertical-align: middle;
}

.flex.space-between {
    justify-content: space-between;
}

.align-center {
    align-items: center;
}

.team-requests-page {
    background: #fff;
    padding: 30px;
    margin-top: 45px;
    box-shadow: 0 2px 2px 0 rgba(144, 144, 144, 0.14), 0 3px 1px -2px transparent, 0 1px 5px 0 rgba(145, 145, 145, 0.12);
    border-radius: 5px;
}

.team-requests-page .tabs-links {
    padding: 0;
    margin-top: -78px;
}

.team-requests-page .tabs-links li {
    display: inline-block;
}

.team-requests-page .tabs-links li a {
    display: block;
    padding: 15px 30px;
    color: #747680;
    font-size: 16px;
}

.team-requests-page .tabs-links li a.active {
    background: #fff;
    color: #38db77;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    box-shadow: -4px -4px 6px -5px rgba(144, 144, 144, 0.14);
    font-weight: bold;
}

.team-requests-page .filters select {
    width: auto;
}

.team-requests-page .filters .search {
    position: relative;
}

.team-requests-page .filters .search input[type="search"] {
    background: #eaeaeb;
    border: 1px solid #cbd5dd;
    border-radius: 5px;
}

.team-requests-page .filters .search a {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 16px;
}

.requests {}

.request {
    display: flex;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
    position: relative;
}

.request .edit-delete {
    position: absolute;
    right: 10px;
}

.request .edit-delete a {
    display: inline-block;
    margin-right: 5px;
}

.request .user-image {
    max-width: 10%;
}

.request .user-image img {
    max-width: 50px;
    height: 50px;
    border-radius: 50%;
}

.request .request-detail {
    padding-left: 20px;
}

.request .request-detail h3 {
    color: #38db77;
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 10px;
}

.request .request-detail .approve {
    background: #38db77;
    display: inline-block;
    font-size: 12px;
    padding: 5px 25px;
    border-radius: 3px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
}

.request .request-detail .decline {
    background: #db1919;
    display: inline-block;
    font-size: 12px;
    padding: 5px 25px;
    border-radius: 3px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.request .request-detail .reason {
    margin: 10px 0;
}

#side-menu .badge {
    background-color: #0080BB;
    color: #fff;
    font-family: "Open Sans";
    font-size: 12px;
    font-weight: bold;
    text-shadow: none;
    float: none;
    margin-top: 0px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    padding: 0;
    margin-left: 5px;
}

.completed-requests table {
    width: 100%;
    font-size: 14px;
    color: #000;
}

.completed-requests table th {
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
    color: #2f4050;
}

.completed-requests table .user-img {
    max-width: 50px;
    border-radius: 50%;
    height: 50px;
    object-fit: cover;
    margin-right: 10px;
}

.body-superadmin .team-li-last {
    background: none !important;
    border: none !important;
}

.completed-requests table td {
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
}

.completed-requests table td.req-type {
    font-weight: 600;
}

.completed-requests table td.req-type span {
    color: #38db77;
}

.completed-requests table td.status {
    font-weight: bold;
}

.completed-requests table td.accetped {
    color: #55c816;
}

.completed-requests table td.status i {
    margin-right: 5px;
}

.completed-requests table td.rejected {
    color: #c8162b;
}

li.team-menu .collapse {
    display: block !important;
    padding: 0;
    list-style: none;
}

li.team-menu .collapse li a {
    display: block !important;
    font-weight: 600;
    padding: 14px 20px 14px 25px;
    color: #2f4050 !important;
}

li.team-menu .collapse li a:hover {
    color: #38db77 !important;
}

li.team-menu {
    border-top: 2px solid #38db77 !important;
    border-bottom: 2px solid #38db77 !important;
    background: #f0f0f0 !important;
    margin: 0 5px;
    border-radius: 5px;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15) inset;
}

.team-li-first {
    border-top: 2px solid #38db77 !important;
    background: #38db77 !important;
    margin: 0 5px;
    border-radius: 5px;
    padding-left: 30px;
    padding-top: 13px;
    padding-bottom: 10px;
}

.team-li-last {
    border-bottom: 2px solid #38db77 !important;
    background: #56fa95 !important;
    margin: 0 5px;
    border-radius: 5px;
}

.team-li {
    background: #56fa95 !important;
    margin: 0 5px;
}

li.team-menu .badge {
    float: right;
    margin-top: 5px;
}

li.team-li-first::before {
    content: 'Team';
    text-align: left;
    display: block;
    padding: 10px 30px;
    color: #000;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

body.body-employee .nav>li.team-menu.active {
    background: #f0f0f0;
}

.engagement-side .team-li-first {
    border-top: 2px solid #38db77 !important;
    margin: 0 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.engagement-side .team-li {
    background: #56fa95 !important;
    margin: 0 5px;
}
.engagement-side .team-li-last {
    border-bottom: 2px solid #38db77 !important;
    background: #38db77 !important;
    margin: 0 5px;
    border-radius: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.engagement-side .team-li:hover{
    background: #38db77 !important;
}
@media screen and (min-width:320px) and (max-width:767px) {
    .completed-requests table,
    .completed-requests thead,
    .completed-requests tbody,
    .completed-requests th,
    .completed-requests td,
    .completed-requests tr {
        display: block;
    }
    .completed-requests table {
        font-size: 12px;
    }
    .completed-requests table .user-img {
        display: none;
    }
    .completed-requests thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    .completed-requests tr {
        border: 1px solid #ccc;
    }
    .completed-requests td {
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50% !important;
    }
    .completed-requests td:before {
        position: absolute;
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        font-weight: bold;
    }
    .completed-requests td:nth-of-type(1):before {
        content: "Date";
    }
    .completed-requests td:nth-of-type(2):before {
        content: "Name";
    }
    .completed-requests td:nth-of-type(3):before {
        content: "Request Type";
    }
    .completed-requests td:nth-of-type(4):before {
        content: "Duration";
    }
    .completed-requests td:nth-of-type(5):before {
        content: "Status";
    }
    .filters .flex {
        display: block;
    }
    .team-requests-page .filters select {
        width: 100%;
        margin-bottom: 10px;
    }
    .team-requests-page .filters .search {
        margin: 0;
    }
    .tag-btn {
        margin: 0;
    }
    .team-requests-page .tabs-links li a {
        display: block;
        padding: 10px 12px;
        color: #747680;
        font-size: 12px;
    }
    .team-requests-page .tabs-links li a i {
        display: none;
    }
    .team-requests-page .tabs-links {
        margin-top: -67px;
    }
    .request .user-image img {
        max-width: 30px;
        height: 30px;
    }
}

.blink {
    animation: blinker 1s linear infinite;
    color: #db4965;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.sync_emp {
    margin-top: 14px;
    margin-left: 5px;
}