.gradient-custom-2 {
  /* fallback for old browsers */
  /* background: #fccb90; */

  /* Chrome 10-25, Safari 5.1-6 */
  /* background: -webkit-linear-gradient(to right, #ee7724, #d8363a, #dd3675, #b44593); */

  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  /* background: linear-gradient(to right, #ee7724, #d8363a, #dd3675, #b44593); */

  box-shadow: 0 3px 10px 0 rgb(38 59 94 / 35%);
}

@media screen and (min-width: 1024px) {
  .pc-occurrence {
    display: block !important;
  }
}

@media (max-width: 992px) {
  .cell-display {
    display: none;
  }
}

@media (min-width: 768px) {
  .gradient-form {
    height: 100vh !important;
  }
}

@media (min-width: 769px) {
  .gradient-custom-2 {
    border-top-right-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
  }
}

.small-box {
  border-radius: 0.25rem;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.125), 0 1px 3px rgba(0, 0, 0, 0.2);
  display: block;
  margin-bottom: 20px;
  position: relative;
  color: white;
  box-shadow: 0 1px 7px 0 rgb(38 59 94 / 35%);
}

.small-box > a {
  color: #fff !important;
}

.small-box h3 {
  font-weight: 700;
  padding: 0;
  white-space: nowrap;
}

.small-box:hover {
  text-decoration: none;
}

.small-box > .inner {
  padding: 10px;
}

.small-box .icon > i.fa,
.small-box .icon > i.fab,
.small-box .icon > i.fad,
.small-box .icon > i.fal,
.small-box .icon > i.far,
.small-box .icon > i.fas,
.small-box .icon > i.ion {
  font-size: 70px;
  top: 20px;
}

.small-box:hover .icon > i,
.small-box:hover .icon > i.fa,
.small-box:hover .icon > i.fab,
.small-box:hover .icon > i.fad,
.small-box:hover .icon > i.fal,
.small-box:hover .icon > i.far,
.small-box:hover .icon > i.fas,
.small-box:hover .icon > i.ion {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.small-box .icon > i {
  font-size: 50px;
  position: absolute;
  right: 15px;
  top: 15px;
  transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}

.small-box .icon {
  color: rgba(0, 0, 0, 0.15);
  z-index: 0;
}

.small-box > .small-box-footer:hover {
  background-color: rgba(0, 0, 0, 0.15);
  color: #fff;
}

.small-box > .small-box-footer {
  background-color: rgba(0, 0, 0, 0.1);
  color: rgba(255, 255, 255, 0.8);
  display: block;
  padding: 3px 0;
  position: relative;
  text-align: center;
  text-decoration: none;
  z-index: 10;
  font-size: 1.1em;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .small-box {
    text-align: center;
  }

  .small-box .icon {
    display: none;
  }
}

.main {
  min-height: 100vh;
  width: 100%;
  overflow: hidden;
  transition: all 0.35s ease-in-out;
  background-color: #fafbfe;
}

.content-main {
  border: 1px solid rgb(221, 221, 221);
  border-radius: 5px;
  box-shadow: 0 1.5px 8px 0 rgb(38 59 94 / 35%);
}

.top_nav {
  background-color: #0e2238;
  color: white;
}

.top_nav .dropdown-menu {
  background-color: #0e2238;
  color: white;
  border: 0px solid transparent !important;
  border-radius: 0px !important;
}

.dropdown-menu .dropdown-item {
  color: white;
}

.dropdown-menu .dropdown-item:hover {
  border-left: 3px solid #3b7ddd;
  background-color: rgba(255, 255, 255, 0.075);
  color: white;
}

.button-collapse {
  background-color: white;
  color: #000000a8;
  text-decoration: none;
  border-radius: 5px;
  display: block;
  justify-content: space-between;
  align-items: center;
  border: 1px solid transparent;
  box-shadow: 0 10px 30px 0 #967e6d57;
  padding: 20px;
  width: 100%;
  cursor: pointer;
}

.button-collapse .multi-collapse {
  margin-top: 10px;
}

.button-collapse .collapse.show {
  display: block;
}

.btn-collapse-especial {
  background-color: #000000a8;
  border-color: transparent;
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 350px;
  height: 30px;
  padding: 20px;
  color: white;
  text-transform: uppercase;
}

.content-see-occurence #previewPdf {
  width: 100%;
  height: 300px;
  border: 2px solid #ddd;
  border-radius: 10px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  background-color: #f8f9fa;
  transition: all 0.3s ease-in-out;
}

