@media only screen and (max-width: 767px) {
  .display-none {
    display: none !important;
  }
  .active-tab {
    background: white;
    color: #ff0404;
    transition: all 0.3s ease;
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1),
      0 2px 4px -2px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color),
      0 2px 4px -2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
      var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
  .active-content {
    display: block;
  }
  .otp-field {
    display: flex !important;
    flex-wrap: wrap;
    gap: 4vw;
  }
  .content {
    animation: moving 0.5s ease;
  }
  @keyframes moving {
    from {
      transform: translateX(1vw);
      opacity: 0;
    }
    to {
      transform: translateX(0);
      opacity: 1;
    }
  }
  .open {
    right: 0 !important;
    background: white !important;
    transition: 0.4s ease-in-out !important;
  }
  .add-div {
    transition: 0.4s ease-in-out;
  }
  .scroll-width::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
  .flex-text {
    flex-direction: column-reverse;
    gap: 2vw;
  }
  .item-list li a {
    transition: 0.2s ease-in-out;
  }
  tbody tr:nth-child(even) {
    background-color: #fff6f6;
  }
  .sidemenu-h {
    height: 0;
    overflow: hidden;
    transition: 0.3s ease-in-out;
  }
  .sidemenu-h-active {
    overflow: hidden;
    transition: 0.3s ease-in-out;
  }
  .side-show {
    height: fit-content !important;
  }
  .rotate-arrow {
    transition: transform 0.3s;
    top: 50%;
    transform: translateY(-50%);
  }

  .rotate-arrow-active {
    transition: transform 0.3s;
    top: 50%;
    transform: translateY(-50%) rotate(180deg);
  }

  .active {
    background: #ff0000;
  }
  .active .menu-icon,
  .active .link {
    color: #fff;
  }
  .dropdown-sidd-mobile {
    padding: 8vw 5vw;
    background: #ececec;
  }
  .drop-sidd {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .display-no-sm {
    display: none !important;
  }
  .open1 {
    left: 0 !important;
    background: white !important;
    transition: 0.4s ease-in-out !important;
  }
  .nav-mobile {
    justify-content: start;
    transition: 0.4s ease-in-out;
  }
  .hover-i:hover .export-file {
    color: white !important;
  }
  .application-flex,
  .flex-direct-sm {
    flex-direction: column !important;
  }
  .active-button,
  .active-button1 {
    color: #ff0404;
  }
  input[type="checkbox"]:checked {
    border-color: #ff0404 !important;
    background: #ff0404;
  }
  .checkbox-design {
    appearance: none;
    -webkit-appearance: none;
    height: 4vw;
    width: 4vw;
    border: 0.1vw solid #c4c4c4 !important;
    border-radius: 0.7vw;
    position: relative;
  }
  .checkbox-design::after {
    content: "";
    position: absolute;
    width: 1.3vw;
    height: 2.5vw;
    border-right: 0.5vw solid #fff;
    border-bottom: 0.5vw solid #fff;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%) rotateZ(40deg);
  }
  .display-sm-none {
    display: none;
  }

  .dropdown-cover {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .dropdown {
    width: 100%;
    margin: 0 auto;
    position: relative;
    cursor: pointer;
  }
  .dropdown .dropdown-btn {
    background: #5e62780d;
    padding: 2vw;
    outline: none;
    width: 10rem;
    background: #5e62780d;
    border: 1px solid #ddd;
    border-radius: 1vw;
    height: 12vw;
    color: #262626;
    font-size: 3.5vw;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
  }
  .custom-dropdown-class {
    width: 100% !important;
  }
  .custom-dropdown-class1 {
    width: 90vw !important;
  }
  .dropdown-content-cover {
    width: 10vw;
    max-height: 40vw;
    overflow: auto;
    position: absolute;
    display: flex;
    border-radius: 0.25vw;
    padding-top: 0.25vw;
    padding-bottom: 0.25vw;
    box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.1),
      0px 1px 3px 0px rgba(0, 0, 0, 0.1);
    border: 1px solid #ddd;
    background: #fff;
    z-index: 60 !important;
  }
  .dropdown-content {
    width: 100%;
  }
  .dropdown .dropdown-content .dropdown-item {
    width: 100%;
    padding: 0.3rem;
    font-size: 3.5vw;
    transition: all 0.2s;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .dropdown .dropdown-content .dropdown-item:hover {
    background: #ddd;
  }

  .switch {
    position: relative;
    display: inline-block;
    width: 14vw;
    height: 6vw;
  }

  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #f7f7f7;
    transition: 0.4s;
    border-radius: 3vw;
    border: 1px solid #e5e5e5;
  }

  .switch input {
    display: none;
  }

  .slider::before {
    position: absolute;
    content: "";
    height: 4vw;
    width: 4vw;
    border-radius: 50%;
    left: 6%;
    top: 15%;
    background: #d9d9d9;
    transition: 0.4s;
  }
  .radio__radio {
    width: 3vw;
    height: 3vw;
    border: 0.1px solid #000000;
    border-radius: 50%;
    margin-right: 1vw;
    box-sizing: border-box;
  }

  .radio__radio::after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background: #000000;
    border-radius: 50%;
    transform: scale(0);
    transition: transform 0.15s;
  }

  .radio__input:checked + .radio__radio::after {
    transform: scale(1);
  }

  input:checked + .slider {
    background-color: #ff0000;
  }

  input:checked + .slider::before {
    transform: translateX(7.5vw);
    background: white;
  }
  .d-none {
    display: none !important;
  }

  div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm {
    background: #d92d20 !important;
    font-size: 3.5vw !important;
  }
  div:where(.swal2-icon).swal2-warning {
    border-color: #d92d20 !important;
    color: #d92d20 !important;
    background: #fee4e2 !important;
  }
  .action-button-class {
    display: flex;
    font-size: 3.5vw;
    width: fit-content;
    padding: 0.5vw 0.75vw;
    border-radius: 0.2vw;
    background: #f9f9f9;
    color: #7e8299;
    align-items: center;
  }
  .action-dropdown-class {
    width: 30vw;
    position: absolute;
    display: flex;
    border-radius: 0.2vw;
    padding-top: 0.25vw;
    padding-bottom: 0.25vw;
    box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.1),
      0px 1px 3px 0px rgba(0, 0, 0, 0.1);
    border: 1px solid #ddd;
    background: #fff;
    z-index: 60 !important;
  }
  .action-dropdown-content {
    width: 100%;
  }
  .action-dropdown-content .dropdown-item {
    text-align: left;
    width: 100%;
    padding: 1vw;
    font-size: 3.5vw;
    transition: all 0.2s;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
  }
  .action-dropdown-content .dropdown-item:hover {
    background: #ddd;
  }
}
