/**
  Use Adobe Color to get color paleth
  https://color.adobe.com/es/create/color-wheel
  Select Opcion Monocromatic
**/
body {
  color: #221f1c;
}

.primary-button {
  color: #fff;
  background-color: #36577D;
}

.theme-text-first {
  color: #221f1c;
}
.theme-text-second {
  color: #aaadaf;
}
.theme-text-third {
  color: #221f1c;
}

.text-in-line {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.box_help {
  position: fixed;
  z-index: 100000000000;
  width: 250px;
  height: 500px;
  border: 2px solid #000000;
  color: #ffffff;
  padding: 10px;
  background-color: rgba(36, 36, 36, 0.83);
  bottom: 0;
  left: 0;
  overflow-y: scroll;
}
.box_help .box_content {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.radio-content {
  display: flex;
  justify-content: start;
  justify-items: center;
  gap: 10px;
}

.input-radio {
  border: 2px solid #36577D;
  padding: 10px;
  border-radius: 15px;
}

.card-title-row {
  display: block;
  margin: 0 0 3px 0;
  padding: 1px 8px;
  transform: translateY(-12px);
  position: absolute;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  background-color: #36577D;
  border-radius: 4px;
}

.border-second {
  border: 2px solid #6DB0FD !important;
}

.input-radio-active {
  background-color: #36577D;
  color: white;
}

.text-black {
  color: #000;
}

.text-color-first {
  color: #36577D;
}

.text-color-second {
  color: #6DB0FD;
}

.text-color-third {
  color: #2187FC;
}

.bg-color-first {
  background-color: #36577D;
}

.bg-color-second {
  background-color: #2187FC;
}

.bg-color-third {
  background-color: #2187FC;
}

.brightness-50 {
  filter: brightness(0.5);
}

.for_ico_info {
  color: #36577D;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
}

.media_option {
  display: flex;
  align-items: center;
  gap: 10px;
}
.media_option img {
  max-height: 30px;
  max-width: 50px;
}
.media_option img.img_show {
  max-height: 80px;
  max-width: 100px;
}
.media_option_info {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.media_option_info .option__title {
  font-weight: 600;
}

.table-custom-sm {
  font-size: 14px;
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  border-collapse: collapse;
}
.table-custom-sm th, .table-custom-sm td {
  padding: 8px !important;
  vertical-align: middle;
  border: 1px solid #dee2e6;
}
.table-custom-sm.table-borderless th, .table-custom-sm.table-borderless td,
.table-custom-sm .table-borderless th,
.table-custom-sm .table-borderless td {
  border: 0 !important;
}
.table-custom-sm thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
  background-color: #f8f9fa;
}

.modal-dialog-shadow-xl {
  box-shadow: 6px 5px 100px 1000px rgba(20, 20, 20, 0.86);
}

.gap-3 {
  gap: 1rem !important;
}

.gap-2 {
  gap: 0.75rem !important;
}

.overflow-y-auto {
  overflow-y: auto;
}

.grid {
  display: grid;
}

.grid-rows-1 {
  grid-template-rows: repeat(1, minmax(0, 1fr));
}

.grid-rows-2 {
  grid-template-rows: repeat(2, minmax(0, 1fr));
}

.grid-rows-3 {
  grid-template-rows: repeat(3, minmax(0, 1fr));
}

.grid-rows-4 {
  grid-template-rows: repeat(4, minmax(0, 1fr));
}

.grid-rows-5 {
  grid-template-rows: repeat(5, minmax(0, 1fr));
}

.grid-rows-6 {
  grid-template-rows: repeat(6, minmax(0, 1fr));
}

.grid-rows-7 {
  grid-template-rows: repeat(7, minmax(0, 1fr));
}

.grid-rows-8 {
  grid-template-rows: repeat(8, minmax(0, 1fr));
}

.grid-rows-9 {
  grid-template-rows: repeat(9, minmax(0, 1fr));
}

.grid-rows-10 {
  grid-template-rows: repeat(10, minmax(0, 1fr));
}

.grid-rows-11 {
  grid-template-rows: repeat(11, minmax(0, 1fr));
}

.grid-rows-12 {
  grid-template-rows: repeat(12, minmax(0, 1fr));
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.grid-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.grid-cols-7 {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.grid-cols-8 {
  grid-template-columns: repeat(8, minmax(0, 1fr));
}

.grid-cols-9 {
  grid-template-columns: repeat(9, minmax(0, 1fr));
}

.grid-cols-10 {
  grid-template-columns: repeat(10, minmax(0, 1fr));
}

.grid-cols-11 {
  grid-template-columns: repeat(11, minmax(0, 1fr));
}

.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

.col-auto {
  grid-column: auto;
}

.col-span-1 {
  grid-column: span 1/span 1;
}

.col-span-2 {
  grid-column: span 2/span 2;
}

.col-span-3 {
  grid-column: span 3/span 3;
}

.col-span-4 {
  grid-column: span 4/span 4;
}

.col-span-5 {
  grid-column: span 5/span 5;
}

.col-span-6 {
  grid-column: span 6/span 6;
}

.col-span-7 {
  grid-column: span 7/span 7;
}

.col-span-8 {
  grid-column: span 8/span 8;
}

.col-span-9 {
  grid-column: span 9/span 9;
}

.col-span-10 {
  grid-column: span 10/span 10;
}

.col-span-11 {
  grid-column: span 11/span 11;
}

.col-span-12 {
  grid-column: span 12/span 12;
}
