body {
  margin: 0;
  padding: 0;
  background: #efefef;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

h1,
h2,
p,
span,
i,
b,
h3,
h4,
h5 {
  margin: 0;
  padding: 0;
}
img {
  -webkit-user-drag: none;
}
* {
  user-select: none;
}
a {
  text-decoration: inherit;
  color: inherit;
}
@font-face {
  font-family: Roboto-Black;
  src: url(../assets/font/Roboto-Black.ttf);
}

@font-face {
  font-family: Roboto-BlackItalic;
  src: url(../assets/font/Roboto-BlackItalic.ttf);
}

@font-face {
  font-family: Roboto-Bold;
  src: url(../assets/font/Roboto-Bold.ttf);
}

@font-face {
  font-family: Roboto-BoldItalic;
  src: url(../assets/font/Roboto-BoldItalic.ttf);
}

@font-face {
  font-family: Roboto-Italic;
  src: url(../assets/font/Roboto-Italic.ttf);
}

@font-face {
  font-family: Roboto-Light;
  src: url(../assets/font/Roboto-Light.ttf);
}

@font-face {
  font-family: Roboto-LightItalic;
  src: url(../assets/font/Roboto-LightItalic.ttf);
}

@font-face {
  font-family: Roboto-Medium;
  src: url(../assets/font/Roboto-Medium.ttf);
}

@font-face {
  font-family: Roboto-MediumItalic;
  src: url(../assets/font/Roboto-MediumItalic.ttf);
}

@font-face {
  font-family: Roboto-Regular;
  src: url(../assets/font/Roboto-Regular.ttf);
}

@font-face {
  font-family: Roboto-Thin;
  src: url(../assets/font/Roboto-Thin.ttf);
}

@font-face {
  font-family: Roboto-ThinItalic;
  src: url(../assets/font/Roboto-ThinItalic.ttf);
}

header {
  background-color: rgb(255, 255, 255);
  width: 90%;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  margin: auto;
  backdrop-filter: blur(5px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 100px;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}
main {
  border-radius: 5px;
  margin: auto;
}
main.Admin {
  width: auto;
  margin-top: 0px;
}
input {
  background: #ffffff;
  border: 2px solid rgba(163, 163, 163, 0.69);
  border-radius: 8px;
  padding: 10px;
  box-sizing: border-box;
  font-family: Roboto-medium;
  transition: 0.3s;
}
input::placeholder {
  color: #b4b4b4;
}
input:focus {
  border: 2px solid #f77314;
  outline: none;
}
input:disabled {
  cursor: no-drop;
}
input:hover {
  background-color: rgba(242, 241, 239, 1);
}
main.main_reg {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  flex-direction: column;
  top: 0;
  bottom: 0;
  overflow: auto;
  box-sizing: border-box;
  max-width: 100%;
  max-height: 100%;
  right: 0;
  left: 0;
}

.main_block_regLog {
  background-color: white;
  padding: 5px;
  width: 30%;
  min-width: 300px;
  box-shadow: 0px 2px 7px -1px rgba(0, 0, 0, 0.18);
  display: flex;
  flex-direction: column;
  border: 2px solid #cccccc;
  border-radius: 8px;
  align-items: flex-start;
}
.link {
  color: #f77314;
  font-size: 0.7em;
  margin-top: 15px;
  font-family: Roboto-Regular;
  cursor: pointer;
}
.name_project {
  text-align: center;
  margin-bottom: 20px;
}
.selector_mode {
  display: flex;
  font-family: Roboto-Regular;
}
.selector_mode > div {
  padding: 5px 20px;
  font-size: 15px;
}
.selector_mode > div.acv:first-child {
  color: white;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  background: #f77314;
}
.selector_mode > div.acv:last-child {
  color: white;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  background: #f77314;
}
.selector_mode > div:not(:last-child) {
  border-right: 2px solid #cccccc;
}
.selector_mode {
  border: 2px solid #cccccc;
  border-radius: 8px;
  width: fit-content;
  margin-bottom: 31px;
}
.name_project > h1 {
  font-family: Roboto-Regular;
}
.name_project > p {
  color: gray;
  font-family: Roboto-Regular;
  font-size: 13px;
}
.main_block_regLog > div {
  margin: auto;
}
.main_block_regLog > div > div > h2 {
  font-family: Roboto-Regular;
  width: 90%;
  font-size: 30px;
  margin-bottom: 39px;
}
.user_name {
  font-family: Roboto-Regular;
  padding: 10px;
  margin: 10px;
}
.user_info {
  color: rgb(209, 209, 209);
  font-family: Roboto-Italic;
  padding: 10px;
  margin: 10px;
  padding-top: 2px;
}
.user_data {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#Login_button,
#Login_user_button {
  margin-top: 30px;
}
.exit_user,
.change_user {
  padding: 10px;
  margin: 15px !important;
}
#main_log_name,
#main_log_password,
#main_user_name,
#main_code_password {
  margin-bottom: 17px;
}
.main_block_regLog > div > div > .main_login_input > div > input,
.main_block_regLog > div > div > .main_login_user_input > div > input {
  width: 90%;
}
.main_block_regLog > div > div > .main_login_input > div > input::placeholder,
.main_block_regLog
  > div
  > div
  > .main_login_user_input
  > div
  > input::placeholder {
  color: #cfcfcf;
}
.main_block_regLog > div > div > .main_login_input > div > input:focus,
.main_block_regLog > div > div > .main_login_user_input > div > input:focus {
  background-color: rgba(242, 241, 239, 1);
  outline: 0;
  outline-offset: 0;
}
.main_block_regLog > div > div > .main_login_input > input:focus::placeholder,
.main_block_regLog
  > div
  > div
  > .main_login_user_input
  > div
  > input:focus::placeholder {
  color: rgba(84, 84, 84, 1);
}
.main_login_content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 80%;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (max-width: 433px) {
  .name_project {
    display: none;
  }
  .main_block_regLog {
    width: 100%;
    height: 100%;
  }
  .main_block_regLog > div > div > h2 {
    text-align: center;
    width: 100%;
  }
  .selector_mode {
    margin: auto;
    margin-bottom: 31px;
  }
  .selector_mode > div {
    padding: 15px 25px;
  }
  #main_log_name,
  #main_log_pass,
  #main_user_name,
  #main_code_pass {
    padding: 20px;
  }
  .main_block_regLog > div {
    width: 100%;
  }
  .main_login_input,
  .main_login_user_input {
    width: 80%;
    display: flex;
    justify-content: center;
    margin: auto;
  }
  .main_login_input > div,
  .main_login_user_input > div {
    width: 100%;
    text-align: center;
  }
  .main_login_input > div > button,
  .main_login_user_input > div > button {
    padding: 20px 25px !important;
  }
}
.main_button_select_reg {
  padding: 10px 30px;
  font-family: Roboto-Regular;
  border: none;
  border-radius: 4px;
  color: white;
  transition: 0.3s;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.2);
}
.main_select_reg {
  padding: 10px;
}
.header_register > a > h2 {
  font-family: Roboto-Medium;
}
.main_button_reg_true_select {
  background-color: rgba(0, 0, 0, 0.4);
}
.main_login_input > div > button,
.main_login_user_input > div > button {
  margin-top: 10px;
  margin-bottom: 10px;
}
.header_name > a > h2,
.header_name {
  font-family: Roboto-Medium;
  text-align: center;
}

