/*!
 * Bootstrap v4.1.0 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.mytq-btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  .mytq-btn {
    transition: none;
  }
}

.mytq-btn:hover, .mytq-btn:focus {
  text-decoration: none;
}

.mytq-btn:focus, .mytq-btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.mytq-btn.disabled, .mytq-btn:disabled {
  opacity: 0.65;
}

.mytq-btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.mytq-btn:not(:disabled):not(.disabled):active, .mytq-btn:not(:disabled):not(.disabled).active {
  background-image: none;
}

a.mytq-btn.disabled,
fieldset:disabled a.mytq-btn {
  pointer-events: none;
}

.mytq-btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.mytq-btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

.mytq-btn-primary:focus, .mytq-btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.mytq-btn-primary.disabled, .mytq-btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.mytq-btn-primary:not(:disabled):not(.disabled):active, .mytq-btn-primary:not(:disabled):not(.disabled).active,
.show > .mytq-btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}

.mytq-btn-primary:not(:disabled):not(.disabled):active:focus, .mytq-btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .mytq-btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.mytq-btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.mytq-btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

.mytq-btn-secondary:focus, .mytq-btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.mytq-btn-secondary.disabled, .mytq-btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.mytq-btn-secondary:not(:disabled):not(.disabled):active, .mytq-btn-secondary:not(:disabled):not(.disabled).active,
.show > .mytq-btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}

.mytq-btn-secondary:not(:disabled):not(.disabled):active:focus, .mytq-btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .mytq-btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.mytq-btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.mytq-btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

.mytq-btn-success:focus, .mytq-btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.mytq-btn-success.disabled, .mytq-btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.mytq-btn-success:not(:disabled):not(.disabled):active, .mytq-btn-success:not(:disabled):not(.disabled).active,
.show > .mytq-btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}

.mytq-btn-success:not(:disabled):not(.disabled):active:focus, .mytq-btn-success:not(:disabled):not(.disabled).active:focus,
.show > .mytq-btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.mytq-btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.mytq-btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

.mytq-btn-info:focus, .mytq-btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.mytq-btn-info.disabled, .mytq-btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.mytq-btn-info:not(:disabled):not(.disabled):active, .mytq-btn-info:not(:disabled):not(.disabled).active,
.show > .mytq-btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}

.mytq-btn-info:not(:disabled):not(.disabled):active:focus, .mytq-btn-info:not(:disabled):not(.disabled).active:focus,
.show > .mytq-btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.mytq-btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.mytq-btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}

.mytq-btn-warning:focus, .mytq-btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.mytq-btn-warning.disabled, .mytq-btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.mytq-btn-warning:not(:disabled):not(.disabled):active, .mytq-btn-warning:not(:disabled):not(.disabled).active,
.show > .mytq-btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}

.mytq-btn-warning:not(:disabled):not(.disabled):active:focus, .mytq-btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .mytq-btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.mytq-btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.mytq-btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

.mytq-btn-danger:focus, .mytq-btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.mytq-btn-danger.disabled, .mytq-btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.mytq-btn-danger:not(:disabled):not(.disabled):active, .mytq-btn-danger:not(:disabled):not(.disabled).active,
.show > .mytq-btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}

.mytq-btn-danger:not(:disabled):not(.disabled):active:focus, .mytq-btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .mytq-btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.mytq-btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.mytq-btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

.mytq-btn-light:focus, .mytq-btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.mytq-btn-light.disabled, .mytq-btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.mytq-btn-light:not(:disabled):not(.disabled):active, .mytq-btn-light:not(:disabled):not(.disabled).active,
.show > .mytq-btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

.mytq-btn-light:not(:disabled):not(.disabled):active:focus, .mytq-btn-light:not(:disabled):not(.disabled).active:focus,
.show > .mytq-btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.mytq-btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.mytq-btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

.mytq-btn-dark:focus, .mytq-btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.mytq-btn-dark.disabled, .mytq-btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.mytq-btn-dark:not(:disabled):not(.disabled):active, .mytq-btn-dark:not(:disabled):not(.disabled).active,
.show > .mytq-btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}

.mytq-btn-dark:not(:disabled):not(.disabled):active:focus, .mytq-btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .mytq-btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.mytq-btn-outline-primary {
  color: #007bff;
  background-color: transparent;
  background-image: none;
  border-color: #007bff;
}

.mytq-btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.mytq-btn-outline-primary:focus, .mytq-btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.mytq-btn-outline-primary.disabled, .mytq-btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}

.mytq-btn-outline-primary:not(:disabled):not(.disabled):active, .mytq-btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .mytq-btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.mytq-btn-outline-primary:not(:disabled):not(.disabled):active:focus, .mytq-btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .mytq-btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.mytq-btn-outline-secondary {
  color: #6c757d;
  background-color: transparent;
  background-image: none;
  border-color: #6c757d;
}

.mytq-btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.mytq-btn-outline-secondary:focus, .mytq-btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.mytq-btn-outline-secondary.disabled, .mytq-btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}

.mytq-btn-outline-secondary:not(:disabled):not(.disabled):active, .mytq-btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .mytq-btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.mytq-btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .mytq-btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .mytq-btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.mytq-btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745;
}

.mytq-btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.mytq-btn-outline-success:focus, .mytq-btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.mytq-btn-outline-success.disabled, .mytq-btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}

.mytq-btn-outline-success:not(:disabled):not(.disabled):active, .mytq-btn-outline-success:not(:disabled):not(.disabled).active,
.show > .mytq-btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.mytq-btn-outline-success:not(:disabled):not(.disabled):active:focus, .mytq-btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .mytq-btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.mytq-btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8;
}

.mytq-btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.mytq-btn-outline-info:focus, .mytq-btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.mytq-btn-outline-info.disabled, .mytq-btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

.mytq-btn-outline-info:not(:disabled):not(.disabled):active, .mytq-btn-outline-info:not(:disabled):not(.disabled).active,
.show > .mytq-btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.mytq-btn-outline-info:not(:disabled):not(.disabled):active:focus, .mytq-btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .mytq-btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.mytq-btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107;
}

.mytq-btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.mytq-btn-outline-warning:focus, .mytq-btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.mytq-btn-outline-warning.disabled, .mytq-btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

.mytq-btn-outline-warning:not(:disabled):not(.disabled):active, .mytq-btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .mytq-btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.mytq-btn-outline-warning:not(:disabled):not(.disabled):active:focus, .mytq-btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .mytq-btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.mytq-btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545;
}

.mytq-btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.mytq-btn-outline-danger:focus, .mytq-btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.mytq-btn-outline-danger.disabled, .mytq-btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}

.mytq-btn-outline-danger:not(:disabled):not(.disabled):active, .mytq-btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .mytq-btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.mytq-btn-outline-danger:not(:disabled):not(.disabled):active:focus, .mytq-btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .mytq-btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.mytq-btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
}

.mytq-btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.mytq-btn-outline-light:focus, .mytq-btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.mytq-btn-outline-light.disabled, .mytq-btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.mytq-btn-outline-light:not(:disabled):not(.disabled):active, .mytq-btn-outline-light:not(:disabled):not(.disabled).active,
.show > .mytq-btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.mytq-btn-outline-light:not(:disabled):not(.disabled):active:focus, .mytq-btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .mytq-btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.mytq-btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40;
}

.mytq-btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.mytq-btn-outline-dark:focus, .mytq-btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.mytq-btn-outline-dark.disabled, .mytq-btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

.mytq-btn-outline-dark:not(:disabled):not(.disabled):active, .mytq-btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .mytq-btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.mytq-btn-outline-dark:not(:disabled):not(.disabled):active:focus, .mytq-btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .mytq-btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.mytq-btn-link {
  font-weight: 400;
  color: #007bff;
  background-color: transparent;
}

.mytq-btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}

.mytq-btn-link:focus, .mytq-btn-link.focus {
  text-decoration: underline;
  border-color: transparent;
  box-shadow: none;
}

.mytq-btn-link:disabled, .mytq-btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.mytq-btn-lg, .mytq-btn-group-lg > .mytq-btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.mytq-btn-sm, .mytq-btn-group-sm > .mytq-btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.mytq-btn-block {
  display: block;
  width: 100%;
}

.mytq-btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.mytq-btn-sett {
  width: 29px;
  height: 29px;
  border: 0px transparent;
  border-radius: 0px;
  background: #007bff;
  font-size: 18px !important;
  padding: 5px !important;
  color: #f8f9fa;
}

.mytq-btn-copy {
  width: 29px;
  height: 29px;
  border: 0px transparent;
  border-radius: 0px;
  background: #28a745;
  font-size: 18px !important;
  padding: 5px !important;
  color: #f8f9fa;
}

.mytq-btn-add {
  height: 29px;
  width: 29px;
  border: 0px transparent;
  border-radius: 0px;
  background: #10ac84;
  font-size: 18px !important;
  padding: 5px !important;
  color: #f8f9fa;
}

.mytq-btn-remove {
  height: 29px;
  width: 29px;
  border: 0px transparent;
  border-radius: 0px;
  background: #ee5253;
  font-size: 18px !important;
  padding: 5px !important;
  color: #f8f9fa;
}

.mytq-btn-delete {
  height: 29px;
  width: 29px;
  border: 0px transparent;
  border-radius: 0px;
  background: #dc3545;
  font-size: 18px !important;
  padding: 5px !important;
  color: #f8f9fa;
}

.mytq-btn-move {
  height: 29px;
  width: 29px;
  border: 0px transparent;
  border-radius: 0px;
  background: #6c757d;
  font-size: 18px !important;
  padding: 5px !important;
  color: #f8f9fa;
  cursor: -webkit-grab !important;
  cursor: grab !important;
}

.mytq-left-btns {
  height: 100%;
  position: relative;
}

.mytq-left-btns.hover, .mytq-left-btns:hover {
  color: aquamarine;
}

.mytq-btn-display {
  line-height: 30px;
  text-decoration: none;
  color: #777;
  border-right: 1px solid #282828;
  padding: 7px;
  height: 30px;
  display: block;
  float: left;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
}

.mytq-btn-display:hover {
  color: aquamarine;
}

.mytq-btn-display.active, .mytq-btn-display:active {
  color: aquamarine;
}

.mytq-left-btn {
  text-align: center;
  height: 40px;
  position: relative;
  overflow: hidden;
  font-size: 20px;
  line-height: 20px;
  text-decoration: none;
  width: 100%;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15);
  display: block;
  color: #777;
  padding: 8px 0 8px 0;
  border-bottom: 1px solid #282828;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
}

.mytq-left-btn.hover, .mytq-left-btn:hover {
  color: aquamarine;
}

.mytq-left-btn-active {
  background: #444;
  box-shadow: 3px 0px aquamarine inset !important;
  color: #fff;
}

a.mytq-left-btn-hover {
  background: rgba(255, 255, 255, 0.05);
  color: aquamarine;
  border-color: #282828;
}

.mytq-btn-transparent {
  background: transparent;
  color: #f8f9fa;
}

.mytq-collapse-menu {
  background: transparent;
  color: #f8f9fa;
  border: 0px;
  flex-grow: 1;
  display: flex;
  align-items: flex-end;
  padding-bottom: 90px;
  align-self: center;
}

.mytq-btn-align {
  border: 0px transparent;
  border-radius: 0px;
  background: #343a40;
  padding-bottom: 2px !important;
  color: #f8f9fa;
}

.mytq-btn-copy-delete {
  border-radius: 100%;
  background: red;
  height: 20px;
  width: 20px;
}

.material-icons.btn {
  padding-top: 5px !important;
}

.mytq-btn-columns {
  background: transparent;
  border: 2px dashed #fff;
  border-radius: 0px;
  color: #fff;
  margin-bottom: 2px;
}

.mytq-btn-columns.active {
  background: rgba(5, 133, 255, 0.5);
  border: 2px dashed #fff;
  border-radius: 0px;
  color: #fff;
}

.mytq-btn-columns:hover {
  background: rgba(5, 133, 255, 0.5);
  border: 2px dashed #fff;
  border-radius: 0px;
  color: #fff;
}

.mytq-btn-supr {
  color: red;
  position: absolute;
  background: white;
  right: -12px;
  top: -12px;
  border-radius: 100%;
}

.mytq-btn-cancel {
  color: #fff;
  background-color: #ff6b6b;
  border-color: #dc3545;
}

.mytq-btn-cancel:hover {
  background-color: #dc3545;
  border-color: #ff6b6b;
}

.mytq-btn-apply {
  color: #fff;
  background-color: #75b7ff;
  border-color: #2f92ff;
}

.mytq-btn-apply:hover {
  background-color: #2f92ff;
  border-color: #75b7ff;
}

.mytq-btn-rounded {
  padding: 0px;
  border-radius: 100%;
  background-color: white;
}

.mytq-btn-group,
.mytq-btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

.mytq-btn-group > .mytq-btn,
.mytq-btn-group-vertical > .mytq-btn {
  position: relative;
  flex: 0 1 auto;
}

.mytq-btn-group > .mytq-btn:hover,
.mytq-btn-group-vertical > .mytq-btn:hover {
  z-index: 1;
}

.mytq-btn-group > .mytq-btn:focus, .mytq-btn-group > .mytq-btn:active, .mytq-btn-group > .mytq-btn.active,
.mytq-btn-group-vertical > .mytq-btn:focus,
.mytq-btn-group-vertical > .mytq-btn:active,
.mytq-btn-group-vertical > .mytq-btn.active {
  z-index: 1;
}

.mytq-btn-group .mytq-btn + .mytq-btn,
.mytq-btn-group .mytq-btn + .mytq-btn-group,
.mytq-btn-group .mytq-btn-group + .mytq-btn,
.mytq-btn-group .mytq-btn-group + .mytq-btn-group,
.mytq-btn-group-vertical .mytq-btn + .mytq-btn,
.mytq-btn-group-vertical .mytq-btn + .mytq-btn-group,
.mytq-btn-group-vertical .mytq-btn-group + .mytq-btn,
.mytq-btn-group-vertical .mytq-btn-group + .mytq-btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.mytq-btn-group > .mytq-btn:first-child {
  margin-left: 0;
}

.mytq-btn-group > .mytq-btn:not(:last-child):not(.dropdown-toggle),
.mytq-btn-group > .mytq-btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.mytq-btn-group > .mytq-btn:not(:first-child),
.mytq-btn-group > .mytq-btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

.mytq-btn-sm + .dropdown-toggle-split, .mytq-btn-group-sm > .mytq-btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.mytq-btn-lg + .dropdown-toggle-split, .mytq-btn-group-lg > .mytq-btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.mytq-btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.mytq-btn-group-vertical .mytq-btn,
.mytq-btn-group-vertical .mytq-btn-group {
  width: 100%;
}

.mytq-btn-group-vertical > .mytq-btn + .mytq-btn,
.mytq-btn-group-vertical > .mytq-btn + .mytq-btn-group,
.mytq-btn-group-vertical > .mytq-btn-group + .mytq-btn,
.mytq-btn-group-vertical > .mytq-btn-group + .mytq-btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.mytq-btn-group-vertical > .mytq-btn:not(:last-child):not(.mytq-dropdown-toggle),
.mytq-btn-group-vertical > .mytq-btn-group:not(:last-child) > .mytq-btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.mytq-btn-group-vertical > .mytq-btn:not(:first-child),
.mytq-btn-group-vertical > .mytq-btn-group:not(:first-child) > .mytq-btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.mytq-btn-group-toggle > .mytq-btn,
.mytq-btn-group-toggle > .mytq-btn-group > .mytq-btn {
  margin-bottom: 0;
}

.mytq-btn-group-toggle > .mytq-btn input[type="radio"],
.mytq-btn-group-toggle > .mytq-btn input[type="checkbox"],
.mytq-btn-group-toggle > .mytq-btn-group > .mytq-btn input[type="radio"],
.mytq-btn-group-toggle > .mytq-btn-group > .mytq-btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.mytq-list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.mytq-list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.mytq-list-group-item-action:hover, .mytq-list-group-item-action:focus {
  color: #495057;
  text-decoration: none;
  background-color: rgba(248, 249, 250, 0.05);
}

.mytq-list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.mytq-list-group-item {
  position: relative;
  display: block;
  padding: 0.15rem 0.2rem;
  margin-bottom: -1px;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.0725);
}

.mytq-list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.mytq-list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.mytq-list-group-item:hover, .mytq-list-group-item:focus {
  z-index: 1;
  text-decoration: none;
}

.mytq-list-group-item.disabled, .mytq-list-group-item:disabled {
  color: #6c757d;
  background-color: #fff;
}

.mytq-list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.mytq-list-group-flush .mytq-list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.mytq-list-group-flush:first-child .mytq-list-group-item:first-child {
  border-top: 0;
}

.mytq-list-group-flush:last-child .mytq-list-group-item:last-child {
  border-bottom: 0;
}

.mytq-list-group-item-primary {
  color: #004085;
  background-color: rgba(184, 218, 255, 0.1);
}

.mytq-list-group-item-primary.mytq-list-group-item-action:hover, .mytq-list-group-item-primary.mytq-list-group-item-action:focus {
  color: #004085;
  background-color: rgba(184, 218, 255, 0.1);
}

.mytq-list-group-item-primary.mytq-list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}

.mytq-list-group-item-secondary {
  color: #383d41;
  background-color: rgba(195, 212, 238, 0.1);
}

.mytq-list-group-item-secondary.mytq-list-group-item-action:hover, .mytq-list-group-item-secondary.mytq-list-group-item-action:focus {
  color: #383d41;
  background-color: rgba(195, 212, 238, 0.1);
}

.mytq-list-group-item-secondary.mytq-list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

.mytq-list-group-item-success {
  color: #155724;
  background-color: rgba(174, 251, 191, 0.1);
}

.mytq-list-group-item-success.mytq-list-group-item-action:hover, .mytq-list-group-item-success.mytq-list-group-item-action:focus {
  color: #155724;
  background-color: rgba(174, 251, 191, 0.1);
}

.mytq-list-group-item-success.mytq-list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

.mytq-list-group-item-info {
  color: #0c5460;
  background-color: rgba(170, 244, 255, 0.1);
}

.mytq-list-group-item-info.mytq-list-group-item-action:hover, .mytq-list-group-item-info.mytq-list-group-item-action:focus {
  color: #0c5460;
  background-color: rgba(170, 244, 255, 0.1);
}

.mytq-list-group-item-info.mytq-list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.mytq-list-group-item-warning {
  color: #856404;
  background-color: rgba(255, 238, 186, 0.1);
}

.mytq-list-group-item-warning.mytq-list-group-item-action:hover, .mytq-list-group-item-warning.mytq-list-group-item-action:focus {
  color: #856404;
  background-color: rgba(255, 238, 186, 0.1);
}

.mytq-list-group-item-warning.mytq-list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

.mytq-list-group-item-danger {
  color: #721c24;
  background-color: rgba(255, 188, 195, 0.1);
}

.mytq-list-group-item-danger.mytq-list-group-item-action:hover, .mytq-list-group-item-danger.mytq-list-group-item-action:focus {
  color: #721c24;
  background-color: rgba(255, 188, 195, 0.1);
}

.mytq-list-group-item-danger.mytq-list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

.mytq-list-group-item-light {
  color: #818182;
  background-color: rgba(252, 252, 255, 0.1);
}

.mytq-list-group-item-light.mytq-list-group-item-action:hover, .mytq-list-group-item-light.mytq-list-group-item-action:focus {
  color: #818182;
  background-color: rgba(252, 252, 255, 0.1);
}

.mytq-list-group-item-light.mytq-list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

.mytq-list-group-item-dark {
  color: #1b1e21;
  background-color: rgba(171, 200, 230, 0.1);
}

.mytq-list-group-item-dark.mytq-list-group-item-action:hover, .mytq-list-group-item-dark.mytq-list-group-item-action:focus {
  color: #1b1e21;
  background-color: rgba(171, 200, 230, 0.1);
}

.mytq-list-group-item-dark.mytq-list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.mytq-list-group-item-hotelname {
  font-size: 0.8rem;
  font-weight: bold;
  color: #d4d4e3;
  margin-bottom: 1px;
}

.mytq-list-group-item-hoteladdress {
  font-size: 0.7rem;
  color: #bebebe;
  margin-bottom: 1px;
}

.mytq-nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.mytq-nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

.mytq-nav-link:hover, .mytq-nav-link:focus {
  text-decoration: none;
}

.mytq-nav-link.disabled {
  color: #6c757d;
}

.mytq-nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.mytq-nav-tabs .mytq-nav-item {
  margin-bottom: -1px;
}

.mytq-nav-tabs .mytq-nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.mytq-nav-tabs .mytq-nav-link:hover, .mytq-nav-tabs .mytq-nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}

.mytq-nav-tabs .mytq-nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.mytq-nav-tabs .mytq-nav-link.active,
.mytq-nav-tabs .mytq-nav-item.show .mytq-nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

.mytq-nav-tabs .mytq-dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.mytq-nav-pills .mytq-nav-link {
  border-radius: 0;
}

.mytq-nav-pills .mytq-nav-link.active,
.mytq-nav-pills .show > .mytq-nav-link {
  color: #fff;
  background-color: #007bff;
}

.mytq-nav-fill .mytq-nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.mytq-nav-justified .mytq-nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.mytq-tab-content > .mytq-tab-pane {
  display: none;
}

.mytq-tab-content > .mytq-active {
  display: block;
}

.mytq-header-nav {
  border-bottom: 1px solid gray;
}

.mytq-header-nav.mytq-nav-tabs .mytq-nav-link.active, .mytq-header-nav .mytq-nav-tabs .mytq-nav-item.show .mytq-nav-link {
  color: aquamarine;
  background-color: #333;
  border-color: gray gray #333;
}

.mytq-nav-link-title {
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 130px;
  display: inline-block;
  white-space: nowrap;
  font-size: 0.87rem !important;
}

.mytq-nav-link-delete {
  color: #dc3545;
  margin-left: 15px;
  line-height: 1.3 !important;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px);
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

select.form-control-sm:not([size]):not([multiple]) {
  height: calc(1.8125rem + 2px);
}

.form-control-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control-lg:not([size]):not([multiple]) {
  height: calc(2.875rem + 2px);
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.8);
  border-radius: .2rem;
}

.was-validated .form-control:valid, .form-control.is-valid, .was-validated
.custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745;
}

.was-validated .form-control:valid:focus, .form-control.is-valid:focus, .was-validated
.custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip, .was-validated
.custom-select:valid ~ .valid-feedback,
.was-validated
.custom-select:valid ~ .valid-tooltip,
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}

.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  background-color: #71dd8a;
}

.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: #34ce57;
}

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-label::before, .custom-file-input.is-valid ~ .custom-file-label::before {
  border-color: inherit;
}

.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.8);
  border-radius: .2rem;
}

.was-validated .form-control:invalid, .form-control.is-invalid, .was-validated
.custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545;
}

.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus, .was-validated
.custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip, .was-validated
.custom-select:invalid ~ .invalid-feedback,
.was-validated
.custom-select:invalid ~ .invalid-tooltip,
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  background-color: #efa2a9;
}

.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  background-color: #e4606d;
}

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label::before, .custom-file-input.is-invalid ~ .custom-file-label::before {
  border-color: inherit;
}

.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

form hr {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 0.4rem;
  margin-bottom: 0.7rem;
}

.mytq-drpiker-dayname {
  display: inline-block;
  width: 14.28%;
  text-align: right;
  padding-right: 1rem;
  margin-bottom: .5rem;
  color: #17a2b8;
}

/*.mytq-drpiker-day {
    display: inline-block;
    width: 14.28%;
    text-align: right;
} */
.mytq-drpiker-day {
  display: inline-block;
  width: 14.28%;
  text-align: center;
  font-size: 1rem;
  color: #6c757d;
  padding-bottom: 4px;
  padding-top: 4px;
}

