/*.tooltip {
    word-break: break-all !important;
} */
.red_help_link {
    color: #C81E1E;
}
.red_help_link:hover {
    color: #C81E1E;
}

/* LOGIN :: STYLE :: BY RJ */
.image-checkbox {
    cursor: pointer;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 4px solid transparent;
    outline: 0;
}

.image-checkbox input[type="checkbox"] {
    display: none;
}

.image-checkbox-checked {
    border-color: #1a202e;
}

.sidebar_pro_tag {
    background-color: #e72525;
    color: #ffffff;
    border-radius: 12px;
    padding: 0 10px;
    margin-left: auto;
}

.sidebar_new_tag {
    align-self: flex-end;
    background-color: #66D5C0;
    color: #0F162B;
    border-radius: 12px;
    padding: 0 10px;
    font-size: 14px;
    margin-left: 10px;
}

.sidebar_trial_tag {
    background-color: #fddaa5;
    color: #f38b43;
    border-radius: 12px;
    padding: 0 10px;
    margin-left: auto;
}

.login_and_signup {
    /* background-image: url(/assets/images/hero_banner.png); */
    height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    background-color: #E72525;
}

.login_and_signup .company-logo img {
    width: 250px;
}

.login_and_signup .authentication-form {
    border: 1px solid #cd3a3c;
    padding: 20px;
    background: rgba(255, 255, 255, 0.85);
    border-radius: 10px;
    box-shadow: 0px 0px 6px 0px rgba(49, 2, 0, 0.57);
}

.login_and_signup .authentication-form h1 {
    font-size: 28px;
    margin: 25px 0 30px;
    font-weight: 700;
    color: #012939;
}

.login_and_signup form label {
    /* font-weight: 500 !important; */
    font-size: 14px;
    color: #012939;
}

.login_and_signup form input.form-control,
.login_and_signup form select.form-control {
    background-image: none !important;
    background: rgba(255, 255, 255, 0.74);
    padding: 12px;
    height: auto;
    border: 0;
    font-weight: 500;
    color: #424e56 !important;
}

.login_and_signup .check_box {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.login_and_signup .check_box input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.login_and_signup .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 19px;
    width: 19px;
    background-color: rgba(255, 255, 255, 0.74);
    border-radius: 4px;
}

.login_and_signup .check_box:hover input~.checkmark {
    background-color: #ccc;
}

.login_and_signup .check_box input:checked~.checkmark {
    background-color: #dd4a4c;
}

.login_and_signup .checkbox .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.login_and_signup .check_box input:checked~.checkmark:after {
    display: block;
}

.login_and_signup .check_box .checkmark:after {
    left: 7px;
    top: 4px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.login_and_signup .btn-info {
    background-color: #E72525;
    padding: 10px;
    font-weight: 500;
}

.login_and_signup .justyfy-content-between {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.login_and_signup .justyfy-content-between a {
    color: #012939
}

.login_and_signup .or {
    position: relative;
    text-align: center;
    margin-bottom: 10px;
}

.login_and_signup .or::after,
.login_and_signup .or::before {
    content: "";
    display: block;
    position: absolute;
    height: 1px;
    border: 0.1px solid #012939;
    top: 50%;
    transform: translateY(-50%);
}

.login_and_signup .or::after {
    left: 0;
    width: 44%;
}

.login_and_signup .or::before {
    right: 0;
    width: 44%;
}

.login_and_signup .or span {
    font-size: 16px;
    text-transform: uppercase;
    color: #012939
}

.google_facebook a img {
    width: 19px;
}

.google_facebook a {
    display: block;
    text-align: center;
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.83);
    border-radius: 5px;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1803921568627451);
    min-height: 37px;
    line-height: 23px;
}

.google_facebook a:hover {
    text-decoration: none;
}

.google_facebook a.facebook {
    margin-bottom: 7px;
}

.google_facebook a span {
    display: inline-block;
    vertical-align: middle;
    color: #000000;
    font-size: 13px;
    font-weight: 500;
    margin-left: 6px;
}

.google_facebook a.google img {
    width: 16px;
}