.header_name {
  padding-left: 50px;
}

.header_register {
  padding: 20px;
}
.header_register > a.exit_admin {
  color: black;
  font-family: Roboto-Medium;
}
.exit_admin,
#setting_0 {
  color: red;
}
.Secondary_button {
  padding: 14px 23px;
  font-family: Roboto-Medium;
  cursor: pointer;
  background: none;
  border: 1px solid #1b1b1b;
  border-radius: 8px;
  transition: 0.3s;
}
.bu_se {
  background: #cfcfcf !important;
}
.button_drag {
  width: fit-content;
  display: inline-flex;
  align-items: center;
}
.Secondary_button:hover {
  background: #cfcfcf;
}
.Secondary_button:active {
  background: #adadad;
}
.Secondary_button:disabled {
  color: rgba(27, 27, 27, 0.5);
  border: 1px solid rgba(27, 27, 27, 0.5);
}
.Gradient_button {
  background: linear-gradient(93deg, #f86424 0%, #f77c0b 100%);
  box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  padding: 14px 23px;
  border: none;
  font-family: Roboto-Medium;
  color: white;
  transition: 0.2s;
}
.Chouse > h1 {
  font-family: Roboto-Bold;
}
.Chouse > div {
  text-align: center;
}
.Chouse {
  padding: 10px;
  text-align: center;
}
.Chouse > div > button {
  margin-left: 10px;
  margin-top: 20px;
}
.ans_phone > h1 {
  font-size: 16px;
  font-family: Roboto-Bold;
}
.ans_phone > p > span {
  color: black;
  margin-left: 10px;
}
.create_new {
  display: flex;
  flex-direction: column;
  padding: 10px;
  font-family: Roboto-Bold;
}
.create_new > div {
  display: flex;
  align-items: center;
}
.create_new > div > button {
  margin-right: 10px;
  display: flex;
  font-family: Roboto-Bold;
}
.create_new > div > button > span {
  margin-left: 10px;
}
.create_new > h1 {
  margin-bottom: 20px;
}
.ans_phone > p {
  font-size: 16px;
  word-wrap: break-word;
  font-family: Roboto-Regular;
  color: rgba(0, 0, 0, 0.4);
  margin-block: 20px;
}
.ans_phone {
  border-bottom: 1px solid grey;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.Gradient_button:hover {
  background: linear-gradient(93deg, #e25214 0%, #ee6502 100%);
  box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.25);
}
.Gradient_button:disabled {
  background: linear-gradient(
    93deg,
    rgba(226, 82, 20, 0.5) 0%,
    rgba(238, 101, 2, 0.5) 100%
  ) !important;
  box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.25) !important;
}
.main_login_input > div > button,
.main_login_user_input > div > button,
.exit_user,
.change_user {
  padding: 10px 10px;
  border-radius: 4px;
  cursor: pointer;
}
.header_register > a > button:hover,
.main_login_input > div > button:hover,
.main_login_user_input > div > button:hover,
.exit_user:hover,
.change_user:hover {
  box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.25);
}
.header_register > a > button:active,
.main_login_input > div > button:active,
.main_login_user_input > div > button:active,
.exit_user:active,
.change_user:active {
  background-color: rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
.admin_main {
  width: 100%;
  height: 100vh;
  background-color: white;
  display: flex;
  margin: auto;
}
.admin_control {
  width: 240px;
  height: 100%;
  flex-direction: column;
  align-items: center;
  background-color: #efefef;
  display: flex;
}
.admin_phone_control {
  width: 100%;
  height: 100%;
  flex-direction: column;
  align-items: center;
  background-color: #efefef;
  display: flex;
}
.quiz_tabled_name {
  max-width: 150px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: revert !important;
  margin: 0;
  white-space: nowrap;
}
.user_name_ui > svg {
  display: none;
}
.See_Quiz > p {
  text-align: justify;
  word-break: break-all;
}

@media (max-width: 700px) {
  .user_name_ui > svg {
    display: block;
    position: absolute;
  }
  .user_name_ui {
    display: flex;
    align-items: center;
    justify-content: space-between;

    margin-bottom: 50px;
  }
  .user_name_ui > h1 {
    width: 100%;
    text-align: center;
    font-family: Roboto-Bold;
  }
  .See_Quiz {
    padding-left: 0px !important;
  }
  .user_name_ui > h1 {
    margin-bottom: 0px !important;
  }
  .user_ui {
    width: calc(100% - 50px) !important;
  }
  .quizd {
    text-align: center;
    margin: auto;
    margin-top: 10px;
  }
  .selector_zone {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .quizd > button {
    display: block;
    text-align: center;
  }
  .user_button_ui {
    margin: auto;
    text-align: center;
  }
  .admin_control {
    display: none;
  }
}
@media (max-width: 945px) {
  .user_ui > .See_Quiz > h1 {
    text-align: center;
  }
  tr {
    font-size: 2em;
  }
  p {
    font-size: 0.85em;
  }
  tr,
  td {
    font-size: 0.75em;
  }
}
input.search_input {
  background: #f2f1ef;
  border-radius: 8px;
  border: none;
  margin: auto;
  width: 100%;
  margin: auto;
  min-width: 300px;
  margin-left: 20px;
  margin-top: 55px;
  transition: 0.1s;
  border: 2px solid transparent;
  padding: 13px 25px;
}
input:focus::placeholder {
  color: #545454;
}
input.search_input::-webkit-search-cancel-button {
  -webkit-appearance: none;
  height: 14px;
  width: 15px;
  background-size: contain;
  background: url("data:image/svg+xml,<svg width='15' height='14' viewBox='0 0 15 14' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M7.4998 8.35763L2.5998 13.2576C2.41647 13.441 2.18314 13.5326 1.8998 13.5326C1.61647 13.5326 1.38314 13.441 1.1998 13.2576C1.01647 13.0743 0.924805 12.841 0.924805 12.5576C0.924805 12.2743 1.01647 12.041 1.1998 11.8576L6.0998 6.95763L1.1998 2.05763C1.01647 1.8743 0.924805 1.64096 0.924805 1.35763C0.924805 1.0743 1.01647 0.840962 1.1998 0.657629C1.38314 0.474296 1.61647 0.382629 1.8998 0.382629C2.18314 0.382629 2.41647 0.474296 2.5998 0.657629L7.4998 5.55763L12.3998 0.657629C12.5831 0.474296 12.8165 0.382629 13.0998 0.382629C13.3831 0.382629 13.6165 0.474296 13.7998 0.657629C13.9831 0.840962 14.0748 1.0743 14.0748 1.35763C14.0748 1.64096 13.9831 1.8743 13.7998 2.05763L8.8998 6.95763L13.7998 11.8576C13.9831 12.041 14.0748 12.2743 14.0748 12.5576C14.0748 12.841 13.9831 13.0743 13.7998 13.2576C13.6165 13.441 13.3831 13.5326 13.0998 13.5326C12.8165 13.5326 12.5831 13.441 12.3998 13.2576L7.4998 8.35763Z' fill='black'/></svg>");
}
.input_ans {
  min-width: 300px;
  border: 1px solid rgba(163, 163, 163, 0.69);
}
.button_drag {
  width: fit-content;
  align-items: center;
  display: inline-flex;
}
.content_cheker {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 10px;
  border-radius: 3px;
  position: relative;
  display: flex;
  width: fit-content;
  align-items: center;
  justify-content: center;
  font-family: Roboto-medium;
}
.content_cheker input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.Cheker_mark {
  margin-right: 15px;
  height: 20px;
  transition: 0.2s;
  min-width: 20px;
  border: 1px solid #1b1b1b;
  box-shadow: inset 0px 0px 7px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.Quiz_editor_settings {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.Quiz_editor_settings > input {
  width: 600px;
  min-width: 150px;
}
.Quiz_editor_main_empty {
  padding: 10px;
  font-family: Roboto-medium;
  margin-block: 50px;
}
.Quiz_editor_main {
  margin-block: 20px;
}
.input_cheker {
  background: #ffffff !important;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  height: 50px;
  padding: inherit;
  border: 1px solid rgba(163, 163, 163, 0.69);
  border-left: 0px;
  display: flex;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
}
.input_cheker > label > span {
  box-sizing: border-box;
  margin: auto;
}
.input_cheker > label {
  background: #ffffff !important;
}
.input_ans > input,
.sort_ans > div > input {
  border-top-right-radius: 8px !important;
  border-bottom-right-radius: 8px !important;
  border: 1px solid rgba(163, 163, 163, 0.69);
}
.sort_ans > div > input {
  margin-left: 10px;
}
.Quiz_edit > h2 {
  font-family: Roboto-medium;
}
.drag_phone_active {
  background: #adadad !important;
}
.Quiz_edit {
  width: calc(100% - 50px);
  margin: auto;
}
.Quiz_add_ansers > p {
  font-family: Roboto-medium;
  color: #f77314;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 20px;
}
.Quiz_ansers {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.Quiz_ansers > div > input,
.Quiz_ansers > div > div > input {
  width: 100%;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  min-height: 50px;
}
.Quiz_ansers > div.sort_ans > div {
  display: flex;
  width: 100%;
}
.Quiz_ansers > div {
  width: 80%;
  display: flex;
  border: none;
  align-items: center;
  justify-content: flex-end;
  margin-top: 20px;
}
.button_drag:not(.button_drag_active) {
  background: none;
}
.button_drag_active {
  background: #adadad !important;
}
.Quiz_add_ansers > p > svg {
  margin-left: 10px;
}
.Quiz_score {
  display: flex;
  justify-content: space-between;
  font-family: Roboto-medium;
  align-items: center;
}
.Quiz_score > div > input {
  width: 50px;
  text-align: center;
  margin-left: 5px;
}
.Quiz_editor_varible {
  display: flex;
}
.Quiz_editor_varible > label {
  margin-right: 50px;
}
.Quiz_editor_varible > label:last-child {
  margin: auto;
}
.Cheker_mark > svg {
  display: none;
}
.content_cheker:hover {
  background-color: #ccc;
}
.content_cheker input:checked ~ .Cheker_mark {
  background-color: #f77314;
}

.content_cheker input:checked ~ .Cheker_mark > svg {
  display: block;
}
input.search_input:focus {
  border: 2px solid #f77314;
  outline: none;
}

.Quiz_list {
  width: 100%;
  font-family: Roboto-Regular;
}
.name_quiz {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-family: Roboto-medium;
}
.name_quiz > svg {
  margin-right: 20px;
}
#getQRCode:hover path {
  fill: #f67611;
}
#getQRCode,
#getQRCode path {
  transition: 0.3s;
  cursor: pointer;
}
thead {
  border-bottom: 2px solid black;
}
thead > tr > td {
  color: #00000066;
  font-size: 12px;
  height: 60px;
  border-bottom: 1px solid #dad0bf;
}
table {
  border-spacing: 0px;
}
tr {
  font-size: 0.9em;
  cursor: pointer;
}

#Massage_back {
  display: flex;
  align-items: center;
  justify-content: center;
}
.Massage_block {
  padding: 10px;
  border-radius: 4px;
  background-color: white;
}
.Quiz_name_massage,
.Quiz_error_msg {
  font-family: Roboto-Bold;
  display: flex;
  align-items: center;
  font-size: 17px;
}
.Quiz_name_massage > h1 {
  max-width: 300px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.Quiz_result_timer_massage,
.Quiz_result_buttons_massage {
  padding-top: 20px;
}
.Quiz_result_timer_massage > p,
.Quiz_result_QR_massage > p,
.Quiz_result_KeyCode_massage > h2 {
  display: flex;
  align-items: center;
}
.Quiz_result_timer_massage > p > span {
  margin-left: 10px;
}
.Quiz_result_KeyCode_massage > h2 > svg {
  margin-right: 10px;
}
.Quiz_result_KeyCode_massage > h2 {
  justify-content: flex-end;
  font-family: Roboto-Bold;
}
.Quiz_result_buttons_massage > button {
  margin-right: 10px;
}
.Quiz_massage {
  padding: 20px;
  padding-top: 5px;
  display: flex;
}
.Quiz_status {
  margin-bottom: 10px;
  font-size: 26px;
  font-family: Roboto-Bold;
  margin-top: 30px;
}
.Quiz_result_massage {
  margin-right: 150px;
}
.Quiz_result_QR_massage > div > img {
  width: 180px;
}
.Quiz_result_QR_massage > p {
  justify-content: center;
}
#exit_panel,
#Remove_panel {
  cursor: pointer;
}
.Quiz_result_KeyCode_massage {
  text-align: right;
  font-family: Roboto-Regular;
}
.Quiz_result_KeyCode_massage_phone {
  text-align: left;
}
#copy_code > span {
  user-select: auto;
}
#list > tr {
  transition: 0.2s;
  border-radius: 5px;
}
#list > tr > td {
  padding: 15px;
  padding-left: 0px;
  border-bottom: 1px solid #dad0bf;
}
#list > tr > td > span {
  max-width: 300px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.Drag {
  opacity: 0.2;
}
#list > tr:hover {
  background-color: #cfcfcf;
}
.Quiz_result_QR_massage > p > svg {
  margin-right: 10px;
}
.Quiz_result_QR_massage > p {
  margin-top: 10px;
  color: #f67611;
  font-family: Roboto-Regular;
}
.quiz_active {
  background: #20ab2e;
  border-radius: 8px;
  padding: 4px 17px;
  text-align: center;
  font-size: 11px;
  font-family: "Roboto-Regular";
  color: white;
  width: fit-content;
}
.quiz_dis {
  background: #f06f11;
  border-radius: 8px;
  padding: 4px 17px;
  text-align: center;
  font-size: 11px;
  font-family: "Roboto-Regular";
  color: white;
  width: fit-content;
}
.date_quiz {
  font-family: Roboto-Medium;
}
.Quiz_result_massage {
  font-family: Roboto-Bold;
}
.Quiz_result_record_massage {
  display: flex;
}
.Quiz_editior_main {
  background: #efefef;
  padding: 10px;
  border-radius: 8px;
  width: (100% - 74px);
  margin-top: 10px;
}
.Quiz_result_record_massage > div {
  margin-right: 50px;
}
.Quiz_result_record_massage > div > b {
  color: #1b1b1b;
  font-size: 0.8em;
}
.Quiz_result_record_massage > div > p {
  font-size: 1.7em;
}

