/*
audio::-webkit-media-controls-current-time-display,

audio::-webkit-media-controls-time-remaining-display,
audio::-webkit-media-controls-timeline-container,
audio::-webkit-media-controls-timeline {
    display: none;
    visibility: hidden;
}
audio {
    
}

*/

/* V-vloak styles by YMH */

[v-cloak] {
  display: none;
}

.spinner-parent {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 96px;
  width: 96px;
}

.spinner {
  position: absolute;
  top: 0;
  left: 0;
  height: 96px;
  width: 96px;
}

.spinner-border {
  display: inline-block;
  border: 0.15em solid #212529;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border 0.75s linear infinite;
  animation: spinner-border 0.75s linear infinite;
}

.loading-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* END v-cloak styles by YMH */

*,
*::before,
*::after {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

a img,
img {
  border: none;
}

.filename,
td,
th {
  white-space: nowrap;
}

label {
  margin-bottom: 0;
}

.close,
.close:focus,
.close:hover,
.php-file-tree a,
a {
  text-decoration: none;
}

p,
table,
ul {
  margin-bottom: 10px;
}

body {
  padding: 0;
  font: 13px/16px Tahoma, Arial, sans-serif;
  color: #222;
  background: #f7f7f7;
  /* border-image-source: "everything.jpg"; */
}

button,
input,
select,
textarea {
  font-size: inherit;
  font-family: inherit;
}

.textarea-normal {
  width: 95%;
  padding: 0.375rem 0.75rem;
  border: 1px solid rgb(171, 171, 171);
  border-radius: 3px;
}

.textarea-normal:focus-visible {
  border-color: #0074d9;
  outline: 0;
}

a {
  color: #296ea3;
}

a:hover {
  color: #b00;
  text-decoration: none;
}

img {
  vertical-align: middle;
}

/*
span {
  color: #777;
}
*/
small {
  font-size: 11px;
  color: #999;
}

ul {
  list-style-type: none;
  margin-left: 0;
}

ul li {
  padding: 3px 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

/*
.file-tree-view+#main-table {
    width: 75%!important;
    float: left
}
*/

td,
th {
  padding: 4px 7px;
  text-align: left;
  vertical-align: top;
  border: 1px solid #ddd;
}

body[dir="rtl"] td,
body[dir="rtl"] th {
  text-align: right;
}

td.gray,
th {
  background-color: #eee;
}

td.gray span {
  color: #222;
}

tr:hover td {
  background-color: #f5f5f5;
}

tr:hover td.gray {
  background-color: #eee;
}

.fa {
  margin-left: 5px;
}

.table {
  /* width: 59%; */
  max-width: 100%;
  margin-bottom: 2rem;
}

#app {
  min-height: 80vh;
  margin: 50px 0 0;
}

.table td,
.table th {
  padding: 0.55rem;
  vertical-align: middle;
  border-top: 1px solid #ddd;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #eceeef;
}

.table tbody+tbody {
  border-top: 2px solid #eceeef;
}

.table .table {
  background-color: #fff;
}

.table.heb {
  direction: rtl;
}

/* 
.table.heb tbody {
  direction: ltr;
} */

.table.heb th,
.table.heb td {
  text-align: right;
  direction: ltr;
}

.d-flex.heb {
  flex-direction: row-reverse;
}

.heb {
  flex-direction: row-reverse;
}

code,
pre {
  display: block;
  margin-bottom: 10px;
  font: 13px/16px Consolas, "Courier New", Courier, monospace;
  border: 1px dashed #ccc;
  padding: 5px;
  overflow: auto;
}

.hidden,
.modal {
  display: none;
}

.btn,
.close {
  font-weight: 700;
}

.btn:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

button:active,
button:focus {
  outline: none !important;
  box-shadow: none !important;
}

pre.with-hljs {
  padding: 0;
}

pre.with-hljs code {
  margin: 0;
  border: 0;
  overflow: visible;
}

code.maxheight,
pre.maxheight {
  max-height: 512px;
}

input[type="checkbox"] {
  margin: 0;
  padding: 0;
}

.message,
.path {
  padding: 4px 7px;
  border: 1px solid #ddd;
  background-color: #fff;
}

.scrollable {
  overflow: auto;
  height: 65%;
}

.fa.fa-caret-right {
  font-size: 1.2em;
  margin: 0 4px;
  vertical-align: middle;
  color: #ececec;
}

.fa.fa-home {
  font-size: 1.2em;
  vertical-align: bottom;
}

#wrapper {
  margin: 0 auto;
  /*height: calc(100vh - 50px);*/
  height: 100vh;
  width: 100%;
}