.login_and_signup .register .btn-info {
    max-width: 430px;
    margin: 0 auto
}

.login_and_signup .google_facebook.inline {
    display: flex;
    justify-content: space-around;
    margin-left: -10px;
    margin-right: -10px;
}

.login_and_signup .google_facebook.inline a {
    width: 100%;
    margin: 0 10px;
}

.login_and_signup .google_facebook.inline a.facebook {
    margin-bottom: 0px;
}

.login_and_signup .privacy_policy {
    text-align: center;
    margin-bottom: 0;
    margin-top: 20px;
}

.login_and_signup .privacy_policy p {
    font-size: 14px;
    color: #012939;
}

.login_and_signup .privacy_policy p a {
    color: #E72525;
    text-decoration: underline;
}

.d-block {
    display: block !important;
}

.claim-business-color {
    color: #968f8f !important;
}

.font-bold {
    font-weight: bold;
}

.w-auto {
    width: auto !important;
}

.my-2 {
    margin-top: 2%;
}

.mr-2 {
    margin-right: 2%;
}

.color-red {
    color: red;
}

.h-40 {
    height: 40px;
}

.cursor-pointer {
    cursor: pointer;
}

.display-hide {
    display: none;
}

.vr-hr {
    border-right: 1px solid;
}

.vr-middle {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

/* For Upgrade Popup */
.upgrade-modal-header-danger {
	color:#fff;
    padding:9px 15px;
    border-bottom:1px solid #eee;
    background: #c81e1e;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
     border-top-left-radius: 5px;
     border-top-right-radius: 5px;
}

/* Web Panel - Settings */
.email-template-heading {
	margin-left: 0px;
	margin-right: 0px;
	border-left: 0;
	border-right: 0;
}

/* Data table loader position */
div.dataTables_wrapper div.dataTables_processing {
    top: 50%;
    position: relative;
 }

 /*Top Notification Header CSS START*/
 .full-menu .notification-header {
    padding: 20px 24px 20px 330px;
}
.notification-header {
    padding: 20px 25px 20px 100px;
    background-color:#CDDC39;
    transition: all .4s;
    position: relative;
    font-family: 'Roboto';
    z-index:100;
}
.notification-row{
    display:flex;
    align-items: center;
    justify-content: space-between;
}
.notification-row__content,
.notification-row__action{
    display: flex;
    align-items: center;
}
.notification__free {
    background-color: #9E9D24;
    color: #fff;
    padding: 9px 12px;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    border-radius: 44px;
}
.notification__text {
    color: #9E9D24;
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    margin: 0;
    padding-left: 10px;
}
.notification-timer__count {
    font-size: 14px;
    line-height: 16px;
    color: #9E9D24;
    font-weight: 500;
}
.btn.setup--btn {
    background-color: #9E9D24;
    color: #fff;
    margin: 0 15px;
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
    text-transform: capitalize;
    transition: all .3s;
    padding: 10px 15px;
}
.btn.setup--btn:hover {
   background-color: #87861A;
}
.close--notification {
    display: none;
}
.notification-close {
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s;
    padding: 12px;
    color: #9E9D24;
}
.notification-close:hover{
    background-color: #fff;
    color: #9E9D24;
}

/*SETTING TAG RESPONSIVE MENU*/
select#mobileDropdown.form-control{
    margin: 15px 15px 0;
    box-sizing: border-box;
    width: calc(100% - 30px);
    display:none;
}


