* {
color:#333333;
}

::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: #888;
}

::-webkit-scrollbar-thumb:hover {
    background: #555;
}

@font-face {
    font-family: raleway;
    src: url(Raleway-Regular.ttf);
}

@font-face {
    font-family: raleway-bold;
    src: url(Raleway-Black.ttf);
    font-weight: bold;
}

@font-face {
    font-family: raleway-light;
    src: url(Raleway-Light.ttf);
    font-weight: light;
}

@font-face {
    font-family: raleway-extralight;
    src: url(Raleway-ExtraLight.ttf);
}

@font-face {
    font-family: raleway-semibold;
    src: url(Raleway-SemiBold.ttf);
}

html {
    font-family: 'raleway';
}

h1 {
    border-bottom: solid 1px #ddd;
    padding-top: 40px;
    padding-bottom: 10px;
    font-family: raleway-extralight;
}

h2 {
    font-family: raleway-extralight;
}

h3 {
    font-family: raleway-extralight;
}
.h1{
    font-size: 3rem;
    font-weight: bold;
    padding: 0;
    margin: 0;
}
.h2{
    font-size: 2rem;
    font-weight: bold;
    padding: 0;
    margin: 0;
}
.h3{
    font-size: 1rem;
    font-weight: bold;
    padding: 0;
    margin: 0;
    white-space: nowrap;
}
.h4{
    font-size: 0.9rem;
    font-weight: bold;
    padding: 0;
    margin: 0;
}
.h5{
    font-size: 0.9rem;
    padding: 0;
    margin: 0;
}
.h6{
    font-size: 0.8rem;
    padding: 0;
    margin: 0;
}
.h7{
    font-size: 1rem;
    padding: 0;
    margin: 0;
}
.primary-button{
    background: #29292c;
    border: none;
    padding: 10px 20px;
    font-size: 1rem;
    color: white;
    text-align: center;
    cursor:pointer;
    outline:none;
    border:2px solid #29292c;
    transition: 0.4s;
    text-decoration: none;
}
.primary-button:hover{
    background: white;
    color: #29292c;
}

.input-field{
    border:2px solid #ddd;
    outline:none;
    transition: 0.4s;
    padding: 10px 20px;
}
.input-field:hover,.input-field:focus{
    border:2px solid #29292c;
}
div#header {
    float: right;
}

p.username {
    font-size: 1.4rem;
    font-family: 'Roboto', sans-serif;
    padding-bottom: 20px;
    margin-right: 20px;
    overflow-x: clip;
    color: white;
}

p.welcomeusername {
    font-size: 1.4rem;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    color: white;
}

.user {
    padding-left: 30px;
    padding-top: 50px;
}

.login,.register {
    width: 300px;
    background-color: #ffffff;
    box-shadow: 0 0 9px 0 rgb(0 0 0 / 30%);
    margin: 130px auto;
    padding: 50px;
    display: flex;
    flex-direction: column;
}
/* .register {
    width: 500px;
    box-shadow: 0 0 9px 0 rgb(0 0 0 / 30%);
    margin: 200px auto;
    height: 600px;
} */

.login-fields{
    border: none;
    border-bottom: 1px solid #ccc;
    font-size: 1rem;
    outline: none;
    padding: 5px;
    margin: 10px 0px 20px 0px;
}

.login-fields:hover,.login-fields:focus{
    border-bottom: 1px solid royalblue;
}

.login-text {
    margin: 0;
    font-size: 1rem;
}

.ticketinvoice {
    display: flex;
    justify-content: space-between;
}

.container {
    padding-left: 310px;
    /* padding-right: 50px; */
    padding-right: 2%;
    overflow: auto;
}

.ticketbox,
.invoicesbox {
    overflow-y: scroll;
    max-height: 80px;
    padding-left: 2%;
    padding-right: 2%;
}

.tidsubject,
.tickstatusdate,
.invoicetotalid {
    display: flex;
}

.tickstatusdate,
.invoiceduestatus,
.invoicetotalid {
    display: flex;
    justify-content: space-between;
}

.tidsubject {
    display: flex;
    justify-content: flex-start;
}
.tid,.invoiceid{
font-weight: bold;
}
.subject{
    font-weight: bold;
}
.tid,
.invoiceid {
    margin-right: 60px;
}

.ticket,
.invoices {
    width: 40%;
    min-width: 578px;
}

