:root {
  --background1: #000000;
  --color1: #282C34;
  --border1: #DADBD2;
  --input_shadow1: rgba(125, 181, 121, 1.0);
  --green1: #7DB579;
  --green2: #DEFFDC;
  --green3: #0c6758;
  --green4: #108d78;

  --green1: #7DB579;
  --green2: #DEFFDC;
  --green3: #0c6758;
  --green4: #108d78;

  --blue1: #7DA0B5; /* soft blue */
  --blue2: #DCEFFF; /* light blue */
  --blue3: #0C4A67; /* deep blue */
  --blue4: #1078A0; /* vibrant blue */

  /*  --theme2: #3E7E3A;*/
  /*  --theme2: #0062CC;*/
  /*  --theme2: #120F2C;*/
  /*  --theme2: #22AA83;*/
  --theme2: #1F9BCF;
  --theme3: #2277AA; /* a bold blue */
  --theme4: #87CEEB; /* apk */

  --background2: #FFFFFF;
  --default_link2: #5D9C59;
  --default_link2: #5D7C9C; /* muted blue */
  /*  --dark_link2: black;*/
  --dark_link2: #002B40; /* dark blue */
  --common_link3: #99c3ff;


  --text_button_color2: #055160;
  --text_second_accent2: #0A0A0A;


  /*  greenish */
  /*--gradientA: #3E7E3A;
  --gradientB: #50a44b;
  --gradientC: #63ca5d;
  --second_accent2: #A8C3A8;*/

  /* New bluish colors */
  --gradientA: #3A7E7E;
  --gradientB: #4BA6A6;
  --gradientC: #5DCACA;
  --second_accent2: #A8C3C3;

  --form_group1_background2: #F8F8F8;
  --form_control_background2: #E9ECEF;
  --form_control_border2: #CED4DA;
  --link_color2: #007BFF;
  --link_hover_color2: #FFFFFF;
  --menu_link_color2: #EEEEEE;
  /*--menu_hover_background2: #007BFF;*/
  --menu_hover_background2: rgba(255,255,255,0);
  --switch3c_button2: #7DB579;
  --switch3c_background2: #BDD9BC;
  --error_text2: #F92F2F;
  --select2_option_border: lightgrey;

  --tooltip_background2: #F7D67D;
  --tooltip_text2: black;

  --modal_info_border2: #EDEDED;
  --icon_info_help2: #8639DD;

  --size_side_margin: 34px;
  --size_side_small_margin: 12px;
  /*  --form_control_height1: 36px;*/
  /*  --form_control_height1: 35px;*/
  --form_control_height1: 38px;
  --form_control_border_radius: 6px;
  --form_control_checkbox_height1: 16px;

  /*  --font_size_small_text: 12px;*/
  --font_size_small_subtext: 12px;
  --font_size_small_text: 14px;
  --font_size_small_form: 16px;
  --font_size_small_menu: 20px;
  --font_size_small_title: 24px;
  --font_size_small_subtitle: 20px;
  --font_size_big_text: 16px;
  --font_size_big_form: 18px;
  --font_size_big_menu: 20px;
  --font_size_big_title: 24px;
  --font_size_big_subtitle: 20px;
  /*  --top_title_height: 38px;*/
  /*--top_title_height: 60px;*/
  --top_title_height: 38px;
  /*  --top_title_height__wide: 48px;*/
  --top_title_height__wide: 60px;
  /*  --size_input_height: 48px;*/
  --size_input_height: 38px;
  --table_col_font_size: 12px;
  --breakdown_padding_left_constant: 8px;
  --breakdown_padding_left_multiplication: 8px;
  --data-breakdown_level: 0;
  --navbar_border_radius: 3px;
  --title_button_height: 28px;
  --title_button_margin: 10px;

  --bs-gutter-x: 1.5rem;

  --z_index_navbar1: 20;
  --z_index_title1: 9;
  --z_index_title_button: 10;
  --z_index_title_back_button1: 10;
  --z_index_trading_view1_active: 1050;
  --z_index_trading_view1_button: 1060;
  --z_index_toggle_reveal_password: 5;
  --z_index_toggle_reveal_password: 5;
  --z_index_session_view_bags: 2;
}


@font-face {
  font-family: 'fira-sans-regular';
  src: url('/font/FiraSans-Regular.ttf');
}    
/*@font-face {
  font-family: 'fira-sans-bold';
  src: url('/font/FiraSans-Bold.ttf');
}   
@font-face {
  font-family: 'fira-sans-medium';
  src: url('/font/FiraSans-Medium.ttf');
} */



.form-control {
  height: var(--form_control_height1);
  /*  line-height: var(--form_control_height1);*/
}
input[type=checkbox].form-control {
  height: var(--form_control_checkbox_height1);
  width: var(--form_control_checkbox_height1);
}

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-5ths {
  width: 20%;
  float: left;
}

@media (min-width: 768px) {
  .col-sm-5ths {
    width: 20%;
    float: left;
  }
}

@media (min-width: 992px) {
  .col-md-5ths {
    width: 20%;
    float: left;
  }
}

@media (min-width: 1200px) {
  .col-lg-5ths {
    width: 20%;
    float: left;
  }
}