/*HEADER UPDATED STYLES*/
.top-header__left{
    display: flex;
    align-items: center;
}
.top-header__left .breadcrumb{
    margin-bottom: 0;
    background-color: transparent;
}
.top-header__left .breadcrumb>li{
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
}
.top-header__left .breadcrumb>li a{
    color: #656C73;
}
.top-header__left .breadcrumb>.active{
    color: #1C2731;
}
.top-header__left .breadcrumb>li+li:before{
    padding: 0 15px;
    color: #ADB1B5;
    content: "/\00a0";
    font-size: 14px;
    font-weight: 100;
}
.top-header__center span.input-group-addon{
    display: table-cell;
    background: #FCFCFC;
    box-shadow: none !important;
}
.top-header__center .input-group{
    width: 350px;

}
.top-header__center .input-group .form-control{
    border-left: 0 !important;
    padding-left: 0 !important;
}
.top-header__center .input-group .form-control::placeholder{
    color: #ADB1B5 !important;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
}
/* #notification_popup:has(.notify-dropdown.open){
    pointer-events: none;
} */
.notify-dropdown.open:before {
    transform: scale(1);
}
.notify-dropdown .dropdown-toggle{
    box-shadow: none !important;
}
.notify-dropdown .dropdown-menu,
.notify-container .notify-menu{
    left:auto;
    right: 0;
    width: 440px;
    max-height: 36rem;
    overflow: hidden;
    overflow-y: auto;
    cursor: initial;
}
.notify-dropdown .dropdown-menu{
    padding: 0;
}
.notify-container .notify-menu{
    width: 100%;
    max-height: 100svh;
}
.notify-dropdown .dropdown-menu li,
.notify-container  .notify-menu-list-item{
    padding: 12px 16px;
    display: flex;
    box-shadow: 0px 1px 0px #E4E8EE;
    margin-bottom: 1px;
    gap: 16px;
    cursor: pointer;
}
.notify-dropdown .dropdown-menu li.activity-deleted-read,
.notify-container  .notify-menu-list-item.activity-deleted-read,
.notify-dropdown .dropdown-menu li.activity-deleted,
.notify-container  .notify-menu-list-item.activity-deleted{
    font-style: italic;
}
.notify-dropdown .dropdown-menu li.activity-deleted-read:not(.unread),
.notify-container  .notify-menu-list-item.activity-deleted-read:not(.unread){
    pointer-events: none;
    cursor: initial;
}
.notify-dropdown .dropdown-menu .notify-li a,
.notify-container .notify-menu .notify-li a{
    background-color: transparent;
    color: #1C2731;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 6px;
}
.notify-dropdown .dropdown-menu .notify-li img,
.notify-container .notify-menu .notify-li img{
    width: 16px;
    height: 16px;
}
.notify-dropdown .dropdown-menu li .left,
.notify-container .notify-menu-list-item .left{
    flex-basis: 32px;
    flex-shrink: 0;
    display: flex;
}
.notify-dropdown .dropdown-menu li.unread .left,
.notify-container .notify-menu-list-item.unread .left{
    position: relative;
}
.notify-dropdown .dropdown-menu li.unread .left::before,
.notify-container .notify-menu-list-item.unread .left::before{
    content:"";
    display: block;
    background: rgba(242, 19, 20, 0.6);
    border: 1px solid #C81E1E;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    top: -5px;
    left: -10px;
}

.notify-dropdown .dropdown-menu li .right,
.notify-container  .notify-menu-list-item .right{
    color: #1C2731;
    font-size: 16px;
    line-height: 19px;
}

.notify-dropdown .dropdown-menu li.activity-deleted-read .right,
.notify-container  .notify-menu-list-item.activity-deleted-read .right,
.notify-dropdown .dropdown-menu li.activity-deleted .right,
.notify-container  .notify-menu-list-item.activity-deleted .right{
    color: #ADB1B5;
}

