.ico-excel {
  font-size: 30px;
  margin-left: -5px;
}

.ico-table {
  font-size: 18px;
}

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

th {
  text-align: center;
}

.div-img-pedido {
  width: 80px;
  height: 80px;
  /* background: red; */
  /* text-align: center; */
  margin: 0 auto;
}


.card-img-top2 {
  width: 100px;
  /* border-top-left-radius: calc(.25rem - 1px); */
  /* border-top-right-radius: calc(.25rem - 1px); */
  height: 100px;
  border-radius: 50px;
}

.div-header {
  width: 100%;
  text-align: center;
  color: #fefefe;
}

.div-cabecera {
  text-align: center;
  background: #28a0f0;
  padding-top: 6px;
  /* color: white; */
}

.user-profile2 img {
  width: 50px;
  height: 50;
  border-radius: 50%;
  box-shadow: 0 16px 38px -12px rgb(0 0 0 / 56%), 0 4px 25px 0 rgb(0 0 0 / 12%), 0 8px 10px -5px rgb(0 0 0 / 20%);
}

.detalle {
  /* width: 100px; */
  /* text-overflow: clip; */
  white-space: pre-wrap;
  width: 200px;
  text-align: center;
  margin-top: -40px;
}

.ancho-celda {
  width: 220px;
  white-space: pre-line;
  margin-top: -30px;
}

.text-monto {
  font-size: 36px;
  color: rgb(50, 207, 50);
}

.text-monto2 {
  font-size: 55px;
  color: rgb(207, 81, 50);
}





.icon-envelope-open,
.icon-user,
.icon-lock,
.fa-bell-o {
  color: #f7baba;
}



.opacidad {
  opacity: 0.7;
  filter: alpha(opacity=50);
  background-color: #fefefe;
}

.color-d {
  color: #D7B57D;
}

.card-body2 {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
  background: #fefefe;
}

.video-responsive {
  position: relative;
  padding-bottom: 56.25%;
  /* 16/9 ratio */
  padding-top: 30px;
  /* IE6 workaround*/
  height: 0;
  overflow: hidden;
}

.video-responsive iframe,
.video-responsive object,
.video-responsive embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* css chat inicio */

#framechat {
  width: 100%;
  /* min-width: 360px;
        max-width: 1000px; */
  height: 92vh;
  min-height: 300px;
  max-height: 720px;
  background: #E6EAEA;
  border: 1px solid #000;
}

@media screen and (max-width: 360px) {
  #framechat {
    width: 100%;
    height: 100vh;
  }
}



#framechat #sidepanel {
  float: left;
  min-width: 280px;
  max-width: 340px;
  width: 40%;
  height: 100%;
  background: #000000;
  color: #f5f5f5;
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 735px) {
  #framechat #sidepanel {
    width: 58px;
    min-width: 58px;
  }
}

#framechat #sidepanel #profile {
  width: 80%;
  margin: 25px auto;
}

@media screen and (max-width: 735px) {
  #framechat #sidepanel #profile {
    width: 100%;
    margin: 0 auto;
    padding: 5px 0 0 0;
    background: #32465a;
  }
}

#framechat #sidepanel #profile.expanded .wrap {
  height: 210px;
  line-height: initial;
}

#framechat #sidepanel #profile.expanded .wrap p {
  margin-top: 20px;
}

#framechat #sidepanel #profile.expanded .wrap i.expand-button {
  -moz-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}

#framechat #sidepanel #profile .wrap {
  height: 60px;
  line-height: 60px;
  overflow: hidden;
  -moz-transition: 0.3s height ease;
  -o-transition: 0.3s height ease;
  -webkit-transition: 0.3s height ease;
  transition: 0.3s height ease;
}

@media screen and (max-width: 735px) {
  #framechat #sidepanel #profile .wrap {
    height: 55px;
  }
}

#framechat #sidepanel #profile .wrap img {
  width: 50px;
  border-radius: 50%;
  padding: 3px;
  border: 2px solid #e74c3c;
  height: auto;
  float: left;
  cursor: pointer;
  -moz-transition: 0.3s border ease;
  -o-transition: 0.3s border ease;
  -webkit-transition: 0.3s border ease;
  transition: 0.3s border ease;
}

