body{
     /* background-color: navy;
    background-image: url(bg.png);
    background-size: cover;
    background-position: center;
    background-attachment: fixed; */
  /* background: #2222f0;  */
  /* background: #f0f0f8; */
  /* background: #f0f7ff; */
   /* background: #37b0e5;  */
  /* background:rgb(26, 44, 66); */

      /* background-image: linear-gradient(45deg, #ffffff0d 25%, transparent 25%), linear-gradient(-45deg, #ffffff0d 25%, transparent 25%), linear-gradient(45deg, transparent 75%, #ffffff0d 75%), linear-gradient(-45deg, transparent 75%, #ffffff0d 75%);
    background-size: 20px 20px;
    background-position: 0 0, 0 10px, 10px -10px, -10px 0px; */
}


#go_katka{
  user-select: none;
  cursor: pointer;
}

.candy-buttons {
  display: flex;
  gap: 20px;
  transform: translateZ(20px);
}

.candy-button {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: linear-gradient(145deg, #ff6666, #ff4444);
  cursor: pointer;
  border: 3px solid #fff;
  box-shadow: 0 10px 20px rgba(0,0,0,0.3);
  transition: transform 0.3s, box-shadow 0.3s;
  text-align: center;
  font-family: monospace;
  color: white;
}

.candy-button:hover {
  transform: translateZ(10px);
  box-shadow: 0 15px 30px rgba(0,0,0,0.4);
}
.candy-button {
  /* Previous button styles */
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: relative;
}

.candy-button:active {
  transform: translateZ(5px) scale(0.9);
  box-shadow: 0 5px 10px rgba(0,0,0,0.2);
}

.candy-button::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: rgba(0,0,0,0.1);
  opacity: 0;
  transition: opacity 0.2s;
}

.candy-button:active::after {
  opacity: 1;
}

.candy-button:active {
  background: linear-gradient(145deg, 
      var(--dark1) 0%, 
      var(--dark2) 100%);
}

.candy-button-medium {
  width: 30px;
  height: 30px;
  display: flex;
  border-radius: 50%;
  background: linear-gradient(145deg, #ff6666, #ff4444);
  cursor: pointer;
  border: 3px solid #fff;
  box-shadow: 0 10px 20px rgba(0,0,0,0.3);
  transition: transform 0.3s, box-shadow 0.3s;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-family: monospace;
  color: white;
}

.candy-button-medium:hover {
  transform: translateZ(10px);
  box-shadow: 0 15px 30px rgba(0,0,0,0.4);
}
.candy-button-medium {
  /* Previous button styles */
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: relative;
}

.candy-button-medium:active {
  transform: translateZ(5px) scale(0.9);
  box-shadow: 0 5px 10px rgba(0,0,0,0.2);
}

.candy-button-medium::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: rgba(0,0,0,0.1);
  opacity: 0;
  transition: opacity 0.2s;
}

.candy-button-medium:active::after {
  opacity: 1;
}

.candy-button-medium:active {
  background: linear-gradient(145deg, 
      var(--dark1) 0%, 
      var(--dark2) 100%);
}

/*
MMMMMMMM               MMMMMMMM               AAA               IIIIIIIIIINNNNNNNN        NNNNNNNN
M:::::::M             M:::::::M              A:::A              I::::::::IN:::::::N       N::::::N
M::::::::M           M::::::::M             A:::::A             I::::::::IN::::::::N      N::::::N
M:::::::::M         M:::::::::M            A:::::::A            II::::::IIN:::::::::N     N::::::N
M::::::::::M       M::::::::::M           A:::::::::A             I::::I  N::::::::::N    N::::::N
M:::::::::::M     M:::::::::::M          A:::::A:::::A            I::::I  N:::::::::::N   N::::::N
M:::::::M::::M   M::::M:::::::M         A:::::A A:::::A           I::::I  N:::::::N::::N  N::::::N
M::::::M M::::M M::::M M::::::M        A:::::A   A:::::A          I::::I  N::::::N N::::N N::::::N
M::::::M  M::::M::::M  M::::::M       A:::::A     A:::::A         I::::I  N::::::N  N::::N:::::::N
M::::::M   M:::::::M   M::::::M      A:::::AAAAAAAAA:::::A        I::::I  N::::::N   N:::::::::::N
M::::::M    M:::::M    M::::::M     A:::::::::::::::::::::A       I::::I  N::::::N    N::::::::::N
M::::::M     MMMMM     M::::::M    A:::::AAAAAAAAAAAAA:::::A      I::::I  N::::::N     N:::::::::N
M::::::M               M::::::M   A:::::A             A:::::A   II::::::IIN::::::N      N::::::::N
M::::::M               M::::::M  A:::::A               A:::::A  I::::::::IN::::::N       N:::::::N
M::::::M               M::::::M A:::::A                 A:::::A I::::::::IN::::::N        N::::::N
MMMMMMMM               MMMMMMMMAAAAAAA                   AAAAAAAIIIIIIIIIINNNNNNNN         NNNNNNN
*/


.main_robot_panel{
  display: flex;
  flex-direction: column;
 width: fit-content;
  background-color: var(--vscode-gray);
  padding: 50px;
}