.notify-dropdown .dropdown-menu li .right strong,
.notify-container  .notify-menu-list-item .right strong{
    font-weight: 500;
}
.notify-dropdown .dropdown-menu li .date-info,
.notify-container  .notify-menu-list-item .date-info{
    color: #ADB1B5;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0px;
}
.notify-dropdown .dropdown-menu li p,
.notify-container  .notify-menu-list-item p{
    font-size: 16px;
    line-height: 19px;
}
.notify-dropdown .dropdown-menu li .message,
.notify-container  .notify-menu-list-item .message{
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    position: relative;
    padding-left: 12px;
}
.notify-dropdown .dropdown-menu li .message::before,
.notify-container  .notify-menu-list-item .message::before{
    content: "";
    display: inline-block;
    width: 4px;
    height: 100%;
    background: #3B82F6;
    border-radius: 2px;
    margin-right: 8px;
    position: absolute;
    top: 0;
    left: 0;
}
.notify-dropdown .dropdown-menu li.unread,
.notify-container  .notify-menu-list-item.unread{
    background: #DBEAFE;
    box-shadow: 0px 1px 0 #ccc;
}
.notify-dropdown .dropdown-menu li span.initials,
.notify-container  .notify-menu-list-item span.initials{
    background: #FF9800;
    color: #fff;
    width: 32px;
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    height: 32px;
    border-radius: 50%;
    text-align: center;
    line-height: 32px;
}
.header-icon .dropdown-menu img,
.header-icon .notify-menu img{
    width: 32px;
    height: 32px;
}
.header-icon .dropdown-menu.faq-dropdown img{
    width: 20px;
    height: 20px;
}
.top-li{
    justify-content: space-between;
    position: sticky;
    top: 0;
    z-index: 1;
    background: #fff;
}
.top-li .top-li-left{
    display: flex;
    align-items: center;
    gap: 15px;
}
.top-li .top-li-left label{
    font-size: 14px !important;
    line-height: 20px;
    color: #1C2731 !important;
    margin-bottom: 0;
}
.top-li .top-li-left select{
    border: 0;
    min-width: 60px;
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    max-width: max-content;
}
.top-li .top-li-right{
    width: max-content;
    padding: 0;
    color: #3F464B;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
}
.top-li .top-li-right img{
    width: 16px;
    height: 16px;
    margin-left: 5px;
}
.top-li .top-li-right:hover{
    background-color: transparent;
}
.top-header .header-icon:before{
    background-color: #FDF2E4;
}
.top-header .box-indicator{
    background: #E74C3C;
    height: 14px;
    font-weight: 600;
    font-size: 10px;
    line-height: 13px;
    padding: 0 4px;
    top:6px;
}
.top-header .header-icon.header-icon--profile{
    height: 50px;
    width: 50px;
    border: 0;
}
.dropdown-menu.animated.fadeIn.profile-dropdown{
    background-color: #f7f7f7;
    width: 150px;
    border-radius: 6px !important;
    border: 0 !important;
    padding: 4px;
}
ul.dropdown-menu.animated.fadeIn.profile-dropdown::before{
    content: none;
}
.profile-dropdown .dropdown-menu__item{
    padding: 4px 0;
}
.profile-dropdown.dropdown-menu.animated.fadeIn>.dropdown-menu__item>a{
    border-radius: 2px;
    color: #1C2731 !important;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    display: flex;
    align-items: center;
    padding: 4px !important;
    gap: 12px;
}
.profile-dropdown.dropdown-menu.animated.fadeIn>.dropdown-menu__item>a img{
    filter: invert(45%) sepia(13%) saturate(275%) hue-rotate(169deg) brightness(89%) contrast(91%);
}
.profile-dropdown.dropdown-menu.animated.fadeIn>.dropdown-menu__item>a:hover, .profile-dropdown.dropdown-menu.animated.fadeIn>.dropdown-menu__item>a:focus{
background-color: rgba(242, 19, 20, 0.6) !important;
    color: #fff !important;
}
.profile-dropdown.dropdown-menu.animated.fadeIn>.dropdown-menu__item>a:hover img, .profile-dropdown.dropdown-menu.animated.fadeIn>.dropdown-menu__item>a:focus img{
    filter: invert(100%) sepia(0%) saturate(7489%) hue-rotate(341deg) brightness(102%) contrast(101%);
}
.profile-dropdown.dropdown-menu.animated.fadeIn>.dropdown-menu__item.app-download-li>a img{
    filter: none;
}
.profile-dropdown .dropdown-menu__item.app-download-li{
    display: flex;
    justify-content: space-between;
}
.profile-dropdown.dropdown-menu.animated.fadeIn>.dropdown-menu__item.app-download-li>a:hover, .profile-dropdown.dropdown-menu.animated.fadeIn>.dropdown-menu__item.app-download-li>a:focus{
    background-color: transparent !important;
}

