.tooltip {
    position: relative !important;
    display: inline-block !important;
    opacity: 1 !important;
    z-index: 700 !important;
}

.tooltip .tooltiptext {
    visibility: hidden !important;
    background-color: rgb(255, 255, 255) !important;
    color: #282828 !important;
    text-align:left !important;
    border-radius: 15px !important;
    padding: 20px !important;
    width: 400px;
    border:1px solid #168F8F;
    font-size: 16px;
    position: absolute !important;
    z-index: 800 !important;
    bottom: 100% !important;
    left: 50% !important;
    margin-left: -260px !important;
}

.tooltip:hover .tooltiptext {
    visibility: visible !important;
}

.popup {
    position: fixed;
    z-index: 1000; 
    background-color: rgb(255, 255, 255); 
    border-radius: 35px;
    padding: 40px;
    width: 600px;
    height: 330px;
    box-shadow: 0px 0px 60px rgba(214, 255, 255, 0.4); 
    display: flex;
    flex-direction: column;
    justify-content: end;
}

.popup-content {
    color: #282828;
    font-size: 18px;
}

.popup-close-btn {
    color: #282828;
    font-size: 24px;
    position: absolute;
    top: 30px;
    right: 45px;
    cursor: pointer;
    border-radius: 50%;
    width: 40px; 
    height: 40px;
    display: flex; 
    align-items: center;
    justify-content: center;
    transition: background-color 0.2s ease-in-out;
}

.popup-close-btn:hover {
    background-color: #f2f2f2;
}
.popup-button-container {
    height: 70px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-top: 15px;
}

