/*------------------header--------------*/

.mail-notification-box a {
    margin-top: 23px;
    position: relative;
    margin-left: 13px;
}

.num-count {
    position: absolute;
    user-select: none;
    cursor: default;
    font-size: 0.6rem;
    background: #e74c3c;
    width: 1.2rem;
    height: 1.2rem;
    color: #ecf0f1;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    top: -9px;
    right: -9px;
    box-sizing: border-box;
}

.num-count {
    animation-name: scaleCount;
    animation-iteration-count: 1;
    animation-duration: 1s;
    animation-delay: 0s;
}
span.num-count.active {
    font-size: 20px;
}
@keyframes scaleCount {
    0% {
        transform: scale(0);
    }
    40% {
        transform: scale(1);
    }
    60% {
        transform: scale(0.5);
    }
    80% {
        transform: scale(1.25);
    }
}

.pc-menu ul li:not(:last-child) {
    margin-right: 25px;
}

.profile {
    position: relative;
    margin: 0 1rem;
    height: 60px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    cursor: pointer;
    transition: 0.2s;

}

.content {
    position: absolute;
    cursor: default;
    top: 75px;
    right: -5rem;
    padding: 0px;
    white-space: nowrap;
    background-color: #fff;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 4px;
    visibility: hidden;
    transform: translatex(-10px);
    opacity: 0;
    transition: 0.6s;
}

.content .header {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #f0f2f8;
}

.content .header .infos {
    margin-right: 1.5em;
    margin-left: 0em;
    margin-top: 1em;
}

.content .header .infos .name {
    font-size: 1em;
    color: #333;
}

.content .header .infos .title {
    font-size: 0.9em;
    color: #969696;
    font-weight: 500;
}

.content .body {
    margin: 1em;
}

.content .body i {
    line-height: 18px;
    margin-right: 20px;
}

.content .body p {
    font-size: 0.95em;
    color: #27272727;

}

.profile:hover .content {
    visibility: visible;
    opacity: 1;
}


.btn.btn-sm i {
    font-size: 14px;
    background-color: #3ec9d6;
}

.btn.btn-sm:hover i {
    background-color: #fff;
}


.material-icons-two-tone {
    opacity: 0;
}


.btn-sm.btn-admin-panel {
    width: 7rem;
}


.auth-wrapper {
    background: #f3f3f3;
}

.main-body-bg {
    background: #31475E;
}

.text-white-muted {
    color: #c0c0c0;
}

.btn-theme-bg {
    background: #F6B037;
}

.btn-theme-bg:hover {
    background: #fdbf54;
}

.header-navbar .navbar-wrapper .navbar-container .nav-left li > a,
.header-navbar .navbar-wrapper .navbar-container .nav-right li > a {
    font-size: 10px;
}

@media only screen and (max-width: 1200px) {

    .pc-menu ul li a {

        display: grid;

    }

}


@media only screen and (max-width: 1024px) {
    .big-btn-2pm {
        background-color: #969696;
        border: transparent;
        opacity: 0.2;
        cursor: not-allowed;
        pointer-events: none;

    }

    .profile {

        visibility: hidden;


    }

}

.header-navbar .navbar-wrapper .navbar-container .nav-right li > a {
    font-size: 8px;
}


.priority-icons {
    display: flex;
    justify-content: center;
    align-items: center;
}

