.te-loading {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 99;
    background: url(../preloader/te.gif) no-repeat center #FFF;
    opacity: 0.75;
    width: 100%;
    height: 100%;
    background-size: 45px 45px;
}

.floatright {
    float: right;
}

.floatleft {
    float: left;
}

.clearboth {
    clear: both !important;
}

.te-notification-area {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    max-width: 100%;

}


.te-pagination-wrapper {

    border-top: 1px solid #e4eaec;
    padding: 15px 15px;
}

.te-pagination-wrapper ul.pagination {

    margin: 0px;
    display: block;
}

.te-pagination-wrapper ul.pagination li {

    display: inline-block;
}

.te-pagination-wrapper ul.pagination li.input-bullet {
    /*border:1px solid*/
}

.te-pagination-wrapper ul.pagination li.input-bullet label {
    padding: 9px 5px 9px 15px;
    float: left;
    margin: 0;
    position: relative;
    text-align: right;
    line-height: 1.57142857;
}

.te-pagination-wrapper ul.pagination li.input-bullet input.jump-pageno {
    padding: 9px 15px;
    float: left;
    position: relative;
    width: 75px;
    min-width: 75px;
    border: 1px solid #e4eaec;
    font-weight: bold;
    text-align: center;
    line-height: 1.57142857;
}

.te-pagination-wrapper .te-table-bottom-text {
    font-style: italic;
    font-size: 11.5px;
    color: #666;
}

.container .te-notification-area {
    padding: 0 0 10px !important;
}

span.highlighted {
    background-color: yellow !important;
}

.help-btn {
    cursor: help;
    display: inline-block;
}

#content-wrapper {
    min-height: 600px !important;
}

.site-gridmenu li.active > a.active {
    background: #242f35 none repeat scroll 0 0;
    color: #ffffff;
}

.daterange-filter {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #e4eaec;
    cursor: pointer;
    padding: 5px 10px;
}

.table tr th {
    vertical-align: bottom;
    border-top: 1px solid #c8d3dd !important;
    background: rgb(209 221 231) !important;
}

.table tr th:hover {
    background: #FFF;
    color: #62a8ea;
}

.table tr th:hover a span {
    color: #62a8ea;
}

.table tr th a {
    color: #526069;
    font-weight: 500;
    text-decoration: none;
    display: inline-block;
}

.table tr th span {
    color: #555;
    font-weight: 500;
    padding: 10px 0px;
    text-decoration: none;
    display: inline-block;
    padding-left: 0px !important;
}

.table thead > tr > th.enablesort > a span::after {
    content: "";
    font-family: FontAwesome;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    margin-left: 5px;
    text-decoration: inherit;
}

.table thead > tr > th > a.asc span::after {
    content: "";
}

.table thead > tr > th > a.desc span::after {
    content: "";
}

.table thead > tr > th > a:hover span {
    color: #62a8ea !important;
    text-decoration: none;
}

.te-search-form-wrapper {
    border-top: 0px solid #e4eaec;
}

.te-search-form {
    margin: 10px 0px;
}

.te-search-form .form-group {
    margin-right: 3px;
}

.te-search-form .form-group .daterange-filter {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.te-search-form .form-group > label {
    display: block;
    margin-bottom: 0;
}

.panel-body.te-panel-body {
    padding: 0px 0px;
}

.te-form-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(100, 100, 100, 0.5);
    display: none;
    z-index: 1000;
}

.te-form-overlay-inner {
    border: none;
    margin: 30px auto;
    max-width: 700px;
    width: calc(100% - 50px);
    background: rgba(255, 255, 255, 1);
    -webkit-box-shadow: 0 0 5px 2px #BBB;
    -moz-box-shadow: 0 0 5px 2px #BBB;
    box-shadow: 0 0 5px 2px #BBB;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.te-form-overlay-inner.te-fullpage-overlay {
    max-width: calc(100% - 50px);
}

.page {
    background: #FFF !important;
}

.page .nav-tabs {
    border-bottom: none !important;
}

.page > .page-header {
    padding: 0px 20px 0px 20px;
    z-index: 999;
}

.page > .page-header .page-title {
    font-size: 22px;
    display: none;
}

.page > .page-content.te-tab-content {
    padding: 0px 20px 20px 20px;
}

.te-form-overlay-inner .page-header {
    z-index: 99;
    padding: 15px 30px;
    margin-bottom: 10px;
    background: #62a8ea;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.te-form-overlay-inner .page-header h1.page-title {
    color: #FFFFFF;
}