.popup-button {
    cursor: pointer;
    width: 100%;
    height: 100%;
    background-color: #168F8F;
    text-align: center;
    font-size: 22px;
    border: none;
    color: #fff;
    font-weight: 600;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.popup-spinner {
    visibility: hidden;
    position: absolute;
    font-size: 24px;
}


.popup-overlay{
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0%;
    left: 0%;
    z-index: 900;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #2828289f;
    backdrop-filter: blur(8px);
}

.go-back {
    width: 50px; 
    height: 50px;
    padding: 0; 
    border-radius: 50%; 
    border: 1px solid #FFFF;
    margin-right: 30px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.go-back:hover {
    background-color: #F5F9FC;
}

.go-back img {
    height: 20px;
}

.top-header {
    width: 100%;
    align-items: center;
    border: solid #DCDCDC;
    border-width: 0px 0px 1px 0px;
    padding-bottom: 30px;
    margin-bottom: 50px;
}

.mainhead {
    font-weight: 900;
    font-size: 50px;
    color: #282828;
    margin-bottom: 15px;
}

.subhead {
    font-size: 24px;
    color: #282828;
}

.loader-page {
    width: 100%;
    height: 90vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loader-content {
display: flex;
flex-direction: column;
align-items: center;
position: relative;
text-align: center;
}

.loading-text {
font-size: 20px;
color: #282828;
margin-top: 60px;
font-weight: bold;
}
.spinner {
width: 180px;
height: 180px;
border: 15px solid #41babb;
border-top-color: transparent;
border-radius: 50%;
animation: spin 1s linear infinite;
box-sizing: border-box;
position: absolute;
}
.spinner-content {
margin-top: 40px;
}

@keyframes spin {
to {
    transform: rotate(360deg);
}
}


.default-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 50px 0;
}

.default-header-container {
    width: 100%;
    display: flex;
    align-items: start;
    justify-content: center;
}

.default-server-option, 
.default-python-env {
    width: 50%;
}

.default-title {
    color: #646464;
    margin-bottom: 20px;
    font-size: 28px;
    font-weight: bold;
}

.default-box {
    width: 100%;
    background-color: #F5F9FC;
    border-radius: 30px;
}

.default-box-inner {
    width: 100%;
    min-height: 400px;
    padding: 40px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

.default-header {
    width: 100%;
    display: flex;
    align-items: start;
    justify-content: space-between;
    border-bottom: 1px solid #DCDCDC;
    padding-bottom: 20px;
}

.default-header-text p {
    color: #282828;
    font-weight: 700;
    margin: 0;
}

#default-python-env-head {
    color: #282828;
    font-weight: 700;
    font-size: 28px;
    margin: 0;
    margin-bottom: 20px;
}

.default-profile-head{
    color: #282828;
    font-weight: 700;
    font-size: 30px;
    margin: 0;
}

.default-profile-price {
    font-size: 36px;
}

.default-spec {
    display: flex;
    align-items: center;
    justify-content: start;
    margin-bottom: 18px;
    margin-top: 10px;
}

.default-spec img {
    height: 30px;
}

.default-spec p {
    color: #282828;
    font-weight: 600;
    font-size: 22px;
    margin: 0;
    margin-left: 10px;
    white-space: nowrap;
}

.default-details {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: space-between;
    flex-grow: 1;
    padding-top: 20px;
}

.default-profile-description {
    color: #282828;
    font-size: 18px;
}

.default-profile-tags {
    display: flex;
    flex-direction: row;
    gap: 10px;
    flex-wrap: wrap;
}

.default-divider {
    width: 1px;
    height: 450px;
    background-color: #DCDCDC;
    margin: 0 50px;
}

.default-python-env-libraries {
    overflow-y: auto;
    flex-grow: 1;
    width: 100%;
    height: 250px;
    display: flex;
    flex-direction: column;
    row-gap: 4px;
}

.default-footer {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: end;
    margin: 40px 0;
    padding: 0 50px;
}

.default-option {
    display: flex;
    align-items: center;
    padding: 11px 10px;
    background-color: #DDF3F3;
    border-radius: 8px;
    font-size: 16px;
    color: #333;
}

.default-option p {
    color: #282828;
    font-size: 18px;
    margin: 0;
    margin-right: 10px;
    margin-left: 10px;
    padding-top: 4px;
}

.server-spawn-error-msg {
    color: red;
}

.server-form-url {
    font-size: 0px;
    color: white;
}

.server-kubespawner-profiles-list {
    width: 100%;
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    column-gap: 3.5%;
}

.server-profile-item {
    width: 31%;
    border-width: 2px;
    border-style: solid;
    border-color: #F5F9FC;
    background-color: #F5F9FC;
    margin-bottom: 50px;
    border-radius: 35px;
    transition: all 0.3s ease-in-out;
    box-shadow: none;
}

.server-profile-item:hover {
    border-color: #30baba;
    background-color: #fff;
    box-shadow: 0px 4px 15px #C5E0DF;
}

.server-profile-item:hover .next-btn {
    background-color: #168F8F;
    color: #fff;
}

.server-profile-content {
    width: 100%;
    height: 100%;
    padding: 9%;
    box-sizing: border-box;
    min-height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.server-profile-header {
    width: 100%;
    display: flex;
    align-items: start;
    justify-content: space-between;
    border-bottom: 1px solid #DCDCDC;
    padding-bottom: 20px;
}

.server-profile-info {
    margin-right: 10px;
}

.server-profile-name {
    color: #282828;
    font-weight: 700;
    font-size: 28px;
    margin: 0;
    margin-bottom: 5px;
}

.server-profile-price {
    color: #282828;
    font-weight: 700;
    font-size: 36px;
    margin: 0;
}

.server-profile-cpu, 
.server-profile-ram {
    display: flex;
    align-items: center;
    justify-content: start;
    margin-bottom: 18px;
    margin-top: 10px;
}

.server-profile-cpu p, 
.server-profile-ram p {
    color: #282828;
    font-weight: 600;
    font-size: 20px;
    margin: 0;
    margin-left: 10px;
    white-space: nowrap;
}

.server-profile-body {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: space-between;
    flex-grow: 1;
    padding: 20px 0;
}

.server-profile-body p {
    color: #282828;
    font-size: 18px;
    margin-bottom: 30px;
}

.server-profile-tags {
    display: flex;
    flex-direction: row;
    gap: 10px;
    flex-wrap: wrap;
}

.server-profile-tag {
    padding: 8px 10px;
    background-color: #E2F0EF;
    font-size: 18px;
    border-radius: 7px;
    color: #282828;
}

.feedback-container {
    height: 75px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.next-btn {
    cursor: pointer;
    width: 100%;
    height: 90%;
    background-color: #BFECEA;
    text-align: center;
    font-size: 22px;
    border: none;
    color: #0A6767;
    font-weight: 600;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease-in-out;
}

.server-spinner {
    visibility: hidden;
    position: absolute;
    font-size: 28px;
}

.python-env-container {
    align-items: center;
    justify-content: center;
    margin-top: 50px;
    width: 100%;
    column-gap: 1%;
    margin-bottom: 100px;
    display: none;
}

.python-env-sidebar {
    width: 23%;
    height: 600px;
    border: 1px solid #DCDCDC;
    border-radius: 40px;
    overflow-y: auto;
    padding: 15px;
}

.python-env-content {
    display: flex;
    align-items: start;
    justify-content: space-between;
    flex-direction: column;
    width: 55%;
    height: 600px;
    padding: 20px;
}

.python-env-header {
    width: 100%;
}

#python-env-head {
    color: #282828;
    font-weight: 700;
    font-size: 28px;
    margin: 0;
    margin-bottom: 5px;
}

#python-env-description {
    color: #282828;
    font-size: 18px;
    margin-bottom: 30px;
}

.python-env-libraries {
    overflow-y: auto;
    height: 400px;
    width: 100%;
    margin-bottom: 50px;
}

.python-env-footer {
    width: 100%;
    display: flex;
    align-items: end;
    justify-content: end;
    flex-direction: column;
}

.python-env-button-container {
    height: 70px;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.start-btn {
    cursor: pointer;
    width: 100%;
    height: 100%;
    background-color: #168F8F;
    text-align: center;
    font-size: 22px;
    border: none;
    color: #fff;
    font-weight: 600;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.start-spinner {
    visibility: hidden;
    position: absolute;
    font-size: 24px;
}