.right {
  text-align: right;
}

body[dir="rtl"] .right {
  text-align: left;
}

.center,
.close,
.login-form {
  text-align: center;
}

.float-right {
  float: right;
}

body[dir="rtl"] .float-right {
  float: left;
}

.float-left {
  float: left;
}

body[dir="rtl"] .float-left {
  float: right;
}

.message.ok {
  border-color: green;
  color: green;
}

.message.error {
  border-color: red;
  color: red;
}

.message.alert {
  border-color: orange;
  color: orange;
}

.preview-img {
  max-width: 100%;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAIAAACQkWg2AAAAKklEQVR42mL5//8/Azbw+PFjrOJMDCSCUQ3EABZc4S0rKzsaSvTTABBgAMyfCMsY4B9iAAAAAElFTkSuQmCC);
}

.inline-actions>a>i,
.action-btn {
  font-size: 1em;
  margin-left: 5px;
  background: #3785c1;
  color: #fff;
  padding: 3px;
  border-radius: 3px;
  cursor: pointer;
}

.preview-video {
  position: relative;
  max-width: 100%;
  height: 0;
  padding-bottom: 62.5%;
  margin-bottom: 10px;
}

.preview-video video {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #000;
}

.compact-table {
  border: 0;
  width: auto;
}

.compact-table td,
.compact-table th {
  width: 100px;
  border: 0;
  text-align: center;
}

.compact-table tr:hover td {
  background-color: #fff;
}

.filename {
  max-width: 420px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.filename.heb {
  max-width: 100%;
}

.filename.heb a {
  display: flex;
  flex-direction: row-reverse;
}

.filename.heb a span {
  direction: rtl;
}

.break-word {
  word-wrap: break-word;
  margin-left: 30px;
}

.break-word.float-left a {
  color: #7d7d7d;
}

.break-word+.float-right {
  padding-right: 30px;
  position: relative;
}

.break-word+.float-right>a {
  color: #7d7d7d;
  font-size: 1.2em;
  margin-right: 4px;
}

.break-word.scrollable {
  margin-bottom: 80px;
}

.modal.show {
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100%;
  height: 100%;
}

.modal-dialog {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 !important;
}

#editor,
.edit-file-actions {
  position: absolute;
  right: 30px;
  z-index: 2000;
}

.modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 15px;
  border-bottom: 1px solid #e5e5e5;
  background-color: #f5f5f5;
  overflow: hidden;
}

.modal-content {
  background-color: #fefefe;
  margin: auto;
  /* padding: 20px;
  border: 1px solid #888; */
  width: 80%;
  height: auto;
}

.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem -1rem;
}

.close:focus,
.close:hover {
  color: #000;
  cursor: pointer;
}

#editor {
  top: 50px;
  bottom: 5px;
  left: 30px;
}

.edit-file-actions {
  top: 0;
  background: #fff;
  margin-top: 5px;
}

.edit-file-actions>a,
.edit-file-actions>button {
  background: #fff;
  padding: 5px 15px;
  cursor: pointer;
  color: #296ea3;
  border: 1px solid #296ea3;
}

.group-btn {
  background: #fff;
  padding: 2px 6px;
  border: 1px solid;
  cursor: pointer;
  color: #296ea3;
}