@media screen and (max-width: 735px) {
  #framechat #sidepanel #profile .wrap img {
    width: 40px;
    margin-left: 4px;
  }
}

#framechat #sidepanel #profile .wrap img.online {
  border: 2px solid #2ecc71;
}

#framechat #sidepanel #profile .wrap img.away {
  border: 2px solid #f1c40f;
}

#framechat #sidepanel #profile .wrap img.busy {
  border: 2px solid #e74c3c;
}

#framechat #sidepanel #profile .wrap img.offline {
  border: 2px solid #95a5a6;
}

#framechat #sidepanel #profile .wrap p {
  float: left;
  margin-left: 15px;
}

@media screen and (max-width: 735px) {
  #framechat #sidepanel #profile .wrap p {
    display: none;
  }
}

#framechat #sidepanel #profile .wrap i.expand-button {
  float: right;
  margin-top: 23px;
  font-size: 0.8em;
  cursor: pointer;
  color: #435f7a;
}

@media screen and (max-width: 735px) {
  #framechat #sidepanel #profile .wrap i.expand-button {
    display: none;
  }
}

#framechat #sidepanel #profile .wrap #status-options {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  width: 150px;
  margin: 70px 0 0 0;
  border-radius: 6px;
  z-index: 99;
  line-height: initial;
  background: #435f7a;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

@media screen and (max-width: 735px) {
  #framechat #sidepanel #profile .wrap #status-options {
    width: 58px;
    margin-top: 57px;
  }
}

#framechat #sidepanel #profile .wrap #status-options.active {
  opacity: 1;
  visibility: visible;
  margin: 75px 0 0 0;
}

@media screen and (max-width: 735px) {
  #framechat #sidepanel #profile .wrap #status-options.active {
    margin-top: 62px;
  }
}

#framechat #sidepanel #profile .wrap #status-options:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 8px solid #435f7a;
  margin: -8px 0 0 24px;
}

@media screen and (max-width: 735px) {
  #framechat #sidepanel #profile .wrap #status-options:before {
    margin-left: 23px;
  }
}

#framechat #sidepanel #profile .wrap #status-options ul {
  overflow: hidden;
  border-radius: 6px;
}

#framechat #sidepanel #profile .wrap #status-options ul li {
  padding: 15px 0 30px 18px;
  display: block;
  cursor: pointer;
  list-style: none;
}

@media screen and (max-width: 735px) {
  #framechat #sidepanel #profile .wrap #status-options ul li {
    padding: 15px 0 35px 22px;
  }
}

#framechat #sidepanel #profile .wrap #status-options ul li:hover {
  background: #496886;
}

#framechat #sidepanel #profile .wrap #status-options ul li span.status-circle {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 5px 0 0 0;
}

@media screen and (max-width: 735px) {
  #framechat #sidepanel #profile .wrap #status-options ul li span.status-circle {
    width: 14px;
    height: 14px;
  }
}

#framechat #sidepanel #profile .wrap #status-options ul li span.status-circle:before {
  content: '';
  position: absolute;
  width: 14px;
  height: 14px;
  margin: -3px 0 0 -3px;
  background: transparent;
  border-radius: 50%;
  z-index: 0;
}

@media screen and (max-width: 735px) {
  #framechat #sidepanel #profile .wrap #status-options ul li span.status-circle:before {
    height: 18px;
    width: 18px;
  }
}

#framechat #sidepanel #profile .wrap #status-options ul li p {
  padding-left: 12px;
}

@media screen and (max-width: 735px) {
  #framechat #sidepanel #profile .wrap #status-options ul li p {
    display: none;
  }
}

#framechat #sidepanel #profile .wrap #status-options ul li#status-online span.status-circle {
  background: #2ecc71;
}

#framechat #sidepanel #profile .wrap #status-options ul li#status-online.active span.status-circle:before {
  border: 1px solid #2ecc71;
}

#framechat #sidepanel #profile .wrap #status-options ul li#status-away span.status-circle {
  background: #f1c40f;
}

#framechat #sidepanel #profile .wrap #status-options ul li#status-away.active span.status-circle:before {
  border: 1px solid #f1c40f;
}

#framechat #sidepanel #profile .wrap #status-options ul li#status-busy span.status-circle {
  background: #e74c3c;
}

