
.modal[data-v-7a7ba540] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  animation: fade 2s linear;
}
.modal-overlay[data-v-7a7ba540] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.modal-content[data-v-7a7ba540] {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 20px;
  background-color: #fff;
  border-radius: 8px;
  transition: all 0.3s ease-in-out;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  max-height: 80vh;
}
.modal-header[data-v-7a7ba540] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.modal-body[data-v-7a7ba540] {
  overflow-y: auto;
}
.close-button[data-v-7a7ba540] {
  background: none;
  border: none;
  font-size: 18px;
  cursor: pointer;
}
.custom-radio-container[data-v-7a7ba540] {
  display: flex;
  align-items: center !important;
  justify-content: space-between;
  border: 1px solid #d9d9d9;
  padding: 8px;
  border-radius: 5px;
}
.custom-radio-label[data-v-7a7ba540] {
  margin-left: 10px;
}
.page-avatar[data-v-7a7ba540] {
  width: 40px;
  height: 40px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 10px;
}


.loading-overlay[data-v-7d8d9a42] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
.loading-overlay.sidebar-open[data-v-7d8d9a42] {
  left: 300px;
  width: calc(100% - 300px);
}
.spinner[data-v-7d8d9a42] {
  width: 50px;
  height: 50px;
  border: 4px solid #f3f3f3;
  border-top: 4px solid #18c5bd;
  border-radius: 50%;
  animation: spin-7d8d9a42 1s linear infinite;
}
@keyframes spin-7d8d9a42 {
0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(360deg);
}
}

.modalLayout .modal-dialog[data-v-27a70104]{max-width:unset !important}.modal-header-select-template[data-v-27a70104]{background-color:#1d2327 !important}@media(min-width: 1200px){.modal[data-v-27a70104]{position:fixed;top:0;left:300px;z-index:1055;display:none;width:calc(100% - 300px);height:100%;overflow-x:hidden;overflow-y:auto;outline:0}}
