
body {
  font-family: "Montserrat", sans-serif;
}

/* Or use Roboto */
h1, h2, h3, p {
 font-family: "Montserrat", sans-serif;
}

.secondarycolor{
background-color: #001013 !important;
}
.secondarycolorhome{
background-color: #003963 !important;
}
.textcolorhome{
  color: #003963 !important;
}
.headerbackground{
	background-color:#d7d8d8;
}
.secondarycolorlight{
	background-color:#001e24;
}
.secondarycolorlighter{
	background-color:#013a44;
}	
.secondarycolordark{
	background-color:#001317;
}
.secondarycolorlight2{
	color:#001c21;
}
.secondarycolorlight3{
	color:#f7f7f7;
}
.secondarycolorlight4{
	background-color:#f7f7f7;
}
.secondarycolorlight5{
	background-color:#fdfdfd;
}
.buttonColor{
	background-color:#003641;
}
.textColor{
	color:#f7f7f7 !important;
}
.textColorNew{
	color:#e1eef0 !important;
}
.textColorIcon{
	color:#a3b4b7;
}
.textColor2{
	color:#292929;
}
.textColor3{
	color:#001013;
}

.mainBtn1{
	background-color:#013a44;
	color:#f7f7f7;
}
.mainBtn2{
	border:1px solid #013a44;
	color:#013a44;
}

.textColor2Light{
	color:#888888;
}
.veryLightBackground{
	background-color:#f0f5f7;
}
.hover-background:hover{
	background-color:#001e24;
}

.navbar-header{
	background-color:#dfdfdf;
}
.navbar-header-light{
	background-color:#eeeeee;
}
.dropmenu{
	width:40%;
	display:none;
	top:70px; 
	left:0;
}
.textchange {
    text-decoration: none !important; 
    transition: color 0.3s ease-in-out;
}

.textchange:hover {
    color: #cdd9dd !important;
}
.box-shadow{
	box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}
.box-shadow-hover:hover{
	box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}
.box-shadow-2{
	box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px;
}
.box-shadow-white{ 
  box-shadow: 
  0 0 0 1px #00313a, /* slightly lighter edge than #001e24 */
  0 1px 3px rgba(0, 0, 0, 0.02), 
  0 0 0 1px rgba(27, 31, 35, 0.15);
}
.box-shadow-3{
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}
.box-shadow-4{
	box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px;
}
.side-border{
	border-left:5px solid #d3d3d3
}
.moreinfo {
    max-height: 0;
	padding:0;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out;
  }

.moreinfo.show {
    max-height: 100px; /* Adjust this value based on content */
	/*box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;*/
	padding:8px 12px;
 }
 .greenCheck{
	 color:#91c091;
 }
 .yellowCheck{
	 color:#f7dd72;
 }
#image-info{
  opacity: 0;  /* Initially hidden */
  visibility: hidden; /* Ensure it's not interactable */
  transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out;
}
#image-container:hover #image-info {
  opacity: 1; /* Fully visible */
  visibility: visible;
}
.tab-content {
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
	overflow:hidden;
	background:none;
}

/* Show the default active tab */
.tab-content.active {
    display: block;
    opacity: 1;
}

.tab-content::after, .tab-content::before {
    content: none;
}
.tab-button{
	transition: background-color 0.3s ease, color 0.3s ease, border 0.3s ease;
}
.reduce:hover {
    color:#a9a9a9;
}
.editorview{
	background-color:#fdfdfd;
	color:#292929;
	height:auto;
}

.chatMessage1{
	background-color:#edf0f1;
}
.chatMessage2{
	background-color:#d8f5ff;
}
.marginBottom{
	box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px;
}

.logo-back{
	background-color:#fdfdfd;
}
.hovertool:hover{
	background-color:#efefef;
}

.separator {
  display: flex;
  align-items: center;
  text-align: center;
  margin: 20px 0;
}

.separator::before,
.separator::after {
  content: '';
  flex: 1;
  border-bottom: 1px solid #00313a;
}

.separator::before {
  margin-right: 10px;
}

.separator::after {
  margin-left: 10px;
}

.separator span {
  font-size: 14px;
  color: #888;
  font-weight: 500;
}

input[type="checkbox"] {
  /* Optional tweaks */
  position: relative;
  top: 0; /* Adjust up/down as needed */
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
textarea:-webkit-autofill, 
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus, 
select:-webkit-autofill, 
select:-webkit-autofill:hover, 
select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px #000 inset !important; /* Set to match your background */
  box-shadow: 0 0 0px 1000px transparent inset !important;
  -webkit-text-fill-color: #fff !important; /* Set text color */
  transition: background-color 5000s ease-in-out 0s;
}