#framechat #sidepanel #profile .wrap #status-options ul li#status-busy.active span.status-circle:before {
  border: 1px solid #e74c3c;
}

#framechat #sidepanel #profile .wrap #status-options ul li#status-offline span.status-circle {
  background: #95a5a6;
}

#framechat #sidepanel #profile .wrap #status-options ul li#status-offline.active span.status-circle:before {
  border: 1px solid #95a5a6;
}

#framechat #sidepanel #profile .wrap #expanded {
  padding: 100px 0 0 0;
  display: block;
  line-height: initial !important;
}

#framechat #sidepanel #profile .wrap #expanded label {
  float: left;
  clear: both;
  margin: 0 8px 5px 0;
  padding: 5px 0;
}

#framechat #sidepanel #profile .wrap #expanded input {
  border: none;
  margin-bottom: 6px;
  background: #32465a;
  border-radius: 3px;
  color: #f5f5f5;
  padding: 7px;
  width: calc(100% - 43px);
}

#framechat #sidepanel #profile .wrap #expanded input:focus {
  outline: none;
  background: #435f7a;
}

#framechat #sidepanel #search {
  border-top: 1px solid #32465a;
  border-bottom: 1px solid #32465a;
  font-weight: 300;
}

@media screen and (max-width: 735px) {
  #framechat #sidepanel #search {
    display: none;
  }
}

#framechat #sidepanel #search label {
  position: absolute;
  margin: 10px 0 0 20px;
}

#framechat #sidepanel #search input {
  font-family: "proxima-nova", "Source Sans Pro", sans-serif;
  padding: 10px 0 10px 46px;
  width: 100%;
  border: none;
  background: #000000;
  color: #fff;
}

#framechat #sidepanel #search input:focus {
  outline: none;
  background: #435f7a;
}

#framechat #sidepanel #search input::-webkit-input-placeholder {
  color: #f5f5f5;
}

#framechat #sidepanel #search input::-moz-placeholder {
  color: #f5f5f5;
}

#framechat #sidepanel #search input:-ms-input-placeholder {
  color: #f5f5f5;
}

#framechat #sidepanel #search input:-moz-placeholder {
  color: #f5f5f5;
}

#framechat #sidepanel #contacts {
  height: calc(100% - 50px);
  overflow-y: scroll;
  overflow-x: hidden;
}

@media screen and (max-width: 735px) {
  #framechat #sidepanel #contacts {
    height: calc(100% - 50px);
    overflow-y: scroll;
    overflow-x: hidden;
  }

  #framechat #sidepanel #contacts::-webkit-scrollbar {
    display: none;
  }
}

#framechat #sidepanel #contacts.expanded {
  height: calc(100% - 50px);
}

#framechat #sidepanel #contacts::-webkit-scrollbar {
  width: 8px;
  background: #2c3e50;
}

#framechat #sidepanel #contacts::-webkit-scrollbar-thumb {
  background-color: #243140;
}

#framechat #sidepanel #contacts ul li.contact {
  position: relative;
  padding: 10px 0 15px 0;
  font-size: 0.9em;
  cursor: pointer;
}

@media screen and (max-width: 735px) {
  #framechat #sidepanel #contacts ul li.contact {
    padding: 6px 0 46px 8px;
  }
}

#framechat #sidepanel #contacts ul li.contact:hover {
  background: #b497696b;
}

#framechat #sidepanel #contacts ul li.contact.active {
  background: #d7b57d;
  border-right: 5px solid #d7b57d75;
}

#framechat #sidepanel #contacts ul li.contact.active span.contact-status {
  border: 2px solid #b497696b !important;
}

#framechat #sidepanel #contacts ul li.contact .wrap {
  width: 88%;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 735px) {
  #framechat #sidepanel #contacts ul li.contact .wrap {
    width: 100%;
  }
}

#framechat #sidepanel #contacts ul li.contact .wrap span {
  position: absolute;
  left: 0;
  margin: -2px 0 0 -2px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid #2c3e50;
  background: #95a5a6;
}

#framechat #sidepanel #contacts ul li.contact .wrap span.online {
  background: #2ecc71;
}