.profile-dropdown .dropdown-menu__item.logout-li{
    border-top: 0.5px solid #ADB1B5;
    border-radius: 0px 0px 4px 4px;
    margin-top: 14px;
    margin-bottom: 4px;
}
.profile-dropdown.dropdown-menu.animated.fadeIn>.dropdown-menu__item.logout-li>a{
    color: #F21314 !important;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
}
.profile-dropdown.dropdown-menu.animated.fadeIn>.dropdown-menu__item.logout-li>a:hover,.profile-dropdown.dropdown-menu.animated.fadeIn>.dropdown-menu__item.logout-li>a:focus{
    background-color: transparent !important;
}
.profile-dropdown.dropdown-menu.animated.fadeIn>.dropdown-menu__item:last-child>a{
    color: #1C2731 !important;
}
.profile-dropdown.dropdown-menu.animated.fadeIn>.dropdown-menu__item:last-child>a:hover,.profile-dropdown.dropdown-menu.animated.fadeIn>.dropdown-menu__item:last-child>a:focus{
    color:#fff !important;
}
.top-header__right .icon-right-space{
    margin-right: 0 !important;
}
.top-header__right .header-icon .help-li{
    display: flex;
}
.profile-dropdown .dropdown-menu__item.reorder-li{
    display: none;
}

/*TODO DRAGGER UI FIXES*/
body.dashboard .todo-dragger {  
    z-index: 5;
}

@media (max-width:1367px){
    body.full-menu .top-header__left .breadcrumb>li+li:before{
        padding: 0 5px;
    }
    body.full-menu .top-header__center .input-group {
        width: 300px;
    }
}

@media (max-width:1250px){
    body.full-menu .top-header__left .breadcrumb{
        padding-left: 5px;
    }
    .top-header__left .breadcrumb>li{
        font-size: 14px;
    }
    body.full-menu .top-header__left .breadcrumb>li+li:before {
        padding: 0 2px;
    }
    body.full-menu .top-header__right .header-icon{
        min-width: 40px;
        width: 40px;
    }
    body.full-menu .top-header__center .input-group {
        width: 250px;
    }
}

@media (max-width:1100px){
    .top-header__left .breadcrumb>li+li:before{
        padding: 0 5px;
    }
    body.full-menu .top-header__center .input-group {
        width: 300px;
    }
    body.full-menu .top-header__left .breadcrumb {
        display: none;
    }
    body.full-menu .top-header__right .header-icon {
        min-width: 44px;
        width: 44px;
    }
}

@media (max-width:1024px){
    .top-header__center .input-group {
        width: 250px;
    }
    header.top-header{
        padding: 0 5px 0 75px;
    }
}

@media (max-width:1000px){
    body.full-menu .top-header{
        padding: 0 15px 0 310px;
    }
    body.full-menu .top-header__center .input-group {
        width: fit-content;
    }
    body.full-menu .top-header__right{
        margin-left: 10px;
    }
    body.full-menu .top-header__right .header-icon {
        min-width: 40px;
        width: 40px;
    }
    body.full-menu .top-header__center{
        margin-left: 5px;
    }
}

@media (max-width:980px){
    .top-header__left .breadcrumb>li{
        font-size: 13px;
        line-height: 16px
    }
    .top-header__left .breadcrumb>li+li:before {
        padding: 0 1px;
    }
    .top-header__left .breadcrumb{
        padding: 8px 0;
    }
}

@media (max-width:850px){
    .top-header__left .breadcrumb{
       display: none;
    }
    .top-header__center .input-group {
        width: 350px;
    }
}

@media (max-width:820px){
    ul.nav#tab-list{
        display: none;
    }
    select#mobileDropdown.form-control{
        display:block;
    }
    .row.quickbook-row.company-cam__row{
        flex-direction: column;
        flex-wrap: wrap;
    }
    .row.quickbook-row.company-cam__row .col-md-3.w-20.p-0{
        width: 100%;
    }
    .row.quickbook-row.company-cam__row .col-md-9.f-grow.pr-0.company-cam--col{
        width: 100%;
        box-sizing: border-box;
        padding: 0 15px;
        margin: 0;
    }
}

