@import url(https://fonts.googleapis.com/css?family=Nunito);@import url(https://fonts.googleapis.com/css2?family=Rubik&display=swap);html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
  font-size: 16px;
  font-family: "Rubik", sans-serif;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Rubik", sans-serif;
}

ol,
ul {
  margin: 10px;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: #212121;
}

.container {
  width: 95%;
  max-width: 95%;
  margin: 0 auto;
  min-width: 1000px !important;
  padding: 0 !important;
}

.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  max-width: 100% !important;
}

.left {
  float: left;
}

.right {
  float: right;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.item-active .form-label {
  border-bottom: 2px solid #3a8d86 !important;
}

.input-error {
  border: 1px solid red !important;
}

.item-inactive {
  display: none;
}

.font-sm {
  font-size: 13px;
}

.container_2 {
  overflow: unset !important;
}

.table-wrap {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

#descriptionsTable {
  margin: 20px;
  direction: ltr;
}

.popup-table {
  border-collapse: collapse;
  text-align: right;
  width: 100%;
}

.popup-table th,
.popup-table td {
  border: 1px solid #8793b0;
  padding: 6px 16px;
}

.text-primary {
  color: green !important;
}

.black {
  color: #000000 !important;
}

.red {
  color: red !important;
}

.disabled {
  background-color: #fafafa;
}

.mt-minus {
  margin-top: -60px;
}

@media (max-width: 920px) {
  .form-input {
    font-size: 14px !important;
  }
}

@media (max-width: 768px) {
  .form-input {
    font-size: 12px !important;
  }
}

.accent-color {
  color: #3a8d86;
}

hr {
  background-color: #8793b0 !important;
  margin: 16px 0;
}

.workflow-title {
  margin: 34px auto;
  text-align: center;
  font-size: 19px;
}

.workflow {
  margin: 10px auto 80px;
  direction: rtl;
}

.workflow .button-row {
  text-align: center;
  margin: 0 auto 20px;
}

.workflow-item {
  width: 100%;
}

.workflow-item.w-70 {
  width: 70%;
}

.workflow-item.w-30 {
  width: 30%;
}

.title-secondary {
  color: #CD7424 !important;
  font-weight: bold !important;
}

.slider-title {
  font-weight: bold;
  background-color: #0083C0;
  color: #ffffff;
  height: 70px;
  text-align: center;
  line-height: 70px;
  font-size: 32px;
}

.back {
  margin: 10px 0;
  font-size: 14px;
  cursor: pointer;
}

.back div {
  display: inline-block;
}

.back img {
  vertical-align: middle;
  padding-right: 8px;
}

.reportStatusBlock {
  cursor: pointer;
}

.reportStatusBlock .title-secondary {
  margin: 22px 0 12px;
  display: inline-block;
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 10;
}

.status-popup {
  z-index: 100;
}

.fa-status {
  font-size: 36px;
  width: 48px;
  height: 48px;
  color: red;
  border: 3px solid red;
  border-radius: 50%;
  padding: 4px;
  margin: 20px auto;
  display: none;
  line-height: 34px;
}

.popup-content {
  width: 70%;
  min-width: 300px;
  min-height: 200px;
  background: #ffffff;
  text-align: center;
  box-sizing: border-box;
  padding: 20px;
  box-shadow: 2px 3px 8px 0 rgba(0, 0, 0, 0.25);
}

.popup-content.alert {
  border: 2px solid #3a8d86;
}

.popup-content.fail {
  border: 2px solid red;
}

.popup-content.fail .fa-times {
  display: inline-block;
}

.popup-content.success .popup-message {
  color: #3a8d86;
}

.popup-content.success .fa-check {
  display: inline-block;
  color: #3a8d86;
  border: 2px solid #3a8d86;
}

.popup-content.popup-pdf {
  height: 90%;
  overflow: auto;
}

.popup-content.popup-pdf canvas {
  margin: 0 auto;
}

.popup-content.popup-pdf .close {
  position: sticky !important;
}

.popup-content .popup-image {
  max-width: 100%;
}

.close {
  position: absolute;
  top: 20px;
  right: 16px;
  width: 32px;
  height: 32px;
  background: #e6e6e6;
  border-radius: 50%;
  text-align: center;
  font-size: 20px;
  color: #8793b0;
  line-height: 32px;
  z-index: 100;
  cursor: pointer;
}

.close .fa {
  color: #7f457e;
}

.popup-simple {
  position: absolute;
  top: 50%;
  left: 50%;
  max-height: 90%;
  overflow-y: auto;
  transform: translate(-50%, -50%);
}

.popup-simple .popup-message {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.popup-simple.popup-chat {
  padding: 0;
}

.popup-simple.popup-drop {
  padding: 0;
}

.popup-simple.popup-drop .btn {
  margin-bottom: 24px;
}

.popup-import {
  padding: 0;
}

.popup-import .title-accent {
  margin-bottom: 24px;
}

.popup-message {
  vertical-align: middle;
  font-size: 24px;
}

.nav-row {
  margin: 32px 0 24px;
}

.bg-third {
  background-color: #7f457e !important;
}

.color-accent {
  color: #3a8d86 !important;
}

.record-table {
  width: 100%;
  border: 1px solid #8793b0;
}

.record-table td,
.record-table th {
  text-align: left;
  border: 1px solid #8793b0;
  border-collapse: collapse;
  padding: 10px;
}

.section-label {
  font-size: 16px;
  margin: 22px 0 18px;
  display: inline-block;
  color: #000000;
  cursor: pointer;
}

.fields-group {
  padding: 8px 16px;
  border: 1px solid #d8deea;
  border-radius: 6px;
  margin-bottom: 16px;
}

.inner-group {
  margin-top: 12px;
}

.inner-group .section-label {
  font-size: 16px;
  margin: 4px 0;
}

.inner-group .collapse-button {
  margin: 0 0 10px 10px;
}

.dropdown-menu {
  padding: 0;
  top: 110%;
  text-align: right;
}

.dropdown-item {
  border-bottom: 1px solid #d8deea;
  padding: 8px;
}

.dropdown-item:last-child {
  border: 0;
}

.box-img {
  height: 30px;
}

.diff-group .diff {
  margin: 10px 0;
  padding: 0;
  font-size: 14px;
}

.ntf {
  color: #3a8d86;
}

.fa-sign-out-alt {
  margin-right: 8px;
}

.report-chat {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAAAXNSR0IArs4c6QAACTFJREFUaEO9Wn+MFPUV/7yZPa4FYWe543b2CjdzeC3GGtOkv+hPoRJrhbTUEmsRaf+oP9JQU2OlicXAiZhUK1qRREgaKmpoY7SVGmijKK1S+kfbpJZiRLid5dfOHsft7HlK4HbnNd/5sTv7c2YX6iR3mZt53/fe5/36vvedI4iLALBzd9FXx6waLgznJig+xKtGoXD9muvmrXUBtMW3tdSOdepwYdkDwfXuPQHEHYTWp7vifeOLACwn8EJISAHoAyD75myiq83AKNk4DRlv2sCeiazxCgC7mRsEn0sSQr43E0n9u0x4EMDlFaEdGMJbYjPelhgb86PGrlYgAu868+Ps2UOzSl3FXUS44f+TUPw8nZdvy+dHCrX8O/aAD3XOHF2dkrAPhCvL6cT2GSJ6mkEvx4p8ZGwsMwqgFAJO7pk7V7WL8tVgWm4Dq4gw3V/DxP9GFy8uHD+eD/KpBxDFCT7N0FB3fLL4OgFf8JgygR+lC10bx/NHJ9zSHIWhu7pMSUBvj5YqxehxBm4qgwAOTpg91zD+ORXMpzrDRBWpJPXHQPiJy4CLzLSqkDN+FzmMQgURlJS+DswbAzw3WKYxHAAQyqWhPvG+eZcTSYdBNM21Hq/Jm5mtoco3E9dCDUXVtgC0xrUTXwDRAss0DM9r9SvLZbTF9pxIatuZ6DZP4dcsM3Nt2zW3hdLBV3Pnzv3oZDF2GARdqETgR/JmZq0fds3DNBiU1WBkJallQTTHYSLZX86fPn6gqnQ2BF9TUkM30ApBPDV4BzE/5YXrqGVmVOGPhjtxwzAICJud1BfahIOOR20+WRjNDHTUTUWMXkE2a2AgQRcoB1CXkFuSpQWTp0aORCyj1ZISSW0lEz3nACDsKmSNlcEyoqj6Bt8IlmmU78UzRdXFLi1+xLXfMo39QYM1X0uYpWqHJOCTjtcZK/M5Y5fwadvGU1TtHoB+6QqmRy0z/dMaJcq9rWUaFBThKbjeAzxsZSsAhSZxVa9eG2CspLQ/gmmZkwXEdxayxraoAGIAij6vtgEElXC94wIAhsse8uyoNADgmziu6nsJuN5ZyXSXlUtvaZkDCVVbagMPgenjkkS357PpZ8XapiHkaaWogxv8ilQXQil9EbiTEALiKe0/xHSV6z3+jpXNvFjOgWAg9ff3T/+g1L0dxLf4xmPGnkLOWCr+npXUPy8R/n5xSRxlQ6jQKLqu4DzGwKKrJUgoXTVuHv9vXRL39i6YWYydexWQPlf2PCPPLN1UGB151XsmK6p2GiDRJntl9MSBtveBYOKEpGJC1dcwsCVgNE202jUASFZU/c8AX1u2PPCULU+te+/UqbNBeYmkvo0Jt3vPXrdM42vB97X3oaWi4Z7jPuxLJmdcoOmHANa9wrHZMtP3OMYLVqG4qq8l4BceLzFI/NAyjR3Vlcp9G+8bmE9Eb1daCfpx3kw/2QqE/64hmOAeV0MQ7xvcShL/yLE+45wsywvGs8dOuLuyd12mDs2RUUwTMMMhBN1bMNN+qQyU2kBcJvXNINztsuAiMd2azxm/jQIiGg1BUbX1BGwo11bmB61c5v6gMZz7RFLbyETrXF3ogJVLf7XpOOdjGBrqVt4vvgbGF511BAbTY3SeHmg0fHg0VZNqvTfcJ729Wqoo01YQvl0GS9hvZXuuQ6N2WlG1dwD6hJskdF1hNC3mUe9qHsEz+gaTssT7/B3SNQCPgaSdgP1yrGi/MzZ2ItdwoKmJ+x53slsMiZexTauI6CPlwmDjX6XYtK9Pnj4yFjwBckIontQGiWjEDR2YBdPob2d7FiOlPW3qORAtazjE1OBn4CABK/2W2NEhNf8zzPZ+yQvhqhBj/L4b527N5XLv14aeAyChat9g0B73Jb1gmekVUWPUO78QOUNxVV9BsB8CaCh0PfMZkuQb89mRNwWtkhqsHVxESL4LG/daOeOlZrHgAFBU/QcAdrjux+NWzvASM1SNagLX0rF43/xFJJW+BcZCm6hfApLBY5XyIubzILrTMo3fKCl9A9htMWwbb8gyrctn02+ERUIZAAE7RGzZhF9NZA13TAwt3m0CBGF2UltoE/8BoGSZP+EJMBcIdL8X38MF06hUnhZinH0goQ4sFScILh0/b5kZd5AOBRBK0FC0khrUmO3dBLraJ2DwewSa6cmt6lJbmckBEE8OVJK4xYDSrOS19kNwlXsvfvfOufKyKemDZ0BY3mB9pUsNcbK7kZGzD7zLleRbZJnGX9oNkKb0wXJZfVxJCVVfz6K9rrZOFYBWfi63EvHU4CZivs9VgvZZZnpJJIUuwbm8ourfB/M2EHW7dQQ/K5jGwxFiuNJKiA0pRjwiTsMEYpvgTDweoIatRKMSFMVrom0BM03mjokTO+dK9A98iW1pJ9k8xTJdb2XdY5PK1bhZKvdCDpOU9nNmEoezQuEpJnyvkM28EMUSURQXNIo6uJqd0wUiSS4tqT7NiBDwNR9iqgCIWq2ouuj5/aHbZsLDM+XiAydPnjwXVUk/r4LR5Q0kw2Dc5fNh0NqCmX6kLb7VPqlupx0vJObHeZr9CgifDdBmwfxribF3vHfGP3D48IV6oXXVRu7tnZeckukKgrQMwGoQeirK81sldC2ZNI+eCQMQksT1y8VUNhU7v52Am2uiEMw8RogtzueOHfLfOSfUMj0LsBhqar1aJ8AGdneXpt9y5szhyc52kqrMcP+oaQydZ0pKu5Ft2kSEK6qAEK/LZzObHJqP6Z/ior2bSJoXZkmAjzDhvols5kVu+/NP4w8l5X2gRRcpKap2jW3TsCThK56STp12ADLt9IegGgAlG8hJbJ+GJP2NbX6pkMv8NXg8U0XfzBUhLgp1ty9EHEgRsN7dR1kkYx6EzQAkt2iJGYBWRN8ALzZ4KpETqUpWnagxzhKhx69oDH6LSPqmlU1nylat7yDCI6wDiqgnc6LlDp6olUWxjb2xYuzms+NHJ2rlXxobN0HlMW8RQtXiGwIgPGGZxt3g5p9COzBqa41r3kbOAf/IxYk3tsUgcodlGk9/qFZvAK2mCjWA5wW6ktJ1KvGfWKIukuzVrVuAxi10+/+OER6ErctolJkmIk1oKNXoWpkcmsAOz4FmIuut0rqEh1vRl9QupaCPnAON4YTaqYXho6gbzv9/G3jkYt+gZccAAAAASUVORK5CYII=);
  width: 40px;
  height: 40px;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1000;
}

.active-msg {
  width: 12px;
  height: 12px;
  background: red;
  border-radius: 50%;
  position: absolute;
  right: -3px;
}

.msg-count {
  position: absolute;
  right: -22px;
  top: -2px;
}

.report-notify {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAAAXNSR0IArs4c6QAABEdJREFUaEO9msmqFUkQhr9UUJBWkV70Qlt0JTi12162Iqh3JagvoDggIg4P4caBRnFAH0BBcOXExWdQuAruLty9I26US0pW5amTlVNk1ik9O8+JjPj/iPgjo26pGPmjAD3Ep3uwwokx7X/EwxkD8WwYS+mBhK0rBXnqtZiiyTdRBgGVo7cV6OzkA0G5hiHLN1kURhybR6D1m6cxgGSZKnYBJ4B9wBaLZBH0PHAfWIgB6zRQQTqdvWFOVgPXgVPAioQml0HdAX0R+O7ahCKumiAe4pJW7B9ZreCZhv8Kw74CDrokMgTKW2VY4hvIt4HTheAn7X1To85NZldUA9bhHIq7aDbWBEhNITTXgEvO76bnXytY0dwb7aRa0nABeGntjB6uANucc8vAP8DbiV5T+JaATbXgU3VTMKdRT03mrM0NFOcdfZt4e4AP05iN5QbgDfC3M2CMZoweGl+pT/9CTbW7r6j0NbwVWHQmicngduf4EeBxH0wX9CjwyCGwAJgKWgJx8WU3ghKFeDZ/AN8cgF+Ate2/G8t1wNdENs1vn53KfLX2FRXoqlUCvaTx1BfQlkBjnyOwHvjkeDVEjX0pgQa0MHKrifktdBh4kqB+DNTD6dakFlB6l9FPuQbytiUp921uAOedL98D/4L66K13f5pp5Q2UASIWCbgVKKrGTgtspUNiCdQl0C/sdweAqwo2TQSpYFnDbuBdpIV6a6MvYvnWFnEHJG8CZ7PbV+jzf7dy3jrdq3KCgIhSXAe7yaP0KjRP7QJng4f+nSE5j+YQ8GOCdEYNlJAR5bHKtAlwBnDbyT1obt9bwGUXfMUU6oa1iGYGgx3AcWD/dJ1m0awVCh5o2/O+/9wulNaAmHjRYAae/aNiCzlQZBHXwsoMrtRPfmqiFbBGv2AKZRgOeG42OLusRopeOYVGb5s1wF8odqDZ22yfkRBRAq1d8LQ+fgulCtJWQzuXl8GjYn+AETXgxDAexMfz6BTvclHioYtY1MKjEyjXsUjGI9BWIC7iaNRf0UKZWzbEMHIFFGpA/5QXRCTgacDmoqqFatFkxny85n2NjVwBcZ2upSfaiwR690DobiwNlPe9Hd+TOtjnrU640W4Jv+ziuQSaL+Pt5uETZ0tm9nsa6wg4e3bZFOpWiT6a33eRtYi7FsrptVzEJVOoy+6AOoRHohWIr9PxsmZFVD5hBpDxKuC2UIRAMoBDIKMB1+NUP9mlIxUxFHEPbqGIp2fEMSYOwtkMiuIP1kA+iy3yfPOIrTUygehFVguxUDmtWZ6AfQDKVCC4B2ZriOB09SOYmYPBPl/TQvLDQCFFsXnim1LqgabNRORtafELjhJAYvPknRgsm6e6ms6rXAXMy7R7Q97SSIWIYk0TMOBPAs9jl9go64E41wfIKfQZjzIKgfL9TKpNLMf5/zqSJ9ANCu+OrOqBkhujltjUvpDAWDkOR2fJAMjR+wl5YF9FW/oHUwAAAABJRU5ErkJggg==);
  width: 40px;
  height: 40px;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  left: 78px;
  top: 0;
  z-index: 1000;
}