#framechat #sidepanel #contacts ul li.contact .wrap span.away {
  background: #f1c40f;
}

#framechat #sidepanel #contacts ul li.contact .wrap span.busy {
  background: #e74c3c;
}

#framechat #sidepanel #contacts ul li.contact .wrap img {
  width: 40px;
  border-radius: 50%;
  float: left;
  margin-right: 10px;
}

@media screen and (max-width: 735px) {
  #framechat #sidepanel #contacts ul li.contact .wrap img {
    margin-right: 0px;
  }
}

#framechat #sidepanel #contacts ul li.contact .wrap .meta {
  padding: 5px 0 0 0;
}

@media screen and (max-width: 735px) {
  #framechat #sidepanel #contacts ul li.contact .wrap .meta {
    display: none;
  }
}

#framechat #sidepanel #contacts ul li.contact .wrap .meta .name {
  font-weight: 600;
}

#framechat #sidepanel #contacts ul li.contact .wrap .meta .preview {
  margin: 5px 0 0 0;
  padding: 0 0 1px;
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -moz-transition: 1s all ease;
  -o-transition: 1s all ease;
  -webkit-transition: 1s all ease;
  transition: 1s all ease;
}

#framechat #sidepanel #contacts ul li.contact .wrap .meta .preview span {
  position: initial;
  border-radius: initial;
  background: none;
  border: none;
  padding: 0 2px 0 0;
  margin: 0 0 0 1px;
  opacity: .5;
}

#framechat #sidepanel #bottom-bar {
  position: absolute;
  width: 100%;
  bottom: 0;
}

#framechat #sidepanel #bottom-bar button {
  float: left;
  border: none;
  width: 50%;
  padding: 10px 0;
  background: #32465a;
  color: #f5f5f5;
  cursor: pointer;
  font-size: 0.85em;
  font-family: "proxima-nova", "Source Sans Pro", sans-serif;
}

@media screen and (max-width: 735px) {
  #framechat #sidepanel #bottom-bar button {
    float: none;
    width: 100%;
    padding: 15px 0;
  }
}

#framechat #sidepanel #bottom-bar button:focus {
  outline: none;
}

#framechat #sidepanel #bottom-bar button:nth-child(1) {
  border-right: 1px solid #2c3e50;
}

@media screen and (max-width: 735px) {
  #framechat #sidepanel #bottom-bar button:nth-child(1) {
    border-right: none;
    border-bottom: 1px solid #2c3e50;
  }
}

#framechat #sidepanel #bottom-bar button:hover {
  background: #435f7a;
}

#framechat #sidepanel #bottom-bar button i {
  margin-right: 3px;
  font-size: 1em;
}

@media screen and (max-width: 735px) {
  #framechat #sidepanel #bottom-bar button i {
    font-size: 1.3em;
  }
}

@media screen and (max-width: 735px) {
  #framechat #sidepanel #bottom-bar button span {
    display: none;
  }
}

#framechat .content {
  float: right;
  width: 60%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 735px) {
  #framechat .content {
    width: calc(100% - 58px);
    /* min-width: 300px; */
  }
}

@media screen and (max-width: 900px) {
  .small-font {
    font-size: 30px !important;
    font-family: 'Quicksand_Bold';
  }
}

@media screen and (min-width: 900px) {
  #framechat .content {
    width: calc(100% - 340px);
  }
}

#framechat .content .contact-profile {
  width: 100%;
  height: 60px;
  line-height: 60px;
  background: #f5f5f5;
}

#framechat .content .contact-profile img {
  width: 40px;
  border-radius: 50%;
  float: left;
  margin: 9px 12px 0 9px;
}

#framechat .content .contact-profile p {
  float: left;
}

#framechat .content .contact-profile .social-media {
  float: right;
}

#framechat .content .contact-profile .social-media i {
  margin-left: 14px;
  cursor: pointer;
}

#framechat .content .contact-profile .social-media i:nth-last-child(1) {
  margin-right: 20px;
}

#framechat .content .contact-profile .social-media i:hover {
  color: #435f7a;
}

#framechat .content .messages {
  height: auto;
  min-height: calc(100% - 93px);
  max-height: calc(100% - 93px);
  overflow-y: scroll;
  overflow-x: hidden;
}