@media only screen and (max-width:768px){
    .notification__free,
    .notification-timer__count{
        display: none;
    }
    .notification__text {
        padding-left: 0;
    }
    .notification-row__content {
        flex: 0 0 35%;
    }

}

@media (max-width:767px){
    .top-header__left .breadcrumb,.top-header__center{
        display: none;
    }
    header.top-header {
        padding: 0 5px 0 5px;
    }
    .top-header__right .icon-right-space{ /*.header-icon.team-chat-li removed to visible chat icon*/
        display: none !important;
    }
    .header-icon.header-icon--profile img{
        display: none;
    }
    .top-header .header-icon.header-icon--profile{
        position: relative;
        width: 24px;
        margin-left: 0;
    }
    .top-header__right .header-icon {
        min-width: 44px;
        width: 44px;
    }
    .top-header .header-icon.header-icon--profile:before{
        content: "";
        background-image:url("../../assets/svg/profile-icon-mobile.svg");
        background-size: 24px 24px;
        width: 24px;
        height: 24px;
        display: block;
        top: 14px;
        left: 0;
        transform: scale(1);
        background-repeat: no-repeat;
        background-color: transparent;
        position: absolute;
    }
    .profile-dropdown .dropdown-menu__item.app-download-li,.profile-dropdown .dropdown-menu__item.logout-li,.profile-dropdown .dropdown-menu__item.settings-li{
        display: none;
    }
    .profile-dropdown .dropdown-menu__item.reorder-li{
        display: block;
    }
    .notify-dropdown .dropdown-menu,
.notify-container .notify-menu{
        width: 420px;
    }
.notify-container .notify-menu{
        width: 100%;
    }

}
@media only screen and (max-width:575px){
    .notification-header {
        padding: 20px 24px;
    }
    .notification__text {
        font-size: 14px;
        line-height: 16px;
    }
    .notify-dropdown .dropdown-menu {
        right: -250%;
        left: auto !important;
        max-height: calc(100vh - 100px);
        overflow-y: auto;
    }
}

@media only screen and (max-width:480px){
    .notify-dropdown .dropdown-menu {
        right: -300%;
        max-width: calc(100vw - 30px);
    }
    .notify-dropdown .dropdown-menu li,
.notify-container  .notify-menu-list-item {
        padding: 10px;
        margin-bottom: 0;
        gap: 10px;
    }
    .top-li .top-li-left {
        gap: 5px;
    }
    .top-li .top-li-left label{
        font-size: 13px !important;
        line-height: 14px;
    }
    .top-li .top-li-left select{
        font-size: 12px;
    }
    .top-li .top-li-right{
        font-size: 12px;
        line-height: 14px;
    }
    .notify-dropdown .dropdown-menu li.unread .left::before,
.notify-container  .notify-menu-list-item.unread .left::before{
        top: -5px;
        left: -6px;
        width: 6px;
        height: 6px;
    }
    .notify-dropdown .dropdown-menu li p,
.notify-container  .notify-menu-list-item p{
        font-size: 13px;
        line-height: 16px;
    }
    .notify-dropdown .dropdown-menu li  .date-info,
.notify-container  .notify-menu-list-item .date-info{
        font-size: 12px;
        line-height: 14px;
        margin-bottom: 0;
    }
    .notify-dropdown .dropdown-menu li .message,
.notify-container  .notify-menu-list-item .message{
        font-size: 12px;
        line-height: 15px;
    }
    .notify-dropdown .dropdown-menu li .message::before,
.notify-container  .notify-menu-list-item .message::before{
        width: 2px;
    }
    .notify-dropdown .dropdown-menu .notify-li a{
        font-size: 11px;
        line-height: 14px;
    }
}

@media only screen and (max-width:425px){
    .notification-row {
        flex-direction: column;
    }
    .notification__text {
        margin: 15px 0;
        text-align: center;
    }
    .notification-close {
        position: absolute;
        top: 10px;
        right: 10px;
    }
}
/*Top Notification Header CSS END*/