.te-form-overlay-inner .page-header .page-header-actions {
    right: 0 !important;
}

.te-form-overlay-inner .page-header .btn-close-form-overlay {
    line-height: 52px;
    color: #FFF;
    width: 50px;
    font-size: 30px;
    display: inline-block;
    TEXT-ALIGN: center;
}

.te-search-form.form-inline .form-control {
    width: 180px;
}

#tab_project_content .te-search-form.form-inline .form-control {
    width: 120px;
}

span.te-danger-val {
    color: #CC0000;
}

span.te-warning-val {
    color: #ff8c00;
}

span.te-happy-val {
    color: #00cc00;
    font-weight: bold;
}

.popover .popover-title {
    color: #fff !important;
    background-color: #57c7d4 !important;
    border-color: #57c7d4 !important;
}

table td ul.table-col-list, table td ol.table-col-list {
    padding-left: 0;
    list-style-position: inside;
}

table td a.te-col-link {

    text-decoration: none;
}

table td .btn-group.btn-group-sm a.te-col-link {
    padding: 0px 8px;
    font-size: 22px;
    color: #c4cacc;
}

table td .btn-group.btn-group-sm a.te-col-link:hover {
    color: #76838f;
}

/*.site-menubar-footer>a {*/
/*width:50% !important;*/
/*}*/

@media only screen and (max-width: 768px) {
    .pull-right.te-search-form {
        float: none !important;
    }

    .pull-right.te-search-form .form-group {
        float: left;
        margin-bottom: 8px;
        width: 50%;
        padding: 0px 5px;
        margin-left: 0;
        margin-right: 0;
    }

    .pull-right.te-search-form .form-group .form-control {
        width: 100%;
    }

    .pull-right.te-search-form .form-group .daterange-filter {
        font-size: 11px;
        width: 100%;
    }
}

@media only screen and (max-width: 480px) {
    .page-content {
        padding: 5px;
    }
}

/* overall stats css */
#view_overall_stats .widget .widget-content .row {
    margin-left: 0;
    margin-right: 0;
}

.counter-number {
    font-size: 14px;

}

.col-sm-2cols, .col-sm-3cols, .col-sm-4cols, .col-sm-5cols, .col-sm-6cols, .col-sm-7cols,
.col-sm-8cols, .col-sm-9cols, .col-sm-10cols, .col-sm-11cols, .col-sm-12cols,
.col-sm-13cols, .col-sm-14cols, .col-sm-15cols,
.col-sm-16cols, .col-sm-17cols, .col-sm-18cols,
.col-sm-19cols, .col-sm-20cols, .col-sm-21cols,
.col-sm-22cols, .col-sm-23cols, .col-sm-24cols,
.col-sm-25cols, .col-sm-26cols, .col-sm-27cols,
.col-sm-28cols, .col-sm-29cols, .col-sm-30cols {
    /*float: left;*/
    /*display: inline-block;*/
    /*padding: 4px;*/
}

/*.col-sm-1cols {*/
/*    width: 100%;*/
/*}*/

/*.col-sm-2cols {*/
/*    width: 50%;*/
/*}*/

/*.col-sm-3cols {*/
/*    width: 33.33333%;*/
/*}*/

/*.col-sm-4cols {*/
/*    width: 25%;*/
/*}*/

/*.col-sm-5cols {*/
/*    width: 20%;*/
/*}*/

/*.col-sm-6cols {*/
/*    width: 16.66%;*/
/*}*/

/*.col-sm-7cols {*/
/*    width: 14.285%;*/
/*}*/

/*.col-sm-8cols {*/
/*    width: 12.50%;*/
/*}*/

/*.col-sm-9cols {*/
/*    width: 11.1111%;*/
/*}*/

/*.col-sm-10cols {*/
/*    width: 10%;*/
/*}*/


