
#lozloz {
  background: #b3afaf url(./static/images/obito.jpg);
    background-size: cover;
    background-attachment: fixed;
}

a:hover {
  text-decoration: none;
}


.wrapper-content {
  overflow: hidden;
}

.link {
text-decoration: none;
}
/* chuyển động ảnh */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 30px; /* Điều chỉnh kích thước theo kích thước thực tế của mũi tên */
  height: 30px;
  cursor: pointer;
}

.swiper-button-prev {
  left: 10px; /* Điều chỉnh vị trí của mũi tên prev */
}

.swiper-button-next {
  right: 10px; /* Điều chỉnh vị trí của mũi tên next */
}

.content-banner-slide .swiper-slide {
  background-color: #e3f6f5; /* Màu nền vàng */
  border: 2px solid #ffc107; /* Viền khung màu vàng */
  border-radius: 10px; /* Bo tròn góc khung */
  overflow: hidden; /* Ẩn phần vượt khỏi khung */
}
/* ______css_thông báo_________ */
.topic_name {
  border: 2px solid #ffac28; 
  padding: 15px;
  border-radius: 12px;
  background-color: #e3f6f5; 
  box-shadow: 0 6px 12px rgba(0,0,0,0.1);
  overflow: hidden; 
}

.topic_name a:hover {
  text-decoration: none;
  color: #ff5722;
}
.notification-forum{
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.card-header-forum{
  padding: .5rem 1rem;
  margin-bottom: 0;
  border-bottom: 1px solid rgba(0,0,0,.125);
}

.notification-item {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  transition: transform 0.3s, box-shadow 0.3s;
}

.notification-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 16px rgba(0,0,0,0.2);
}

.avatar-container {
  display: flex;
  align-items: center;
  margin-right: 15px;
}

.avatar {
  /* border: 2px solid #ff0000;  */
  width: 65px;
  /* border-radius: 50%;
  transition: transform 0.3s; */
}

.avatar:hover {
  transform: rotate(360deg);
}

.content {
  flex: 1;
}

.alert-frame {
  border: 2px solid #ffcd7d; /* Màu đỏ cho khung nội dung */
  padding: 10px;
  border-radius: 8px;
  background-color: #fff1d9; /* Màu nền nội dung */
}

.author {
  margin-top: 5px;
  color: red;
}

.alert-link {
  color: #2C2254;
  font-weight: bold;
  font-size: 1.1em;
}

.gif-icon {
  vertical-align: middle;
  margin-left: 5px;
}
/* _______________ */

.swiper-container {
  overflow: hidden; /* Hide overflow to only show centered slide */
}

.swiper-wrapper {
  display: flex; /* Use flexbox for slides */
}

.swiper-slide {
  flex-shrink: 0; /* Prevent slides from shrinking */
  width: 100%; /* Ensure each slide takes full width */
  opacity: 0; /* Initially hide all slides */
  transition: opacity 0.3s ease; /* Smooth opacity transition */
}

.swiper-slide.swiper-slide-active {
  opacity: 1; /* Show active slide */
}

.lapphan-bg {
  background: #b3afaf url(../images/bg/bg.jpg);
  background-size: cover;
  background-attachment: fixed;
}

.modal-footer {
  border-top: 0px;
}

.white-bg {
  background-color: #ffffff;
}

/* .avatar {
  background: #b3afaf url(../images/logo/logo.png);
  background-size: cover;
  padding: 2px;
  border-radius: 15%;
  border: rgb(255, 0, 119) 1px solid;
} */

.btn-border {
  border-radius: 20% !important;
}

.btn-ghimbai {
  color: #FFF;
  background-color: #0ac2f5 !important;
  border-color: #046c89 !important;
}

.btn-info {
  color: #fff;
  background-color: #88c33d !important;
  border-color: #6b9733 !important;
}

.btn-info:hover {
  color: #fff;
  background-color: #6b9733 !important;
  border-color: #7ea949 !important;
}

.btn-primary {
  color: #fff;
  background-color: #8f34f5 !important;
  border-color: #6518bb !important;
}

.page-heading {
  border-top: 0;
  padding: 0 10px 20px 10px;
}

.forum-post-container .media {
  margin: 10px 10px 10px 10px;
  padding: 20px 10px 20px 10px;
  border-bottom: 1px solid #88c33d;
}

.forum-avatar {
  float: left;
  margin-right: 20px;
  text-align: center;
  width: 110px;
}