.modal-dialog, .modal-content {
  /* 80% of window height */
  height: 80%;
}
.modal-body {
  /* 100% = dialog height, 120px = header + footer */
  /*  max-height: calc(100% - 120px);*/
  /*    overflow-y: scroll;*/
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
@media (min-width: 768px) {
  .modal-xl {
    width: 90%;
    max-width:1200px;
  }
}




body {
  padding: 0px;
  margin: 0px;
  margin-top: 0px;
  /*  font-family: 'plus-jakarta-regular';*/
  font-family: 'fira-sans-regular';
  /*  font-size: 12px;*/
  font-size: var(--font_size_small_text);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  font-feature-settings: 'clig' off, 'liga' off;
  /*  overflow: hidden; */
  padding-bottom: 20px;
}



input, button, select, optgroup, textarea {
  /*  font-family: 'robo-bold';*/
  font-weight: 600;
  line-height: normal;
}

select {
  /*  font-size: 15px;*/
  font-size: var(--font_size_small_form);
}


a {
  cursor: pointer;
  /*  color: var(--primary) !important;*/
  color: var(--primary);
  font-weight: 500;
  line-height: normal;
}



a:hover {
  color: var(--link_color2);
}





body.canvas_orbital_trails {
  background: #000;
  color: #aaa;
}




.title {
  font-size: var(--font_size_small_title);
}
.subtitle {
  font-size: var(--font_size_small_subtitle);
}

@media (min-width: 1200px) {
  .title {
    /*    font-size: 4rem;*/
    font-size: var(--font_size_big_title);
  }
  .subtitle {
    font-size: var(--font_size_big_subtitle);
  }
  body {
    font-size: 12px;
  }

}



/*.container {
  padding: 0px;
  margin: 0px;
  background-color: var(--background2);
}*/

.container0 {
  padding: 0px;
  margin: 0px;
  max-width: inherit;
}

.row {
  padding: 0px;
  margin: 0px;
}

.row0 {
  padding: 0px;
  /*  margin: 0px;*/
  --bs-gutter-x: 0;
  --bs-gutter-y: 0;
}
.row0b {
  padding: 0px;
  margin: 0px;
  --bs-gutter-x: 0;
  --bs-gutter-y: 0;
}
.row_form {
  margin-bottom: 10px;
}
.row_report_filter {
  margin-bottom: 10px;
  background-color: whitesmoke;
}
.row2 {
  padding: 0 var(--size_side_margin) 0 var(--size_side_margin);
}


.col0 {
  padding: 0px;
  margin: 0px;
  --bs-gutter-x: 0;
  --bs-gutter-y: 0;
}
.col2 {
  padding: 0 var(--size_side_margin) 0 var(--size_side_margin);
}



.navbar0 {
  padding: 0px;
  margin: 0px;
}
.navbar1 {
  /*  padding: .5rem .5rem;*/
  padding: 0 .5rem;
  /*  z-index: 20;*/
  z-index: var(--z_index_navbar1);
  border-radius: var(--navbar_border_radius);
}
.navbar_submenu1 {
  border-radius: var(--navbar_border_radius);
}

.navbar1.collapse {
  /*min-height: var(--top_title_height__wide);*/
}




.button {
  cursor: pointer;
  display: inline-block;
}

.button_iconic {
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  cursor: pointer;
}




.btn0 {
  padding: 0;
  margin: 0;
  --bs-gutter-x: 0;
  --bs-gutter-y: 0;
}


.btn1 {
  cursor: pointer;
  color: var(--default_link2);
}



.btn2 {
  color: var(--primary);
}

.btn3 {
  cursor: pointer;
  color: var(--text_light2);
}
.btn_menu {
  color: var(--menu_link_color2);
}

.div_button {
  cursor: pointer;
}


.link1 {
  color: var(--default_link2);
  font-size: 14px;
  /*font-style: normal;
  font-weight: 500;
  line-height: normal;*/
}

.link_simple {
  color: var(--default_link2);
  text-decoration: none; 
}
a.link_simple:link { 
  color: var(--default_link2);
  text-decoration: none; 
} 
a.link_simple:visited { 
  color: var(--default_link2);
  text-decoration: none; 
} 
a.link_simple:hover { 
  text-decoration: none; 
} 
a.link_simple:active { 
  color: var(--default_link2);
  text-decoration: none; 
}



.card_body0 {
  padding: 0;
  margin: 0;
  --bs-gutter-x: 0;
  --bs-gutter-y: 0;
}






.link_simple_small {
  color: var(--dark_link2);
  text-decoration: none; 
}
a.link_simple_small:link { 
  color: var(--dark_link2);
  text-decoration: none; 
} 
a.link_simple_small:visited { 
  color: var(--dark_link2);
  text-decoration: none; 
} 
a.link_simple_small:hover { 
  text-decoration: none; 
} 
a.link_simple_small:active { 
  color: var(--dark_link2);
  text-decoration: none; 
}












.dropdown-item:focus, .dropdown-item:hover {
  color: var(--link_hover_color2);
  text-decoration: none;
  background-color: var(--menu_hover_background2);
}

.dropdown-item.active, .dropdown-item:active {
  color: var(--link_active_color2);
  text-decoration: none;
  background-color: var(--menu_hover_background2);
}








.form-label {
  font-size: 18px;
}




.range_value {
  font-size: 16px;
}
.range_value.has_value::before {
  content: " - ";
}










.circular--square { border-radius: 50%; }
.circular--square_image img { border-radius: 50%; }

.circular_image1 img { object-fit: cover; }


.circular_image2 img {
  background: url(/images/no-image.png) 50% 50% no-repeat; /* 50% 50% centers image in div */
  width: 100%;
  aspect-ratio : 1 / 1;
  object-fit: cover;
}





/* custom checkbox switch model background bigger than the ball */
.switch3 {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}
.switch3 input { 
  opacity: 0;
  width: 0;
  height: 0;
}
.slider3 {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}
.slider3:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}
input:checked + .slider3 {
  background-color: #2196F3;
}
input:disabled + .slider3 {
  background-color: grey;
}
input:focus + .slider3 {
  box-shadow: 0 0 25px #2196F3;
}
input:checked + .slider3:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
/* Rounded sliders */
.slider3.round {
  border-radius: 34px;
}
.slider3.round:before {
  border-radius: 50%;
}