@media screen and (max-width: 735px) {
  #framechat .content .messages {
    max-height: calc(100% - 105px);
  }
}

#framechat .content .messages::-webkit-scrollbar {
  width: 8px;
  background: transparent;
}

#framechat .content .messages::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.3);
}

#framechat .content .messages ul li {
  display: inline-block;
  clear: both;
  float: left;
  margin: 15px 15px 5px 15px;
  width: calc(100% - 25px);
  font-size: 0.9em;
}

#framechat .content .messages ul li:nth-last-child(1) {
  margin-bottom: 20px;
}

#framechat .content .messages ul li.sent img {
  margin: 6px 8px 0 0;
}

#framechat .content .messages ul li.sent p {
  background: #000000;
  color: #f5f5f5;
}

#framechat .content .messages ul li.replies img {
  float: right;
  margin: 6px 0 0 8px;
}

#framechat .content .messages ul li.replies p {
  background: #f5f5f5;
  float: right;
}

#framechat .content .messages ul li img {
  width: 22px;
  border-radius: 50%;
  float: left;
}

#framechat .content .messages ul li p {
  display: inline-block;
  padding: 10px 15px;
  border-radius: 20px;
  max-width: 205px;
  line-height: 130%;
}

@media screen and (min-width: 735px) {
  #framechat .content .messages ul li p {
    max-width: 300px;
  }
}

#framechat .content .message-input {
  position: absolute;
  bottom: -5px;
  width: 100%;
  z-index: 99;
}

#framechat .content .message-input .wrap {
  position: relative;
}

#framechat .content .message-input .wrap input {
  font-family: "proxima-nova", "Source Sans Pro", sans-serif;
  /* float: left; */
  border: none;
  width: calc(100% - 140px);
  padding: 11px 32px 10px 8px;
  font-size: 0.8em;
  color: #32465a;
  height: 50px;
}

@media screen and (max-width: 735px) {
  #framechat .content .message-input .wrap input {
    padding: 15px 32px 16px 8px;
  }
}

#framechat .content .message-input .wrap input:focus {
  outline: none;
}

#framechat .content .message-input .wrap .attachment {
  position: absolute;
  right: 60px;
  z-index: 4;
  /* margin-top: 10px; */
  font-size: 1.1em;
  color: #435f7a;
  opacity: .5;
  cursor: pointer;
}

@media screen and (max-width: 735px) {
  #framechat .content .message-input .wrap .attachment {
    margin-top: 17px;
    right: 65px;
  }
}

#framechat .content .message-input .wrap .attachment:hover {
  opacity: 1;
}

#framechat .content .message-input .wrap button {
  float: right;
  border: none;
  width: 50px;
  padding: 12px 0;
  cursor: pointer;
  background: #32465a;
  color: #f5f5f5;
}

@media screen and (max-width: 735px) {
  #framechat .content .message-input .wrap button {
    padding: 16px 0;
  }
}

#framechat .content .message-input .wrap button:hover {
  background: #435f7a;
}

#framechat .content .message-input .wrap button:focus {
  outline: none;
}

dl, ol, ul {
  margin-top: 0;
  margin-bottom: 1rem;
  list-style: none;
  margin: 0px;
  padding: 0px;
}

/* fin css chat */


input[type="file"] {
  display: none;
}

.custom-file-upload {
  border: 1px solid #ccc;
  display: inline-block;
  cursor: pointer;
}

.btn-icono {
  float: left !important;
  border: none;
  width: 50px;
  padding: 12px 0;
  cursor: pointer;
  color: #f5f5f5;
  font-size: 18px;
}

.ico {
  color: #f5f5f5;
  font-size: 18px;
}

.cabecera {
  background: #d6b47c;
  height: 110px;
}

.text-name {
  font-size: 20px;
}

.text-hora {
  font-size: 13px;
}

.margin-name {
  margin-top: -2px;
  margin-bottom: 10px;
}

.ico-centrado {
  font-size: 200px;
  text-align: center;
}

.back-foot {
  background: #d6b47c;
  height: 60px;
  display: flex;
  justify-content: space-around;
}

.ico-llamada {
  color: #fefefe;
  font-size: 30px;
}



/* estilos nuevos */



.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
  background: #f7baba;
}