.forum-avatar .img-circle {
  height: 48px;
  width: 48px;
}

.author-info {
  color: #676a6c;
  font-size: 11px;
  margin-top: 5px;
  text-align: center;
}

.forum-post-info {
  padding: 9px 12px 6px 12px;
  background: #f9f9f9;
  border: 1px solid #f1f1f1;
}

.media-body>.media {
  background: #f9f9f9;
  border-radius: 3px;
  border: 1px solid #f1f1f1;
}

.forum-post-container .media-body .photos {
  margin: 10px 0;
}

.forum-photo {
  max-width: 140px;
  border-radius: 3px;
}

.media-body>.media .forum-avatar {
  width: 70px;
  margin-right: 10px;
}

.media-body>.media .forum-avatar .img-circle {
  height: 38px;
  width: 38px;
}

.mid-icon {
  font-size: 66px;
}

.forum-item {
  margin: 10px 0;
  padding: 10px 0 20px;
  border-bottom: 1px solid #f1f1f1;
}

.views-number {
  font-size: 24px;
  line-height: 18px;
  font-weight: 400;
}

.forum-container,
.forum-post-container {
  padding: 5px !important;
}

.forum-item small {
  color: #999;
}

.forum-item .forum-sub-title {
  color: #999;
  margin-left: 50px;
}

.forum-title {
  margin: 15px 0px 15px 5px;
}

.forum-info {
  text-align: center;
}

.forum-desc {
  color: #999;
}

.forum-icon {
  float: left;
  width: 30px;
  margin-right: 20px;
  text-align: center;
}

a.forum-item-title {
  color: inherit;
  display: block;
  font-size: 18px;
  font-weight: 600;
}

a.forum-item-title:hover {

}

.forum-icon .fa {
  font-size: 30px;
  margin-top: 8px;
  color: #9b9b9b;
}

.forum-item.active .fa {
  color: #000000;
}

.forum-item.active a.forum-item-title {
  color: #000000;
}

@media (max-width: 992px) {
  .forum-info {
      margin: 15px 0 10px 0;
      /* Comment this is you want to show forum info in small devices */
      display: none;
  }

  .forum-desc {
      float: none !important;
  }
}





.ibox {
  clear: both;
  margin-bottom: 25px;
  margin-top: 0;
  padding: 0;
}

.ibox.collapsed .ibox-content {
  display: none;
}

.ibox.collapsed .fa.fa-chevron-up:before {
  content: "\f078";
}

.ibox.collapsed .fa.fa-chevron-down:before {
  content: "\f077";
}

.ibox:after,
.ibox:before {
  display: table;
}

.ibox-title {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background-color: #ffffff;
  border-color: #e7eaec;
  border-image: none;
  border-style: solid solid none;
  border-width: 3px 0 0;
  color: inherit;
  margin-bottom: 0;
  padding: 14px 15px 7px;
  min-height: 48px;
}

.ibox-content {
  background-color: #ffc262;
  color: inherit;
  padding: 15px 20px 20px 20px;
  border-color: rgb(207 149 89 / 0%);
  border-image: none;
  border-style: solid solid none;
  border-width: 1px 0;
  border-radius: 10px;
}

.ibox-footer {
  color: inherit;
  border-top: 1px solid #e7eaec;
  font-size: 90%;
  background: #ffffff;
  padding: 10px 15px;
}

.message-input {
  height: 90px !important;
}

.form-control,
.single-line {
  background-color: #FFFFFF;
  background-image: none;
  border: 1px solid #e5e6e7;
  border-radius: 1px;
  color: inherit;
  display: block;
  padding: 6px 12px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  width: 100%;
  font-size: 14px;
}

.text-navy {
  color: #1ab394;
}

.mid-icon {
  font-size: 66px !important;
}

.m-b-sm {
  margin-bottom: 3px;
}



.job-box-filter label {
  width: 100%;
}

.job-box-filter select.input-sm {
  display: inline-block;
  max-width: 120px;
  margin: 0 5px;
  border: 1px solid #e8eef1;
  border-radius: 2px;
  height: 34px;
  font-size: 15px;
}

.job-box-filter label input.form-control {
  max-width: 200px;
  display: inline-block;
  border: 1px solid #e8eef1;
  border-radius: 2px;
  height: 34px;
  margin-left: 5px;
  font-size: 15px;
}