@media print {
  body {
    margin: 0;
    color: #000;
    background-color: #fff;
  }

  table {
    border-collapse: collapse;
    text-align: right;
    margin: 20px;
  }

  th,
  td {
    border: 1px solid red;
    padding: 6px 16px;
  }
}

.bold {
  font-weight: bold;
}

.scroll::-webkit-scrollbar {
  display: none;
}

.progress {
  background-color: #e6e6e6;
}

.progress-bar.bg-warning {
  background-color: #e6e6e6 !important;
}

.ntf-list-item {
  list-style: none;
  border-bottom: 1px solid #e6e6e6;
  margin: 12px;
  color: #000000;
  padding: 20px 0 12px;
}

.btn {
  border-radius: 22px;
  padding: 10px;
  font-size: 16px;
}

.btn:focus {
  outline: none;
}

.btn i {
  padding-right: 8px;
}

.record-progress .btn {
  padding: 0;
  width: 2rem;
  height: 2rem;
}

.record-progress .btn span {
  line-height: 2rem;
}

.record-progress i {
  padding: 0;
}

.btn-accent {
  background-color: #3a8d86;
  color: #ffffff;
  max-width: 260px;
}

.btn-accent:hover {
  color: #ffffff;
}

.btn-secondary {
  background-color: #3a8d86;
  color: #ffffff;
  max-width: 200px;
  border: none;
}