.mytq-drpicker-monthName {
  font-size: 1.3rem;
  margin-bottom: .5rem;
  text-align: center;
  color: #17a2b8;
  font-variant-caps: all-small-caps;
}

.mytq-drpicker-monthName .mytq-drpicker-monthName-name, .mytq-drpicker-monthName .mytq-drpicker-monthName-year {
  display: inline-block;
}

.mytq-drpicker-monthName-year {
  color: #17a2b8;
}

.mytq-drpicker-monthName-prevmonth, .mytq-drpicker-monthName-nextmonth {
  padding-left: 1rem;
  padding-right: 1rem;
  color: #17a2b8;
}

.mytq-drpicker-monthName-year {
  margin-left: .5rem;
}

.mytq-drpiker-day.selected {
  background-color: #17a2b8;
  color: #fff;
  background-color: #e0e0e0;
  color: #6c757d;
  font-weight: bold !important;
}

.mytq-drpiker-day.fselected {
  background: #28a745 !important;
  color: white;
}

.mytq-drpiker-day.lselected {
  background: #007bff !important;
  color: white;
}

.mytq-drpiker-monthCal {
  background-color: #f8f9fa;
  padding: 5px;
}

.mytq-drpiker-montContainer {
  width: 100%;
  display: inline-block;
  padding: 0px;
}