.text-right {
  text-align: right;
}

.job-box-filter {
  padding: 12px 15px;
  background: #ffffff;
  border-bottom: 1px solid #e8eef1;
  margin-bottom: 20px;
}

.job-box {
  background: #ffffff;
  display: inline-block;
  width: 100%;
  padding: 0 0px 40px 0px;
  border: 1px solid #e8eef1;
}

.job-box-filter a.filtsec {
  margin-top: 8px;
  display: inline-block;
  margin-right: 15px;
  padding: 4px 10px;
  font-family: 'Quicksand', sans-serif;
  transition: all ease 0.4s;
  background: #edf0f3;
  border-radius: 50px;
  font-size: 13px;
  color: #81a0b1;
  border: 1px solid #e2e8ef;
}

.job-box-filter a.filtsec.active {
  color: #ffffff;
  background: #16262c;
  border-color: #16262c;
}

.job-box-filter a.filtsec i {
  color: #03A9F4;
  margin-right: 5px;
}

.job-box-filter a.filtsec:hover,
.job-box-filter a.filtsec:focus {
  color: #ffffff;
  background: #07b107;
  border-color: #07b107;
}

.job-box-filter a.filtsec:hover i,
.job-box-filter a.filtsec:focus i {
  color: #ffffff;
}

.job-box-filter h4 i {
  margin-right: 10px;
}

/*=====================================
Inbox Message Style
=======================================*/
.inbox-message ul {
  padding: 0;
  margin: 0;
}

.inbox-message ul li {
  background: #80d752;
  list-style: none;
  position: relative;
  padding: 15px 20px;
  border-bottom: 1px solid #80d752;
}

.inbox-message ul li:hover,
.inbox-message ul li:focus {
  background: #fff;
}

.inbox-message .message-avatar {
  position: absolute;
  left: 5px;
  width: 80px;
  top: 70px;
  transform: translateY(-50%);
}

.message-avatar img {
  display: inline-block;
  height: 54px;
}

.inbox-message .message-body {
  padding-top: 18px;
  margin-left: 85px;
  font-size: 15px;
  color: #323232;
}

.message-body-heading h5 {
  font-weight: 600;
  display: inline-block;
  color: #62748F;
  margin: 0 0 7px 0;
  padding: 0;
}

.message-body h5 span {
  border-radius: 50px;
  line-height: 14px;
  font-size: 12px;
  color: #fff;
  font-style: normal;
  padding: 4px 10px;
  margin-left: 5px;
  margin-top: -5px;
}

.message-body h5 span {
  border-radius: 50px;
  line-height: 14px;
  font-size: 12px;
  color: #fff;
  font-style: normal;
  padding: 4px 10px;
  margin-left: 5px;
  margin-top: -5px;
}

.message-body h5 span.unread {
  background: #07b107;
}

.message-body h5 span.important {
  background: #dd2027;
}

.message-body h5 span.pending {
  background: #2196f3;
}


.message-body-heading span {
  float: right;
  color: #62748F;
  font-size: 14px;
}

.messages-inbox .message-body p {
  margin: 0;
  padding: 0;
  line-height: 27px;
  font-size: 15px;
}

.box_name_eman {
  padding-top: 5px;
  font-size: small;
}

a:hover {
  text-decoration: none;
}


.btn {
  border-radius: 0;
  border: 0;
  border-bottom: 4px solid #000; /* Sử dụng màu đen */
  margin: 0;
  box-shadow: 0 5px 5px -6px rgba(0, 0, 0, 0.3);
  height: 45px;
}





.btn .btn-block:active,
.btn .btn-lg:active {
  -webkit-box-shadow: inset 0 3px 3px -5px rgba(0, 0, 0, .3);
  -moz-box-shadow: inset 0 3px 3px -5px rgba(0, 0, 0, .3);
  box-shadow: inset 0 3px 3px -5px rgba(0, 0, 0, .3);
}

.btn-default {
  color: #555;
  background-color: #f9f9f9;
  border-color: #cacaca;
  text-shadow: 1px 1px 0 #f5f5f5;
}

.btn-default:hover,
.btn-default:focus {
  background-color: #f4f4f4;
  border-color: #bebebe;
}

.btn-success {
  background-color: #80d752;
  border-color: #61be26;
  text-shadow: 1px 1px 0 #5fdb34;
  border-radius: 15px;
}

