/* @import url('./../fonts/Montserrat/Montserrat.css'); */
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('./module/select2.min.css');

* {
  font-family: Montserrat, sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

:root {
  --url_img: "../image/";
}

body {
  background-color: #ffffff;
}

.app-body {
  margin-top: 150px;
}

/*SWEET ALERT*/
.swal2-popup {
  width: 24rem !important;
}

.swal2-icon {
  font-size: 13px !important;
}

.swal2-title {
  font-size: 16px !important;
}

.swal2-html-container {
  font-size: 13px !important;
}

.swal2-confirm,
.swal2-cancel {
  font-size: 12px !important;
}

.swal2-validation-message {
  font-size: 12px !important;
}

.swal2-image {
  margin: 0px !important;
}



/* Todo list */
.todo_list>thead>tr>th {
  color: #495057 !important;
}

.table>:not(:first-child) {
  border-top: 0px solid !important;
}

.todo_list>thead>tr>th {
  background-color: #f8f8f8 !important;
  border-top: 1px solid #ccc !important;
  border-bottom: 1px solid #ccc !important;
}

.todo_list th {
  vertical-align: middle !important;
}

.todo_list>:not(caption)>*>* {
  border-bottom-width: 0px !important;
}

.addItemTodoList {
  font-size: 12px;
  padding: auto 0px !important;
}

/* Tabla */

table thead,
tbody {
  font-size: 11.5px !important;
}

.marca_agua {
  font-size: 12px;
}

.dropdown-menu {
  width: 250px;
}

/* Notificaciones */
.custom-scroll {
  max-height: 350px;
  overflow-y: auto;
}

.estrella_plan {
  color: #ffb703;
}

.cursor-pointer {
  cursor: not-allowed;
}