/* General Styling */

* {
    outline: 0;
  }

  
  html{
    overscroll-behavior: none;
    
  }

  html.dark-mode{
   color-scheme: dark;
  }

body {
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    padding: 0;
    background-image: url('/images/body-bg-5ba6f319a5f9f1a7bcbe0ee7a41d394a.png');
    background-size: cover;
    background-position: 0;
    width:100%;
height:100%;
overscroll-behavior: none;
overflow-x: hidden; 

}


  
/*popup select2*/
.select2-container--open{
    z-index: 100000000;
}


input,select,button,p,a {
    font-family: 'Montserrat', sans-serif;
}





button[disabled] {
    pointer-events: none !important; 
    opacity: 0.5 !important;
    cursor: not-allowed !important;
}

.dark-mode body{
    background-image: url('/images/dark-body-bg-0b8bf46a9ca6dad834986f1daefb0609.png');
    
}
    

ul{
    list-style-type:none;
}

.main-wrapper{
 
        display: flex;
        flex-direction: column;
        height: 100vh;

}

h2{
    font-size: 22px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.11;
    letter-spacing: -0.26px;
    text-align: left;
    color: #150f4d;
}


h3 {
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.22;
    letter-spacing: -0.24px;
    text-align: left;
    color: #150f4d;
}

p{
    font-size: 16px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.69;
  letter-spacing: normal;
  text-align: left;
  color: #150f4d;
}

a{
    cursor: pointer;
}

.purple-color{
    color:#6c1ac8;
}


.mb-0{
    margin-bottom:0 !important;
}

.mtb-0{
    margin-top:0! important;
    margin-bottom:0 !important;
}

.uppercase-text{
    text-transform: uppercase;
}

.hidden{
    display:none !important;
}

.dark-mode .sidebar .bottom-links a,.dark-mode h1,.dark-mode h2,.dark-mode h3,.dark-mode h4,.dark-mode p,.dark-mode span:not(.popup-text),
 .dark-mode li a,.dark-mode p,.dark-mode h2 a,.dark-mode ul li, .dark-mode .tabs .tab,.dark-mode .storage-wrapper-info-input,
 .dark-mode .select-plan-box .storage-wrapper input,.dark-mode .select-linux-dist-box-select select,.dark-mode .black-hole-wrapper h3,.dark-mode .header,.dark-mode .data-cell,
 .dark-mode .billing-pagination,.dark-mode .account-login-box .form-row-wrapper label,.dark-mode .account-login-box .form-row-wrapper input,
 .dark-mode .organize-project-wrapper .form-row label,.dark-mode .organize-project-wrapper .form-row-unc label,.dark-mode .organize-project-wrapper .form-row select,.dark-mode .create-project-pop select{
    color:#fff !important;
 }

.dark-mode .burst-box h4,.dark-mode .specs-box .system-info .version,
.dark-mode .backup-box .backup-info-main span,.dark-mode .box.box-step-v1 p,.dark-mode  .box.box-step-v2 p,.dark-mode .box.box-step-v1 .step span,
.dark-mode .box.box-step-v2 .tooltip,.dark-mode .cta-compute-box .cta-content-type .history-info,.dark-mode .bar-wrapper .bar-percentage-info,.dark-mode .bar-wrapper #total{
    opacity:.8;
}

.dark-mode .box.box-step-v2 span{
    opacity:.4;
}

.dark-mode .box-usage .tabs .tab{
    border-color:rgba(255,255,255,.4);
}

.dark-mode select option {
    background-color: rgba(26, 27, 69, 0.81); 
    color:#fff; 
  }
  

  .dark select::-ms-expand {
    background-color: rgba(26, 27, 69, 0.81);
  }



.dark-image,
.dark-mode .light-image{
    display:none;
    }

.light-image,
.dark-mode .dark-image{
display:inline;
}





/* Top bar */
 .top-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 90px;
    padding: 0 52px;
    box-shadow: 0px 1px 3px 0 rgba(0, 0, 0, 0.11);
    background-color: #fff;
    box-sizing: border-box;
    position: fixed;
    width:100%;
    z-index: 10000;;
}

.dark-mode .top-bar{
box-shadow: 0px 1px 3px 0 #f4f6fd;
background-color: #101140;
}



.left-logo {
    flex-grow: 1;
}



.right-icons {
    display: flex;
    align-items: center;
    gap: 20px;
}

/* Toggle */


#mode {
    background-color: #fff !important;
    padding: 4px 5px 4px 5px !important;
    border-radius: 50px;
    box-shadow: 0 0 25px 0 #00000022;
    display: flex;
    gap: 6px;
    align-items: center;
    width: fit-content;
    position: relative;
    z-index: 9;
}

#mode button{

        border: unset !important;
        padding: 0 !important;
        background: unset !important;
        font-family: "Montserrat-Regular";
        cursor: pointer;
        margin-left: 0;
    margin-right: 0;
    
}

#mode .main {
    position: absolute;
    transition: all 500ms ease;
    width: 32px;
    height: 32px;
    background: linear-gradient(90deg, rgba(33, 54, 199, 1) 0%, rgba(175, 2, 201, 1) 100%) !important;
    right: 4px;
    border-radius: 100%;
    z-index: -1;
    top:-6px;
}

#mode .btn {
right:40px;
}

.dark-mode #mode .btn {
    right: 4px !important;
}

#mode #moon {
    margin-top: -1px !important;
}


.top-bar .notification{
    position: relative; 
    display: inline-block;
    cursor: pointer;
}

.top-bar .notification img,
.top-bar .user-icon a img{
    vertical-align: middle;
}

.top-bar .notification-wrapper {
    position: relative;
    display: inline-block;
}

.top-bar .notification-dropdown {
    position: absolute;
    top: 38px;
    right: -40px;
    width: 250px;
    border-radius: 12px;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.1);
    background-color: #fff;
    display: none; 
    z-index: 10;
    max-height: 300px;
    overflow: auto;
    overscroll-behavior: none;
   
}


.dark-mode .top-bar .notification-dropdown {
    background-color:rgb(26, 27, 69);
    
  }
  
 


.top-bar .notification-wrapper::before {
    position: absolute;
    top: 32px;
    right: 7px;
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid white; 
    z-index:20;
}

.dark-mode .top-bar .notification-wrapper::before {
    border-bottom: 12px solid rgba(26, 27, 69, 1);
}

.top-bar .notification-content {
    padding: 3px 18px;
 

}

.top-bar .notification-content .notification-content-item {
    margin: 0;
    padding: 12px 0;
    font-size:14px;
    border-bottom: 1px solid rgba(0, 0, 0, .06);
}

.dark-mode .top-bar .notification-content .notification-content-item {

border-bottom: 1px solid rgba(255, 255, 255, .06);
}

.top-bar .notification-content .notification-content-item:last-child {
   border:0;
}

.top-bar .notification-content .notification-content-item p{
    margin: 0;
    font-size:14px;
}


.top-bar .notification-content .notification-content-item span{
    font-size:10px;
   font-style: italic;
   opacity:.8;
   color: #150f4d;
   margin-top:9px;
}


.top-bar .notification-wrapper .notification-dropdown.show  {
    display: block;
}

.top-bar .notification-wrapper.show-dropdown::before{
content: "";
}

.header--toggle,.mobile-menu-icon{
    display: none;
}

#mode button span {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 19px !important;
    width: 30px;
    height: 30px;
}





#mode .icon-01 svg {
    width: 32px;
    height: 32px;
}


#mode .icon-01 {
    fill: #fff !important;
    color: #fff !important;
    stroke: #fff !important;
    /* background: linear-gradient(90deg, rgba(33, 54, 199, 1) 0%, rgba(175, 2, 201, 1) 100%); */
}

.dark-mode #mode .icon-01 {
    fill: #000 !important;
    border-radius: 100% !important;
    color: #000 !important;
    stroke: #000 !important;
}

#mode .icon-02 {
    fill: #000 !important;
    color: #000 !important;
    stroke: #000 !important;
}

.dark-mode #mode .icon-02 {
    fill: #fff !important;
    border-radius: 100% !important;
    font-size: 20px !important;
    /* background: linear-gradient(90deg, rgba(33, 54, 199, 1) 0%, rgba(175, 2, 201, 1) 100%); */
    color: #fff !important;
    stroke: #fff !important;
}

#mode .icon-02 svg {
    width: 25px;
    height: 25px;
}

.top-bar .notification.new-notification .notification-dot {
    display: block; 
}

.top-bar .notification-dot {
    position: absolute; 
    top: 0px; 
    right: 3px; 
    width: 8px; 
    height: 8px; 
    background-color: #ff5d61; 
    border-radius: 50%; 
    border: solid 2px #fff; 
    display: none; 
}

.top-bar .left-logo img{
    vertical-align: middle;
}

.mobile-logo{
    display:none;
}


/* Main layout */
.main-container {
    display: flex;
    flex: 1;
}

/* Sidebar */
.sidebar {
    width: 340px;
    max-width:30%;
    box-shadow: 3px 0 3px -3px rgba(0, 0, 0, 0.11);
    background-color: #fff;
    padding: 70px 0 0 50px;
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 90px;
    left: 0;
    height: calc(100vh - 90px);
    box-sizing: border-box;
    justify-content: space-between;
    overflow-y: auto;
    -ms-overflow-style: none;  
    scrollbar-width: none;  
}

.sidebar::-webkit-scrollbar {
    display: none;  
  }

.dark-mode .sidebar{
    box-shadow: 3px 0 3px -3px #f8f6fc;
  background-color: #131446;
}

.sidebar .main-link a{
font-size: 21px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: -0.25px;
  text-align: left;
  color: #2734c7;
  text-decoration:none;
 
}

.sidebar .main-link .project-label{
font-size: 21px;
letter-spacing: 0px;
color: #2734c7;
font-weight: 600;
font-stretch: normal;
font-style: normal;
line-height: 1.28;
text-align: left;
margin-bottom: 25px;
margin-left: 5px;
}

.dark-mode .sidebar .main-link:not(.create-desktop) > a,.dark-mode .sidebar .main-link li.project-label{
    color:#00acff !important;
}

.sidebar .main-link.create-desktop a{
    color:#eb22c7;
}

.sidebar .bottom-links{
    margin-top:30px;
    margin-bottom:50px;
}

.sidebar .main-link a img,
.sidebar .bottom-links a img{
margin-right:16px;
vertical-align: middle;
}

.sidebar .main-link ul{
    padding-inline-start: 0;
    padding-left: 43px;
}
.sidebar .main-link.create-desktop a img{
margin-right: 11px;
}

.sidebar .bottom-links a img{
    vertical-align:-3px;
}

.sidebar .main-link li a{
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.28;
    letter-spacing: -0.22px;
    text-align: left;
    color: #150f4d;
    margin-bottom:25px;
    margin-left:5px;
    display: inline-block;
    transition: all .1s linear;
}


.sidebar .main-link li.active a,
.sidebar .main-link li:hover a,
.sidebar .main-link li:focus a,
.sidebar .bottom-links a.active,
.sidebar .bottom-links a:hover,
.sidebar .bottom-links a:focus{
    font-weight: bold;
}

.sidebar ul.top-links-new{
    padding-left:0;
    margin-left:-4px;
}

.sidebar ul.top-links-new img{
vertical-align: middle;
padding-right:3px;
}

.sidebar .bottom-links a{
opacity: 0.8;
font-family: Montserrat;
font-size: 19.3px;
font-weight: normal;
font-stretch: normal;
font-style: normal;
line-height: 1.36;
letter-spacing: -0.23px;
text-align: left;
color: #150f4d;
display:block;
margin-bottom:24px;
text-decoration: none;
transition: all .1s linear;
}