/* custom checkbox switch model background smaller than the ball & green colors */
.switch3c {
  position: relative;
  display: inline-block;
  width: 36px;
  height: 14px;
  top: 9px;
}
.switch3c input { 
  opacity: 0;
  width: 0;
  height: 0;
}
.slider3c {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .2s;
  transition: .2s;
}
.slider3c:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 0px;
  bottom: 4px;
  background-color: var(--switch3c_button2);
  -webkit-transition: .2s;
  transition: .2s;
}
input:checked + .slider3c {
  background-color: var(--switch3c_background2);
}
input:focus + .slider3c {
  box-shadow: 0 0 1px #2196F3;
}
input:checked + .slider3c:before {
  -webkit-transform: translateX(16px);
  -ms-transform: translateX(16px);
  transform: translateX(16px);
}
/* Rounded sliders */
.slider3c.round {
  border-radius: 20px;
}
.slider3c.round:before {
  border-radius: 50%;
  top: -3px;
  /*  box-shadow: 0px 4px 18px 0px var(--input_shadow1);*/
}






.select2 {
  width:100% !important;
}

.select2-container--default .select2-dropdown.select2-dropdown--below {
  background-color: whitesmoke;
}

.select2-container--default .select2-results>.select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-result-repository {
  padding-top: 4px;
  padding-bottom: 3px;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #5897fb;
  color: white;
}
.select2-results__option--selectable {
  cursor: pointer;
}
.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
  border-bottom: 1px solid var(--select2_option_border);
}
.select2-result-repository {
  padding-top: 4px;
  padding-bottom: 3px;
}
.select2-result-repository__avatar {
  float: left;
  width: 60px;
  margin-right: 10px;
}
.select2-result-repository__avatar img {
  width: 100%;
  height: auto;
  border-radius: 2px;
}
.select2-result-repository__meta {
  margin-left: 70px;
}
.select2-result-repository__meta_no_avatar {
  /*  margin-left: 70px;*/
}
.select2-result-repository__title {
  /*    color: black;*/
  font-weight: 700;
  word-wrap: break-word;
  line-height: 1.1;
  margin-bottom: 4px;
}
.select2-result-repository__description {
  font-size: 13px;
  /*    color: #777;*/
  margin-top: 4px;
}
/*.select2-result-repository__forks, .select2-result-repository__stargazers, .select2-result-repository__watchers {
  display: inline-block;
  color: #aaa;
  font-size: 11px;
}
.select2-result-repository__forks, .select2-result-repository__stargazers {
  margin-right: 1em ;
}
.select2-result-repository__forks, .select2-result-repository__stargazers, .select2-result-repository__watchers {
  display: inline-block;
  color: #aaa;
  font-size: 11px;
}*/
.select2-result-repository__rating {
  display: inline-block;
  /*    color: #aaa;*/
  font-size: 11px;
}
/*.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}*/

.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[aria-selected]:hover {
  background-color: #0074f0;
  color: #fff;
}
/*.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}
.select2-container--default .select2-results__option--highlighted {
  background-color: #007bff;
  color: #fff;
}
.select2-container--default .select2-results__option {
  padding: 6px 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.select2-results__option[aria-selected] {
  cursor: pointer;
}
.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}*/





.select2-selection--multiple{
  overflow: hidden !important;
  min-height: 38px;
}



.select2-container--default .select2-selection--single {
  height: var(--form_control_height1);
  line-height: var(--form_control_height1);
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-left: 12px;
  height: var(--form_control_height1);
  line-height: var(--form_control_height1);
  /*  text-align: center;*/
  text-align: left;
  margin-top: -6px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: var(--form_control_height1);
  line-height: var(--form_control_height1);
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  height: var(--form_control_height1);
  line-height: var(--form_control_height1);
  text-transform: uppercase;
}
.select2-container--default .select2-search--dropdown .select2-search__field:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}








.icon_info_help_color {
  color: var(--icon_info_help2);
}








.custom-control-label {
  vertical-align: middle;
  font-size: 16px;
  height: 24px;
  line-height: 24px;
}







.error_text {
  color: var(--error_text2) !important;
}








/* .div_centered */
.div_middle { /* vertically */
  /*  line-height: 18px; needed on same level div_middle */
  /*  height: 18px; needed on same level div_middle */
  vertical-align: middle;
}
.div_middle span, .div_middle img {
  /* css_centered */
  line-height: 1.5;
  display: inline-grid;
  vertical-align: middle;
}

/* second technique */
.div_middle2 {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
 
  vertical-align: middle; display: flex; /* additional */
}

.div_middle_form_control_label {
  vertical-align: middle;
  height: 38px;
  line-height: 38px;
}

.div_center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.div_no_scroll {
  /*  height: 100vh;*/
  min-height: 100vh;
}