.mytq-drpiker-day.mytq-drpiker-sunday {
  color: #6c757d;
}

.mytq-drpiker-day.actual {
  background-color: #28a745;
  color: white;
  font-weight: bold;
}

.mytq-front-info-daterangepiker-results, .mytq-front-daterangepiker {
  display: inline-block;
  width: 50%;
}

.mytq-front-info-daterangepiker-results {
  background-color: #17a2b8;
  color: #f8f9fa;
  padding: 1rem;
  text-align: center;
  position: relative;
  padding-top: 50px;
}

.display-5 {
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 0.95;
}

.display-6 {
  font-size: 2rem;
  font-weight: 150;
  line-height: 0.95;
}

.mytq-front-fromtotitle {
  color: #63d9ec;
  font-size: 1.4rem;
}

.mytq-front-daterangepiker-close {
  position: absolute;
  left: .5rem;
  top: .5rem;
  border: 1px solid #f8f9fa;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  padding-top: 7px;
  z-index: 10002;
}

.mytq-front-daterangepiker-close a {
  color: #f8f9fa;
}

@media (max-width: 415px) {
  .mytq-front-info-daterangepiker-results, .mytq-front-daterangepiker {
    width: 100%;
    padding-top: 1rem;
  }
  .mytq-front-daterangepiker {
    min-height: 400px;
  }
  .mytq-front-daterangepiker-close {
    right: unset;
    bottom: -57vh;
    left: unset;
    border: 1px solid #17a2b8;
    top: unset;
    left: calc(50% - 20px);
  }
  .mytq-front-daterangepiker-close a {
    color: #17a2b8;
  }
}

