:root {
  --coop-main-color: #5d2884; 
  --coop-second-color: #28845d; 
  --active-color: #28845d;
  --coop-main-gd: linear-gradient( 90deg,  #5d2884, #6c2884);  
  --coop-second-gd: linear-gradient( 90deg,  #28845d, #34ab79);  
}

.checkbox-table-header th:first-child {
  background-color: white;
}
.col-assist-form {
  vertical-align: top;
}
.assist-row-disable{
  background-color: whitesmoke;
}

.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: 2px;
}
.card-list-chart {
  border: unset;
  user-select: none;
  height: 420px;
  transition: all 0.3s;
  border-radius: 2px;
  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;
  max-height: 120px;
  object-fit: contain;
}
.non_img {
  margin-bottom: 10px;
}
.box_img-0 {
  /* width: 35%; */
  height: 100%;
  border: 2px solid wheat;
  cursor: pointer;
  margin-bottom: 10px;
  max-height: 120px;
  object-fit: contain;
}
.box_img-1 {
  /* width: 35%; */
  height: 100%;
  border: 2px solid wheat;
  cursor: pointer;
  margin-bottom: 10px;
  max-height: 120px;
  object-fit: contain;
}
.box_img-2,
.box_img-3 {
  /* width: 30%; */
  height: 100%;
  border: 2px solid wheat;
  cursor: pointer;
  margin-bottom: 10px;
  margin-right: 10px;
  max-height: 120px;
  object-fit: contain;
}
.box_img-4 {
  /* width: 25%; */
  height: 100%;
  border: 2px solid wheat;
  cursor: pointer;
  margin-bottom: 10px;
  max-height: 120px;
  object-fit: contain;
}
.group-img {
  display: flex;
  flex-wrap: wrap;
  height: unset;
  text-align: center;
  justify-content: center;
  margin: 15px;
  background-color: ghostwhite;
  padding-top: 10px;
}
.img-size {
  width: 30%;
}
.form-message-footer-button .resetintopic {
  margin-right: 10px;
}

.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;
}
.menu-left-tabbar {
  margin-top: -15px;
  height: calc(100vh - 65px);
  max-width: 255px;
  min-width: 255px;
  border-radius: 2px;
  overflow: auto;
  background-color: white;
  z-index: 98;
  padding-top: 5px;
}
@media screen and (max-width: 800px) {
  .menu-left-tabbar {
    display: none;
  }
  .body-component-in-menu {
    margin: -10px 5px 0 5px;
    min-height: calc(100vh - 70px);
  }
}

@-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);
  }
}