.content-see-occurence #previewPdf:hover {
  box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.2);
  border-color: #bbb;
}

.suport-float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 70px;
  right: 40px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
  transition: all 0.2s;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

.suport-float i {
  margin-top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

.suport-float::after {
  content: "";
  display: inline-block;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all 0.4s;
  background-color: #25d366;
  transform: scale(1);
}

.suport-float:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  text-decoration: none;
  color: white;
}

.suport-float:active {
  transform: translateY(-1px);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  color: white;
}

.suport-float:hover::after {
  transform: scale(1.4);
  opacity: 0;
  color: white;
}

.suport-float-chat {
  position: fixed;
  width: 330px;
  bottom: -10px;
  right: 120px;
  background-color: #25d366;
  color: #fff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  text-align: start;
  font-size: 20px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
  transition: all 0.2s;
  text-decoration: none;
  display: flex;
  justify-content: start;
  align-items: start;
}

.suport-float-chat:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  text-decoration: none;
  color: white;
}

.suport-float-chat:hover::after {
  transform: scale(1.4);
  opacity: 0;
  color: white;
}

.chat-popup {
  position: fixed;
  bottom: 0px;
  right: 110px;
  width: 350px;
  max-height: 400px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 10px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  display: none;
  flex-direction: column;
  z-index: 101;
  overflow: hidden;
}

.chat-header {
  background-color: #25d366;
  color: white;
  padding: 10px;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.chat-body {
  padding: 10px;
  overflow-y: auto;
  max-height: 300px;
}

.close-chat {
  background: none;
  border: none;
  color: white;
  font-size: 18px;
  cursor: pointer;
}

.close-chat:hover {
  color: #000;
}

.chat-form {
  display: flex;
  border-top: 1px solid #ccc;
  padding: 10px;
  background-color: #f9f9f9;
}

.chat-form input[type="text"] {
  flex: 1;
  padding: 8px;
  border-radius: 5px;
  border: 1px solid #ccc;
  margin-right: 5px;
}

.chat-form button {
  background-color: #25d366;
  color: white;
  border: none;
  padding: 8px 12px;
  border-radius: 5px;
  cursor: pointer;
}

.chat-form button:hover {
  background-color: #1ebe5d;
}

#chatMessages p {
  margin: 5px 0;
  padding: 5px 10px;
  background: #e0e0e0;
  border-radius: 10px;
  word-wrap: break-word;
}

.icon-chat {
  display: none;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .icon-chat {
    display: block !important;
  }

  .text-chat {
    display: none !important;
  }

  .suport-float-chat {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 140px;
    right: 40px !important;
    border-radius: 50%;
    background-color: #25d366;
    color: #fff;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    transition: all 0.2s;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .chat-popup {
    position: fixed;
    bottom: 60px;
    right: 8px;
    width: 250px;
    max-height: 400px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 10px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    display: none;
    flex-direction: column;
    z-index: 4000;
    overflow: hidden;
  }

  .chat-form input[type="text"] {
    flex: 1;
    padding: 8px;
    border-radius: 5px;
    border: 1px solid #ccc;
    margin-right: 5px;
    width: 10%;
  }
}

@media screen and (max-width: 767px) {
  .icon-chat {
    display: block !important;
  }

  .text-chat {
    display: none !important;
  }

  .suport-float-chat {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 140px;
    right: 10px;
    border-radius: 50%;
    background-color: #25d366;
    color: #fff;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    transition: all 0.2s;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .chat-popup {
    position: fixed;
    bottom: 60px;
    right: 8px;
    width: 250px;
    max-height: 400px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 10px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    display: none;
    flex-direction: column;
    z-index: 4000;
    overflow: hidden;
  }

  .chat-form input[type="text"] {
    flex: 1;
    padding: 8px;
    border-radius: 5px;
    border: 1px solid #ccc;
    margin-right: 5px;
    width: 10%;
  }

  .suport-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 70px;
    right: 10px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    transition: all 0.2s;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

