@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,600;1,700;1,800;1,900&display=swap');
html {
    font-family: 'Nunito', sans-serif;
}
.simplebar-offset, .navbar.navbar-dark.col-12 {
    background-color: #01344E;
}

.sidebar .nav-item.active>.nav-link {
    background-color: #1E66B4 !important;
}

.nav-link:hover:not(.active):not(.user-icon) {
    background-color: #3273b8 !important;
}

.btn-primary {
    background-color: #1E66B4;
    border-color: #1E66B4;
    transition: background-color 0.5s;
}

.btn-primary:hover {
    background-color: #114781;
    border-color: #114781;
}

.btn-secondary {
    background-color: #C1BCC0;
    border-color: #C1BCC0;
    transition: background-color 0.5s;
}

.btn-secondary:hover {
    background-color: #b4afb3;
    border-color: #b4afb3;
}

.bg-blue-clear-alt {
    /* background-color: #c5dffb */
}

.modalContainer {
    width: 100vw;
    height: 100vh;
    max-width: 100vw !important;
    max-height: 100vh !important;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 2000;
    display: none;
    justify-content: center;
    align-items: center;
}

.modalContainer.showModal {
    display: flex;
}

.modalItemsViewer {
    background-color: white;
    width: 100vw;
    height: 100vh;
    padding: 12px;
    display: flex;
    justify-content: center;
    /* align-items: center; */
    /* align-content: center; */
    flex-wrap: wrap;
}

.cursorPointer {
    cursor: pointer;
}

.img-preview-card {
    width: 260px;
    margin-bottom: 26px;
}

.mh300 {
    max-height: 60vh;
}

.buttons-actions-modal {
    position: absolute;
    bottom: 12px;
    right: 12px;
}

.p24 {
    font-size: 24px;
}

.width-60 {
    width: 60px;
}
.w200 {
    width: 200px;
}
.bg-gradient-terc {
    background-color: #fff;
}

.modal-info .modal-content {
    background-color: #fff !important;
}

.mt6 {
    margin-top: 6px;
}

.mt12 {
    margin-top: 12px;
}

.form-group {
    margin-bottom: 12px;
}
.d-flex-center {
    display: flex;
    width: 100%;
    justify-items: center;
    justify-content: center;
    align-items: center;
    align-content: center;
}
.d-flex-center-wrap {
    display: flex;
    width: 100%;
    justify-items: center;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.d-flex-right-wrap {
    display: flex;
    width: 100%;
    justify-items: flex-end;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
}

.mb12 {
    margin-bottom: 12px;
}

.p20 {
    padding: 20px
}

.verificado {
    background-color: #30AD15;
    padding: 4px;
    border-radius: 12px;
    color: #fff;
    text-align: center;
}

.naoVerificado {
    background-color: #AD382F;
    padding: 4px;
    border-radius: 12px;
    color: #fff;
    text-align: center;
}

.marginBotom24 {
    margin-bottom: 24px;
}

.mt-24 {
    margin-top: 24px !important;
}

.row-items-select {
    display: flex;
    justify-content: center;
}

.box-card-option-lg {
    width: 150px;
    height: 150px;
    border-radius: 12px;
    border: 1px solid #505050;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    margin: 4px;
    cursor: pointer;
    flex-direction: column;
    transition: all 0.4s;
}
.box-card-option-lg:hover {
    -webkit-box-shadow: -2px 6px 17px -3px rgba(0,0,0,0.26);
-moz-box-shadow: -2px 6px 17px -3px rgba(0,0,0,0.26);
box-shadow: -2px 6px 17px -3px rgba(0,0,0,0.26);
}

.box-card-option-lg>p {
    font-weight: bold;
}

.f24 {
    font-size: 24px;
}

.t-align-center {
    text-align: center;
}

.bold {
    font-weight: bold;
}

.mB24 {
    margin-bottom: 24px;
}

.cor-validade-green {
    color: green;
    font-weight: bold;
}

.cor-validade-red {
    color: red;
    font-weight: bold;
}

.cor-validade-yellow {
    color: #f1c40f;
    font-weight: bold;
}

.green-square {
    background-color: green;
    height: 25px;
    width: 25px;
    border-radius: 4px;
}

.yellow-square {
    background-color: #f1c40f;
    height: 25px;
    width: 25px;
    border-radius: 4px;
}

.red-square {
    background-color: red;
    height: 25px;
    width: 25px;
    border-radius: 4px;
}

.a-link {
    color: #01344E !important;
}

.a-link:hover {
    text-decoration: #01344E !important;
}

#chat {
    height: 300px;
    overflow: auto;
}

.mw150 {
    max-width: 150px;
}

.mw400 {
    max-width: 400px;
}

.now100 {
    width: auto;
}

.w100 {
    width: 100%;
}

.d-flex-just-center {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

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

.text-box-blue {
    border-radius: 4px;
    background-color: #01344E;
    color: #ffff;
    padding: 12px;
    max-width: 70%;
}

.text-box-gray {
    border-radius: 4px;
    background-color: #999899;
    color: white;
    padding: 12px;
    max-width: 70%;
}

.d-flex-right {
    display: flex;
    justify-content: flex-end;
    justify-items: flex-end;
}

.d-flex-start {
    display: flex;
    justify-content: flex-start;
    justify-items: flex-start;
}

.legend {

    background: #fff;
    background: rgba(255, 255, 255, 0.8);
    left: 80px;
    top: 20px;
    padding: 20px;
    border: 1px solid;
  }
  .legend h4 {
    margin: 0 0 10px;
    text-transform: uppercase;
    font-family: sans-serif;
    text-align: center;
  }
  .legend ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  .legend li { padding-bottom: 5px; font-size: 11px; }
  .legend span {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 6px;
  }
  .vertical-line {
	border-left: 4px solid rgba(216, 216, 216, 1);
    border-radius: 12px;
	height: 40px;
  }
  .notification-badge {
	position: absolute;
	right: -13px;
	z-index: 10;
  }
  .notification-icon {
	position: absolute;
	z-index: 9;
  }
  .th-notifications {
    padding: 12px;
  }
  .td-notifications {
    padding: 12px;
  }