.left-login-box {
    text-align: center;
    height: 300px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-right: 1px solid #d7d7d7;
    background: white;
  }
  .left-login-box img {
    width: 100px;
    margin-bottom: 15px;
  }
  img {
    vertical-align: middle;
    border-style: none;
}
.input-form-sendmessage .form-message-footer-button {
  text-align: right;
}
.add-depttype {
  float: right ; 
  margin-bottom: 10px;
}
.rbc-calendar {
  box-sizing: border-box;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  flex: 1;
}
.rbc-month-view {
  position: relative;
  border: 1px solid #DDD;
  display: flex;
  flex-direction: column;
  flex: 1 0 0;
  width: 100%;
  user-select: none;
  -webkit-user-select: none;
  height: 100%;
  min-height: 500px;
}
.margin-buttom {
  margin-bottom: 15px;
  text-align: right;
}
.order-control-bar {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 10px;
}
.order-control-btn.defalse:hover {
  color: #1890ff;
}
.order-control-btn {
  padding: 10px;
  cursor: pointer;
  border-radius: 5px;
}
.card-list-chart {
  border: unset;
  user-select: none;
  height: 420px;
  transition: all .3s;
  border-radius: 5px;
  box-shadow: 0px 2px 4px 0px #00000029;
}

.ant-transfer-list-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 8px 12px 9px;
  overflow: hidden;
  color: white;
  background: #24649a;
  border-bottom: 1px solid #e8e8e8;
  border-radius: 4px 4px 0 0;
}

.box_img-5{
  width: 20%;
  height: 100%;
  border:2px solid wheat;
  cursor: pointer;
  margin-bottom: 10px;

}
.non_img{
  margin-bottom: 10px;
}
.box_img-0{
  width: 35%;
  height: 100%;
  border:2px solid wheat;
  cursor: pointer;
  margin-bottom: 10px;
}
.box_img-1{
  width: 35%;
  height: 100%;
  border:2px solid wheat;
  cursor: pointer;
  margin-bottom: 10px;
}
.box_img-2,.box_img-3{
  width: 30%;
  height: 100%;
  border:2px solid wheat;
  cursor: pointer;
  margin-bottom: 10px;
  margin-right: 10px;
}
.box_img-4{
  width: 25%;
  height: 100%;
  border:2px solid wheat;
  cursor: pointer;
  margin-bottom: 10px;
}
.group-img{
  height: 100px;
  text-align: center;
  margin: 15px;
}
.img-size{
  width: 30%;
}
.form-message-footer-button .resetintopic {
  margin-right: 10px;
}
.form-message-footer-button {
  /* text-align: right; */
  display: flex;
  justify-content: space-between;
}

.modal-input-topic {
  margin-bottom: 5px;
}

.time-enable-switch {
  margin-bottom: 5px;
}

.ant-calendar-picker {
  width: 100%;
}

.ant-time-picker {
  width: 90%;
}
.button-with-icon {
  margin-left: 10px;
}

.today-date-agendar {
  color: rgb(36, 100, 174);
  -webkit-animation: lightText 1s;
  -webkit-animation-iteration-count: infinite;
  animation: lightText 1s;
  animation-iteration-count: infinite;
}
.img-cover-list-menu img {
  width: 150px;
}
.title-permit-menu {
  background-image: linear-gradient( 90deg,  #2193b0, #6dd5ed);
  color: white;
}

@-webkit-keyframes lightText {
  from {
      text-shadow: 0px 0px 0px rgb(36, 100, 174);
  }
  to {
      text-shadow: 0px 0px 5px rgb(36, 100, 174,0);
  }
}

@keyframes lightText {
  from {
      text-shadow: 0px 0px 0px rgb(36, 100, 174);
  }
  to {
      text-shadow: 0px 0px 5px rgb(36, 100, 174,0);
  }
}