﻿/*Navbar-notification*/
.notification label,
.notification p {
    margin: 0;
}

.notification-dropdown {
    position: relative;
    display: inline-block;
    float: right;
}

.notification-badge {
    position: absolute;
    left: 14px;
    top: 5px;
    width: 18px;
    height: 18px;
    background-color: #FF3F3F;
    color: #FFFFFF;
    font-size: 10px;
    text-align: center;
    border-radius: 50%;
}

.notification-dropdown .dropbtn {
    float: right;
    margin: .7rem 1rem 0 0;
    cursor: pointer;
    font-size: 20px;
}

.navbar-notification {
    right: 0px;
    position: fixed;
    top: 46px;
    display: none;
    box-shadow: 0px 0px 6px #00000029;
    background: #FFFFFF;
    border: 1px solid #DFDFDF;
    border-radius: 4px;
    width: 340px;
}

.navbar-notification .notif-header, .navbar-notification .notification .notif-inner-header {
    padding: 10px 0 10px 0;
}

.navbar-notification-inside {
    /*display: none;*/
    display: flex;
    flex-direction: column;
    margin-top: 5px;
    padding: 0 8px 4px;
    max-height: calc(90vh - 100px);
    overflow: auto;
}

.navbar-notification input {
    border: 1px solid #A0A0A0;
    border-radius: 4px;
    height: 35px;
    width: 100%;
    padding-left: 6px;
}

.navbar-notification .search-icon {
    color: #A0A0A0;
    position: absolute;
    right: 7px;
    top: 7px;
    font-size: 18px;
}

.navbar-notification .notification {
    display: flex;
    padding: 5px;
    margin: 5px 0;
    column-gap: 5px;
    /*flex-direction: column;*/
    border: 1px solid #DFDFDF;
}

    .navbar-notification .notification .time {
        font-size: 12px;
        color: #A0A0A0;
        /*padding-bottom: 3px;*/
    }

    .navbar-notification .notification .btn-span span {
        background: #DEF2F5;
        border-radius: 12px;
        padding: 5px 7px;
        font-size: 12px;
    }

.navbar-notification .txt {
    color: #000000;
    /*line-height: 18px;
    padding: 7px 0px;*/
}

.navbar-notification .fs14 {
    font-size: 14px;
    font-weight: 700;
}

.navbar-notification .notification-content {
    flex-grow: 1;
}
/*.fs12 {
    font-size: 12px;
}*/

.navbar-notification .text-blue {
    color: #293C71;
    font-weight: 700;
}


.navbar-notification .file-download-link {
    color: #0275D8;
    font-weight: 700;
    /*border-left: 1px solid #dfdfdf;*/
    /*padding-left: 5px;*/
}
/*custom scrollbar styles*/
/* width */
.navbar-notification-inside::-webkit-scrollbar {
    width: 6px;
}
/* Track */
.navbar-notification-inside::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 15px;
}
/* Handle */
.navbar-notification-inside::-webkit-scrollbar-thumb {
    background: #dfdfdf;
    border-radius: 15px;
}

/* Handle on hover */
.navbar-notification-inside::-webkit-scrollbar-thumb:hover {
    background: #c9c9c9;
}

.navbar-notification .notification .file-section {
    /*justify-content: center;*/
    background: #F7F7F7;
    margin: 6px;
    padding: 6px;
    height: 48px;
    display: flex;
}