.main_robot_panel_top_block {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.main_robot_panel_top_block_cards {
  display: flex;
  flex-direction: column;
  max-width: 400px;
}
.main_robot_panel_label {
  text-align: left;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: var(--vscode-text);
  font-size: 20px;
  font-weight: bold;
  user-select: none;
}
.main_robot_panel_top_block_cards_container {
  display: flex;
  flex-direction: row;
  gap: 10px;
  flex-wrap: wrap;
  padding-top: 25px;
}
.main_robot_panel_top_block_buttons {
  display: flex;
  flex-direction: column;

}

.robot_desire_slot {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border: #423f3f 1px dotted;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  align-items: center;
}
.robot_desire_slot_label {
  font-family: monospace;
  color: var(--vscode-text);
  font-size: xx-large;
}
.robot_desire_slot_button {
}


.main_robot_panel_top_block_buttons_container {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-wrap: wrap;
  padding-top: 20px;
}
.main_robot_panel_bottom_block {
  display: flex;
  flex-direction: column;
}

.main_robot_panel_bottom_block_text {
  display: flex;
  flex-direction: column;
}


.main_robot_description{
 display: flex;
 flex-direction: column;
 user-select: none;
 justify-content: center;
 align-items: center;
 text-align: left;
 font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
 color: rgb(44, 44, 43);
 
}


.main_robot_buttons{
 display: flex;
 flex-direction: column;
 gap: 30px;
}
.coffee-button {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Arial Rounded MT Bold', Arial, sans-serif;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  text-shadow: 0 1px 2px rgba(0,0,0,0.2);
  position: relative;
  border: 2px solid transparent;
}

/* Candy gloss effect */
.coffee-button::after {
  content: '';
  position: absolute;
  top: 10%;
  left: 10%;
  width: 80%;
  height: 30%;
  background: linear-gradient(to bottom, 
    rgba(255,255,255,0.3) 0%,
    rgba(255,255,255,0.1) 100%);
  border-radius: 50%;
  pointer-events: none;
}

.coffee-button:hover {
  transform: scale(1.15) translateY(-5px);
  box-shadow: 0 8px 15px rgba(0,0,0,0.2);
}

.coffee-button:active {
  transform: scale(0.95);
  box-shadow: inset 0 2px 5px rgba(0,0,0,0.2);
}

/* Color variations with candy-like gradients */
.warhol-blue { 
  background: linear-gradient(145deg, var(--warhol-blue), #0055cc);
  border-color: #0044aa;
  color: white;
}
.warhol-pink { 
  background: linear-gradient(145deg, var(--warhol-pink), #dd00dd);
  border-color: #cc00cc;
  color: white;
}
.warhol-yellow { 
  background: linear-gradient(145deg, var(--warhol-yellow), #eeee00);
  border-color: #dddd00;
  color: #333;
}
.dirty-red { 
  background: linear-gradient(145deg, var(--dirty-red), #7a0000);
  border-color: #6a0000;
  color: white;
}
.warhol-red { 
  background: linear-gradient(145deg, var(--warhol-red), #bb0000);
  border-color: #aa0000;
  color: white;
}
.warhol-electric-green { 
  background: linear-gradient(145deg, var(--warhol-electric-green), #00dd00);
  border-color: #00cc00;
  color: #333;
}
.warhol-orange { 
  background: linear-gradient(145deg, var(--warhol-orange), #ee5500);
  border-color: #dd4400;
  color: #333;
}
.warhol-royal-purple { 
  background: linear-gradient(145deg, var(--warhol-royal-purple), #5500aa);
  border-color: #440099;
  color: white;
}
.warhol-cyan { 
  background: linear-gradient(145deg, var(--warhol-cyan), #00dddd);
  border-color: #00cccc;
  color: #333;
}
.warhol-coral { 
  background: linear-gradient(145deg, var(--warhol-coral), #ee3333);
  border-color: #dd2222;
  color: #333;
}
.warhol-gold { 
  background: linear-gradient(145deg, var(--warhol-gold), #eec700);
  border-color: #ddb600;
  color: #333;
}


.main_hero_stage {
  display: flex;
  flex-direction: column;
  width: 600px;
  height: 400px;
  background-color: var(--vscode-gray);
}
.main_hero_top_row {
  display: flex;
  flex-direction: row;
}
#main_hero_duplicate {
  display: flex;
  width: 75px;
  height: 75px;
  padding: 15px;
}
#main_hero_action_description {
  display: flex;
  flex-direction: row;
  font-family: monospace;
  font-size: 16px;
  color: var(--vscode-text);
  padding: 15px;
}
.card_hero{
  cursor: pointer;
  border: #423f3f 1px dotted;
  background-color: white;
  width: 40px;
  height: 55px;
}
#main_hero_card_container {
  flex-direction: row;
  max-width: 500px;
  border: #423f3f 1px dotted;
  background-color: white;
}

.main_hero_task_container {
}


.cards_general_container{
  display: flex;
  flex-direction: row;
  /* margin-left: 100px; */
}

.cards_general_container_left_column{
  display: flex;
  flex-direction: column;
  width: 200px;
  margin-right: 100px;
  /* margin-top: 50px; */
}
.cards_general_container_common_area{
  display: flex;
  flex-direction: column;
  width: 100%;
  /* width: 1200px; */
  /* padding-left: 20px; */
}
.cards_button_row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  background: #f9f9ff;
  justify-content: space-between;
  /* margin-left: 200px;  */
}
.cards_button_row_button {
  display: flex;
  flex-direction: row;
}
.cards_button_row_label {
  display: flex;
  flex-direction: row;
  font-family: monospace;
  font-size: 30px;
  color: var(--vscode-text);
  font-weight: bold;
  align-items: center;
}

.cards_base_and_topaffordances_block{
  display: flex;
  flex-direction: row;
  align-items: end;
  gap: 100px;
  /* margin-bottom: 20px; */
  margin-left: 150px;
}

#go_samokatka{
  background-color: var(--warhol-electric-green);
  color: var(--button-text-dark);


    border: none;
    cursor: pointer;
    font-weight: bold;
    transition: transform 0.2s;
    font-family: monospace;
    width: 40px;
    height: 40px;
 border-radius: 50%;
 display: flex;
 justify-content: center;
 align-items: center;
}
#load_dealer_button{
  background-color: var(--warhol-electric-green);
  color: var(--button-text-dark);


    border: none;
    cursor: pointer;
    font-weight: bold;
    transition: transform 0.2s;
    font-family: monospace;
    width: 40px;
    height: 40px;
 border-radius: 50%;
 display: flex;
 justify-content: center;
 align-items: center;
}

:root {
  --primary-color: #FF6B6B;  /* Playful coral */
  --secondary-color: #4ECDC4; /* Fresh teal */
  --background: #F9F9F9;
  --text-dark: #2D3436;
  --card-bg: #FFFFFF;
}
.creation-master {
  position: fixed;
  left: 3%;
  top: 400px;
  transform: translateY(-50%);
  background: var(--card-bg);
  padding: 15px;
  border-radius: 16px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 12px;
  max-width: 70px;
  z-index: 1002;
  border: 2px solid var(--primary-color);
  align-items: center;
  justify-content: center;
}
.master-icon {
  width: 50px;
  height: 50px;
  border-radius: 12px;
  background: var(--background);
  display: flex
;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 24px;
  transition: all 0.3s;
  position: relative;
}
.master-icon {
  width: 50px;
  height: 50px;
  border-radius: 12px;
  background: var(--background);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 24px;
  transition: all 0.3s;
  position: relative;
}
.master-icon:hover {
  background: var(--primary-color);
  color: white;
  transform: rotate(-5deg) scale(1.1);
}
.status-dot {
  position: absolute;
  bottom: -5px;
  right: -5px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #FFF;
  border: 2px solid var(--card-bg);
}
#startKatkaBtn {
  background: var(--secondary-color);
  border: none;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: white;
  font-size: 24px;
  cursor: pointer;
  transition: all 0.3s;
  box-shadow: 0 5px 15px rgba(78,205,196,0.4);
}
#startKatkaBtn:hover {
  transform: scale(1.1) rotate(15deg);
  background: var(--primary-color);
}
:root {
  --primary-color: #4262FF;
  --hover-color: #f1f2f4;
  --border-color: #e0e0e0;
  --panel-bg: #ffffff;
  --shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
}
.panel {
  background: var(--panel-bg);
  border-radius: 8px;
  box-shadow: var(--shadow);
  padding: 10px;
  border: 1px solid var(--border-color);
  color: var(--vscode-text);
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5px;
  font-family: monospace;
}
.user_ava_panel {
  background: var(--panel-bg);
  border-radius: 50%;
  box-shadow: var(--shadow);
  padding: 10px;
  border: 1px solid var(--border-color);
  color: var(--vscode-text);
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5px;
  font-family: monospace;
  width: 50px;
  height: 50px;
}

.user_ava_panel2{
  display: flex;
      flex-direction: column;
      width: 30px;
      height: 30px;
      border-radius: 50%;
      overflow: hidden;
      cursor: pointer;
      border: 3px solid #e6e6e6;
}

.monospace_button_WRAPPER{
  background-color: white; /* Light gray background */
  padding: 10px; /* Add some padding */
  border: 1px solid #ddd; /* Light gray border */
  border-radius: 5px; /* Rounded corners */
  box-shadow: 0 0 10px rgba(0,0,0,0.1); /* Soft shadow */

}

.monospace_button {

  color: var(--vscode-text); /* White text */
  padding: 8px 16px; /* Button size */
  border: none; /* No border */
  border-radius: 5px; /* Rounded corners */
  cursor: pointer; /* Change cursor on hover */
    display: flex;
}
.monospace_button_progress {

  color: var(--vscode-text); /* White text */
  padding: 8px 16px; /* Button size */
  border: none; /* No border */
  border-radius: 5px; /* Rounded corners */
  cursor: pointer; /* Change cursor on hover */
  color: var(--warhol-royal-purple);
  font-weight: 900;
}

.monospace_button:hover {
  background-color: #0056b3; /* Darker blue on hover */
}


.progress_actions_block{
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-left: 380px;
    margin-top: 50px;
    /* background: var(--vscode-gray);
    padding: 20px;
      border-radius: 4px;
      border: 1px solid var(--vscode-border); */
  }
  .progress_actions_block_row{
    display: flex;
    flex-direction: row;
    gap: 50px;
  }
  .the_action_div{
    display: flex;
    flex-direction: row;
    gap: 3px;
    align-items: center;
    user-select: none;
  }
  .the_action_config{
    display: flex;
    width: 24px;
    height: 24px;
    cursor: pointer;
  
  }
  .the_action_body{
    padding: 15px;
    border: none;
    cursor: pointer;
    font-weight: bold;
    transition: transform 0.2s;
    height: fit-content;
    font-family: monospace;
    color: var(--vscode-text);
  }
  .the_action_body.fit_content{
        width: fit-content;
  }
  .the_action_body.yellow{
    background-color: #FFFF00;
  }
  .the_action_body.calm{
    background-color: #353532;
    color: white;
  }
  .the_action_body.blue{
    background-color: var(--warhol-blue);
    color: white;
  }
  .the_action_body.danger{
    background-color: var(--warhol-coral);
    color: white;
  }
  .the_action_body.pink{
    background-color: var(--warhol-pink);
    color: white;
  }
  .the_action_body.cyan{
    background-color: var(--warhol-cyan);
    color: var(--button-text-dark);
  }
  .the_action_body.gold{
    background-color: var(--warhol-gold);
    color: var(--button-text-dark);
  }
  .the_action_body.retroorange{
    background-color: var(--warhol-orange);
    color: var(--button-text-dark);
  }
  .the_action_body.electricgreen{
    background-color: var(--warhol-electric-green);
    color: var(--button-text-dark);
  }
  .the_action_body.pale{
    background: #f9f9ff;
    color: var(--warhol-blue);
    font-family: Arial, Helvetica, sans-serif;
  }
  
  .the_action_eye{
    display: flex;
    width: 24px;
    height: 24px;
    cursor: pointer;
   
  }
  
  
  
  
  .hud {
    display: flex;
    gap: 20px;
    align-items: center;
  }
  
  .hud-item {
    font-family: 'Consolas', monospace;
    display: flex;
    align-items: center;
    gap: 5px;
  }
  
  .menu {
    display: flex;
    gap: 20px;
    font-family: 'Consolas', monospace;
  }
  :root {
    --vscode-light: #FFFFFF;
    --vscode-gray: #F3F3F3;
    --vscode-border: #E5E5E5;
    --vscode-text: #333333;
    --warhol-blue: #0066FF;
    --warhol-pink: #FF00FF;
    --warhol-yellow: #FFFF00;
    --dirty-red: #8B0000;
  
  
    --warhol-red: #CC0000;         /* Bold stop-sign red (text: white) */
      --warhol-electric-green: #00FF00;  /* Neon lime (text: dark) */
      --warhol-orange: #FF6600;      /* Traffic cone orange (text: dark) */
      --warhol-royal-purple: #6600CC;    /* Deep psychedelic purple (text: white) */
      --warhol-cyan: #00FFFF;        /* Electric aqua (text: dark) */
      --warhol-coral: #FF4444;       /* Vibrant salmon (text: dark) */
      --warhol-gold: #FFD700;        /* Metallic gold (text: dark) */
      
      /* Text contrast pairing */
      --button-text-dark: var(--vscode-text);  /* #333333 */
      --button-text-light: var(--vscode-light); /* #FFFFFF */
  }
  
  


  .collection_top_block{
    display: flex;
    flex-direction: row;
    gap: 50px;
  }
  .collection_actions_container{

    display: flex;
    flex-direction: column;
    gap: 30px;

  }
  .collection_actions_block{

    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .collection_actions_header{
    display: flex;
    font-family: monospace;
    color: var(--vscode-text);
    font-size:xx-large;
    font-weight: bold;
    width: 300px;
  }



  .taskslist_new_container {
    display: flex;
    flex-direction: row;
    gap: 30px;
}
.taskslist_new_tasks_column {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.taskslist_new_probniks_column {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.taskslist_new_actions_column {
}

#taskslist_new_onetimeproblems{
    font-family: monospace;
    color: var(--warhol-blue);
}


#taskslist_new_activetasks{
    display: flex;
    flex-direction: column;
}

#taskslist_new_activetasks_header{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: end;
    border-bottom: 2px solid #f9f9ff;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 18px;
    font-weight: bold;

}
#taskslist_new_finishedtasks{
    display: flex;
    flex-direction: column;
}

#taskslist_new_finishedtasks_header{
    display: flex;
    font-family: monospace;
    color: var(--vscode-text);
    font-size: 14px;
    font-weight: bold;
}

.taskslist_new_taskitem{
    font-family: monospace;
    color: var(--warhol-blue);
    cursor: pointer;
    font-size: 14px;
}


#taskslist_new_activetasks_list{
    display: flex;
    flex-direction: column;
}

#taskslist_new_finishedtasks_list{
    display: flex;
    flex-direction: column;
}