.main-nav {
  position: fixed;
  top: 0;
  left: 0;
  padding: 10px 10px 10px 250px;
  width: 100%;
  background: #fff;
  color: #000;
  border: 0;
  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);
}

.toggle {
  display: inline-block !important;
}

.login-form {
  border-radius: 32px;
  width: 320px;
  /* margin: 0 auto; */
  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.2);
}

.login-form label,
.path.login-form input {
  padding: 8px;
  margin: 10px;
}

.footer-links {
  background: 0 0;
  border: 0;
  clear: both;
  position: fixed;
  bottom: 0;
}

select[name="lang"] {
  border: none;
  position: relative;
  text-transform: uppercase;
  left: -30%;
  top: 12px;
  color: silver;
}

input[type="search"] {
  height: 30px;
  margin: 5px;
  width: 80%;
  border: 1px solid #ccc;
}

.path.login-form input[type="submit"] {
  background-color: #4285f4;
  color: #fff;
  border: 1px solid;
  border-radius: 2px;
  font-weight: 700;
  cursor: pointer;
}

.modalDialog {
  position: fixed;
  font-family: Arial, Helvetica, sans-serif;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 99999;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in;
  -moz-transition: opacity 0.4s ease-in;
  transition: opacity 0.4s ease-in;
  pointer-events: none;
}

.modalDialog:target,
.modalDialog.show {
  opacity: 1;
  pointer-events: auto;
}

.modalDialog>.model-wrapper {
  max-width: 80vw;
  position: relative;
  margin: 1% auto;
  padding: 15px;
  border-radius: 10px;
  background: #fff;
}

.model-wrapper.new-item {
  width: 50vw;
  border-radius: 4px;
}

/* .close {
  float: right;
  background: #fff;
  color: #000;
  line-height: 25px;
  position: absolute;
  right: 0;
  top: 0;
  width: 24px;
  border-radius: 0 5px 0 0;
  font-size: 18px;
} */

.close:hover {
  background: #e4e4e4;
}

.modalDialog p {
  line-height: 30px;
}

div#searchresultWrapper {
  max-height: 320px;
  overflow: auto;
}

div#searchresultWrapper li {
  margin: 8px 0;
  list-style: none;
}

li.file:before,
li.folder:before {
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f016";
  margin-right: 5px;
}

li.folder:before {
  content: "\f114";
}

i.fa.fa-folder-o {
  color: #eeaf4b;
}

i.fa.fa-picture-o {
  color: #26b99a;
}

i.fa.fa-file-archive-o {
  color: #da7d7d;
}

.footer-links i.fa.fa-file-archive-o {
  color: #296ea3;
}

i.fa.fa-css3 {
  color: #f36fa0;
}

i.fa.fa-file-code-o {
  color: #ec6630;
}

i.fa.fa-code {
  color: #cc4b4c;
}

i.fa.fa-file-text-o {
  color: #0096e6;
}

i.fa.fa-html5 {
  color: #d75e72;
}

i.fa.fa-file-excel-o {
  color: #09c55d;
}

i.fa.fa-file-powerpoint-o {
  color: #f6712e;
}

.file-tree-view {
  /* width: 50%; */
  /*float: left;
  overflow: auto;*/
  border: 1px solid #ddd;
  /* border-right: 10px; */
  background: #fff;
  margin: auto;
}

.file-tree-view .tree-title {
  background: #eee;
  padding: 9px 2px 9px 10px;
  font-weight: 700;
}

.file-tree-view ul {
  margin-left: 15px;
  margin-bottom: 0;
}

.file-tree-view i {
  padding-right: 3px;
}

.php-file-tree {
  font-size: 100%;
  letter-spacing: 1px;
  line-height: 1.5;
  margin-left: 5px !important;
}

.php-file-tree a {
  color: #296ea3;
}
.convert2wav{
  position: relative;
    bottom: -299px;
    left:-10px;
    border : inset ;
    width: 28%;
}
.php-file-tree A:hover {
  color: #b00;
}

.php-file-tree .open {
  font-style: italic;
  color: #2183ce;
}