.btn-secondary:hover {
  background-color: #629641 !important;
}

.btn-secondary:focus {
  background-color: #629641 !important;
}

.btn-icon {
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 0 0 0 16px;
  text-align: center;
}

.btn-icon i {
  padding: 0;
  font-size: 20px;
  vertical-align: middle;
  line-height: 40px;
}

.collapse-button {
  display: inline-block;
  width: 24px;
  height: 24px;
  border: none;
  border-radius: 50%;
  float: right;
  margin: 18px 0 14px 10px;
  text-align: center;
  line-height: 24px;
  background-color: #3a8d86;
  cursor: pointer;
}

.collapse-button.open {
  background-color: #629641;
}

.collapse-button .fa {
  color: #ffffff;
  vertical-align: middle;
}

.btn-sending {
  margin: 24px 0 10px;
  background-color: #3a8d86;
  color: #ffffff;
  padding: 10px 16px;
}

@media (max-width: 500px) {
  .btn-accent {
    width: 100%;
    max-width: 100%;
  }
}

.modal-header .btn-close {
  margin: -0.5rem auto -0.5rem -0.5rem;
}

.modal-body .btn-secondary {
  margin: 0 auto;
  display: block;
}

.btn-round {
  background-color: #e6e6e6;
}

.submit-btns {
  position: absolute;
  bottom: -100px;
}