.ticket,
.invoices {
    width: 45%;
    /* float: left; */
    padding: 0px 20px 20px 20px;
    /* margin-right: 3%; */
    box-shadow: 0 6px 12px rgb(140 152 164 / 8%);
    border: solid 1px #ddd;
    height: 150px;
    /* min-width: fit-content; */
}

.servers {
    padding: 4%;
    margin-top: 20px;
    box-shadow: 0 6px 12px rgb(140 152 164 / 8%);
    padding-top: 12px;
    border: solid 1px #ddd;
    /* min-width: fit-content; */
    min-width: 578px;
    margin-bottom: 50px;
}
.noactive-deploy {
    width: fit-content;
    margin: 10px auto;
}
th {
    text-align: center;
}

tr {
    text-align: center;
    border-bottom: 1pt solid #efefef;
    height: 100px;
}

input#searchbox {
    width: 100%;
    height: 35px;
    border: solid 1px #ddd;
    padding-left: 3%;
}

input#searchbox:focus {
    outline: none;
    border: solid 2px #377dff;
}

input#searchbox:hover {
    border-color: #377dff;
}

img#countryflag {
    width: 80px;
}

svg.svg-inline--fa.fa-caret-down.fa-w-10 {
    width: 10px;
    padding-left: 10px;
    filter:invert(100%) sepia(0%) saturate(7490%) hue-rotate(121deg) brightness(100%) contrast(104%);
}

p.pointlabel,
p.points,
p.membershiplevellabel,
.membershiplevel {
    padding-left: 20px !important;
}

svg#icon-star {
    width: 25px;
    height: 25px;
}

svg#icon_diamond {
    width: 25px;
    height: 25px;
}

.membershiplevel {
    display: inline-flex;
}

/* a.membershipsvg {
    padding: 0;
    font-size: 15px;
    padding-left: 3px;
} */

i.fas.fa-users {
    font-weight: 400;
    margin-right: 10px;
}

img.logo {
    width: 200px;
}

a.dropdownsidebar {
    margin: 40px 0px;
}

.dropdown-container {
    display: none;
    margin-left: 40px;
}

a.dropdowntext {
    /* font-size: 17px !important; */
    margin: 30px 0px;
}

.sidenav a {
    text-decoration: none;
    font-size: 1rem;
    color: white;
    display: block;
}

.sidenav {
    height: 100%;
    width: 260px;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #29292c;
    /* background-color: #212196; */
    overflow-x: hidden;
    padding-top: 50px;
    border-right: solid 1px #ddd;
    font-family: Raleway, "Helvetica Neue", Helvetica, Arial, sans-serif;
    transition: 0.5s;
}

.sidenav a:hover {
    color: #377dff;
}
.sidebar-logo-wrapper{
    margin: auto;
    width: fit-content;
}
img.icon-sidebar {
    width: 20px;
    height: 20px;
    margin-right: 15px;
    filter: invert(98%) sepia(1%) saturate(6336%) hue-rotate(260deg) brightness(117%) contrast(100%);
}
div#invoice {
    text-align: center;
    margin-bottom: 50px;
    min-width: 580px
}
.tr {
    display: grid;
    padding: 20px 0px;
    border-bottom: 1px solid #ddd;
    text-decoration: none;
    color: #333333;
    text-align: center;
    align-items: center;
}
.grid3{
    grid-template-columns: 33.3% 33.3% 33.3%;
}
.grid4{
    grid-template-columns: 25% 25% 25% 25%;
}
.grid5{
    grid-template-columns: 20% 20% 20% 20% 20%;
}
.grid6{
    grid-template-columns: 16.6% 16.6% 16.6% 16.6% 16.6% 16.6%;
}
.grid7{
    grid-template-columns: 14.29% 14.29% 14.29% 14.29% 14.29% 14.29% 14.29%;
}
.tr:hover {
    background: #29292c0d;
}
.trheader {
    display: grid;
    font-weight: bold;
    padding: 20px 0px;
    text-align: center;
    border-bottom: 1px solid #333333;
    align-items: center;
}
img.next{
    height: 15px;
    filter: invert(100%) contrast(50%);
}

p.osversion {
    font-weight: 400;
}
p.oslabel,p.lispechead,p.specprice {
    font-family: 'Roboto', sans-serif;
}
label.operatingsystemspec {
    margin-bottom: 30px;
}

label.vps1 {
    text-align: center;
    padding-top: 20px;
}