.php-file-tree .closed {
  font-style: normal;
}

#file-tree-view::-webkit-scrollbar {
  width: 10px;
  background-color: #f5f5f5;
}

#file-tree-view::-webkit-scrollbar-track {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.1);
  border: 1px solid #ccc;
}

#file-tree-view::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: linear-gradient(left, #fff, #e4e4e4);
  border: 1px solid #aaa;
}

#file-tree-view::-webkit-scrollbar-thumb:hover {
  background: #fff;
}

#file-tree-view::-webkit-scrollbar-thumb:active {
  background: linear-gradient(left, #22add4, #1e98ba);
}

#snackbar {
  visibility: hidden;
  min-width: 250px;
  margin-left: -125px;
  background-color: #333;
  color: #fff;
  text-align: center;
  border-radius: 2px;
  padding: 16px;
  position: fixed;
  z-index: 1;
  left: 50%;
  bottom: 30px;
  font-size: 17px;
}

#snackbar.show {
  visibility: visible;
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

@-webkit-keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }

  to {
    bottom: 30px;
    opacity: 1;
  }
}

@keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }

  to {
    bottom: 30px;
    opacity: 1;
  }
}

@-webkit-keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1;
  }

  to {
    bottom: 0;
    opacity: 0;
  }
}

@keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1;
  }

  to {
    bottom: 0;
    opacity: 0;
  }
}

/* editions by moshe hersh */
#normal-editor {
  direction: ltr;
}

.path.main-nav {
  z-index: 1000;
}

#tooltip+tooltipstered {
  max-width: 10px;
}

.special-main-nav {
  /* position: fixed; */
  top: 0;
  left: 50%;
  padding: 10px 1px 1px 1px;
  /* width: 5%; */
  background: #fff;
  color: #000;
  border: 0;
  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);
  border-top-right-radius: 30px;
  border-top-left-radius: 30px;
  z-index: 1001;
  height: 70px;

  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}

/* refers to new button style */
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:600&display=swap");

@-webkit-keyframes active {
  from {
    box-shadow: 0 4px 3px 1px #fcfcfc, 0 6px 8px #d6d7d9, 0 -4px 4px #cecfd1, 0 -6px 4px #fefefe, inset 0 0 10px 0px rgba(0, 0, 250, 0.6);
  }

  to {
    box-shadow: 0 4px 3px 1px #fcfcfc, 0 6px 8px #d6d7d9, 0 -4px 4px #cecfd1, 0 -6px 4px #fefefe, inset 0 0 3px 3px #cecfd1;
  }
}

