/* src/assets/css/misc.css */
:root {
  --dark_color: #06101a;
  --light_dark_color: #323b42;
  --dark_blue_color: #0f1922;
  --white_color: #fff;
  --dirty_white_color: #eeeeee;
  --white_20_color: rgba(255, 255, 255, 0.20);
  --light_gray_color: #c8c8c8;
  --light_gray2_color: #d6d6d6;
}
* {
  box-sizing: border-box;
  outline-color: transparent;
}
svg,
tspan,
path {
  letter-spacing: 0px !important;
}
html,
body {
  padding: 0;
  margin: 0;
  font-family: "Roboto", sans-serif;
}
body {
  background-color: #06101a;
  color: #fff;
}
.cnt {
  width: 100%;
  margin: 30px 0 30px 0;
  float: left;
}
.cnt_center {
  min-width: 1050px;
  margin: 0 auto;
  display: table;
}
.card {
  padding: 20px;
  border-radius: 8pt;
  background-color: #0f1922;
}
.page_title {
  float: left;
  font-size: 36px;
  margin-bottom: 20px;
  padding-top: 20px;
  color: #fff;
}
.page_title_dark_blue {
  float: left;
  font-size: 36px;
  color: #fff;
}
.page_sub_title_dark_blue {
  width: 100%;
  margin: 0 0 20px 0;
  float: left;
  font-size: 16px;
  color: #d6d6d6;
}
.border_radius_6 {
  border-radius: 5px;
}
.border_radius_5 {
  border-radius: 5px;
}
.box_shadow_default {
  box-shadow: 0 2px 5px 0 rgba(51, 21, 111, 0.05);
}
.shadow {
  box-shadow:
    0 1px 3px 0 rgba(0, 0, 0, 0.2),
    0 1px 1px 0 rgba(0, 0, 0, 0.14),
    0 2px 1px -1px rgba(0, 0, 0, 0.12);
}
.shadow_big {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .26);
}
.shadow_big2 {
  box-shadow:
    0 2px 4px -1px rgba(0, 0, 0, .2),
    0 4px 5px 0 rgba(0, 0, 0, .14),
    0 1px 10px 0 rgba(0, 0, 0, .12);
}
.shadow_bottom {
  box-shadow:
    0 4px 5px 0 rgba(0, 0, 0, 0.14),
    0 1px 10px 0 rgba(0, 0, 0, 0.12),
    0 2px 4px -1px rgba(0, 0, 0, 0.2);
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  -webkit-transition: all 200ms;
  transition: all 200ms;
}
.shadow_bottom:hover {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  -webkit-transition: all 200ms;
  transition: all 200ms;
}
.shadow_bottom_light {
  box-shadow:
    0 2px 3px 0 rgba(0, 0, 0, 0.10),
    0 1px 4px 0 rgba(0, 0, 0, 0.10),
    0 2px 2px -1px rgba(0, 0, 0, 0.10);
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  -webkit-transition: all 200ms;
  transition: all 200ms;
}
.shadow_bottom_light:hover {
  box-shadow:
    0 2px 3px 0 rgba(0, 0, 0, 0.20),
    0 1px 4px 0 rgba(0, 0, 0, 0.20),
    0 2px 2px -1px rgba(0, 0, 0, 0.20);
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  -webkit-transition: all 200ms;
  transition: all 200ms;
}
.shadow_z1 {
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.37);
  transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}