.btn-success:hover,
.btn-success:focus {
  background-color: #75cd53;
  border-color: #53aa27;
}

.btn-info {
  background-color: #39b3d7;
  border-color: #348fd2;
  /* text-shadow: 1px 1px 0 #dba93d; */
}

.btn-info:hover,
.btn-info:focus {
  background-color: #45abcd;
  border-color: #347abe;
}

.btn-diendan {
  background-color: #dc4e41;
  border-color: #6e3a21;
  text-shadow: 1px 1px 0 #dc4e41;
}

.btn-diendan:hover,
.btn-diendan:focus {
  background-color: #E37745;
  border-color: #6e3a21; /* Thay đổi giá trị border-color nếu cần */
  font-weight: bold;
}


.btn-action {
  background-color: #E3A802;
  border-color: #a34b00;
  text-shadow: 1px 1px 0 #E36902;
}

.btn-action:hover,
.btn-action:focus {
  background-color: #318E54;
  border-color: #02E357;
}

.btn-warning {
  background-color: #FEAF20;
  border-color: #d79a34;
  text-shadow: 1px 1px 0 #db9e34;
}

.btn-warning:hover,
.btn-warning:focus {
  background-color: #f5a620;
  border-color: #cd9034;
}

.btn-dark {
  background-color: #DE5823;
  border-color: #a32e00;
  text-shadow: 1px 1px 0 #a32e00;
}
.btn-dark:focus,
.btn-dark:hover{
  background-color: #3E595E;
  border-color: #0094af;
}

.btn-danger {
  background-color: #d73814;
  border-color: #be0000;
  text-shadow: 1px 1px 0 #ac2925;
}

.btn-danger:hover,
.btn-danger:focus {
  background-color: #000000;
  border-color: #000000;
}

.btn-navbar {
  background-color: #dc4e41;
  border: 1px solid #6e3a21;
  font-weight: bold;
}

.btn-navbar:hover,
.btn-navbar:focus {
  background-color: #E37745;
  border-color: #E37745;
  box-shadow: 0px 0px 15px #E37745;
  text-shadow: 1px 1px 0 #ac2925;
  font-weight: bold;
  font-size: 18px;
}

/* .active {
  background: #dc4e41;
  box-shadow: 0 0 0 0.2rem rgba(110, 58, 33, 0.5); 
  font-size: 18px;
} */


.btn-primary {
  background-color: #020005;
  border-color: #020005;
  text-shadow: 1px 1px 0 #020005;
}

.btn-primary:hover,
.btn-primary:focus {
  background-color: #000000;
  border-color: #000000;
}

.btn-magick {
  color: #fff;
  background-color: #dc4e41;
  border-color: #6e3a21;
  text-shadow: 1px 1px 0 #dc4e41;
}

.btn-magick:hover,
.btn-magick:focus {
  color: #fff;
  background-color: #E37745;
  border-color: #a55f3e;
}

.btn-pressure {
  position: relative;
  margin-bottom: 0;
}

.btn-pressure:focus {
  -moz-outline-style: none;
  outline: medium none;
}

.btn-pressure:active,
.btn-pressure.active {
  top: 4px;
  border: 0;
  position: relative;
}

.btn-sensitive:active,
.btn-sensitive.active {
  top: 1px;
  margin-top: 4px;
}

.title-topic {
  font-size: 24px;
  font-weight: bold;
  color: red;
}

.img-gk {
  max-width: 100%;
  height: auto;
  border-radius: 5px;
  box-shadow: 0 2px 5px black;
}

.url {
  text-decoration: none;
}

/* CSS cho button làm mới captcha */
.style_retryButton__2gxEO {
border: none;
margin: 0 16px 0 0; /* Đảm bảo khoảng cách phù hợp, thay đổi từ 16px sang 0 16px 0 0 */
padding: 0;
width: auto;
overflow: visible;
background: transparent;
color: inherit;
font: inherit;
line-height: normal;
-webkit-font-smoothing: antialiased; /* Thay đổi từ inherit sang antialiased */
-moz-osx-font-smoothing: grayscale; /* Thay đổi từ inherit sang grayscale */
-webkit-appearance: none;
outline: none;
text-align: left; /* Thay đổi từ inherit sang left */
}


/* CSS */
.captcha-image {
border: 2px solid #ccc; /* Thay đổi màu và kích thước viền theo ý muốn */
border-radius: 4px; /* Để bo góc viền */
padding: 2px; /* Tùy chỉnh khoảng cách giữa viền và hình ảnh captcha */
}