.progress_tasknum_top_block {
  display: flex;
  flex-direction: row;
  gap: 30px;
  margin-top: 20px;
  margin-bottom: 20px;
}




/*

                                                                                                                                                                                                  
                                                                                                                                                                                                  
         tttt                                            kkkkkkkk                                                                                                             77777777777777777777
      ttt:::t                                            k::::::k                                                                                                             7::::::::::::::::::7
      t:::::t                                            k::::::k                                                                                                             7::::::::::::::::::7
      t:::::t                                            k::::::k                                                                                                             777777777777:::::::7
ttttttt:::::ttttttt      aaaaaaaaaaaaa      ssssssssss    k:::::k    kkkkkkknnnn  nnnnnnnn    uuuuuu    uuuuuu     mmmmmmm    mmmmmmm                           vvvvvvv           vvvvvvv7::::::7 
t:::::::::::::::::t      a::::::::::::a   ss::::::::::s   k:::::k   k:::::k n:::nn::::::::nn  u::::u    u::::u   mm:::::::m  m:::::::mm                          v:::::v         v:::::v7::::::7  
t:::::::::::::::::t      aaaaaaaaa:::::ass:::::::::::::s  k:::::k  k:::::k  n::::::::::::::nn u::::u    u::::u  m::::::::::mm::::::::::m                          v:::::v       v:::::v7::::::7   
tttttt:::::::tttttt               a::::as::::::ssss:::::s k:::::k k:::::k   nn:::::::::::::::nu::::u    u::::u  m::::::::::::::::::::::m                           v:::::v     v:::::v7::::::7    
      t:::::t              aaaaaaa:::::a s:::::s  ssssss  k::::::k:::::k      n:::::nnnn:::::nu::::u    u::::u  m:::::mmm::::::mmm:::::m                            v:::::v   v:::::v7::::::7     
      t:::::t            aa::::::::::::a   s::::::s       k:::::::::::k       n::::n    n::::nu::::u    u::::u  m::::m   m::::m   m::::m                             v:::::v v:::::v7::::::7      
      t:::::t           a::::aaaa::::::a      s::::::s    k:::::::::::k       n::::n    n::::nu::::u    u::::u  m::::m   m::::m   m::::m                              v:::::v:::::v7::::::7       
      t:::::t    tttttta::::a    a:::::assssss   s:::::s  k::::::k:::::k      n::::n    n::::nu:::::uuuu:::::u  m::::m   m::::m   m::::m                               v:::::::::v7::::::7        
      t::::::tttt:::::ta::::a    a:::::as:::::ssss::::::sk::::::k k:::::k     n::::n    n::::nu:::::::::::::::uum::::m   m::::m   m::::m                                v:::::::v7::::::7         
      tt::::::::::::::ta:::::aaaa::::::as::::::::::::::s k::::::k  k:::::k    n::::n    n::::n u:::::::::::::::um::::m   m::::m   m::::m                                 v:::::v7::::::7          
        tt:::::::::::tt a::::::::::aa:::as:::::::::::ss  k::::::k   k:::::k   n::::n    n::::n  uu::::::::uu:::um::::m   m::::m   m::::m                                  v:::v7::::::7           
          ttttttttttt    aaaaaaaaaa  aaaa sssssssssss    kkkkkkkk    kkkkkkk  nnnnnn    nnnnnn    uuuuuuuu  uuuummmmmm   mmmmmm   mmmmmm                                   vvv77777777            
                                                                                                                                        ________________________                                  
                                                                                                                                        _::::::::::::::::::::::_                                  
                                                                                                                                        ________________________                                  
                                                                                                                                                                                                  
                                                                                                                                                                                                  
                                                                                                                                                                                                  
                                                                                                                                                                                                                                                                                                                         
*/

.tasknum_v7_top_block {
  display: flex;
  flex-direction: row;
  gap: 30px;
  margin-top: 20px;
  margin-bottom: 20px;
}
#tasknum_v7_header_name{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-weight: bold;
      user-select: none;
      cursor: pointer;
}
.tasknum_v7_hotkeys{
  display: flex;
  flex-direction: row;
  gap: 20px;

}
.dashboard_header_name{
      font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-weight: bold;
      user-select: none;
      cursor: pointer;
}
#tasknum_v7_filter_block{
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-left: 30px;
  /* min-height: 200px; */
  /* border-top: #423f3f 2px dashed;
  border-bottom: #423f3f 2px dashed;  */
}
#variant_v7_filter_block{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 10px;
  padding-left: 30px;
  align-items: center;
  padding-left: 50px;
  /* min-height: 200px; */
  /* border-top: #423f3f 2px dashed;
  border-bottom: #423f3f 2px dashed;  */
}
.tasknum_v7_filter_top_row{
  display: flex
;
width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    background: #f9f9ff;
    /* border: 1px dotted var(--vscode-text); */
    padding: 5px;
        /* box-shadow: var(--card-shadow); */
}
.tasknum_v7_filter_main_area{
  display: flex;
  flex-direction: row;
  gap: 20px;
}

