html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
img{
  max-width: 100%;
}
body {
  font-family: 'Arial', sans-serif;
  margin: 0;
  padding: 0;
  background: linear-gradient(to bottom, rgba(229, 232, 233, 1) 0%, rgba(255, 255, 255, 1) 100%);
  min-height: 100vh;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.form-control:focus {
  box-shadow: none;
}

/* ===== Scrollbar CSS ===== */
/* Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: #00B5FF #ffffff;
}

/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 10px;
}

*::-webkit-scrollbar-track {
  background: #ffffff;
}

*::-webkit-scrollbar-thumb {
  background-color: #00B5FF;
  border-radius: 10px;
  border: 3px none #ffffff;
}

.btn:focus {
  box-shadow: none;
}

textarea:-moz-placeholder,
/* Firefox 18- */
textarea::-moz-placeholder,
/* Firefox 19+ */
textarea:-ms-input-placeholder,
/* IE 10+ */
textarea::-webkit-input-placeholder,
/* Webkit based */
textarea::placeholder {
  /* Modern browsers */
  color: rgba(132, 148, 158, 1);
}

textarea:focus {
  outline: 0px;
  border: 0px;
  box-shadow: none;
}


.sidebar {
  height: 100vh;
  background: #030D12;
  color: white;
  padding: 111px 16px 24px;
  position: fixed;
  transition: width 0.3s;
  z-index: 1;
}

.sidebar .nav-link {
  color: white;
  text-align: center;
  padding: 18px 0;
  font-size: 12px;
  line-height: 24px;
}

.nav-item a.nav-link .forhovereffect {
  padding: 4px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
}

.nav-item.current-item .nav-link .forhovereffect,
.nav-item .nav-link:hover .forhovereffect {
  background: #00B5FF;
  width: 100%;
}

.img2 {
  display: none;
}

.img1 {
  display: block;
}

.nav-item.current-item .nav-link .forhovereffect .img1,
.nav-item .nav-link:hover .forhovereffect .img1 {
  display: none;
}

.nav-item.current-item .nav-link .forhovereffect .img2,
.nav-item .nav-link:hover .forhovereffect .img2 {
  display: block;
}

.nav-item.current-item .nav-link span,
.nav-item:hover .nav-link span {
  color: #fff;
}

/*.sidebar .nav-link:hover {
    background: #495057;
}*/
.sidebar .nav-link span {
  display: block;
  color: #52798D;
}

.img3 {
  display: block;
}

.img4 {
  display: none;
}

.img5 {
  display: none;
}

.logo {
  margin-left: 54px;
}

.topbar {
  background: transparent;
  /*background: linear-gradient(to right,  rgba(255,255,255,0) 13%,rgba(229,232,233,1) 17%);*/
  height: 99px;
  padding: 0 20px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  transition: left 0.3s;
  z-index: 999;
}

.content {
  margin-top: 0;
  margin-left: 295px;
  padding: 20px;
  transition: margin-left 0.3s;
  padding-top: 100px;
}

.custom-container {
  max-width: 100%;
}

.collapse-button {
  cursor: pointer;
  color: #fff;
  padding: 0 21px;
}

.submenu-sidebar {
  height: 100vh;
  background: #fff;
  color: white;
  padding: 126px 0;
  position: fixed;
  width: 200px;
  top: 0;
  left: 93px;
  transition: left 0.3s;
  border-right: 1px solid #757D804D;
  /*z-index:-1;*/
}

.submenu-sidebar .nav-link {
  color: #5A8394;
  text-align: left;
  padding: 10px 6px 10px 19px;
  display: flex;
  align-items: center;
  margin: 10px 20px;
}

.submenu-sidebar .nav-link:hover {
  background: #D0D4D680;
  border-radius: 20px;
  color: #000;
}

.submenu-sidebar .nav-link:hover span {
  color: #000;
}

.submenu-sidebar .nav-link:hover .forhover .img3 {
  display: none;
}

.submenu-sidebar .nav-link:hover .forhover .img4 {
  display: block;
}

.submenu-sidebar .nav-link:hover .forhover .img5 {
  display: none;
}

.submenu-sidebar .nav-item.current-submenu .nav-link .forhover .img3 {
  display: none;
}

.submenu-sidebar .nav-item.current-submenu .nav-link .forhover .img4 {
  display: none;
}

.submenu-sidebar .nav-item.current-submenu .nav-link .forhover .img5 {
  display: block;
}

.submenu-sidebar .nav-item.current-submenu .nav-link span {
  color: #fff;
}

.submenu-sidebar .nav-item.current-submenu .nav-link {
  background: #00B5FF;
  border-radius: 20px;
}

.submenu-sidebar .nav-link .forhover {
  margin-right: 10px;
}

.submenu-sidebar .nav-item.current-item .nav-link span,
.submenu-sidebar .nav-item:hover .nav-link span {
  color: #000;
}

.profile img {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid #030D12;
}

.profile-dropdown {
  display: none;
  position: absolute;
  top: 56px;
  right: 20px;
  background: white;
  border: 1px solid #ddd;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.profile-dropdown a {
  display: block;
  padding: 10px;
  color: #343a40;
  text-decoration: none;
}

.profile-dropdown a:hover {
  background: #f1f3f4;
}

.notification {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border-radius: 50%;
  padding: 8px;
  border: 1px solid #030D12
}

/*.collapsed .sidebar {
    width: 0;
}*/
.collapsed .topbar {
  left: 0;
}

.collapsed .content {
  margin-left: 110px;
}

.collapsed .submenu-sidebar {
  left: -203px;
}

@media (max-width: 768px) {
  .sidebar {
    width: 0;
  }

  .topbar {
    left: 0;
  }

  .content {
    margin-left: 0;
  }

  .submenu-sidebar {
    left: 0;
  }
}

.message-summary {
  border-bottom: 1px solid #dee2e6;
  padding: 10px 0;
  display: flex;
  align-items: flex-start;
  line-height: 27px;
  transition: 600ms;
}

.message-summary:hover {
  background-color: #00B5FF;
}

.message-summary:hover .sender-name,
.message-summary:hover .favorite-icon,
.message-summary:hover .contactno,
.message-summary:hover .daysago,
.message-summary:hover .message-text {
  color: #fff;
}

.message-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  max-width: 100%;
}

