/* License page */
.sft-license-section{
    margin: 30px 10px;
    overflow: hidden;
    border-radius: 12px;
    border: 1px solid #d9d9d9;
  }

  .sft-license-table-header{
    background: #E1E6F4;
    position: relative;
    border-radius: 12px 12px 0 0;
    display: flex;
    padding: 25px 30px;
    align-items: center;
    justify-content: space-between;
  }

  .sft-license-table-header div {
    font-size: 20px;
    font-weight: 600;
    color: #0B132B;
  }

  .sft-license-table-header div:nth-child(2) span{
    margin-left: 10px;
  }

  .sft-links{
    display:flex;
  }

  .sft-links div{
    margin-left: 50px;
  }

  .sft-license-table-conatiner{
    display: flex;
    justify-content: center;
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .sft-license-table {
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 90%;
    margin :10px;
  }

  .sft-license-table tr {
    border-radius : 10px;
  }

  .sft-license-table td, #sft-license-table th {
    border: 1px solid #ddd;
    padding: 8px;
  }

  .sft-license-table td{
    margin-bottom: 9px !important;
    padding: 15px 10px !important;
    line-height: 1.3 !important;
    vertical-align: middle !important;
    font-size: 14px !important;
  }

  .sft-license-table th{
    vertical-align: top;
    text-align: left;
    width: 200px;
    text-indent: initial;
    border-spacing: 2px;
    line-height: 1.3;
    font-weight: 600;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif !important;
    font-size: 15px;
  }

  .sft-license-table thead th:nth-child(1){
    border-top-left-radius: 10px;
    border-color: #F0F0F1;
    width: 5%;
  }

  .sft-license-table thead th:nth-child(5){
    border-top-right-radius: 10px;
    border-color: #F0F0F1;
    width: 15%;
  }

  .sft-links:link, .sft-links:visited, .sft-links:hover, .sft-links:active {
    color: inherit;
    text-decoration: none;
    box-shadow: none;
  }

  .sft-license-table tbody tr td:nth-child(2), .sft-license-table tbody tr td:nth-child(1){
    font-weight: 600;
  }

  .sft-license-table tbody tr td:nth-child(1){
    text-align: center;
  }

  .sft-license-table tbody tr td:nth-child(4){
    font-weight: 600;
  }

  .sft-license-table th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #0B132B;
    padding-left: 10px;
    color:white

  }

  .sft-license-table td{
    height: 100px;
  }

  /* .sft-license-page{
    display: none;
  } */

  #mcsld-table-license-input{
    width:100%;
  }

  #mcsld-table-button{
    border: none;
    text-shadow: none;
    font-weight: 600;
    box-shadow: none;
    line-height: 30px;
    background:  #20BDA5;
    border-color:  #20BDA5;
    font-size: 15px;
    border-radius: 12px;
    padding: 8px 15px;
    text-align: center;
    transition: all 0.3s;
    color: #fff;
    width: 100%;
    transition: all 0.3s;
  }
  
  #mcsld-table-button:hover{
    background-color: #047d6b ;
    cursor: pointer;
  }

  #mcsld-table-license-input {
    width: 100%;
    border-color: #ddd;
    min-height: 40px;
  }

  .sft-button-inactive:before{
    content: "\f057";
    font: normal normal normal 20px/1 FontAwesome;
    margin-right: 8px;
    top: 3px;
    position: relative;
    color: #FF0000;

  }

  .sft-button-inactive{
    color:#FF0000;
    font-size: 14px;
  }

  .active-alert:before{
    content: "\f058";
    font: normal normal normal 20px/1 FontAwesome;
    margin-right: 8px;
    top: 3px;
    position: relative;
    color: #00c749;
  }

  .active-alert{
    color: #00c749;
    font-size: 14px;
  }

  button.mcsld-deactivate-button{
    background-color: #FF0000 !important;
  }

  button.mcsld-deactivate-button:hover{
    background-color: #a11e1e !important;
  }

  input.mcsld-invalid-license{
    border: 1px solid #FF0000 !important;
  }
  