#tasknum_v7_filter_user{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
}

#tasknum_v7_filter_user_ava{
  display: flex;
  flex-direction: column;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
}

#tasknum_v7_filter_user_name{
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 12px;
  color: #423f3f;
  position: relative;
}


#tasknum_v7_user_choise_wrapper{
  position: absolute;
  top: 25px;
  display: flex;
  flex-direction: row;
  justify-content: end;
  z-index: 1;
  overflow-y: auto;
}
#tasknum_v7_user_choise_options{
  transition-duration: 0ms;
  background-color: #423f3f;
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: start;
  justify-content: space-between;
  cursor: default;
  user-select: none;
}

.tasknum_v7_user_choise_options_hidden{
  width: 0px;
  height: 0px;
}
.tasknum_v7_user_choise_options_shown{
  /* width: 200px; */

  padding: 10px;
  box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, .10); 
}

.tasknum_v7_user_choise_addressee_row{
  display: flex;
  flex-direction: row;
  gap: 5px;
  padding: 5px;
  user-select: none;
  cursor: pointer;
  
  }
  
.tasknum_v7_user_choise_addressee_row_selected{
  border: 1px solid #0dc21c;
}
.tasknum_v7_user_choise_ava{
  display: flex;
  width: 40px;
  height: 40px;
}
.tasknum_v7_user_choise_nickname{
  display: flex;
  flex-direction: row;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: #e8e8e8;
}

#tasknum_v7_estimation_leftDIV{
  display: flex;
  flex-direction: column;
  justify-items: center;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
}

#tasknum_v7_estimation_label{
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #423f3f;
  font-size: 14px;
}
#tasknum_v7_estimation_points{
  font-family: monospace;
  color: #0f0f0f;
  
  font-weight: bold;
  @media screen and (max-width: 799px) {
    font-size: 25px;
}
@media screen and (min-width: 800px) {
  font-size: 30px;
}

}
#tasknum_v7_estimation_scale{
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #0088cc;
  font-size: 10px;
  user-select: none;
  cursor: pointer;
}

#tasknum_v7_database_container{
  display: flex;
  flex-direction: column;

}
#tasknum_v7_database_label{
  font-family: monospace;
  font-size: 16px;
  cursor: pointer;
  user-select: none;

}
#tasknum_v7_database{
  display: flex;
  width: 100%;
  flex-direction: column;
  max-height: 45px;
  flex-wrap: wrap;

}

.tasknum_v7_database_source{
  color: #0088cc;
  cursor: pointer;
  user-select: none;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 14px;
  border: #423f3f 1px dashed;
  width: 70px;
  text-align: center;
}
.tasknum_v7_database_source_selected{
  font-weight: 900;
}

.tasknum_v7_filter_item_wrapper{
  display: flex;
  flex-direction: row;
  gap: 5px;
}
#tasknum_v7_abilities_container{
  display: flex;
  flex-direction: column;
}
#tasknum_v7_abilities_header{
  font-family: monospace;
  font-size: 16px;
  cursor: pointer;
  user-select: none;

}
#tasknum_v7_abilities{
  display: flex;
  width: 100%;
  flex-direction: column;


}

.tasknum_v7_ability{
  color: #0088cc;
  cursor: pointer;
  user-select: none;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 14px;
  border: #423f3f 1px dashed;
  width: 120px;
  padding-left: 5px;
}
.tasknum_v7_ability_selected{
  font-weight: 900;
}
.tasknum_v7_ability_state_example{
  width: 15px;
  height: 15px;
  border-radius: 50%;
}

#tasknum_v7_favourites_mistakes_container{
  display: flex;
  flex-direction: column;
  gap: 5px;
}

#tasknum_v7_favourites{
  display: flex;
  font-family: monospace;
  font-weight: bold;
  color: var(--warhol-blue);
  font-size: 14px;
  cursor: pointer;
}
#tasknum_v7_mistakes{
  display: flex;
  font-family: monospace;
  font-weight: bold;
  color: var(--warhol-blue);
  font-size: 14px;
  cursor: pointer;
}


#tasknum_v7_topics_container{
  display: flex;
  flex-direction: column;
}
#tasknum_v7_topics_header{
  font-family: monospace;
  font-size: 16px;
  cursor: pointer;
  user-select: none;

}
#tasknum_v7_topics{
  display: flex;
  width: 100%;
  flex-direction: column;
  max-height: 130px;
  flex-wrap: wrap;


}

.tasknum_v7_topic{
  color: #0088cc;
  cursor: pointer;
  user-select: none;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 14px;
  border: #423f3f 1px dashed;
  width: 120px;
  padding-left: 5px;
}
.tasknum_v7_topic_selected{
  font-weight: 900;
}



#tasknum_v7_mytopics_container{
  display: flex;
  flex-direction: column;
}
#tasknum_v7_mytopics_header{
  font-family: monospace;
  font-size: 16px;
  cursor: pointer;
  user-select: none;

}
#tasknum_v7_mytopics{
  display: flex;
  width: 100%;
  flex-direction: column;
  max-height: 130px;
  flex-wrap: wrap;

}

.tasknum_v7_mytopic{
  color: #0088cc;
  cursor: pointer;
  user-select: none;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 14px;
  border: #423f3f 1px dashed;
  width: 300px;
  padding-left: 5px;
}
.tasknum_v7_addmytopic{
  color: limegreen;
  cursor: pointer;
  user-select: none;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 14px;
  width: 300px;
  padding-left: 5px;
  font-weight: 900;
}
.tasknum_v7_editmytopic{
  display: flex;
  font-family: monospace;
  font-weight: bold;
  color: var(--vscode-border);
  font-size: 14px;
  cursor: pointer;
  padding-right: 15px;
}
.tasknum_v7_mytopic_selected{
  font-weight: 900;
}



.tasknum_v7_selection_header_block{
  display: flex;
  flex-direction: row;
  gap: 50px;
  margin-top: 40px;
  margin-bottom: 15px;
  justify-content: space-between;
}
.variant_v7_selection_header_block{
  display: flex;
  flex-direction: row;
  gap: 50px;
  margin-top: 40px;
  margin-bottom: 15px;
  justify-content: space-between;
}

.tasknum_v7_selection_cards_quant{
  display: flex;
  font-family: monospace;
  color: var(--vscode-text);
  font-size:xx-large;
  font-weight: bold;
  gap: 1rem;
}

.tasknum_v7_selection_actions_block{
  display: flex;
  flex-direction: row;
  gap: 50px;
}



#tasknum_v7_selection_cards_container{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
  /* background-color: var(--vscode-text); */
  /* padding: 30px; */

}

#variant_v7_selection_cards_container{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
  /* background-color: var(--vscode-text); */
  /* padding: 30px; */

}

.tasknum_v7_config_background{
    display: block; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 999; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}


.tasknum_v7_katka_config_wrapper{
  display: block;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white;
  padding: 50px;
  border: 3px solid var(--warhol-blue);
  z-index: 1000;


}

.tasknum_v7_katka_config{
  display: flex;
  flex-direction: column;
}
.tasknum_v7_katka_config_header{
  display: flex;
  flex-direction: row;
  font-family: monospace;
  color: var(--vscode-text);
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 20px;
}
.tasknum_v7_katka_config_repeat_header{
  display: flex;
  flex-direction: row;
  font-family: monospace;
  color: var(--vscode-text);
  font-size: 14px;
  margin-bottom: 10px;
}

.tasknum_v7_katka_config_repeat_quants_container{
  display: flex;
  flex-direction: row;

  gap: 5px;
}
.tasknum_v7_katka_config_repeat_quants_item{
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  border: 1px solid var(--vscode-text);
  align-items: center;
  text-align: center;
  font-family: monospace;
  cursor: pointer;
  user-select: none;
  
}

.tasknum_v7_katka_config_repeat_quants_item_selected {
  background-color: var(--warhol-electric-green);
}

.tasknum_v7_katka_config_shuffle_container{
  display: flex;
  flex-direction: row;
  gap: 10px;
  margin-top: 20px;
  align-items: center;
}

.tasknum_v7_katka_config_shuffle_header{
  display: flex;
  flex-direction: row;
  font-family: monospace;
  color: var(--vscode-text);
  font-size: 14px;
}


