/*kavita 13-10-2021 CSS Start*/

.nominated_report_page .main-head h3 {
    font-size: 17px;
    color: #4f7cfb;
    font-weight: 600;
}

.nominated_report_page .top_report_box {
    display: flex;
    border-radius: 4px;
    color: #fff;
    padding: 10px 15px;
    justify-content: space-between;
    height: 113px;
}

.nominated_report_page .left_sec h2 {
    font-size: 2.5em !important;
    font-weight: lighter!important;
    margin-top: 7px;
    margin-bottom: 3px;
}

.nominated_report_page .left_sec h3 {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 3px;
    font-size: 1em !important;
}

.nominated_report_page .left_sec p {
    font-size: 12px;
    margin-bottom: 0;
}

.nominated_report_page .right_sec img {
    width: 32px;
    margin-left: 10px;
    margin-top: 15px;
}

.nominated_report_page .top_report_box_blue {
    background: #36bdc3;
}

.nominated_report_page .top_report_box_green {
    background: #90C418;
}

.nominated_report_page .top_report_box_red {
    background: #FC4850;
}

.nominated_report_page .top_report_box_yellow {
    background: #F8B022;
}

.nominated_report_page .top_report_box_yellow .right_sec img {
    width: 30px;
}

.nominated_report_page .pl_5 {
    padding-left: 5px;
}

.nominated_report_page .pr_5 {
    padding-right: 5px;
}

.nominated_report_page .plr_5 {
    padding-left: 5px;
    padding-right: 5px;
}

.nominated_report_page .manager_sec {
    border-radius: 4px;
    border: solid 1px #f3f3f3;
    background: #bbe3ff4d;
    margin: 15px 0px;
    padding: 15px;
}

.nominated_report_page .sec_head {
    color: #4174ff;
    font-size: 18px;
    font-weight: 600;
}

.nominated_report_page .search_sec {
    position: relative;
    width: 200px;
    float: right;
}

.nominated_report_page .search_sec img {
    position: absolute;
    left: 10px;
    top: 10px;
    width: 14px;
}

.nominated_report_page .search_input {
    border-radius: 4px;
    border: 1px solid #c4c4c4;
    background: #ffffff;
    color: #000;
    width: 100%;
    padding: 3px 10px;
    height: 32px;
    font-size: 13px;
    padding-left: 35px;
    line-height: 32px;
}

.nominated_report_page .search_input:focus {
    outline: none;
}

.nominated_report_page .download_button {
    float: right;
    border-radius: 4px;
    border: 1px solid #4174ff;
    background: #ffffff;
    height: 32px;
    padding: 5px 8px;
    line-height: 15px;
    margin-left: 10px;
    cursor: pointer;
}

.nominated_report_page .download_button img {
    width: 18px;
}

.nominated_report_page .filter_dropdown {
    border-radius: 4px;
    border: 1px solid #ced4da;
    background: #ffffff;
    color: #495057;
    width: 200px;
    padding: 3px 10px;
    height: 32px;
    font-size: 13px;
    line-height: 32px;
    margin-right: 10px;
}

.nominated_report_page .updates p {
    font-size: 14px;
}

.nominated_report_page .updates p {
    color: #6c757d;
}

.nominated_report_page .updates p span {
    color: #4f7cfb;
}

.nominated_report_page .filter_input {
    border: 1px solid #ced4da;
    background: #ffffff;
    color: #495057;
    width: 100%;
    padding: 3px 10px;
    ;
    height: 32px;
    font-size: 14px;
    line-height: 22px;
    border-radius: 4px;
}

.nominated_report_page .filter_container {
    position: relative;
    width: 120px;
    display: inline-block;
    top: 1px;
}

.nominated_report_page .filter_container img {
    position: absolute;
    right: 10px;
    top: 9px;
    width: 15px;
}

.nominated_report_page input:focus,
.nominated_report_page select:focus {
    outline: none;
}

.nominated_report_page .scroll-card {
    margin-top: 15px;
    overflow: hidden;
}

.nominated_report_page .scroll-card:hover {
    overflow-y: auto;
    overflow-x: hidden;
}
/*Sneha CSS End*/
/*ANUSHREE CSS*/

.nominated_report_page .card-body {
    padding: 20px;
}

.nominated_report_page .card {
    margin-bottom: 10px;
}

.nominated_report_page .profile-sec {
    position: relative;
    padding-left: 85px;
    margin-bottom: 20px
}

