@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url("../font/Inter-Thin.ttf") format("truetype");
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url("../font/Inter-ExtraLight.ttf") format("truetype");
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../font/Inter-Light.ttf") format("truetype");
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../font/Inter-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../font/Inter-Medium.ttf") format("truetype");
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../font/Inter-SemiBold.ttf") format("ttf");
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../font/Inter-Bold.ttf") format("ttf");
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("../font/Inter-ExtraBold.ttf") format("ttf");
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("../font/Inter-Black.ttf") format("ttf");
}

:root {
  --cor-prim:  #fafafa;
  --cor-seg: #F5F5F5;
  --cor-ter: #cccccc;
  --cor-quar:  #767676;;
  --cor-quint:  #333333;
  --cor-sex: #000000;
  --cor-classcode-prim: #0b4754;
  --cor-classcode-seg: #0e5a6b;
  --cor-classcode-ter: #006379;
  --cor-classcode-quart: #148199;
  --cor-classcode-quint: #4ccee8;
  --cor:#9cc3cb;
  --cor-classcode-sex: #aee9f4;
}


/* Body */

body {
  font-family: "Inter", sans-serif;
  background: var(--cor-prim);
}

#body-row {
  margin-left: 0;
  margin-right: 0;
}

a,
a:hover,
a:focus {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s;
}

/* Sidebar */
.div-sidebar{
padding-top: 2rem;
}

#sidebar-container {
  min-height: 90vh;
  background-color: var(--cor-quint);
  padding: 0;
}

/* Sidebar sizes when expanded and expanded */
.sidebar-expanded {
  width: 252px;
}

.sidebar-collapsed {
  margin-left: -50px;

}

/* Menu item */
#sidebar-container .list-group a {
  height: 50px;
  color: var(--cor-prim)
}

.menu_dinamico {
  padding-left: 0;
}

.nivel-3{
  padding-left: 20px;
  font-size: 0.88rem;
}

.nivel-4{
  padding-left: 40px;
  font-size: 0.85rem;
}

.nivel-5{
  padding-left: 45px;
  font-size: 0.81rem;
}

.nivel-6{
  padding-left: 50px;
  font-size: 0.78rem;
}

.nivel-7{
  padding-left: 55px;
  font-size: 0.75rem;
}

.nivel-8{
  padding-left: 60px;
  font-size: 0.7rem;
}

.nivel-9{
  padding-left: 65px;
  font-size: 0.7rem;
}

.nivel-10{
  padding-left: 70px;
  font-size: 0.7rem;
}

.borda-classcode{
  border-block-color: var(--cor-classcode-ter);
}

/* Submenu item*/
#sidebar-container .list-group .sidebar-submenu a {
   height: auto;
  padding-left: 40px;
}

#sidebar-container .list-group .sidebar-submenu a:hover {
  padding-left: 35px;
}

#sidebar-container .list-group-item .menu-collapsed:hover {
  color: var(--cor-ter);
}

.sidebar-submenu {
  font-size: 0.9rem;
 
}

/* Separators */
.sidebar-separator-title {
  background-color: var(--cor-quint);
  height: 35px;
}

.sidebar-separator {
  background-color: var(--cor-quint);
  height: 25px;
}

.logo-separator {
  background-color: var(--cor-quint);
  height: 60px;
}

/* Closed submenu icon */
#sidebar-container
  .list-group
  .list-group-item[aria-expanded="false"]
  .submenu-icon::after {
  content: "\f0d7";
  font-family: "Font Awesome 5 Free";
  display: inline;
  text-align: right;
  padding-left: 10px;
  font-weight: 900;
}

/* Opened submenu icon */
#sidebar-container
  .list-group
  .list-group-item[aria-expanded="true"]
  .submenu-icon::after {
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  display: inline;
  text-align: right;
  padding-left: 10px;
  font-weight: 900;
}

/* login */
.auth-card {
  margin-bottom: 30px;
}

/* auth-button */
.btn-topo {
  margin-top: 30px;
}

.change-form-p {
  text-align: center;
}

/* Botao ClassCode */
.btn-classcode {
  color: var(--cor-prim);
  background-color: var(--cor-classcode-ter);
  border-color: var(--cor-classcode-prim);
}

.btn-classcode:hover,
.btn-classcode:focus,
.btn-classcode:active,
.btn-classcode.active,
.open .dropdown-toggle.btn-classcode {
  color: var(--cor-prim);
  background-color: var(--cor-classcode-quart);
  border-color: var(--cor-classcode-prim);
}

.btn-classcode:active,
.btn-classcode.active,
.open .dropdown-toggle.btn-classcode {
  background-image: none;
}