/*.div_middle_form_control_label {*/
.form_label {
  vertical-align: middle;
  height: 38px;
  line-height: 38px;
  text-align: right;
}


.form_check_label {
  margin: 6px;
  font-weight: 700;
}


.form_label2 {
  vertical-align: middle;
  height: 38px;
  line-height: 38px;
}


div.label_status {
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid var(--form_control_border2);
  border-radius: .25rem;
  box-shadow: inset 0 0 0 transparent;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}


.show_html_content {
  padding: 10px; border: 1px solid black;
}




/* one row full column element */
.form_group1 {
  padding-top: 2px;
  padding-bottom: 2px;
  margin-bottom: 24px;
  background-color: var(--form_group1_background2);
}

/* one row more than 1 column element */
.form_group2 {
  padding: 5px;
  background-color: var(--form_group1_background2);
}

.form_group_row1 {
  background-color: var(--form_group1_background2);
  margin-bottom: 5px;
}





.form-select {
  font-size: 15px;
}
.form-select-sm {
  font-size: 15px;
}





.form_control_inline {
  height: var(--form_control_height1);
  min-width: var(--form_control_height1);
  border-radius: var(--form_control_border_radius);
  text-align: center;
  background-color: ghostwhite;
}

.form_control_button {
  height: var(--form_control_height1);
  min-width: var(--form_control_height1);
  border-radius: var(--form_control_border_radius);
  text-align: center;
}








.visibility_hidden {
  visibility: hidden;
}


.header2 {
  font-size: 18px;
  line-height: 18px;
}

.error_text {
  color: var(--error_text2) !important;
}










#main1 {
  /*  min-height: calc(100vh - 2px);*/
}
#footer1 {
  /*  height: 2px;*/
}
#footer1 .footer_text {
  font-size: 12px; padding-left: 5px;
  /*position: absolute;
  bottom: 0px;*/
}
#footer1 .footer_text #footer_second_emoticon {
  color: white;
  font-size: 16px;
  line-height: 16px;
  vertical-align: middle;
  background: green;
  border-radius: 0 50%;
  padding: 0px;
}







.modal .modal_body {
  padding-top: 0;
  padding-bottom: 0;
}
.modal.modal_info {
}
.modal.modal_info .modal-content {
  background: transparent;
  box-shadow: none;
  border: transparent;
}
.modal.modal_info.info .modal-content {
  padding-left: 40px;
  padding-right: 40px;
}
.modal.modal_info.error .modal-content {
  padding-left: 40px;
  padding-right: 40px;
}
.modal.modal_info.loading .modal-content {
  padding-left: 40px;
  padding-right: 40px;
}

.modal.modal_info .modal_body_inside {
  margin-top: 0;
  padding-top: 0;
  background-color: var(--background2);
  width: auto;
  height: auto;
  border-radius: 12px;
}
.modal.modal_info.info .modal_body_inside {
  border-radius: 33px;
  padding-top: 33px;
  padding-bottom: 25px;
}
.modal.modal_info.error .modal_body_inside {
  border-radius: 33px;
  padding-top: 33px;
  padding-bottom: 25px;
}
.modal.modal_info.loading .modal_body_inside {
  border-radius: 33px;
  padding-top: 33px;
  padding-bottom: 25px;
}
.modal.modal_info.yes_no .modal_body_inside {
  border-radius: 12px;
}
.modal.modal_info.ok .modal_body_inside {
  border-radius: 12px;
}

.modal.modal_info .modal_icon .modal_icon_box {
}
.modal.modal_info .modal_icon .modal_icon_box img {
}
.modal.modal_info.info .modal_icon .modal_icon_box {
  width: 111px;
  height: 111px;
  /*  border: 1px solid var(--google_button_background2); */
  background-color: rgba(125, 206, 172, 0.12);
  border-radius: 50%;
  padding: 24px;
}
.modal.modal_info.info .modal_icon .modal_icon_box img {
  width: 63px;
}
.modal.modal_info.error .modal_icon .modal_icon_box {
  width: 111px;
  height: 111px;
  background-color: rgba(125, 206, 172, 0.12);
  border-radius: 50%;
  padding: 24px;
}
.modal.modal_info.error .modal_icon .modal_icon_box img {
  width: 63px;
}
.modal.modal_info.loading .modal_icon .modal_icon_box {
  width: 111px;
  height: 111px;
  border-radius: 50%;
  padding: 24px;
}
.modal.modal_info.loading .modal_icon .modal_icon_box img {
  width: 63px;
}
.modal.modal_info.yes_no .modal_icon {
  display: none;
}
.modal.modal_info.ok .modal_icon {
  display: none;
}

.modal.modal_info .modal_text {
}
/*.modal.modal_info .modal_text span {*/
.modal.modal_info .modal_text {
  color: var(--text_second_accent2);
  text-align: center;
  font-style: normal;
  line-height: normal;
}
.modal.modal_info.info .modal_text {
  margin-top: 18px;
}
/*.modal.modal_info.info .modal_text span {*/
.modal.modal_info.info .modal_text {
  font-size: 16px;
  font-weight: 600;
}
.modal.modal_info.error .modal_text {
  margin-top: 18px;
}
/*.modal.modal_info.error .modal_text span {*/
.modal.modal_info.error .modal_text {
  font-size: 16px;
  font-weight: 600;
}
.modal.modal_info.loading .modal_text {
  margin-top: 18px;
  padding-left: 24px;
  padding-right: 24px;
}
/*.modal.modal_info.loading .modal_text span {*/
.modal.modal_info.loading .modal_text {
  font-size: 16px;
  font-weight: 600;
}
.modal.modal_info.yes_no .modal_text {
  margin-top: 27px;
  padding-left: 24px;
  padding-right: 24px;
}
/*.modal.modal_info.yes_no .modal_text span {*/
.modal.modal_info.yes_no .modal_text {
  font-size: 17px;
  font-weight: 700;
}
.modal.modal_info.ok .modal_text {
  margin-top: 27px;
  padding-left: 24px;
  padding-right: 24px;
}
/*.modal.modal_info.ok .modal_text span {*/
.modal.modal_info.ok .modal_text {
  font-size: 17px;
  font-weight: 700;
}