.tasknum_v7_katka_config_shuffle_checkbox{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 18px;
  height: 18px;
  cursor: pointer;
  user-select: none;
  border: 1px var(--vscode-text) dashed;
  font-size: 20px;
  color: var(--vscode-border);
  font-weight: 600;
  background-color: white;

}
.tasknum_v7_katka_config_shuffle_checkbox_selected{
  color: limegreen;
  font-weight: 900;
}


.tasknum_v7_katka_config_contrapunct_container{
  display: flex;
  flex-direction: column;
  margin-top: 20px;

}
.tasknum_v7_katka_config_contrapunct_header{
  display: flex;
  flex-direction: row;
  font-family: monospace;
  color: var(--vscode-text);
  font-size: 14px;
}

.tasknum_v7_katka_config_contrapunct_pattern{
  display: flex;
  flex-direction: row;
  gap: 10px;
  margin-top: 10px;
  padding: 5px;
  background-color: var(--vscode-gray);
  cursor: pointer;
  user-select: none;
}
.tasknum_v7_katka_config_contrapunct_pattern_squarecard{
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 16px;
  height: 16px;
  border-radius: 0px;
  border: 1px solid var(--vscode-text);
  align-items: center;
  text-align: center;
  font-family: monospace;

}
.tasknum_v7_katka_config_contrapunct_pattern_roundcard{
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid var(--vscode-text);
  background-color: limegreen;
  align-items: center;
  text-align: center;
  font-family: monospace;

}
.tasknum_v7_katka_config_contrapunct_pattern_selectmark{
  display: flex;
  flex-direction: row;
  font-family: monospace;
  color: var(--vscode-text);
  font-size: 12px;
  font-weight: bold;
}

.tasknum_v7_katka_config_bottom_controls{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 30px;
}


/*
         tttt                                                 iiii                      
      ttt:::t                                                i::::i                     
      t:::::t                                                 iiii                      
      t:::::t                                                                           
ttttttt:::::ttttttt       ooooooooooo   ppppp   ppppppppp   iiiiiii     cccccccccccccccc
t:::::::::::::::::t     oo:::::::::::oo p::::ppp:::::::::p  i:::::i   cc:::::::::::::::c
t:::::::::::::::::t    o:::::::::::::::op:::::::::::::::::p  i::::i  c:::::::::::::::::c
tttttt:::::::tttttt    o:::::ooooo:::::opp::::::ppppp::::::p i::::i c:::::::cccccc:::::c
      t:::::t          o::::o     o::::o p:::::p     p:::::p i::::i c::::::c     ccccccc
      t:::::t          o::::o     o::::o p:::::p     p:::::p i::::i c:::::c             
      t:::::t          o::::o     o::::o p:::::p     p:::::p i::::i c:::::c             
      t:::::t    tttttto::::o     o::::o p:::::p    p::::::p i::::i c::::::c     ccccccc
      t::::::tttt:::::to:::::ooooo:::::o p:::::ppppp:::::::pi::::::ic:::::::cccccc:::::c
      tt::::::::::::::to:::::::::::::::o p::::::::::::::::p i::::::i c:::::::::::::::::c
        tt:::::::::::tt oo:::::::::::oo  p::::::::::::::pp  i::::::i  cc:::::::::::::::c
          ttttttttttt     ooooooooooo    p::::::pppppppp    iiiiiiii    cccccccccccccccc
                                         p:::::p                                        
                                         p:::::p                                        
                                        p:::::::p                                       
                                        p:::::::p                                       
                                        p:::::::p                                       
                                        ppppppppp    
*/
.topic_v7_top_block{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 150px;
}
#topic_v7_header_name{

  border: 0;
  outline: 0;
  min-width: 50%;
  text-align: left;
  font-family: monospace;
  font-size: xx-large;
  color: #0088cc;
  font-weight: 900;
  background-color : transparent;
  margin-left: 50px;

}
#topic_v7_controls_block{
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
}

#topic_v7_controlfeedback_savechanges{
  display: flex;
  font-family: monospace;
  font-size: 14px;
  font-weight: 900;
  color: rgb(12, 129, 12);
}
#topic_v7_controlfeedback_topicdeleted{
  display: flex;
  font-family: monospace;
  font-size: 14px;
  font-weight: 900;
  color: var(--warhol-coral);
}
#topic_v7_cards_container{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
  /* background-color: var(--vscode-text); */
  padding: 30px;
}


.topic_v7_selection_header_block{
  display: flex;
  flex-direction: row;
  align-items: end;
  margin-top: 40px;
  margin-bottom: 15px;
  justify-content: space-between;
}

.topic_v7_selection_cards_quant{
  display: flex;
  flex-direction: row;
  font-family: monospace;
  color: var(--vscode-text);
  font-size:xx-large;
  font-weight: bold;
  gap: 1rem;
}
.topics_v7_showcards_filter_block{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}
.topics_v7_showcards_filter_header{
  font-family: monospace;
  font-size: 16px;
  user-select: none;

}
.topics_v7_showcards_filter_controls{
  display: flex;
  flex-direction: row;
  align-items: center;
}

#topics_v7_showcards_filter_showall{
  color: #0088cc;
  cursor: pointer;
  user-select: none;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 14px;
  border: #423f3f 1px dashed;
  text-align: center;
  padding: 0 7px;
}
#topics_v7_showcards_filter_showintopic{
  color: #0088cc;
  cursor: pointer;
  user-select: none;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 14px;
  border: #423f3f 1px dashed;
  text-align: center;
  padding: 0 7px;
}

.topics_v7_showcards_filter_control_selected{
  font-weight: 900;
}











.save_pdf {
  background: var(--warhol-pink);
  border: 2px solid var(--dirty-red);
  border-radius: 4px;
  padding: 12px 20px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
  font-weight: bold;
  font-family: monospace;
}

.save_pdf:hover {
  filter: brightness(90%);
  transform: translateY(-1px);
}

.save_pdf:active {
  transform: translateY(0);
}

.save_pdf svg {
  width: 20px;
  height: 20px;
  fill: var(--dirty-red);
}

/* PDF button variations */
.save_pdf.outline {
  background: transparent;
  border: 2px solid var(--dirty-red);
  color: var(--dirty-red);
}

.save_pdf.small {
  padding: 8px 12px;
  font-size: 0.9em;
}





/*
kkkkkkkk                                   tttt          kkkkkkkk                           
k::::::k                                ttt:::t          k::::::k                           
k::::::k                                t:::::t          k::::::k                           
k::::::k                                t:::::t          k::::::k                           
 k:::::k    kkkkkkkaaaaaaaaaaaaa  ttttttt:::::ttttttt     k:::::k    kkkkkkkaaaaaaaaaaaaa   
 k:::::k   k:::::k a::::::::::::a t:::::::::::::::::t     k:::::k   k:::::k a::::::::::::a  
 k:::::k  k:::::k  aaaaaaaaa:::::at:::::::::::::::::t     k:::::k  k:::::k  aaaaaaaaa:::::a 
 k:::::k k:::::k            a::::atttttt:::::::tttttt     k:::::k k:::::k            a::::a 
 k::::::k:::::k      aaaaaaa:::::a      t:::::t           k::::::k:::::k      aaaaaaa:::::a 
 k:::::::::::k     aa::::::::::::a      t:::::t           k:::::::::::k     aa::::::::::::a 
 k:::::::::::k    a::::aaaa::::::a      t:::::t           k:::::::::::k    a::::aaaa::::::a 
 k::::::k:::::k  a::::a    a:::::a      t:::::t    tttttt k::::::k:::::k  a::::a    a:::::a 
k::::::k k:::::k a::::a    a:::::a      t::::::tttt:::::tk::::::k k:::::k a::::a    a:::::a 
k::::::k  k:::::ka:::::aaaa::::::a      tt::::::::::::::tk::::::k  k:::::ka:::::aaaa::::::a 
k::::::k   k:::::ka::::::::::aa:::a       tt:::::::::::ttk::::::k   k:::::ka::::::::::aa:::a
kkkkkkkk    kkkkkkkaaaaaaaaaa  aaaa         ttttttttttt  kkkkkkkk    kkkkkkkaaaaaaaaaa  aaaa
*/