@media (max-width: 767.98px) {
  .mytq-front-daterange-picker {
    position: fixed;
    top: 0px;
    width: 100%;
    left: 0px;
    bottom: 0px;
    background-color: #f8f9fa;
    z-index: 10001;
    transition: 0.5s;
  }
}

@media (max-height: 412px) {
  .mytq-front-daterange-picker {
    position: fixed;
    top: 0px;
    width: 100%;
    left: 0px;
    bottom: 0px;
    background-color: #f8f9fa;
    z-index: 10001;
    transition: 0.5s;
  }
}

.mytq-front-daterange {
  line-height: 1px !important;
}

.mytq-Front-results-list {
  height: 60vh;
  overflow: hidden;
  overflow-y: auto;
  background: white;
}

.mytq-Front-results-list .list-group-item {
  width: 100%;
  padding: 0.3rem !important;
  font-size: .9rem;
  border: 0px;
}

.mytq-Front-results-list ul li a {
  color: #333;
  display: block;
}

.mytq-Front-results-list ul li:hover {
  background: #007bff;
  color: white;
  cursor: pointer;
}

.mytq-Front-results-list ul li:hover a {
  color: white;
  text-decoration: none;
}

.mytq-Front-results-head {
  background: #eee;
  padding: 4px;
}

.mytq-front-searchplaces-close {
  display: none;
}