@media only screen and (max-width: 610px) {
    /*.col-sm-4cols, .col-sm-5cols, .col-sm-6cols, .col-sm-7cols, .col-sm-8cols, .col-sm-9cols, .col-sm-10cols, .col-sm-11cols, .col-sm-12cols, .col-sm-13cols, .col-sm-14cols {*/
    /*    width: auto;*/
    /*}*/
    /*.col-sm-4cols {*/
    /*    width: 50%;*/
    /*}*/
    /*.col-sm-7cols {*/
    /*    width: 33.3333%;*/
    /*}*/
    /*.col-sm-7cols:last-child {*/
    /*    width: 100%;*/
    /*}*/
    /*.col-sm-5cols {*/
    /*    width: 33.3333%;*/
    /*}*/
    /*.col-sm-5cols.box-4, .col-sm-5cols.box-5 {*/
    /*    width: 50%;*/
    /*}*/
    /*.col-sm-6cols {*/
    /*    width: 33.3333%;*/
    /*}*/
    /*.col-sm-8cols {*/
    /*    width: 33.3333%;*/
    /*}*/
    /*.col-sm-8cols.box-7, .col-sm-8cols.box-8 {*/
    /*    width: 50%;*/
    /*}*/
    /*.col-sm-9cols {*/
    /*    width: 33.3333%;*/
    /*}*/
    /*.col-sm-10cols {*/
    /*    width: 33.33%;*/
    /*}*/
    /*.col-sm-10cols.box-1, .col-sm-10cols.box-2, .col-sm-10cols.box-3, .col-sm-10cols.box-4 {*/
    /*    width: 25%;*/
    /*}*/
    /*.counter-lg .counter-icon {*/
    /*    font-size: 30px;*/
    /*}*/
}


/*.col-sm-9cols .te-stats-box, .col-sm-10cols .te-stats-box,*/
.col-sm-11cols .te-stats-box, .col-sm-12cols .te-stats-box,
.col-sm-13cols .te-stats-box, .col-sm-14cols .te-stats-box,
.col-sm-15cols .te-stats-box, .col-sm-16cols .te-stats-box,
.col-sm-17cols .te-stats-box, .col-sm-18cols .te-stats-box,
.col-sm-19cols .te-stats-box, .col-sm-20cols .te-stats-box,
.col-sm-21cols .te-stats-box, .col-sm-22cols .te-stats-box,
.col-sm-23cols .te-stats-box, .col-sm-24cols .te-stats-box,
.col-sm-25cols .te-stats-box, .col-sm-26cols .te-stats-box,
.col-sm-27cols .te-stats-box, .col-sm-28cols .te-stats-box,
.col-sm-29cols .te-stats-box, .col-sm-30cols .te-stats-box {
    /*padding: 0 10px;*/
}

.te-stats-box .stats-feedback {
    display: none;
    position: absolute;
    top: 0;
    left: 10px;
}

.te-stats-box.down {
    color: #cc0000;
}

.te-stats-box.down .stats-feedback {
    display: block;
}

.te-stats-box.down .stats-feedback i.fa {
    font-size: 20px;
    color: #CC0000;
}

.te-stats-box.up {
}

.te-stats-box.up .stats-feedback {
    display: block;
}

.te-stats-box.up .stats-feedback i.fa {
    font-size: 20px;
    color: #00CC00;
}

.overall-stats-wrapper {
    overflow-x: auto;
    padding: 2px;
}

.te-stats-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
    margin-bottom: 10px;
    grid-auto-flow: dense;
    align-items: start;
}

.te-stats-box {
    background-color: #ffffff;
    position: relative;
    border: 1px solid #c8d3dd;
    color: #37474f;
    border-radius: 10px;
    overflow: hidden;
    transition: border-radius .3s ease, background-color .3s ease;
    box-shadow: 0 1px 0px rgba(0, 0, 0, 0.3), 0 0 0px rgba(0, 0, 0, 0.1) inset;
}

.te-stats-box .te-stats-label {
    font-size: 14px;
    color: #324759;
    font-weight: 400;
    border-bottom: 1px solid #c8d3dd;
    height: 35%;
    display: flex;
    background: #5b86ac3b;
    justify-content: center;
    align-items: center;
    text-align: center;
    overflow: hidden;
    white-space: normal;
    line-height: 1.2em;
    padding: 0 5px;
}

.te-stats-box .te-stats-value {
    font-size: 15px;
    height: 65%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    overflow: hidden;
    white-space: normal;
    line-height: 1.2em;
    padding: 0 10px;
}

.te-stats-box.danger .counter-icon, .te-stats-box.danger .counter-number {
    color: #cc0000 !important;
}

/*==================================================
 * Effect 1
 * ===============================================*/

.effect1 {
    box-shadow: 0 10px 6px -6px #777;
}

/*==================================================
 * Effect 2
 * ===============================================*/

.effect2 {
    position: relative;
}

.effect2:before, .effect2:after {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 15px;
    left: 10px;
    width: 50%;
    top: 80%;
    max-width: 300px;
    background: #777;
    box-shadow: 0 15px 10px #777;
    transform: rotate(-3deg);
}

.effect2:after {
    transform: rotate(3deg);
    right: 10px;
    left: auto;
}