.massage {
  background-color: rgba(74, 55, 47, 0.5);
  border-radius: 4px;
  padding: 10px 20px;
  color: white;
  font-family: Roboto-Regular;
  width: fit-content;
  transition: 0.3s;
}
button {
  font-size: 0.9em;
}
.OnFolder {
  color: #00000080;
}
#select-menu_editor {
  min-width: 180px;
  width: auto !important;
}
#context-menu,
#context-menu_editor,
#select-menu_editor {
  position: fixed;
  z-index: 10000;
  width: 180px;
  background: #ffffff;
  padding: 10px;
  border-radius: 5px;
  display: none;
  z-index: 20000;
  font-family: Roboto-Medium;
  border: 1px solid #000;
}
#context-menu_editor,
#select-menu_editor {
  padding: 20px;
}
#context-menu > .item,
#select-menu_editor > .item {
  padding: 2px 14px;
  font-size: 12px;
  font-family: Roboto-Bold;
  cursor: pointer;
  border-radius: inherit;
}
.open_select:hover {
  border: 2px solid #f77314;
}
.open_select {
  padding: 14px 23px;
  font-family: Roboto-Medium;
  cursor: pointer;
  background: none;
  border: 2px solid #1b1b1b;
  border-radius: 8px;
  transition: 0.3s;
  margin-block: 10px;
}
#select-menu_editor > .item {
  font-size: 15px !important;
}
#context-menu_editor > .item,
#select-menu_editor > .item {
  padding: 12px 0px;
  font-family: Roboto-Bold;
  cursor: pointer;
  border-radius: inherit;
  transition: 0.2s;
  padding-left: 5px;
  width: 100%;
}
#context-menu_editor > .item:hover,
#select-menu_editor > .item:hover {
  background-color: #cfcfcf;
}
.search {
  display: flex;
  align-items: stretch;
  flex-direction: row;
  width: calc(100% - 20px);
}
.search > button {
  background: #f2f1ef;
  border: none;
  margin-top: 55px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.AddNew {
  padding-top: 20px;
  width: 100%;
}
.createButton {
  display: flex;
  align-items: center;
  margin: auto;
  font-size: 12px;
}
.createButton > svg {
  padding-right: 20px;
}
.admin_user {
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.def_user {
  padding-top: 20px;
  padding-bottom: 20px;
  width: 100%;
  margin-left: 50px;
  cursor: pointer;
}
.def_user > div > h4,
.admin_user > div > h4 {
  font-family: Roboto-Bold;
  user-select: none;
}
.input_sort {
  min-height: 50px;
  margin-left: 5px;
  margin-right: 5px;
}
.Element_drag {
  transition: 0.3s;
  background-color: rgba(207, 207, 207, 1) !important;
  padding: 5px;
  border-radius: 4px;
}
.Element_def {
  background-color: rgba(0, 0, 0, 0) !important;
  padding: 0px;
  border-radius: 0px;
}
.admin_user > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  justify-content: space-around;
}
.line {
  height: 0.5px;
  width: 100%;
  background-color: black;
}
.admin_user > div > p {
  font-family: Roboto-Medium;
  font-size: 9px;
  background-color: #d9d9d9;
  border-radius: 2px;
  padding: 5px;
}
.admin_user > img {
  border-radius: 5px;
  margin-right: 10px;
  object-fit: cover;
  user-select: none;
}
.admin_cont {
  padding-top: 30px;
  padding-bottom: 50px;
  display: flex;
  flex-direction: column;
}
.admin_cont > div {
  display: flex;
  flex-direction: column;
}

.admin_cont > div > p {
  background: transparent;
  border: none;
  font-family: Roboto-Regular;
  margin-top: 18px;
  transition: 0.3s;
  cursor: pointer;
  text-decoration: underline !important;
  font-size: 13px;
  text-decoration: dashed;
  max-width: 300px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.extra_menu {
  display: flex;
  align-items: center;
  margin-right: 10px;
}
.extra_menu > svg {
  margin-right: 10px;
}
#all_tests {
  font-weight: bold;
  font-size: 20px;
  margin-top: auto;
  font-family: Roboto-Regular;
  padding-bottom: 20px;
}
.admin_cont > div > p.active {
  color: #f77512;
  cursor: default;
  text-decoration: none !important;
}
.admin_cont > div > p:hover {
  color: #f77512;
}
.admin_info {
  display: flex;
  flex-direction: column;
}
.category_name {
  padding-left: 20px;
  padding-top: 50px;
  font-family: Roboto-Regular;
  font-size: 1.7em;
}
.category_content > .load {
  padding-top: 20px;
  font-family: Roboto-Regular;
}
.info-qr > div {
  text-align: right;
  margin-bottom: 10px;
}
.info-qr > div > button {
  background: transparent;
  border: none;
  font-family: Roboto-Black;
}
.category_content {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-grow: 3;
  justify-content: center;
}
.See_Quiz {
  display: block !important;
  padding-left: 20px;
  padding-top: 20px;
  flex-grow: unset;
  height: calc(100% - 230px);
}

.info-qr {
  background: white;
  box-shadow: 2px 3px 7px #00000061;
  position: fixed;
  width: 256px;
  position: fixed;
  padding: 5px;
}
.info-block-qr {
  position: fixed;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  transition: 0.3s;
  top: 0px;
  left: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.quiz_button {
  margin-top: 20px;
  border: 2px solid black;
  width: 200px;
  justify-content: space-between;
  display: flex;
  min-height: 50px;
  align-items: center;
}
.quiz_button > p {
  font-family: Roboto-Regular;
  margin-left: 20px;
}
.load_icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: radial-gradient(farthest-side, #f77c0b 94%, #0000) top/8px 8px
      no-repeat,
    conic-gradient(#0000 30%, #f77c0b);
  -webkit-mask: radial-gradient(farthest-side, #0000 calc(100% - 8px), #000 0);
  animation: spin 1s infinite linear;
}

@keyframes spin {
  100% {
    transform: rotate(1turn);
  }
}

.no_hover {
  transition: 0s;
  background: inherit !important;
}
.bac {
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 0.2s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.admin_info {
  width: 80%;
  margin-inline: auto;
  padding: 10px;
}
.bac-div {
  background-color: white;
  border-radius: 3px;
  padding: 10px;
}
.Quiz_str > div > h1 {
  font-family: Roboto-Bold;
  margin-bottom: 30px;
}
.Quiz_str > p {
  font-family: Roboto-Medium;
}