@keyframes active {
  from {
    box-shadow: 0 4px 3px 1px #fcfcfc, 0 6px 8px #d6d7d9, 0 -4px 4px #cecfd1, 0 -6px 4px #fefefe, inset 0 0 10px 0px rgba(0, 0, 250, 0.6);
  }

  to {
    box-shadow: 0 4px 3px 1px #fcfcfc, 0 6px 8px #d6d7d9, 0 -4px 4px #cecfd1, 0 -6px 4px #fefefe, inset 0 0 3px 3px #cecfd1;
  }
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

.special-button.round {
  min-width: 40px;
}

.special-button {
  -webkit-appearance: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-grid;
  align-items: center;
  justify-content: center;
  outline: none;
  cursor: pointer;
  height: 40px;
  background-image: linear-gradient(to top, #d8d9db 0%, #fff 80%, #fdfdfd 100%);
  border-radius: 30px;
  border: 1px solid #8f9092;
  box-shadow: 0 4px 3px 1px #fcfcfc, 0 6px 8px #d6d7d9, 0 -4px 4px #cecfd1, 0 -6px 4px #fefefe, inset 0 0 3px 0 #cecfd1;
  transition: all 0.2s ease;
  font-family: "Source Sans Pro", sans-serif, "FontAwesome";
  font-size: 25px;
  font-weight: 600;
  color: #606060;
  text-shadow: 0 1px #fff;
  margin-left: 5px;
  margin-right: 5px;
  /* padding: 10px; */
}

.special-button::-moz-focus-inner {
  border: 0;
}

.special-button>* {
  transition: transform 0.2s ease;
}

.special-button:hover {
  box-shadow: 0 4px 3px 1px #fcfcfc, 0 6px 8px #d6d7d9, 0 -4px 4px #cecfd1, 0 -6px 4px #fefefe, inset 0 0 3px 3px #cecfd1;
}

.special-button:hover {
  transform: scale(0.975);
}

.special-button:focus:not(:active) {
  -webkit-animation: active 0.9s alternate infinite;
  animation: active 0.9s alternate infinite;
  outline: none;
}

.special-button:active {
  box-shadow: 0 4px 3px 1px #fcfcfc, 0 6px 8px #d6d7d9, 0 -4px 4px #cecfd1, 0 -6px 4px #fefefe, inset 0 0 5px 3px #999, inset 0 0 30px #aaa;
}

.special-button:active {
  transform: scale(0.95);
}

.special-button .fa {
  margin-left: 0px !important;
}

.fa-question-circle {
  width: 25px;
  font-size: 15pt;
  color: blue;
  display: inline;
}

.tooltip .tooltip-inner {
  background-color: rgb(218, 233, 246);
  border: solid 1px rgb(175, 226, 255);
  color: rgb(39, 39, 39);
  border-radius: 5px;
  padding: 5px 10px 4px;
}

/* .tooltip > .tooltip-arrow {
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  margin: 5px;
  border-color: black;
  z-index: 1;
} */

/* .tooltip[x-placement^="top"] {
  margin-bottom: 5px;
}

.tooltip[x-placement^="top"] .tooltip-arrow {
  border-width: 5px 5px 0 5px;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  border-bottom-color: transparent !important;
  bottom: -5px;
  left: calc(50% - 5px);
  margin-top: 0;
  margin-bottom: 0;
}

.tooltip[x-placement^="bottom"] {
  margin-top: 5px;
}

.tooltip[x-placement^="bottom"] .tooltip-arrow {
  border-width: 0 5px 5px 5px;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  border-top-color: transparent !important;
  top: -5px;
  left: calc(50% - 5px);
  margin-top: 0;
  margin-bottom: 0;
}

.tooltip[x-placement^="right"] {
  margin-left: 5px;
}

.tooltip[x-placement^="right"] .tooltip-arrow {
  border-width: 5px 5px 5px 0;
  border-left-color: transparent !important;
  border-top-color: transparent !important;
  border-bottom-color: transparent !important;
  left: -5px;
  top: calc(50% - 5px);
  margin-left: 0;
  margin-right: 0;
}

.tooltip[x-placement^="left"] {
  margin-right: 5px;
}

.tooltip[x-placement^="left"] .tooltip-arrow {
  border-width: 5px 0 5px 5px;
  border-top-color: transparent !important;
  border-right-color: transparent !important;
  border-bottom-color: transparent !important;
  right: -5px;
  top: calc(50% - 5px);
  margin-left: 0;
  margin-right: 0;
} */

.tooltip[aria-hidden="true"] {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.15s, visibility 0.15s;
}

.tooltip[aria-hidden="false"] {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.15s;
}

.tooltip-class.eng {
  margin-left: 15px;
  margin-top: -5px;
}

.tooltip-class.heb {
  margin-right: 15px;
  margin-top: -5px;
}

.tooltip-class.eng::before {
  content: "";
  position: absolute;
  top: 7px;
  left: -5px;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid rgb(218, 233, 246);
}

.tooltip-class.heb::before {
  content: "";
  position: absolute;
  top: 7px;
  right: -5px;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid rgb(218, 233, 246);
}

.upload_instructions {
  padding-left: 35px;
  padding-right: 35px;
}

#recordingsList {
  padding-left: 35px;
}

.tabs-header {
  height: 2.5rem;
}

.tab-body {
  height: calc(100% - 10rem);
  overflow: auto;
}

#Recordingslist-Caption {
  display: none;
}