.submit-btns .btn {
  margin: 0 16px 24px;
}

.btn-dropdown {
  width: auto;
  padding: 8px 16px;
  margin: 0 0 0 16px;
}

.btn-warning {
  background-color: #CD7424 !important;
  color: #ffffff;
}

.btn_slide {
  background-color: #3a8d86;
  color: #ffffff;
  border: none;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin: 9px 2px;
}

.btn_slide .fa.r-left {
  transform: rotate(180deg);
}

.login-form {
  margin: 30px 15px;
}

.login-form .btn-accent {
  margin-top: 12px;
}

.form-row {
  width: 100%;
  margin: 0 auto 24px;
}

.form-row.hidden {
  margin-bottom: 0;
}

.form-row.hidden .form-label {
  display: none;
}

.form-row .form-select__control {
  width: 100%;
  font-size: 16px;
  margin: 4px 0 0;
  color: #000000;
  background-color: #e6e6e6;
  border: none;
  outline: none;
  height: 38px;
  background-color: #ffffff;
  padding: 8px 12px;
}

.form-row .form-select__control:focus {
  outline: none;
}

.form-row .form-select__control.form-select__control--is-focused {
  border-color: #d8deea;
  box-shadow: 0 0 0 transparent;
}

.form-row .form-select__control .form-select__single-value {
  color: #8793b0;
}