.sticky-footer-main .sidebar{
    height:calc(100% - 190px);
}

/* Buttons */


.buttons{
    margin-top:40px;
    display:flex;
    flex-wrap: wrap;
    gap:11px;

}

.btn {
    display: inline-block;
    padding: 10px 15px;
    border-radius: 10px;
    text-align: center;
    margin-top: 10px;
    text-decoration: none; 
    transition: all .1s linear;
    will-change: opacity;
}

.btn-outline {
  border-radius: 10px;
  border: solid 2px #8f66ce;
  background-color: rgba(98, 31, 200, 0);
  font-size: 17px;
  font-weight: 600;
  line-height: 1.91;
  letter-spacing: normal;
  text-align: left;
  color:#fff;
  background-color:  #621fc8;
}

.btn-icon {
    border-radius: 10px;
    border: solid 2px #e496da;
    background-color: rgba(224, 38, 199, 0);
    font-size: 17px;
  font-weight: 600;
  line-height: 1.91;
  letter-spacing: -0.14px;
  text-align: left;
  background-color: #e026c7;
  color:#fff;
}


.btn-icon svg{
    vertical-align: -4px;
    height: 20px;
    width: 20px;
    fill:#fff;
}



.btn-purple{
    border-radius: 10px;
    background-color: #621fc8;
    color:#fff;
    padding: 14px 26.1px 16px 24.9px;
    font-size: 17px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.36;
    letter-spacing: -0.14px;
    text-align: center;
    color: #fff;
    margin:0;
    border: solid 2px #8f66ce;
}

.btn-red {
    border-radius: 10px;
    border: solid 2px #ef7e7e;
    background-color: rgba(98, 31, 200, 0);
    font-size: 17px;
    font-weight: 600;
    line-height: 1.91;
    letter-spacing: normal;
    text-align: left;
    color:#fff;
    background-color:  #ff4141;
}


.btn-outline-purple{
    color: #fff;
        border-radius: 10px;
        border: solid 2px #8f66ce;
        background-color: #621fc8;
}

.btn:hover{
    cursor: pointer;
}

.btn-fill{
background-color: transparent;
color: #621fc8;
}

.dark-mode .btn-fill{
    color:#fff;
}

 .btn-fill:hover,
 .btn-fill:hover{
    background-color: #621fc8;
    color:#fff;
    }

.btn-outline-purple svg{
padding-right:3px;
}


.btn-icon:hover,
.btn-icon:focus,
.btn-outline-purple:focus,
 .btn-outline-purple:hover,
.btn-outline-red:focus,
.btn-outline-red:hover,
.btn-outline:hover,
.btn-outline:focus{
    opacity:.9;
}



/* Content */
.content {
    width:calc(100% - 340px);
    padding:70px 60px 30px 60px;
    background: url('/images/content-bg-color-8ebe150964e9249b3463499ce7cb693f.png');
    background-size: cover;
    background-position: 0;
    background-repeat: no-repeat;
    margin-left:340px;
    margin-top:90px;
    box-sizing: border-box;
}

.content.black-hole-content{
    position:relative;
}

.dark-mode .content {

    background-image: 
        url('/images/content-layer-1-dark-a89429cc84e7debb8008f1a49d880cd2.png'), 
        url('/images/content-layer-2-dark-b04d89a3ad9084447d6fd9b7d36c9a91.png');

}

.content .welcome-msg{
    font-weight:600;
   font-size: 23.7px;
    line-height:28.4px;
    color: #150f4d;
    margin-top:0;
    display: flex;
    align-items: center;
}

.content .welcome-msg img{
margin-right:20px;
vertical-align: middle;
transform: scale(-1, 1) translate(-0px, 0);

}
.content .black-hole-wrapper{
display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
    margin-top: 30px;
    position:absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.sticky-footer-main .content{
    padding-bottom:200px;
}

.login .content{
    margin-left: 0;
    width: 100%;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.boxes {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content:space-between;
}

.box {
    width:calc(50% - 30px);
    padding: 50px 30px;
    box-sizing: border-box; 
    border-radius: 12px;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.1);
    background-color: #fff;
    margin-bottom:30px;
  
}
.dark-mode .box {
background-color: rgba(26, 27, 69, 0.81);

}

.box.full-width-box{
    width:100%;
}

.box-header{
    display: flex;
    align-items: flex-start;
}

.box-header h2,.box-header h2 a{
    font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.22;
  letter-spacing: -0.24px;
  text-align: left;
  color: #150f4d;
  margin-left: 0;
    margin-top: -4px;
    text-decoration: none;
}



/* Progress Bar */

.bar-main-wrapper h3{
    font-size: 20px;
    font-weight: 600;
    line-height: 1.22;
    letter-spacing: -0.24px;
    text-align: left;
    color: #150f4d;
    margin-bottom:0;
}

.bar-main-wrapper {
    display: flex;
    gap: 20px; 
    flex-direction:column;
}

.bar-wrapper{
    position:relative;
}

.bar-wrapper .bar-text{
font-size: 15px;
  font-weight: 500;
  line-height: 2.16;
  letter-spacing: normal;
  text-align: left;
  color: #000;
  cursor:pointer;
}


.bar-wrapper span.bar-text:after,
.ssh-key-box > h2:after {
    background-image: url(/images/info-a66a37c34084d63f1fdfe271805d54f4.svg);
    content: "";
    width: 16px;
    height: 16px;
    display: inline-block;
    background-position: center;
    vertical-align: -2px;
    background-repeat: no-repeat;
    padding-left: 8px;
}
.ssh-key-box > h2:after{
    padding-left:12px;
    vertical-align: -1px;
}

.dark-mode .bar-wrapper span.bar-text:after,
.dark-mode .ssh-key-box > h2:after{
    background-image: url(/images/info-dark-cf1cdbc05bc30c75b9a3d5db0c29dd0b.svg);
}

.bar-wrapper .popup-text,
.status .popup-text,
.ssh-key-box h2 .popup-text{
    display: none;
    position: absolute;
    top: 30px;
    left: 0px;
    width: 200px;
    border-radius: 12px;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.1);
    background-color: #fff;
    color: #000;
    font-size:15px;
    text-align: left;
    padding: 20px;
   z-index:1000;
}

.dark-mode .bar-wrapper .popup-text,
.dark-mode .status .popup-text,
.dark-mode .ssh-key-box h2 .popup-text{
    background-color: #621fc8;
    color:#fff;
}


 .status .popup-text{
left:-14px;

}


.bar-wrapper .popup-text:before,
.status .popup-text:before,
.ssh-key-box h2 .popup-text:before {
    content:"";
    position: absolute;
    top: -10px;
    left:10%;
    transform: translateX(-50%);
    border-width: 6px;
    border-style: solid;
    border-color: transparent transparent #fff transparent;
}


.dark-mode .bar-wrapper .popup-text:before,
.dark-mode .status .popup-text:before,
.dark-mode .ssh-key-box h2 .popup-text:before {
    border-color: transparent transparent #621fc8 transparent;
}


span.bar-text:hover .popup-text,.status .circle:hover .popup-text,
.ssh-key-box h2:hover .popup-text,
span.bar-text.hover-effect .popup-text,.status .circle.hover-effect .popup-text,
.ssh-key-box h2.hover-effect .popup-text
  {
    display: block;
    
}


.bar-wrapper .bar-text img{
vertical-align: -2px;
margin-left:5px;
cursor: pointer;
z-index: 1000;
}

.bar-wrapper p,.bar-wrapper .bar-percentage-info,.bar-wrapper #total{
    font-size: 14px;
    line-height: 1.76;
    letter-spacing: normal;
    text-align: left;
    color: #150f4d;
    display: inline;
    vertical-align: 3px;
    margin-left: 3px;

}


.bar-wrapper .bar-percentage-info{
    display: flex;
    margin-top:12px;
    justify-content: space-between;
    width: 90%;
    font-weight:500;
}

.bar-container {
    width: 80%;
    border-radius: 8px;
    background: url('/images/bar-gradient-6977848ab23c36fdce246fdb19ef3aa0.png') no-repeat center, #d8d8d8;
    background-size: cover;
    height:15px;
    overflow: hidden;
    display: inline-block;
}

.dark-mode .bar-container {
    background: url('/images/bar-gradient-6977848ab23c36fdce246fdb19ef3aa0.png') no-repeat center, rgba(216, 216, 216, 0.08);
    background-size: cover;
}

.bar {
    height: 100%;
    width: 0%; 
    transition: width 0.5s ease;
}

.bar.green{
    background-color: #9fc779;
}

.bar.orange{
    background-color: #f6ad57;
}

.bar.red{
    background-color: #ff795f;
}

.bar-chart-info{

    display: flex;
    list-style-type: none;
    padding-inline-start: 0;
    justify-content: center;
    align-items: center;
    gap: 14px;
    margin: 0;
    line-height: 1;

}

.bar-chart-info li{

    opacity: 0.8;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: left;
    color: #4c496e;

}

.box .upgrade-link{
    max-width: 80%;
}

.box .upgrade-link a{
font-size: 15px;
  font-weight: 500;
  line-height: 1.54;
  letter-spacing: -0.12px;
  margin: 12px 0 0px 0;
  text-align: right;
  color: #bf32c4;
  display:block;
  text-decoration: none;
  transition: all .1s linear;
}

.box .upgrade-link a.active,
.box .upgrade-link a:hover,
.box .upgrade-link a:focus{
font-weight:bold;
}

.box .upgrade-link svg{
vertical-align:middle;
}


/* Status Circles */
.status {
    display: flex;
    align-items: center;
    padding-right:3px;
    
}
.cta-compute-box .status{
margin-top:7px;
}

.status .circle {
    width: 17px;
    height: 17px;
    border-radius: 50%;
    margin-right: 5px;
    position:relative;
    cursor: pointer;
}

.status .circle.red {
    
    background-color: #ff340d;
}

.status .circle.green {
    
  background-color: #17db42;
}

