.chat-click-wrap {
    position: relative;
    z-index: 100;
}
.chat-click-wrap .button {
    cursor: pointer;
    position: fixed;
    bottom: 30px;
    right: 30px;
    background: #FEDC09;
    color: #fff;
    border: none;
    padding: 15px;
    width: 60px;
    height: 60px;
    font-size: 30px;
    font-weight: bold;
    border-radius: 40px;
    -webkit-animation: hoverWave linear 2s infinite;
    animation: hoverWave linear 2s infinite;
    -webkit-box-shadow: 0 8px 10px #FEDC09;
    box-shadow: 0 8px 10px #FEDC09;

    bottom: 60px;
    font-size: 34px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.chat-click-wrap .chat-click-block {
    width: 100%;
    max-width: 450px;
    min-height: 300px;
    background: #fff;
    position: fixed;
    bottom: 0;
    right: 60px;
    box-shadow: 1px 1px 20px #000000a1;
    border-radius: 2px;
}
.lk-notice-viewed-shop {
    display: none;
}
.lk-notice-title-new .chat-close {
    margin-left: auto;
    right: 0;
    transform: rotate(-90deg);
}
.lk-notice-title-new .chat-close img {
    margin: 0;
    width: 20px;
}





.lk-notice-content {
    width: calc(100% - 360px);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}
.lk-notice-inner .lk-notice-content {
    width: 100%;
    min-height: 100%;
}
.lk-notice-title-new {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px;
    border-bottom: 1px solid #EBEBEB;
}
.lk-notice-chat-new, .lk-support-chat {
    overflow-y: auto;
    max-height: 500px;
    min-height: 400px;
    padding: 30px 10px 20px;
}
.lk-notice-chat-new .welcome-note {
    font-size: 13px;
    font-weight: 500;
    color: #545454;
    margin-top: 3px;
    text-align: center;
}
.lk-notice-form-new {
    margin-top: auto;
    background: #FFFFFF;
    box-shadow: 0px 4px 26px rgba(0, 0, 0, 0.06);
    padding: 20px;
}
.lk-notice-form-new {
    margin-top: auto;
    background: #FFFFFF;
    box-shadow: 0px 4px 26px rgba(0, 0, 0, 0.06);
    padding: 20px;
}
.lk-notice-form-new .input-outer {
    display: -ms-flexbox;
    display: flex;
}
.lk-notice-form-new .input-block {
    margin-bottom: 0;
    margin-right: 20px;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.lk-notice-form-new .add-file {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 20px;
    cursor: pointer;
}
.lk-notice-form-new .btn {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 0;
    width: 44px;
    transition: all 0.3s ease-out;
}
.lk-notice-form-new .add-file input {
    display: none;
}
.lk-notice-form-new .add-file img {
    display: block;
    filter: brightness(0);
    transition: all 0.3s ease-out;
}
.lk-notice-form-new .btn img {
    margin: 0 auto;
}
.lk-notice-chat-block-new {
    margin-bottom: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
}
.lk-notice-chat-message-new.your {
    margin-left: auto;
}
.lk-notice-chat-message-new .info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}

.lk-notice-chat-message-new .logo {
  width: 42px;
  height: 42px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 10px;
  border-radius: 50%;
  overflow: hidden;
}

.lk-notice-chat-message-new .logo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  image-rendering: -webkit-optimize-contrast;
}

.lk-notice-chat-message-new .name {
  padding-right: 10px;
  font-weight: 700;
  min-width: 1px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.2;
}

.lk-notice-chat-message-new .date {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  color: #545454;
  font-weight: 500;
  font-size: 12px;
  margin-left: auto;
}

.lk-notice-chat-message-new .text {
  background: rgba(68, 113, 251, 0.08);
  padding: 20px;
}

.lk-notice-chat-message-new .text p {
  margin-bottom: 8px;
  line-height: 1.25;
}

.lk-notice-chat-message-new .text p:nth-last-of-type(1) {
  margin-bottom: 0;
}

.lk-notice-chat-message-new .text p a {
  color: #042EB0;
}

.lk-notice-chat-message-new .text p a:hover {
  text-decoration: underline;
}

.lk-notice-chat-message-new .note {
  margin-top: 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.2;
  color: #787878;
}

.lk-notice-chat-message-new .status {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  background: url("../images/check-check.svg") center no-repeat;
  margin-right: 10px;
}