label.region,
label.vps1,
label.operatingsystemspec {
    background-color: white;
    padding: 10px 20px;
    /* font-size: 16px; */
    font-size: 1rem;
    border: 2px solid #ddd;
    border-radius: 4px;
    display: inline-block;
    width: 200px;
    max-width: 100%;
    font-weight: 700;
    margin-bottom: 30px;
    cursor:pointer;
}

input[type="radio"] {
    opacity: 0;
    width: 1;
}

input[type=checkbox],
input[type=radio] {
    margin: 4px 0 0;
    line-height: normal;
}

input[type=checkbox],
input[type=radio] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

li.spec {
    display: inline-block;
    margin-left: 20px;
}

p.lispechead{
    font-weight: bold;
    margin: 10px 0px;
}

p.lispec {
    font-weight: 400;
    margin: 10px 0px;
}

.deployregion,
.deployspec,
.operatingsystem,
.summary {
    padding: 50px;
    border-bottom: solid 1px #ddd;
}

.deployregion {
    height: fit-content;
}

h2.deployserver {
    border-bottom: solid 1px #ddd;
    margin-top: 3px;
    padding-left: 20px;
    padding-bottom: 10px;
    padding-top: 8px;
    /* font-size: 20px; */
    font-size: 1.3rem;
}

.deployspec {
    /* padding-bottom: 550px; */
    height: fit-content;
    /* display: inline; */
}

.operatingsystem {
    height: fit-content;
}

p.hostnameadddetails {
    padding-left: 20px;
    padding-top: 9px;
}

.hostname,
.quantity {
    /* background: #f7fafc; */
    border-bottom: solid 1px #ddd;
    padding: 35px;
}


.hostname,
.quantity {
    border-bottom: solid 1px #ddd;
    padding: 35px;
}

.deployregion,
.deployspec,
.operatingsystem,
.summary {
    border-bottom: solid 1px #ddd;
}

svg.flagselection {
    vertical-align: middle;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    margin-right: 23px;
}

input[type="radio"]:checked+label {
    border: 2px solid #29292c;
}

input[type="radio"]:hover+label {
    border: 2px solid #9c9c9c;
}


ul.orderpage {
    padding: 0;
}

p.specsatus {
    color: green;
    font-weight: 100;
}

input.hostnametext[type="text"],
select#billingcycle,
input.promocode {
    width: 100%;
    /* height: 55px; */
    font-size: 1rem;
    /* font-weight: bold; */
    /* padding-left: 30px; */
    border: 1px solid #ddd;
    background: white;
    padding: 10px 20px;
}
select#billingcycle{
        width: 150px;
}

.hostname,
.quantity {
    border-bottom: solid 1px #ddd;
    padding: 35px;
}

input.hostnametext:focus,
select#billingcycle:focus,
input.promocode:focus {
    border: 2px solid #29292c;
    outline: none;
}

textarea#message:focus,
input#subject:focus {
    border: 2px solid #29292c;
    outline: none;
}

input.promocode {
    width: 300px;
}

button.deployserverselection {
    float: right;
    padding: 10px 90px 10px 90px;
    font-size: 1.1rem;
    margin-top: 20px;
}

p#region,
p#summarytitletime,
p#serverspec,
p#operatingsystem {
    font-weight: bold;
}

textarea#message {
    width: 100%;
    height: 400px;
    font-size: 1rem;
    font-family: 'raleway';
    padding: 1%;
}

input#subject {
    width: 100%;
    margin-bottom: 3%;
    font-size: 1rem;
    font-family: 'raleway';
    padding: 1%;
}

.submitticketbutton {
    margin-top: 40px;
    float: right;
}

.viewticket {
    display: flex;
    justify-content: space-between;
}

div#ticketreply {
    border: solid 1px #ddd;
    padding: 2%;
}

div#ticketreplyheader {
    display: flex;
    justify-content: space-between;
}

textarea#ticketreply {
    margin-top: 3%;
    width: 100%;
    height: 200px;
    font-size: 1rem;
    font-family: 'raleway';
    padding: 1%;
}


input#ticketreply {
    margin-top: 2%;
    padding: 10px 20px;
    float: right;
    margin-bottom: 50px;
}

input#ticketreply:focus {
    opacity: 80%;
}

input#oldpw,
input#newpw {
    width: 80%;
    font-size: 1rem;
    font-family: 'raleway';
    margin-bottom: 20px;
}

