
@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400..700;1,400..700&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
html,body{width: 100%;margin:0px;padding:0px;font-family: system-ui, sans-serif;overflow-x: hidden;background: #ffffff;height: 100vh;
/*
scroll-behavior: smooth;
scrollbar-width: none;
*/
color: #141F33;
}
body::-webkit-scrollbar { 
  display:none;
}
#loading-webpage{
display: none; /* Hidden by default */
      position: fixed;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
}
button{
border: none;
background: transparent;
}
#center-btn{
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background: white;
    width: 100%;
    font-weight: 900;
}
.center img{
 	animation: loader-1 5s linear reverse infinite;
     width: 150px
}
@keyframes loader-1 {
        0% {
		transform: scale(1);
	}
	100% {
		transform: scale(0);
}
}

#main,
.inner-container{
 width: 100%;
}
#main-page-container {
    position: relative;
    top: 60px;
   
    margin: 0 1%;
    width: 98%;
}

}
h1, h2, h3, h4, h5, h6{
display:inline-block;
font-weight:500;
}
h1{
font-size: 1.2em;
}
h2{
font-size: 1em;
}
h3{
font-size: 0.8em;
}
h4{
font-size: 0.6em;
}
h5{
font-size: 0.4em;
}
h6{
font-size: 0.2em;
}
p{
 margin-bottom: 0px;
}
a{
color: #000000;
text-decoration: none;
}
a:hover{
color: grey;
text-decoration:none;
cursor: grab;
}
.hidden{
display: none;
}

.empty-page{
display: flex;
justify-content: center;
align-items: center;
height: calc(100vh - 120px);
flex-direction: column;
color: #2c2e9c;
}
.empty-page-icon{
font-size: 40px;
}
.empty-page-text{
font-weight: 500;
font-size: 20px;
}
[role="contentinfo"]{
color: red;
position:fixed;
z-index: 900;
bottom: 20px;
font-size: 12px;
display: flex;
justify-content: center;
width: 100%;
text-align: center
}
[role="alert"]{
width: 90%;
background: white;
padding: 20px;
box-shadow: 0px 0px 6px #bcbcbc;
border-radius: 5px;
}
   *,
*:before,
*:after{
padding: 0;
margin: 0;
box-sizing: border-box;
}
label{
font-size: 12px;
margin-bottom: 1px;
color: #141F33;
font-weight: 400;
}
::placeholder{
color: #727272;
font-size: 12px;

}
input[type="text"],  input[type="number"], 
 input[type="password"], input[type="email"],input[type="tel"], select{
border-radius: 5px;
height: 40px;
width: 100%;
margin: auto;
background: #ffffff;
border: 1px solid #e2e1de;
font-size: 12px;
color: #141F33;
padding: 0 10px;
-webkit-appearance: none;
-moz-appearance: none;
text-indent: 1px;
text-align: center;
}
select{
margin: 0;
background: white;
border-radius: 5px;
 background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position-x: 95%;
  background-position-y: 10px;
}
input[type="text"]:focus,  input[type="number"]:focus, 
 input[type="password"]:focus, input[type="email"]:focus,input[type="tel"]:focus{
 background: #dfdfff;
 }
input[type="date"]{
border-radius: 5px;
height: 40px;
margin: auto;
border: 1px solid #e2e1de;
width: 100%;
text-align: center;
}
textarea{
border-radius: 5px;
height: 180px;
margin: auto;
border: 1px solid #e2e1de;
width: 100%;
color: #504f4f;
padding: 8px 10px;
background: #ffffff;
}

input[type="radio"] {
transform: scale(1.2); 
 margin: 5px 10px ;
accent-color: #ff4508;
}
input[type="radio"]:checked {
transform: scale(1.3); 
}
.button {
color: #ffffff;
padding: 8px 20px;
box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
margin: 10px auto;
background: #092a63;
 background-image: linear-gradient(to top, #000000, #093498);
border-radius: 5px;
border: none;
font-size: 12px;
display: flex;
justify-content: center;
align-items: center;
width: fit-content;
}
.button:hover, .button a:hover {
background: #ffffff;
background-image: linear-gradient(to top, #cccccc, #acc5ff);
color: #000000;
transition: 1s;
box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
cursor:pointer;
}
table{
border: 1px solid #e2e1de; 
border-collapse: collapse;
margin: 0;
padding: 0;
width: 100%;
table-layout: fixed;
}
table tr {
 background-color: #ffffff;
 border: 1px solid #e2e1de;
 padding: .35em;
}
table th,
table td {
  padding: .625em;
}
th{
font-size: 14px;
text-transform: capitalize;
height: 30px;
color: black;
min-width: 20px;
background: #03c9ffd4;
}
td{
border-bottom: 1px solid lightgrey;
height: 25px;
font-size: 13px;
}
tr:hover{
background: #F8F8FF;
}
tr:nth-child(even) 
{background-color: #b0b0b029}
.published-slideshow{
text-align: center;
width: 100%;
border-top: 1px solid #ee0000;
border-bottom: 1px solid #ee0000;
overflow-y: auto;
white-space: nowrap;
height: 350px;
background: #b0b0b029;
-ms-overflow-style: none;  /* IE and Edge */
scrollbar-width: none;  /* Firefox */
}

/* Chrome, Edge, Safari */
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-track {
  background: #f5f7fa;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #ff385c, #ff6b81); /* Airbnb vibe */
  border-radius: 10px;
  transition: all 0.3s ease;
}

::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(180deg, #e03150, #ff385c);
}

/* Optional corner */
::-webkit-scrollbar-corner {
  background: transparent;
}


#edit-message{
 height: 100px;
 font-size: 13px;
 font-family: noto sans;
}

.form-item{
padding: 0 5px
}
.hide{
 display: none;
}

.user-tab:hover{
  background: #2e31a1;
 color: white
 }