@media (max-width: 767.98px) {
  .mytq-front-searchplaces-close {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .mytq-front-splash-search-places {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: .5rem;
    background: white;
    bottom: -1rem;
    z-index: 10100;
  }
  .mytq-front-splash-search-places .mytq-front-searchplaces-close {
    bottom: 20px;
    left: 45%;
    display: block;
    position: absolute;
    border: 1px solid #17a2b8;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    padding-top: 7px;
    z-index: 100002;
    color: #17a2b8;
    text-align: center;
  }
  .mytq-front-splash-search-places .mytq-front-searchplaces-close a {
    color: #17a2b8;
  }
  .mytq-front-splash-search-places label {
    color: #333 !important;
  }
  .mytq-front-splash-search-places .tmp01 {
    border: 0px;
  }
}

/* You can add global styles to this file, and also import other style files */
html {
  font-family: 'Open Sans', sans-serif, Verdana, Tahoma, sans-serif;
  font-size: 16px;
}

.mytq-main-container {
  height: 100%;
  margin: 0px;
  padding: 0px;
}

.mytq-slide-config {
  margin-bottom: 20px;
  border: 1px solid gray;
  padding-top: 25px;
  background: #333;
  position: relative;
  margin-top: 10px;
}

.mytq-draggable-video {
  padding-bottom: 5px;
  padding-top: 5px;
}

.mytq-draggable-slide {
  padding-bottom: 5px;
  padding-top: 5px;
}

.mytq-draggable-delete {
  font-size: 9px;
  position: absolute;
  float: right;
  top: -2px;
  left: 45px;
  border-radius: 1rem;
  background: tomato;
  border: 0px;
  color: #f8f9fa;
}

.builder-draggable {
  border: 1px dotted lightgray;
  /* display: inline-block; */
  position: relative;
  padding: 0px;
  min-height: 30px;
}

.builder-transparent-border-important {
  border: 1px dotted transparent !important;
}

.builder-draggable-hover {
  position: relative;
  border: 1px solid #6c757d !important;
  box-shadow: 0px 0px 7px grey;
}

.builder-draggable-hover > .builder-drag-handler {
  display: block;
  z-index: 1019;
}

.builder-drag-handler {
  position: absolute;
  left: -1px;
  top: 0px;
  background-color: #576574;
  color: #f8f9fa;
  font-size: 0.8rem;
  display: none;
  text-align: left;
  white-space: nowrap;
}

.mytq-draggable-handler {
  cursor: -webkit-grab;
  cursor: grab;
  display: inline-block;
}

.mytq-drag-handler-tittle {
  position: absolute;
  top: -22px;
  padding: 3px 7px;
  background-color: #6c757d;
  padding-bottom: 0px;
  border-radius: 3px 3px 0px 0px;
  white-space: nowrap;
}

.mytq-top-bar {
  padding: 3px;
  background: #333;
  position: fixed;
  width: 100%;
  height: 40px;
  z-index: 1040;
  color: #eee;
  border-bottom: 1px solid #282828;
}

.mytq-top-bar .dropdown-menu {
  background-color: #333;
  min-width: unset;
  padding: 0.4rem;
}

.mytq-top-bar .dropdown-menu a {
  color: #777;
}

.mytq-left-bar {
  position: fixed;
  top: 40px;
  width: 40px;
  height: 100%;
  background: #333;
  z-index: 1020;
  /* border-right: 1px solid #282828; */
}

.mytq-bottom-bar {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 40px;
  z-index: 1200;
  background: #333;
  border-top: 1px solid #282828;
  color: #999;
}

.menunavbar {
  position: fixed;
  z-index: 1000;
  padding-top: 10px;
  margin-right: 13px;
  right: 0;
}

.mytq-confmenu {
  position: fixed;
  background-color: #343a40;
  color: #f8f9fa;
  left: -4000px;
  z-index: 1000;
  height: 100%;
  margin-top: -10px;
  margin-left: 40px;
  padding-top: 10px;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -o-transition: all .2s ease;
  -ms-transition: all .2s ease;
  transition: all .2s ease;
}

.mytq-sidemenu {
  display: flex;
  flex-direction: column;
  background-color: #444;
  color: #f8f9fa;
  padding-right: 15px !important;
  padding-left: 10px !important;
  padding-bottom: 50px;
  padding-top: 10px;
  position: fixed;
  height: 100%;
  width: 150px;
  left: 0;
  margin-top: -10px;
  margin-left: 40px;
  box-sizing: content-box;
  text-align: center;
  overflow: scroll;
}

.mytq-sidemenu-left {
  position: fixed;
  background-color: #444;
  color: whitesmoke;
  left: -4000px;
  z-index: 1000;
  height: 100%;
  margin-top: -10px;
  margin-left: 40px;
  padding-top: 10px;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -o-transition: all .2s ease;
  -ms-transition: all .2s ease;
  transition: all .2s ease;
}

.mytq-builder-reboot {
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
}

.mytq-build-logo {
  color: aquamarine;
  line-height: 1.3;
  font-size: 28px;
  text-align: left;
}

.mytq-collapse-menu {
  background: transparent;
  color: whitesmoke;
  border: 0px;
  flex-grow: 1;
  display: flex !important;
  align-items: flex-end !important;
  padding-bottom: 90px;
  align-self: center;
}

.mytq-build-name {
  color: #f8f9fa;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  line-height: 2;
}

.mytq-lightmenu {
  background-color: #444;
  color: #333;
  padding-right: 3px !important;
  padding-left: 3px !important;
  padding-bottom: 50px;
  position: fixed !important;
  height: 100%;
  width: 40px !important;
  left: 0;
  display: flex;
  margin-top: -10px;
  margin-left: 40px;
  box-sizing: content-box;
  text-align: center;
  flex-direction: column;
}

.mytq-body {
  background: #ebebeb;
}

.lightdragableComponent {
  /* margin: 2px; */
  color: #f8f9fa;
  background: transparent;
  /* margin-top: 5px; */
  /* margin-bottom: 2px; */
  text-align: center;
  height: 40px;
  position: relative;
  overflow: hidden;
  font-size: 20px;
  line-height: 20px;
  text-decoration: none;
  /* width: 100%; */
  /* text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15); */
  display: block;
  padding: 5px 5px 5px 5px;
  border-bottom: 1px solid #282828;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
}

.lightdragableComponent > .mytq-draggable-button > .mytq-name-component {
  display: none;
}

.lightdragableComponent:hover {
  color: aquamarine;
}

.mytq-container-col {
  padding: 0px !important;
}

.designScreen {
  /* box-shadow: 0 0 5px rgba(50,50,50,.3); */
  background-color: #ebebeb;
  /*min-height: 590px;*/
  padding-left: 200px;
  margin-top: 50px;
  margin-left: 20px;
}

.dragableComponent {
  display: inline-block;
  width: 100%;
  height: auto;
  min-height: 30px;
  /* border: 1px solid gray; */
  margin: 2px;
  text-align: center;
  font-size: 16px;
  color: #f8f9fa;
  box-sizing: border-box;
  background: transparent;
  margin-top: 5px;
  margin-bottom: 10px;
}

body {
  margin: 0px;
  border: 0px;
  padding: 0px;
}

.scroll-menu {
  margin-top: 10px;
}

.builder-container, .builder-columns, .builder-link {
  min-height: 30px;
  /*
  width: 100%;
  background-color: rgba(0,128,0,.2);
  box-sizing: border-box;*/
}

.builder-container-columns {
  width: 100%;
}

.siter-link {
  display: block;
}

.siter-columns {
  padding: 5px;
  display: inline-block;
}

.builder-main-container {
  display: block;
  box-sizing: border-box;
}

.builder-draggingover {
  border: 1px dashed teal !important;
  background-color: rgba(0, 128, 128, 0.425) !important;
}

.initial-draggingover {
  text-align: center;
  padding: 20px;
}

.builder-dummy-droppable {
  border: 1px solid transparent;
  height: 8px;
  margin: 1px;
}

.builder-dummy-droppable.mytq-builder-no-elements::before {
  content: '';
  height: 100%;
  vertical-align: middle;
  display: inline-block;
}

.builder-draggable-border {
  border: 1px dotted lightgray;
}

.site-element {
  border: 1px solid transparent;
}

.mytq-component-text {
  border: 0px transparent;
  border-style: dashed;
}

#thebody {
  padding-bottom: 70px;
}