.priority-icons li {
    list-style: none;
    padding: 0px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.priority-icons i {

    font-size: 20px;
}

.priority-icons span {
    font-size: 12px;
    font-weight: bold;
}

.reply-icons {
    display: flex;
    justify-content: center;
    align-items: center;
}

.reply-icons li {
    list-style: none;
    padding: 0px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.reply-icons i {
    font-size: 20px;
}


.reply-icons span {
    font-size: 12px;
    font-weight: bold;
}

.doc-upload input[type='file'] {

    display: none;
}

.custom-file-upload {
    background-color: #01a9ac;
    color: #ffffff;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    padding: 10px 20px;
    border-radius: 0.31em;
    cursor: pointer;
}

.uploaded-files {
}

.uploaded-files ul {
    padding: 0;
    margin: 0;
    flex-wrap: wrap;
    display: flex;
    margin-bottom: 5px;
}

.uploaded-files ul li {
    list-style: none;
}

.uploaded-files p {
    background: #ddd;
    margin: 5px;
    padding: 5px 10px;
    border-radius: 5px;
    cursor: pointer;
}

.closed-ticket {
    background: #ea4d4d;
    padding: 2px 5px;
    border-radius: 4px;
    color: #fff;
    font-size: 10px;
}

.processing-ticket {
    background: #868e96;
    padding: 2px 5px;
    border-radius: 4px;
    color: #fff;
    font-size: 10px;
}

.open-ticket {
    background: #868e96;
    padding: 2px 5px;
    border-radius: 4px;
    color: #fff;
    font-size: 10px;
}

.recent-ticket {

    max-height: 630px !important;
    overflow: scroll;
}


.reopen-ticket-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    cursor: pointer;
}

.reopen-ticket-btn button {
    display: flex;
    justify-content: center;
    padding: 5px 10px;
    align-items: center;
}

.reopen-ticket-btn i {
    /* font-size: 25px; */
    /* padding: 10px 10px 10px 20px; */
    font-size: 18px;
}

.message-area {
}

.message-area form {
    width: 95%;
    margin: auto;
}

.toggle-message-section {
    display: none;
}

.input-area {
    margin-bottom: 10px;
}

.input-area textarea {
    min-height: 50px;
    border-radius: 5px;
}


.button-area {
    display: flex;
    justify-content: space-between;
    padding: 5px;
}

.button-area input[type='file'] {
    display: none;
}

.custom-file-upload {
    background-color: #01a9ac;
    color: #ffffff;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    padding: 10px 20px;
    border-radius: 0.31em;
    cursor: pointer;
}

.button-area button {
    padding: 5px 40px;
}

.uploaded-files {
}

.uploaded-files ul {
    padding: 0;
    margin: 0;
    flex-wrap: wrap;
    display: flex;
    margin-bottom: 5px;
}

.uploaded-files ul li {
}

.uploaded-files p {
    background: #ddd;
    margin: 5px;
    padding: 5px 10px;
    border-radius: 5px;
    cursor: pointer;
}

.toggle-message-section {
    display: none;
}

.conversation-section {
    color: white;
    padding: 15px;
    height: 760px;
    overflow: scroll;
    border: 1px solid #ccc;
}

.thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(204, 204, 204);
    border-image: initial;
    cursor: pointer;
}

.single-img-of-conversation {
    position: relative;
}

.single-img-of-conversation span {

    position: absolute;
    left: 40%;
    top: 10px;
    background: #000;
    padding: 5px 10px;
    border-radius: 10px;
    color: #fff;
    cursor: pointer;
}


.text-color {
    color: #000;
}

.conersation-body-page {
    height: 100%;
    position: fixed;
    right: 1%;
    left: 15%;
}

.max-height {
    max-height: 60%;
}

.active-item {

    background-color: #868e96;
    border-color: #868e96;
    color: #ffffff;
}

.recent-tickets {

    max-height: 600px;
    overflow: scroll;
}

.doc-upload input[type='file'] {

    display: none;
}

.pb-30 {
    padding-bottom: 30px;
}

#close-ticket-modal {
    top: 25%;
}

.admin-message-border {
    margin: 10px;
    border-left: 3px solid #02a99d !important;
}

.user-message-border {
    margin: 10px;
    border-left: 3px solid #ffa21d !important;
}

#message-section {
    margin-top: 20px;
}

.unread-ticket {
    background-color: #e4f6f5;
}


/*Button Animation*/

.button-animation {
    position: relative;
    display: inline-block;
    padding: 7px 10px !important;
    overflow: hidden;
    transition: 0.5s;
}

.button-animation span {
    position: absolute;
    display: block;
}

.button-animation span:nth-child(1) {
    top: 0;
    left: -100%;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, transparent, #02a99d);
    animation: btn-anim1 1s linear infinite;
}

@keyframes btn-anim1 {
    0% {
        left: -100%;
    }
    50%, 100% {
        left: 100%;
    }
}