/* end of editions by moshe hersh */

/* YMH */
.form-check {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 1.25rem;
  margin-bottom: 3px;
}

.form-check input {
  margin-right: 5px;
}

.form-check-label {
  font-size: 15px;
  margin-left: 15px;
}

.number-input {
  margin-top: 0.75rem;
  resize: vertical;
}

.submit-btn {
  margin-left: 1.25rem;
  margin-top: 0.25rem;
}

#robo-error {
  margin-left: 1.25rem;
  color: red;
}

#robo-log-main,
#robo-log-dnc,
#robo-log {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  margin-left: 1.25rem;
}

.robocall-disabled {
  opacity: 0.65;
  cursor: default;
}

.form-container {
  margin: 20px auto 0;
  width: 60%;
}

.json-table td {
  font-size: 1rem;
  line-height: 1.2;
  padding: 0 !important;
}

.row-left {
  display: flex;
  justify-content: space-between;
  margin: 0;
}

.row-right {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  margin: 0;
}

.val-left {
  flex: 1 1 0px;
  padding: 0.45rem;
  display: flex;
  flex-direction: column;
  max-width: 50%;
}

.val-right {
  flex: 1 1 0px;
  padding: 0.45rem;
  display: flex;
  flex-direction: column;
  max-width: 50%;
}

.key-left {
  flex: 1 1 0px;
  padding: 0.5rem;
  border-right: 1px solid rgb(218 218 218);
  max-width: 50.2%;
  word-break: break-all;
  white-space: normal;
}

.key-right {
  flex: 1 1 0px;
  padding: 0.5rem;
  border-left: 1px solid rgb(218 218 218);
  display: flex;
  justify-content: flex-start;
  flex-direction: row-reverse;
  word-break: break-word;
  white-space: normal;
}

.key-text {
  cursor: default;
}

.form-control:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: none !important;
}

.form-input {
  white-space: nowrap;
  margin: 0 5px;
  font-size: 0.75rem !important;
  padding: 0.234375rem 0.46rem;
}

input.form-input,
select.form-input {
  max-height: 27.5px;
}

.select.form-input {
  text-align-last: center;
}

.accordion-v1-header,
.accordion-v1-header:hover,
.accordion-v1-header:focus {
  width: 100%;
  cursor: pointer;
  border: none;
  outline: none;
  display: flex;
  justify-content: space-between;
  padding: 0.5rem;
}

.accordion-v1-header-right {
  flex-direction: row-reverse;
}

.accordion-v1-content {
  overflow: hidden;
  animation: rolldown 0.5s ease;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.accordion-v1-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.accordion-v1-icon i {
  margin: 0;
}

.collapsed {
  max-height: 0;
  height: 0;
  animation: rollup 0.5s ease;
}

.keypad {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 5px;
  width: 70%;
  margin: 0 auto;
}

.key {
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid rgb(218 218 218);
  border-radius: 4px;
  background-color: #fff;
}

.key-num {
  font-size: 2rem;
  font-weight: bold;
  margin: 17px;
}

.key-select {
  margin: 0 auto 5px auto;
  font-size: 0.625rem;
  width: 89%;
}

.fa-angle-down {
  font-size: 16px;
  font-weight: bold;
}

.sub-container {
  border-right: 1px solid rgb(218 218 218);
  border-left: 1px solid rgb(218 218 218);
  border-bottom: 1px solid rgb(218 218 218);
  margin: 0.3rem auto;
  width: 85%;
}

.sub-row {
  border-top: 1px solid rgb(218 218 218);
}

.modal-backdrop {
  z-index: 0;
}

.modal-lg {
  max-width: 1500px;
}

/* 
.x.close {
  padding: 1rem 1.2rem !important;
  margin: 0 !important;
  line-height: 1;
} */

/* .modal-content {
  width: 100%;
} */

.modal-dialog {
  max-width: 800px;
}

.roboq-table {
  table-layout: auto;
  width: 100%;
}

.roboq-table td {
  white-space: inherit !important;
}

.roboq-header {
  text-align: center;
}

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 3px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
  border-radius: 3px;
}

