﻿.form-section {
  border: 1px solid #ccc;
  padding: 15px;
  margin-bottom: 15px;
  border-radius: 5px;
}
.form-section h5 {
  font-size: 1rem;
  margin-bottom: 10px;
  font-weight: 700;
}

label {
  margin-bottom: 0.2rem;
}

.audio-container {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 25px;
}
.audio-container .form-group {
  display: flex;
  gap: 15px;
  margin-bottom: 0;
}
.audio-container .audio-item {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.audio-container .audio-item audio {
  width: 95%;
  border-radius: 20px;
  background-color: #4e73df;
}
.audio-container .audio-item i {
  color: #e74a3b;
  font-weight: 600;
  font-size: 20px;
  cursor: pointer;
}

#btnDel {
  background-color: #cf726a;
  border-color: #cf726a;
  color: #fff;
}

.btnDel-checked {
  background-color: #e74a3b !important;
  border-color: #e74a3b !important;
  color: #fff !important;
}

.cb-class {
  width: 100%;
  border-radius: 10px;
  border: 1px solid #ddd;
  padding: 6px;
  padding-left: 6px;
  padding-left: 12px;
}

.come-from-modal.right .modal-dialog {
  position: fixed;
  margin: auto;
  width: 320px;
  height: 100%;
  right: -320px;
  top: 0;
  transition: right 0.3s ease-out;
}

.come-from-modal.right.show .modal-dialog {
  right: 0;
}

.come-from-modal.right .modal-content {
  height: 100%;
  overflow-y: auto;
  border-radius: 0;
}

#chiTietForm input {
  border: none;
  border-bottom: 1px solid #ddd;
  padding: 6px;
}
#chiTietForm .ct-wrapper {
  position: relative;
}
#chiTietForm .ct-wrapper small {
  position: absolute;
  top: -13px;
}
#chiTietForm .speaker-container {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

#myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#myImg:hover {
  opacity: 0.7;
}

.modal-image {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

.re-modal-image {
  display: none;
  position: fixed;
  z-index: 2000;
  padding-top: 50px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
}

.modal-content-image {
  margin: auto;
  display: block;
  border-radius: 50%;
  width: 500px;
  height: 500px;
  object-fit: cover;
  position: relative;
  top: 70px;
}

.re-close {
  color: #fff;
  font-size: 40px;
  position: absolute;
  font-weight: 600;
  cursor: pointer;
  z-index: 2001;
  right: 24%;
}

.caption {
  position: relative;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}
.caption label {
  background-color: #4e73df;
  color: #fff;
  border: 1px solid #4e73df;
}
.caption label:hover {
  background: transparent;
  color: #fff;
  border: 1px solid #4e73df;
  transition: 0.3s ease;
}

.modal-content-image, .caption {
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
  }
}
@keyframes zoom {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
.close {
  position: absolute;
  top: 25%;
  right: 28%;
  color: #fff;
  font-size: 40px;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

@media only screen and (max-width: 700px) {
  .modal-content {
    width: 100%;
  }
}
.preview-image {
  cursor: pointer;
}

#cb-canbo {
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 5px;
  border-radius: 5px;
}

.px_canbo, .pb_canbo, .sGioitinh {
  background: transparent;
  border: 1px solid #ddd;
  padding: 6px;
  border-radius: 5px;
}