.form-row.form-files {
  background-color: #fafafa;
}

.form-row.form-files .h3 {
  border-bottom: 1px solid;
}

.form-row.form-files .file-block {
  direction: ltr;
  white-space: nowrap;
  padding: 8px 0;
}

.form-row.form-files .file-block div,
.form-row.form-files .file-block a {
  padding: 0 16px;
  cursor: pointer;
  position: relative;
  margin-bottom: 5px;
  display: block;
}

.form-row.form-files i {
  color: #3a8d86;
  padding-right: 6px;
}

.test-table .form-row {
  display: flex;
  direction: ltr;
  margin-bottom: 0;
  justify-content: flex-end;
}

.test-table .form-input {
  margin: 0;
  padding: 8px;
  height: auto !important;
  min-height: 36px;
}

.test-table .form-input.form-label {
  margin-top: 0;
  width: 40%;
  padding: 0 3px 0 0;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  text-align: right;
}

.form-label {
  display: block;
  color: #8793b0;
  margin-top: 4px;
}

.form-input {
  position: relative;
  width: 100%;
  font-size: 16px;
  margin: 4px 0 0;
  color: #000000;
  background-color: #e6e6e6;
  border: none;
  outline: none;
  height: 38px;
  box-sizing: border-box;
  padding: 2px 4px;
}

.form-input:focus {
  outline: none;
}

.form-input.form-empty input:disabled {
  background: #ffffff;
}

.form-input.is-invalid {
  border: 1px solid #3a8d86;
}

.form-input.input-simple {
  padding: 10px 16px;
  width: auto;
  max-width: 600px;
  min-width: 300px;
  margin-top: 0;
}

.nav-row .input-simple {
  margin-top: 0;
}

.form-format {
  border: none;
  outline: none;
  color: #8793b0;
  text-align: center;
}

.fa-percentage {
  position: absolute;
  left: 6px;
  top: 11px;
  color: red;
}