.btn-classcode.disabled,
.btn-classcode[disabled],
fieldset[disabled] .btn-classcode,
.btn-classcode.disabled:hover,
.btn-classcode[disabled]:hover,
fieldset[disabled] .btn-classcode:hover,
.btn-classcode.disabled:focus,
.btn-classcode[disabled]:focus,
fieldset[disabled] .btn-classcode:focus,
.btn-classcode.disabled:active,
.btn-classcode[disabled]:active,
fieldset[disabled] .btn-classcode:active,
.btn-classcode.disabled.active,
.btn-classcode[disabled].active,
fieldset[disabled] .btn-classcode.active {
  background-color: var(--cor-classcode-ter);
  border-color: var(--cor-classcode-prim);
}

.btn-classcode .badge {
  color: var(--cor-classcode-ter);
  background-color: var(--cor-prim);
}

/* Background Color ClassCode */
.bg-classcode {
  background-color: var(--cor-classcode-ter) !important;
}

/* Sidebar button ClassCode*/
.sidebar-btn {
  color: var(--cor-classcode-ter);
  position: absolute;
  font-size: 22px;
  font-weight: 900;
  cursor: pointer;
  transition: 0.3s;
  transition-property: color;
}

.sidebar-btn:hover {
  color: var(--cor-classcode-quint);
}

/* Logo */
.logo img {
  margin-left: 60px;
}

/* Navbar Menu*/
.navbarmenu {
  margin-left: 60px;
}

.navbarmenu ul {
  display: flex;
  list-style-type: none;
}

.navbarmenu ul li a {
  padding-left: 10px;
  padding-right: 10px;

}

/* Botoes */
.btn-sm {
  color: var(--cor-classcode-ter);
  background-color: transparent;
  background-size: auto;
  text-align: center;
  padding-top: 100px;
  width: 20px;
  height: 20px;
  padding: 6px 0px;
  font-size: 15px;
  text-align: center;
  border: none !important;
}

.btn-sm:hover {
  color: var(--cor-classcode-quint);
}

.btn-circle.btn-md {
  background-size: auto;
  text-align: center;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  font-size: 25px;
}

.btn-circle.btn-adicao {
  background-size: auto;
  text-align: center;
  width: 35px;
  height: 35px;
  border-radius: 25px;
  font-size: 12px;
  text-align: center;
}

/* Messages */
ul.messages {
  padding: 0;
}

ul.messages li {
  list-style: none;
}


/* Paginação */
.pagination {
  margin-bottom: 20px;
}

.step-links {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

.step-links .current {
  margin-left: 5px;
  margin-right: 5px;
}


/* Link */
.link-classcode {
  color: var(--cor-classcode-ter);
}

.link-classcode:hover {
  color: var(--cor-classcode-ter);
  text-decoration: underline;
}

/* Brand */
.navbarnomeempresa {
  margin-left: 40px;
}

/*Define o tamanho da div superior. Para sobrar espaco para a div inferior que sera usada pelo Footer*/
.divsuperiortamanho {
  height: 95%;
}

.limita_texto {
  max-width: 45ch;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.linha {
  display: inline-block;
  border-bottom: 0.5px solid var(--cor-sex);
  padding-bottom: 5px;
}

h2 {
  font-family: "Inter", sans-serif;
  font-size: 30px;
}

h6 {
  font-family: "Inter", sans-serif;
  font-size: 24px;
}

/* Custumer style FilteredSelectMultiple */
.selector .selector-chosen h2 {
  background: none;
  font-size: 20px;
}

.selector .selector-available h2 {
  background: none;
  font-size: 20px;
}
.selector .selector-available h2 .help-icon{
  background: none;
}

.selector-chosen .filtered {
  border-top: var(--cor-quar) solid 1px; 
}


/*Form inline */

.div_forminline {
  background-color: var(--cor-seg);
  margin: 5px; 

}

.bord-forminline {
  border-radius: 5px;
  border: var(--cor-ter) solid 1px;
}

.div_button_add_formline {
  align-items: center;
  display: flex;  
  justify-content: center;
}

.btn_add_formulario {
  color: var(--cor-quar);
}

.btn_add_formulario:hover{
  text-decoration: none;
  font-weight: bold;
}


/* Input image field */
input[type="file"] {
  display: none;
}
.custom-file-upload {
  border: 1px solid var(--cor-ter);
  display: inline-block;
  padding: 6px 12px;
  cursor: pointer;
}


/* modelo mensagem */
.terms_list {
  list-style: none; 
  background-color:var(--cor-ter);;
  padding: 10px;
}

.list-terms {
padding-top: 50px;
}

.icon_cursor:hover {
cursor: pointer;
}

.color_icons {
   color: var(--cor-classcode-ter)
}

.cabecalho_frame {
   display: flex;
}

/* Spinner CSS */
#cover-spin {
  position: fixed;
  width: 80%;
  z-index: 9999;
  margin: auto;
  height: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#cover-spin span {
  position: relative;
  top: 60px;
}

#cover-spin::after {
  content: '';
  display: block;
  position: absolute;
  width: 60px;
  height: 60px;
  border-style: solid;
  border-color: var(--cor-sex);
  border-top-color: transparent;
  border-width: 4px;
  border-radius: 50%;
  -webkit-animation: spin .8s linear infinite;
  animation: spin .8s linear infinite;
  -webkit-animation: rotation .6s infinite linear;
  -moz-animation: rotation .6s infinite linear;
  -o-animation: rotation .6s infinite linear;
  animation: rotation .6s infinite linear;
  border-left: 6px solid var(--cor-classcode-sex);
  border-right: 6px solid var(--cor-classcode-sex);
  border-bottom: 6px solid var(--cor-classcode-sex);
  border-top: 6px solid var(--cor-classcode-ter);
  border-radius: 50%;
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(359deg);
  }
}