.nominated_report_page .img-sec {
    position: absolute;
    left: 0px;
    width: 57px;
    height: 57px;
    border-radius: 50%;
}


.nominated_report_page .img-sec img {
    width: 100%;
    position: absolute;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.nominated_report_page .card p {
    margin-bottom: 0;
    font-size: 12px;
}

.nominated_report_page .card h3 {
    margin-bottom: 3px;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 0px;
}

.nominated_report_page .card h4 {
    margin-bottom: 0;
    font-size: 13px;
    color: #4174FF;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 0px;
}

.nominated_report_page .timezone-sec {
    display: flex;
    margin-bottom: 7px;
}

.nominated_report_page .left-sec-card {
    max-width: 92px;
    min-width: 92px;
    width: 92px;
}

.nominated_report_page .right-sec-card {
    width: calc(100% - 115px);
}

.nominated_report_page .left-sec-card p {
    color: #3333339e;
}

.nominated_report_page .right-sec-card p {
    color: #000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.nominated_report_page .btn-nomination {
    color: #fff;
    background: #f8af22;
    padding: 1px 8px;
    border-radius: 25px;
    font-size: 10px;
    text-align: center;
    margin-bottom: 5px;
    line-height: 13px;
    height: 17px;
    display: inline-block;
    vertical-align: middle;
    text-transform: capitalize;
}
.nominated_report_page .nomination_onHold
{
    background: #fe771d !important;
}
.nominated_report_page .nomination_Pending
{
    background: #f8af22 !important;
}
.nominated_report_page .nomination_rejected
{
    background: #FC4850 !important;
}
.nominated_report_page .nomination_Approved
{
    background: #90C418 !important;
}
.nominated_report_page .nomination_received
{
    background: #36bdc3 !important;
}
.nominated_report_page .no_info_img
{
    width:13px;
    margin-right:5px;
}
.nominated_report_page .justi_text
{
    color:#4174FF !important;
    cursor:pointer;
    
}
.nominated_report_page .position_relative
{
    position: relative;
}
.nominated_report_page .revised_justification_box
{
    width: 100%;
    border-radius: 4px;
    border: 1px solid  #f7b500;
    background: #fff3b3;
    position:absolute;
    left:0px;
    top:20px;
    display:none;
    padding: 10px 20px;
    box-shadow: 0px 4px 15px  #646464;
    z-index:1;
}
.nominated_report_page .revised_justification_box h5 {
    color: #000;
    font-size: 14px;
}
.nominated_report_page .revised_justification_box span {
    margin-bottom: 0;
    font-size: 12px;
    color:#000;
    line-height: 19px;
    display: block;
}
.nominated_report_page .with_justification:hover .revised_justification_box
{
    display:block;
}
.nominated_report_page .mid-sec-card p {
    font-size: 15px;
    font-weight: 600;
    line-height: 16px;
    margin: 0 10px;
    color: #000
}

.nominated_report_page .justification-box {
    background: #eef9ff;
    border: 1px solid #BED5E6;
    padding: 10px;
    border-radius: 4px;
}

.nominated_report_page .justification-box .wrap-text {
    color: #3333339e;
    height: 37px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-align: left;
}

.nominated_report_page .justification-box h5 {
    color: #000;
    font-size: 14px;
    margin: 0;
    margin-bottom: 0.5rem;
}

.nominated_report_page .read-box {
    text-align: right;
    position: relative;
    display: inline-block;
    float: right;
}

.nominated_report_page .read-box:hover .card {
    transition: box-shadow .3s;
    box-shadow: 5px 3px 22px -8px #646464!important;
}

.nominated_report_page .read-link {
    color: #4174FF!important;
    font-size: 12px;
    padding-top: 10px;
    cursor: pointer;
    font-size: 11px !important;
}

.nominated_report_page .date,
.nominated_report_page .talent-text {
    color: #3333339e;
    font-size: 12px!important;
}

.nominated_report_page .tooltip-box {
    background: #bedcf8;
    color: #000;
    padding: 10px 20px;
    border-radius: 4px;
    position: absolute;
    right: 5px;
    top: 29px;
    width: 192px;
    box-shadow: 5px 3px 22px -8px #646464;
    display: none;
    z-index: 1;
    text-align: left;
}

.nominated_report_page .read-box:hover .tooltip-box {
    display: block !important;
}

.nominated_report_page .padding-top {
    padding: 0px 10px 15px 10px;
}

.nominated_report_page .custom-width-col {
    padding: 0 5px
}
.nominated_report_page .data_not_found
{
    text-align: center;
    height: 250px;
    margin-top: 50px;
}
.nominated_report_page .data_not_found img 
{
    width:225px;
}
/*21042021 start*/
.nominated_report_page .action_dropdown
{
    position:absolute;
    right:-3px;
    top:-1px;
}
.nominated_report_page .action_dropdown .dropdown-toggle::after
{
    display:none;
}
.nominated_report_page .action_dropdown .dropdown-toggle
{
    background:none !important;
    border:none !important;
}
.nominated_report_page .action_dropdown .dropdown-toggle img
{
    width:4px;
}
.nominated_report_page .info-sec
{
    padding-right:20px;
}
.nominated_report_page .action_dropdown .dropdown-menu
{
    top: 25px !important;
    left: initial !important;
    right: 0px !important;
    transform: none !important;
    position:absolute !important;
    min-width: 145px !important;
    background: #f0f0f0;
    border: 1px solid #d5d5d5;
    padding: 0px;
}
.nominated_report_page .action_dropdown .dropdown-menu .dropdown-item
{
    border-bottom: 1px solid #d5d5d5;
    color:#000;
}
.nominated_report_page .action_dropdown .dropdown-menu .dropdown-item:last-child
{
    border-bottom:none;
}
.nominated_report_page .custom-width-col .dropdown-item
{
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}
.nominated_report_page .dropdown-item.active, .nominated_report_page .dropdown-item:active ,
.nominated_report_page .dropdown-item:hover
{
    text-decoration: none;
    background-color:#4174ff !important;
    color: #fff !important;
}
.nominated_report_page .dashboard-no-data-img
{
    height: calc(100vh - 450px);
}
.nominated_report_page .scroll-card
{
    max-height: calc(100vh - 481px);
    overflow-y: auto;
}
/*21042021 end*/
.nominated_report_page .nominated_dashboard
{
    margin-left: -5px;
    margin-right: -5px;
}
.nominated_report_page .nominated_dashboard .col-md-3
{
    padding-left: 5px;
    padding-right: 5px;
}
.nominated_report_page .card
{
    padding: 0px;
}
/* ................ */

.nominated_report_page .modal_label {
    font-weight: 400;
    color: #495057;
    font-size: 14px !important;
    margin-left: 0;
}

.nominated_report_page label
{
    font-weight: 400;
}

.nominated_report_page .global_sm_modal .modal-sm {
    max-width: 386px;
    width: auto !important;
    margin: 10px auto !important;
    margin-top: 90px !important;
}

.nominated_report_page .global_sm_modal .modal-header,
.nominated_report_page .modal-footer {
    background: #ffffff!important;
    color: #4374ff!important;
    border: none !important;
}

.nominated_report_page .global_sm_modal .modal-header,
.nominated_report_page .modal-footer {
    padding: 15px 30px !important;
}

.nominated_report_page .edit_project_modal .modal-body {
    max-height: 450px;
    overflow-y: auto;
}

.nominated_report_page .global_sm_modal .modal-body {
    padding: 10px 30px 22px 30px !important;
}

.nominated_report_page .global_sm_modal h5 {
    margin-bottom: 0;
    line-height: 1.5;
    font-size: 17px;
    color: #4f7cfb;
    font-weight: 400;
}

.nominated_report_page .form-control {
    border: 1px solid #c3c3c3;
    height: 34px;
    border-radius: 2px;
    font-size: 12px !important;
    padding: 5px 10px;
    box-shadow: none !important;
}

.nominated_report_page textarea.modal_input {
    height: 90px !important;
    overflow-y: auto;
    resize: none;
}

.nominated_report_page .global_sm_modal .modal-footer {
    justify-content: flex-end;
}

.nominated_report_page .btn-primary {
    color: #fff;
    background-color: #4175ff;
    border-color: #4175ff;
}
.nominated_report_page .modal-header .close {
    margin-top: -23px;
    opacity: 1;
}
/* ................ */
/* Meadia Query start */
@media only screen and (min-device-width: 320px) and (max-device-width:420px) {
    .nominated_report_page .tooltip-box {
        width: 190px;
    }
    .nominated_report_page .nominated_dashboard .top_report_box
    {
        margin-bottom: 10px;
    }
    .nominated_report_page .left_sec h3
    {
        font-size: 14px;
    }
    .nominated_report_page .left_sec h2
    {
        font-size: 24px;
    }
}
/* ..... */
@media only screen and (min-device-width: 320px) and (max-device-width:576px) {
    .nominated_report_page .btn-nomination {
        height: auto;
        font-size: 11px;
    }
    .nominated_report_page .search_sec {
        float: left;
    }
    .nominated_report_page .col-md-8.col-sm-6.col-xs-6, .nominated_report_page .col-md-4.col-sm-6.col-xs-6
    {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .nominated_report_page .updates.float-right.text-right
    {
        text-align: left;
        margin-top: 10px;
    }
    .nominated_report_page .top_report_box
    {
        margin-bottom: 10px;
    }
    .nominated_report_page .scroll-card {
        max-height: 100%;
        overflow-y: unset; 
    }
}
/* ..... */
@media only screen and (min-device-width: 320px) and (max-device-width:767px) {
    .nominated_report_page .custom-width-col {
        flex: initial;
        max-width: initial;
    }
    .nominated_report_page .plr,
    .nominated_report_page .pr_5,
    .nominated_report_page .plr_5,
    .nominated_report_page .pl_5 {
        padding: 10px
    }
    .nominated_report_page .fliter_sec {
        padding-top: 10px
    }
    .nominated_report_page .filter_dropdown {
        width: 100%;
        margin-bottom: 5px
    }
}
/* ..... */
@media only screen and (min-device-width: 576px) and (max-device-width:768px)
{
    .nominated_report_page .nominated_dashboard .col-md-3
    {
        width: 50%;
    }
    .nominated_report_page .top_report_box
    {
        margin-bottom: 10px;
    }
    .nominated_report_page .filter_dropdown
    {
        width: 47%;
        margin-bottom: 5px;
        display: inline-block;
    }
    .nominated_report_page .custom-width-col
    {
        width: 50%;
    }

}
/* ..... */
@media only screen and (min-device-width: 768px) and (max-device-width:1000px) {
    .nominated_report_page .custom-width-col {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .nominated_report_page .card {
        margin-bottom: 0px;
    }
}
/* ..... */
@media only screen and (min-device-width:1000px) and (max-device-width:1366px)
{
    .nominated_report_page .reject_talent_modal .modal-dialog {
        top: 55px;
    }
}
/* ..... */
@media only screen and (min-device-width: 768px) and (max-device-width:1024px) 
{
    .nominated_report_page .nominated_dashboard .top_report_box
    {
        margin-bottom: 10px;
    }
    .nominated_report_page .scroll-card .card
    {
        margin-bottom: 10px;
    }
    .nominated_report_page .filter_dropdown
    {
        width: 179px;
    }
    .nominated_report_page .nominated_dashboard .col-md-3, .nominated_report_page .nominated_dashboard .col-sm-6 {
        width: 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .nominated_report_page .nominated_dashboard .col-md-3 h3 
    {
        margin-top: 4px;
    }
    .nominated_report_page .left_sec h3
    {
        font-size: 14px;
    }
    .nominated_report_page .manager_sec .col-md-3.col-sm-3.col-12
    {
        width: 25%;
    }
    .nominated_report_page .manager_sec .col-md-9.col-sm-9.col-12
    {
        width: 75%;
    }
    .nominated_report_page .main-header .notification-count.position-absolute
    {
        right: 1px;
    }
}
/* ..... */
@media only screen and (min-device-width:320px) and (max-device-width:1280px) {
    .nominated_report_page .left_sec h3 {
        font-size: 16px;
    }
}
/* ..... */
@media only screen and (min-device-width:320px) and (max-device-width:1460px) {
    .nominated_report_page .left_sec h3 {
        font-size: 16px;
    }
}
/* ..... */
@media only screen and (min-device-width:1280px) and (max-device-width:1760px) {
    .nominated_report_page .custom-width-col {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .nominated_report_page .btn-nomination {
        padding: 4px 7px;
        font-size: 10px;
        line-height: 9px;
        height: 19px;
    }
    /* .img-sec img {
        width: 55px;
    } */
    .nominated_report_page .profile-sec {
        padding-left: 75px;
    }
}
/* ..... */
@media only screen and (min-width:1760px) and (max-width:1860px) {
    .nominated_report_page .custom-width-col {
        flex: 0 0 20%;
        max-width: 20%;
    }
}
/* ..... */
@media only screen and (min-device-width: 1920px) and (max-device-width:5000px) {
    .nominated_report_page .custom-width-col {
        flex: 0 0 20%;
        max-width: 20%;
    }
    .nominated_report_page .right-sec-card p {
        color: #000;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}
/* ..... */