#katka_v7_topblock{
  display: flex;
  flex-direction: column;
  /* background-color: var(--vscode-gray); */
  /* padding: 20px; */
  gap: 10px;
 
}
.katka_v7_topblock_toprow{
  display: flex;
  flex-direction: row;
  gap: 30px;
  justify-content: space-between;
  background: #f9f9ff;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
}
.katka_v7_katka_timing_container{
  display: flex;
  gap: 20px;
  /* height: 50px; */
  /* width: 70px; */
}
.katka_v7_start_date_container{
  display: flex;
  flex-direction: column;
}
.katka_v7_start_date_label{
  font-family: monospace;
}
.katka_v7_start_date_value{
  font-family: monospace;
  color: var(--warhol-blue);
  user-select: none;
  cursor: pointer;
}
.katka_v7_finish_date_container{
  display: flex;
  flex-direction: column;
}
.katka_v7_finish_date_label{
  font-family: monospace;
}
.katka_v7_finish_date_value{
  font-family: monospace;
  color: var(--warhol-blue);
  user-select: none;
  cursor: pointer;
}


.katka_v7_katka_ksid_container{
  display: flex;
  flex-direction: column;
  align-items: center;
  /* height: 50px; */
}
#katka_name{

}
.katka_v7_katka_name_row{
  display: flex;
  flex-direction: row;
}

.katka_v7_katka_ksid{
  display: flex;
  flex-direction: row;
  font-family: Arial, Helvetica, sans-serif;
   font-size: 12px; 


}
.katka_v7_bundle_bsid{
    display: flex;
  flex-direction: row;
  font-family: monospace;
  /* font-size: 30px; */
  color: var(--warhol-blue);
  font-weight: bold;
  cursor: pointer;
  user-select: none;
}
.katka_v7_core_audience{
  font-family: monospace;
  font-size: 20px;
  color: var(--vscode-text);
  font-weight: bold;
}
.katka_v7_katka_name{
border: 0;
    outline: 0;
    width: 500px;
    text-align: left;
    font-family: monospace;
  font-size: 30px;
    color: #0088cc;
    font-weight: 900;
    background-color: transparent;

}
  .katka_v7_teams_container{
    display: flex;
    flex-direction: row;
  }
#katka_v7_voice_channel_link{
  display: flex;
  flex-direction: row;
  font-family: monospace;
  font-size: 16px;
  color: var(--warhol-blue);
  font-weight: bold;
}
#katka_v7_blackboard_link{
  display: flex;
  flex-direction: row;
  font-family: monospace;
  font-size: 16px;
  color: var(--warhol-blue);
  font-weight: bold;
}
.katka_v7_chat_link{
  display: flex;
  flex-direction: row;
  font-family: monospace;
  font-size: 16px;
  color: var(--warhol-blue);
  font-weight: bold;
  user-select: none;
  cursor: pointer;
}
.katka_v7_moderator_container{
  font-family: monospace; 
  display: flex;
  flex-direction: row;
  align-items: end;
  gap: 5px;
}
.katka_v7_moderator_label{

  display: flex;
  flex-direction: column;
}
.katka_v7_dashboard_entrance_area{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 30px;
  align-items: center;
}
.katka_v7_dashboard_entrance_area_bundles_white_list{
  display: flex;
  flex-direction: column;
  gap: 3px;

  font-family: monospace;
  color: #423f3f;
  cursor: pointer;
  user-select: none;
}
.katka_v7_dashboard_entrance_area_bundle_whitelisted{
  
}
.katka_v7_dashboard_entrance_area_security_settings{
  display: flex;
  flex-direction: row;
  width: 170px;
  font-family: monospace;
  color: #423f3f;
  cursor: pointer;
  user-select: none;
  padding: 10px;
}
.katka_v7_dashboard_invites_area{
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 30px;
  align-items: center;
  
}
.katka_v7_dashboard_invites_area_activate_button{
  display: flex;
  flex-direction: row;
  gap: 5px;
  align-items: center;


  cursor: pointer;
  user-select: none;
  padding: 10px;
  background-color: var(--vscode-text);
}
.katka_v7_dashboard_invites_area_activate_button_label{
  font-family: monospace;
  color: white;
  font-size: 20px;
}

.katka_v7_dashboard_invites_area_activate_button_affordance_hint{
  font-family: monospace;
  color: white;
  font-size: xx-large;

}

.katka_v7_dashboard_invites_area_link_way{
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
}
.katka_v7_dashboard_invites_area_link_way_label{
  font-family: monospace;
  color: var(--warhol-blue);
  font-size: 20px;
  user-select: none;
cursor: pointer;
  font-weight: bold; 
      background: #f9f9ff;
}
.katka_v7_dashboard_invites_area_link_way_content{
  display: flex;
  flex-direction: column;
}
.katka_v7_dashboard_invites_area_link_way_content_label{
  font-family: monospace;
  color: #423f3f;
}
.katka_v7_dashboard_invites_area_link_way_content_link{
  display: flex;
  flex-direction: row;
  font-family: monospace;
  font-size: 20px;
  color: var(--warhol-blue);
  font-weight: bold;
  user-select: none;
  cursor: pointer;
}



/* .katka_v7_dashboard_invites_area_rupor_way{
  display: flex;
  flex-direction: column;
  width: 300px;
  height: 70px;
  font-family: monospace;
  color: #423f3f;
  cursor: pointer;
  user-select: none;
  padding: 10px;
} */


.katka_v7_dashboard_invites_area_rupor_way{
  display: flex;
  flex-direction: row;
  gap: 15px;
  align-items: center;
}
.katka_v7_dashboard_invites_area_rupor_way_label{
  font-family: monospace;
  color: #423f3f;
  font-size: 14px;
  /* font-weight: bold; */
}
.katka_v7_dashboard_invites_area_rupor_way_options{
  display: flex;
  flex-direction: row;
  gap: 10px;
}


.katka_v7_dashboard_invites_area_rupor_way_option{
  display: flex;
  flex-direction: column;
  
  width: 50px;

}
.katka_v7_dashboard_invites_area_rupor_way_option_label{
  display: flex;
  flex-direction: row;
  font-family: monospace;
  font-size: 16px;
  font-weight: bold;
  user-select: none;
  cursor: pointer;
}