@-moz-keyframes rotation {
  from {
    -moz-transform: rotate(0deg);
  }

  to {
    -moz-transform: rotate(359deg);
  }
}

@-o-keyframes rotation {
  from {
    -o-transform: rotate(0deg);
  }

  to {
    -o-transform: rotate(359deg);
  }
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(359deg);
  }
}

.not-visible {
  display: none;
}
  
/* Tela de envio de mensagem tipo chat*/

.msg_history {
  overflow-y: auto;
}

.time_date {
    color: var(--cor-quar);
    display: block;
    font-size: 12px;
    margin: 8px 0 0;
}

.incoming_msg {
  overflow: hidden;
  margin: 10px 0 10px;
}

.received_msg {
    display: inline-block;
    padding: 0 0 0 10px;
    vertical-align: top;
    width: 92%;
}

.received_withd_msg {
    width: 50%;
}

.received_withd_msg p {
    background: var(--cor-ter) none repeat scroll 0 0;
    border-radius: 3px;
    color: var(--cor-quint);
    font-size: 14px;
    margin: 0;
    padding: 5px 10px 5px 12px;
    width: 100%;
}

.received_withd_msg .div_media {
  background: var(--cor-ter) none repeat scroll 0 0;
  border-radius: 3px;
  color: var(--cor-quint);
  font-size: 14px;
  margin: 0;
  padding: 5px 10px 5px 12px;
  width: 100%;
  text-align: center;
}

.message_image {
  padding-top: 10px;
  max-width: 90%; 
  max-height: 300px;
}

.message_video {
  padding-top: 10px;
  width: 90%; 
  max-height: 300px;
}

.message_document {
  padding-top: 10px;
  max-width: 50%;
  max-height: 100px;
}

.message_audio {
  padding-top: 10px;
}

.outgoing_msg {
    overflow: hidden;
    margin: 10px 0 10px;
}

.sent_withd_msg {
    float: right;
    width: 50%;
}

.sent_withd_msg p {
    background: var(--cor-classcode-quart) none repeat scroll 0 0;
    border-radius: 3px;
    font-size: 14px;
    margin: 0;
    color: var(--cor-prim);
    padding: 5px 10px 5px 12px;
    width: 100%;
}

.sent_withd_msg .mensagem_enviada{
  background: var(--cor-classcode-quart) none repeat scroll 0 0;
  border-radius: 3px;
  font-size: 14px;
  margin: 0;
  color: var(--cor-prim);
  padding: 5px 10px 5px 12px;
  width: 100%;
}

.sent_withd_msg .icone_opcoes{
  text-align: center;
  background: var(--cor-classcode-quart) none repeat scroll 0 0;
  border-radius: 3px;
  font-size: 14px;
  margin: 0;
  color: var(--cor-prim);
  padding: 5px 10px 5px 12px;
  width: 100%;
}


/* Botao mensagem enviada */
.btn-mensagem_enviada {
  color: var(--cor-seg);
  background-color: var(--cor-classcode-quart);
  border: var(--cor-classcode-prim) 1.5px solid;
  border-radius: 3px;
  text-align: center;
  width: 8rem;
}

.sent_withd_msg .div_media {
  background: var(--cor-classcode-quart) none repeat scroll 0 0;
  border-radius: 3px;
  color: var(--cor-prim);
  font-size: 14px;
  margin: 0;
  padding: 5px 10px 5px 12px;
  width: 100%;
  text-align: center;
}


/*icons*/

.icon_size{
  font-size: 1.5em;
}

.icon_gray {
  color: #868686;
}

.icon_green {
  color: green;
}

.icon_red {
  color: red;
}

.icon_white{
  color: #ffffff;
}

.icon_blue {
  color:#02e0fd;
}

.icon_yellow {
  color: yellow;
  }

.icon_black {
  color: black;
  }
