

/* -----Profile Page----*/
/* General layout for profile container */
.swal2-actions{
  flex-direction: row-reverse;
}
.myprofile {
  font-family: Arial, sans-serif;
  background-color: #f9f9f9;
  padding: 40px 0;
}
.text-danger.error-message{
    font-size: 14px;
    margin-bottom: 10px;
}
.site-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.swal2-actions{
  flex-direction: row-reverse;
}
.outer-content {
  display: flex;
  width: 100%;
}

/* Sidebar style */
.sidebar {
  width: 300px;
  background-color: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  position: sticky;
  top: 0;
}

.sidebar ul {
  list-style-type: none;
  padding: 0;
}

.sidebar li {
  margin: 15px 0;
}

.sidebar button {
  width: 100%;
  padding: 12px;
  text-align: left;
  font-size: 16px;
  color: #333;
  background-color: #f5f5f5;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.sidebar button:hover,
.sidebar button.active {
  background-color: #f09204;
  color: white;
  text-decoration: none;
}

/* Content style */
.content {
  width: calc(100% - 270px);
  padding-left: 30px;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* Styling for each individual tab content */
.tab-content iframe {
  width: 100%;
  border: none;
  min-height: 400px;
}














/* ---------------Heroscope ---------*/

.horoscope-gallery-wrapper {
  max-width: 1000px;
  margin: 40px auto;
  background: #ffffff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.1);
}



/* ------------------- Avatar Upload Section ------------------- */
.avatar-upload {
  position: relative;
  max-width: 205px;
  margin: 50px auto;
}

.avatar-upload .avatar-edit {
  position: absolute;
  right: 12px;
  z-index: 1;
  top: 10px;
}

.avatar-upload .avatar-edit input {
  display: none;
}

.avatar-upload .avatar-edit input + label {
  display: inline-block;
  width: 34px;
  height: 34px;
  margin-bottom: 0;
  border-radius: 100%;
  background: #FFFFFF;
  border: 1px solid transparent;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  font-weight: normal;
  transition: all 0.2s ease-in-out;
}

.avatar-upload .avatar-edit input + label:hover {
  background: #f1f1f1;
  border-color: #d6d6d6;
}

.avatar-upload .avatar-edit input + label:after {
  content: "\f040";
  font-family: 'FontAwesome';
  color: #757575;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
}

.avatar-upload .avatar-preview {
  width: 192px;
  height: 192px;
  position: relative;
  border-radius: 100%;
  border: 6px solid #F8F8F8;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}

.avatar-upload .avatar-preview > div {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

/* ------------------- Drop Area Section ------------------- */
#drop-area {
  background: #f0f8ff;
  border: 2px dashed #ccc;
  border-radius: 20px;
  padding: 30px;
  text-align: center;
  margin-top: 20px;
  cursor: pointer;
  color: #555;
  font-size: 16px;
  transition: all 0.3s ease;
}

#drop-area:hover {
  background: #e6f2ff;
}

#drop-area.highlight {
  border-color: purple;
}

/* ------------------- Selected File Name ------------------- */
#selected-file-name {
  text-align: center;
  font-size: 14px;
  color: #666;
  margin-bottom: 15px;
}

/* ------------------- Save Button ------------------- */

/* ------------------- Gallery Section ------------------- */
.horoscope-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  margin-top: 30px;
}

/* Each Gallery Image */
.gallery-item {
  position: relative;
  width: 120px;
  height: 120px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
  background: #fff;
  transition: box-shadow 0.3s ease;
}

.gallery-item:hover {
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.15);
}

.gallery-item img {
 width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

/* Delete Button on Images */
.delete-gallery-image {
  position: absolute;
  top: 6px;
  right: 6px;
  background: #ff4d4d;
  color: #fff;
  border: none;
  width: 24px;
  height: 24px;
  font-size: 14px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.3s ease;
}

.delete-gallery-image:hover {
  background: #e60000;
}

/* ------------------- Gallery Alert Message ------------------- */
.gallery-alert-message {
  text-align: center;
  color: #ff3333;
  font-size: 14px;
  margin-top: 10px;
}

/* Sk css*/

/* Sponsor Section */
.sponsor-section {
    padding: 60px 20px;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 60px;
}

.sponsor-section p {
    font-size: 18px;
    color: #000;
    margin-bottom: 22px;
    font-weight: 600;
    letter-spacing: 1px;
}

.sponsor-section h3 {
    font-size: 36px;
    color: #000;
    margin-bottom: 22px;
    font-weight: 700;
    letter-spacing: 1px;
}


.sponsor-logo {
    height: 140px;
	margin:0 auto;
}

.sponsor-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    transition: transform 0.4s ease;
}

.sponsor-section .abkmt_link {
  padding:22px 10px;
}



/* Responsive */
@media (max-width: 600px) {
    .sponsor-logo {
        width: 180px;
        height: 100px;
    }
    .sponsor-section h3 {
        font-size: 28px;
    }
}



.spondored_by{
   position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding-bottom: 5px;
    font-size: 12px;
    color: #c37500;
}

.spondored_by a{
    text-decoration: underline;
    font-size: 12px;
}