input#firstname,
input#lastname {
    width: 80%;
    font-family: 'raleway';
    margin-bottom: 20px;
    font-size: 1rem;
}

button#cancellation,
button#upgrade {
    border: none;
    background: none;
    cursor: pointer;
    font-size: 0.8rem;
}

button#cancellation:hover,
button#upgrade:hover {
    color: #0066cc;
}

.usage,
.details,
.status,
.vpscontrol,
.firewall-container,
.backup-container
    {
    padding: 6%;
    box-shadow: 0 6px 12px rgb(140 152 164 / 8%);
    clear: both;
    padding-top: 12px;
    border: solid 1px #ddd;
    min-width: fit-content;
}

div#vpsinfo {
    grid-template-columns: auto 2% auto;
    display: grid;
    margin-bottom:5%;
}

.upgradeandcancellation {
    text-align: end;
}

.statususage {
    grid-column-start: 3;
    grid-column-end: 4;
}

.usage {
    margin-top: 3%;
    line-height: 100%;
}

.details,
.vpscontrol {
    line-height: 100%;
}

h2.controlpanel {
    /* font-family: 'raleway-semibold'; */
    border-bottom: 1px solid #ddd;
    margin-top: 1%;
    margin-top: 10px;
    margin-bottom: 30px;
    /* font-size: 25px; */
    font-size: 1.6rem;
    padding-bottom: 20px;
    padding-top: 10px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    display: flex;
    justify-content: space-between;
}

.status {
    line-height: 100%;
    margin-top: 3%;
}

div#table {
    display: grid;
    grid-template-columns: 160px auto;
    align-items: center;
    font-size: 1rem;
    grid-row-gap: 50px;
    grid-column-gap: 20px;
    font-family: 'Roboto', sans-serif;
}

div.usage > div {
    grid-template-columns: 90px auto !important;
}

span#greendot {
    background: green;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: inline-block;
}
span#orangedot {
    background: orange;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: inline-block;
}
span#reddot {
    background: rgb(209, 48, 48);
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: inline-block;
}

input#vmcontrol {
    width: 50px;
}

button#refreshvmstatus {
    border: none;
    background-color: white;
    cursor: pointer;
}

button#start {
    border: none;
    text-indent: -9000px;
    width: 50px;
    height: 50px;
    background: url(../img/start.svg), rgb(29 148 36);
    background-size: 25px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: 14.8px 12px;
    box-shadow: 0 0 3px 0 rgb(0 0 0 / 30%);
    cursor:pointer;
}

button#poweroff {
    border: none;
    text-indent: -9000px;
    width: 50px;
    height: 50px;
    background: url(../img/power.svg), rgb(172, 31, 31);
    background-size: 30px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center;
    box-shadow: 0 0 3px 0 rgb(0 0 0 / 30%);
    cursor:pointer;
}

button#reboot {
    border: none;
    text-indent: -9000px;
    width: 50px;
    height: 50px;
    background: url(../img/reboot.svg), #ff9800;
    background-size: 32.5px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center;
    box-shadow: 0 0 3px 0 rgb(0 0 0 / 30%);
    cursor:pointer;
}

button#reboot:hover,
button#poweroff:hover,
button#refreshvmstatus:hover,
button#start:hover {
    opacity: 60%;
}

div#ctrlbuttons {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

p#forgotpassword {
    margin-top: 10px;
    text-align: center;
    font-size: 0.7rem;
}

div#loginsubmit {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

p#register {
    text-align: center;
    margin-top: 20px;
    font-size: 0.7rem;
}


p#alert-success {
    background: #d5ffd5;
    border: solid 1px green;
    width: fit-content;
    padding: 10px 50px;
    margin: auto;
    margin-top: 200px;
    margin-bottom: -90px;
    display:none;
    text-align: center;
}

h1#register {
    text-align: center;
}

div#registersubmit {
    display: flex;
    justify-content: center;
}

.alertred {
    margin: 0 auto;
    margin-top: 200px;
    margin-bottom: -90px;
    background: red;
    color: white;
    text-align: center;
    font-weight: bold;
    font-size: 1.1rem;
    width: fit-content;
    padding: 1%;
    display: none;
}
p#alertstorage{
    display: none;
}
.statuspercent {
    background: #eaeef3;
    height: fit-content;

}
.statuspercentwrapper {
    display: grid;
    grid-template-columns: 80% auto;
    align-items: center;
    justify-content: space-between;
    grid-column-gap: 10px;
}
.details > div > p {
    margin: 0;
}
.status > div > p {
    margin: 0;
}
.usage > div > p {
    margin: 0;
}