.img-fluid {
  max-width: 100%; /* Đảm bảo hình ảnh không vượt quá chiều rộng của phần tử chứa */
  height: auto; /* Giữ tỷ lệ khung hình */
}

.swiper-slide {
  position: relative; /* Để quản lý vị trí của các phần tử bên trong */
}

.loading_lazy {
  object-fit: cover; /* Cắt hình ảnh để lấp đầy không gian mà không làm biến dạng */
  width: 100%; /* Chiếm toàn bộ chiều rộng của slider */
  height: 100%; /* Chiếm toàn bộ chiều cao của slider */
}
#lozloz {
  background: #b3afaf url(./static/images/bgz.jpg);
    background-size: cover;
    background-attachment: fixed;
}

a:hover {
  text-decoration: none;
}

/* 
.btn {
  width: 135px !important;
  padding: 10px !important;
  border-radius: 10px !important;
  border: 0 !important;
  border-bottom: 4px solid #000 !important;
  margin: 0 !important;
  box-shadow: 0 5px 5px -6px rgba(0, 0, 0, 0.3) !important;
  height: 45px !important;
} */


.btn .btn-block:active,
.btn .btn-lg:active {
  -webkit-box-shadow: inset 0 3px 3px -5px rgba(0, 0, 0, .3) !important;
  -moz-box-shadow: inset 0 3px 3px -5px rgba(0, 0, 0, .3) !important;
  box-shadow: inset 0 3px 3px -5px rgba(0, 0, 0, .3) !important;
}

.btn-default {
  color: #555 !important; 
  background-color: #f9f9f9 !important;
  border-color: #cacaca !important;
  text-shadow: 1px 1px 0 #f5f5f5 !important;
}

.btn-default:hover,
.btn-default:focus {
  background-color: #f4f4f4 !important;
  border-color: #bebebe !important;
}

.btn-success {
  background-color: #80d752 !important;
  border-color: #61be26 !important;
  text-shadow: 1px 1px 0 #5fdb34 !important;
  border-radius: 15px !important;
}

.btn-success:hover,
.btn-success:focus {
  background-color: #75cd53 !important;
  border-color: #53aa27 !important;
}

.btn-info {
  background-color: #39b3d7 !important;
  border-color: #348fd2 !important;
  /* text-shadow: 1px 1px 0 #dba93d; */
}

.btn-info:hover,
.btn-info:focus {
  background-color: #45abcd !important;
  border-color: #347abe !important;
}

.btn-diendan {
  background-color: #dc4e41 !important;
  border-color: #6e3a21 !important;
  text-shadow: 1px 1px 0 #dc4e41 !important;
}

.btn-diendan:hover,
.btn-diendan:focus {
  background-color: #E37745 !important;
  border-color: #6e3a21 !important; /* Thay đổi giá trị border-color nếu cần */
  font-weight: bold !important;
}


.btn-action {
    background-color: #f44336 !important;
    border-color: #a34b00 !important;
    text-shadow: 1px 1px 0 #E36902 !important;
}

.btn-action:hover,
.btn-action:focus {
    background-color: #FEAF20 !important;
    border-color: #db9e34 !important;
}

.btn-warning {
  background-color: #FEAF20 !important;
  border-color: #d79a34;
  text-shadow: 1px 1px 0 #db9e34 !important;
}

.btn-warning:hover,
.btn-warning:focus {
  background-color: #f5a620 !important;
  border-color: #cd9034 !important;
}

.btn-dark {
  background-color: #DE5823 !important;
  border-color: #a32e00;
  text-shadow: 1px 1px 0 #a32e00 !important;
}
.btn-dark:focus,
.btn-dark:hover{
  background-color: #3E595E !important;
  border-color: #0094af !important;
}

.btn-danger {
  background-color: #d73814 !important;
  border-color: #be0000 !important;
  text-shadow: 1px 1px 0 #ac2925 !important;
}

.btn-danger:hover,
.btn-danger:focus {
  background-color: #000000 !important;
  border-color: #000000 !important;
}

.btn-navbar {
  background-color: #dc4e41 !important;
  border: 1px solid #6e3a21 !important;
  font-weight: bold;
}