.form-file {
  width: 100%;
  font-size: 16px;
  margin: 4px 0 0;
  color: #000000;
  background-color: #e6e6e6;
  border: none;
  outline: none;
  height: 38px;
  max-width: 400px;
  padding: 0;
}

.form-file:focus {
  outline: none;
}

.form-file::-webkit-file-upload-button {
  padding: 12px;
  background-color: #3a8d86;
  outline: none;
  border: 0;
  color: #ffffff;
  margin: 0 0 0 8px;
  box-shadow: 0 0 0;
}

.form-select {
  width: 100%;
  font-size: 16px;
  margin: 4px 0 0;
  color: #000000;
  background-color: #e6e6e6;
  border: none;
  outline: none;
  height: 38px;
  background: #ffffff;
  padding: 16px 22px;
}

.form-select:focus {
  outline: none;
}

.form-select option {
  color: #8793b0;
  height: 30px;
}

.form-select option:disabled {
  color: #8793b0;
}

.form-textarea {
  min-height: 150px;
  max-width: 100%;
  background-color: #ffffff;
  border: 1px solid #d8deea;
  padding: 10px;
}

.checkbox-row .form-label {
  display: inline-block;
}

.form-checkbox {
  width: auto;
  margin: 5px 12px 5px 0;
}

.address-form {
  direction: rtl;
  border-top: 1px solid #d8deea;
  padding-top: 12px;
  padding-bottom: 12px;
  margin-left: 0;
  margin-right: 0;
}

.address-form .title-secondary {
  font-size: 22px;
}

.address-form .type-col {
  border-left: 1px solid #d8deea;
  position: relative;
}

.address-form .form-input {
  width: 100%;
  height: 26px;
  float: left;
  border: none;
  border-bottom: 1px solid orange;
  border-radius: 0;
  text-align: center;
  background-color: #ffffff;
}

.address-form .form-label {
  margin-top: 12px;
  width: 100%;
}

.address-form .row {
  padding: 0;
}

.total {
  position: absolute;
  bottom: 30px;
  font-weight: bold;
  font-size: 20px;
  color: #8793b0;
}

.form-table .form-input {
  width: 28%;
  border: 1px solid #d8deea;
}

.form-table.form-header div {
  width: 28%;
  text-align: center;
}

.form-table.form-header div:last-child {
  width: 40%;
}

.input-table {
  border: 0;
  outline: 0;
  width: 100%;
}

.input-contenteditable {
  display: block;
  overflow: hidden;
  resize: both;
  min-height: 30px;
  line-height: 20px;
  font-family: inherit;
  font-size: inherit;
  padding: 1px 6px;
  width: 100% !important;
}

.alert {
  font-size: 14px;
}

.alert-message {
  padding: 18px;
  border-radius: 6px;
  font-size: 16px;
}

.alert-danger {
  color: #3a8d86;
  border: 1px solid #f38a00;
  background-color: rgba(243, 138, 0, 0.1);
}

.alert-success {
  color: #3a8d86;
  border: 1px solid #3a8d86;
  background-color: rgba(69, 133, 0, 0.1);
}

.alert-fixed {
  position: fixed;
  bottom: 50px;
  right: 50px;
  width: 75%;
  min-width: 250px;
  z-index: 100;
  padding: 28px;
  font-size: 18px;
  font-weight: bold;
  background-color: #ffe5c4;
}

.fixed-center {
  right: 50% !important;
  transform: translateX(50%);
}

.close-fixed {
  position: absolute;
  top: 4px;
  right: 4px;
}

.loader-content {
  width: 100%;
  height: 100%;
  position: relative;
}

.lds-default {
  display: inline-block;
  position: absolute;
  width: 80px;
  height: 80px;
  top: 50%;
  left: 50%;
  transform: translate(-50%);
}

.lds-default div {
  position: absolute;
  width: 6px;
  height: 6px;
  background: #3a8d86;
  border-radius: 50%;
  -webkit-animation: lds-default 1.2s linear infinite;
          animation: lds-default 1.2s linear infinite;
}

.lds-default div:nth-child(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  top: 37px;
  left: 66px;
}

.lds-default div:nth-child(2) {
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s;
  top: 22px;
  left: 62px;
}

.lds-default div:nth-child(3) {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s;
  top: 11px;
  left: 52px;
}

.lds-default div:nth-child(4) {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s;
  top: 7px;
  left: 37px;
}

.lds-default div:nth-child(5) {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s;
  top: 11px;
  left: 22px;
}

.lds-default div:nth-child(6) {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s;
  top: 22px;
  left: 11px;
}

.lds-default div:nth-child(7) {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s;
  top: 37px;
  left: 7px;
}

.lds-default div:nth-child(8) {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s;
  top: 52px;
  left: 11px;
}

.lds-default div:nth-child(9) {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s;
  top: 62px;
  left: 22px;
}