.katka_v7_dashboard_invites_area_rupor_way_ghost{
  display: flex;
  position: relative;
}
.katka_v7_dashboard_invites_area_rupor_header{
  display: flex;
  flex-direction: row;
  font-family: monospace;
  font-size: 18px;
  font-weight: bold;
}
.katka_v7_dashboard_invites_area_rupor_message{
  display: flex;
  position: absolute;
  top: 0px;
  left: -300px;
  flex-direction: column;
  background-color: white;
  padding: 20px;
  gap: 15px;
  border: 1px dotted var(--vscode-text);
  min-width: 300px;
  min-height: 400px;
  z-index: 2;
}
.katka_v7_dashboard_invites_area_rupor_buttons_row{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.katka_v7_dashboard_invites_area_bundle_way{
  display: flex;
  position: relative;
  flex-direction: column;
  font-family: monospace;
  color: #423f3f;
  cursor: pointer;
  user-select: none;

}


.katka_v7_dashboard_invites_area_bundle_options{
  display: flex;
  flex-direction: column;
  position: absolute;
  left: -300px;

  width: 300px;

}
.katka_v7_dashboard_invites_area_bundle_option{
  display: flex;
  flex-direction: row;
  padding: 10px;
  border: 1px dotted var(--vscode-text);
  background-color: white;
  cursor: pointer;
  user-select: none;
}
.katka_v7_dashboard{
  display: flex;
  flex-direction: column;
  gap: 1px;
  /* padding: 15px;
  background-color: var(--vscode-gray); */
}
.katka_v7_dashboard_upper_block{
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 15px;
  /* background-color: var(--vscode-gray); */
  border: 1px dotted var(--vscode-text);
  background-color: white;
}


.katka_v7_dashboard_row{
  display: flex;
  flex-direction: row;
  padding-left: 15px;
  gap: 5px;
  align-items: center;
}
.katka_v7_dashboard_team_name{
  display: flex;
  flex-direction: row;
  font-family: monospace;
  font-size: 16px;
  color: var(--warhol-blue);
  user-select: none;
  cursor: pointer;
}
.katka_v7_dashboard_users_and_cards{
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.katka_v7_dashboard_user_ava{
  display: flex;
  width: 30px;
  height: 30px;
  overflow: hidden;
}
.katka_v7_dashboard_label{
  display: flex;
  flex-direction: row;
  font-family: monospace;
  font-size: 14px;
  color: var(--warhol-blue);
  width: 150px;
  user-select: none;
  cursor: pointer;
}

.katka_v7_dashboard_label.selected{
  background-color: var(--vscode-border);
}

.katka_v7_dashboard_items{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 3px;
   max-width: calc(90vw - 300px);
}

.katka_v7_dashboard_header_item{
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  border: 1px solid var(--vscode-text);
  align-items: center;
  text-align: center;
  font-family: monospace;
  cursor: pointer;
  user-select: none;
}
.katka_v7_dashboard_card_item{
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 20px;
  height: 20px;
  border: 1px solid var(--vscode-text);
  align-items: center;
  text-align: center;
  font-family: monospace;
  cursor: pointer;
  user-select: none;


}
.katka_v7_dashboard_card_item.empty{
  background-color: white;
}
.katka_v7_dashboard_card_item.correct{
  background-color: limegreen;
}
.katka_v7_dashboard_card_item.wrong{
  background-color: var(--warhol-coral);
}

.katka_v7_dashboard_bar_item{
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 20px;
  height: 40px;
  border-radius: 4px;
  border: 1px solid var(--vscode-text);
  align-items: center;
  text-align: center;
  font-family: monospace;
  cursor: pointer;
  user-select: none;
}

.katka_v7_dashboard_controls{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.katka_v7_dashboard_middle_area{
  display: flex;
  flex-direction: row;
  gap: 20px;
  justify-content: space-between;
}

.join_katka_button{
  width: 30px;
  height: 30px;
  border-radius: 50%;
  padding: 15px;
  border: none;
  cursor: pointer;
  font-weight: bold;
  transition: transform 0.2s;
  font-family: monospace;
  color: var(--vscode-text);
  background-color: var(--warhol-electric-green);
  color: var(--button-text-dark);
}
.hand_out_button{
  width: 30px;
  height: 30px;
  border-radius: 50%;
  padding: 15px;
  border: none;
  cursor: pointer;
  font-weight: bold;
  transition: transform 0.2s;
  font-family: monospace;
  color: var(--vscode-text);
  background-color: var(--warhol-pink);
  color: var(--v);
}

.katka_v7_copy_me_block{
  display: flex;
  flex-direction: column;
}

.katka_v7_copy_me_link_row{
  display: flex;
  flex-direction: row;
}

#katka_v7_copy_me_link{
  display: flex;
  flex-direction: row;
  font-family: monospace;
  font-size: 14px;
  color: var(--warhol-blue);
  user-select: none;
  cursor: pointer;
}
.katka_v7_copy_me_link{
  display: flex;
  flex-direction: row;
  font-family: monospace;
  font-size: 14px;
  color: var(--warhol-blue);
  user-select: none;
  cursor: pointer;
}
.katka_v7_copy_me_label{
  display: flex;
  flex-direction: row;
  font-family: monospace;
  font-size: 14px;
  color: var(--vscode-text);
}

.katka_v7_task_header_block{
  display: flex;
  flex-direction: row;
  /* border-bottom: 1px solid var(--vscode-text); */
  justify-content: space-between;
  margin-top: 100px;
  align-items: end;
  margin-left: 150px;
  margin-right: 50px;
  background-color: #f9f9ff;;
}

#katka_v7_task_header{
  display: flex;
  flex-direction: row;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 24px;
  color: var(--vscode-text);
  font-weight: bold;
}

.katka_v7_task_controls{
 display: flex;
 flex-direction: row;
}

.katka_v7_task_control{
  display: flex;
  flex-direction: row;
  font-family: monospace;
  font-size: 14px;
  color: var(--warhol-blue);
  font-weight: bold;
}

#katka_v7_task_copay_to_miro_button{
  width: fit-content;
  padding: 15px;
  border: none;
  cursor: pointer;
  font-weight: bold;
  transition: transform 0.2s;
  font-family: monospace;
  color: var(--vscode-text);
  /* background-color: var(--vscode-text); */
  /* color: var(--vscode-light);  */

}

.katka_v7_task_cards_container{
  display: flex;
  flex-direction: row;
  padding: 50px;
  flex-wrap: wrap;
  gap: 10px;
  margin-left: 100px;
}
.katkas_v7_fightsboard_filter{
  display: flex;
  flex-direction: column;
  background-color: var(--vscode-gray);
  padding: 15px;
  gap: 10px;
}

.katkas_v7_fightsboard_filter_item{
  display: flex;
  flex-direction: row;
  font-family: monospace;
  font-size: 14px;
  color: var(--warhol-blue);
  font-weight: bold;
  user-select: none;
  cursor: pointer;
}

.katkas_v7_public_katkas_container{
  display: flex;
  flex-direction: column;
}

.katkas_v7_public_katka_container{
  display: flex;
  flex-direction: row;
  background-color: white;
  gap: 10px;
    border-bottom: 1px solid #f9f9ff;
    align-items: center;
    cursor: pointer;
    user-select: none;
    padding: 5px;
}

.katkas_v7_public_katka_organizer_logo{
  display: flex;
  flex-direction: row;
  width: 40px;
  font-size: large;
  justify-content: center;
  align-items: center;
}

.katkas_v7_public_katka_info_container{
  display: flex;
  flex-direction: row;
}
.katkas_v7_public_katka_container:hover{
  background: #f9f9ff;
}
.katkas_v7_public_katka_header{
display: flex
;
    flex-direction: row;
    font-family: monospace;
    color: var(--warhol-blue);
    width: 300px;
}
.katkas_v7_public_katka_counters{
  display: flex;
  flex-direction: row;
  font-family: monospace;
  font-size: 14px;
  color: var(--vscode-text)
}
.katkas_v7_public_katka_organizer_message{
  display: flex;
  flex-direction: row;
  font-family: monospace;
  font-size: 12px;
  color: var(--vscode-text);
  width: 200px;
}

.katkas_v7_join_katka_button{
  width: fit-content;
  padding: 15px;
  border: none;
  cursor: pointer;
  font-weight: bold;
  transition: transform 0.2s;
  font-family: monospace;
  border: 1px solid var(--warhol-blue);
  color: var(--warhol-blue);


}

.katkas_v7_public_katka_prizeinfo_container{
  display: flex;
  flex-direction: column;
  width: 300px;
  align-items: center;
  justify-content: center;
  font-family: monospace;
  font-size: 14px;
  color: var(--vscode-text)
}







.bundles_ejs {
  display: flex;
  flex-direction: row;
  gap: 50px;
}

#my_bundles_list{
display: flex;
flex-direction: column;
gap: 15px;
}



.bundle_ejs {
  display: flex;
  flex-direction: column;
  /* gap: 50px;  */
      /* max-width: 1200px; */
}

