/* General Popup Styles */
.overlay,
.upgrade-popup {
    display: none;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.popup,
.popup-content {
    background-color: #fff;
    margin: auto;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    text-align: center;
}
.popup-content {
    max-width: 400px;
    width: 80%;
}

.close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}
.upgrade-btn {
    background-color: #4CAF50;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.upgrade-btn:hover {
    background-color: #45a049;
}

/* Table Styles */
td {
    padding: 10px;
    border: 1px solid;
    border-left: none;
    border-right: none;
}

/* Common Styles */
.footer-bottom a,
.contact-form .form-grp select {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
}

.c-p,
.delete-skill_sets {
    cursor: pointer;
}

/* Skill Set Styles */
.sk {
    width: 150px;
    max-height: 100px;
}

/* Wildcard Box Styles */
.wildcard-box {
    background: #4e73df;
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
    position: relative;
}

.copied-box {
    background: #333;
    color: #eee;
    padding: 7px 9px;
    font-size: 13px;
    border-radius: 4px;
    box-shadow: 0 1px 5px #333;
    position: absolute;
    top: 30px;
    right: 0;
    display: none;
}

/* Sticky Header */
#sticky-header {
    background: linear-gradient(to bottom, #0e191c, #0F0F2400);
}

#sticky-header.sticky-menu {
    background: linear-gradient(to bottom, #0e191c, #103843de);
}

/* Background Styles */
#home {
    background: url(./main/bg1.png) center/contain no-repeat, #0e191c;
}

section.inner-about-area.pb-115,
section#welcome .container {
    background-color: #0e191c;
}

section#welcome {
    padding: 100px 10px;
    text-align: center;
}

section#welcome .container {
    padding: 15px;
    background: url(./main/signupbg.jpg) center/cover no-repeat, #0d3037;
    border: 1px solid #2b4549;
    border-radius: 10px;
}

section#welcome h3 {
    font-size: 40px;
}

section#welcome h4 {
    font-size: 16px;
    color: #0eb5d9;
}

/* Submit Button */
/*input[type="submit"], .blue-btn {*/
/*    border-radius: 10px;*/
/*    background: linear-gradient(to right, #0a78b9, #0fb3d8);*/
/*    padding: 15px 50px;*/
/*    color: #fff;*/
/*}*/

/*#signup:disabled {*/
/*    background: gray;*/
/*}*/

/* Footer */
.footer-bottom {
    display: flex;
    justify-content: space-between;
}

ul.list-wrap.support {
    display: flex;
    flex-direction: row-reverse;
}

.support li {
    margin: 0 10px;
}

.footer-bottom a {
    color: #A1AAC9;
}

/* Divider Styles */
.dd {
    text-align: center;
    position: relative;
}

.dd:before,
.dd:after {
    content: "";
    width: 42%;
    height: 2px;
    background: #0ea3d0;
    position: absolute;
    top: 14px;
}

.dd:before {
    left: 0;
}

.dd:after {
    right: 0;
}

/* Social Links */
ul.social {
    display: flex;
    justify-content: center;
    padding: 0;
}

ul.social li {
    list-style: none;
    margin: 10px 3px;
}

ul.social img {
    width: 45px;
}

/* Error Styles */
.error {
    color: red;
}

/* Contact Form */
.contact-form .form-grp select {
    width: 100%;
    letter-spacing: 0.02em;
    color: var(--tg-white);
    background: #092025;
    border: 1px solid rgba(230, 238, 251, 0.13);
    border-radius: 5px;
    padding: 18px 15px;
    margin-bottom: 25px;
}

.contact-form .form-grp select option {
    color: #092025;
    background: #e8f0fe;
}

/* Responsive Styles */
@media screen and (max-width: 767px) {
    ul.list-wrap.support {
        flex-direction: initial;
    }

    section#welcome img {
        margin: 15px;
    }
}

@media only screen and (max-width: 542px) {
    .mobile {
        display: block;
    }

    .desktop {
        display: none;
    }
}

/* Video Popup Styles */
.video-popup {
    display: none;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
}

.video-popup .popup-content {
    max-width: 800px;
    width: 90%;
    padding: 0;
    background-color: #000;
}

.video-popup iframe {
    width: 100%;
    height: 450px;
    border: none;
    border-radius: 8px;
}

.video-popup .close-btn {
    top: 15px;
    right: 15px;
    font-size: 30px;
    color: #fff;
    cursor: pointer;
}

.video-popup.open {
    display: block;
}

/* Additional Styles */
.contai {
    overflow: hidden;
    position: relative;
}
.contai.expanded .info-card-description {
    max-height: fit-content !important;
    -webkit-line-clamp: inherit !important;
}
.read-full-button {
    position: absolute;
    bottom: -6px;
    right: 15px;
    cursor: pointer;
}
a.search-result-link,
a.profile-link {
    color: #000;
}
.toggle.btn.btn-sm {
    margin: 5px 3px;
}
#show-result{
    overflow: hidden;
    height: 500px;
    max-height: 1000px;
}
span.tag.label.label-info {
    background: #0668f4;
    padding: 0 7px;
}
#loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

/* Manage Autobidding page */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}
.switch input { 
    opacity: 0;
    width: 0;
    height: 0;
}
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}
.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}
input:checked + .slider {
    background-color: #2196F3;
}
input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
.hidden{display:none;}

	.wildcard-box {
		background: #4e73df;
		color: white;
		border-radius: 4px;
		cursor: pointer;
		position: relative;
	}
	.copied-box {
		background: #333;
		color: #eee;
		padding: 7px 9px;
		font-size: 13px;
		line-height: 13px;
		border-radius: 4px;
		box-shadow: 0 1px 5px #333;
		position: absolute;
		right: 0px;
		top: 30px;
		z-index: 1;
		display: none;
	}
	label {
		font-size: 14px;
	    font-weight: 600;
	    margin-bottom: 3px;
	    color: #555;
	}
    .toggle {
        margin: 0 5px 5px 0;
    }
    .c-p{
        cursor: pointer;
    }