.lds-default div:nth-child(10) {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s;
  top: 66px;
  left: 37px;
}

.lds-default div:nth-child(11) {
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
  top: 62px;
  left: 52px;
}

.lds-default div:nth-child(12) {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s;
  top: 52px;
  left: 62px;
}

@-webkit-keyframes lds-default {
  0%, 20%, 80%, 100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.5);
  }
}

@keyframes lds-default {
  0%, 20%, 80%, 100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.5);
  }
}

.record-ntf-wrap.msgs-wrap {
  margin-right: 5%;
  background: #ffffff;
  width: 95%;
  margin-bottom: 12px;
  min-height: 100px;
}

.notifications {
  width: 92%;
  border: 1px solid #d8deea;
  margin-right: 8%;
  min-height: 200px;
  max-height: 500px;
  background-color: #eee;
  padding: 10px;
  direction: rtl;
  box-sizing: border-box;
  margin-bottom: 36px;
}

.ntf-title {
  text-align: center;
  padding-top: 0;
  border-bottom: 1px solid #d8deea;
  padding-bottom: 10px;
}

.timeline {
  position: relative;
}

.timeline:before {
  content: " ";
  background: #d8deea;
  display: inline-block;
  position: absolute;
  right: 29px;
  width: 2px;
  height: 100%;
  z-index: 400;
}

.timeline p {
  margin-right: 30px;
  margin-top: 15px;
}

.ntf-item {
  margin: 20px 0;
  padding-right: 20px;
}

.ntf-item::before {
  content: " ";
  background: white;
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  border: 3px solid #22c0e8;
  right: 20px;
  width: 12px;
  height: 12px;
  z-index: 400;
}

.ntf-item a {
  position: relative;
  margin-right: 30px;
  font-weight: bold;
}

.ReactCollapse--collapse {
  transition: height 500ms;
}

.ReactCollapse--collapse[aria-hidden=true] {
  border-bottom: 1px solid #d8deea;
  margin-bottom: 4px;
}

.chat-wrap {
  padding: 0 20px 20px;
}

.msgs-wrap {
  width: 100%;
  min-height: 250px;
  max-height: 350px;
  overflow-y: auto;
  background-color: #eee;
  box-sizing: border-box;
  padding: 12px 20px;
}

.msgs-wrap .clearfix .right,
.msgs-wrap .clearfix .left {
  max-width: 60%;
}

.msg-bubble {
  background: #ffffff;
  color: #212121;
  padding: 24px 20px;
  text-align: right;
  position: relative;
  margin: 4px 16px;
  min-width: 120px;
  word-wrap: break-word;
}

.msg-bubble:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  border-left: 24px solid transparent;
  border-right: 16px solid #fbfbfb;
  border-bottom: 16px solid #fbfbfb;
  border-top: 16px solid transparent;
  left: -24px;
  bottom: 0;
}

.date-create {
  font-size: 10px;
  color: #8793b0;
  text-align: right;
}

.right .msg-bubble {
  background-color: #d9fdd3;
}

.right .msg-bubble:before {
  left: auto;
  right: -24px;
  border-right: 24px solid transparent;
  border-left: 16px solid #d9fdd3;
  border-bottom: 16px solid #d9fdd3;
  border-top: 16px solid transparent;
}

.note-icon {
  position: absolute;
  left: -15px;
  top: 10px;
  color: #8793b0;
}

.tooltip-container {
  position: relative;
  z-index: 1;
}

.tooltip-container .form-input {
  width: 100% !important;
  margin: 0;
}

.tooltip-container .tooltip-box {
  top: -32px;
  left: 0;
}

.tooltip-box {
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  padding: 6px;
  border-radius: 6px;
  display: none;
  width: 250px;
  top: -42px;
  left: 16px;
  z-index: 100;
}

.tooltip-box.visible {
  display: block;
}

.tooltip-box .form-input {
  width: 100% !important;
  margin: 0;
}

.carousel {
  width: 90%;
  margin: 0 auto;
}

.carousel-control-prev {
  left: -10%;
}