.btn-navbar:hover,
.btn-navbar:focus {
  background-color: #E37745 !important;
  border-color: #E37745;
  box-shadow: 0px 0px 15px #E37745 !important;
  text-shadow: 1px 1px 0 #ac2925 !important;
  font-weight: bold !important;
  font-size: 18px !important;
}

/* .active {
  background: #dc4e41;
  box-shadow: 0 0 0 0.2rem rgba(110, 58, 33, 0.5); 
  font-size: 18px;
} */


.btn-primary {
  background-color: #020005 !important;
  border-color: #020005 !important;
  text-shadow: 1px 1px 0 #020005 !important;
}

.btn-primary:hover,
.btn-primary:focus {
  background-color: #000000 !important;
  border-color: #000000 !important;
}

.btn-magick {
  color: #fff;
  background-color: #dc4e41 !important;
  border-color: #6e3a21 !important;
  text-shadow: 1px 1px 0 #dc4e41 !important;
}

.btn-magick:hover,
.btn-magick:focus {
  color: #fff !important;
  background-color: #E37745 !important;
  border-color: #a55f3e !important;
}

.btn-pressure {
  position: relative !important;
  margin-bottom: 0 !important;
}

.btn-pressure:focus {
  -moz-outline-style: none !important;
  outline: medium none !important;
}

.btn-pressure:active,
.btn-pressure.active {
  top: 4px !important;
  border: 0 !important;
  position: relative !important;
}

.btn-sensitive:active,
.btn-sensitive.active {
  top: 1px !important;
  margin-top: 4px !important;
}

/* From Uiverse.io by Galahhad */ 
.ui-btn {
  --btn-default-bg: rgb(41, 41, 41);
  --btn-padding: 15px 20px;
  --btn-hover-bg: rgb(51, 51, 51);
  --btn-transition: .3s;
  --btn-letter-spacing: .1rem;
  --btn-animation-duration: 1.2s;
  --btn-shadow-color: rgba(0, 0, 0, 0.137);
  --btn-shadow: 0 2px 10px 0 var(--btn-shadow-color);
  --hover-btn-color: #FAC921;
  --default-btn-color: #fff;
  --font-size: 16px;
  /* 👆 this field should not be empty */
  --font-weight: 600;
  --font-family: Menlo,Roboto Mono,monospace;
  /* 👆 this field should not be empty */
}

/* button settings 👆 */

.ui-btn {
  box-sizing: border-box;
  padding: var(--btn-padding);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--default-btn-color);
  font: var(--font-weight) var(--font-size) var(--font-family);
  background: var(--btn-default-bg);
  border: none;
  cursor: pointer;
  transition: var(--btn-transition);
  overflow: hidden;
  box-shadow: var(--btn-shadow);
}

.ui-btn span {
  letter-spacing: var(--btn-letter-spacing);
  transition: var(--btn-transition);
  box-sizing: border-box;
  position: relative;
  background: inherit;
}

.ui-btn span::before {
  box-sizing: border-box;
  position: absolute;
  content: "";
  background: inherit;
}

.ui-btn:hover, .ui-btn:focus {
  background: var(--btn-hover-bg);
}

.ui-btn:hover span, .ui-btn:focus span {
  color: var(--hover-btn-color);
}

.ui-btn:hover span::before, .ui-btn:focus span::before {
  animation: chitchat linear both var(--btn-animation-duration);
}

@keyframes chitchat {
  0% {
    content: "#";
  }

  5% {
    content: ".";
  }

  10% {
    content: "^{";
  }

  15% {
    content: "-!";
  }

  20% {
    content: "#$_";
  }

  25% {
    content: "№:0";
  }

  30% {
    content: "#{+.";
  }

  35% {
    content: "@}-?";
  }

  40% {
    content: "?{4@%";
  }

  45% {
    content: "=.,^!";
  }

  50% {
    content: "?2@%";
  }

  55% {
    content: "\;1}]";
  }

  60% {
    content: "?{%:%";
    right: 0;
  }

  65% {
    content: "|{f[4";
    right: 0;
  }

  70% {
    content: "{4%0%";
    right: 0;
  }

  75% {
    content: "'1_0<";
    right: 0;
  }

  80% {
    content: "{0%";
    right: 0;
  }

  85% {
    content: "]>'";
    right: 0;
  }

  90% {
    content: "4";
    right: 0;
  }

  95% {
    content: "2";
    right: 0;
  }

  100% {
    content: "";
    right: 0;
  }
}