.bundles_my {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.bundles_participate_in{
  display: flex;
  flex-direction: column;
  gap: 20px;
}


.bundles_new_bundle_options_ghost{
  display: flex;
  position: relative;
}
.bundles_new_bundle_options{
  position: absolute;
  top: 30px;
  display: flex;
  flex-direction: column;
  background-color: white;
  gap: 10px;
  user-select: none;
  cursor: pointer;
  border: 1px dotted var(--vscode-text);
  z-index: 200;
  padding: 50px;
}
.bundles_new_bundle_option{
  display: flex;
  flex-direction: row;
  font-family: monospace;
  color: var(--warhol-blue);
}
.budnle_card{
  display: flex;
  flex-direction: column;

  background-color: white;

  user-select: none;
  cursor: pointer;
   /* border: 1px dotted var(--vscode-text);   */
   border-right: 3px solid #f9f9ff;
    border-bottom: 3px solid #f9f9ff;
    border-left: 3px solid #f9f9ff;
  width: 350px;
  gap: 5px;
}
.budnle_card_medium{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  background-color: white;

  user-select: none;
  cursor: pointer;
   /* border: 1px dotted var(--vscode-text);   */
   border-right: 3px solid #f9f9ff;
    border-bottom: 3px solid #f9f9ff;
    border-left: 3px solid #f9f9ff;
  width: 450px;
  gap: 5px;
}


.budnle_card_repet{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  background-color: white;

  user-select: none;
  cursor: pointer;
   /* border: 1px dotted var(--vscode-text);   */
   border-right: 3px solid #f9f9ff;
    border-bottom: 3px solid #f9f9ff;
    border-left: 3px solid #f9f9ff;
  width: 500px;
  gap: 5px;
}
.bundle_card_tags_container{
  display: flex;
  flex-direction: column;
  align-items: end;
  width: 50px;
  /* padding: 5px; */
}

.bundle_card_info_row{
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
  height: 40px;
}
.bundle_card_info_element{
  font-family: Arial, Helvetica, sans-serif;
  display: flex;

}
.budnle_card_repet_ava{
    display: flex;
    flex-direction: column;
    width: 64px;
    height: 64px;
    user-select: none;
}

.budnle_card_avas_row{
  display: flex;
  gap: 5px;
  justify-content: space-between;
}
.budnle_card_medium_avas_row{
  display: flex;
  gap: 5px;
  justify-content: space-between;
}
.bundle_members_avas{
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 64px;
  justify-content: space-around;
  gap: 3px;
}
.bundle_members_ava_wrapper{
  display: flex;
  width: 30px;
  height: 30px;
}
.bundle_members_ava{
  display: flex;
  width: 30px;
  height: 30px;
  cursor: pointer;
    image-rendering: pixelated;
    transform: scale(1);
    transform-origin: top left;
    background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAACG0lEQVRIS+1XSVLDMBDskbdA8QHsAP//Fon9BEK8aKjRErxbSeUQqtDNieyepXvUImZmBCwiCtgFBH4O9HDA4wzbCggpTZYraOhLdZYqsJjxEJjQHRm8Ue2OgewNgwiDgT2gPg5b2imAAlJW8prbxyBEe/swDmCSsQduyyAurW4SyKSwWxaBPWBThWV2TVjSoiQfBnDJ+DGBTcQpCBp12U6SFQ6nheku6kpDjbiwkbG8yGhKYExeeY4K+2tbThlmgW085wqIZkgY7y3pfK/la2bbuQQSBubYew9gAWkV8PRqA7wAd+XygLgHsFUZISlsOf4KMGNO3yE9viljYSXpHczMVKcJq6V4xO5/agCaMj8c2KAJDSOAumvmhYlvbrwG9Th28viuIsR8HXBLKXZ57eT3G/M/sBFWXRFIlOamji/1SUoNLVYlqM/S3w4ZdvnZaFUmoSGWEW5Px976kCIzQfzppN3cfMmf0eAL+mCn2trSDKQyGvGEujyBiRC5gGVkEhM0W3eyejpZfaYA1eg+Y7Cal4kPRoCzvVVB0zMSNx2LGgTSCZL3Osh0SWmN3HuduQnYz1V7Om33ec5IrAL740qpyAD0R2OI1/LlHhtCT9JWM5SQ1/nzRc8lkfdXKHgfWDiSjSyP/+a8vWXAsLy3uiOBN9CNvTWsdkuEIoybWcG+Wh9iMNZHp2SYfGj0/PzilebxrjDj6tz70vYD9FGg1An3E+QAAAAASUVORK5CYIIA);
}

.bundle_card_content{
  display: flex;
  flex-direction: column;
  padding-left: 5px;
  font-family: monospace;
  color: var(--vscode-text);
  flex-grow: 1;
}
.bundle_card_description{
  display: flex;
  /* padding: 10px; */
  font-family: Arial;
}

.bundle_card_description_repet{
  display: flex;
  /* padding: 10px; */
  width: 250px;
  font-family: Arial;
}
.bundle_card_type{
  display: flex;
  flex-direction: row;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: var(--warhol-pink);
  padding-left: 10px;
  padding-right: 10px;
}

.bundle_card_goal{
  display: flex;
  flex-direction: row;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: var(--vscode-text);
  padding: 10px;
      background: #f9f9ff;
}
.bundle_card_price{
  display: flex;
  flex-direction: row;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: var(--warhol-pink);
}

.bundle_card_name{
  display: flex;
  flex-direction: row;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--warhol-blue);
  /* padding: 10px; */
}
#button_create_bundle{
  background-color: #ee66e3;
  color: var(--button-text-dark);


    border: none;
    cursor: pointer;
    font-weight: bold;
    transition: transform 0.2s;
    font-family: monospace;
    width: 40px;
    height: 40px;
 border-radius: 50%;
 display: flex;
 justify-content: center;
 align-items: center;
}
#button_find_bundle{
  background-color: #ee66e3;
  color: var(--button-text-dark);


    border: none;
    cursor: pointer;
    font-weight: bold;
    transition: transform 0.2s;
    font-family: monospace;
    width: 40px;
    height: 40px;
 border-radius: 50%;
 display: flex;
 justify-content: center;
 align-items: center;
}
/* 
#bundle_name{
  border: 0;
  outline: 0;
  min-width: 50%;
  text-align: left;
  font-family: monospace;
  font-size: xx-large;
  color: #0088cc;
  font-weight: 900;
  background-color: transparent;
} */
.bundle_name{
      font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-weight: bold;
}
 
/* #save_changes{
  background-color: #ee66e3;
  color: var(--button-text-dark);


    border: none;
    cursor: pointer;
    font-weight: bold;
    transition: transform 0.2s;
    font-family: monospace;
    width: 40px;
    height: 40px;
 border-radius: 50%;
 display: flex;
 justify-content: center;
 align-items: center;
}  */
#bundle_desctiption{
  font-family: monospace;
  color: var(--vscode-text);
}
.bundle_dashboard{
  display: flex;
  flex-direction: column;
  gap: 5px;
border: 1px dotted var(--vscode-text);
  padding: 30px;
  width: 500px;

}
.bundle_top_block {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.bundle_selling_points_container{
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding-left: 20px;
}
.bundle_selling_point{
  font-family: monospace;
  color: var(--vscode-text);

}
.bundle_created_with_love_by_container{
  display: flex;
  flex-direction: row;
  justify-content: end;
  align-items: end;
  gap: 5px;
}

.bundle_bottom_block {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.bundle_in_out_actions_panel{
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 30px;
  /* width: 300px; */
  align-self: center;
  justify-content: center;
}
.bundle_in_out_actions_panel_label{
  font-family: Arial, Helvetica, sans-serif;


  font-size: 20px;
}
.bundle_in_out_actions_panel_actions{
display: flex;
flex-direction: column;

}


#join_bundle{
  background-color: var(--warhol-electric-green);
  color: var(--button-text-dark);


    border: none;
    cursor: pointer;
    font-weight: bold;
    transition: transform 0.2s;
    font-family: monospace;
    width: 40px;
    height: 40px;
 border-radius: 50%;
 display: flex;
 justify-content: center;
 align-items: center;
}
/* #generate_invite_link{
  background-color: var(--warhol-cyan);
  color: var(--button-text-dark);


    border: none;
    cursor: pointer;
    font-weight: bold;
    transition: transform 0.2s;
    font-family: monospace;
    width: 40px;
    height: 40px;
 border-radius: 50%;
 display: flex;
 justify-content: center;
 align-items: center;
} */
.bundle_events_management_panel{
  display: flex;
  flex-direction: column;
  gap: 5px;
  justify-content: space-between;
}

.bundle_current_users_panel{
  display: flex;
  flex-direction: column;
  gap: 5px;
  background-color: var(--vscode-gray);
  padding: 30px;
  width: 300px;
}

.bundle_member_row{
  display: flex;
  flex-direction: row;
  padding-left: 10px;
  font-family: monospace;
  width: 200px;
  border: 1px dotted var(--vscode-text);
}

.bundle_events_calendar{
  display: flex;
  flex-direction: column;
  /* gap: 5px; */
  padding: 30px;


}

.bundle_event_in_calendar{
  display: flex;
  flex-direction: row;
  padding-left: 10px;
  font-family: monospace;
  width: 200px;
  border: 1px dotted var(--vscode-text);
}

.inbox_propositions_stack{
  display: flex;
  flex-direction: column;
  gap: 5px;
  background-color: var(--vscode-gray);
  padding: 30px;

}

.inbox_proposition_item{
  display: flex;
  flex-direction: row;
  padding-left: 10px;
  font-family: monospace;
  width: 100%;
  border-bottom: 1px solid #f9f9ff;
  user-select: none;
  cursor: pointer;
  padding-top: 5px;
  padding-bottom: 5px;
  gap: 15px;
}
.inbox_proposition_item:hover{
  background: #f9f9ff;
}
.bulletin_general_container_left_column{
  display: flex;
  flex-direction: column;
  width: 200px;
  margin-right: 100px;
  margin-top: 50px;
}