.lk-notice-chat-message-new .status.no {
  filter: grayscale(1);
  opacity: 0.7;
}

.lk-notice-chat-message-new .text a {
  display: flex;
  align-items: center;
  gap: 6px;
}

.lk-notice-chat-message-new .text a span {
  overflow: hidden;
  text-overflow: ellipsis;
}

.lk-notice-chat-message-new .photo-image {
  display: block;
  position: relative;
  max-width: 369px;
}

.lk-notice-chat-message-new .photo-image img {
  image-rendering: -webkit-optimize-contrast;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  height: 246px;
  max-width: 100%;
}

.lk-notice-chat-message-new .video:after {
  content: "";
  left: 0;
  top: 0;
  position: absolute;
  z-index: 2;
  height: 100%;
  width: 100%;
  background: #000;
  opacity: 0.4;
}
.lk-notice-chat-message-new.your .date {
  margin-left: 0;
  -ms-flex-order: 1;
  order: 1;
  margin-right: auto;
}

.lk-notice-chat-message-new.your .name {
  -ms-flex-order: 2;
  order: 2;
  padding-right: 0;
  padding-left: 10px;
}

.lk-notice-chat-message-new.your .logo {
  -ms-flex-order: 3;
  order: 3;
  margin-right: 0;
  margin-left: 10px;
}

.lk-notice-chat-message-new.your .text {
  background: #f8f8f8;
}

.lk-notice-chat-message-new.your .note {
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.lk-notice-chat-new::-webkit-scrollbar, .lk-notice-tabs-list::-webkit-scrollbar, .lk-support-chat::-webkit-scrollbar {
    width: 5px;               
    height: 5px;
    cursor: pointer;
}

.lk-notice-chat-new::-webkit-scrollbar-track, .lk-notice-tabs-list::-webkit-scrollbar-track, .lk-support-chat::-webkit-scrollbar-track {
    background: transparent;        
    cursor: pointer;
}

.lk-notice-chat-new::-webkit-scrollbar-thumb, .lk-notice-tabs-list::-webkit-scrollbar-thumb, .lk-support-chat::-webkit-scrollbar-thumb {
    background-color: #FEDC09;    
    border-radius: 20px;
    border: 1px solid #f4edff;  
    cursor: pointer;
}
.lk-notice-title-new .btn {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    cursor: pointer;
    width: 44px;
    height: 44px;
    padding: 0;
    margin-right: 15px;
}
.lk-notice-title-new .logo {
    width: 53px;
    height: 53px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 20px;
    border-radius: 50%;
    overflow: hidden;
}
.lk-notice-title-new .title {
    line-height: 1.2;
    min-width: 1px;
}
.lk-notice-title-new .view-shop {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 15px;
    cursor: pointer;
    display: none;
}
.lk-notice-title-new .view-shop img {
    display: block;
}
.lk-notice-title-new .name {
    font-size: 18px;
    font-weight: 700;
    margin-right: 20px;
}
.lk-notice-title-new .note {
    font-size: 13px;
    font-weight: 500;
    color: #545454;
    margin-top: 3px;
}
.lk-notice-title-new .logo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    image-rendering: -webkit-optimize-contrast;
}
.lk-notice-title-new .arrow {
    display: block;
    border: none;
    width: 9px;
    height: 9px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-top: 2px solid #8e8e8e;
    border-right: 2px solid #8e8e8e;
    transform: rotate(-135deg);
    transition: all 0.3s ease-out;
    margin-left: 5px;
}
.lk-notice-tabs {
    background: #FFFFFF;
    box-shadow: 0px 4px 26px rgba(0, 0, 0, 0.06);
    padding: 20px;
}
.lk-notice-tabs h2 {
    margin-bottom: 14px;
}
.lk-notice-search {
    margin-bottom: 20px;
    position: relative;
}
.lk-notice-tabs-list {
    font-size: 13px;
    font-weight: 700;
    color: #042EB0;
    margin: 0 -20px;
    overflow-y: auto;
    max-height: 500px;
}
.lk-notice-search-drop {
    display: none;
    overflow-y: auto;
    max-height: 280px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 20;
    border: 1px solid #FEDC09;
    background: #fff;
    box-shadow: 0 4px 26px rgba(0, 0, 0, 0.06);
    padding: 14px;
    overscroll-behavior-y: contain;
}
.lk-notice-tabs-list {
    font-size: 13px;
    font-weight: 700;
    color: #042EB0;
    margin: 0 -20px;
    overflow-y: auto;
    max-height: 730px;
}
.lk-notice-tabs-list .active {
    background: #FAFAFA;
}
.lk-notice-tabs-list a {
    transition: all 0.3s ease-out;
    display: block;
    padding: 0 20px;
}
.lk-notice-tabs-list li:last-child .inner {
    border-bottom: 1px solid #EBEBEB;
}
.lk-notice-tabs-list .inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    min-height: 63px;
    border-top: 1px solid #EBEBEB;
    transition: all 0.3s ease-out;
    line-height: 1.2;
    padding: 8px 0;
}
.lk-notice-tabs-list .logo {
    width: 35px;
    height: 35px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 10px;
    border-radius: 50%;
    overflow: hidden;
}
.lk-notice-tabs-list .title {
    min-width: 1px;
}
.lk-notice-tabs-list .time {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 10px;
    color: #3e3e3e;
    font-size: 11px;
    font-weight: 500;
}
.lk-notice-tabs-list .name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.lk-notice-tabs-list .note {
    margin-top: 2px;
    font-size: 12px;
    color: #545454;
}
.lk-notice-tabs-list .note {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #000;
}
.lk-notice-tabs-list .title {
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: block;
}
.lk-notice-search-drop .lk-notice-tabs-list {
    max-height: 2500px;
    margin: 0 -14px;
}
.lk-notice-search-drop .lk-notice-tabs-list a {
  padding: 0 14px;
}




