* {
  box-sizing: border-box;
}

html, body {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

/*.aff-body * {*/
/*    font-size: initial;*/
/*}*/

.tabs-btn-root {
}

.min-w-100pc {
  min-width: 100%;
}

.target:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  /*background: red;*/
  top: 0;
  left: 0;
}

.bg-light-grn {
  background: #00b90840;
}

.shd-in1 {
  box-shadow: inset gray 0px 0px 8px 0px;
}

.bg-light-blu {
    background: rgba(13, 110, 253, 0.25) !important;
  }


.slide-body {
  height: calc(100% - 6em);
}
.form-control:focus {
    box-shadow: none;
}
.h-fit {
    height: fit-content;
}

.border-right {
    border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important;
}
/*------------ create template ----------*/
        .autocomplete-wrapper {
            position: relative;
            width: 100%;
        }
        
        .autocomplete-input {
            width: 100%;
            padding: 10px;
            border: 0;
            border-radius: 4px;
            font-size: 16px;
        }
        
        
        .autocomplete-dropdown, .language-list-wrapper, .doc-type-list-wrapper, .doc-size-list-wrapper {
            position: absolute;
            width: calc(100% - 40px);
            box-shadow: 1px 1px 6px gray;
            border-top: none;
            background-color: #fff;
            z-index: 1500;
            border-radius: 1rem;
            display: flex;
            flex-direction: column;
            gap: 0.5rem;
            padding: 0.5rem;
            
        }
        
        .autocomplete-dropdown .autocomplete-item-container, .language-list-container, .doc-type-list-container, .doc-size-list-container {
            position: relative;
            width: 100%;
            max-height: 200px;
            overflow-y: auto;
        }
        
            .autocomplete-dropdown .autocomplete-item-container, .doc-type-list-wrapper .doc-type-list-container, .doc-size-list-wrapper .doc-size-list-container {
            display: flex;
            flex-wrap: wrap;
            gap: 0.5rem;

        }
        
        .autocomplete-item {
            padding: 0.25rem 0.5rem;
            cursor: pointer;
            border-radius: 50rem;
            font-size: 0.875rem;
            transition: all 0.2s;
            background: #f3f3f3;
        }
        
        .autocomplete-item:hover {
            background-color: #f1f1f1;
        }
        
        .autocomplete-item.used {
            color: #999;
            background-color: #f9f9f9;
            cursor: not-allowed;
            /*text-decoration: line-through;*/
        }
        

        /*---------------------*/
        .chips-container:empty,.autocomplete-dropdown:empty{
            min-height: 0px;
            padding: 0 !important;
        }
        .chip-ip-bk {
            border: solid #dcdcdc 2px;
            border-radius: 1.25rem;
            overflow: hidden;
            background: white;
        }

         .chip {
      font-size: 0.875rem;
      transition: all 0.2s;
    }
    
    .chip:hover {
      background-color: #e9ecef !important;
    }
    
    .btn-close-sm {
      font-size: 0.6rem;
      padding: 0.15rem;
    }
    
    .autocomplete-item.selected {
      background-color: #e2f6e2;
      font-weight: 500;
    }
    
    .chips-container {
      min-height: 36px;
    }
    
    /*----------- autocomplete search ----------*/
    .customer-name {
        font-weight: bold;
        margin-right: 10px;
    }
    
    .customer-email {
        color: #666;
        margin-right: 10px;
    }
    
    .customer-phone {
        color: #888;
    }
    
    .dropdown-item {
        display: flex;
        flex-direction: column;
        padding: 8px 12px;
    }
    
    .dropdown-item:hover {
        background-color: #f8f9fa;
    }
    
    /*--------- dropdown ----------*/
    #load-data-find-or-create-user-dropdown {
        width: 100%;
        max-height: 300px;
        overflow-y: auto;
    }
    .aff-main #load-data-find-or-create-user-dropdown .dropdown-item {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        padding: 0.5rem 1rem;
    }
    
    #load-data-find-or-create-user-dropdown .dropdown-item:hover {
        background-color: #f8f9fa;
    }
    
    .min-w-100pc {
        min-width: 100% !important;
    }
    
    .aff-main, .aff-modal, .aff-modal .modal-backdrop, message-activity {
    height: calc(100% - 53.6px);
    
    }
    
    