.status .circle.gradient {
   
    background-image: linear-gradient(36deg, #7a1a1d -16%, #eb22c7 -16%, #2f31c7 116%);
}


.pro-tip-box{
  border-radius: 12px;
  background-image: linear-gradient(74deg, #9ddfff 9%, #ffcffa 91%);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;

}
.dark-mode .pro-tip-box{
background-image: linear-gradient(to right, #ab03c8, #3b55cd);
}

.pro-tip-box .box-header{
    align-items: center;
    justify-content: center;
}

.pro-tip-box .box-header{ 
        border-radius: 40px;
        background-color: #fff;
        padding: 24px;
        max-width: 70px;
        margin: 0 auto;
}

.pro-tip-box .box-content{
text-align: center;
}
.pro-tip-box .box-content h2{
font-size: 34px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.75;
  letter-spacing: -0.41px;
  text-align: center;
  color: #150f4d;
}

.pro-tip-box .box-content p{
font-size: 17.5px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.72;
  letter-spacing: normal;
  text-align: center;
  color: #150f4d;
}



 .cta-btn {
    color: #fff;
    font-size: 20px;
    font-weight: 800;
    padding: 16px 24px 12px 50px;
    position: relative;
    display: inline-block;
    overflow: hidden;
    clip-path: polygon(0px 0px, calc(100% - 15px) 6px, 100% calc(100% - 6px), 6px calc(100% - 2px));
    background-image: linear-gradient(86deg, #009ef9 1%, #fa0cc5 99%);
     vertical-align: middle;
    text-decoration: none;
    height:56px;
    width:205px;
    box-sizing: border-box;
  }

  .cta-image.cta-width-auto, 
  .cta-image.cta-width-auto .cta-btn{
    width:auto !important;
 }

 .cta-image.cta-white .cta-btn{
    background:#fff;

}

.cta-image.cta-white .cta-btn.purple-text{
    color: #9017c9;
}

 .pro-tip-box .cta-btn{
    width:auto;
 }
 
  

  a.cta-btn:before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 0;
    height: 0;
    background-image: url(/images/header-btn-img-01-20a8c1080e5d0cc97db714e35f360e1e.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    transition: 0.5s;
    will-change: opacity;
}

.cta-btn.disabled,.btn-icon.disabled-btn,
.popup .disabled-btn-popup,
.account-project-box .create-disabled-btn{
opacity:.5;
cursor: not-allowed;
    pointer-events: none;
}


.dark-mode .cta-btn {
    color: #9017c9;
    background: #fff;
}

.dark-mode a.cta-btn:before,.cta-image.cta-white .cta-btn:before {
    background-image: url(/images/dark-btn-image-24a9c64ceed95a20260cf10e5a7ed12b.svg);
}

.dark-mode .cta-btn svg{
fill:#9017c9;
}

.dark-mode .cta-compute-box:not(.cta-compute-box-v2) .cta-image a svg{
fill:#17DB42
}

a.cta-btn:hover::before {
    width: 45px;
    height: 53px;
    transform: rotate(-10deg);
}
  
 .cta-btn svg {
  vertical-align: middle;
    margin-left: 5px;
  }



  .connect-icon .loader {
    display: none; 
    border: 3px solid rgba(255, 255, 255, 0.3);
    border-top: 3px solid #fff;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    animation: spin 1s linear infinite;
    margin-left: 9px;
    vertical-align: middle;
  }

  .connect-icon .loader.loader-dashboard{
    width: 14px;
    height: 14px;
    margin-left:0;
  }

  .dark-mode .connect-icon:not(.dark-mode-no-change) .loader {
    border: 3px solid rgb(144, 23, 201,.3);
    border-top: 3px solid rgb(144, 23, 201);
  }
  
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }
  

  .connect-icon.loading svg {
    display: none;
  }
  

  .connect-icon.loading .loader{
    display: inline-block;
  }


  
 /* massive compute */

 .cta-compute-box{
    padding: 32px 30px;
  border-radius: 12px;
  background-image: linear-gradient(84deg, #9ddfff 0%, #ffcffa 100%);
  display: flex;
  margin-bottom:45px;
  gap:15px;
align-items: center;
 }

 .dark-mode .cta-compute-box{
    background-image: linear-gradient(to right, #3b55cd, #ab03c8);
 }

 .cta-compute-box-v2{
    background-image: linear-gradient(74deg, #9ddfff 23%, #ffcffa 77%);
 }

 .cta-compute-box-v2 .cta-btn svg{
    margin-left:9px;
    margin-bottom:2px;
 }

 .dark-mode .cta-compute-box-v2{
 background-image: linear-gradient(to right, #3b55cd, #ab03c8);
 }



 .cta-compute-box .cta-content{
display: flex;
align-items: flex-start;
width:80%;
 }

 .cta-compute-box .cta-image{
    width:220px;
 }

 .cta-image.cta-width-auto{
    width:auto;
 }

 .cta-compute-box:not(.cta-compute-box-v2) .cta-image{
    background-color:#fff;
    background-image:linear-gradient(86deg, #00ACFF 1%, #17DB42 99%);
 color: #fff;
 font-size: 20px;
 font-weight: 800;
 position: relative;
 display: inline-block;
 overflow: hidden;
 clip-path: polygon(0px 0px, calc(100% - 15px) 6px, 100% calc(100% - 6px), 6px calc(100% - 2px));
 vertical-align: middle;
 text-decoration: none;
 width:220px;
 }



 .dark-mode .cta-compute-box:not(.cta-compute-box-v2) .cta-image{
  background-image: unset;
   
}

.dark-mode .cta-compute-box:not(.cta-compute-box-v2) .cta-image a.cta-btn:before {

        background-image: url(/images/dark-btn-image-green-86ff00b263ff5927351b0f85f11b2f02.svg);
    
}


 .cta-compute-box:not(.cta-compute-box-v2) .cta-image a.cta-btn{

 /*background-image:linear-gradient(86deg, #0080d6 1%, #0ab3a3 99%);*/
 background-image:linear-gradient(86deg, #00ACFF 1%, #17DB42 99%)
}
 

 .dark-mode .cta-compute-box:not(.cta-compute-box-v2) .cta-image a.cta-btn{
    background-image: linear-gradient(86deg, #17DB42 0%, #00ACFF 99%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    position: relative;
}
 
 .cta-compute-box h2{
    font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.22;
  letter-spacing: -0.24px;
  text-align: left;
  color: #150f4d;
  margin:0;
 }

 .cta-compute-box-v2 h2 > span.editable-text{
margin-bottom:9px;
display: inline-block;

 }


 .cta-compute-box  h2 a,
 .cta-compute-box  .history-info a{
    display: inline-block;
       vertical-align: middle;
       padding-left: 5px;
    }

    .cta-compute-box .cta-content-type .info{
        display:flex;
        gap:10px;
        align-items: center;
        margin-bottom:9px;
    }
    
    .cta-compute-box .cta-content-type .info span,
    .cta-compute-box .cta-content-type .info a{
    font-size: 16px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.03;
  letter-spacing: normal;
  text-align: left;
  color: #150f4d;
  display: block;
}

.dark-mode .cta-compute-box .cta-content-type a svg{
    fill:#fff;
}


.cta-compute-box .cta-content-type .stop-link-container{
    padding: 4px 16.1px 6px 15.9px;
    border-radius: 4px;
    background-color: #ff4a23;
    color:#fff;
    font-weight: 600;
    cursor:pointer;
    text-decoration:none;
    transition: all .1s linear;
    }


   .dark-mode .cta-compute-box .cta-content-type .stop-link-container {
        background-color: #fff;
    }
    
    .cta-compute-box .cta-content-type .stop-link-container a{
        color:#fff;
        margin-bottom:0;
        text-decoration: none;
        font-size: 17px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.36;
  letter-spacing: -0.14px;
    }

    .dark-mode .cta-compute-box .cta-content-type .stop-link-container a{
        background-color: #fff;
        background-image: linear-gradient(86deg, #009ef9 0%, #fa0cc5 100%);
        background-clip: text;
        -webkit-background-clip: text;
        color: transparent;
        -webkit-text-fill-color: transparent;
        font-weight: 600;
        position: relative;
        text-decoration: none;
    }

    .cta-compute-box .cta-content-type a.stop:hover,
    .cta-compute-box .cta-content-type a.stop:focus{
        opacity:.85;
    }

.cta-compute-box .cta-content-type .history-info{
font-size: 15px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.16;
  letter-spacing: normal;
  text-align: left;
  color: #150f4d;
}
.cta-compute-box.cta-compute-box.cta-transmission-box a{
font-size: 15px;
line-height: 29px;
text-decoration: underline;
color: #ed14c8;
font-weight: 500;
transition: all .1s linear;
}

.cta-compute-box.cta-compute-box.cta-transmission-box a:hover,
.cta-compute-box.cta-compute-box.cta-transmission-box a:focus{
    font-weight: 700;
}

.dark-mode .cta-compute-box.cta-compute-box.cta-transmission-box a{
    color:#fff;
}

.specs-box .box-header{
    flex-direction: column;
}

.specs-box .upgrade-link a, .burst-box .upgrade-link a{
    text-align: left;

 }

 .specs-box h2, .burst-box h2,
 .backup-box h2, .box-usage h2,
 .name-desktop-box h3,.select-linux-dist-box h3,.select-plan-box h3,
 .current-specs-box h2,.box > .range-slider h2,.box-step-v2 h2,.total-payment-box h2.total-payment,
 .billing-desktop-box h2,.billing-payment-box h2,.billing-history-box h2,.account-login-box h2,
 .account-project-box h2,.ssh-key-box h2,.payment-checkout-box h3, .admin-desktop-box h2 {
    margin:0;
 }

 .specs-box .system-info,
 .specs-box .spec-wrapper{
 display: flex;
 flex-direction: row;
 justify-content: space-between;
 width: 100%;
}

.specs-box .system-info{
    flex-direction: column;
    justify-content: unset;
}

.specs-box .system-info span,
.specs-box .plan{
font-size: 18px;
font-weight: 500;
font-stretch: normal;
font-style: normal;
line-height: 1.35;
letter-spacing: -0.22px;
text-align: left;
color: #150f4d;
margin-top: 16px;
}

.specs-box .system-info .version{
    opacity: 0.8;
    font-size: 15px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.16;
    letter-spacing: normal;
    text-align: left;
    color: #4c496e;
    margin-top:2px;

}

.specs-box .spec-wrapper{
    gap:11px;
    margin-top:16px;

}

.specs-box .spec-wrapper .spec{
    display: flex;
    flex-direction: column;
   border:solid 1px rgba(21, 15, 77,.15);
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0);
    padding:20px;
    align-items: center;
    width:calc(33.33% - 11px );
}

.dark-mode .specs-box .spec-wrapper .spec{
    border:solid 1px rgba(255, 255, 255,.1);
}

.specs-box .spec-wrapper .spec span{
font-size: 15px;
font-weight: 500;
font-stretch: normal;
font-style: normal;
line-height: 1.3;
letter-spacing: normal;
text-align: center;
color: #150f4d;
padding-top: 20px;
}

.burst-box{
    display:flex;
    flex-direction: column;
}

 .burst-box .bar-main-wrapper{
    align-items: center;
    margin-top:30px;
 }



 .burst-box h4{
    font-size: 22px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.59;
  letter-spacing: normal;
  text-align: left;
  margin-top:22px;
 }


 .burst-box .pie-chart-box{
    width:180px;
    height:180px;
    max-width:100%;
 }

 .burst-box h4.chart-info{

  font-size: 20px;
  font-weight: 300;
  line-height:1.4;
  text-align: center;
  color: #150f4d;
margin:0;
margin-bottom:20px;
 }

 .burst-box .pie-chart-value{
    font-weight:600;
 }


 .burst-box .burst-actions{
    display: flex;
    justify-content: space-between;
    margin-top:auto;
}

.burst-box .burst-actions a{
text-decoration: none;
font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.03;
  letter-spacing: normal;
  text-align: left;
  color: #621fc8;
  transition: all .1s linear;
}

.dark-mode .burst-actions a{
    color:#00acff;
}

.burst-box .burst-actions a.end-burst{
    color: #bf32c4;
}

.burst-box .burst-actions a.active,
.burst-box .burst-actions a:hover,
.burst-box .burst-actions a:focus{
font-weight:bold;
}



.burst-box .burst-actions a.extend-burst:before{
    background-image: url(/images/rocket-burst-d70adc8f1f0744c5ef0fd66b2fc67d49.svg);
    content: "";
    width: 30px;
    height: 30px;
    display: inline-block;
    background-position: center;
    vertical-align: middle;
    background-repeat: no-repeat;
    padding-right: 10px;
}

.dark-mode .burst-box .burst-actions a.extend-burst:before{
    background-image: url(/images/rocket-burst-dark-c52615e19f55907b80a65b8d5e843e9a.svg);
}




.dark-mode .burst-box .burst-actions a.extend-burst svg{
    fill:#00acff;
}

.burst-box .burst-actions a svg,
.burst-box .burst-actions a img{
    vertical-align: middle;
}

.burst-box .burst-actions a img{
    padding-right:4px;
}

 .box-usage .tabs {
    display: flex;
    gap:10px;
    align-items: center;
    margin-top:30px;
 }

 .box-usage .bar-main-wrapper{
    margin-top:40px;
 }

 .box-usage .storage{
    display:none;
    margin-top:30px;
 }



 .box-usage .storage.active{
display: block;
 }

 .box-usage .box-header{
    justify-content:space-between;
 }

 .box-usage .chart-box{
    height:360px;
 }

 .box-usage .tabs .tab{
    opacity: 0.8;
  font-family: Montserrat;
  font-size: 19px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0.57px;
  color: #4c496e;
  cursor:pointer;
  border-right: 1px solid rgba(21, 15, 77, .2);
    padding: 20px;
    transition: background-image .1s linear;

 }

 .box-usage .tabs .tab:last-child{
 border:0;
 }

 .box-usage .tabs .tab.active,
 .box-usage .tabs .tab:hover,
 .box-usage .tabs .tab:focus{
    border-radius: 11px;
 background-image: linear-gradient(to right, #2136c7, #af02c9);
 color:#fff;
 border:0;
 opacity:1;
}

.box-usage .bar-container{
    width:91%;
}

 .backup-box .box-header{
    justify-content: space-between;
    align-items: center;
 }

 .backup-box .box-content{
    margin-top:30px;
 }

 .backup-box .backup-info{

border-bottom: 1px solid rgba(0, 0, 0, .06);
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
    padding-bottom: 30px;
}

.dark-mode .backup-box .backup-info{
    border-bottom:1px solid rgba(255, 255, 255, .06);
}

.backup-box .backup-info .buttons{
margin-top:0;
}
 

 .backup-box .backup-info:last-child{
    border:0
 }

 .backup-box .backup-info-main .editable-header > span{
 font-size: 20px;
 font-weight: bold;
 font-stretch: normal;
 font-style: normal;
 line-height: 1.22;
 letter-spacing: -0.24px;
 text-align: left;
 color: #150f4d;
 margin-bottom:0;
}


.editable-header svg{
vertical-align: -6px;
    padding-left: 7px;
    cursor: pointer;
    line-height:24px;
}

.dark-mode .editable-header svg{
fill:#fff;
}

.editable-header span.save-icon,
.ssh-wrapper-items span.save-ssh-icon,
.labels-icons span.save-project-icon{
    color:#fff !important;
    font-size:12px !important;
    font-weight:bold !important;
    border:1px solid #18dc44 !important;
    background-color: #18dc44 !important;
    border-radius:4px !important;
    padding:3px 6px !important;
    cursor: pointer;
   vertical-align: 2px;
   margin-left:3px;
   line-height:24px !important;
   opacity:1 !important;
}



.editable-header .save-icon{
    display:none;
}

.editable-header .editable-text[contenteditable="true"],
.editable-ssh-header .editable-ssh-text[contenteditable="true"],
label[contenteditable="true"]{
border: solid 1px #621fc8;
    padding: 9px;
    border-radius: 4px;
    display: inline-block;
}

.dark-mode .editable-header .editable-text[contenteditable="true"],
.dark-mode .editable-ssh-header .editable-ssh-text[contenteditable="true"],
.dark-mode label[contenteditable="true"]{
    border: solid 1px rgba(185, 185, 185, .7);
}

.editable-header.error .editable-text[contenteditable="true"],
.editable-ssh-header.error .editable-ssh-text[contenteditable="true"],
label[contenteditable="true"].error-label,
.account-project-box .create-project-wrapper.error input.create-btn-outline{
border-color:#ff340d;
}

.backup-box .backup-info-main span{
font-size: 15px;
font-weight: 500;
font-stretch: normal;
font-style: normal;
line-height: 1.73;
letter-spacing: normal;
text-align: left;
color: #150f4d;
}

.editable-header span.error-text,
.editable-ssh-header span.error-text,
.label-wrapper span.error-text,
.create-project-wrapper .error-text{
    color: #ff340d; /* Standard error red color */
    opacity: 1; /* Full opacity */
    font-size: 12px !important; /* Slightly larger font size */
    font-weight: 500 !important; /* Medium font weight */
    padding:12px 0;
}

.create-project-wrapper .error-text{
padding:0;
}

.cta-compute-box-v2 h2.editable-header span.error-text{
    padding-top:3px;
}

/*burst page */
.cta-compute-box.burst-mode{
background-image: linear-gradient(84deg, #9ddfff 0%, #ffcffa 100%);
gap:30px;
position:relative;
}

.burst-mode .cta-content:after {
    content: "";
    position: absolute;
    bottom: 10px;
    left: calc(70% + 130px);
    height: 126px;
    width: 110px;
    background-image: url(/images/burst-cta-box-bg-5e20e0ea31b5a8db79ffc34c133d4b52.png);
    background-size: cover;
    background-position: center;
}

.login .burst-mode .cta-content:after{
    left: calc(70% + 75px);
}

.login-flow .burst-mode .cta-content:after{
    left: calc(77% + 75px);
}

.dark-mode .burst-mode  .cta-content:after {
    background-image: url(/images/burst-cta-box-dark-5234e4c6b68b3d158b630780e2d4184c.png);
}

.dark-mode .cta-compute-box.burst-mode{
    background-image: linear-gradient(to right, #ab03c8, #3b55cd);
}

.cta-compute-box.burst-mode .cta-content{
width:70%;
}

.cta-compute-box.burst-mode h2{
font-size: 25px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.01;
  letter-spacing: -0.3px;
  text-align: left;
    color: #150f4d;
}

.cta-compute-box.burst-mode h2 b{
    font-weight: 600;
}

.cta-compute-box.burst-mode p{
  margin-bottom:0;
}

.cta-compute-box.burst-mode p .upgrade-text,
p .storage-link,.total-payment-box .total-payment{
    background-image: linear-gradient(86deg, #009ef9 0%, #fa0cc5 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent; 
  -webkit-text-fill-color: transparent;
  font-weight: 600;
  position: relative;
  transition: all .1s linear;
  display: inline-block;
  line-height:1.3;
}

.dark-mode .cta-compute-box.burst-mode p .upgrade-text,
.dark-mode p .storage-link{
    background: unset;
    color:#fff;
    -webkit-text-fill-color:#fff;
    text-decoration: none;
}

.cta-compute-box.burst-mode p .upgrade-text::after,
p .storage-link::after {
   content: "";
    position: absolute;
    bottom: 0; 
    left: 0;
    width: 100%;
    height: 1px;
    background-image: linear-gradient(86deg, #009ef9 0%, #fa0cc5 100%);
  
  }

  .dark-mode .cta-compute-box.burst-mode p .upgrade-text::after,
  .dark-mode p .storage-link::after{
    background: #fff;;
  }

  .cta-compute-box.burst-mode p .upgrade-text:hover,
  .cta-compute-box.burst-mode p .upgrade-text:focus,
  p .storage-link:hover,
  p .storage-link:focus{
font-weight:bold;
}


.cta-compute-box.burst-mode .cta-rocket-wrapper{
    padding: 19px 20px 21px;
  border-radius: 25px;
  background-image: linear-gradient(86deg, #009ef9 3%, #fa0cc5 97%);
width:85px;
height:85px;
display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

.dark-mode .cta-compute-box.burst-mode .cta-rocket-wrapper{
background: #fff;
}

.cta-compute-box.burst-mode .cta-rocket-icon{
    background-image: url(/images/rocket-white-0179ae61cdaa0284f3d8c1617a182d4a.svg);
    content: "";
    width: 45px;
    height: 45px;
    display: inline-block;
    background-position: center;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-size: 45px;;
}

.dark-mode .cta-compute-box.burst-mode .cta-rocket-icon{
background-image: url(/images/rocket-dark-52ed3454f6ebc78b0965f5d8789566a5.svg);
}

.login .cta-compute-box{
    width:750px;
    max-width: 750px;
    box-sizing: border-box;
}

.login-flow .cta-compute-box,
.login-flow .boxes{
    width:72%;
    max-width: 72%;
}

.login .cta-compute-box.burst-mode .cta-rocket-wrapper{
padding:12px;
}

.login .cta-compute-box.burst-mode .cta-rocket-icon{
    background-image: url(/images/saturn-9916db26a4c8691a5ae76a9fb3a0ca37.svg);
    background-size:60px;
    width:60px;
    height:60px;
}

.dark-mode .login .cta-compute-box.burst-mode .cta-rocket-icon{
    background-image: url(/images/saturn-dark-8e4024cfbe94f64c1a0e19b016ef062b.svg);
}

.login-flow .cta-compute-box.cta-transmission-box .cta-rocket-icon{
    background-image: url(/images/transmission-74249e449c28df1865053b43485b6d45.svg);
    background-size:60px;
    width:60px;
    height:60px;
}

.dark-mode .login-flow .cta-compute-box.cta-transmission-box .cta-rocket-icon{
    background-image: url(/images/transmission-dark-664c2b17facf4eb9918719bc4ab39d94.svg);
}

.login-flow .cta-compute-box.burst-mode  .cta-rocket-icon{
    background-image: url(/images/orbit-855389d5e3e959d27b621c9e36039b85.svg);
    background-size:60px;
    width:60px;
    height:60px;
}

.dark-mode .login-flow .cta-compute-box.burst-mode  .cta-rocket-icon{
    background-image: url(/images/orbit-dark-mode-811451b6419aabd1ddfa7986357ba3f5.svg);
}


.signup-flow .cta-compute-box.burst-mode  .cta-rocket-icon{
    background-image: url(/images/moon-rover-71a63cdf6afd0c98da8e6a4c222d7c0a.svg);
    background-size:60px;
    width:60px;
    height:60px;
}

.dark-mode .signup-flow .cta-compute-box.burst-mode  .cta-rocket-icon{
    background-image: url(/images/moon-rover-dark-fc0dce91a6f6b30adf79b9ddc1058d2d.svg);
}




/* Range slider */

.box .slider-container {
    position: relative;
    width: 100%;
    margin: 20px auto;
}

.box .slider-container label {
    font-size: 16px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.06;
    letter-spacing: normal;
    text-align: left;
    color: #150f4d;
    margin-bottom:30px;
    display: block;
}

.box .slider {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 10px;
    border-radius: 5px;
    background: #ddd;
    /* Fallback for the background color */
}

.box .slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    background: #ed14c8;
    border-radius: 50%;
    cursor: pointer;
}

.dark-mode .box .slider::-webkit-slider-thumb{
    border: solid 3px #191b45;
}


.box .slider-labels {
    display: flex;
    justify-content: space-between;
    margin-top: 5px;
}


.box.box-step-v2  .tooltip {
    position: absolute;
    background-color: #ed14c8;
    color: #fff;
    display: none;
    transform: translateX(-50%);
    pointer-events: none;
    white-space: nowrap;
    padding: 12px 20px;
    background-color: #ed14c8;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.3;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
}

.dark-mode .box.box-step-v2  .tooltip{
background-color:rgba(255,255,255,.08);

}

.box.box-step-v2  .tooltip::after {
    content: '';
    position: absolute;
    top: -9px; /* Position of the triangle */
    left: 50%;
    margin-left: -5px; /* Center the triangle */
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #ed14c8 transparent; /* Triangle color */
}

.dark-mode .box.box-step-v2 .tooltip::after{
    border-color: transparent transparent rgba(255,255,255,.08) transparent;
}

.box.box-step-v1{
    display: flex;
    gap: 50px;
}

.box.box-step-v1 .range-slider{
width: calc(60% - 50px);
}

.box.box-step-v1 .step{
    margin-top:30px;
}
.box.box-step-v1 .step span{
font-size: 14px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.32;
  letter-spacing: normal;
  text-align: left;
  color: #150f4d;
}

.box.box-step-v1 .step span.price{
font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.35;
  letter-spacing: -0.22px;
  text-align: left;
  color: #150f4d;
}

.box.box-step-v1 .step span.price b{
    font-weight: 500;
}

.box.box-step-v1 .step-wrapper{
    display: flex;
    justify-content: space-between;
}

.box.box-step-v1 .current-plan{
padding: 30px;
  border-radius: 12px;
  background-color: #2f83ef;
  width:100%;
  width: calc(40% - 50px);
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.dark-mode .box.box-step-v1 .current-plan{
background-color: rgba(211, 216, 225, 0.05);
}



.box.box-step-v1 .current-plan .label{
font-size: 15px;
font-weight: 500;
font-stretch: normal;
font-style: normal;
line-height: 1.62;
letter-spacing: -0.18px;
text-align: left;
color: #fff;
}

.box.box-step-v1 .current-plan h3{
font-size: 22px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.11;
  letter-spacing: -0.26px;
  text-align: left;
  color: #fff;
}

.box.box-step-v1 .current-plan .plan-wrapper{
    display: flex;
    width: 100%;
}

.box.box-step-v1 .current-plan .plan-wrapper h2{
font-size: 22px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.11;
  letter-spacing: -0.26px;
  text-align: left;
  color: #fff;
  margin-bottom: 5px;
}

.box.box-step-v1 .current-plan .plan-wrapper .plan-type{
width: 100%;
padding-left: 12px;
}

.box.box-step-v1 .current-plan .plan-wrapper .plan-chart-info{
    font-size: 14px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height:1.3;
    letter-spacing: normal;
    color: #fff;
    display: flex;
    padding-inline-start: 0;
    gap: 20px;
    margin:0;
}

.box.box-step-v1 .current-plan .plan-wrapper .plan-icon{
    background-image: url(/images/astronaut-81a923a2348a8483afe942741494cd44.svg);
    content: "";
    width: 75px;
    height: 75px;
    display: inline-block;
    background-position: -10px;
    background-repeat: no-repeat;
    background-size: 75px;
}

.dark-mode .box.box-step-v1 .current-plan .plan-wrapper .plan-icon{
    background-image: url(/images/astronaut-dark-2f90e3b8275d0363df153fc2ac9d9c38.svg);
}

.box.box-step-v1 p,.box.box-step-v2 p{
  margin-bottom:30px;
}

.box.box-step-v2 span{
    font-size: 14px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.32;
    letter-spacing: normal;
    text-align: left;
    color: #150f4d;
    opacity: 0.64;
}

.sticky-footer{
    position:fixed;
    bottom: 0;
    box-shadow: 0 0 46px 0 rgba(0, 0, 0, 0.11);
    background-color: #fff;
    width: 100%;
    left: 0;
}


.dark-mode .sticky-footer{
background-image: linear-gradient(86deg, #009ef9 0%, #fa0cc5 100%);
}


.sticky-footer .content{
    width: calc(100% - 340px);
    padding: 20px 60px;
     background: unset;
    background-size: cover;
    background-position: 0;
    background-repeat: no-repeat;
    margin-left: 340px;
    margin-top: 0;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.sticky-footer .sticky-price .total-price{
    font-size:24px;
    font-weight: 600;
}

.sticky-footer .sticky-price .total-hours{
    display: block;
    font-size: 15px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.2;
  letter-spacing: normal;
  text-align: left;
  color: #621fc8;
} 



.sticky-footer .cta-btn{
    font-size:17px;
}


.sticky-footer .sticky-price-wrapper{
    display:flex;
    gap:15px;
    align-items: center;
}


.sticky-footer  .sticky-price{
display: flex;
flex-direction: column;
}

.new-desktop.sticky-footer .sticky-price .total-price,
.upgrade-sticky.sticky-footer .sticky-price .total-price{
    font-size: 24px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.06;
    letter-spacing: -0.29px;
    text-align: left;
    color: #621fc8;
    margin-bottom:9px;
}

.new-desktop.sticky-footer .sticky-price span:not(.total-price),
.upgrade-sticky.sticky-footer .sticky-price span{
    font-size: 15px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.73;
  letter-spacing: normal;
  text-align: left;
  color: #150f4d;
}



.sticky-footer .sticky-price span.add-storage,
.sticky-footer .sticky-price span.plan-price{
    font-weight:600;
}

/*login*/

.login .center-box {
      display: flex;
    position: relative;
    overflow: hidden;
    max-width:750px;
    width:750px;
    margin:0 auto;
}

.login-flow .center-box{
    max-width:100%;
    width:100%;
    flex-direction: column;
}

.login .column {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
}


.login .divider {
    position: absolute;
    top: 30px;
    bottom: 30px;
    left: 50%;
    width: 1px;
    background-color: rgba(21, 15, 77,.1);
    transform: translateX(-50%);
}

.dark-mode .login .divider{
    background-color:rgba(98, 108, 177, 0.24);
}

.login .divider::before {
    content: "or";
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            background: #fff;
            width: 36px;
            height: 36px;
            font-size: 14px;
            color:#150f4d;
            border: 1px solid rgba(21, 15, 77,.1);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size:12px;
}

.dark-mode .login .divider::before{
    background:rgba(26, 27, 69, 0.81);
    color:#fff;
    border: solid 1px rgba(98, 108, 177, 0.24);
}

.login .email-row,.login-form-flow .password-row {
    width: 100%;
    max-width: 220px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.login-flow .email-row,.login-form-flow .password-row {
    max-width: 100%;
}

.login .email-row input,.login-form-flow .password-row input {
    padding: 10px 10px 10px 14px;
    border-radius: 10px;
  border: solid 1px rgba(98, 108, 177, 0.24);
    width: 100%;
    box-sizing: border-box;
    opacity: 0.7;
  line-height: 1.5;
    font-size:16px;
  color: #150f4d;
}

.dark-mode .login .email-row input, 
.dark-mode .login-form-flow .password-row input,
.dark-mode .account-project-box .create-project-wrapper input,
.dark-mode .select2-container--default .select2-selection--multiple,
.dark-mode .popup input{
    background-color:transparent;
    opacity:1;
    color:#fff;
    border: solid 1px rgba(185,185,185,.7);
}

.dark-mode .account-project-box .create-project-wrapper input.select2-search__field{
border:0;
}

.email-row input:focus,
.password-row input:focus,
.password-row input.focus-live,
.account-project-box .create-project-wrapper input.create-btn-outline{  
    border-color:#621fc8;
}

.account-project-box .create-project-wrapper.create-btn-outline .select2-container--default .select2-selection--multiple{
    border-color:#621fc8 !important;
}

.login .email-row .error-text,
.login-form-flow .password-row .error-text,
.password-strength{
    color: #150f4d;
    padding-left:3px;
    font-size:9px;
    opacity:1;
    display:none;
}

.low-strength-color{
color:#ff4a23;
font-weight:500;
}

.medium-strength-color{
color:#8f66ce;
font-weight:500;
}

.dark-mode .medium-strength-color{
    color:#b29af2;
}

.high-strength-color{
color:#108a00;
font-weight:500;
}

.dark-mode .high-strength-color{
color:#18dc44;
}



.email-row.valid-field input,
.password-row.valid-field input,
.popup input.popup-valid-input,
.password-wrapper.valid-field input {    
    border-color: #18dc44;
    
}



.email-row.error-field input,
.password-row.error-field input,
.popup input.popup-error-input,
.password-wrapper.error-field input {

    border-color: #ff4a23;

}

.email-row.error-field .error-text,
.password-row.error-field .error-text
 {
    display:block;
}

.login .email-row button,.login-form-flow button {
    padding: 10px;
    background-color: #e026c7;;
    color: #fff;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    width: 100%;
    box-sizing: border-box;
    font-size:16px;
}

.login .email-container {
position:relative;
}




.login .google-btn{
    margin-bottom:20px;
}


.login .ms-button {
            background: #ffffff;
            color: #5e5e5e;
            border: 1px solid #8c8c8c;
            height: 41px;
            border-radius: 2px;
            font-size: 15px;
            font-family: 'Segoe UI', sans-serif;
            padding: 0 20px;
            display: inline-flex;
            align-items: center;
            gap: 12px;
            cursor: pointer;
            transition: background-color 0.2s ease;
}

.login  .ms-button:hover {
            background: #f3f2f1;
            border-color: #8c8c8c;
}

.login  .ms-button:active {
            background: #edebe9;
            border-color: #8c8c8c;
}

.login  .ms-button:focus {
            outline: 2px solid #0078d4;
            outline-offset: 2px;
}

.login  .ms-button:disabled {
            background: #f3f2f1;
            border-color: #c8c6c4;
            color: #a19f9d;
            cursor: not-allowed;
        }


.login  .ms-logo-red { fill: #f25022; }
.login   .ms-logo-blue { fill: #00a4ef; }
.login   .ms-logo-green { fill: #7fba00; }
.login      .ms-logo-yellow { fill: #ffb900; }



.dark-mode .login .ms-button {
    background: #2d2d2d;
    color: #ffffff;
    border: 1px solid #666666;
    transition: background-color 0.2s ease;
}

.dark-mode .login .ms-button:hover {
    background: #3d3d3d;
    border-color: #666666;
}

.dark-mode .login .ms-button:active {
    background: #484848;
    border-color: #666666;
}

.dark-mode .login .ms-button:focus {
    outline: 2px solid #60cdff;
    outline-offset: 2px;
}

.dark-mode .login .ms-button:disabled {
    background: #333333;
    border-color: #404040;
    color: #666666;
    cursor: not-allowed;
}


.dark-mode .login .ms-logo-red { fill: #f25022; }
.dark-mode .login .ms-logo-blue { fill: #00a4ef; }
.dark-mode .login .ms-logo-green { fill: #7fba00; }
.dark-mode .login .ms-logo-yellow { fill: #ffb900; }

.dark-mode .g_id_signin [role="button"]{
    background-color: #202124;
    color: #e8eaed;
    border: 1px solid #5e6272;
    box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}


.g_id_signin [role="button"]:hover,
.g_id_signin [role="button"]:focus-visible {
    opacity: 0.92;
    box-shadow: 0 1px 5px rgba(0,0,0,0.15);
}


.login-form-flow{
    max-width: 600px;
    width:600px;
    margin: 0 auto;
}


.login-form-flow .form-input-wrapper{
    display: flex;
    justify-content: center;
    width: 100%;
    gap:20px;
    margin-bottom:12px;
}

.login-form-flow .forgot-password{
font-size: 15px;
line-height: 28px;
text-decoration: underline;
color: #e026c7;
font-weight: 500;
margin: 0px 0 20px 0;
float:right;
}

.login-flow .back-text{
    opacity: 0.702;
font-size: 14px;
line-height: 29px;
color: #150f4d;
font-weight: 300;
text-decoration: none;
position:absolute;
top:15px;
margin-bottom:12px;
}

.dark-mode .login-flow .back-text,.dark-mode .login-flow .back-text svg{
    color:#fff;
    fill:#fff;
}

.login-flow .back-text svg{
transform: rotate(180deg);
padding-left:3px;
}

.login-flow .password-container{
    position: relative;
}

.login-form-flow .password-row input{
    padding-right:30px;
}

.login-flow .toggle-password {
   
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 15px;
    height: 15px;
  transform: translateY(-50%);
  background: url('/images/password-hide-8eeee3a51962bf9828aadc743c41b9a5.svg') no-repeat center;
  background-size: contain;
  border: none;
  padding: 0;
  cursor: pointer;

}

.dark-mode .login-flow .toggle-password{
    background: url('/images/password-hide-dark-44d568e6b4118fee7fa7c660d30e118f.svg') no-repeat center;
}

.login-flow .toggle-password.show {
    background: url('/images/password-show-1e1a997bf78f422998773bb54b06ad37.svg') no-repeat center;
    background-size: contain;
  }

  .dark-mode .login-flow .toggle-password.show{
    background: url('/images/password-show-dark-316ac3d7c6b482d974e43956f923b0a7.svg') no-repeat center;
}

/*create desktop */


.box.name-desktop-box p,.select-linux-dist-box p,.select-plan-box p{
    font-weight:300;
    color: #150f4d;
    font-size: 17px;
}



.box.name-desktop-box,.select-linux-dist-box, .admin-desktop-box{
    display: flex;
    align-items: center;
    justify-content: center;
    gap:60px;
}

.box .desktop-name-info,.select-linux-dist-box-info{
width:36%;
}

.box .desktop-name-input,.select-linux-dist-box-select, .admin-settings-box{
width:64%;
}

.popup input{
    padding: 15px;
    border-radius: 10px;
    border: solid 1px rgba(98, 108, 177, 0.24);
    background-color: #fff;
    color:rgb(21, 15, 77);
    opacity:.7;
    width:calc(100% - 110px);
    margin-right:20px;
    font-size:16px;
}

.dark-mode .popup input{
    opacity:1;
}

.box .desktop-name-input h4{
    margin:0;
}

.box .desktop-name-input h4 > span{
    font-size: 20px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.22;
    letter-spacing: -0.24px;
    text-align: left;
    color: #150f4d;
    margin-bottom: 0;
}



.box .linux-logos,.linux-logos .logo-item{
    display: flex;
    gap: 24px;
}



.box .linux-logos .logo-item{
    flex-direction: column;
   gap:12px;
   align-items: center;
   cursor: pointer;
}

.box .linux-logos .logo-item img{
padding: 14px 13.9px 13.4px 13px;
border-radius: 25px;
border: solid 1px rgba(21, 15, 77, 0.09);
background-color: #fff;
height:55px;
width:55px
}

.box .linux-logos .logo-item span{
font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: center;
  color: #150f4d;
}

.box .linux-logos .logo-item.selected-linux img{
    border: solid 1px #e026c7;
}

.box .linux-logos .logo-item.selected-linux span{
    font-weight:600;
}

.select-linux-dist-box-select p{
  font-weight: bold;
  color: #6c1ac8;
  margin-bottom:10px;
}

.select-linux-dist-box-select span{
font-size: 13px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.85;
  letter-spacing: normal;
  text-align: left;
  color: #150f4d;
}
.select-linux-dist-box-select select,
.popup .payment-container select{
    padding: 15px 27px;
  border-radius: 10px;
  border: solid 1px rgba(98, 108, 177, 0.24);
  background-color: #fff;
  width:90%;
  display:block;
  margin-top:16px;
  color: rgba(21, 15, 77,.7);
    appearance: none; 
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 30px;
  background: url('/images/down-arrow-4b37fcf918aac9736c3fccb641b5b680.svg') no-repeat right 20px center; 
  background-size: 9px; 
}

.select-linux-dist-box-select select:not(:disabled) {
border-color:#e026c7;
}

.dark-mode .select-linux-dist-box-select select{
    background:url('/images/dark-mode-down-arrow-fe46bcf3341355f285c5632192538702.svg') no-repeat right 20px center; 
    background-size: 9px; 
}

.select-plan-box .tab-heading,
.select-plan-box .tabs,
.select-plan-box .tab-content{
    display:flex;
    width: 100%;
}

.select-plan-box .tab-content{
    margin-left:20px;
    margin-top:12px;
}

.select-plan-box .tab-content .tab{
    display: none;
}

.select-plan-box .tab-content .tab.active{
    display: block;
}

.select-plan-box .tabs:first-child{
  justify-content: flex-start;
}

.select-plan-box .tabs:last-child{
    justify-content: flex-end;
}

.select-plan-box .tab-heading .tabs{
    gap:4px;
}

.select-plan-box .tab-heading .tabs .tab{
    font-size: 17px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: 0.51px;
    text-align: left;
    color:#b500c9;
    padding:16px;
    cursor: pointer;
  }


.select-plan-box .tab-heading .tabs .tab.active,
.select-plan-box .tab-heading .tabs .tab:focus,
.select-plan-box .tab-heading .tabs .tab:hover{
    border-radius: 11px;
    background-image: linear-gradient(to right, #2136c7, #af02c9);
    color: #fff;
    border: 0;
    opacity: 1;
}

.select-plan-box .tab-content .tab ul{
    display: inline-block;
    padding-inline-start: 16px;
}

.select-plan-box .tab-content .tab ul li{
font-size: 16px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.88;
  letter-spacing: normal;
  text-align: left;
  color: #150f4d;
  background-image: url('/images/health-5905f6ff610c4d1dd03cef891f947395.svg');
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: left center; 
  padding-left:27px;
}


.select-plan-box .tab-content .tab span{
    font-size: 16px;
  font-weight: 300;
  font-stretch: normal;
  font-style: italic;
  line-height: 1.81;
  letter-spacing: normal;
  text-align: center;
  color: #150f4d;
  padding-right:20px;
}

.select-plan-box .tab-content .tabs.tab-y .tab span{
font-size:14px;
}

.select-plan-box .step-wrapper,
.select-plan-box .slider-info span{
opacity: 0.8;
  font-size: 14px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #150f4d;
display: block;
margin-top:7px;
}

.select-plan-box .step-wrapper{
    margin:22px 0;
}

.select-plan-box .step-wrapper span:first-child{
    margin-right:20px;
}

.select-plan-box .storage-wrapper{
    border-radius: 12px;
  box-shadow: 0 0 34px 0 rgba(0, 0, 0, 0.08);
  border: solid 1px #e026c7;
  background-color: #fff;
  padding:30px;
  margin-top:30px;
  display: flex;
    gap: 20px;
    align-items: center;
}

.dark-mode .storage-wrapper{
background-color: rgba(211, 216, 225, 0.05);
}

.select-plan-box .storage-wrapper-info-input,
.select-plan-box .storage-wrapper input{
font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.22;
  letter-spacing: -0.24px;
  text-align: left;
  color: #150f4d;
}



.select-plan-box .storage-wrapper-info-input img{
    vertical-align: -4px;
    padding-left:9px;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    visibility: hidden;
}

.storage-wrapper-info-input img.visible {
    opacity: 1;
    visibility: visible;
}


.select-plan-box .storage-wrapper input{
  border-radius: 10px;
  border: solid 1px #e026c7;
  background-color: rgba(255, 255, 255, 0);
  width:76px;
  height:41px;
  margin:0 15px;
  text-align: center;
}

.select-plan-box .storage-wrapper p{
    font-size: 15px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.8;
  letter-spacing: normal;
  text-align: left;
  color: #150f4d;
}


/* Upgrade desktop */

.box.current-specs-box{
    display:flex;

}

.box.current-specs-box .specs-section,
.box.current-specs-box .current-usage{
    width: 50%;
}


.box.current-specs-box .current-usage h3{
    font-weight: 500;
}

.specs-section .step-detailed-item h3{
    font-size: 20px;
    font-weight: 500;
    line-height: 1.22;
    letter-spacing: -0.24px;
    text-align: left;
    color: #150f4d;
    margin-bottom:6px;
}

.specs-section .step-detailed-item span{
    font-size: 16px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.03;
    letter-spacing: normal;
    text-align: left;
    color: #150f4d;
    opacity:.8;
    padding-right:20px;
}

.specs-section .step-detailed-item span:last-child{
padding-right:0;
}


.specs-section .current-specs-price{
    background-image: linear-gradient(86deg, #009ef9 0%, #fa0cc5 100%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
    font-size:17px;
    margin-top:20px;
    display: inline-block;
}


.step-header-wrapper{
display: flex;
width: 100%;
flex-direction: column;
}

.step-header-wrapper h2{
margin-top:0;
margin-bottom:0;
}

.upgrade-box,.upgrade-storage-box{
    display: flex;  
    gap:20px;
}

.upgrade-box img{
    transform: scale(-1, 1) translate(-0px, 0);
}

.upgrade-box h3,.upgrade-storage-box h3{
    font-weight: 600;
    margin-top:0;
}

.upgrade-storage-box span{

font-size: 15px;
  font-weight: 300;
  font-stretch: normal;
  font-style: italic;
  line-height: 1.93;
  letter-spacing: normal;
  text-align: left;
  color: #150f4d;
}

.upgrade-box img,
.upgrade-storage-box img{
margin-left:auto;
}

.upgrade-step-header-wrapper p{
margin-bottom:0;
}


.custom-checkbox {
    display: inline-block;
    position: relative;
  }
  
  .custom-checkbox input {
    display: none; 
  }
  
  .custom-checkbox span {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 2px solid #e026c7;
    background-color: transparent; 
    position: relative;
    cursor: pointer;
    transition: background-color 0.3s, border-color 0.3s;
  }
  
  .custom-checkbox input:checked + span {
    background-color: #e026c7; 
    border-color: #e026c7;
  }
  
  .custom-checkbox span::after {
    content: '';
    position: absolute;
    width: 6px;
    height: 12px;
    border: solid white; 
    border-width: 0 3px 3px 0;
    top: 0px;
    left: 6px;
    transform: rotate(45deg);
    display: none;
  }
  
  .custom-checkbox input:checked + span::after {
    display: block; 
  }



.upgrade-sticky.sticky-footer .sticky-price span.price-diff{
    font-weight: 600;
}


.upgrade-sticky.sticky-footer .sticky-price span.new-plan{
font-weight: 600;
  color: #e026c7;
}

 

  .select-plan-box .hide-upgrade,
.select-plan-box .hide-storage{
display:none;
}

.step-header-wrapper.step2 .storage-checked-data,
.step-header-wrapper.step2.only-storage-visible h2:not(.storage-checked-data),
.step-header-wrapper.step2.only-storage-visible p:not(.storage-checked-data){
display:none;
}


.step-header-wrapper.step2.only-storage-visible .storage-checked-data{
    display:block;
}

/* Account Detail */

.account-login-box .email-row,
.account-login-box .login-flow{
    max-width:unset;
    width:unset;
    margin:20px 0 20px 0;
}

.account-login-box .email-row button,
.account-login-box .email-row .error-text{
    margin-top:10px;
}

.account-login-box .hide-form{
    display:none;
}

.account-login-box .email-edit,
.account-login-box .password-edit{
cursor: pointer;
}



.account-login-box .show-form{
display:block;
}

.cta-compute-box.account-compute-box{
    height:150px;
    box-sizing: border-box;
}

.cta-compute-box.account-compute-box h2{
font-weight:600;
}

.ssh-key-box h2{
    position:relative;
    cursor: pointer;
}

.ssh-wrapper{
    margin-bottom:30px;
}

.ssh-wrapper .ssh-wrapper-items,
.organize-project-wrapper .form-row,
.account-login-box .form-row,
.organize-project-wrapper .form-row-unc{
display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 0;
    border-bottom: 1px solid rgba(21, 15, 77, .1);
}

.organize-project-wrapper .label-wrapper{

    margin-bottom:12px;
    position:relative;
}

.account-project-box.create-project-shown .organize-project-wrapper,
.account-project-box.create-project-shown .organize-project-wrapper .select2-container,
.account-project-box.create-project-shown #save-project{
opacity:.3;
pointer-events: none;
}

.account-project-box .create-project-wrapper{
    display:none;
  flex-direction: column;
    gap: 20px;
    margin: 20px 0;
}

.account-project-box.create-project-shown .create-project-wrapper{
    display:flex;
}

.account-project-box .create-project-wrapper input{
padding: 11px;
    border-radius: 10px;
    border: solid 1px rgba(98, 108, 177, 0.24);
    background-color: #fff;
    color: rgb(21, 15, 77);
    opacity: .7;
    font-size:16px !important;
}



.account-project-box .create-project-wrapper a{
width: 85px;
    align-self: flex-end;
    margin-top:0;
}

.account-project-box .create-project-wrapper a svg{
width:22px;
vertical-align: 0;
height:auto;
margin-left: 5px;

}




.organize-project-wrapper .form-row,
.account-login-box .form-row-wrapper,
.organize-project-wrapper .form-row-unc{
    display: flex;
    flex-direction: column;
    align-items: unset;
    width:100%;
}


.account-login-box .form-row-wrapper input.disabled-email,
.account-login-box .form-row-wrapper input.disabled-password{
    background-color: transparent;
    border:0;
    opacity:.7;
    font-size: 15px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.16;
    letter-spacing: normal;
    text-align: left;
    color: #150f4d;
}



.account-login-box .sso-value-wrapper{ 
display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top:10px;
}

.account-login-box .sso-value-wrapper .sso-value{ 
opacity: 0.7;
  font-size: 15px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.16;
  letter-spacing: normal;
  text-align: left;
  color: #150f4d;
}

.account-login-box .sso-value-wrapper .sso-value-item{
    display: flex;
justify-content: space-between;
}

.account-login-box .sso-value-wrapper .sso-disconnect,
.account-login-box .sso-value-wrapper .sso-connect{
    padding: 4px 16.1px 6px 15.9px;
    border-radius: 4px;
    background-color: #ff4a23;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
    transition: all .1s linear;
    opacity:1;
    margin-left:7px;
    font-size:15px;
    display:block;
    line-height: 1.5;
}

.account-login-box .sso-value-wrapper .sso-disconnect:hover,
.account-login-box .sso-value-wrapper .sso-connect:hover,
.account-login-box .sso-value-wrapper .sso-disconnect:focus,
.account-login-box .sso-value-wrapper .sso-connect:focus {
    opacity: .85;
}

.account-login-box .sso-value-wrapper .sso-connect{
    background-color:#18dc44;
}

.dark-mode .ssh-wrapper .ssh-wrapper-items,
.dark-mode .organize-project-wrapper .form-row,
.dark-mode .account-login-box .form-row,
.dark-mode .organize-project-wrapper .form-row-unc{
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}


.organize-project-wrapper .form-row label,
.organize-project-wrapper .form-row-unc label{
opacity: 0.7;
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.35;
  letter-spacing: -0.22px;
  text-align: left;
  color: #150f4d;
  padding-bottom:9px;
}

.organize-project-wrapper .unc-desktop-list span{
padding-right:7px;
display: inline-block;
}

.organize-project-wrapper .unc-desktop-list span::after {
    content: ",";
}

.organize-project-wrapper .unc-desktop-list span:last-child::after{
content:'';
}

.organize-project-wrapper .unc-desktop-list span:last-child{
    padding-right:0;
}


.account-login-box .form-row-wrapper label{
    font-size: 20px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.22;
    letter-spacing: -0.24px;
    text-align: left;
    color: #150f4d;
    }


.create-project-pop select{
    margin:30px 0 20px 0;
    padding-left:20px;
   
}

.create-project-pop select,
.create-project-pop input{
    max-width:500px;
}

.popup .select2{
    display:block;
    max-width: 400px;
    margin:20px 0;
}


.delete-desktop-pop .popup .btn-icon svg{
    width:22px;
    vertical-align: 0;
}


.ssh-wrapper .ssh-wrapper-items span{
    opacity: 0.7;
  font-size: 16px;
  font-weight: 500;
  color: #150f4d;
}

.ssh-wrapper .ssh-wrapper-items .ssh-icons,
.organize-project-wrapper .labels-icons{
    display: flex;
    gap:30px;
    align-items: center;
}

.ssh-wrapper .ssh-wrapper-items .editable-ssh-text{
    min-width: 100px;
}

.organize-project-wrapper .labels-icons{
    position: absolute;
    top: 0px;
    right: 0;
}


label[contenteditable="true"] ~  .labels-icons{
    top: 7px;
}



.ssh-wrapper .ssh-wrapper-items .ssh-icons img,
.organize-project-wrapper .labels-icons img,
.account-delete-box img{
    cursor: pointer;
}

.account-delete-box .box-header{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.account-project-box > p{
margin:6px 0;
opacity: 0.7;
  font-size: 15px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.8;
  letter-spacing: normal;
  text-align: left;
  color: #150f4d;

}

.account-delete-box .box-header h2{
    margin-bottom:10px;
}

.account-delete-box p{
opacity: 0.7;
  font-size: 15px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.8;
  letter-spacing: normal;
  text-align: left;
  color: #150f4d;
}

.account-project-box .btn-icon{
    float:right;
    margin-top:20px;
}



/* Billing */


 .total-payment-box p:last-child{
    margin-bottom:0;
}


.billing-desktop-box .desktop-list-item,
.billing-payment-box .payment-wrapper-item{
display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 0;
    border-bottom: 1px solid rgba(21, 15, 77, .1);
}

.dark-mode .billing-desktop-box .desktop-list-item,
.dark-mode .billing-payment-box .payment-wrapper-item,
.dark-mode .billing-history-wrapper .data-row {
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.billing-desktop-box .desktop-list-item:last-child,
.billing-payment-box .payment-wrapper-item:last-child{
    border:0;
    padding-bottom:0;
}


.billing-desktop-box .desktop-list-icons,
.billing-payment-box .payment-list-icons{
    display: flex;
        gap: 30px;
}

.billing-desktop-box .desktop-list-item-info h3,
.billing-payment-box .payment-wrapper-item h3{
    margin:0;
}

.billing-desktop-box .desktop-list-item-info p,
.billing-payment-box .payment-wrapper-item p{
    margin:0;
    margin-top:6px;
}

.billing-desktop-box .desktop-list-item-info span,
.billing-payment-box .payment-wrapper-item span{
opacity: 0.702;
font-size: 15px;
line-height: 2;
color: #150f4d;
font-weight: 500;
}


.billing-history-wrapper .table-container {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.billing-history-wrapper .header-row,
.billing-history-wrapper .data-row {
    display: flex;
    gap: 10px;
}
.billing-history-wrapper .header,
.billing-history-wrapper .data-cell {
    flex: 1; 
    padding: 10px;
    padding-left:0;
}

.billing-history-wrapper .data-cell {
font-size: 16px;
line-height: 32px;
color: #150f4d;
font-weight: 300;

}

.billing-history-wrapper .data-row {
    border-bottom: 1px solid rgba(21, 15, 77, .1);
    padding:10px 0;
}

.billing-history-wrapper .data-row:last-child {
border-bottom: 0;
padding-bottom:0;
}

.billing-history-wrapper .header:nth-child(2),
.billing-history-wrapper .data-cell:nth-child(2){
flex:1.5;
}


.billing-history-wrapper .data-cell .detail-info{
opacity: 0.769;
font-size: 15px;
line-height: 32px;
color: #150f4d;
font-weight: 300;
padding-right:3px;
}

.billing-history-wrapper .data-cell span.cell-desktop-name{
    display: inline-flex;
}

.billing-history-wrapper .header.download-cell,
.billing-history-wrapper .data-cell.download-cell{
    text-align: center;;
}


.billing-history-wrapper .header {
    font-weight: bold;
    font-size: 20px;
letter-spacing: 0px;
line-height: 24px;
color: #150f4d;
font-weight: 600;
}

.billing-history-box .support-link{
color: #e026c7;
transition: all .1s linear;
    
}

.billing-history-box .support-link:hover,
.billing-history-box .support-link:focus{
    font-weight: 700;

}

.billing-pagination{
    width:100%;
    display: flex;
    gap:4px;
    align-items: center;
    justify-content: center;
}

.billing-pagination,
.billing-pagination a,
.billing-pagination span{
    opacity: 0.769;
font-size: 15px;
line-height: 32px;
color: #150f4d;
font-weight: 300;
}

.billing-pagination .prev-page,
.billing-pagination .next-page{
font-size: 16px;
line-height: 32px;
color: #e026c7;
font-weight: 500;
padding:0 6px;
}

.billing-pagination .prev-page{
    display: none;
}

 /*popup*/


 .popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 100000;
  }

  .popup-overlay.show-popup{
display: block;
  }
  
  .popup {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width:50%;
    padding: 40px 36px;
    border-radius: 12px;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.1);
    border: solid 1px #b9b9b9;
    background-color: #fff;
    z-index: 10000001;
  }

  .dark-mode .popup{
    background-color:rgba(26, 27, 69, 1);
    box-shadow: 3px 0 3px -3px #f8f6fc;
    border: solid 1px rgba(185,185,185,.7);
  }
  
 .close-btn {
    position: relative;
    top: -10px;
    right: -10px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    border: solid 1px #e026c7;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    box-sizing: border-box;
  
  }

  .dark-mode .close-btn{
    background-color: unset;
    background:linear-gradient(to right, #2136c7, #af02c9);
    border:0;
  }

  .show-popup .close-btn{
    position: absolute;
  }
  
  .popup-heading {
    margin: 0;
    font-size: 26px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: -0.31px;
    text-align: left;
    color: #150f4d;
  }

  .billing-overview-popup .popup-heading{
color: #621fc8;
font-weight: 600;
  }
  
  .popup-subheading {
    font-size: 17px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.71;
  letter-spacing: normal;
  text-align: left;
  color: #150f4d;
  }

  .popup-subheading a{
    color:#e026c7;
    font-weight: 500;
    transition: all .1s linear;
    text-decoration: underline;
  }

  .popup-subheading a.active, .popup-subheading a:hover, .popup-subheading a:focus {
    font-weight: bold;
}
 
  .billing-overview-popup .popup-subheading span:not(.plan-name-popup){ 
    color:#e026c7;
  font-weight:600;
}

.billing-overview-popup .popup-subheading span.plan-name-popup{
    color:#150f4d;
  font-weight:300;
}
  
 
  .popup .btn-icon svg{
    width: 22px;
    height: auto;
    vertical-align: 1px;
    margin-left: 3px;
  }

  .popup .btn-icon svg.download-icon {
    width: 14px;
    vertical-align: -2px !important;
    margin-left: 7px;
}

  .burst-confirm-popup .total-price-popup{
    font-weight: bold;
  }

  .burst-popup .popup .btn-icon svg{
    vertical-align: 0;
  }

  .popup  .popup-buttons{
    display: flex;
    gap:20px;
    margin-top: 20px;
  }

.popup-content-wrapper{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.popup .payment-container {
    display: flex;
    gap:20px;
    align-items: center;
}

.popup .payment-container select{
    margin:0;
    width:calc(100% - 175px);
}

.popup h2 > svg {

    vertical-align: -8px;
    padding-right: 9px;
}

.dark-mode .popup h2 > svg{
    fill:#fff;
}

.popup .input-wrapper{
    display: flex;
    width:70%;
    flex-direction: column;
}

.popup .input-wrapper input{
width: 55%;
margin-top: 10px;
box-sizing: border-box;
}

.popup .popup-input-wrapper-btn{
    display: flex;
    gap:20px;
    margin-top:10px;
}


.popup .popup-subheading-wrapper{
display:flex;
flex-direction:column
}

.popup .popup-subheading-wrapper span{
    font-size: 18px;
    line-height: 30px;
    color: #150f4d;
    font-weight: 700;
}


/*Select2*/

.select2-container{
    max-width: 100%;
    
}

.select2-container .select2-search--inline .select2-search__field{
    padding-left: 5px !important;
   
}

.select2-container--default .select2-selection--multiple{
    border-radius: 10px !important;
    border: solid 1px rgba(98, 108, 177, 0.24) !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice{
background-color:#18dc44 !important;
border: 1px solid #18dc44 !important;
font-size:14px;
padding:6px !important;
color:#fff;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear{
    margin-top:10px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display{
    padding-left:5px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, 
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus{
    background-color:#18dc44 !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{
    border:0 !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    border-right: 1px solid #fff !important;
    color: #fff !important;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{
    background-color:#621fc8 !important;
    color:#fff !important;
}

.select2-container--default .select2-results__option--disabled{
    color:#4c496e !important;
    opacity:.3;
}

.select2-results__option{
color:#150f4d !important;
}

.select2-dropdown{
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.1);
    border:0 !important;
}

.dark-mode  .select2-dropdown{
    background-color: rgba(26, 27, 69, 1);
    box-shadow: 3px 0 3px -3px #f8f6fc;
    border: solid 1px rgba(185,185,185,.7);
    color:#fff;

}

.select2-container--default .select2-results__option--selected,
.select2-container--default .select2-results__option--disabled{
    display:none;
}



/*responsive */


@media(min-width:1330px){
    .pro-tip-box.full-width-box{
        flex-direction: row;
        gap:30px;
        justify-content:left;
        
    }
    .pro-tip-box.full-width-box .box-header{
        margin:unset;
    }
    .pro-tip-box.full-width-box .box-content{
        text-align: left;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .pro-tip-box.full-width-box .box-content-wrapper{
        max-width:50%;
    }

    .pro-tip-box.full-width-box .box-content h2{
        text-align:left;
    }
    .pro-tip-box.full-width-box .box-content p{
        text-align: left;
    }
}
@media(max-width:1330px){
    .boxes{
        flex-direction: column;
    }

    .box{
        width:100%;
    }

    .sidebar{
        max-width:300px;
    }

    .content,.sticky-footer .content{
        width: calc(100% - 300px);
        margin-left:300px;
    }

    .cta-compute-box,
    .box.box-step-v1,
    .box.name-desktop-box,
    .box.admin-desktop-box,
    .box.select-linux-dist-box,
    .select-plan-box .tab-heading, 
    .select-plan-box .tabs,
     .select-plan-box .tab-content,
     .select-plan-box .storage-wrapper,
     .current-specs-box,
     .compute-tabs{
        flex-direction: column;
    
    }

    .cta-compute-box{
        align-items: unset;
    }
    
    .box.box-step-v1 .range-slider,
    .box.box-step-v1 .current-plan,
    .box .desktop-name-info, 
    .select-linux-dist-box-info,
    .box .desktop-name-input, .select-linux-dist-box-select,
    .box.current-specs-box .specs-section,
    .box.current-specs-box .current-usage, .admin-settings-box{
        width:100%;
        box-sizing: border-box;

    }
    
    .cta-compute-box.burst-mode .cta-content,
    .cta-compute-box .cta-content{
       width:100%;
    }
    
    .cta-compute-box .cta-image{
        align-self: flex-end;
    }
    
    .burst-mode .cta-content:after{
        display: none;
    }

    .cta-compute-box.account-compute-box{
        height:auto;
    }

    .box-usage .tabs .tab,.select-plan-box .tab-heading .tabs .tab{
        padding:12px;
    }

    .backup-box .backup-info{
        flex-direction: column;
        align-items:unset;
    }

    .box.name-desktop-box, .select-linux-dist-box, .box.admin-desktop-box{
        gap:4px;
    }

    .select-plan-box .tabs{
        justify-content: unset !important;
        flex-direction: row;
    }

    .select-plan-box .tab-content{
        margin-left:0;
    }
    .select-plan-box .tab-content .tab ul{
        padding-inline-start: 0;
    }
    .select-plan-box .tab-x{
        margin-bottom:12px;
    }

.popup{
    max-width: 70%;
}

    .confirm-delete-pop .popup  .input-wrapper,
    .confirm-restart-pop .popup  .input-wrapper,
    .confirm-ssh-delete-pop .input-wrapper{
        width:100%;
    }

  
   
}

@media(max-width:991px){

   

.box-usage .box-header{
    flex-direction: column;
}

.box-usage .bar-container{
    width:80%;
}

.bar-wrapper .bar-percentage-info{
    width:80%;
}

.sticky-price-wrapper img{
display: none;
}

.login-flow .cta-compute-box, .login-flow .boxes{
    width:100%;
    max-width:100%;
}

.popup{
    max-width:80%;
}


   .main-container{
    position:relative;
   }

    .content, .sticky-footer .content{
        margin-left:0;
        width:100%;
            padding:30px;
    }

   

    .top-bar{
        padding:0 30px;
    }

body.mobile-menu-show{
    overflow: hidden;
}

    .sidebar{
        position: fixed;
        top: 90px;
    left: 0;
    width: 100%;
    max-width: 100%;
    z-index: 1000;
    display:none;
    height:calc(100vh - 90px) !important;
    }

    .sidebar.open{
        display:flex;
        justify-content: unset;
    }

    .cta-compute-box .cta-content,
    .cta-compute-box.burst-mode .cta-content,
    .login .cta-compute-box,
    .login .boxes,
    .login .center-box{
        width:100%
    }

    .header--toggle,.mobile-menu-icon{
        display:block;
    }


.mobile-menu-icon,.mobile-menu-icon:after,  .mobile-menu-icon:before{
    background-color: #150f4d;
        border-radius: 10px;
        display: inline-block;
        height: 3px;
        transition: transform .4s;
        width: 24px;
        position:relative;
        

}


.dark-mode .mobile-menu-icon,.dark-mode .mobile-menu-icon:after,.dark-mode  .mobile-menu-icon:before{
    background-color:#fff;

}

.header--toggle {
height: 21px;
position: relative;
cursor: pointer;
}

.desktop-logo{
margin-left:20px;
}

 .mobile-menu-icon:after, .mobile-menu-icon:before {
    content: "";
    left: 0;
    position: absolute;
    top: -8px;
}

 .mobile-menu-icon:after {
    top: 8px;
}

.header--toggle.open .mobile-menu-icon:after {
    top: 0;
    transform: rotate(-90deg);
}
.header--toggle.open .mobile-menu-icon {
    transform: rotate(45deg);
}

.header--toggle.open .mobile-menu-icon:before{
    content: unset;
}

.login .divider{
    background-color: transparent;
}

.login .center-box{
    flex-direction: column;
    padding:20px;
}



.login .divider{
    top:unset;
    margin:20px 0;
    bottom:unset;
    transform:unset;
    position:relative;

}

.login-flow .back-text{
    position:relative;
    top:unset;
}

.login-form-flow .form-input-wrapper{
    flex-direction: column;
}

.login-form-flow{
    max-width: 80%;
    width:80%;
}

.cta-compute-box.burst-mode p .upgrade-text::after, p .storage-link::after{
    content:unset;
}

.confirm-delete-pop .popup .input-wrapper, 
.confirm-restart-pop .popup .input-wrapper,
.confirm-ssh-delete-pop .popup .input-wrapper{
    flex-direction: column;
    align-items: flex-start;
}

.confirm-delete-pop .popup .input-wrapper input, 
.confirm-restart-pop .popup .input-wrapper input,
.confirm-ssh-delete-pop .popup .input-wrapper input{
width:100%;
}

}

@media(max-width:600px){

    .desktop-logo{
        display:none !important;
    }

    .mobile-logo{
        display: block;
        margin-left:9px;
    }

    .mobile-logo img{
        width:70px;
        height:auto;
    }

  
   
    .boxes .box,.cta-compute-box{
        padding-left:20px;
        padding-right:20px;
    }

.box-usage .tabs,.select-plan-box .tabs{
    flex-wrap: wrap;
}

.box-usage .tabs .tab, .select-plan-box .tab-heading .tabs .tab{
    border:0;
    padding:14px;
}

.sticky-footer .content{
    flex-direction:column;
    gap:20px;
}

.sticky-footer-main .main-container > .content{
    padding-bottom:250px;
}

.sticky-footer .sticky-price-wrapper,
.sticky-footer .sticky-price{
    align-self: center;
}

.sticky-footer .cta-width-auto,.sticky-footer .cta-image{
    align-self: center;
    text-align: center;
}


.select-plan-box .tab-content .tabs{
    flex-direction: column;
}

.box .linux-logos .logo-item img{
    width:34px;
    height:auto;
}

.select-plan-box .storage-wrapper input{
    margin:20px 12px;
}
.sticky-footer .cta-width-auto{
    width:180px !important;
}

.popup{
    max-width: 75%;
}

.billing-history-box{
overflow: auto;
}

.billing-history-wrapper{
min-width: 600px;
}

.cta-compute-box .cta-content-type .history-info{
    display: flex;
    flex-wrap: wrap;
}

.cta-compute-box .cta-content-type .history-info a{
    margin-top:12px;
    padding-left:0;
}

.cta-compute-box h2 a, .cta-compute-box .history-info a:first-child{
padding-right:14px;
}

}



@media(max-width:500px){



    .box.box-step-v1 .current-plan .plan-wrapper{
        flex-wrap:wrap;
    }

    .burst-box .burst-actions{
        flex-direction: column;
        justify-content:flex-start;
        gap:12px;
    }

    .select-plan-box .tab-heading{
        margin-bottom:32px;
    }

    .box.box-step-v1 .current-plan .plan-wrapper .plan-type{
        padding-left:0;
    }

}


@media(max-width:420px){


    .mobile-logo img{
        width:55px;
    }
    .specs-box .spec-wrapper{
        flex-wrap:wrap;
    }
   
    .top-bar .notification img, .top-bar .user-icon a img{
        width:27px;
    }
    
    .top-bar .notification-dot{
        top: 2px;
        right: 3px;
        width: 4px;
        height: 4px;
    }
    
    .top-bar .notification-dropdown{
        right:-130px;
    }
    
    .top-bar .notification-wrapper::before{
        right:1px;
    }

  

    .backup-box .box-header {
    
        flex-wrap: wrap;
        gap: 20px;
    }

    .btn-outline,.btn-icon{
        font-size:14px;
        line-height:1.5;
    }

    .popup .btn-icon svg {
        width: 15px;
        height: auto;
        vertical-align: 0px;
        margin-left: 1px;
    }

}

@media(max-width:370px){

  

  
    .specs-box .spec-wrapper .spec{
        width:100%;
    }

    .pro-tip-box .cta-btn{
        font-size:16px;
    }
    .btn-outline,.btn-icon{
        font-size:12px;
    }
}



@media(max-width:330px){

    .mobile-logo img{
        width: 30px;
    }
}

div.main-link {
    margin: 5px 0;
}

select.fedoraOptions, select.centosOptions{
    display: none;
}

div.admin-settings-subbox{
    margin-bottom: 10%;
}

div.static-vm-settings{
    display: none;
}