.modal.modal_info .modal_description {
  color: var(--text_second_accent2);
  text-align: center;
  font-style: normal;
  line-height: normal;
  padding-left: 20px;
  padding-right: 20px;
}
.modal.modal_info.info .modal_description {
  padding-bottom: 0;
}
.modal.modal_info.error .modal_description {
  padding-bottom: 0;
}
.modal.modal_info.loading .modal_description {
  padding-bottom: 0;
}
.modal.modal_info.yes_no .modal_description {
  font-size: 14px;
  font-weight: 400;
  padding-bottom: 22px;
  padding-left: 24px;
  padding-right: 24px;
}
.modal.modal_info.ok .modal_description {
  font-size: 14px;
  font-weight: 400;
  padding-bottom: 22px;
  padding-left: 24px;
  padding-right: 24px;
}



.modal.modal_info .modal_buttons {
}
.modal.modal_info.info .modal_buttons {
  display: none;
}
.modal.modal_info.error .modal_buttons {
  display: none;
}
.modal.modal_info.loading .modal_buttons {
  display: none;
}
.modal.modal_info.yes_no .modal_buttons:not(.buttons_yes_no) {
  display: none;
}
.modal.modal_info.ok .modal_buttons:not(.buttons_ok) {
  display: none;
}

.modal.modal_info.yes_no .modal_buttons.buttons_yes_no {
  height: 44px;
  border: 0;
}
.modal.modal_info .modal_buttons.buttons_yes_no .left_button {
  border-bottom-left-radius: 12px;
  border-top : 1px solid var(--modal_info_border2);
  border-right : 1px solid var(--modal_info_border2);
  height: 44px;
  line-height: 44px;
}
.modal.modal_info .modal_buttons.buttons_yes_no .right_button {
  border-bottom-right-radius: 12px;
  border-top : 1px solid var(--modal_info_border2);
  border-left : 1px solid var(--modal_info_border2);
  height: 44px;
  line-height: 44px;
}
.modal.modal_info .modal_buttons.buttons_yes_no .left_button span {
  color: var(--text_second_accent2);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.modal.modal_info .modal_buttons.buttons_yes_no .right_button span {
  color: var(--default_link2);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}


.modal.modal_info.ok .modal_buttons.buttons_ok {
  height: 44px;
  border: 0;
}
.modal.modal_info .modal_buttons.buttons_ok .ok_button {
  border-top : 1px solid var(--modal_info_border2);
  height: 44px;
  line-height: 44px;
}
.modal.modal_info .modal_buttons.buttons_ok .ok_button span {
  color: var(--text_second_accent2);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}




.modal.modal_dynamic {
}
.modal.modal_dynamic .modal-content {
  background: transparent;
  box-shadow: none;
  border: transparent;
}

.modal.modal_dynamic .modal_body_inside {
  margin-top: 0;
  padding-top: 0;
  background-color: var(--background2);
  width: auto;
  height: auto;
  border-radius: 20px;
}

.modal.modal_dynamic .modal_icon .modal_icon_box {
}
.modal.modal_dynamic .modal_icon .modal_icon_box img {
}
.modal.modal_dynamic .modal_text {
}
.modal.modal_dynamic .modal_text.not_active {
  display: none;
}
.modal.modal_dynamic .modal_text span {
  /*color: var(--text_second_accent2);
  text-align: center;
  font-style: normal;
  line-height: normal;*/
}
.modal.modal_dynamic .modal_description span {
}



.modal.modal_dynamic_tall {
}
.modal.modal_dynamic_tall.chatgpt .modal_content {
  height: 100%;
  width: 100%;
}
.modal.modal_dynamic_tall.chatgpt .modal_body {
  height: inherit;
  width: inherit;
  overflow-y: scroll;
}
.modal.modal_dynamic_tall.chatgpt .modal_description {
  height: inherit;
  width: inherit;
}

/*
#modalDynamic .modal_text {
  margin-top: 10px;
  margin-left: -15px;
  font-size: 16px;
  font-weight: bold;
  color: black;
  display: inline-block;
}*/







.modal.modal_url .modal_body {
  overflow-y: scroll;
}


.modal.modal_map .div_map {
  height: 100vh;
  flex-basis: 0;
  flex-grow: 4;
}





/*.dropdown-menu .dropdown-item {
  text-align: left;
  background-color: aqua;
}*/


.navbar-brand {
  font-size: var(--font_size_small_menu);
}

.nav-link {
  font-size: var(--font_size_small_menu);
  overflow: hidden;
  white-space: nowrap;
}

/*.nav-link.active::first-letter {
  color: white;
  font-size: larger;
}*/

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, .75);
  /*  border-color: rgba(255, 255, 255, .1); */
  border: 0;
  border-radius: 0;
  /*  background-color: #3648c4;*/
  padding: .25rem .75rem;
  line-height: 1;
}