.enter-form {
    width: 100%;
    padding: 20px;
    background: #FFFFFF;
    border: 1px solid #EBEBEB;
}
.enter-form .form-note {
    font-size: 14px;
    color: #383838;
    line-height: 1.2;
    margin-bottom: 20px;
}
.enter-form .btn {
    position: relative;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
}
.enter-form .form-agreement {
    margin-top: 20px;
    line-height: 1.3;
    font-weight: 500;
    text-align: left;
}
.enter-form .form-agreement a {
    color: #042EB0;
}
.error-note {
    font-weight: 500;
    font-size: 12px;
    line-height: 1.25;
    color: #B00000;
    padding: 8px 10px;
    background: #FFE1E1;
    border-radius: 2px;
    margin-bottom: 20px;
}
.input-block-code .send-repeat-code {
    width: 160px;
    height: 26px;
    position: absolute;
    top: 10px;
    right: 0px;
    padding-left: 10px;
    border-left: 1px solid #ddd;
    color: #8e8e8e;
}
.input-block-code .send-repeat-code span {
    color: #042eb0;
}
.input-block-code .send-repeat-code button {
    height: 26px;
    font-family: Inter, Arial, Tahoma, sans-serif;
    font-weight: 600;
    background: transparent;
    border: none;
    color: #042eb0;
    cursor: pointer;
}












.lk-notice-chat-message.user {
    background: #f8f8f8;
}
.lk-notice-chat-block {
    margin-bottom: 20px;
}
.lk-notice-chat-message {
    display: -ms-inline-flexbox;
    display: inline-flex;
    background: rgba(68, 113, 251, 0.08);
    padding: 20px;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1.23;
}
.lk-notice-chat-message .logo {
    width: 42px;
    height: 42px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 10px;
    border-radius: 50%;
    overflow: hidden;
}
.lk-notice-chat-message .text {
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.lk-notice-chat-message .logo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    image-rendering: -webkit-optimize-contrast;
}
.lk-notice-chat-message .top {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 10px;
}
.lk-notice-chat-message .name {
    padding-right: 15px;
    font-weight: 700;
}
.lk-notice-chat-message .date {
    text-align: right;
    color: #3E3E3E;
    font-weight: 500;
    font-size: 12px;
}
.lk-notice-chat-message p:nth-last-of-type(1) {
    margin-bottom: 0;
}
.lk-notice-chat-message p {
    margin-bottom: 9px;
}
.lk-notice-chat-message .icon, .lk-notice-chat-message-new .icon {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #042EB0;
    border-radius: 50%;
    width: 42px;
    height: 42px;
}
button.btn.darkblue-btn:disabled {
    background: #e0e0e0;
    cursor: default;
}
button.btn.darkblue-btn:disabled:before {
    content: "";
    position: absolute;
    top: 0;
    margin-left: -30px;
    left: 50%;
    z-index: 6;
    width: 60px;
    height: 100%;
    background: url(../images/loader.svg) center no-repeat;
    background-size: 100% auto;
}
button.btn.darkblue-btn:disabled span {
    opacity: 0;
}
.chat-click-wrap .count {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: block;
    margin-left: 10px;
    font-size: 12px;
    line-height: 15px;
    color: #fff;
    line-height: 1.1;
    padding: 3px 4px;
    background: #698EFF;
    border-radius: 2px;
    position: absolute;
    top: -5px;
    right: 5px;
}