.inputWhite:-webkit-autofill,
.inputWhite:-webkit-autofill:focus,
.inputWhite:-webkit-autofill:hover,
.inputWhite:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
    -webkit-text-fill-color: #888888 !important;
    transition: background-color 9999s ease-in-out 0s;
}

.scale-in-center {
	-webkit-animation: scale-in-center 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: scale-in-center 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@-webkit-keyframes scale-in-center {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@keyframes scale-in-center {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

.slide-in-right {
	-webkit-animation: slide-in-right 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: slide-in-right 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}


@-webkit-keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(1000px);
            transform: translateX(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(1000px);
            transform: translateX(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

.slide-in-bottom {
	-webkit-animation: slide-in-bottom 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: slide-in-bottom 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}


@-webkit-keyframes slide-in-bottom {
  0% {
    -webkit-transform: translateY(1000px);
            transform: translateY(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slide-in-bottom {
  0% {
    -webkit-transform: translateY(1000px);
            transform: translateY(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}



#themedialog{
	display:none;
}
.preview-screen{
	display:none;
}
.imagehover:hover{
	box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}
.imgselector{
	display:none;
}

.iconselector{
	display:none;
}

#editor-container {
  height: 85%;
  width: 100%;
  border:none;
}

#editor-container .ql-container {
  height: 100%;
  display: flex;
  flex-direction: column;
}

#editor-container .ql-editor {
  flex: 1;
  overflow-y: auto;
}

#editor-container .ql-toolbar {
  flex: 0 0 auto;
}

#setas{
	display:none;
}

.gallery {
    text-align: center;
    width: 98%;
    margin: 10px auto;
    padding: 20px 0;
    white-space: nowrap; /* Prevent wrapping to the next line */
    overflow-x: auto; /* Enable horizontal scrolling */
    scrollbar-width: none;  /* Hide scrollbar for Firefox */
    -ms-overflow-style: none;  /* Hide scrollbar for Internet Explorer/Edge */
}


.slide-gallery-item{
  display: inline-block; /* Key to align items horizontally */
  vertical-align: top; /* ✅ Add this line */
  width: 90%; /* or whatever width you want for each item */
  max-width: 600px;
  height: 280px;
  background-color: #ccc; /* for visibility */
}

.slide-gallery-item-inner{
	width:100%;
	height:100%;
	display:flex;
	justify-content:center;
	place-items:center;
}

.gtext{
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}


.slide-gallery-item-inner:hover .gtext{
	cursor:pointer;
	opacity: 1;
    visibility: visible;
	width:80%;
	background-color:rgb(0,0,0,.9);
	border-radius:2px;
}

.slide-gallery-item-inner>div p{
	max-width:90%;
	margin:10px auto;
	white-space: normal;
}

.slide-gallery-item-inner>div button{
	margin:10px auto;
	border:none;
	padding:10px;
	border-radius:4px;
	color:#fff;
}

.slide-gallery-item-inner>div button:hover{
	cursor:pointer;
}


.smenu {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.4s ease, opacity 0.3s ease;
}

.smenu.active {
  max-height: 500px; /* Adjust based on content */
  opacity: 1;
  background:none;
}

#switch-screen {
  transition: width 0.4s ease, height 0.3s ease;
}





 /* For desktop: */
@media only screen and (min-width: 768px) {
	
.dropmenu{
	width:12%;
	top:70px; 
	right:4px;
	left:auto;
}
.sidenavmenu{
	display:grid;
	grid-template-columns:85% 15%;
	box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px;
	text-align:left;
}

.gallery {
    text-align: center;
    width: 98%;
    margin: 10px auto;
    padding: 20px 0;
    white-space: nowrap; /* Prevent wrapping to the next line */
    overflow-x: auto; /* Enable horizontal scrolling */
    scrollbar-width: none;  /* Hide scrollbar for Firefox */
    -ms-overflow-style: none;  /* Hide scrollbar for Internet Explorer/Edge */
}

.slide-gallery-item{
  display: inline-block; /* Key to align items horizontally */
  width: 90%; /* or whatever width you want for each item */
  max-width: 600px;
  height: 400px;
  background-color: #ccc; /* for visibility */
}

.slide-gallery-item-inner{
	width:100%;
	height:100%;
	display:flex;
	justify-content:center;
	place-items:center;
}

.gtext{
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}


.slide-gallery-item-inner:hover .gtext{
	cursor:pointer;
	opacity: 1;
    visibility: visible;
	width:80%;
	background-color:rgb(0,0,0,.9);
	border-radius:2px;
}

.slide-gallery-item-inner>div p{
	max-width:90%;
	margin:10px auto;
	white-space: normal;
}

.slide-gallery-item-inner>div button{
	margin:10px auto;
	border:none;
	border-radius:4px;
	color:#fff;
}

.slide-gallery-item-inner>div button:hover{
	cursor:pointer;
}



}