/*==================================================
 * Effect 3
 * ===============================================*/

.effect3 {
    position: relative;
}

.effect3:before {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 15px;
    left: 10px;
    width: 50%;
    top: 80%;
    max-width: 300px;
    background: #777;
    box-shadow: 0 15px 10px #777;
    transform: rotate(-3deg);
}

/*==================================================
 * Effect 4
 * ===============================================*/

.effect4 {
    position: relative;
}

.effect4:after {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 15px;
    right: 10px;
    left: auto;
    width: 50%;
    top: 80%;
    max-width: 300px;
    background: #777;
    box-shadow: 0 15px 10px #777;
    transform: rotate(3deg);
}

/*==================================================
 * Effect 5
 * ===============================================*/

.effect5 {
    position: relative;
}

.effect5:before, .effect5:after {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 25px;
    left: 10px;
    width: 50%;
    top: 80%;
    max-width: 300px;
    background: #777;
    -webkit-box-shadow: 0 35px 20px #777;
    -moz-box-shadow: 0 35px 20px #777;
    box-shadow: 0 35px 20px #777;
    -webkit-transform: rotate(-8deg);
    -moz-transform: rotate(-8deg);
    -o-transform: rotate(-8deg);
    -ms-transform: rotate(-8deg);
    transform: rotate(-8deg);
}

.effect5:after {
    -webkit-transform: rotate(8deg);
    -moz-transform: rotate(8deg);
    -o-transform: rotate(8deg);
    -ms-transform: rotate(8deg);
    transform: rotate(8deg);
    right: 10px;
    left: auto;
}

/*==================================================
 * Effect 6
 * ===============================================*/

