/* Ckeditor */
.ck-editor__editable_inline {
  min-height: 350px !important;
  margin-bottom: 10px;
}

/* Buttons Json */
.table-buttons {
  width: 160px;
  max-width: 160px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.table-buttons-sm {
  width: 60px;
  max-width: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Pagination */
.pager ul {
  display: flex;
  flex-direction: row;
  width: auto;
}

.pager ul li {
  display: block;
}

.pager ul li a,
.pager ul li span {
  display: block;
  width: auto;
  padding: 0px 15px;
  color: #14b3db;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
  font-size: 12px;
}

.pager ul li a:hover,
.pager ul li span:hover {
  background: #ededed; /* Darker blue on hover */
}

.pager ul li.active a {
  background: #2dacd3; /* Even darker blue for active link */
  color: #ffffff;
}

.pager .pagination-arrow a {
  display: block;
  width: 160px;
  margin: 0;
  padding: 0;
}

.pager .pagination-arrow .fa-arrow-left {
  margin-right: 10px;
}

.pager .pagination-arrow .fa-arrow-right {
  margin-left: 10px;
}

/* Logo's and Favicon */
.uploadLogo img {
  width: auto;
  max-height: 150px;
} 

.message.info.logo_alternative {
  margin-bottom: 10px;
}

.button-container {
  display: flex;
}

/* Divider */
.divider-switchgroup {
  display: inline;
  margin-right: 10px;
}

/* Login page */
.registerblock {
  margin-top: 16px;
  background-color: #62ae50;
  border: 5px solid #72c85d;
  color: white;
  font-weight: 600;
  font-size: 22px;
  border-radius: 6px;
  display: flex;
  justify-content: space-between;
}

.registerblock p {
  margin: auto 0 auto 10px;
  padding: 5px 0 5px 10px;
}

.registerblock i {
  margin: auto 20px;
}

/* Button icons */
.no_icon_button {
  color: #a7a7a7 !important;
}

.no_icon_text {
  font-size: 10px;
}

.radio_container input[type="radio"]+.no_icon_button {
  display:flex;
  flex-direction: column;
  padding-top: 4px;
}

.radio_container input[type="radio"]:checked+.no_icon_button {
	background-color: #f4f4f4f4 !important;
	color: #ff5050 !important;
  display:flex;
  flex-direction: column;
  padding-top: 4px;
}


/* Eyecatchers Admin */
.eyecatchers-title {
  display: flex;
  justify-content: space-between;
}

.eyecatchers-title .change_event_rows_spotlight {
  line-height: 35px;
  padding-top: 0px;
  margin-top: 25px;
  font-size: 23px;
}

.eyecatchers-title .change_event_rows_spotlight .fa {
  margin-right: 6px;
  cursor: pointer;
}

/* Photobook */
.photo .image.photobook span a {
  color: white;
  cursor: pointer;
}

label .image.photobook {
  display: flex;
  flex-direction: column;
  position: relative;
}

label .image.photobook:hover span {
  display: flex;
  flex-direction: column;
}

label .image.photobook .photoButtons {
  margin-top: auto;
}

label .image.photobook .photoButtons a:first-child {
  padding-bottom: 5px;
}

label .image.photobook .photoButtons a i {
  margin-right: 5px;
  width: 10px;
}

label .image.photobook .photoCropButton {
  background: transparent;
  position: absolute;
  top: 0; 
  right: 0; 
  margin-top: 0;
}

label .image.photobook .photoCropButton i {
  font-size: 20px;
  background: rgba(0, 0, 0, 0.3);
  padding: 5px;
}

/* Fonts Settings Design */
.fontDialog {
  width: 94%;
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 35px;
}

/* Panels selection */
.dialogLarge .inner {
  overflow-y: auto;
  width: 660px;
}

.dialogLarge .inner .dialogScroller:first-of-type {
  overflow-y: unset;
}

.dialogLarge .header {
  position: fixed;
  width: 600px;
  background-color: white;
  top: 0px;
  padding-top: 20px;
}

.dialogLarge .inner .dialogScroller .dialogScroller {
  margin-top: 0px;
}

.dialogLarge .inner .dialogScroller .panelChoice.empty {
  border: none;
  cursor: unset;
  display: block !important;
  height: 64px;
  padding: 0px;
}

/* Video player */
#videoPlayerContainer {
  position: fixed;
  top: 10px;
  right: 10px;
  width: 300px;
  background: rgba(0, 0, 0, 0.8);
  padding: 10px;
  border-radius: 5px;
  z-index: 1000;
}

#videoPlayerContainer button {
  position: absolute;
  top: 5px;
  right: 5px;
  color: white;
  border: none;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  cursor: pointer;
}

#tutorialVideoPlayer {
  width: 100%;
  height: auto;
}