@media (max-width: 767px) {
    .lk-notice-inner {
        width: 100%;
        position: fixed;
        z-index: 101;
        background: #fff;
        top: 0;
        left: 0;
        height: 100%;
    }
}


@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(0.5);
                transform: scale(0.5);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1.2);
                transform: scale(1.2);
        opacity: 0;
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(0.5);
                transform: scale(0.5);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1.2);
                transform: scale(1.2);
        opacity: 0;
    }
}


@-webkit-keyframes hoverWave {
    0% {
        -webkit-box-shadow:0 8px 10px rgba(4, 46, 176,0.3),0 0 0 0 rgba(4, 46, 176,0.2),0 0 0 0 rgba(4, 46, 176,0.2);
                box-shadow:0 8px 10px rgba(4, 46, 176,0.3),0 0 0 0 rgba(4, 46, 176,0.2),0 0 0 0 rgba(4, 46, 176,0.2)
    }
    40% {
        -webkit-box-shadow:0 8px 10px rgba(4, 46, 176,0.3),0 0 0 15px rgba(4, 46, 176,0.2),0 0 0 0 rgba(4, 46, 176,0.2);
                box-shadow:0 8px 10px rgba(4, 46, 176,0.3),0 0 0 15px rgba(4, 46, 176,0.2),0 0 0 0 rgba(4, 46, 176,0.2)
    }
    80% {
        -webkit-box-shadow:0 8px 10px rgba(4, 46, 176,0.3),0 0 0 30px rgba(4, 46, 176,0),0 0 0 26.7px rgba(4, 46, 176,0.067);
                box-shadow:0 8px 10px rgba(4, 46, 176,0.3),0 0 0 30px rgba(4, 46, 176,0),0 0 0 26.7px rgba(4, 46, 176,0.067)
    }
    100% {
        -webkit-box-shadow:0 8px 10px rgba(4, 46, 176,0.3),0 0 0 30px rgba(4, 46, 176,0),0 0 0 40px rgba(4, 46, 176,0.0);
                box-shadow:0 8px 10px rgba(4, 46, 176,0.3),0 0 0 30px rgba(4, 46, 176,0),0 0 0 40px rgba(4, 46, 176,0.0)
    }
}
@keyframes hoverWave {
        0% {
        -webkit-box-shadow:0 8px 10px rgba(4, 46, 176,0.3),0 0 0 0 rgba(4, 46, 176,0.2),0 0 0 0 rgba(4, 46, 176,0.2);
                box-shadow:0 8px 10px rgba(4, 46, 176,0.3),0 0 0 0 rgba(4, 46, 176,0.2),0 0 0 0 rgba(4, 46, 176,0.2)
    }
    40% {
        -webkit-box-shadow:0 8px 10px rgba(4, 46, 176,0.3),0 0 0 15px rgba(4, 46, 176,0.2),0 0 0 0 rgba(4, 46, 176,0.2);
                box-shadow:0 8px 10px rgba(4, 46, 176,0.3),0 0 0 15px rgba(4, 46, 176,0.2),0 0 0 0 rgba(4, 46, 176,0.2)
    }
    80% {
        -webkit-box-shadow:0 8px 10px rgba(4, 46, 176,0.3),0 0 0 30px rgba(4, 46, 176,0),0 0 0 26.7px rgba(4, 46, 176,0.067);
                box-shadow:0 8px 10px rgba(4, 46, 176,0.3),0 0 0 30px rgba(4, 46, 176,0),0 0 0 26.7px rgba(4, 46, 176,0.067)
    }
    100% {
        -webkit-box-shadow:0 8px 10px rgba(4, 46, 176,0.3),0 0 0 30px rgba(4, 46, 176,0),0 0 0 40px rgba(4, 46, 176,0.0);
                box-shadow:0 8px 10px rgba(4, 46, 176,0.3),0 0 0 30px rgba(4, 46, 176,0),0 0 0 40px rgba(4, 46, 176,0.0)
    }
}