.dropdown-menu.navbar_submenu1  {
  /*  background-color: #fff;*/
  /*  --bs-dropdown-color: var(--bs-body-color);*/
  /*  background-image: var(--bs-gradient) !important;*/
  --bs-dropdown-bg: var(--bs-body-bg);
  /*  --bs-dropdown-border-color: var(--bs-border-color-translucent);*/
  /*  color: var(--bs-dropdown-color);*/
  /*  background-color: var(--bs-dropdown-bg);*/
  /*  background-color: #2e94fa;*/
  /*  background-color: transparent !important;*/
  /*  background-image: linear-gradient(to bottom right, #0e6b7a, #6ce7fa);*/
/*  background-image: linear-gradient(to bottom right, #38b28f, #44d1a8);*/
  background-image: linear-gradient(to bottom right, var(--blue4), var(--blue2));
  padding-left: 10px;
  border: 0;
}



.main_content {
  /*  margin-top: 40px;*/
  /*  margin-top: 38px;*/
  margin-top: var(--top_title_height__wide);
}

.main_content.fullscreen1 {
  margin-top: 0;
}



.top_nav1 {
  /*  overflow: hidden;*/
  /*  background-color: #333;*/
  /*  background-color: #e3f2fd;*/
  background-color: var(--theme2);
  /*  color: white;*/
  color: black;
  /*  position: relative;*/
  min-height: var(--top_title_height__wide);
}

.nav_item {
}
.nav_item.nav_item1 {
  display: none;
}
.nav_item.nav_item2 {
  display: block;
}


/*@media (min-width: 1200px) {*/
@media (max-width: 768px) {
  .main_content {
    /*    margin-top: 70px;*/
    margin-top: var(--top_title_height);
  }
  .top_nav1 {
    min-height: var(--top_title_height);
  }
  .nav_item.nav_item1 {
    display: block;
  }
  .nav_item.nav_item2 {
    display: none;
  }
}


.title1 {
  /*  background-color: #1565c0;*/
  /*  background-color: var(--green4);*/
  /*  background-color: var(--blue4);*/
  background-color: var(--theme2);
  color: white;
  position: fixed;
  /*  margin-top: var(--top_title_height);*/
  /*  z-index: 9;*/
  z-index: var(--z_index_title1);
}
.title1 .title_text1 {
  font-size: 20px;
  line-height: 20px;
  font-weight: bold;
  padding: 5px 0 5px 0;
}

.title_back_button1 {
  /*  position: absolute;*/
  position: fixed;
  /*  z-index: 9999;*/
  /*  z-index: 10;*/
  z-index: var(--z_index_title_back_button1);
  font-size: 20px;
  line-height: 20px;
  padding: 5px;
  color: white;
  margin-left: 10px;
  margin-top: 0;
}

.title_back_button1 a {
  color: inherit;
}




.news_card .news_title {
  text-align: left;
  font-size: 16px;
}
.news_card .news_description {
  text-align: left;
  font-size: 12px;
}
.news_card .news_text3 {
  text-align: left;
  font-size: 12px;
  font-style: italic;
}




.logo1 {
  max-width: 200px;
}




.table_responsive {
  height: auto;
}

.table_responsive table {
  margin-bottom: 0;
}
.table_responsive table thead th {
  /*  border: 1px solid black;*/
}

.table_responsive table thead th {
  height: 40px;
  min-width: 90px;
}
.table_responsive table.table_sticky_header thead {
  position: sticky;
  /*  top: 0;*/
  top: -1px;
  box-shadow: 2px 2px 4px green;
}
.table_responsive table.table_sticky_header thead th {
  position: sticky;
  /*  top: 0;*/
  top: -1px;
}


.table_responsive table.table_yf thead tr th {
  text-align: right;
}
.table_responsive table.table_yf thead tr th:first-child {
  text-align: left;
}