.mytq-notify-copy {
  position: absolute;
  top: -1px;
  left: 20px;
  font-size: 10px;
  padding: 1px 4px 0px 4px;
  margin: 0px;
}

.mytq-video {
  padding: 0px;
  border: none;
}

@media (min-width: 1200px) {
  .mytq-bg-zoom {
    transition: all 0.5s ease;
    background-size: 100% !important;
    background-position-x: center !important;
    background-position-y: center !important;
  }
  .mytq-bg-zoom:hover {
    background-size: 113% !important;
  }
}

@media (min-width: 992px) {
  .mytq-bg-zoom {
    transition: all 0.5s ease;
    background-size: cover !important;
    background-position-x: center !important;
    background-position-y: center !important;
  }
}

@media (max-width: 575px) {
  .mytq-bg-zoom {
    transition: all 0.5s ease;
    background-size: cover !important;
    background-position-x: center !important;
    background-position-y: center !important;
  }
}

.mytq-name-component {
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 10px;
}

.mytq-name-feature {
  text-align: left;
  padding-bottom: 5px;
  color: aquamarine;
  font-size: 1rem;
}

.alert-success {
  text-align: center;
}

.mytq-no-gutters-margin {
  margin: 5px !important;
}

.mytq-sett-right {
  text-align: right;
  float: right;
}

.left {
  float: left;
}

.modal-content {
  background: #343a40;
  color: #f8f9fa;
}

.modal-title {
  color: aquamarine;
}

.mytq-align-content {
  font-size: 18px !important;
  padding-top: 1px !important;
  padding-bottom: 1px !important;
}

.mytq-tabs-container {
  border: 1px solid;
  border-top: 0px;
  border-color: gray;
  background: #333;
  padding: 15px;
}

.mytq-sett-borders {
  border: 4px #75b7ff;
  width: 200px;
  margin: 0px 5px 5px 5px;
  height: 25px;
}

.mytq-border-dropdown {
  right: 0;
  left: unset;
  max-height: 200px;
  overflow-y: auto;
}

.mytq-sp-placer {
  height: 31px !important;
  padding: 4px !important;
  border: solid 1px #d4dadf !important;
  border-left: 0px !important;
  border-bottom-right-radius: 4px !important;
  background: #fff !important;
  color: #333 !important;
  border-top-right-radius: 4px !important;
}

.mytq-control-color-picker {
  border-bottom-right-radius: 0px !important;
  border-top-right-radius: 0px !important;
}

.mytq-list-results {
  position: absolute;
  background-color: white;
  border: 1px solid black;
  border-top: none;
  width: 100%;
  z-index: 2;
  max-height: 200px;
  overflow-y: scroll;
}

.mytq-sidemenu::-webkit-scrollbar {
  display: block;
  width: 7px;
  overflow: auto;
}

.mytq-sidemenu::-webkit-scrollbar-thumb {
  background: aquamarine;
  border-radius: 5px;
}

body::-webkit-scrollbar {
  display: block;
  width: 7px;
  overflow: auto;
}

body::-webkit-scrollbar-thumb {
  background: aquamarine;
  border-radius: 5px;
}

body::-webkit-scrollbar-track-piece {
  background: #333;
}

.card-columns .mytq-envelope-card {
  display: flex;
  flex: 1 0 0%;
}

.card-deck .mytq-envelope-card {
  display: flex;
  flex: 1 0 0%;
}

.notch {
  display: none;
}

.mytq-mobile-preview-tl, .mytq-mobile-preview-tr, .mytq-mobile-preview-bl, .mytq-mobile-preview-br {
  display: none;
}

