.data {
    display: none;
}

.align-right {
    text-align: right;
}

.align-center {
    text-align: center;
}

.middle-button {
    margin-left: 10px;
    margin-right: 10px;
}
.google-zoho-button {
    background-color: #7b8a8b !important;
    border-color: #7b8a8b !important;
}

.company-switcher-text { 
    text-overflow: ellipsis;
    overflow: hidden;
    width: 160px;
    white-space: nowrap;
    float: left;
}

.padded {
    padding: 10px;
}

.hide {
    display: none;
}

.action_icon {
    width: 42px;
    height: 42px;
    display: inline;
    padding: 0;
    margin: 0;
}

.half_text {
    font-style: italic;
    font-size: 12px;
}

.build {
    font-style: italic;
    font-size: 10px;
    text-align: right;
    color: #eee;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

.gopay-logo {
    height: 25px;
    margin: 5px;
}

.top-8 {
    margin-top: 18px;
}

.top-16 {
    margin-top: 16px;
}

.top-24 {
    margin-top: 24px;
}

.top-32 {
    margin-top: 32px;
}

.bottom-12 {
    margin-bottom: 12px;
}

.p-4 {
    padding: 4px;
}

.p-8 {
    padding: 8px;
}

.p-12 {
    padding: 12px;
}

.tech-logo {
    height: 50px;
    /* float: left; */
    margin: 0px 0px 15px 0px;
}

.tech {
    text-align: center;
    font-size: 14px;

    /* min-height: 60px; */
}

.techs  {
    width: 100%;
    margin-top: 40px;
    margin-left: -20px;
}

.status {
    width: 100%;
    padding: 4px;
    padding-left: 8px;
    background-color: tomato;
    font-size: medium;
    color: white;
    font-weight: bold;
}

.dashboard-box {
    margin-left: 18px;
    margin-right: 18px;
}

.news {
    margin-left: 18px;
    margin-right: 18px;
}

.dashboard-credit {
    font-size: 24px;
    color: #54af46;
}
.dashboard-credit-sub {
    font-size: 24px;
    color: #e74b3b;
}

.dashboard-date {
    font-size: 12px;
    color: #9b9b9b;
}

.clear {
    clear: both;
}

.vm-profile-row {
    display: flex;
    flex-wrap: wrap; /* Allows wrapping if there isn't enough space */
    gap: 20px; /* Adds consistent spacing between the divs */
}

.vm-card-wrap {
    width: 30%;
    box-sizing: border-box;
}

.vm-card {
    margin: 4px;
    padding: 12px 12px 12px 12px;
    border-radius: 6px;
    border: 4px solid #ccc;
    text-align: center;
    box-sizing: border-box; /* Ensure padding and border are included in the element's dimensions */
    transition: border-color 0.3s ease;
}

.vm-card:hover {
    cursor: pointer;
    border: 4px solid #777;
    box-sizing: border-box; /* Ensure padding and border are included in the element's dimensions */
    transition: border-color 0.3s ease;
}

.vm-card-selected {
    cursor: pointer;
    border: 4px solid #54af46 !important;
}

.vm-title {
    font-size: 16px;
    font-weight: bold;
}

.vm-price {
    font-size: 12px;
    font-style: italic;
    color: #3b3b3b;
}

.vm-resources {
    font-size: 14px;
    font-style: italic;
    color: #3b3b3b;
    margin: 12px 0 32px 0;
}

.vm-desc {
    font-size: 14px;
}

.vm-profile {
    padding-left: 25px;
}

.margin-x-8 {
    margin-left: 20px;
    margin-right: 20px;
}

.margin-y-8 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.margin-ty-8 {
    margin-top: 20px;
}

.margin-tb-8 {
    margin-bottom: 20px;
}

.text-muted {
    color: #767676;
}

.login-card {
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.10);
    padding: 40px;
}

.login-page-wrap {
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding: 40px 16px;
    box-sizing: border-box;
}

.login-page-inner {
    width: 100%;
    max-width: 560px;
    margin: 0 auto;
}

.login-logo-wrap {
    text-align: center;
    margin-bottom: 40px;
}

.login-logo-wrap .text-muted {
    margin-top: 8px;
    margin-bottom: 0;
}

.login-below-card {
    text-align: center;
    margin-top: 20px;
    color: #767676;
}