.table_responsive table.table_yf tbody tr td {
  font-size: var(--table_col_font_size);
  text-align: right;
}
.table_responsive table.table_yf tbody tr td:first-child {
  text-align: left;
  /*  min-width: 300px;*/
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.table_responsive table.table_yf tbody tr.row_breakdown.row_breakdown_is_additional td {
  font-size: x-small;
  color: grey;
}
.table_responsive table.table_yf tbody tr.row_breakdown.row_breakdown_has_children td.col_breakdown {
/*  text-transform: uppercase;*/
  /*  text-decoration: underline;*/
  font-weight: bold;
}
.table_responsive table.table_yf tbody tr.row_breakdown td.col_breakdown {
  /*  text-transform: uppercase;*/
  /*  text-decoration: underline;*/
  /*  padding-left: calc(2px * attr(data-breakdown_level));*/
  /*  padding-left: attr(data-breakdown_level px);*/
  padding-left: calc(var(--breakdown_padding_left_constant) + var(--breakdown_padding_left_multiplication) * var(--data-breakdown_level));
}
/* .table_responsive table.table_yf tbody tr.row_breakdown.row_breakdown_has_children td.col_breakdown::before {
  content: ' (source: ' attr(data-breakdown_level) ') ';
  width: attr(data-breakdown_level px);
} */





.table_responsive.mobile_view {
  height: 384px;
}
.table_responsive.mobile_view table.table_yf tbody tr td:first-child {
  max-width: 200px;
}


.table_responsive.mobile_form_view {
  height: 384px;
}
.table_responsive.mobile_form_view table thead {
  border: none;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.table_responsive.mobile_form_view table tr {
  border-bottom: 3px solid #ddd;
  display: block;
  margin-bottom: .625em;
}
.table_responsive.mobile_form_view table td {
  border-bottom: 1px solid #ddd;
  display: block;
  font-size: .8em;
  text-align: right;
}
.table_responsive.mobile_form_view table td::before {
  content: attr(data-label);
  float: left;
  font-weight: bold;
}
.table_responsive.mobile_form_view table td:last-child {
  border-bottom: 0;
}

.table_responsive.mobile_form_view table.table_yf td {
  text-align: right;
}
.table_responsive.mobile_form_view table.table_yf tbody tr td:first-child {
  text-align: right;
  color: navy;
}




/*@media screen and (max-width: 600px) {
  table {
    border: 0;
  }
  table caption {
    font-size: 1.3em;
  }
  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }
  table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: right;
  }
  table td::before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  table td:last-child {
    border-bottom: 0;
  }
}
*/


/*table {
  width: 100%;
}
thead, tbody, tr, td, th { display: block; }
tr:after {
  content: ' ';
  display: block;
  visibility: hidden;
  clear: both;
}
thead th {
  height: 30px;
}
tbody {
  height: 120px;
  overflow-y: auto;
}
thead {
}
tbody td, thead th {
  width: 19.2%;
  float: left;
}
*/



.subpage {
  display: none;
  /*--bs-gutter-x: 24px;
  padding-right: calc(var(--bs-gutter-x)* .5);
  padding-left: calc(var(--bs-gutter-x)* .5);*/
}
.subpage.active {
  display: block;
}



.div_trading_view1 {
  position: static;
  top: auto;
  left: auto;
  z-index: auto;
}


.div_trading_view1.active {
  position: fixed;
  top: 0;
  left: 0;
  /*  z-index: 1050;*/
  z-index: var(--z_index_trading_view1_active);
}


.less_important_text {
  font-size: var(--font_size_small_subtext);
}

#btnTradingViewQuitFullscreen {
  /*  z-index: 1055;*/
  /*  z-index: 9999;*/
  z-index: var(--z_index_trading_view1_button);
  position: fixed;
  top: 0;
  right: 0;
}



.subpage_table {
  background-color: teal;
}


.border_top {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}


.chatgpt_message {
}
.chatgpt_message h1 {
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 5px;
  letter-spacing: .05em
}

.chatgpt_message ul li {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased !important;
  -moz-font-smoothing: antialiased !important;
  text-rendering: optimizelegibility !important;
  letter-spacing: .03em;
}




.button_login_google {
  /*  padding-left: 48px;*/
}
.button_login_google .login_google_icon {
  float: left;
  height: 0;
  margin-top: -45px;
  margin-left: 7px;
  pointer-events: none;
  position: relative;
}
.button_login_google .login_google_icon img {
  width: 38px;
  height: 38px;
  /*  background-color: white;*/
  background-color: transparent;
  /*  float: left;*/
}

.button_login_google .login_loading {
  /*  float: right;*/
  text-align: right;
  height: 0;
  margin-top: -42px;
  margin-right: 12px;
  pointer-events: none;
  position: relative;
}



.invert_image_color {
  -webkit-filter: invert(100%); /* Safari/Chrome */
  filter: invert(100%);
}


.div_title_button {
  height: var(--title_button_height);
  line-height: var(--title_button_height);
  position: absolute;
  /*  right: var(--size_side_margin);*/
  right: var(--title_button_margin);
  /*  z-index: 10;*/
  z-index: var(--z_index_title_button);
}
.div_title_button button, .div_title_button span, .div_title_button img {
  height: inherit;
  line-height: inherit;
}
.div_title_button:nth-child(2) { /* second_place */
  /*  right: calc(var(--size_side_margin) * 2 + var(--title_button_margin) * 1);*/
  right: calc(var(--title_button_margin) * 2 + var(--title_button_height) * 1);
}
.div_title_button:nth-child(3) {
  /*  right: calc(var(--size_side_margin) * 3 + var(--title_button_margin) * 2);*/
  /*  right: calc(var(--title_button_margin) * 3);*/
  right: calc(var(--title_button_margin) * 3 + var(--title_button_height) * 2);
}

.button_tool_image {
  -webkit-filter: invert(100%) drop-shadow(2px 4px 6px black); /* Safari/Chrome */
  filter: invert(100%) drop-shadow(2px 4px 6px black);
}
.button_message_example_image {
  -webkit-filter: drop-shadow(2px 4px 6px black);
  filter: drop-shadow(0px 0px 6px white);
}

.button_chatgpt_image {
  /*-webkit-filter: drop-shadow(2px 4px 6px black);
  filter: drop-shadow(0px 0px 6px white);*/
  /*  animation: glow 0.8s infinite alternate;*/
  filter: invert(100%);
}


.list_chatgpt_message_example {
}
.list_chatgpt_message_example ol {
  padding-left: 16px;
}
.list_chatgpt_message_example ol li {
  margin-bottom: 20px;
}




.toggle_reveal_password {
  cursor: pointer;
  position: relative;
  border: 0;
  background-color: transparent;
  color: grey;
  top: calc(var(--size_input_height) * -1);
  right: calc(var(--size_input_height) - 100%);
  width: var(--size_input_height);
  height: var(--size_input_height);
  line-height: var(--size_input_height);
  text-align: center;
  z-index: var(--z_index_toggle_reveal_password);
  padding: 0;
}



.circular--square { border-radius: 50%; }







.session_view_bags.class1 {
  /*  margin-left: var(--size_side_small_margin);*/
  /*  margin-right: var(--size_side_small_margin);*/
  /*  position: absolute;*/
  z-index: var(--z_index_session_view_bags);
  /*  width: calc(100vw - 2*(var(--size_side_small_margin)));*/
  padding-left: var(--size_side_small_margin);
  padding-right: var(--size_side_small_margin);
}

.session_view_bags.class1 .alert .alert_close {
  /*  float: right;*/
  /*  font-size: 14px;*/
  /*  margin-right: -30px;*/
  font-size: 32px;
  padding: 6px;
  cursor: pointer;
}
.session_view_bags.class1 .alert ul {
  padding-left: 0px;
}
.session_view_bags.class1 .alert ul li {
  list-style: none;
}







.text_gradient_red_to_white {
  background: -webkit-linear-gradient(left, red, yellow, white);
  background: -o-linear-gradient(right, red, yellow, white);
  background: -moz-linear-gradient(right, red, yellow, white);
  background: linear-gradient(to right, red, yellow, white); 
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text_gradient_white_to_blue {
  background: -webkit-linear-gradient(left, white, yellow, blue);
  background: -o-linear-gradient(right, white, yellow, blue);
  background: -moz-linear-gradient(right, white, yellow, blue);
  background: linear-gradient(to right, white, yellow, blue); 
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* For Chrome, Safari, Opera, and Edge  */
input.gradient_blue_to_red[type="range"]::-webkit-slider-runnable-track {
  /*  background: green;*/
  /*  height: 0.5rem;*/
  background: -webkit-linear-gradient(left, red, red, white, blue, blue);
  background: -o-linear-gradient(right, red, red, white, blue, blue);
  background: -moz-linear-gradient(right, red, red, white, blue, blue);
  background: linear-gradient(to right, red, red, white, blue, blue); 
}

/* For Firefox */
input.gradient_blue_to_red[type="range"]::-moz-range-track {
  /*  background: green;*/
  /*  height: 0.5rem;*/
  background: -webkit-linear-gradient(left, red, red, white, blue, blue);
  background: -o-linear-gradient(right, red, red, white, blue, blue);
  background: -moz-linear-gradient(right, red, red, white, blue, blue);
  background: linear-gradient(to right, red, red, white, blue, blue); 
}




#page_subtitles .user_subtitles_header {
  font-size: 20px;
  line-height: 20px;
  padding: 5px;
  /*  background: var(--green2);*/
  background: var(--blue2);
  text-align: center;
}

#page_subtitles .user_subtitles_row {
  font-size: 16px;
  padding: 3px 6px;
  line-height: 20px;
  /*  background-color: blue;*/
  cursor: pointer;
}

#page_subtitles .user_subtitles_row>div {
  background-color: lightcyan;
  padding: 10px;
}
#page_subtitles #divUserSubtitlesRowTemplate {
  display: none;
}