.effect6 {
    position: relative;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

.effect6:before, .effect6:after {
    content: "";
    position: absolute;
    z-index: -1;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    top: 50%;
    bottom: 0;
    left: 10px;
    right: 10px;
    -moz-border-radius: 100px / 10px;
    border-radius: 100px / 10px;
}

.effect6:after {
    right: 10px;
    left: auto;
    transform: skew(8deg) rotate(3deg);
}

/*==================================================
 * Effect 7
 * ===============================================*/

.effect7 {
    position: relative;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

.effect7:before, .effect7:after {
    content: "";
    position: absolute;
    z-index: -1;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    top: 0;
    bottom: 0;
    left: 10px;
    right: 10px;
    border-radius: 100px / 10px;
}

.effect7:after {
    right: 10px;
    left: auto;
    transform: skew(8deg) rotate(3deg);
}

/*==================================================
 * Effect 8
 * ===============================================*/

.effect8 {
    position: relative;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

.effect8:before, .effect8:after {
    content: "";
    position: absolute;
    z-index: -1;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    top: 10px;
    bottom: 10px;
    left: 0;
    right: 0;
    border-radius: 100px / 10px;
}

.effect8:after {
    right: 10px;
    left: auto;
    transform: skew(8deg) rotate(3deg);
}

.page-title > span.subheading {
    font-weight: normal;
    font-size: 70%;
    color: #999;
}

body.site-gridmenu-active {
    overflow: auto;
}

.nav-tabs > li {
    transition: all ease-in-out 0.2s;
    margin-right: 8px;
    margin-bottom: 8px;
    top: 15px;
}

.nav-tabs > li > a {
    margin-right: 0;
    border-radius: 25px;
    color: #324759;
    transition: border-radius 0.3s ease;
    padding: 8px 12px;
    background: #FFFFFF;
    border: 1px solid #bbc5cc;
}

.nav-tabs > li > a:hover {
    color: #000;
    background-color: #FFF;
    border-color: #d5dbe1 !important;
    position: relative;
    top: 0px;
    border-radius: 15px 15px 0 0;
    border-bottom: 0 !important;
    padding-top: 12px;
    padding-bottom: 12px;
    /*transition: all .1s ease-in;*/
}

.nav-tabs > li.active, .nav-tabs > li:hover {
    /*top: 15px;*/
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #000;
    background-color: #f5f7f9;
    border-color: #d5dbe1 !important;
    font-weight: 500;
    position: relative;
    top: -6px;
    border-radius: 15px 15px 0 0;
    border-bottom: 0 !important;
    padding: 15px;
}

.nav > li > a:focus, .nav > li > a:hover {
    /*text-decoration: none;*/
    /*background: #d1dde7;*/
    /*color: #000;*/
    /*font-weight: 400;*/
}

.te-tab-content {
    position: relative;
    z-index: 99;
}


.te-tab-content .te-tab-pane {
    background: #f4f7f9;
    padding: 0px 10px 10px 10px;
    border-radius: 0px;
    border: 1px solid #d5dbe1;
}

.te-tab-content .te-tab-pane > div > .panel {
    background: transparent !important;
}

.te-detail-page {
    padding: 10px;
}

.te-detail-page .detail-title {
    border-bottom: 1px solid #e4eaec;
    padding-bottom: 10px;
    margin-bottom: 25px;
}

.te-detail-page .detail-heading {
    margin-bottom: 5px;
    text-transform: uppercase;
    font-size: 15px;
}

.te-detail-page .detail-text {
    margin-bottom: 15px;
    font-size: 14px;
}

.notification-list span.notification-heading.unread {
    display: block;
    font-weight: 500;
    color: #333;
}

.notification-list span.notification-heading.unread {
    display: block;
    font-weight: normal;
}

.bold-value {
    font-weight: bold;
}

.account-scb {
    color: #21aa47;
}

.account-meezan {
    color: #4a3292;
}

.account-scb {
    color: #21a143;
}

.account-alfalah {
    color: #e32c22;
}

.account-wise {
    color: #00b9ff;
}

.account-payoneer {
    color: #ff7600;
}

.employee-outsite-te {
    color: #dd1c1c;
    font-size: 11px;
    font-weight: 400;
}


.form-group .select2.select2-container .select2-selection {
    height: 36px;
    border: 1px solid #e4eaec !important;
}

.form-group .select2.select2-container .select2-selection span.select2-selection__rendered {
    line-height: 34px !important;
}

.form-group .select2.select2-container .select2-selection span.select2-selection__arrow {
    height: 32px !important;
}

.te-item-form .form-group .select2.select2-container {
    width: 100% !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #76838f !important;
}

.counter-icon .dollar-sign {
    font-size: 12px;
    position: relative;
    top: -4px;
    left: -2px;
}

.table-award {

}

.table-award tr th,
.table-award tr th:hover,
.table-award tr td {
    color: #FFF;
}

.te-item-form .form-group span.label-type {
    line-height: 38px;
}

.table .te-col_rejected td, .table .te-col_rejected.active td,
.table .te-col_Not-Started td, .table .te-col_Not-Started.active td {
    color: #989797;
    background-color: #f0e7e8;
    border-color: #efdadc;
    font-style: italic !important;
}

.table .te-col_rejected:hover td, .table .te-col_rejected.active:hover td,
.table .te-col_Not-Started:hover td, .table .te-col_Not-Started.active:hover td {
    color: #989797;
    background-color: #ecd9db;
    border-color: #f4cfd3;
}

.table .te-col_Pending td, .table .te-col_Pending.active td {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.table .te-col_Pending:hover td, .table .te-col_Pending.active:hover td {
    color: #721c24;
    background-color: #f4cfd3;
    border-color: #f4cfd3;
}

#te-notifiations-list.dropdown-menu-media {
    width: 550px !important;
}

#te-notifiations-list.dropdown-menu-media .list-group-item .media {
    padding: 6px 0;
}

#te-notifiations-list.dropdown-menu-media .list-group-item .media .media-meta {
    color: #959595;
    margin-top: 2px;
}

.te-ajax-form span.select2-container span.selection ul.select2-selection__rendered .select2-selection__choice {
    background-color: rgba(98, 168, 234, 0.1);
    border: 1px solid rgba(98, 168, 234, 0.6);
    border-radius: 10px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0px 7px;
}

#view_roaster_board_items_table {
    display: none;
}

.team-roaster-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    padding: 5px 0px;
    grid-auto-flow: dense;
    align-items: start;
}

.team-roaster-container.roaster-col-1 {
    grid-template-columns: repeat(1, 1fr);
}

.team-roaster-container.roaster-col-2 {
    grid-template-columns: repeat(2, 1fr);
}

.team-roaster-container.roaster-col-3 {
    grid-template-columns: repeat(3, 1fr);
}

.team-roaster-container.roaster-col-4 {
    grid-template-columns: repeat(4, 1fr);
}

.team-roaster-container.roaster-col-5 {
    grid-template-columns: repeat(5, 1fr);
}

.team-roaster-container.roaster-col-6 {
    grid-template-columns: repeat(6, 1fr);
}

