.selected_avatar_box .load_avatar{ background: url(/templates/todomall/img/loader.gif) no-repeat center center,#D8D8DC;display: flex;
  width: 100%;height: 100%; background-size: 24px 24px;}
  #edit-specialization_modal .modal-dialog, #choose-category_modal .modal-dialog{
    max-width: 904px;
  }
  .button--warning, a.button--warning {
    background: #EE7B30;
  }

select.selectbox{background-color: #fff;
  border: none;
  padding: 10px;
  border-radius: 9px;padding-left: 20px;}

  #invite-performers_modal .modal-dialog {
    max-width: 1084px;
  }

  .dropdown.bootstrap-select.form-control {
    border: #FFF 1px solid;
  }

a.performer__name{ font-size: 16px;}
.emoji-picker {
            position: absolute;
            bottom: 50px;
            right: 0;
            background: white;
            border: 1px solid #ddd;
            border-radius: 8px;
            padding: 10px;
            width: 300px;
            max-height: 150px;
            overflow-y: auto;
            display: none;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
            z-index: 100;
        }
        .emoji-picker span {
            font-size: 28px;
            cursor: pointer;
            margin: 8px;
            display: inline-block;
            transition: transform 0.2s ease;
        }
        .emoji-picker span:hover {
            transform: scale(1.3);
        }
        .emoji-btn {
            background: none;
            border: none;
            cursor: pointer;
            font-size: 24px;
            outline: none;
        }
        .loader_v1 {
          width: 15px;
          aspect-ratio: 1;
          border-radius: 50%;
          animation: l5 1s infinite linear alternate;
        }

        @keyframes l5 {
          0% {
            box-shadow: 20px 0 #000, -20px 0 #0002;
            background: #000
          }

          33% {
            box-shadow: 20px 0 #000, -20px 0 #0002;
            background: #0002
          }

          66% {
            box-shadow: 20px 0 #0002, -20px 0 #000;
            background: #0002
          }

          100% {
            box-shadow: 20px 0 #0002, -20px 0 #000;
            background: #000
          }
        }