.shadow_z4 {
  box-shadow:
    0 8px 10px 1px rgba(0, 0, 0, 0.14),
    0 3px 14px 2px rgba(0, 0, 0, 0.12),
    0 5px 5px -3px rgba(0, 0, 0, 0.4);
}
.shadow_z1:hover,
.shadow_z1.focused {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.3);
}
.center_shadow_no_hover {
  -moz-box-shadow: 0 0 7px rgba(50, 50, 50, 0.6);
  -webkit-box-shadow: 0 0 7px rgba(50, 50, 50, 0.6);
  box-shadow: 0 0 7px rgba(50, 50, 50, 0.6);
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  -webkit-transition: all 200ms;
  transition: all 200ms;
}
.center_shadow {
  -moz-box-shadow: 0 0 7px rgba(50, 50, 50, 0.3);
  -webkit-box-shadow: 0 0 7px rgba(50, 50, 50, 0.3);
  box-shadow: 0 0 7px rgba(50, 50, 50, 0.3);
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  -webkit-transition: all 200ms;
  transition: all 200ms;
}
.center_shadow:hover {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  -webkit-transition: all 200ms;
  transition: all 200ms;
}
.bottom_shadow {
  -moz-box-shadow: 0 2px 4px rgba(50, 50, 50, 0.3);
  -webkit-box-shadow: 0 2px 4px rgba(50, 50, 50, 0.3);
  box-shadow: 0 2px 4px rgba(50, 50, 50, 0.3);
}
.top_shadow {
  -moz-box-shadow: 0 0 12px 1px rgba(141, 142, 136, 0.7);
  -webkit-box-shadow: 0 0 12px 1px rgba(141, 142, 136, 0.7);
  box-shadow: 0 0 12px 1px rgba(141, 142, 136, 0.7);
}
.left_shadow {
  -moz-box-shadow: -1px 0 5px rgba(50, 50, 50, 0.25);
  -webkit-box-shadow: -1px 0 5px rgba(50, 50, 50, 0.25);
  box-shadow: -1px 0 5px rgba(50, 50, 50, 0.25);
}
.inset_shadow {
  -moz-box-shadow: inset 0 0 8px #000000;
  -webkit-box-shadow: inset 0 0 8px #000000;
  box-shadow: inset 0 0 8px #000000;
}
.inset_shadow_light {
  -moz-box-shadow: inset 0 0 16px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 0 0 16px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 0 16px rgba(0, 0, 0, 0.05);
}
.button_search aside {
  float: left;
}
.round_corner_2 {
  border-radius: 2px;
}
.round_corner_3 {
  border-radius: 3px;
}
.round_corner_4 {
  border-radius: 4px;
}
.hr {
  height: 1px;
  border: 0;
  width: 100%;
  float: left;
}
.hor_separator {
  width: 100%;
  float: left;
  height: 3px;
  background-color: #fff;
  border-bottom: 1px solid #000;
  border-top: 1px solid rgba(50, 50, 50, 0.6);
}
.cursor_pointer {
  cursor: pointer !important;
}
.blink {
  animation: blinker 1s linear infinite;
}
@keyframes blinker {
  50% {
    opacity: 0.5;
  }
}
.app_table {
  width: 100%;
  border-collapse: collapse;
}
.app_table thead {
  background-color: #0f1922;
  font-size: 12px;
  font-weight: 400;
  color: #d6d6d6;
  line-height: 21px;
}
.app_table thead tr td {
  padding: 10px;
}
.app_table tbody tr td {
  color: #fff;
  padding: 7px;
  font-size: 14px;
  font-weight: 400;
}
.app_table tbody tr td a {
  color: #d6d6d6;
  text-decoration: none;
}
.app_table tbody tr {
  background-color: #0f1922;
  border-bottom: 1px solid #323b42;
}
.app_table tbody tr:hover {
  background-color: #323b42;
  border-bottom: 1px solid #fff;
}
.sorting_icon {
  font-size: 10px;
  color: #fff;
  cursor: pointer;
  line-height: 11px;
}
.sorting_icon.active {
  color: orange;
}
.app_table_pager {
  float: right;
  margin-top: 30px;
}
.app_table_pager .pagination {
  float: left;
}
.app_table_pager .pagination .pageFromTotal {
  color: #fff;
  float: left;
  margin: 9px 10px 0 10px;
}
.app_table_pager .pagination .pageFromTotal span {
  color: #fff;
}
.app_table_pager .pagination .next,
.app_table_pager .pagination .prev {
  float: left;
  color: #fff;
  border-radius: 2px;
  background-color: #323b42;
  padding: 7px 10px;
  border: none;
  cursor: pointer;
}
.app_table_pager .pager_pages {
  float: right;
  margin-left: 30px;
}
.app_table_pager .pager_pages select {
  font-size: 16px;
  padding: 3px 10px;
  width: 70px;
  border-radius: 4pt;
}
.calendar_icon {
  float: left;
  font-size: 16px;
  color: orange;
}
.app_table tbody tr td div.ping_status {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  float: left;
  animation: blinker 2s linear infinite;
}
.app_table tbody tr td div.ping_status[itemvalue=true] {
  background-color: #2fec3f;
}
.app_table tbody tr td div.ping_status[itemvalue=false] {
  background-color: #f83636;
}
.edit_button {
  color: #fff !important;
  text-decoration: underline !important;
}
.page_wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #06101a;
}
.login_wrapper {
  position: absolute;
  z-index: 1;
  padding: 0 10px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 400px;
  box-sizing: border-box;
}
.login_wrapper input[type=email],
.login_wrapper input[type=password] {
  border: none;
  border-radius: 10pt;
  border: 1px solid #fff;
  padding: 20px;
  width: 100%;
  font-size: 14px;
  background-color: transparent;
  color: #fff;
  font-weight: 700;
  outline: transparent;
  offset: unset;
}
.login_wrapper button[disabled] {
  background-color: #b6b6b6;
  color: #fff;
  transition: 0.5s all;
}
.login_wrapper button {
  transition: 0.5s all;
}
.action_msg_wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 400px;
  box-sizing: border-box;
  padding: 0 10px;
}
@media only screen and (max-width: 400px) {
  .login_wrapper {
    width: 100%;
  }
  .action_msg_wrapper {
    width: 100%;
  }
  .cnt {
    width: 100%;
    margin: 30px 0 30px 0px;
  }
  .cnt_center {
    width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  .cnt {
    width: 100%;
    margin: 30px 0 30px 0px;
  }
  .cnt_center {
    width: 100%;
  }
}
.screen-margin {
  margin: 0 !important;
}
@media only screen and (max-width: 655px) {
  .screen-margin {
    margin: 0 auto !important;
    width: 300px;
  }
}

/* src/assets/css/controls.css */
label {
  float: left;
  width: 100%;
  margin: 0 0 5px 0;
  font-size: 12px;
  color: #fff;
}
.gray_btn {
  font-size: 16px;
  font-weight: bold;
  background-color: #323b42;
  color: #fff;
  border-radius: 10pt;
  border: none;
  padding: 20px;
  cursor: pointer;
  text-align: center;
}
.gray_btn_small {
  font-size: 12px;
  font-weight: bold;
  background-color: #323b42;
  color: #fff;
  border-radius: 6pt;
  border: none;
  padding: 10px;
  cursor: pointer;
  text-align: center;
}
.gray_btn_xs_small {
  font-size: 12px;
  font-weight: bold;
  background-color: #323b42;
  color: #fff;
  border-radius: 3pt;
  border: none;
  padding: 5px;
  cursor: pointer;
  text-align: center;
}
.white_btn {
  font-size: 16px;
  font-weight: bold;
  background-color: #fff;
  color: #06101a;
  border-radius: 10pt;
  border: none;
  padding: 20px;
  cursor: pointer;
}
.white_btn_small {
  font-size: 12px;
  font-weight: bold;
  background-color: #fff;
  color: #06101a;
  border-radius: 6pt;
  border: none;
  padding: 10px;
  cursor: pointer;
}
.white_btn_small_outline {
  font-size: 12px;
  font-weight: bold;
  background-color: transparent;
  color: #fff;
  border-radius: 6pt;
  border: none;
  padding: 11px 20px;
  cursor: pointer;
  border: 1px solid #fff;
}
.dark_btn {
  font-size: 16px;
  font-weight: bold;
  background-color: #323b42;
  color: #fff;
  border-radius: 10pt;
  border: none;
  padding: 20px;
  cursor: pointer;
}
.dark_btn_small {
  font-size: 12px;
  font-weight: bold;
  background-color: #323b42;
  color: #fff;
  border-radius: 10pt;
  border: none;
  padding: 10px;
  cursor: pointer;
}
.dark_btn_small_outline {
  font-size: 12px;
  font-weight: bold;
  background-color: #323b42;
  color: #fff;
  border-radius: 6pt;
  border: none;
  padding: 11px 20px;
  cursor: pointer;
  border: 1px solid #06101a;
}
.red_btn_small_outline {
  font-size: 12px;
  font-weight: bold;
  color: #cf1a23;
  border: 1px solid #cf1a23;
  background-color: transparent;
  border-radius: 2px;
  border: none;
  padding: 10px;
  cursor: pointer;
}
input[type=email],
input[type=password],
input[type=text],
input[type=number] {
  border: none;
  border-radius: 10pt;
  border: 1px solid #fff;
  padding: 20px;
  width: 100%;
  font-size: 14px;
  background-color: transparent;
  color: #fff;
  font-weight: 700;
}
input[type=email]:disabled,
input[type=password]:disabled,
input[type=text]:disabled,
input[type=number]:disabled {
  border: none;
  border-radius: 10pt;
  border: 1px solid #d6d6d6;
  padding: 20px;
  width: 100%;
  font-size: 14px;
  background-color: transparent;
  color: #d6d6d6;
  font-weight: 700;
}
input[type=search].tb_table_search {
  border: none;
  border-radius: 6pt;
  border: 1px solid #d6d6d6;
  padding: 8px;
  font-size: 14px;
  background-color: transparent;
  color: #d6d6d6;
  font-weight: 700;
}
select {
  border: none;
  border-radius: 10pt;
  border: 1px solid #fff;
  padding: 20px;
  width: 100%;
  font-size: 14px;
  background-color: transparent;
  color: #fff;
  font-weight: 700;
}
select option {
  font-size: 14px;
  color: #06101a;
}
button[disabled] {
  background-color: #323b42;
  color: #06101a;
  box-shadow: inset 0 0 16px rgba(238, 237, 237, 0.05);
  transition: 0.5s all;
}
button {
  transition: 0.5s all;
}
.bigCB {
  width: 26px;
  height: 26px;
}
.fb_btn {
  font-size: 16px;
  font-weight: bold;
  background-color: #3b5998;
  color: #fff;
  border-radius: 10pt;
  border: none;
  padding: 20px;
  cursor: pointer;
  text-align: center;
}
.google_btn {
  font-size: 16px;
  font-weight: bold;
  background-color: #ea4335;
  color: #fff;
  border-radius: 10pt;
  border: none;
  padding: 20px;
  cursor: pointer;
  text-align: center;
}
.apple_btn {
  font-weight: bold;
  background-color: #fff;
  color: #fff;
  border-radius: 10pt;
  border: none;
  padding: 20px;
  cursor: pointer;
  text-align: center;
}

/* src/assets/css/layout.css */
.box {
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.box_center {
  margin: 0 auto;
  display: table;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.box_title {
  width: 100%;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.flex_box_column {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-flow: column wrap;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  -webkit-align-content: center;
  -ms-align-content: center;
  align-content: center;
}
.flex_box_row {
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  justify-content: space-between;
  -ms-flex-flow: wrap;
  -webkit-flex-flow: wrap;
  flex-flow: wrap;
}
.flex_item {
  align-items: flex-start;
  justify-content: flex-start;
}
.flex_item img {
  width: 100%;
  float: left;
}
.clear_both {
  clear: both;
}
.clear_right {
  clear: right;
}
.clear_rleft {
  clear: left;
}
.float_right {
  float: right !important;
}
.position_fixed {
  position: fixed;
}
.position_relative {
  position: relative;
}
.position_absolute {
  position: absolute;
}
.display_table {
  display: table;
}
.display_hidden {
  display: none;
}
.height_auto {
  height: auto !important;
}
.display_inline {
  display: inline-block;
}
.no_padding {
  padding: 0 !important;
}
.padding_2 {
  padding: 2px !important;
}
.padding_3 {
  padding: 3px !important;
}
.padding_5 {
  padding: 5px !important;
}
.padding_7 {
  padding: 7px !important;
}
.padding_8 {
  padding: 8px !important;
}
.padding_9 {
  padding: 9px !important;
}
.padding_10 {
  padding: 10px !important;
}
.padding_15 {
  padding: 15px !important;
}
.padding_20 {
  padding: 20px !important;
}
.padding_25 {
  padding: 25px !important;
}
.padding_30 {
  padding: 30px !important;
}
.padding_top_2 {
  padding-top: 2px !important;
}
.padding_top_3 {
  padding-top: 3px !important;
}
.padding_top_5 {
  padding-top: 5px !important;
}
.padding_top_6 {
  padding-top: 6px !important;
}
.padding_top_7 {
  padding-top: 7px !important;
}
.padding_top_8 {
  padding-top: 8px !important;
}
.padding_top_9 {
  padding-top: 9px !important;
}
.padding_top_10 {
  padding-top: 10px !important;
}
.padding_top_15 {
  padding-top: 15px !important;
}
.padding_top_20 {
  padding-top: 20px !important;
}
.pad-top-40 {
  padding-top: 40px;
}
.padding_left_5 {
  padding-left: 5px !important;
}
.padding_left_10 {
  padding-left: 10px !important;
}
.padding_left_15 {
  padding-left: 15px !important;
}
.padding_left_20 {
  padding-left: 20px !important;
}
.padding_right_5 {
  padding-right: 5px !important;
}
.padding_right_10 {
  padding-right: 10px !important;
}
.padding_right_15 {
  padding-right: 15px !important;
}
.padding_right_20 {
  padding-right: 20px !important;
}
.padding_bottom_2 {
  padding-bottom: 2px !important;
}
.padding_bottom_3 {
  padding-bottom: 3px !important;
}
.padding_bottom_5 {
  padding-bottom: 5px !important;
}
.padding_bottom_10 {
  padding-bottom: 10px !important;
}
.padding_bottom_15 {
  padding-bottom: 15px !important;
}
.padding_bottom_20 {
  padding-bottom: 20px !important;
}
.padding_bottom_25 {
  padding-bottom: 25px !important;
}
.padding_bottom_30 {
  padding-bottom: 30px !important;
}
.padding_bottom_35 {
  padding-bottom: 35px !important;
}
.padding_bottom_40 {
  padding-bottom: 40px !important;
}
.no_margin {
  margin: 0 !important;
}
.margin_5 {
  margin: 5px !important;
}
.margin_10 {
  margin: 10px !important;
}
.margin_15 {
  margin: 15px !important;
}
.margin_20 {
  margin: 20px !important;
}
.margin_top_5 {
  margin-top: 5px !important;
}
.margin_top_10 {
  margin-top: 10px !important;
}
.margin_top_15 {
  margin-top: 15px !important;
}
.margin_top_20 {
  margin-top: 20px !important;
}
.margin_top_25 {
  margin-top: 25px !important;
}
.margin_top_30 {
  margin-top: 30px !important;
}
.margin_top_35 {
  margin-top: 35px !important;
}
.margin_top_40 {
  margin-top: 40px !important;
}
.margin_top_45 {
  margin-top: 45px !important;
}
.margin_bottom_1 {
  margin-bottom: 1px !important;
}
.margin_bottom_2 {
  margin-bottom: 2px !important;
}
.margin_bottom_3 {
  margin-bottom: 3px !important;
}
.margin_bottom_4 {
  margin-bottom: 4px !important;
}
.margin_bottom_5 {
  margin-bottom: 5px !important;
}
.margin_bottom_10 {
  margin-bottom: 10px !important;
}
.margin_bottom_15 {
  margin-bottom: 15px !important;
}
.margin_bottom_20 {
  margin-bottom: 20px !important;
}
.margin_bottom_25 {
  margin-bottom: 25px !important;
}
.margin_bottom_30 {
  margin-bottom: 30px !important;
}
.margin_left_3 {
  margin-left: 3px !important;
}
.margin_left_5 {
  margin-left: 5px !important;
}
.margin_left_10 {
  margin-left: 10px !important;
}
.margin_left_15 {
  margin-left: 15px !important;
}
.margin_left_20 {
  margin-left: 20px !important;
}
.margin_left_25 {
  margin-left: 25px !important;
}
.margin_left_30 {
  margin-left: 30px !important;
}
.margin_right_3 {
  margin-right: 3px !important;
}
.margin_right_5 {
  margin-right: 5px !important;
}
.margin_right_10 {
  margin-right: 10px !important;
}
.margin_right_15 {
  margin-right: 15px !important;
}
.margin_right_20 {
  margin-right: 20px !important;
}
.margin_right_25 {
  margin-right: 25px !important;
}
.margin_right_30 {
  margin-right: 30px !important;
}
.margin_right_50 {
  margin-right: 50px !important;
}
.margin_left_5_percent {
  margin-left: 5% !important;
}
.width_100_percent {
  width: 100% !important;
}
.width_95_percent {
  width: 5% !important;
}
.width_90_percent {
  width: 90% !important;
}
.width_85_percent {
  width: 85% !important;
}
.width_80_percent {
  width: 80% !important;
}
.width_75_percent {
  width: 75% !important;
}
.width_70_percent {
  width: 70% !important;
}
.width_65_percent {
  width: 65% !important;
}
.width_60_percent {
  width: 60% !important;
}
.width_40_percent {
  width: 40% !important;
}
.width_20_percent {
  width: 20% !important;
}
.width_25_percent {
  width: 25% !important;
}
.width_30_percent {
  width: 30% !important;
}
.width_33_percent {
  width: 33.3333% !important;
}
.width_35_percent {
  width: 35% !important;
}
.width_38_percent {
  width: 38% !important;
}
.width_45_percent {
  width: 45% !important;
}
.width_50_percent {
  width: 50% !important;
}
.width_15_percent {
  width: 15% !important;
}
.width_10_percent {
  width: 10% !important;
}
.width_5_percent {
  width: 5% !important;
}
.height_100_percent {
  height: 100% !important;
}
.height_600px {
  height: 600px !important;
}
.height_800px {
  height: 800px !important;
}
.width_300px {
  width: 300px !important;
}
.width_400px {
  width: 400px !important;
}
.width_500px {
  width: 500px !important;
}
.width_600px {
  width: 600px !important;
}
.width_700px {
  width: 700px !important;
}
.width_800px {
  width: 800px !important;
}
.width_900px {
  width: 900px !important;
}
.width_200px {
  width: 200px !important;
}
.width_250px {
  width: 250px !important;
}
.width_150px {
  width: 150px !important;
}
.width_100px {
  width: 100px !important;
}
.width_50px {
  width: 50px !important;
}
.width_30px {
  width: 30px !important;
}
.width_60px {
  width: 60px !important;
}
.border_none {
  border: none !important;
}
.remotes-header {
  width: 100%;
  height: 40px;
  line-height: 40px;
  vertical-align: middle;
  font-size: 20px;
}
.header-links {
  float: right;
}
.header-container {
  background-color: black;
}
.bg-white-op15 {
  background-color: rgba(255, 255, 255, 0.15);
  padding: 5px 20px 0 20px;
}
.popup-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: transparent;
  z-index: 1000;
}
.popup {
  position: absolute;
  right: 10px;
  top: 49px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 10px;
  background-color: #06101a;
  z-index: 2000;
}
.popup ul {
  list-style-type: none;
  width: 250px;
  margin: 0;
  padding: 12px 0 12px 0px;
  background-color: rgba(255, 255, 255, 0.03);
}
.popup li {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: 0px;
  padding: 0px;
}
.popup li a {
  display: block;
  padding: 0 24px;
  font-weight: bold;
  width: 100%;
  text-align: left;
}
.popup li a:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.content_status {
  padding-left: 24px;
}

/* src/assets/css/backcolors.css */
.background_color_white {
  background-color: #fff !important;
}
.background_color_black {
  background-color: #000 !important;
}
.background_color_teal {
  background-color: #009688 !important;
}
.background_color_green {
  background-color: #06824d !important;
}
.background_color_blue {
  background-color: #277bcf !important;
}
.background_color_green_blue {
  background-color: #3392ba;
}
.background_color_darker_blue {
  background-color: #0583c2 !important;
}
.background_color_violet {
  background-color: #281067 !important;
}
.background_color_marine {
  background-color: #005085 !important;
}
.background_color_marine2 {
  background-color: #134567 !important;
}
.background_color_red {
  background-color: red !important;
}
.background_color_orange {
  background-color: #fe8e16 !important;
}
.background_color_grey {
  background-color: #3b3636 !important;
}
.background_color_light_grey_1 {
  background-color: #f9f9f9 !important;
}
.background_color_light_grey {
  background-color: #eaeaea !important;
}
.background_color_dark_grey_1 {
  background-color: rgb(190, 189, 189) !important;
}
.background_color_dark_grey_2 {
  background-color: rgb(176, 174, 174) !important;
}
.background_color_dark_grey_3 {
  background-color: rgb(148, 148, 148) !important;
}
.background_color_dark_grey_4 {
  background-color: rgb(133, 133, 133) !important;
}
.background_color_dark_grey_5 {
  background-color: rgb(105, 105, 105) !important;
}
.background_color_lime {
  background-color: #EEFF41 !important;
}
.background_color_light_lime {
  background-color: #f1fb8e !important;
}

/* src/assets/css/text.css */
a {
  text-transform: none;
  text-decoration: none;
  color: inherit;
}
.text_align_center {
  text-align: center;
}
.text_align_right {
  text-align: right;
}
.text_normal {
  font-weight: normal;
}
.text_bold {
  font-weight: bold;
}
.text_italic {
  font-style: italic;
}
.text_decoration_none {
  text-decoration: none;
}
.text_uppercase {
  text-transform: uppercase;
}
.text_ellipsis {
  text-overflow: ellipsis;
}
.text_size_8 {
  font-size: 8px !important;
}
.text_size_9 {
  font-size: 9px !important;
}
.text_size_10 {
  font-size: 10px !important;
}
.text_size_11 {
  font-size: 11px !important;
}
.text_size_12 {
  font-size: 12px !important;
}
.text_size_13 {
  font-size: 13px !important;
}
.text_size_14 {
  font-size: 14px !important;
}
.text_size_16 {
  font-size: 16px !important;
}
.text_size_17 {
  font-size: 17px !important;
}
.text_size_18 {
  font-size: 18px !important;
}
.text_size_20 {
  font-size: 20px !important;
}
.text_size_22 {
  font-size: 22px !important;
}
.text_size_24 {
  font-size: 24px !important;
}
.text_size_26 {
  font-size: 26px !important;
}
.text_size_28 {
  font-size: 28px !important;
}
.text_size_30 {
  font-size: 30px !important;
}
.text_size_32 {
  font-size: 32px !important;
}
.text_size_34 {
  font-size: 34px !important;
}
.text_size_36 {
  font-size: 36px !important;
}
.text_size_38 {
  font-size: 38px !important;
}
.text_size_40 {
  font-size: 40px !important;
}
.text_color_lime {
  color: #EEFF41 !important;
}
.text_color_lime_dark {
  color: #d8eb15 !important;
}
.text_color_black {
  color: #000 !important;
}
.text_color_white {
  color: #fff !important;
}
.text_color_teal {
  color: #009688 !important;
}
.text_color_green_blue {
  color: #3392ba;
}
.text_color_green_blue2 {
  color: #4c6887;
}
.text_color_green_violet1 {
  color: #af93ce;
}
.text_color_green_violet2 {
  color: #8878a6;
}
.text_color_cyan {
  color: #00ffff !important;
}
.text_color_blue {
  color: #277bcf !important;
}
.text_color_red {
  color: red !important;
}
.text_color_orange {
  color: #fe8e16 !important;
}
.text_color_marine {
  color: #005085 !important;
}
.text_color_green {
  color: green !important;
}
.text_color_pink1 {
  color: #df79c6;
}
.text_color_gray {
  color: rgba(0, 0, 0, 0.4) !important;
}
.text_color_gray_4 {
  color: rgba(0, 0, 0, 0.5) !important;
}
.text_color_gray_1 {
  color: #eaeaea !important;
}
.text_color_gray_2 {
  color: #525252;
}
.text_color_gray_3 {
  color: #4a4a4a;
}
.text_color_lime label {
  color: #EEFF41 !important;
}
.text_color_lime_dark label {
  color: #d8eb15 !important;
}
.text_color_black label {
  color: #000 !important;
}
.text_color_white label {
  color: #fff !important;
}
.text_color_teal label {
  color: #009688 !important;
}
.text_color_cyan label {
  color: #00ffff !important;
}
.text_color_blue label {
  color: #049dea !important;
}
.text_color_red label {
  color: red !important;
}
.text_color_orange label {
  color: #fe8e16 !important;
}
.text_color_marine label {
  color: #005085 !important;
}
.text_color_green label {
  color: green !important;
}

/* src/styles.css */

/* angular:styles/global:styles */
/*# sourceMappingURL=styles.css.map */