.team-roaster-block {
    background-color: rgba(98, 168, 234, 0.03);
    border: 0px solid rgba(98, 168, 234, 0.2);
    border-radius: 0px 12px 0px 12px;
    box-shadow: 0px 1px 3px 0px rgb(37 50 56) !important;
    padding: 0px 0px 20px 0px;
    text-align: center;
    color: #37474f;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}

.team-roaster-block h2 {
    margin-top: 0;
    font-size: 16px;
    color: #333;
    padding: 15px 25px 15px 15px;
    background-color: rgba(98, 168, 234, 0.1);
    text-align: left;
    background-size: 22px 22px;
    background-position: 9px center;
    background-repeat: no-repeat;
    background-image: none;
    position: relative;
}


.team-roaster-block h2 button.btn-item-action {
    position: absolute;
    top: 0px;
    right: 0px;
    border: none;
    padding: 2px 5px;
    border-radius: 1px 0 1px 1px;
    display: none;
    transition: all 0.3s ease;
    height: 100%;
}

.team-roaster-block:hover h2 button.btn-item-action {
    display: block;
}


.team-roaster-block.flag-01-Good h2 {
    background-image: url("../images/approved.png");
    padding-left: 38px;
}

.team-roaster-block.flag-02-Light-Warning h2 {
    background-image: url("../images/light-warning.png");
    padding-left: 38px;
}

.team-roaster-block.flag-03-Warning h2 {
    background-image: url("../images/warning.png");
    padding-left: 38px;
}

.team-roaster-block.flag-04-Red-Zone h2 {
    background-image: url("../images/redzone.png");
    padding-left: 38px;
}

.team-roaster-block.new-project h2 {
    background-image: url(../images/new.png) !important;
    padding-left: 50px;
    background-size: 60px;
    background-position: -10px -11px;
}

.team-roaster-block .project-management {
    display: block;
    padding: 0px 15px;
}

.team-roaster-block .project-management .management-row {
    display: block;
    text-align: left;
    color: #666;
}

.team-roaster-block .project-management .management-row.dotted-separator {
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 8px;
    padding-bottom: 6px;
}

.team-roaster-block .project-management .management-row span {
    font-weight: 400;
    font-size: 1em;
    color: #666;
}

.team-roaster-block ul.project-data-items,
.team-roaster-block ol.project-data-items {
    list-style-type: auto;
    list-style-position: inside;
    padding: 0px;
}

.team-roaster-block ul.project-data-items > li,
.team-roaster-block ol.project-data-items > li {
    font-size: 1em;
    color: #666;
    text-align: left;
    border-bottom: 1px dashed #e0e0e0;
    padding: 5px 0px;
}

.team-roaster-block.project-free_internee ul.project-data-items > li,
.team-roaster-block.project-free_internee o.project-data-items > li,
.team-roaster-block.project-free ul.project-data-items > li,
.team-roaster-block.project-free ol.project-data-items > li {
    border-bottom: 1px dashed #c4bebe;
}

.team-roaster-block ul.project-data-items > li ul.project-updates,
.team-roaster-block ol.project-data-items > li ul.project-updates {
    padding-left: 10px;
}

.team-roaster-block ul.project-data-items > li ul.project-updates > li,
.team-roaster-block ol.project-data-items > li ul.project-updates > li {
    margin-bottom: 5px;
}

.team-roaster-block ul.project-data-items > li ul.project-updates > li::marker,
.team-roaster-block ol.project-data-items > li ul.project-updates > li::marker {
    content: none;
}

.team-roaster-block ul.project-data-items > li ul.project-updates > li div.daily-update-wrapper,
.team-roaster-block ol.project-data-items > li ul.project-updates > li div.daily-update-wrapper {
    display: flex;
    justify-content: flex-start;
    position: relative;
}

.team-roaster-block ul.project-data-items > li ul.project-updates > li div.daily-update-wrapper div.daily-update-text,
.team-roaster-block ol.project-data-items > li ul.project-updates > li div.daily-update-wrapper div.daily-update-text {
    background-color: #c8e1fd;
    padding: 3px 11px;
    border-radius: 10px;
    width: 100%;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    word-wrap: break-word;
    position: relative;
    color: #222;
}

.team-roaster-block ul.project-data-items > li ul.project-updates > li div.daily-update-wrapper div.daily-update-text::after,
.team-roaster-block ol.project-data-items > li ul.project-updates > li div.daily-update-wrapper div.daily-update-text::after {
    content: '';
    position: absolute;
    bottom: 10px;
    left: -10px;
    border-width: 10px 10px 10px 0;
    border-style: solid;
    border-color: transparent #c8e1fd transparent transparent;
}

.team-roaster-block ul.project-data-items > li ul.project-updates > li::last-child,
.team-roaster-block ol.project-data-items > li ul.project-updates > li::last-child {
    margin-bottom: 0px;
}

.team-roaster-block ul.project-data-items > li ul.project-updates span.li-span-item,
.team-roaster-block ol.project-data-items > li ul.project-updates span.li-span-item {

}

.team-roaster-block ul.project-data-items > li ul.project-updates span.li-span-item span.project-update-date,
.team-roaster-block ol.project-data-items > li ul.project-updates span.li-span-item span.project-update-date {
    display: block;
    font-size: 12px;
    text-align: right;
    font-style: italic;
    color: #666;
}

/* color schemes based on category and color */

.team-roaster-block.project-category-01-flagship {
    /*background-color: #bcdfb51f;*/
}

.team-roaster-block.project-category-01-flagship h2 {
    background-color: rgb(47 229 17 / 24%);
}

.team-roaster-block.project-category-02-standard {
    /*background-color: rgb(210 209 251 / 24%);*/
}

.team-roaster-block.project-category-02-standard h2 {
    background-color: rgb(28 17 229 / 18%);
}

.team-roaster-block.project-category-03-basic {

}

.team-roaster-block.project-category-03-basic h2 {
    /*background-color: rgb(150 166 212 / 24%);*/
}

.team-roaster-block.project-category-04-on-hold {
    /*background-color: #d4a5a326;*/
}

.team-roaster-block.project-category-04-on-hold h2 {
    background-color: rgb(229 146 17 / 24%);
}

.team-roaster-block.project-category-05-over-budget {
    /*background-color: #d4a5a338;*/
}

.team-roaster-block.project-category-05-over-budget h2 {
    background-color: rgb(229 17 17 / 24%);
}

.team-roaster-block.project-category-06-in-house {
    /*background-color: #aee4ea45;*/
}

.team-roaster-block.project-category-06-in-house h2 {
    background-color: #68e4f3de;
}

.team-roaster-block.project-free, .team-roaster-block.project-free_internee {
    background: #f2f2f2 !important;
}

.team-roaster-block.project-free h2, .team-roaster-block.project-free_internee h2 {
    background: #555353 !important;
    color: #FFF !important;
}


@media (max-width: 1200px) {
    .team-roaster-container {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 900px) {
    .team-roaster-container {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .team-roaster-container {
        grid-template-columns: 1fr;
    }
}

.te-data-loader-container {
    text-align: center;
}

.data-loader {
    border: 4px solid #f3f3f3;
    border-top: 4px solid #3498db;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 1s linear infinite;
    margin: 20px auto;
    display: inline-block;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.te-data-loader-container p {
    font-size: 1em;
    font-weight: 400;
}

.expertise-wrapper {
    display: block;
    margin: 0px 0px 5px 0px;
}

.expertise-tag {
    border: 1px solid rgb(215 225 230);
    border-radius: 12px;
    text-align: center;
    color: #253238;
    display: inline-block;
    margin: 6px 6px 0px 0px;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center center;
    padding: 0px 7px;
    background: rgba(98, 168, 234, 0.1);
}

.team-roaster-block.project-free .expertise-tag,
.team-roaster-block.project-free_internee .expertise-tag {
    background: rgb(255 251 251);
}

.expertise-tag.amazon {
    background-image: url("../images/stacks/amazon-logo.png");
    padding: 15px 43px;
    background-size: 90px;
}

.expertise-tag.devops {
    background-image: url("../images/stacks/devops-logo.png");
    padding: 15px 25px;
    background-size: 118px;
    background-position: center -15px;
}

.expertise-tag.laravel {
    background-image: url("../images/stacks/laravel-logo.png");
}

.expertise-tag.linkedin {
    background-image: url("../images/stacks/linkedin-logo.png");
}

.expertise-tag.mern {
    background-image: url("../images/stacks/mern-logo.png");
}

.expertise-tag.net {
    background-image: url("../images/stacks/net-logo.png");
    padding: 15px 30px;
    background-size: 100px;
}

.expertise-tag.nodejs {
    background-image: url("../images/stacks/nodejs-logo.png");
    padding: 15px 34px;
    background-size: 100px;
}

.expertise-tag.php {
    background-image: url("../images/stacks/php-logo.png");
    padding: 15px 26px;
    background-size: 100px;
}

.expertise-tag.python {
    background-image: url("../images/stacks/python-logo.png");
}

.expertise-tag.react {
    background-image: url("../images/stacks/react-logo.png");
}

.expertise-tag.rust {
    background-image: url("../images/stacks/rust-logo.png");
}

.expertise-tag.selenium {
    background-image: url("../images/stacks/selenium-logo.png");
}

.expertise-tag.seo {
    background-image: url("../images/stacks/seo-logo.png");
}

.expertise-tag.ui-ux {
    background-image: url("../images/stacks/ui-ux-logo.png");
    padding: 15px 25px;
    background-size: 75px;
}

.expertise-tag.upwork {
    background-image: url("../images/stacks/upwork-logo.png");
}

.expertise-tag.wordpress {
    background-image: url("../images/stacks/wordpress-logo.png");
}


.team-roaster-block .msg-container {
    display: flex;
    justify-content: flex-end;
    margin: 10px 0;
}

.team-roaster-block .msg-container .msg-bubble {
    padding: 10px;
    border-radius: 12px 0px 12px 0px;
    color: #37474f;
    font-size: 14px;
    line-height: 1.4;
    position: relative;
    word-wrap: break-word;
    text-align: left;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    background-color: rgba(98, 168, 234, 0.1);
    border-color: rgba(98, 168, 234, 0.4);
    font-weight: 400;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15), /* Slightly offset shadow for the 3D effect */ 1px 1px 2px rgba(0, 0, 0, 0.1); /* Small shadow for additional depth */
    transition: box-shadow 0.3s ease;
}

.btn-floating {
    border-radius: 25%;
    width: 46px;
    height: 46px;
    font-size: 20px;
    line-height: 42px;
    transition: all 0.3s ease;
}

.btn-floating:hover {
    border-radius: 50%;
}

.btn-primary-grey {
    transition: all 0.3s ease;
    background: transparent;
    border-color: #324759;
    color: #324759;
}

.btn-primary-grey:hover {
    background: #324759;
    color: #FFF;
}

.team-roaster-block.flag-01-Good .msg-bubble {
    background-color: #3daf53;
    border-color: #429155;
    color: #fff;
}

.team-roaster-block.flag-02-Light-Warning .msg-bubble {
    background-color: #4a96d6;
    border-color: #1460c1;
    color: white;
}

.team-roaster-block.flag-03-Warning .msg-bubble {
    background-color: #dd9b17;
    border-color: #e27b25;
    color: white;
}

.team-roaster-block.flag-04-Red-Zone .msg-bubble {
    background-color: #fd023b;
    border-color: #c1001e;
    color: white;
}

#view_commission_items_table #commission_items_table tr.te-col_Pending td {
    background: #FFFFFF !important;
    font-style: italic;
    color: #969292 !important;
    font-size: 13px !important;
    border-color: #e4eaec !important;
}

#view_commission_items_table #commission_items_table tr.te-col_Pending:hover td {
    background: #f3f7f9 !important;
    border-color: #e4eaec !important;
}

#view_commission_items_table #commission_items_table tr.te-col_Pending.active td {
    background: #f3f7f9 !important;
    font-style: italic;
    color: #969292 !important;
    font-size: 13px !important;
    border-color: #e4eaec !important;
}