.mytq-preview-computer {
  position: relative;
  background: url(/mytqpublic/img/computer.svg);
  background-repeat: no-repeat;
  background-position: -67px -73px;
  background-size: 1172px;
  height: 841px;
  display: inline-block;
  width: 1042px;
}

.mytq-preview-computer iframe {
  transform: scale(0.495);
  position: absolute;
  left: -441px;
  top: -228px;
}

.mytq-preview-computer .notch {
  display: none;
}

.mytq-preview-tablet {
  position: relative;
  background: url(/mytqpublic/img/tablet.png);
  background-repeat: no-repeat;
  background-size: 1078px;
  background-position: -8px 0px;
  height: 830px;
  display: inline-block;
  width: 1061px;
}

.mytq-preview-tablet iframe {
  position: absolute;
  border: none;
  transform: scale(0.86);
  top: 35px;
  left: 18px;
}

.mytq-preview-tablet .notch {
  display: none;
}

.mytq-preview-phone {
  position: relative;
  background: url(/mytqpublic/img/mobile_x.png);
  background-repeat: no-repeat;
  background-position: 10px 48px;
  height: 840px;
  display: inline-block;
  width: 396px;
}

.mytq-preview-phone iframe {
  position: absolute;
  border: none;
  top: 22px;
  left: 12px;
  transform: scale(0.88);
  border-radius: 35px;
}

.mytq-preview-phone .notch {
  position: absolute;
  top: 68px;
  left: 95px;
  display: block;
}

.mytq-preview-phone .mytq-mobile-preview-tl, .mytq-preview-phone .mytq-mobile-preview-tr, .mytq-preview-phone .mytq-mobile-preview-bl, .mytq-preview-phone .mytq-mobile-preview-br {
  position: absolute;
  display: block;
}

.mytq-preview-phone .mytq-mobile-preview-br {
  right: 22px;
  bottom: 66px;
  height: 50px;
  width: 60px;
}

.mytq-preview-phone .mytq-mobile-preview-bl {
  position: absolute;
  bottom: 66px;
  left: 10px;
  width: 58px;
  height: 50px;
}

.mytq-preview-phone .mytq-mobile-preview-tr {
  position: absolute;
  right: 22px;
  top: 49px;
  width: 74px;
  height: 59px;
}

.mytq-preview-phone .mytq-mobile-preview-tl {
  position: absolute;
  left: 10px;
  top: 49px;
  width: 67px;
  height: 56px;
}

@media (max-width: 1440px) {
  .mytq-preview-computer {
    position: relative;
    background: url(/mytqpublic/img/computer.svg);
    background-repeat: no-repeat;
    background-position: -44px -50px;
    height: 555px;
    display: inline-block;
    background-size: 779px;
    width: 694px;
  }
  .mytq-preview-computer > iframe {
    transform: scale(0.33);
    position: absolute;
    left: -615px;
    top: -335px;
  }
  .mytq-preview-tablet {
    position: relative;
    background: url(/mytqpublic/img/tablet.png);
    background-repeat: no-repeat;
    background-size: 724px;
    background-position: 0px -6px;
    height: 560px;
    width: 722px;
    display: inline-block;
  }
  .mytq-preview-tablet iframe {
    position: absolute;
    border: none;
    transform: scale(0.58);
    top: -108px;
    left: -151px;
  }
  .mytq-preview-phone {
    position: relative;
    background: url(/mytqpublic/img/mobile_x.png);
    background-repeat: no-repeat;
    background-size: 310px;
    background-position: 0px 0px;
    height: 623px;
    width: 312px;
    display: inline-block;
  }
  .mytq-preview-phone iframe {
    position: absolute;
    border: none;
    top: -80px;
    left: -25px;
    transform: scale(0.75);
  }
  .mytq-preview-phone .notch {
    position: absolute;
    top: 17px;
    left: 75px;
    width: 162px;
    display: block;
  }
  .mytq-preview-phone .mytq-mobile-preview-tl, .mytq-preview-phone .mytq-mobile-preview-tr, .mytq-preview-phone .mytq-mobile-preview-bl, .mytq-preview-phone .mytq-mobile-preview-br {
    position: absolute;
    display: block;
  }
  .mytq-preview-phone .mytq-mobile-preview-br {
    right: 3px;
    bottom: 4px;
    height: 48px;
    width: 46px;
  }
  .mytq-preview-phone .mytq-mobile-preview-bl {
    position: absolute;
    bottom: 4px;
    left: 1px;
    width: 44px;
    height: 46px;
  }
  .mytq-preview-phone .mytq-mobile-preview-tr {
    position: absolute;
    right: 3px;
    top: 0px;
    width: 56px;
    height: 53px;
  }
  .mytq-preview-phone .mytq-mobile-preview-tl {
    position: absolute;
    left: 1px;
    top: 0px;
    width: 48px;
    height: 50px;
  }
}

@media (min-width: 576px) {
  .mytq-card-column-6 {
    column-count: 1;
  }
  .mytq-card-column-4 {
    column-count: 1;
  }
  .mytq-card-column-2 {
    column-count: 1;
  }
  .mytq-card-column-1 {
    column-count: 1;
  }
}

@media (min-width: 768px) {
  .mytq-card-column-6 {
    column-count: 2;
  }
  .mytq-card-column-4 {
    column-count: 2;
  }
  .mytq-card-column-2 {
    column-count: 2;
  }
  .mytq-card-column-1 {
    column-count: 1;
  }
}

@media (min-width: 992px) {
  .mytq-card-column-6 {
    column-count: 3;
  }
  .mytq-card-column-4 {
    column-count: 4;
  }
  .mytq-card-column-2 {
    column-count: 2;
  }
  .mytq-card-column-1 {
    column-count: 1;
  }
}

@media (min-width: 1200px) {
  .mytq-card-column-6 {
    column-count: 6;
  }
  .mytq-card-column-4 {
    column-count: 4;
  }
  .mytq-card-column-2 {
    column-count: 2;
  }
  .mytq-card-column-1 {
    column-count: 1;
  }
}

@media (max-width: 767.98px) {
  .mytq-siter-carousel-card {
    width: 100%;
  }
}

.mytq-config-slide-label {
  position: absolute;
  top: -15px;
  left: 10px;
  padding: 2px 15px;
  padding-right: 40px;
  color: #343a40;
  background-color: #f8f9fa;
}

.mytq-config-slide-label label {
  margin: 0px;
}

.mytq-config-slide-label .mytq-collapse-button {
  transition: all 0.5s ease;
  position: absolute;
  right: 2px;
  font-size: 1.2rem;
  font-weight: bold;
  color: #343a40;
  top: 5px;
  text-decoration: none;
}

.mytq-rot180 {
  transform: rotate(180deg);
}

.mytq-config-slide-collapsed {
  height: 0px;
}

.mytq-slide-item-content {
  transition: all 0.5s ease;
  height: 505px;
  overflow: hidden;
}

