.notifiction {
    padding-right: 2%;
    display: flex;
    position: relative;
    align-items: center
}

.notifiction a {
    color: #242424;
    margin-right: 20px;
    font-size: 24px;
    cursor: pointer
}

.notifiction img {
    border-radius: 50%;
    width: 45px;
    height: 45px;
    padding: 0 !important;
    box-shadow: 0 9.5px 12.7px 0 rgb(0 0 0 / 5%)
}

@media (max-width:1200px) {
    .notif-sm {
        display: flex;
        flex-direction: column-reverse;
        margin-top: 100px;
        width: 100%
    }

    .notif-sm a {
        margin: 20px 0
    }
}

.image-info-box {
    position: absolute;
    min-width: 300px;
    top: 100%;
    right: 0;
    background-color: #fff;
    padding: 20px 0;
    z-index: 10001;
    box-shadow: 0 12px 30px -2px rgb(0 0 0 / 10%);
    transition: all 0.5s ease-in-out;
    list-style: none;
    display: none
}

.image-info-box:hover,
.notifiction .not-img:hover+.image-info-box {
    display: block
}

.image-info-box .info-box-header {
    font-size: 16px;
    border-bottom: 1px solid #ebebeb;
    padding: 0 35px;
    margin-bottom: 0
}

.info-box-header a i {
    color: #000;
    margin-left: 10px;
    font-size: 14px
}

.image-info-box .info-box-header a {
    text-decoration: none
}

.image-info-box .info-box-header span {
    font-size: 14px;
    color: #777;
    margin: 0
}

.image-info-box .info-box-header h4 {
    font-size: 30px;
    line-height: 50px;
    color: #4d83ff;
    margin-bottom: -10px
}

.box-info-links {
    margin: 0;
    padding: 0;
    list-style: none
}

.box-info-links li {
    padding: 12px 35px !important
}

.box-info-links li a {
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    position: relative
}

.box-info-links li>a:before {
    width: 0;
    height: 1px;
    position: absolute;
    content: "";
    top: 10px;
    left: -15px;
    transition: all 0.2s ease-in-out;
    background: #1477dd
}

.box-info-links li:hover>a:before {
    width: 10px
}

.notifictions-box,
.messages-box {
    position: absolute;
    right: 0;
    z-index: 100;
    display: none;
    min-width: 10rem;
    width: 20rem;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: rgb(243, 243, 243);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem;
    max-height: 90vh;
    overflow-y: scroll;
    z-index: 1000;
    top: 88px;
}

.messages-box {
    right: 5%
}

.notifictions-show {
    display: block
}

.messages-show {
    display: block
}

.notifictions-box h3,
.notifictions-box h4,
.messages-box h3,
.messages-box h4 {
    line-height: 24px;
    font-weight: 500;
    font-style: normal;
    color: #000;
    font-size: 18px;
    padding: 20px;
    margin-bottom: 0;
    position: sticky;
    background: #fff
}

.notifictions-box h3,
.messages-box h3 {
    top: 0
}

.notifictions-box h4,
.messages-box h4 {
    bottom: 0;
    text-align: center
}

.more-not {
    color: #000;
    text-decoration: none;
    text-align: center;
    font-size: 15px
}

.more-not:hover {
    cursor: pointer
}

.more-not-finished {
    display: none
}

.notifictions-box-body,
.messages-box-body {
    position: relative
}

.notifictions-box ul,
.messages-box ul {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    background-color: rgb(243, 243, 243)
}

.notifictions-box ul li {
    background-color: rgb(243, 243, 243)
}

.notifictions-box ul li a,
.messages-box ul li a {
    color: #242424;
    text-decoration: none;
    white-space: normal;
    display: block !important;
    font-size: 14px;
    padding: .25rem 1.5rem;
    line-height: 30px;
    font-weight: 500
}

.messages-box ul li a {
    color: #777;
    padding: .25rem 1.5rem
}

.notifictions-box ul li a span,
.messages-box ul li a span {
    color: #777
}

.messages-box ul li a span {
    color: #000
}

.notifictions-box ul li a .time {
    font-size: 10px;
    display: block;
    color: #777;
    text-transform: uppercase;
    margin-top: 5px
}

.message_toggle,
.notif_toggle {
    background: #fff;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
    position: relative;
}

.message_toggle i,
.notif_toggle i {
    font-size: 20px;
    color: #1477dd
}

@media (max-width:1200px) {
    .image-info-box {
        top: initial;
        right: 0
    }
}

@media(max-width:770px) {
    .search {
        top: 38%
    }

    .notifiction {
        padding-right: 0
    }

    .notifiction a {
        margin-right: 0;
        margin-left: 14px
    }

    .image-info-box {
        right: 0;
        z-index: 10001
    }
}

.modal {
    z-index: 100000 !important;
}

@media(max-width:1000px) {

    .notifictions-box,
    .messages-box {
        top: 130px;
    }
}

.notifictions-box::-webkit-scrollbar,
.messages-box::-webkit-scrollbar {
    width: 5px;
}

.notifictions-box::-webkit-scrollbar-track,
.messages-box::-webkit-scrollbar-track {
    background-color: #eceef2;
    /* border-radius: 180px; */
}

.notifictions-box::-webkit-scrollbar-thumb,
.messages-box::-webkit-scrollbar-thumb {
    background-color: #b3b1b1;
    /* border-radius: 180px; */
}