.red_text{
    color:#D15A5D;
}

.blue_text{
    color: #477FB3;
}

.button_holder{
    display: inline-block;
    width: 100%;
    text-align: left;
}

.mgbutton {
    text-decoration: none!important;
    padding: 10px;
	color:#fff;
    padding-left: 30px;
    padding-right: 30px;
    display: inline-flex;
    border-radius: 50px;
    border-width: 2px;
    border-style: solid;
    font-family: Montserrat;
    font-weight: 600!important;
    transition: background-color 0.4s ease; /* Add this line */
    margin:3px;
    cursor: pointer;
}

.mgbutton_red{        
    background-color: #D15A5D;  
    border-color: #D15A5D;
    color: #EEE!important; 
}
.mgbutton_red:hover {
    background-color: #EEE;
    color: #D15A5D!important;
    transition: background-color 0.4s ease; /* Add this line */
}

.mgbutton_red:active{        
    background-color: #D15A5D;  
    border-color: #D15A5D;
    color: #EEE!important; 
}

.mgbutton_blue{        
    background-color: #477FB3;  
    border-color: #477FB3;
    color: #EEE!important; 
}
.mgbutton_blue:hover {
    background-color: #EEE;
    color: #477FB3!important;
    transition: background-color 0.4s ease; /* Add this line */
}

.mgbutton_green{        
    background-color: #6AAD39;  
    border-color: #6AAD39;
    color: #EEE!important; 
}
.mgbutton_green:hover {
    background-color: #EEE;
    color: #6AAD39!important;
    transition: background-color 0.4s ease; /* Add this line */
}

.inlinelink{
    display: inline-block;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    box-shadow: 1px 1px 1px transparent;
    font-family: Montserrat;
    transition: box-shadow 0.3s ease; /* Add this line */
    text-decoration: none; 
}

.inlinelink:hover{
    box-shadow: 3px 3px 2px #DDD;
    background-color: #EEE;
    font-family: Montserrat;
    transition: box-shadow background-color 0.3s ease; /* Add this line */
}

.item_box{
    font-family: Montserrat;
    display: inline-block;
    background-color: #EEE;
    width: 100%;
    text-align: center;
    padding:10px;
    margin:auto;
    border-radius: 10px;
    border-color: #EEE;
    border-width: 2px;
    border-style: solid;
    box-shadow: 3px 3px 5px transparent;
    transition: box-shadow 0.3s ease;
}

.item_box:hover{
    box-shadow: 3px 3px 5px #DDD;
    transition: box-shadow 0.3s ease;
}

.product_title{    
    font-family: Montserrat;
    font-size: 15pt;
    font-weight: 700;
    padding-top:5px;
    padding-bottom:5px;
}

/* Lightbox background */
#lightbox {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 999; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgba(0,0,0,0.8); /* Black with opacity */
}

/* Lightbox content */
.lightbox-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
    max-width: 600px; /* Maximum width */
    text-align: center; /* Center text */
    position: relative;
}

/* Close button */
.close {
    position: absolute;
    top: 10px;
    right: 25px;
    color: #aaa;
    font-size: 28px;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

/* Button to open the lightbox */
.open-lightbox {
    padding: 10px 20px;
    background-color: #007bff;
    color: white;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    font-size: 16px;
}

.open-lightbox:hover {
    background-color: #0056b3;
}



.defaulttable {
    display: table;
  }
  .defaulttable thead {
    display: table-header-group;
  }
  .defaulttable tbody {
    display: table-row-group;
  }
  .defaulttable tfoot {
    display: table-footer-group;
  }
  .defaulttable tbody>tr:hover,
  .defaulttable tbody>tr {
    display: table-row;
  }
  .defaulttable tbody>tr:hover>td,
  .defaulttable tbody>tr>td {
    display: table-cell;
  }
  .defaulttable,
  .defaulttable tbody,
  .defaulttable tbody>tr:hover,
  .defaulttable tbody>tr,
  .defaulttable tbody>tr:hover>td,
  .defaulttable tbody>tr>td,
  .defaulttable tbody>tr:hover>th,
  .defaulttable tbody>tr>th,
  .defaulttable thead>tr:hover>td,
  .defaulttable thead>tr>td,
  .defaulttable thead>tr:hover>th,
  .defaulttable thead>tr>th,
  .defaulttable tfoot>tr:hover>td,
  .defaulttable tfoot>tr>td,
  .defaulttable tfoot>tr:hover>th,
  .defaulttable tfoot>tr>th {
    background: transparent;
    border: 0px solid #000;
    border-spacing: 0px;
    border-collapse: separate;
    empty-cells: show;
    padding: 0px;
    margin: 0px;
    outline: 0px;
    font-size: 100%;
    color: #000;
    vertical-align: top;
    text-align: left;
    font-family: sans-serif;
    table-layout: auto;
    caption-side: top;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
  }

/* Changelog Styles */
.mstech-changelog-container {
    margin: 25px 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.mstech-changelog-item {
    margin-bottom: 30px;
    padding-bottom: 25px;
    border-bottom: 1px solid #eaeaea;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    padding: 20px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.mstech-changelog-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.mstech-changelog-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #eaeaea;
}

.mstech-changelog-title {
    font-size: 20px;
    margin: 0 0 5px 0;
    color: #333;
    font-weight: 600;
    line-height: 1.4;
}

.mstech-version-text {
    font-weight: 500;
    color: #555;
}

.mstech-changelog-date {
    font-size: 14px;
    color: #777;
    margin: 5px 0;
    font-style: italic;
}

.mstech-changelog-date i {
    margin-right: 5px;
    color: #666;
}

.mstech-changelog-content {
    font-size: 15px;
    line-height: 1.6;
    color: #444;
}

.mstech-changelog-content ul {
    margin-left: 20px;
    padding-left: 0;
}

.mstech-changelog-content li {
    margin-bottom: 8px;
    position: relative;
}

.mstech-latest-badge {
    display: inline-block;
    background-color: #4CAF50;
    color: white;
    padding: 3px 10px;
    font-size: 12px;
    border-radius: 20px;
    margin-left: 10px;
    vertical-align: middle;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.mstech-view-all-changelogs {
    margin-top: 20px;
    text-align: right;
}

.mstech-view-button {
    display: inline-block;
    padding: 8px 18px;
    background-color: #f7f7f7;
    color: #333;
    text-decoration: none;
    border-radius: 30px;
    border: 1px solid #ddd;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.mstech-view-button:hover {
    background-color: #eaeaea;
    color: #000;
    border-color: #bbb;
}

.mstech-view-button i {
    margin-left: 5px;
    transition: transform 0.3s ease;
}

.mstech-view-button:hover i {
    transform: translateX(3px);
}

.mstech-changelog-main-title {
    font-size: 28px;
    margin-bottom: 25px;
    padding-bottom: 15px;
    color: #333;
    border-bottom: 2px solid #eaeaea;
    font-weight: 600;
}

.mstech-changelog-empty {
    padding: 30px;
    background-color: #f9f9f9;
    border-radius: 8px;
    text-align: center;
    color: #777;
    border: 1px dashed #ddd;
}

/* Responsiveness */
@media screen and (max-width: 768px) {
    .mstech-changelog-header {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .mstech-changelog-title {
        margin-bottom: 10px;
    }
    
    .mstech-changelog-date {
        margin-top: 0;
    }
}