.mytq-front-carousel-control-prev, .mytq-front-carousel-control-next {
  width: 20px !important;
}

.mytq-image-gallery-image {
  object-fit: cover;
  object-position: center;
}

.mytq-image-gallery-cover {
  position: absolute;
  left: 0px;
  bottom: -100%;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.42);
  color: #f8f9fa;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease;
}

@media (max-width: 991.98px) {
  .mytq-image-gallery-col {
    flex-basis: unset !important;
  }
}

@media (max-width: 1199.98px) {
  .mytq-image-gallery-cover {
    height: unset;
    bottom: 0px;
    padding: 5px;
  }
  .mytq-image-gallery-cover h5 {
    font-size: 15px !important;
  }
}

.mytq-image-gallery-col {
  position: relative;
  overflow: hidden;
}

.mytq-image-gallery-col:hover .mytq-image-gallery-cover {
  bottom: 0px;
}

.mytq-front-gallery-viewer-cover {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: black;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mytq-front-gallery-viewer-close {
  position: absolute;
  right: 25px;
  top: 25px;
  padding-top: 0px;
  padding-right: 5px;
  padding-left: 4px;
  background-color: #dc3545;
}

@keyframes mytq-anim-fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes mytq-anim-fadeout {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.mytq-secondpopup-cover {
  position: fixed;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  background-color: rgba(10, 10, 10, 0.5);
  z-index: 10000;
}

.mytq-secondpopup-content {
  background-color: #353535;
  width: 900px;
  position: absolute;
  left: calc(50% - 450px);
  height: 530px;
  padding: 3rem;
  top: calc(50% - 265px);
}

.mytq-full-cover-popup {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #090909;
  z-index: 10000;
}

.mytq-aws-main-container {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAATElEQVQoU2M0MjI6w4AAZ5HYIKYxjM+IpBCkCC4BVQAXgynEpghmGFgOpHAmFpPQXMBwdoAVgoKHKM/AwhGfYgbkcAT5FBbg6OHJAAAf+xoTaqFq2AAAAABJRU5ErkJggg==);
  padding-top: 1rem;
  padding-bottom: 3rem;
  padding-left: 3rem;
  padding-right: 3rem;
}

.mytq-aws-main-container .alert {
  animation-duration: .5s;
  animation-fill-mode: forwards;
  position: absolute;
  top: 0;
  margin-top: 1rem;
  left: 50%;
  transform: translate(-50%);
}

.mytq-aws-main-container .display-5 {
  line-height: unset;
}

.mytq-aws-main-container .mytq-aws-image-title {
  height: 10vh;
  padding-bottom: 1rem;
  color: #a5a5a5;
  padding-left: 1rem;
}

.mytq-aws-main-container .mytq-aws-image-title .mytq-aws-tittle {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding-left: 0px;
  text-align: left;
}

.mytq-aws-main-container .mytq-aws-uploadimage {
  font-size: 1.5rem;
  text-align: right;
}

.mytq-aws-main-container .mytq-aws-uploadimage .custom-file {
  background: #dedede;
  height: 15vh;
  border: 2px solid #b0b0b0;
  text-align: center;
}

.mytq-aws-main-container .mytq-aws-uploadimage .custom-file .custom-file-label {
  padding: calc(7.5vh - 2rem) 0;
  position: inherit;
  border: 0px;
  background: transparent;
}

.mytq-aws-main-container .mytq-aws-uploadimage .custom-file .custom-file-label .material-icons {
  font-size: 4rem;
}

.mytq-aws-main-container .mytq-aws-uploadimage .custom-file .custom-file-label::after {
  content: '';
  display: none;
}

.mytq-aws-main-container .mytq-aws-image-preview {
  border: 2px solid #b0b0b0;
  background-color: rgba(51, 51, 51, 0.5);
  height: 68vh;
  text-align: center;
  margin-top: 4vh;
}

.mytq-aws-main-container .mytq-aws-image-preview img {
  max-height: calc(68vh - 4px);
}

.mytq-aws-main-container .mytq-aws-imagelist {
  height: 15vh;
  padding-top: 3vh;
  position: relative;
}

.mytq-aws-main-container .mytq-aws-imagelist img {
  height: 15vh;
  width: 100%;
  border: 2px solid #b0b0b0;
  object-fit: cover;
}

.mytq-aws-main-container .mytq-aws-navigation {
  font-size: 4rem;
  color: white;
  margin: 0px -1rem;
  text-decoration: none;
}

.mytq-aws-main-container .mytq-aws-navigation.dissabled {
  color: rgba(255, 255, 255, 0.08);
}

.mytq-aws-main-container .mytq-aws-navigation-right {
  position: absolute;
  right: -2rem;
  text-align: left;
}

.mytq-aws-main-container .mytq-aws-navigation-left {
  position: absolute;
  left: -2rem;
  text-align: left;
}

.mytq-aws-main-container .mytq-aws-delete-image {
  position: absolute;
  right: 2px;
  top: 2px;
  font-size: 1.3rem;
  padding: 5px 5px;
  border: 0px;
  border-radius: 0px;
}

.mytq-aws-main-container .mytq-aws-imagelistv2 {
  padding: 0px;
}

.mytq-aws-main-container .mytq-aws-imagelistv2 .mytq-image {
  white-space: normal;
  text-align: center;
  position: relative;
  display: inline-block;
}

.mytq-aws-main-container .mytq-aws-imagelistv2 .mytq-list {
  width: 100%;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
}

.mytq-aws-main-container .mytq-aws-imagelistv2 .mytq-list::-webkit-scrollbar {
  display: block;
  height: 7px;
  width: 7px;
  overflow: auto;
}

.mytq-aws-main-container .mytq-aws-imagelistv2 .mytq-list img {
  height: 15vh;
  width: 100%;
  border: 2px solid #b0b0b0;
  object-fit: cover;
}

.mytq-aws-main-container .mytq-aws-imagelistv2 .mytq-list::-webkit-scrollbar-thumb {
  background: aquamarine;
  border-radius: 5px;
}

.mytq-aws-main-container .mytq-aws-imagelistv2 .mytq-list::-webkit-scrollbar-track-piece {
  background: #333;
}

.mytq-friendly-url-info {
  text-align: right;
  vertical-align: bottom;
  margin-top: 3px;
}

.mytq-friendly-url-info input {
  visibility: visible;
  opacity: 0;
}

.mytq-friendly-url-info a {
  color: white;
  text-decoration: none;
}

.mytq-friendly-url-info a i {
  line-height: 31px;
}

.mytq-friendly-url-info .link {
  color: #777;
  font-style: italic;
  font-size: 0.9rem;
}

.mytq-friendly-url-info .link:hover {
  color: aquamarine;
}

/*# sourceMappingURL=builder_bootstrap.css.map */