#income_items_table tr.te-col_pending td, #income_items_table tr.te-col_pending.active td {
    background: #f3f3f3fa !important;
    font-style: italic;
    color: #969292 !important;
    font-size: 13px !important;
}


#protected_page_form .unblock-btn.btn-primary,
#change_password_form .btn-primary.change-pwd-btn {
    background-color: #29363c;
    border-color: #29363c;
    border-radius: 20px;
}

#protected_page_form .unblock-btn.btn-primary:hover,
#change_password_form .btn-primary.change-pwd-btn:hover {
    background-color: #242f35;
    border-color: #242f35;
}

#change_password_form input.form-control {
    border: 1px solid #e4eaec !important;
    padding: 10px !important;
    background: #FFF;
    border-radius: 20px;
}

.alert-success {
    border: 1px solid #46be8a4f !important;
}

.alert-warning {
    border: 1px solid #f2a6544f !important;
}

table > tbody > tr > td {
    background: #FFF;
}

table > tbody > tr:hover > td {
    background: #f3f7f9;
}

.te-panel-body > div > .bs-alert.alert {
    margin: 10px 0 !important;
}


.page-login-v3 .panel {
    background: #f4f7f9;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3), 0 1px 2px rgba(0, 0, 0, 0.2) inset;
}

.page-forgot-password .page-content {
    background: #f4f7f9;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3), 0 1px 2px rgba(0, 0, 0, 0.2) inset;
}