/*#page_subtitles .user_subtitles_row:first-child {*/
/*#page_subtitles .user_subtitles_row:not(#divUserSubtitlesRowTemplate):first-child {*/
/*#page_subtitles .user_subtitles_row:first-child:not(#divUserSubtitlesRowTemplate) {*/
/*#page_subtitles #lstUserSubtitles .user_subtitles_row:nth-child(2) {*/
/*#page_subtitles #lstUserSubtitles .user_subtitles_row:first-of-type {
  padding-top: 1116px;
  background-color: red;
}
*/

#page_subtitles .user_subtitles_list {
  padding-top: 3px;
  padding-bottom: 3px;
}

.div_empty {
  padding: 5px;
  text-align: center;
}


.label_link {
  color: var(--common_link3); 
  cursor: pointer;
}
.label_link:hover {
  text-decoration: underline;
}


@media (max-width: 768px) {

}



.dropdown-item {
  padding: 5px;
}





.prevent-select {
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}



.shimmer {
  color: white;
  display:inline-block;
  -webkit-mask:linear-gradient(-60deg,#000 30%,#0005,#000 70%) right/300% 100%;
  /*  -webkit-mask:linear-gradient(-60deg,#000 30%,#FF0000,#000 70%) right/300% 100%;*/
  /*  mask-image: linear-gradient(rgb(0 0 0 / 100%), transparent);*/
  /*  -webkit-mask: linear-gradient(to right, red,orange,yellow,green,blue,indigo,violet);*/
  /*  -webkit-mask:linear-gradient(-60deg,white 30%,#c1c1c1,#FFF 70%) right/300% 100%;*/
  background-repeat: no-repeat;
  animation: shimmer 2.5s infinite;
}
@keyframes shimmer {
  100% {-webkit-mask-position:left}
}

@keyframes glow {
  from {
    box-shadow: 0 0 10px -10px #aef4af;
  }
  to {
    box-shadow: 0 0 10px 10px #aef4af;
  }
}




@keyframes rotate_colorized_border {
  to {
    --colorized_angle: 360deg;
  }
}
@property --colorized_angle {
  syntax: '<angle>';
  initial-value: 0deg;
  inherits: false;
}

@keyframes rotate_colorized_background {
  to {
    --colorized_angle2: 360deg;
  }
}
@property --colorized_angle2 {
  syntax: '<angle>';
  initial-value: 0deg;
  inherits: false;
}