.btn-color {
  background: #d4baf7 !important;
  color: #fefefe;
}

.btn-color2 {
  background: #f9d1bb !important;
  color: #fefefe;
}

.btn-color3 {
  background: #bae1f7 !important;
  color: #fefefe !important;
}

.btn-color4 {
  background: #D8F0C1 !important;
  color: #fefefe !important;
}

.btn-color5 {
  background: #c2baf7 !important;
  color: #fefefe !important;
}

.card-auth {
  border-radius: 40px;
}

.btn-outline-primary {
  border-color: #7C4B25 !important;
  color: #7C4B25 !important;
}

.btn-outline-primary:hover {
  background-color: #7C4B25 !important;
  color: #fefefe !important;
}

.card-authentication1 {
  max-width: 26rem;
  background: transparent;
  border-radius: 40px;
}

a {
  color: #ec6c21 !important;
}

.usuario {
  display: block;
  justify-content: center;
  width: 100%;
  text-align: center;
  align-items: center;
}

.img-listado {
  width: 90%;
}

.img-dash {
  z-index: 1;
  width: 100%;
  height: 170px;
  text-align: center;
}

.mt-6 {
  margin-top: 5rem !important;
}

.mt-7 {
  margin-top: 7rem !important;
}

.small-font {
  font-size: 20px;
  font-family: 'Quicksand_Bold';
}

.th-listado {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.img-pedido {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.img-pedido2 {
  width: 130px;
  height: 130px;
  border-radius: 50%;
}

.badge-up2 {
  position: absolute;
  top: -10px;
  right: 2px;
  border-radius: 50%;
  font-size: 12px;
  z-index: 10;
}

.btn-msj {
  height: 100%;
  width: 100%;
  border-radius: 1px;
}

.img-pedido2 {
  width: 150px;
  height: 150px;
  border-radius: 100%;
}

@media screen and (max-width: 997px) {
  .img-dash {
    z-index: 1;
    width: 100%;
    height: auto;
    text-align: center;
  }
}

.nav-tabs-primary .nav-link.active, .nav-tabs-primary .nav-item.show>.nav-link {
  color: #fefefe;
  background-color: transparent;
  border-color: #fefefe #fefefe #fff;
  border-bottom: 4px solid #ec6c21;
}

.div-img-pedido2 {
  width: 120px;
  height: 120px;
  /* background: red; */
  /* text-align: center; */
  /* margin: 0 auto; */
  text-align: left;
}

.img-agenda {
  width: 60px;
}

.archivo {
  width: 60px;
  height: 80px;
  border: 1px solid #bae1f7;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ico-archivo {
  font-size: 30px;
  color: #bae1f7;
}

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

.page-title2 {
  font-size: 15px;
  line-height: 20px;
}

input[type="file"] {
  display: none;
}

.custom-file-upload {
  border: 1px solid #ccc;
  display: inline-block;
  padding: 6px 12px;
  cursor: pointer;
}

.border-col {
  border-right: 2px dashed #d4baf7;
}

.caja-name {
  height: 40px;
  background: #9ddddc;
  /* admin */
  /* background-color: #ffea76; */
  /* educador */
  /* background-color: #ff8899; */
  /* tutor */
  /* background-color: #ff9867; */

  display: flex;
  justify-content: center;
  align-items: center;
  width: 250px;
  border-radius: 10px;
  font-weight: 700;
  color: #000;
}

.bg-fondo {
  background-image: url('../images/fondo/Fondodireccion.png');
  /* background-image: url('../images/fondo/Fondoadministración.png'); */
  /* background-image: url('../images/fondo/Fondoeducador.png'); */
  /* background-image: url('../images/fondo/Fondotutor.png');  */
}

.modal-title2 {
  margin-bottom: 0;
  line-height: 1.5;
  font-size: 20px;
  font-weight: 700;
}

tbody {
  text-align: center;
}

tbody>tr>td>input {
  text-align: center;

}

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

.ms-container {
  /* background: transparent url(img/switch.png) no-repeat 50% 50%; */
  width: 100% !important;
  padding: 10px;
}

.opciones-select {
  text-wrap: wrap !important;
  font-size: 12px;
}

select.form-control[multiple], select.form-control[size] {
  height: 100%;
}