.aff-body.aff-dock-left:not(.aff-undock) .mySwiper2, .aff-body.unpin.aff-dock-left:not(.aff-undock) .mySwiper2, .aff-body.aff-dock-left:not(.aff-undock) .aff-main, .aff-body.unpin.aff-dock-left:not(.aff-undock) .aff-main, aff-body.aff-dock-left:not(.aff-undock) message-activity, .aff-body.unpin.aff-dock-left:not(.aff-undock) message-activity, .aff-body.aff-dock-left:not(.aff-undock) .modal-backdrop, .aff-body.unpin.aff-dock-left:not(.aff-undock) .modal-backdrop {
    border-radius: 1em 1em 2em 0em !important;
}


.aff-body.aff-undock .mySwiper2, .aff-body.aff-undock .aff-main, .aff-body.aff-undock message-activity, .aff-body.aff-undock .modal-backdrop {
    border-radius: 1em 1em 2em 2em;
}

aff-body.unpin .aff-main, aff-body.unpin #aff-main-bar {
  display: none !important;
}

aff-body.unpin .logo {
  display: flex !important;
}
/* --- Resizer Handle Styles (Base - same as before) --- */
.aff-body .resizer {
  position: absolute;
  background-color: transparent;
  z-index: 3499;
  display: none;
}
/* ... other base resizer styles ... */
.aff-body .resizer-left { left: -5px; top: 0; bottom: 0; width: 10px; cursor: ew-resize; }
.aff-body .resizer-right { right: -5px; top: 0; bottom: 0; width: 10px; cursor: ew-resize; }
.aff-body .resizer-top { top: -5px; left: 0; right: 0; height: 10px; cursor: ns-resize; }
.aff-body .resizer-bottom { bottom: -5px; left: 0; right: 0; height: 10px; cursor: ns-resize; }
.aff-body .resizer-top-left {     
    top: -5px;
    left: -5px;
    cursor: nwse-resize; 
    
}
.aff-body .resizer-top-right { 
    top: -5px;
    right: -5px;
    transform: rotate(90deg);
    cursor: nesw-resize; 
}
.aff-body .resizer-bottom-left {
    bottom: -5px;
    left: -5px;
    transform: rotate(270deg);
    cursor: nesw-resize; 
    
}
.aff-body .resizer-bottom-right { 
    bottom: -5px;
    right: -5px;
    transform: rotate(180deg);
    cursor: nwse-resize; 
}


/* Right Docked (Default) - Show Left Resizer */
/* Targets .aff-body when it DOES NOT have the .aff-undock class */
.aff-body:not(.aff-undock) .resizer-left {
  display: flex;
}

/* Left Docked - Show Right Resizer */
/* Targets .aff-body when it has .aff-dock-left AND DOES NOT have .aff-undock */
.aff-body.aff-dock-left:not(.aff-undock) .resizer-left {
  display: none;
}
.aff-body.aff-dock-left:not(.aff-undock) .resizer-right {
  display: flex;
}


/* Undocked - Show All Resizers */
/* Targets .aff-body when it HAS the .aff-undock class */
.aff-body.aff-undock .resizer-left,
.aff-body.aff-undock .resizer-right,
.aff-body.aff-undock .resizer-top,
.aff-body.aff-undock .resizer-bottom,
.aff-body.aff-undock .resizer-top-left,
.aff-body.aff-undock .resizer-top-right,
.aff-body.aff-undock .resizer-bottom-left,
.aff-body.aff-undock .resizer-bottom-right {
  display: flex;
}


/* Hide resizers when unpinned */
/* Targets .aff-body when it has the .unpin class */
.aff-body.unpin .resizer {
    display: none !important;
}


