

body {
    overflow: auto !important;
}
.authen-icon {
    font-size:1.25em;
}
.authen-log-icon {
    font-size:1.5em;
}

.followers {
    min-width: 150px;
}

.card {
    border-radius: 0%;
}

#fixed-footer {
    position:relative;
    bottom:0;

}

.alert-error {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}

.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}

/* tooltip */
.tooltip {
    font-size:.75em;
    border-radius: 12px;
    
}
.tooltip .tooltip-inner  {
    padding: 10px;
    text-align: left;
}


.box {
    float: left;
    height: 18px;
    width: 18px;
    clear: both;
    background: #FFF3cd;
  }


.pop-img {
    width: 20px;
    height: 20px;
}
.pop-username {
    margin-left: 5px;
}
.collectors-ul {
    padding-left: 0;
}
.collectors {
    list-style-type:none;
    line-height: 2.5em;
    min-width:230px;
}
.line-group-item {
    border:none !important;
}

.popover {
    position: absolute;
    z-index: 1000;
    display: none;
    padding: 15px;
    min-width: min-content;
    /* Adjustments for top positioning */
    top: auto;
    bottom: calc(15% + 5px);
}
.detail-popover {
    position: absolute;
    z-index: 1000;
    display: none;
    padding: 15px;
    min-width: min-content;
    /* Adjustments for top positioning */
    top: auto;
    border-radius: 10px;
}

.popover-inner {
    padding: 10px;
}

.popover.hidden {
    display: none;
}
.popover-collectors {
    position: absolute;
    z-index: 1000;
    display: none;
    border-radius: 5%;
    min-width: max-content;
    padding: 5px;
    /* Adjustments for top positioning */
    top: auto;
    bottom: calc(12% + 5px); 
    right: 5px;
}
.popover-collectors-inner {
    
    padding: 10px;
}
.popover-collectors.hidden {
    display: none;
}

.most-liked-container {
    position: relative;
    width: 100%; /* Set a fixed width for the container */
    height: 480px; /* Set a fixed height for the container */
    overflow: hidden;
}

.most-liked-container img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); /* Center the image horizontally and vertically */
    width: 100%;
    height: 100%; /* Ensure the image covers the container vertically */
    object-fit: cover; /* Cover any overflow */
}

.image-container {
    position: relative;
    width: 100%; /* Set a fixed width for the container */
    height: 380px; /* Set a fixed height for the container */
    overflow: hidden;
}

.image-container img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); /* Center the image horizontally and vertically */
    width: 100%;
    height: 100%; /* Ensure the image covers the container vertically */
    object-fit: cover; /* Cover any overflow */
}


.recent-image-container {
    position: relative;
    width: 100%; /* Set a fixed width for the container */
    height: 70px; /* Set a fixed height for the container */
    overflow: hidden;
}

.recent-image-container img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); /* Center the image horizontally and vertically */
    width: 100%;
    height: 100%; /* Ensure the image covers the container vertically */
    object-fit: cover; /* Cover any overflow */
}

.delete-icon {
    position: relative;
    right:15px;
    top: -7px;
}

.tag-button,
.media-button {
    margin:2px;
}

.illustrator-a {
    font-family: 'Montserrat', sans-serif;
}
.portifolio-menu {
    padding:125px 10px 10px 10px;
    text-decoration:none;
    margin-top:20px !important;
    letter-spacing: 1px;
}




.image-wrapper {
    width: 100%;
}

.image-inner {
    
    padding-top: 100%; /* Maintain aspect ratio (1:1) */
    background-size: cover;
    background-position: center center;
}


/* for spotlight */
#application-banner {
    position: relative;
    height: 600px;
    overflow: hidden;
}
#application-empty-banner {
    position: relative;
    height: 360px;
    overflow: hidden;
}
.banner-spotlight {
    position: absolute; 
    top: 10px;
    left: 10px;
    max-width: 650px;
    
}
.spotlight {
    position: absolute; 
    top: 20px;
    right: 20px;
}
.spotligt-logo {
    position: absolute; 
    top: 10px;
    right: 10px;
}
.spotlight-area-card {
    position: absolute; 
    padding: 16px;
    border-radius: 10px;
    width: 430px;
    top: 80px;
    right: 10px;
}
@media (max-width: 992px) {
    #application-banner {
        position: relative;
        height: 800px;
        overflow: hidden;
    }
    .spotligt-logo {
        position: absolute; 
        top: 195px;
        right: 10px;
    }
    .spotlight-area-card {
        position: absolute; 
        top: 270px;
        right: 10px;
        width: 430px;
        
    }
    
}

.banner-wrapper {
    position: relative;
    height: 100%;
    overflow: hidden;

}


.spotlight-image,
.content-image {
    position: absolute;
    top: 0;
    left: 50%;           /* Start by centering based on the full width */
    transform: translateX(-50%);
    max-width: none; 
    transition: top 0.2s ease; /* Smooth transition for position changes */
}
#sync-image {
    position: absolute;
    top: 0;
    left: 0;
    transition: top 0.2s ease;
}

#image-vertical-slider {
    width: 300px;
    margin-top: 10px;
}
#my-slogan {
    position: absolute;
    bottom:30px;
    left: 20px;
    right: 20px;
    letter-spacing:2px;
}

.light-text {
    color: #ffffff !important; /* Light text color */
}

.dark-text {
    color: #000000 !important; /* Dark text color */
}
.spot-white {
    background-color:white;
    padding:2px 0 2px 4px;
    border-radius:5px;
}

.empty-notice {
    position: absolute;
    bottom: 0px;
    right: 20px;
    font-size: 0.7em;
}


/* tab settings */
.user-tabs {
    font-size:0.7em;
}

.tab-settings {
    padding: 5px 8px 5px 8px;
    color: black;
    background-color:#e1f6f8;
    border:1px solid white !important;

}
.tab-settings:hover {
    background-color:black !important;
    color: #eee !important;
}
.reputation {        
    background-color:#ebd5fe;
}
.my-sales {
    background-color:#c5fbd4;
}
.my-account {
    background-color:#ebf9b4;
}
.my-spotlights {
    background-color:#f6e1f8;
}
.user-tabs {
    font-size:0.7em;
}
.company-tab {
    background-color:#ccf3d5;
}
#chat-button {
    background-color:#f8ede1;
}

.money-button {
    background-color: #c8f808;
    min-width:120px;
}
.money-button:hover {
    background-color: #70f808;
}

.introjs-tooltip {
    min-width: 300px;
}

/* event menu */
.event-block {
    min-width:280px;
  }
  .event-title {
    font-size: .85em;
  }
  .event-description {
    font-size: .85em;
  }
  