.carousel-control-next {
  right: -10%;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.carousel-inner {
  min-height: 70px;
  max-height: 180px;
  color: #8793b0;
}

.html-wrap p {
  line-height: 20px;
}

.record-page .carousel-inner {
  min-height: 174px;
}

.record-page .carousel-item {
  height: 174px;
}

.record-page .html-wrap {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  transform: translate(0, -50%);
}

.pagination {
  justify-content: center;
  direction: ltr;
  margin-top: 32px;
}

.pagination li a {
  position: relative;
  float: left;
  padding: 5px 13px;
  margin-left: -1px;
  line-height: 1.41;
  color: #3a8d86 !important;
  text-decoration: none;
  background-color: #fff;
  border: none;
  border-radius: 50%;
}

.pagination li a:hover {
  z-index: 2;
  color: #db7c02;
  background-color: #eee;
  border-color: #d8deea;
}

.pagination li:first-child a {
  background-color: #ffffff;
  color: #3a8d86;
  padding: 5px 8px;
}

.pagination li:last-child a {
  background-color: #ffffff;
  color: #3a8d86;
  padding: 5px 8px;
}

.pagination .active a {
  z-index: 3;
  color: #fff !important;
  cursor: default;
  background-color: #3a8d86;
}

.pagination .active a:hover {
  color: #fff;
  background-color: #3a8d86;
}

.pagination .disabled a {
  cursor: not-allowed;
}

.pagination-v {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pagination-v.top {
  border-bottom: 1px solid #e6e6e6;
}

.pagination-v .fa {
  color: #0083C0;
}

.drop-zone-wrap {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 200px;
  padding: 20px;
  border: 3px dashed #eeeeee;
  border-radius: 2px;
  background-color: #fafafa;
  color: #bdbdbd;
  outline: none;
  transition: border 0.24s ease-in-out;
  margin: 20px;
}

.thumbs-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 16px;
}

.thumb {
  display: inline-flex;
  border-radius: 2px;
  border: 1px solid #eaeaea;
  margin-bottom: 8px;
  margin-right: 8px;
  width: 100px;
  height: 100px;
  padding: 4px;
  box-sizing: border-box;
}

.thumb.file-thumb {
  width: 200px;
  padding-top: 16px;
  justify-content: center;
}

.thumb-inner {
  display: flex;
  min-width: 0;
  overflow: hidden;
}

.thumb-inner img {
  display: block;
  width: auto;
  height: 100%;
}

.header {
  background-color: #e6e6e6;
  height: 130px;
  position: relative;
}

.header .text-title {
  position: absolute;
  top: 50%;
  left: 2.5%;
  transform: translateY(-50%);
}

.logo-wrap {
  position: absolute;
  right: 2.5%;
  top: 50%;
  transform: translateY(-50%);
}

.logo-wrap .logo_img {
  max-width: 150px;
}

.text-title {
  color: #3a8d86;
  font-weight: bold;
  font-size: 32px;
}

.text-status {
  background-color: #d8deea;
  border-radius: 18px;
  padding: 2px 8px;
  font-size: 16px;
  color: #000000;
  font-weight: 400;
}

.form-login {
  background-color: white;
  box-shadow: 2px 3px 8px 0 rgba(0, 0, 0, 0.25);
  width: 344px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.popup-login {
  background-color: white;
  box-shadow: 2px 3px 8px 0 rgba(0, 0, 0, 0.25);
  width: 344px;
  margin: 0 auto;
}

.title-accent {
  font-weight: bold;
  background-color: #3a8d86;
  color: #ffffff;
  height: 70px;
  text-align: center;
  line-height: 70px;
  font-size: 32px;
}

.nav {
  position: absolute;
  display: inline-block;
  bottom: 12px;
  right: 16px;
  cursor: pointer;
}

.nav a {
  color: #ffffff;
  font-weight: bold;
  font-size: 16px;
}

.container-login {
  margin-bottom: 100px;
}

/*    Slider    */

.btn-group {
  position: absolute !important;
  left: 50%;
  transform: translateX(-50%);
}

.image_slider_1 {
  background-image: url("/public/img/slider_1.jpeg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.image_slider_2 {
  background-image: url("/public/img/slider_2.jpeg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.slick-list {
  width: 100%;
}

/*   FOOTER   */

.footer_nav {
  position: relative;
}

.footer_nav li a {
  color: #3a8d86;
}

#footerCreditContainer {
  cursor: pointer;
  margin: 0 auto;
  overflow: auto;
  position: relative;
  top: 43px;
  padding-bottom: 20px;
  text-align: left;
  font-size: 17px;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  max-width: 360px;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  direction: ltr;
  line-height: 20px;
}

#footerCreditContainer img {
  max-width: 80px;
  position: relative;
  top: 1px;
  float: right;
}

.to-right .nav {
  left: 16px;
  right: auto;
}

.to-right .record-table td,
.to-right .record-table th {
  text-align: right;
}

.to-right form {
  direction: RTL;
}

.to-right .form-row {
  direction: RTL;
}

.to-right .btn-accent {
  margin: 0 0 14px 16px;
}

.to-right .btn i {
  padding-right: 0;
  padding-left: 8px;
}

.to-right .form-file {
  direction: LTR;
}

.to-right .back {
  text-align: right;
}

.to-right .back img {
  transform: rotate(180deg);
  float: right;
}

.to-right .form-label {
  direction: RTL;
}

.to-right .form-checkbox {
  float: right;
  margin: 5px 0 5px 12px;
}