.headingcontrolpanel {
    display: grid;
    grid-template-columns: auto auto;
    justify-content: space-between;
    margin-bottom: 2%;
}
.headinghostname {
    display: flex;
    align-items: center;
}

.headinghostnametext {
    margin: 0px;
    font-size: 1.2rem;
    font-weight: bold;
    align-self: center;
    margin-left: 10%;
    font-family: 'Roboto', sans-serif;
}

input#vmpassword {
    border: none;
    font-size: 1rem;
    outline: none;
}
button.showorhide {
    background-image: url(../img/show.svg);
    background-size: 18px 18px;
    background-repeat: no-repeat;
    background-color: transparent;
    border: none;
    height: 20px;
    width: 23px;
    vertical-align: middle;
}
div#ticket {
    width: 100%;
    margin-bottom: 50px;
    min-width: 650px;
}
.viewticketwrapper {
    min-width: 520px;

}

.invoice-logo{
    width:250px;
    display: block;
    margin-bottom: 40px;
}
.top-right-invoice {
    display: grid;
    grid-template-columns: 150px auto;
        border: solid 1px #333333;
        padding: 10px;
}
.invoice-column {
    display: flex;
    justify-content: space-between;
}
button.paypal-pay-button {
    background: #FFC439;
    border-radius: 4px;
    width: 350px;
    height: 45px;
    border: none;
    cursor:pointer;
}
button.paypal-pay-button:hover {
    background: #F2BA36;
    border-radius: 4px;
    width: 350px;
    height: 45px;
    border: none;
}

button.bitcoin-pay-button {
    background: #e6e6e6;
    border-radius: 4px;
    width: 350px;
    height: 45px;
    border: none;
    cursor:pointer;
}
button.bitcoin-pay-button:hover {
    background: #d2d2d2;
    border-radius: 4px;
    width: 350px;
    height: 45px;
    border: none;
}
button.coinpayments-pay-button {
    background: white;
    border-radius: 4px;
    width: 350px;
    height: 45px;
    border: none;
    cursor:pointer;
    box-shadow: 0px 0px 3px 0px rgb(0 0 0 / 50%);
    -webkit-box-shadow: 0px 0px 3px 0px rgb(0 0 0 / 50%);
    -moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.50);
}
button.coinpayments-pay-button:hover {
    background: #f7f7f7;
}
p.top-right-invoice-table-text {
    margin: 3px 0px;
}
p.top-right-invoice-table-title {
    margin: 3px 0px;
    font-weight: 600;
}
.invoice-wrapper {
    max-width: 1500px;
    width: 100%;
    min-width: 550px;
}
table#invoice-items>tbody >tr, table#invoice-transactions>tbody > tr {
    height: 50px;
    text-align: left;
}
table#invoice-items>tbody > tr>th, table#invoice-transactions>tbody > tr>th {
    height: 50px;
    text-align: left;
}
table#invoice-items,table#invoice-transactions {
    border: solid 1px #333333;
    padding: 2%;
    width: 100%;
}
.payment-successful {
    text-align: center;
    border: solid 1px limegreen;
    background: #a8ffa8;
    padding: 10px;
    margin-bottom: 30px;
}
.payment-failed {
    text-align: center;
    border: solid 1px #f44336;
    background: #ffa8a8;
    padding: 10px;
    margin-bottom: 30px;
}
.alert{
padding: 15px;
margin-bottom: 30px;
margin-top: 20px;
border: 0px;
border-radius: 4px;
background: white;
box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 35%);
-webkit-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 35%);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.35);
display: flex;
align-items: center;
}

.alert-warning {
    color: #333333;
    background-color: white;
    border-left: #ffc021 solid 5px;
}

.alert-danger {
    color: #333333;
    background-color: white;
    border-left: #e94f3d solid 5px;
}

.alert-danger {
    color: #333333;
    background-color: white;
    border-left: #e94f3d solid 5px;
}

.alert-success {
    color: #333333;
    background-color: white;
    border-left: #47d764 solid 5px;
}
select.cancellationtype,select.upgradeplan {
    font-size: 1rem;
    padding: 5px;
    outline: none;
}
select.cancellationtype:hover,select.cancellationtype:focus,select.upgradeplan:hover,select.upgradeplan:focus {
    border: solid 1px royalblue;
}
input.submit-cancellation-request,input.submit-upgradeplan {
    border: none;
    background: royalblue;
    color: white;
    padding: 5px 15px;
    outline: none;
    cursor: pointer;
    margin-left: 5px;
}