/*--------------------------------*/
.rz-outline, .corner-arc {
    pointer-events: none;
}
.rz-outline {

  background:#00BCD4;
    border-radius: 50rem;
    display: flex;
    align-items: center;
    justify-content: center;

    position: relative;
}
.resizer-left .rz-outline, .resizer-right .rz-outline {
    /*transform: translateX(-50%);*/
    height: 90%;
    width: 2px;
}
.resizer-top .rz-outline, .resizer-bottom .rz-outline {
    /*transform: translateY(-50%);*/
    height: 2px;
    width: 90%;
}
.resizer-top .rz-outline {
    /*top: -50%;*/
} 
.resizer-bottom .rz-outline {
    /*bottom: -50%;*/
}
.resizer-left .rz-outline {
    /*left: -50%;*/
}
.resizer-right .rz-outline {
    /*right: -50%;*/
}
.rz-v-pill, .rz-h-pill {
    background: #ffffff;
    border: solid #00BCD4 2px;
}

.aff-body .resizer{
    align-items: center;
    justify-content: center;
}

.resizer:hover .rz-outline {
        background: #03e5f4;
      /*background: #00BCD4;*/
      /*display: flex;*/
}
.resizer:hover .rz-v-pill,.resizer:hover .rz-h-pill {
    box-shadow: 0px 1px 20px 6px #03A9F4;
    /*border: solid #00BCD4 2px;*/
}
.resizer:hover svg {
    filter: drop-shadow(0px 0px 10px #03A9F4);
}

.resizer:active .rz-v-pill, .resizer:active .rz-h-pill {
     /*border-width: 3px;*/
    
}


.badge-danger {
    color: #fff;
    background-color: #dc3545;
}

.badge-pill {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem;
}


/* new admin */

@media (max-width: 767px) {
  .navbar-collapse {
    position: fixed;
    right: 0;
    top: 0;
    width: 280px;
    height: 100%;
    box-shadow: 2px 1px 16px #000000bd;
    background: #ffffff;
    color: white !important;
    animation: w .4s ease;
    transition-duration: 0s;
    z-index: 1500;
  }
}

@media (max-width: 767px) {
  .navbar-collapse .nav-link, .navbar-collapse .drp-prp, .navbar-collapse .dropdown-item {
    padding: .6em 1.5em;
  }
}

@media (max-width: 767px) {
  .navbar-collapse .drp-prp {
    position: absolute;
    bottom: 0em;
    margin: 1em;
    padding: 0.2em;
  }
}

@media (max-width: 767px) {
  .navbar-collapse .dropdown-menu[data-bs-popper] {
    top: -150%;
    /* left: -100%; */
  }
}

.navbar-collapse.show .bvkdrp {
  display: block !important;
}

@keyframes w {
  0% {
    right: -280px;
  }
  100% {
    right: 0px;
  }
}

.dropdown-item.active, .dropdown-item:active {
  text-decoration: none;
  color: var(--bs-dropdown-link-hover-color) !important;
  background-color: var(--bs-dropdown-link-hover-bg) !important;
}

/* bot nav */

@media (min-width: 767px) {
  .bot-nav {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .mobh-50 {
    height: calc(100% - 74px - 50px) !important;
  }
}

@media (max-width: 767px) {
  .mobh-50-54 {
    height: calc(100% - 74px - 50px - 50px) !important;
  }
}

.bot-nav {
  display: flex;
  position: fixed;
  width: 100%;
  height: 50px;
  bottom: 0;
  color: #333;
  border-radius: 0px;
  border: none;
  box-shadow: 0px 0px 6px rgb(0 0 0);
  z-index: 1026;
}

a.bot-nav-blocks {
  color: black;
  font-size: 20px;
  display: flex;
  flex-direction: column;
  width: 100%;
  /*padding: 1rem;*/
  align-items: center;
  justify-content: center;
  transition: 0.4s;
  text-decoration: none !important;
}

.bot-nav-lbl {
  font-size: 10px;
}

a.bot-nav-blocks:active {
  /*transition: 0.3s;*/
  color: #0053cf;
  background: rgb(255 255 255 / 19%);
  text-decoration: inherit;
  transform: scale(1.1);
  animation-timing-function: ease-in-out;
}

a.bot-nav-blocks:hover {
  text-decoration: inherit;
}

.bot-nav-blocks.active {
  color: #0088ff;
  background: rgb(255 255 255 / 41%);
}

/* .swiper i {
  text-shadow: 0px 0px 1px black;
} */

.thm-bg {
  background: rgb(255 255 255 / 40%);
  /*background: linear-gradient(0deg, #ff0f00, rgb(255 115 115 / 81%));*/
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

.grd1 a {
  text-decoration: none;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: .5em;
  padding: 2em .5em;
  aspect-ratio: 1/1;
  box-shadow: 0px 0px 6px #cacaca;
}

.exercise li {
  padding: .8em;
  box-shadow: 1px 1px 6px #bababa;
  border-radius: .5em;
}

@media (max-width: 767px) {
  .dropdown-toggle.nav-link {
    display: none;
  }
}

@media (max-width: 767px) {
  .dropdown-menu.my-d-n {
    display: block;
    border: none;
    margin-top: .5rem !important;
    border-top: 1px solid #e9ecef;
    box-shadow: none !important;
  }
}

/* auto type */

.auto-type-bk > .text {
  max-width: 0;
  animation: auto_typing 4s steps(var(--characters)) infinite;
  white-space: nowrap;
  overflow: hidden;
  font-size: 25px;
}

.auto-type-bk:after {
  content: " |";
  animation: blink 1s infinite;
  animation-timing-function: step-end;
  font-size: 25px;
}

@keyframes auto_typing {
  30%, 100% {
    max-width: calc(var(--characters) * 1ch);
  }
}

@keyframes blink {
  0%, 75%, 100% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
}


/*-------------------*/
      .status-message {
            font-size: 0.875em;
            margin-top: 0.25rem;
        }
        .success-message {
            color: #198754; /* Bootstrap success color */
        }
        .error-message {
            color: #dc3545; /* Bootstrap danger color */
        }
         /* Style for loading state */
        .loading-indicator {
            display: inline-block;
            width: 1rem;
            height: 1rem;
            border: 2px solid currentColor;
            border-right-color: transparent;
            border-radius: 50%;
            animation: spinner-border .75s linear infinite;
            vertical-align: text-bottom;
            margin-left: 0.5rem;
        }
        @keyframes spinner-border {
            to { transform: rotate(360deg); }
        }
        
        .input-changed, .input-changed.form-control:focus {
            background: #c8e6ff;
        }
        
        
        
        
        
        /*----------- temp-dropdown ----------------*/


        /* ------------- format-date dropdown -------------- */
.more-options-dropdown {
  display: none;
  top: 100%;
  right: 0px;
  z-index: 10;
  min-width: 180px;
  border-radius: 1.5rem;
}      
.more-options-dropdown .submenu {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}  
.date-format-list-wrapper {
    display: none;
    top: 0px;
    right: 45px;
    z-index: 11;
    width: 280px;
    border-radius: 1rem;
}
.date-format-list-container {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}   
.date-format-list-container .date-format-item {
    padding: 0.5rem 1rem;
    cursor: pointer;
    border-radius: 50rem;
    font-size: 0.875rem;
    transition: all 0.2s;
    background: #f3f3f3;
}
        /* ------------- format-date dropdown -------------- */

.enc {
    filter: blur(3px) contrast(200%);
}

/* ----------------  custom file input  ------------- */

    .file-upload-input {
      position: absolute;
      left: 0;
      top: 0;
      opacity: 0;
      width: 100%;
      height: 100%;
      cursor: pointer;
    }

    /* thumbnail editor */

        .thumbnail-editor-main {
      width: fit-content;
    }

    #compositionCanvas {
      cursor: grab;
    }

    #compositionCanvas:active {
      cursor: grabbing;
    }

    .icon-upload-button {
      width: 3rem;
      height: 3rem;
      padding: 0;
    }

    .d-pad-group {
      background-color: #e8e8e8;
    }

    .control-button {
      width: 45px;
      height: 45px;
      font-size: 1em;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .control-button.reset-button {
      font-size: 0.5em;
      width: auto;
      height: 35px;
      padding: 0 10px;
    }

    .d-pad-group .control-button {
      width: 30px;
      height: 30px;
      border-radius: 50%;
    }

    .d-pad-group .horizontal-controls .control-button {
      border-radius: 50%;
    }

    .zoom-section {
      background-color: #e8e8e8;
    }

    .zoom-label {
      font-size: 0.6rem;
    }

    .zoom-section .control-button {
      width: 36px;
      height: 36px;
      font-size: 1.5em;
    }

    .icon-upload-button:hover {
      background-color: #0056b3;
    }

    .icon-upload-button svg {
      width: 24px;
      height: 24px;
    }

    .icon-upload-button input[type="file"] {
      display: none;
    }

    .site-icon-bk:hover .clear-btn {
      display: flex !important;
    }

    .autocomplete-wrapper img:hover {
      scale: 2;
      transition-duration: 0.3s;
      z-index: 3;
    }

    /* new for editor */


        .main-content {
          --header-height: 56.41px;
           --controls-open-height: 24vh;
            flex-grow: 1;
            display: flex;
            flex-direction: column;
            overflow: hidden;
            height: 100%;
        }

        .image-display-area {
            flex-grow: 1;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            overflow-y: auto;
            padding: 10px;
        }

        .image-container {
            flex-grow: 1;
            display: flex;
            justify-content: center;
            align-items: center;
            background-color: #e5e7eb;
            border-radius: 8px;
            padding: 10px;
            min-height: 150px;
            width: 100%;
            overflow: hidden;
        }

        .image-container img {
            display: block;
            max-width: 100%;
            max-height: 100%;
            height: auto;
            width: auto;
            border-radius: 6px;
        }

        .output-info {
            flex-shrink: 0;
            margin-top: 1rem;
            text-align: center;
        }

        .output-canvas {
            display: none;
        }

        .controls-panel-container {
            flex-shrink: 0;
            overflow: hidden;
            transition: height 0.3s ease-in-out;
            position: relative;
            background-color: #ffffff;
            box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.05);
            border-top-left-radius: 12px;
            border-top-right-radius: 12px;
            height: var(--controls-open-height) !important;
            /* Always open with one panel */
        }

        .controls-panel {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            display: flex;
            flex-direction: column;
            opacity: 1;
            /* Always active as there's only one panel */
            pointer-events: auto;
            /* Always active as there's only one panel */
            background-color: inherit;
        }

        .controler-body {
            flex-grow: 1;
            overflow-y: auto;
            padding: 1rem;
        }

        /* Loader styles from provided reference */
        .loader {
            border: 4px solid #f3f3f3;
            border-top: 4px solid #3b82f6;
            border-radius: 50%;
            width: 40px;
            height: 40px;
            animation: spin 1s linear infinite;
        }

        @keyframes spin {
            0% {
                transform: rotate(0deg);
            }

            100% {
                transform: rotate(360deg);
            }
        }

        /* --------------------------input start ---------------------------- */

.cip-cnt1 {
  overflow: hidden;
  position: relative;
  /*background: #ffffff;*/
  align-items: center;
  height: fit-content;
  /*max-width: 350px;*/
  padding: 0.2em 0.4em;
}

.cip-cnt {
  overflow: hidden;
  position: relative;
  background: #ffffff;
  align-items: center;
  height: fit-content;
  /*max-width: 350px;*/
}

.cip-otp .cip-cnt {
  width: 3rem;
  /*height: 1rem;*/
  margin: 0 0.5rem;
  /*padding: 0.5rem !important;*/
}

.cip-otp input {
  margin: 0;
  padding: 0.5rem !important;
  text-align: center;
  font-size: 18px;
}

.cip-otp input[type=number] {
  -moz-appearance: textfield;
}

.cip-otp input[type=number]::-webkit-inner-spin-button, .cip-otp input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.cip-cnt.cip1 {
  padding-top: .6em;
}

.cip-cnt input, .cip-cnt .text, .cip-cnt textarea {
  border: none;
  border-bottom: var(--br-thm1);
  border-width: 0px !important;
  background: transparent;
  padding: 0.6em 2.5em;
  width: 100%;
  z-index: 1;
}

.cip-cnt1.cip1 .text {
  /*padding: .5em;*/
  font-size: 14px !important;
}

.cip-cnt.cip1 input {
  padding: .5em;
  font-size: 14px !important;
}

.cip-cnt.cip1 textarea {
  padding: .5em !important;
  /*margin-top: .5em;*/
  font-size: 14px !important;
}

.cip-cnt input::placeholder {
  /*color: transparent;*/
}

.cip-cnt input:focus-visible, .cip-cnt textarea:focus-visible {
  outline: none;
}

.cip-lbl1 {
  /*padding: 0;*/
  /*margin-left: 0.5em;*/
  margin-bottom: 0;
  /*translate: 0 -50%;*/
  /*top: 50%;*/
  display: block;
  /*transition: 0.2s;*/
  font-size: 13px;
  color: gray;
  /*background: white;*/
  /*transition: all 0.4s;*/
    text-align: start;
}

.cip-lbl {
  position: absolute;
  padding: 0;
  margin-left: 0.5em;
  translate: 0 -50%;
  top: 50%;
  display: block;
  transition: 0.2s;
  font-size: 13px;
  color: gray;
  /*background: white;*/
  transition: all 0.4s;
  text-align: start;
}

.cip-uline {
  border-bottom: #0090ff solid 2px;
  content: "";
  width: 0%;
  transition: all 0.2s;
}

.cip-cnt.cip1 input:-ms-input-placeholder ~ .cip-lbl, .cip-cnt.cip1 textarea:-ms-input-placeholder ~ .cip-lbl {
  /*color: var(--clr-blu);*/
  font-size: 0.70rem;
  transform: translate(0em, -76%);
}

.cip-cnt.cip1 input:-moz-placeholder-shown ~ .cip-lbl, .cip-cnt.cip1 textarea:-moz-placeholder-shown ~ .cip-lbl {
  /*color: var(--clr-blu);*/
  font-size: 0.70rem;
  transform: translate(0em, -76%);
}

.cip-cnt.cip1 input:-ms-input-placeholder ~ .cip-lbl, .cip-cnt.cip1 textarea:-ms-input-placeholder ~ .cip-lbl {
  /*color: var(--clr-blu);*/
  font-size: 0.70rem;
  transform: translate(0em, -76%);
}

.cip-cnt.cip1 input:placeholder-shown ~ .cip-lbl, .cip-cnt.cip1 textarea:placeholder-shown ~ .cip-lbl {
  /*color: var(--clr-blu);*/
  font-size: 0.70rem;
  transform: translate(0em, -76%);
}

.cip-cnt.cip1 input:focus ~ .cip-lbl, .cip-cnt.cip1 textarea:focus ~ .cip-lbl, .cip-cnt.cip1 input:valid ~ .cip-lbl, .cip-cnt.cip1 textarea:valid ~ .cip-lbl {
  /*color: var(--clr-blu);*/
  font-size: 0.70rem;
  transform: translate(0em, -76%);
}

.blk-cnt .cip-lbl {
  color: #0090ff;
  font-size: 0.70rem;
  transform: translate(0em, -76%);
}

.cip-cnt.cip1 textarea#ipmt:focus ~ .cip-lbl, .cip-cnt.cip1 textarea#inen:focus ~ .cip-lbl, .cip-cnt.cip1 textarea#ipmt:valid ~ .cip-lbl, .cip-cnt.cip1 textarea#inen:valid ~ .cip-lbl {
  transform: translate(0em, -1.4em);
  background: white;
  z-index: 1;
}

.cip-cnt input:focus ~ div svg, .cip-cnt textarea:focus ~ div svg {
  /*color: var(--clr-blu);*/
}

.shake {
  animation: shake 0.2s ease-in-out;
}

.cip-cnt input:focus ~ .cip-uline, .cip-cnt textarea:focus ~ .cip-uline {
  /*border-bottom: 2px solid #b11adc;*/
  width: 100%;
  z-index: 1;
}

@keyframes shake {
  0% {
    transform: translatex(0rem);
  }
  25% {
    transform: translatex(0.2rem);
  }
  75% {
    transform: translatex(-0.2rem);
  }
  100% {
    transform: translatex(0rem);
  }
}