.button-animation span:nth-child(2) {
    top: -100%;
    right: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(180deg, transparent, #02a99d);
    animation: btn-anim2 1s linear infinite;
    animation-delay: 0.25s;
}

@keyframes btn-anim2 {
    0% {
        top: -100%;
    }
    50%, 100% {
        top: 100%;
    }
}

.button-animation span:nth-child(3) {
    bottom: 0;
    right: -100%;
    width: 100%;
    height: 2px;
    background: linear-gradient(270deg, transparent, #02a99d);
    animation: btn-anim3 1s linear infinite;
    animation-delay: 0.5s;
}

@keyframes btn-anim3 {
    0% {
        right: -100%;
    }
    50%, 100% {
        right: 100%;
    }
}

.button-animation span:nth-child(4) {
    bottom: -100%;
    left: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(360deg, transparent, #02a99d);
    animation: btn-anim4 1s linear infinite;
    animation-delay: 0.75s;
}

@keyframes btn-anim4 {
    0% {
        bottom: -100%;
    }
    50%, 100% {
        bottom: 100%;
    }
}


.wrapper {
    position: relative;
    display: flex;
    height: 10px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 0;
    padding: 0;
}

.bell .material-icons {
    /* font-size:12rem !important; */
    /* font-size:36px !important; */
    font-size: 1rem !important;
}

.bell {
    position: relative;
    display: inline-block;
    /* border:dashed 1px rgba(0,0,0,.25); */
    margin: 0;
    padding: 0;
}

.bell .anchor {
    transform-origin: center top;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.bell .layer-1 {
    color: #1d1e22;
    z-index: 9;
    animation: animation-layer-1 2000ms infinite;
    opacity: 0;
}

.bell .layer-2 {
    color: #1d1e22;
    z-index: 8;
    position: absolute;
    top: 0;
    left: 0;
    animation: animation-layer-2 2000ms infinite;
}

.bell .layer-3 {
    color: #333642;
    z-index: 7;
    position: absolute;
    top: 0;
    left: 0;
    animation: animation-layer-3 2000ms infinite;
}

@keyframes animation-layer-1 {
    0% {
        transform: rotate(0deg);
        opacity: 0;
    }
    8.0% {
        transform: rotate(0deg);
        opacity: 0;
    }
    12.0% {
        transform: rotate(42deg);
        opacity: .5;
    }
    16.0% {
        transform: rotate(-35deg);
        opacity: .4;
    }
    20.0% {
        transform: rotate(0deg);
        opacity: .1;
    }
    23.0% {
        transform: rotate(28deg);
        opacity: .3;
    }
    26.0% {
        transform: rotate(-20deg);
        opacity: .2;
    }
    29.0% {
        transform: rotate(0deg);
        opacity: .1;
    }
    31.0% {
        transform: rotate(16deg);
        opacity: 0;
    }
    33.0% {
        transform: rotate(-12deg);
        opacity: 0;
    }
    35.0% {
        transform: rotate(0deg);
        opacity: 0;
    }
    37.0% {
        transform: rotate(-6deg);
        opacity: 0;
    }
    39.0% {
        transform: rotate(0deg);
        opacity: 0;
    }
}

@keyframes animation-layer-2 {
    0% {
        transform: rotate(0deg);
    }
    8.0% {
        transform: rotate(0deg);
    }
    12.0% {
        transform: rotate(42deg);
    }
    16.0% {
        transform: rotate(-35deg);
    }
    20.0% {
        transform: rotate(0deg);
    }
    23.0% {
        transform: rotate(28deg);
    }
    26.0% {
        transform: rotate(-20deg);
    }
    29.0% {
        transform: rotate(0deg);
    }
    31.0% {
        transform: rotate(16deg);
    }
    33.0% {
        transform: rotate(-12deg);
    }
    35.0% {
        transform: rotate(0deg);
    }
    37.0% {
        transform: rotate(-6deg);
    }
    39.0% {
        transform: rotate(0deg);
    }
    40.0% {
        transform: rotate(6deg);
    }
    44.0% {
        transform: rotate(-3deg);
    }
    49.0% {
        transform: rotate(2deg);
    }
    55.0% {
        transform: rotate(0deg);
    }
    62.0% {
        transform: rotate(1deg);
    }
    70.0% {
        transform: rotate(0deg);
    }
}

@keyframes animation-layer-3 {
    0% {
        transform: rotate(0deg);
        opacity: 1;
    }
    8.0% {
        transform: rotate(0deg);
        opacity: 1;
    }
    12.0% {
        transform: rotate(52deg);
        opacity: .5;
    }
    16.0% {
        transform: rotate(-48deg);
        opacity: .4;
    }
    20.0% {
        transform: rotate(0deg);
        opacity: 1;
    }
    23.0% {
        transform: rotate(42deg);
        opacity: .3;
    }
    26.0% {
        transform: rotate(-30deg);
        opacity: .2;
    }
    29.0% {
        transform: rotate(0deg);
        opacity: 1;
    }
    31.0% {
        transform: rotate(26deg);
        opacity: .15;
    }
    33.0% {
        transform: rotate(-18deg);
        opacity: .1;
    }
    35.0% {
        transform: rotate(0deg);
        opacity: 1;
    }
    37.0% {
        transform: rotate(-12deg);
        opacity: .8;
    }
    40.0% {
        transform: rotate(6deg);
        opacity: 1;
    }
    44.0% {
        transform: rotate(-3deg);
        opacity: .8;
    }
    49.0% {
        transform: rotate(2deg);
        opacity: 1;
    }
    55.0% {
        transform: rotate(0deg);
        opacity: 1;
    }
    62.0% {
        transform: rotate(1deg);
        opacity: 1;
    }
    70.0% {
        transform: rotate(0deg);
        opacity: 1;
    }
}