input.submit-cancellation-request:hover,input.submit-upgradeplan:hover {
    background: #212083;
}

/* Style the tab */
.tab {
    overflow: hidden;
  }
  
  /* Style the buttons that are used to open the tab content */
  .tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 10px 16px;
    border-bottom: 3px solid #ddd;
    font-size: 1rem;
  }
  
  /* Change background color of buttons on hover */
  .tab button:hover {
    background-color: #ddd;
  }
  
  /* Create an active/current tablink class */
  .tab button.active {
    background-color: #f2f2f2;
    border-bottom: 3px solid royalblue;
}
  
  /* Style the tab content */
  .tabcontent {
    display: none;
  }

  .firewall-add-rules {
    padding: 5px 10px;
    width: 85%;
    font-size: 1rem;
    border: solid 1px #ddd;
    outline: none;
}
.firewall-add-rules:hover,.firewall-add-rules:focus {
    border: solid 1px royalblue;
}
.button-add-firewall-rules{
    border: none;
    background: royalblue;
    color: white;
    width: 30px;
    height: 30px;
    cursor: pointer;
    font-size: 1rem;
}

.button-delete-firewall-rules{
    border: none;
    background: crimson;
    color: white;
    width: 30px;
    height: 30px;
    cursor: pointer;
    font-size: 10px;
    margin: auto;
}
.button-delete-firewall-rules:hover{
    background: rgb(124, 10, 33);
}
.loadermodal{
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
    justify-content: center;
    align-items: center;
}
.loader{
    border: 8px solid #f3f3f3;
    border-radius: 50%;
    border-top: 8px solid #3498db;
    width: 60px;
    height: 60px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    position: absolute;
    display: none;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }
  .firewall-container,.backup-container{
    position: relative;
  }
  #loadermodal-enablefirewall{
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: white;
    justify-content: center;
    align-items: center;
    display:flex;
}

button.button-disable-firewall {
    background: crimson;
    color: white;
    border: none;
    padding: 10px 20px;
    margin: 20px auto;
    display: block;
    cursor: pointer;
}

button.button-disable-firewall:hover {
    background: rgb(124, 10, 33);
}
button.restore-backup {
    width: 150px;
    /* background: royalblue; */
    /* color: white; */
    /* border: none; */
    /* padding: 10px 20px; */
    /* cursor: pointer; */
    margin: auto;
    font-size: 0.85rem;
}

.logo-login {
    width: 250px;
    display: block;
    margin: 0px auto 50px auto;
}

.\30 9rem{
    font-size: 0.9rem;
}
.sidebarhider{
        position: fixed;
        top: 10px;
        /* left: 110px; */
        left: 220px;
        border: none;
        outline: none;
        background: none;
        color: white;
        font-size: 2rem;
        cursor: pointer;
}
.showsidebar {
    display:none;
    position: fixed;
    top: 10px;
    left: 10px;
    border: none;
    background: none;
    outline: none;
    cursor: pointer;
    font-size: 2rem;
    color: #333333;
}

@media only screen and (max-width: 1560px) {
    .ticket, .invoices{
        width: 94%;
        padding: 40px;
    }
    .ticket {
        margin-bottom: 20px;
    }
    .ticketinvoice {
        flex-direction: column;
    }
    .servers {
        padding: 40px;
        width: 94%;
    }
}
@media only screen and (max-width: 1220px) {
    div#vpsinfo {
        grid-template-columns: auto;
    }
    .details {
        margin-bottom: 20px;
    }
    .statususage {
        grid-row: 2/3;
        grid-column: 1/2;
    }
    .details, .vpscontrol {
        grid-row: 1/2;
        grid-column: 1/2;
    }
    /* .ticket, .invoices{
        width: 94%;
        padding: 3%;
    }
    .ticket {
        margin-bottom: 20px;
    }
    .ticketinvoice {
        flex-direction: column;
    } */
}

@media only screen and (max-width: 900px) {

    .sidenav {
        width: 0px;
    }
    .container{
        padding-left: 2%;
    }
    button#sidebarhider{
        display: none;
    }
    button#showsidebar{
        display: unset;
    }
}