.message-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.message-text {
  color: #6c757d;
}

.favorite-icon {
  color: #ffc107;
  cursor: pointer;
}

.sender-name {
  font-size: 16px;
  color: #171717;
  line-height: 20.8px;
  text-transform: capitalize;
}

.contactno {
  font-size: 12px;
  color: #3D4E54;
}

.daysago {
  font-size: 12px;
  color: #6D787C;
}

.message-text {
  color: #6D787C;
  font-size: 12px;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.content h3 {
  color: #1F1C1C;
  font-size: 14px;
  margin-bottom: 15px;
  width: 100%;
}

.content .card {
  border-radius: 1.25rem;
}

/*chat part*/
.rightPart .card-header {
  justify-content: space-between;
}

.chat .card-header .icon {
  margin-left: 30px;
  color: #515151;
  font-size: 14pt;
}

.rightPart .card-header a {
  padding: 0 12px;
  color: #000;
}

.chat .card-header .name {
  margin: 0 0 0 20px;
  font-size: 13pt;
  color: #515151;
  display: flex;
  flex-direction: column;
  line-height: 24.5px;
  color: #171717;
  font-size: 18px;
  flex-wrap: wrap;
}

.chat .card-header .name span {
  font-size: 14px;
  color: #3D4E54;
}

.chat .card-header .right {
  position: absolute;
  right: 40px;
}

.chat .messages-chat {
  padding: 25px 35px;
}

.chat .messages-chat .message {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}

.chat .messages-chat .message .photo {
  display: block;
  width: 45px;
  height: 45px;
  background: #E6E7ED;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
}

.chat .messages-chat .text {
  margin: 0 35px;
  background-color: #f6f6f6;
  padding: 15px;
  border-radius: 12px;
}

.text-only {
  margin-left: 45px;
}

.time {
  font-size: 10px;
  color: lightgrey;
  margin-bottom: 10px;
  margin-left: 85px;
}

.response-time {
  float: right;
  margin-right: 40px !important;
}

.response {
  float: right;
  margin-right: 0px !important;
  margin-left: auto;
  /* flexbox alignment rule */
}

.response .text {
  background-color: #e3effd !important;
}

.footer-chat {
  width: calc(100% - 66px);
  height: 166px;
  position: absolute;
  bottom: 0;
  background-color: #EDF2F5;
  border: 1px solid rgba(117, 125, 128, 0.5);
  border-radius: 10px;
}

.chat .footer-chat .icon {
  margin-left: 30px;
  color: #C0C0C0;
  font-size: 14pt;
}

.chat .footer-chat .send {
  color: #fff;
  background-color: #4f6ebd;
  position: absolute;
  right: 50px;
  padding: 12px 12px 12px 12px;
  border-radius: 50px;
  font-size: 14pt;
}

.chat .footer-chat .name {
  margin: 0 0 0 20px;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-size: 13pt;
  color: #515151;
}

.chat .footer-chat .right {
  position: absolute;
  right: 40px;
}

.write-message {
  border: none !important;
  width: 87%;
  /*height: 50px;
    margin-left: 20px;*/
  padding: 10px;
  resize: none;
  background-color: transparent;
  color: rgba(132, 148, 158, 1);
}

.footer-chat *::-webkit-input-placeholder {
  color: #C0C0C0;
  font-size: 13pt;
}

.footer-chat input *:-moz-placeholder {
  color: #C0C0C0;
  font-size: 13pt;
}

.footer-chat input *::-moz-placeholder {
  color: #C0C0C0;
  font-size: 13pt;
  margin-left: 5px;
}

.footer-chat input *:-ms-input-placeholder {
  color: #C0C0C0;
  font-size: 13pt;
}

.clickable {
  cursor: pointer;
}

.chat-area {
  display: flex;
  flex-direction: column;
  overflow: auto;
  flex-grow: 1;
}

.chat-msg {
  display: flex;
  padding: 0 20px 45px;
  position: relative;
}

.chat-msg-profile {
  flex-shrink: 0;
  margin-top: auto;
  margin-bottom: -20px;
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #00B5FF;
  display: flex;
  justify-content: center;
  align-items: center;
}

.chat-msg-date {
  position: absolute;
  left: 388px;
  bottom: 0;
  font-size: 12px;
  font-weight: 400;
  white-space: nowrap;
  color: #8A9397;
}

.chat-msg-content {
  margin-left: 12px;
  max-width: 70%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.chat-msg-text {
  background-color: #25536280;
  padding: 15px;
  border-radius: 12px 12px 12px 0;
  line-height: 1.5;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}

.chat-msg-text+.chat-msg-text {
  margin-top: 10px;
}

.chat-msg {
  display: flex;
  padding: 15px 20px 20px;
}

.owner {
  flex-direction: row-reverse;
}

.chat-msg-img {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  object-fit: cover;
}

.owner .chat-msg-date {
  left: auto;
  right: calc(100% + 12px);
}

.owner .chat-msg-content {
  margin-left: 0;
  margin-right: 12px;
  align-items: flex-end;
}

.owner .chat-msg-text {
  background-color: #00B5FF;
  color: #fff;
  border-radius: 12px 12px 0 12px;
}

.chat-msg-text+.chat-msg-text {
  margin-top: 10px;
}

.btn-custom {
  background-color: #00a2ff;
  color: white;
  border-radius: 30px;
  border: none;
}

.btn-custom:hover,
.btn-custom:focus {
  background-color: #008bda;
  color: white;
}

/*.btn-group-custom .btn {
    border-radius: 0;
}*/

.btn-group-custom .btn:first-child {
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}

.btn-group-custom .btn:last-child {
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}

.org {
  display: block;
}

.hover {
  display: none;
}

.footer-chat .leftsection {
  position: relative;
}

.template_content {
  position: absolute;
  width: 375px;
  top: -330px;
  left: 55px;
  display: none;
}

.variable_content {
  position: absolute;
  width: 375px;
  top: -330px;
  left: 103px;
  display: none;
}

.attachment_content {
  position: absolute;
  width: 375px;
  top: -330px;
  left: 156px;
  display: none;
}

.link_content {
  position: absolute;
  width: 375px;
  top: -330px;
  left: 198px;
  display: none;
}


.template_content input[type="search"],
.template_content .input-group-append {
  background: #f2f2f2;
  border: 1px solid #DBE5EA;
}

.template_content .input-group-append {
  border: 0px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.template_content .card,
.variable_content .card,
.attachment_content .card,
.link_content .card {
  border-radius: 10px 10px 10px 0;
}

.template_content h3,
.variable_content h3,
.attachment_content h3,
.link_content h3 {
  margin-bottom: 0;
  font-size: 16px;
}

.template_content .card-body,
.variable_content .card-body,
.attachment_content .card-body,
.link_content .card-body {
  height: 260px;
  overflow: auto;
}

.link_content .card-body {
  display: flex;
  justify-content: center;
  flex-direction: inherit;
}

.link_content p {
  font-size: 14px;
  color: #4B4949;
  margin-bottom: 36px;
}

.link_content .form-group {
  position: relative;
}

.link_content input[type="text"] {
  height: 51px;
  border: 1px solid #A7C8D3;
  background-color: #EDF0F2;
  border-radius: 5px;
}

.link_content label {
  background: #fff;
  font-size: 14px;
  color: #4B4949;
  border: 1px solid #A7C8D3;
  padding: 5px 12px;
  text-transform: capitalize;
  position: absolute;
  border-radius: 15px;
  top: -13px;
  left: 27px;
}

.link_content .btn-info {
  background: #D1DADD;
  color: #322C2C;
  font-size: 13px;
  border-radius: 15px;
  border: 0;
  width: 82px;
  float: right;
}

.link_content .btn-primary {
  background: #7ECAE9;
  color: #fff;
  font-size: 13px;
  border-radius: 15px;
  border: 0;
  width: 82px;
  float: right;
}

.attachment_content .card-body {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: inherit;
}

.attachment_content .card-body img {
  display: flex;
  margin: auto;
}

.attachment_content .card-body a>span {
  text-transform: capitalize;
  color: #128DBF;
  font-size: 16px;
}

.attachment_content .card-body h5 {
  color: #3C3838;
  font-size: 14px;
  line-height: 41px;
}

.attachment_content .card-body p {
  color: #AEAEAE;
  font-size: 14px;
  width: 70%;
  margin: 0 auto;
}

.attachment_content .card-body #fileInput {
  display: none;
}

.attachment_content .card-body #icon {
  cursor: pointer;
}

.attachment_content .card-body label {
  display: block;
  padding: 0 0 22px;
}

.attachment_content .card-body a {
  text-decoration: none;
}

.variable_content .btn-info {
  background-color: #DEEAF1;
  border: #DEEAF1;
  color: #171717;
  text-transform: capitalize;
  border-radius: 20px;
  padding: 8px 25px;
}

.template_content .message_temp {
  border: 1px solid transparent;
  cursor: pointer;
}

.template_content .message_temp .title {
  min-height: 29px;
}

.template_content .message_temp:hover {
  background: #faf6f6;
  border: 1px solid #DBE5EA;
  border-radius: 5px;
}

.template_content .message_temp h4.name {
  color: rgba(23, 23, 23);
  font-size: 12px;
  margin-left: 0;
}

.template_content .message_temp p {
  color: #A19F9F;
  font-size: 11px;
}

.remove {
  display: none;
}

.template_content .message_temp:hover .remove {
  display: block;
}

.template_content .penicon {
  margin: 0 !important;
  background: rgba(237, 240, 242, 1);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.template_content .penicon:hover {
  text-decoration: none;
}

.footer-chat .leftsection .emoji:hover .hover {
  display: block;
}

.footer-chat .leftsection .emoji:hover .org {
  display: none;
}

.footer-chat .leftsection a {
  margin: 0 15px;
}

.footer-chat .leftsection .template:hover .template_content {
  display: block !important;
}

.footer-chat .leftsection a:first-child {
  margin-left: 0px;
}

.footer-chat .leftsection a:last-child {
  margin-right: 0;
}

/*chat part ends here*/

.loginSec {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.loginBlock {
  width: 475px;
  margin: auto;
}

.loginBlock>img {
  display: block;
  margin: 0 auto 32px;
  max-width: 240px;
}
.login-copy-right {
  text-align: center;
  margin: 40px 0 40px;
}
.login-copy-right ul{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0;
}
.login-copy-right ul li{
  padding: 0 10px 0 0;
  margin: 0 10px 0 0;
  border-right: 1px solid #000;
  font-size: 14px;
}
.login-copy-right ul li:last-child{
  padding-right: 0;
  margin-right: 0;
  border-right: none;
}
.login-copy-right p{
  margin: 10px 0 0;
  font-size: 14px;
}

.loginCard {
  background: #FFFFFF;
  box-shadow: 0px 4px 33px 0px #0000000F;
  padding: 40px;
  border-radius: 10px;
}

.loginCard h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 31.2px;
  text-align: left;
  color: #030D12;
  margin-bottom: 24px;
}

.fp-card h3 {
  margin-bottom: 10px !important;
}

.fp-card p {
  margin-bottom: 15px;
}

.atag {
  color: #00b5ff !important;
}

.loginCard .col-xs-12{
  width: 100%;
  padding: 0 15px;
}
.loginCard .form-group{
  margin-bottom: 16px;
  position: relative;
}
.loginCard .form-group .inputGroup{
  position: relative;
}
.loginCard .form-group .inputGroup .input-group-append{
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}
.loginCard .form-group .inputGroup .input-group-append .input-group-text span{
  color: #848b9e;
  font-size: 13px;
}
.loginCard .form-group .inputGroup .input-group-append .input-group-text{
  background: transparent;
  border: none;
}

.loginCard .form-group label{
  font-size: 16px;
  font-weight: 700;
  line-height: 20.8px;
  text-align: left;
  color: #4B4949;
  margin-bottom: 6px;
}
.loginCard .form-group .form-control{
  border: 1px solid #A7C8D3;
  width: 100%;
  border-radius: 5px;
  height: 54px;
}
.loginCard .form-group input[type="password"].form-control{
  padding-right: 48px;
}
.loginCard .form-group .inputGroup{
  position: relative;
}
.loginCard .form-group .inputGroup img{
  position: absolute;
  right: 16px;
  top: 18px;
}

.loginCard .form-group a{
  font-size: 16px;
  font-weight: 400;
  line-height: 20.8px;
  text-align: left;
  color: #4B4949;
  text-decoration: underline;
}
.loginCard button{
  box-shadow: 0px 0px 7px 0px #0000001F;
  background: #00B5FF;
  padding: 16px 40px 16px 40px;
  border-radius: 100px;
  border: none;
  width: 100%;
  font-size: 18px;
  font-weight: 700;
  line-height: 20.7px;
  text-align: center;
  color: #fff;
  transition: all 0.5s;
}
.loginCard button:hover{
  background-color: #030D12;
}

.orBlock {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 8px 0 0;
}

.orBlock .line {
  background: #CADBE0;
  flex: 1;
  height: 1px;
}

.orBlock .ordiv {
  width: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 9px;
}

.orBlock .ordiv span {
  font-size: 18px;
  font-weight: 700;
  line-height: 21.6px;
  text-align: center;
  color: #030D12;
}

.loginWithDiv{
  width: 100%;
  margin-top: 24px;
}
.loginWithDiv a{
  border: 1px solid #030D12;
  border-radius: 99px;
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  line-height: 18.4px;
  text-align: center;
  color: #030D12;
}
.loginWithDiv a img{
  margin-right: 10px;
}

.error{font-size: 12px;color: red;}
.alert-success {
  width: 100% !important;
}

.spinner-2 {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: hsl(0deg 0% 0% / 70%);
  z-index: 9991;
}
.spinner-2 span {
  width: 50px;
  display: block;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 8px solid #030D12;
  border-right-color: #00B5FF;
  animation: s2 1s infinite linear;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -30px 0 0 -30px;
}
.modal.messageModal {
  background: rgba(0, 0, 0, 0.7);
}
.secondModal .modal-content h2, .deleteModal .modal-content h2 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #171717;
}
.secondModal .modal-content h4 {
  font-size: 18px;
  margin-bottom: 10px;
  line-height: 1.4;
}
.secondModal .modal-content .btn-primary, .deleteModal .modal-content .btn-primary {
  background: #00B5FF;
  padding: 7px 48px;
  border-radius: 20px;
  font-size: 18px;
  font-weight: 700;
  border: 0px;
}
.secondModal .modal-content img, .deleteModal .modal-content img {
  margin-bottom: 25px;
}
.secondModal .modal-content {
  margin: auto;
  padding: 30px;
  border-radius: 10px;
}
@keyframes s2 {
  to {
    transform: rotate(1turn)
  }
}