.navbar-notification .notification .file-image {
    float: left !important;
}

    .navbar-notification .notification .file-section .file-name {
        width: 160px;
        overflow: hidden;
        /* display: inline-block; */
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .navbar-notification .notification .file-section .file-pages, .navbar-notification .notification .file-section .file-size {
        font-size: 12px;
        color: #858585;
    }

.navbar-notification .notification .file-section .file-type {
    background: #fff;
    padding: 3px;
    border-radius: 3px;
    margin-left: .25rem !important;
    float: left !important;
}

.navbar-notification .notification .file-section .file-type img {
    height: 25px;
    width: 23px;
    color: #B4B4B4;
}

.navbar-notification .notification .i-notification-attachement {
    background: url("../images/i-attachement.svg") no-repeat;
    display: inline-block;
    height: 22px;
    width: 20px;
    background-size: contain !important;
    margin-left: .25rem !important;
}
/* this CSS forms the triangles */
.navbar-notification-arrow {
    border-bottom: 1px solid white;
    z-index: 10;
    position: absolute;
    display:none;
}
.navbar-notification-arrow:after,
.navbar-notification-arrow:before {
    content: '';
    display: block;
    position: absolute;
    left: 4px;
    width: 0;
    height: 0;
    border-style: solid;
}

.notification .c-header-img {
    height: 32px;
    width: 32px;
    object-fit: contain;
}

/* this border color controlls the color of the triangle (what looks like the fill of the triangle) */
.navbar-notification-arrow:after {
    top: 30px;
    border-color: transparent transparent transparent #fff;
    border-width: 10px;
    transform: rotate(270deg);
}

/* this border color controlls the outside, thin border */
.navbar-notification-arrow:before {
    top: 30px;
    border-color: transparent transparent transparent #e8e8e8;
    border-width: 10px;
    transform: rotate(270deg);
}

.i-cross-red {
    display: inline-block;
    height: 20px;
    width: 20px;
    background-size: contain !important;
    background: url("../images/cross-red.svg");
}

.i-sample-file {
    margin-top: -2px;
    display: inline-block;
    height: 15px;
    width: 15px;
    vertical-align: middle;
    background-size: contain !important;
    background: url("../images/i-sample-file.svg");
}

/*Login Page Notification design styles started*/
.c-banner {
    padding: 28px 32px;
}

    .c-banner.c-banner--notification {
        margin-top: 10px;
        margin: 10px;
        padding: 0px;
    }

.c-banner-parent {
    box-shadow: 0px -9px 31px -2px #00000030;
    background: #fff;
    /*border: 1px solid #e7d8d8;*/
    height: 300px;
    overflow: auto;
    position: fixed;
    bottom: 2.5rem;
    left: 1.5rem;
    border-radius: 4px;
    width: 415px;
    height: 400px;
}

.c-banner-parent .c-banner-parent-header {
    font-size: 14px;
    font-weight: 700;
    padding: 10px 0 10px 0;
    margin: 0;
}

    .c-banner__content {
        display: flex;
        padding: 5px;
        margin: 5px 0;
        column-gap: 5px;
        border: 1px solid #DFDFDF;
        /* border-radius: 4px;
    padding: 2px;
    box-shadow: 0px 0px 6px #00000029;*/
    }

    .c-banner__content h3 {
        font-size: 14px;
        color: #111111;
        font-weight: bold;
        margin-bottom: 0px;
    }

    .c-banner__content p {
        /*font-size: 14px;.c-banner__content .time
        font-weight: normal;
        padding: 0px 5px 2px 8px;*/
        margin-bottom: 0;
    }

        /*.c-banner__content p > span {
            font-weight: 600;
            color: #363636;
        }*/

.c-header {
    display: flex;
    align-items: center;
}

.c-banner__content .file-section {
    background: #F7F7F7;
    margin: 6px;
    padding: 6px;
    height: 48px;
    display: flex;
}

.c-banner__content .file-image {
    float: left !important;
}

.c-banner__content .file-type {
    background: #fff;
    padding: 3px;
    border-radius: 3px;
    margin-left: .25rem !important;
    float: left !important;
}

.c-banner__content .file-type img {
    height: 30px;
    width: 30px;
    color: #B4B4B4;
}

.c-banner__content .c-header-img {
    height: 32px;
    width: 32px;
    object-fit: contain;
}

.c-banner__content .file-pages,
.c-banner__content .file-size {
    color: #858585;
    .c-banner__content p font-size: 12px;
}

.c-banner__content .file-name {
    color: #373A3C;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 250px;
    overflow: hidden;
}

.i-notification-attachement {
    background: url("../images/i-attachement.svg") no-repeat;
    display: inline-block;
    height: 20px;
    width: 20px;
    background-size: contain;
}
/*custom scrollbar styles*/
/* width */
.c-banner-parent::-webkit-scrollbar {
    width: 6px;
}

/* Track */
.c-banner-parent::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 15px;
}

/* Handle */
.c-banner-parent::-webkit-scrollbar-thumb {
    background: #dfdfdf;
    border-radius: 15px;
}

    /* Handle on hover */
    .c-banner-parent::-webkit-scrollbar-thumb:hover {
        background: #c9c9c9;
    }

.c-banner__content .time {
    font-size: 12px;
    color: #656565;
}

.c-banner .file-download-link {
    color: #0275D8;
    font-weight: 700;
    /*border-left: 1px solid #dfdfdf;*/
    /*padding-left: 5px;*/
}
.bell-background {
    padding: 5px;
    border-radius: 50%;
    height: auto;
    width: auto;
    color: #0275D8;
    background: #FFF;
    border: 1px solid #DFDFDF;
}
.bell-white {
    background: white;
    border: .5px solid #F27F32;
    box-shadow: 0px 7px 11px rgba(0, 0, 0, 0.25);
}
.z-index-10002{
    z-index:10002
}

/*this is for hiding login page notifications in small and medium devices*/
/*@media only screen and (max-width: 767px) {
    .c-banner-parent {
        display: none
    }
}*/
/*this is for hiding login page notifications in small and medium devices*/

/*Login Page Notification design styles ended*/