@keyframes rolldown {
  from {
    transform-origin: top;
    transform: scaleY(0.5);
  }

  to {
    transform-origin: top;
    transform: scaleY(1);
  }
}

@keyframes rollup {
  from {
    transform-origin: bottom;
    transform: scaleY(1);
  }

  to {
    transform-origin: bottom;
    transform: scaleY(0);
  }
}

/* END YMH */

/* UPDATE */

.login-form {
  font-family: tahoma;
  background-color: #f8f9fa;
  /* border-radius: 32px; */
  width: 320px;
  /* margin: 0 auto; */
  /* box-shadow: 0 8px 10px 1px rgb(0 0 0 / 14%), 0 3px 14px 2px rgb(0 0 0 / 12%), 0 5px 5px -3px rgb(0 0 0 / 20%); */
}

/* make sure sidebar is not gettong spread in width */
.menu_section>ul {
  margin-top: 10px;
  flex-direction: column;
}

.container {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  max-width: 100vw;
}

.toasted-container,
.toasted-container.full-width {
  align-items: flex-end !important;
}

.my-toast {
  font-size: 1.2rem !important;
  padding: 0.5rem 1.5rem !important;
  width: max-content !important;
}

.my-toast.toast-success {
  background-color: #15bb0a !important;
}

.my-toast.toast-error {
  background-color: #ff1f1f !important;
}

.my-toast.toast-info {
  background-color: #2f96b4 !important;
}

.toasted-container .toasted .fa,
.toasted-container .toasted .fab,
.toasted-container .toasted .far,
.toasted-container .toasted .fas,
.toasted-container .toasted .material-icons,
.toasted-container .toasted .mdi {
  margin-right: 0.8rem !important;
}

.toasted-container.top-right {
  top: 7% !important;
  right: 5% !important;
}

.red-border {
  border: 1px solid #ff1f1f;
}

video::-webkit-media-controls-panel {
  background-color: #86c0df;
}

.iframe-placeholder {
  background: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 100% 100%"><text fill="%23FF0000" x="50%" y="50%" font-family="\'Lucida Grande\', sans-serif" font-size="24" text-anchor="middle">Loading...</text></svg>') 0px 0px no-repeat;
}

.dropzone-custom-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: max-content;
}

.dropzone-custom-title {
  margin-top: 0;
  color: #00b782;
}

.subtitle {
  color: #314b5f;
  font-size: 1.2rem;
}

.load-error-header {
  margin-bottom: 15px;
}

.load-error-content {
  display: flex;
  flex-direction: column;
}

.required {
  color: #ff1f1f;
}

.invalid {
  border-color: red;
}

.validation-msg {
  margin: 2px 5px 0px 5px;
  color: red;
  max-width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  animation: bubble 0.5s ease-in-out;
}

@keyframes bubble {
  0% {
    opacity: 0;
    transform: scale(0.9);
  }

  50% {
    opacity: 0.5;
    transform: scale(1.1);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.flex-en {
  display: flex;
}

.flex-he {
  display: flex;
  flex-direction: row-reverse;
}

.cont {
  padding: 2rem 1rem;
}

.heb.cont {
  direction: rtl;
}

.create-new-header {
  width: 100%;
  display: flex;
}

.create-new-body {
  width: 100%;
  background-color: #f8f9fa;
  border: 1px solid #00000008;
  border-top: none;
}

.create-new-header-item {
  flex: 1;
  text-align: center;
  font-size: 1.4rem;

  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  cursor: pointer;
  border: 1px solid #00000008;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom: 1px solid rgb(218 218 218);
  background-color: #eeeeee;
}

.create-new-header-item.selected {
  background-color: #f8f9fa;
  border-bottom: none;
}

.create-new-footer {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
