@import url('https://fonts.googleapis.com/css2?family=Gothic+A1:wght@100;200;300;400;500;600;700;800;900&family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400&display=swap');    
    
    /*!
     * Bootstrap v4.3.1 (https://getbootstrap.com/)
     * Copyright 2011-2019 The Bootstrap Authors
     * Copyright 2011-2019 Twitter, Inc.
     * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
     */
     :root {
      --blue: #007bff;
      --indigo: #6610f2;
      --purple: #6f42c1;
      --pink: #e83e8c;
      --red: #dc3545;
      --orange: #fd7e14;
      --yellow: #ffc107;
      --green: #28a745;
      --teal: #20c997;
      --cyan: #17a2b8;
      --white: #fff;
      --gray: #6c757d;
      --gray-dark: #2966a3;
      --primary: #007bff;
      --secondary: #6c757d;
      --success: #28a745;
      --info: #17a2b8;
      --warning: #ffc107;
      --danger: #dc3545;
      --light: #f8f9fa;
      --dark: #343a40;
      --breakpoint-xs: 0;
      --breakpoint-sm: 576px;
      --breakpoint-md: 768px;
      --breakpoint-lg: 992px;
      --breakpoint-xl: 1200px;
      --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
      --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    }

    *,
    *::before,
    *::after {
      box-sizing: border-box;
    }

    .tms-container-wrapper {
      margin: 0;
      font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
      font-size: 1rem;
      font-weight: 400;
      line-height: 1.5;
      color: #212529;
      text-align: left;
      background-color: #fff;
    }

    .tms_margin20{
      margin-top: 20px;
      margin-bottom: 20px;
    }

    .tms_div_progress{
      padding-top: 50px;
    }

    .tms_center_container_register{
      padding-bottom: 70px;
    }

    .tms-edit-label{
      border: 1px solid #000000;
      padding: 5px;
      text-align: center;
      cursor: pointer;
    }

    
    .tms-h2 {
      font-size: 20px!important;
    }
    
    .tms-h3 {
      font-size: 17.5px!important;
      margin: 0 0 20px !important;
      font-weight: 400;
    }

    button.tms-review-button-fresh {
      color: #444444;
    }

    a{
      text-decoration: none !important;
    }

    h3.tms-h3.tms-modal-body-facility-title {
      margin: 0 0 20px !important;
      font-weight: 400;
    }

    h5.tms-modal-body-facility-location.tms-h5 {
      margin: 0 0 10px;
    }

    p.tms-claim-infotext {
      font-size: 10px;
    }

    .tms-data-input {
      margin-bottom: 5px !important;
      line-height: normal;
      width: 100% !important;
      background: rgba(255,255,255,.2) !important;
      border: 1px solid rgba(0,0,0,.1);
      height: 42px;
      border-radius: 4px !important;
      padding: 0 20px 0 10px !important;
    }

    label.tms-modal-body-label {
      font-size: 13px;
    }
    
    .tms-h4 {
      font-size: 15px!important;
    }
    
    .tms-h5 {
      font-size: 12.5px!important;
    }
    
    .tms-h6 {
      font-size: 10px!important;
    }
        
    .tms-h8 {
      font-size: 10px!important;
    }


    .tms-padding10{
      padding: 10px !important;
    }

    .tms-center-login{
      margin: 0 auto !important;
      width: 100%;
    }



   .tms-list-unstyled {
      padding-left: 0;
      list-style: none;
    }

    .tms-nav-tabs li{
      width: 32%;
      margin-left: 1%;
      font-weight: 700;
      margin-bottom: 13px;
    }

    #topic-links ol{
      margin-left: 0;
    }

    #topic-links ol li{
      display: inline;
    }

    .tms-nav-tabs li a{
      font-size: 15px !important;
      display: block;
      border: #D80006 solid 1px;
      padding: 5px;
      color: #000000 !important;
    }

    .tms-nav-tabs li a:hover{
      box-shadow: 0 0 10px #c5c4c4c9;
    }

    .tms_tab_block{
      display: block !important;
    }

    .tms_scrolly{
      overflow-y: scroll !important;
    }


   .tms-container {
      width: 100%;
      padding-right: 15px;
      padding-left: 15px;
      margin-right: auto;
      margin-left: auto;
    }

    @media (min-width: 576px) {
     .tms-container {
        max-width: 540px;
      }
    }

    @media (min-width: 768px) {
     .tms-container {
        max-width: 720px;
      }
    }

    @media (min-width: 992px) {
     .tms-container {
        max-width: 960px;
      }
    }

    @media (min-width: 1200px) {
     .tms-container {
        max-width: 1140px;
      }
    }

   .tms-container-fluid {
      width: 100%;
      padding-right: 15px;
      padding-left: 15px;
      margin-right: auto;
      margin-left: auto;
    }

   .tms-row {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-right: -15px;
      margin-left: -15px;
      width: 100%;
    }

   .tms-no-gutters {
      margin-right: 0;
      margin-left: 0;
    }

   .tms-no-gutters >.tms-col,
   .tms-no-gutters > [class*="col-"] {
      padding-right: 0;
      padding-left: 0;
    }

   .tms-col-1,.tms-col-2,.tms-col-3,.tms-col-4,.tms-col-5,.tms-col-6,.tms-col-7,.tms-col-8,.tms-col-9,.tms-col-10,.tms-col-11,.tms-col-12,.tms-col,
   .tms-col-auto,.tms-col-sm-1,.tms-col-sm-2,.tms-col-sm-3,.tms-col-sm-4,.tms-col-sm-5,.tms-col-sm-6,.tms-col-sm-7,.tms-col-sm-8,.tms-col-sm-9,.tms-col-sm-10,.tms-col-sm-11,.tms-col-sm-12,.tms-col-sm,
   .tms-col-sm-auto,.tms-col-md-1,.tms-col-md-2,.tms-col-md-3,.tms-col-md-4,.tms-col-md-5,.tms-col-md-6,.tms-col-md-7,.tms-col-md-8,.tms-col-md-9,.tms-col-md-10,.tms-col-md-11,.tms-col-md-12,.tms-col-md,
   .tms-col-md-auto,.tms-col-lg-1,.tms-col-lg-2,.tms-col-lg-3,.tms-col-lg-4,.tms-col-lg-5,.tms-col-lg-6,.tms-col-lg-7,.tms-col-lg-8,.tms-col-lg-9,.tms-col-lg-10,.tms-col-lg-11,.tms-col-lg-12,.tms-col-lg,
   .tms-col-lg-auto,.tms-col-xl-1,.tms-col-xl-2,.tms-col-xl-3,.tms-col-xl-4,.tms-col-xl-5,.tms-col-xl-6,.tms-col-xl-7,.tms-col-xl-8,.tms-col-xl-9,.tms-col-xl-10,.tms-col-xl-11,.tms-col-xl-12,.tms-col-xl,
   .tms-col-xl-auto {
      position: relative;
      width: 100%;
      padding-right: 15px;
      padding-left: 15px;
    }

   .tms-col {
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -ms-flex-positive: 1;
      flex-grow: 1;
      max-width: 100%;
    }

   .tms-col-auto {
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: auto;
      max-width: 100%;
    }

 
    @media (min-width: 576px) {
     .tms-col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
      }

     .tms-col-sm-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
      }
     .tms-col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
      }
     .tms-col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
      }
     .tms-col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
      }
     .tms-col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
      }
     .tms-col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
      }
     .tms-col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
      }
     .tms-col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
      }
     .tms-col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
      }
     .tms-col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
      }
     .tms-col-sm-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
      }
     .tms-col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
      }

    }

    @media (min-width: 768px) {
     .tms-col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
      }

     .tms-col-md-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
      }
     .tms-col-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
      }
     .tms-col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
      }
     .tms-col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
      }
     .tms-col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
      }
     .tms-col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
      }
     .tms-col-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
      }
     .tms-col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
      }
     .tms-col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
      }
     .tms-col-md-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
      }
     .tms-col-md-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
      }
     .tms-col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
      }

     
    }

    @media (min-width: 992px) {
     .tms-col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
      }
     .tms-col-lg-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
      }
     .tms-col-lg-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
      }
     .tms-col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
      }
     .tms-col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
      }
     .tms-col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
      }
     .tms-col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
      }
     .tms-col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
      }
     .tms-col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
      }
     .tms-col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
      }
     .tms-col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
      }
     .tms-col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
      }
     .tms-col-lg-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
      }
     .tms-col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
      }

     
    }

    @media (min-width: 1200px) {
     .tms-col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
      }
     .tms-col-xl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
      }
     .tms-col-xl-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
      }
     .tms-col-xl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
      }
     .tms-col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
      }
     .tms-col-xl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
      }
     .tms-col-xl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
      }
     .tms-col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
      }
     .tms-col-xl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
      }
     .tms-col-xl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
      }
     .tms-col-xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
      }
     .tms-col-xl-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
      }
     .tms-col-xl-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
      }
     .tms-col-xl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
      }

     
    }

   .tms-table {
      width: 100%;
      margin-bottom: 1rem;
      color: #212529;
    }

   .tms-table th,
   .tms-table td {
      padding: 0.75rem;
      vertical-align: top;
      border-top: 1px solid #dee2e6;
    }

   .tms-table thead th {
      vertical-align: bottom;
      border-bottom: 2px solid #dee2e6;
    }

   .tms-table tbody + tbody {
      border-top: 2px solid #dee2e6;
    }

   .tms-table-sm th,
   .tms-table-sm td {
      padding: 0.3rem;
    }

   .tms-table-bordered {
      border: 1px solid #dee2e6;
    }

   .tms-table-bordered th,
   .tms-table-bordered td {
      border: 1px solid #dee2e6;
    }

   .tms-table-bordered thead th,
   .tms-table-bordered thead td {
      border-bottom-width: 2px;
    }

   .tms-table-borderless th,
   .tms-table-borderless td,
   .tms-table-borderless thead th,
   .tms-table-borderless tbody + tbody {
      border: 0;
    }

   .tms-table-striped tbody tr:nth-of-type(odd) {
      background-color: rgba(0, 0, 0, 0.05);
    }

   .tms-table-hover tbody tr:hover {
      color: #212529;
      background-color: rgba(0, 0, 0, 0.075);
    }

   .tms-table-primary,
   .tms-table-primary > th,
   .tms-table-primary > td {
      background-color: #b8daff;
    }

   .tms-table-primary th,
   .tms-table-primary td,
   .tms-table-primary thead th,
   .tms-table-primary tbody + tbody {
      border-color: #7abaff;
    }

   .tms-table-hover.tms-table-primary:hover {
      background-color: #9fcdff;
    }

   .tms-table-hover.tms-table-primary:hover > td,
   .tms-table-hover.tms-table-primary:hover > th {
      background-color: #9fcdff;
    }

   .tms-table-secondary,
   .tms-table-secondary > th,
   .tms-table-secondary > td {
      background-color: #d6d8db;
    }

   .tms-table-secondary th,
   .tms-table-secondary td,
   .tms-table-secondary thead th,
   .tms-table-secondary tbody + tbody {
      border-color: #b3b7bb;
    }

   .tms-table-hover.tms-table-secondary:hover {
      background-color: #c8cbcf;
    }

   .tms-table-hover.tms-table-secondary:hover > td,
   .tms-table-hover.tms-table-secondary:hover > th {
      background-color: #c8cbcf;
    }

   .tms-table-success,
   .tms-table-success > th,
   .tms-table-success > td {
      background-color: #c3e6cb;
    }

   .tms-table-success th,
   .tms-table-success td,
   .tms-table-success thead th,
   .tms-table-success tbody + tbody {
      border-color: #8fd19e;
    }

   .tms-table-hover.tms-table-success:hover {
      background-color: #b1dfbb;
    }

   .tms-table-hover.tms-table-success:hover > td,
   .tms-table-hover.tms-table-success:hover > th {
      background-color: #b1dfbb;
    }

   .tms-table-info,
   .tms-table-info > th,
   .tms-table-info > td {
      background-color: #bee5eb;
    }

   .tms-table-info th,
   .tms-table-info td,
   .tms-table-info thead th,
   .tms-table-info tbody + tbody {
      border-color: #86cfda;
    }

   .tms-table-hover.tms-table-info:hover {
      background-color: #abdde5;
    }

   .tms-table-hover.tms-table-info:hover > td,
   .tms-table-hover.tms-table-info:hover > th {
      background-color: #abdde5;
    }

   .tms-table-warning,
   .tms-table-warning > th,
   .tms-table-warning > td {
      background-color: #ffeeba;
    }

   .tms-table-warning th,
   .tms-table-warning td,
   .tms-table-warning thead th,
   .tms-table-warning tbody + tbody {
      border-color: #ffdf7e;
    }

   .tms-table-hover.tms-table-warning:hover {
      background-color: #ffe8a1;
    }

   .tms-table-hover.tms-table-warning:hover > td,
   .tms-table-hover.tms-table-warning:hover > th {
      background-color: #ffe8a1;
    }

   .tms-table-danger,
   .tms-table-danger > th,
   .tms-table-danger > td {
      background-color: #f5c6cb;
    }

   .tms-table-danger th,
   .tms-table-danger td,
   .tms-table-danger thead th,
   .tms-table-danger tbody + tbody {
      border-color: #ed969e;
    }

   .tms-table-hover.tms-table-danger:hover {
      background-color: #f1b0b7;
    }

   .tms-table-hover.tms-table-danger:hover > td,
   .tms-table-hover.tms-table-danger:hover > th {
      background-color: #f1b0b7;
    }

   .tms-table-light,
   .tms-table-light > th,
   .tms-table-light > td {
      background-color: #fdfdfe;
    }

   .tms-table-light th,
   .tms-table-light td,
   .tms-table-light thead th,
   .tms-table-light tbody + tbody {
      border-color: #fbfcfc;
    }

   .tms-table-hover.tms-table-light:hover {
      background-color: #ececf6;
    }

   .tms-table-hover.tms-table-light:hover > td,
   .tms-table-hover.tms-table-light:hover > th {
      background-color: #ececf6;
    }

   .tms-table-dark,
   .tms-table-dark > th,
   .tms-table-dark > td {
      background-color: #c6c8ca;
    }

   .tms-table-dark th,
   .tms-table-dark td,
   .tms-table-dark thead th,
   .tms-table-dark tbody + tbody {
      border-color: #95999c;
    }

   .tms-table-hover.tms-table-dark:hover {
      background-color: #b9bbbe;
    }

   .tms-table-hover.tms-table-dark:hover > td,
   .tms-table-hover.tms-table-dark:hover > th {
      background-color: #b9bbbe;
    }

   .tms-table-active,
   .tms-table-active > th,
   .tms-table-active > td {
      background-color: rgba(0, 0, 0, 0.075);
    }

   .tms-table-hover.tms-table-active:hover {
      background-color: rgba(0, 0, 0, 0.075);
    }

   .tms-table-hover.tms-table-active:hover > td,
   .tms-table-hover.tms-table-active:hover > th {
      background-color: rgba(0, 0, 0, 0.075);
    }

   .tms-table.tms-thead-dark th {
      color: #fff;
      background-color: #343a40;
      border-color: #454d55;
    }

   .tms-table.tms-thead-light th {
      color: #495057;
      background-color: #e9ecef;
      border-color: #dee2e6;
    }

   .tms-table-dark {
      color: #fff;
      background-color: #343a40;
    }

   .tms-table-dark th,
   .tms-table-dark td,
   .tms-table-dark thead th {
      border-color: #454d55;
    }

   .tms-table-dark.table-bordered {
      border: 0;
    }

   .tms-table-dark.table-striped tbody tr:nth-of-type(odd) {
      background-color: rgba(255, 255, 255, 0.05);
    }

   .tms-table-dark.table-hover tbody tr:hover {
      color: #fff;
      background-color: rgba(255, 255, 255, 0.075);
    }

    @media (max-width: 575.98px) {
     .tms-table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
      }
     .tms-table-responsive-sm >.tms-table-bordered {
        border: 0;
      }
    }




    @media (max-width: 767.98px) {
     .tms-table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
      }
     .tms-table-responsive-md >.tms-table-bordered {
        border: 0;
      }
    }

    @media (max-width: 991.98px) {
     .tms-table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
      }
     .tms-table-responsive-lg >.tms-table-bordered {
        border: 0;
      }

      .tms-credential-width {
        width: 100% !important;
      }


    }

    @media (max-width: 1199.98px) {
     .tms-table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
      }
     .tms-table-responsive-xl >.tms-table-bordered {
        border: 0;
      }
    }

   .tms-table-responsive {
      display: block;
      width: 100%;
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
    }

   .tms-table-responsive >.tms-table-bordered {
      border: 0;
    }

   .tms-form-control {
      display: block !important;
      width: 100%  !important;
      height: 40px !important;
      padding: 0.375rem 0.75rem  !important;
      font-size: 14px !important;
      font-weight: 400  !important;
      line-height: 1.5  !important;
      color: #495057  !important;
      background-color: #fff  !important;
      background-clip: padding-box  !important;
      border: 1px solid #ced4da  !important;
      border-radius: 0.25rem  !important;
      transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out  !important;
    }

    @media (prefers-reduced-motion: reduce) {
     .tms-form-control {
        transition: none;
      }
    }

   .tms-form-control::-ms-expand {
      background-color: transparent;
      border: 0;
    }

   .tms-form-control:focus {
      color: #495057;
      background-color: #fff;
      border-color: #80bdff;
      outline: 0;
      box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    }

   .tms-form-control::-webkit-input-placeholder {
      color: #6c757d;
      opacity: 1;
    }

   .tms-form-control::-moz-placeholder {
      color: #6c757d;
      opacity: 1;
    }

   .tms-form-control:-ms-input-placeholder {
      color: #6c757d;
      opacity: 1;
    }

   .tms-form-control::-ms-input-placeholder {
      color: #6c757d;
      opacity: 1;
    }

   .tms-form-control::placeholder {
      color: #6c757d;
      opacity: 1;
    }

   .tms-form-control:disabled{
      background-color: #e9ecef;
      opacity: 0.5;
      cursor: not-allowed;
    }

    select.form-control:focus::-ms-value {
      color: #495057;
      background-color: #fff;
    }

   .tms-form-control-file,
   .tms-form-control-range {
      display: block;
      width: 100%;
    }

   .tms-col-form-label {
      padding-top: calc(0.375rem + 1px);
      padding-bottom: calc(0.375rem + 1px);
      margin-bottom: 0;
      font-size: inherit;
      line-height: 1.5;
    }

   .tms-col-form-label-lg {
      padding-top: calc(0.5rem + 1px);
      padding-bottom: calc(0.5rem + 1px);
      font-size: 1.25rem;
      line-height: 1.5;
    }

   .tms-col-form-label-sm {
      padding-top: calc(0.25rem + 1px);
      padding-bottom: calc(0.25rem + 1px);
      font-size: 0.875rem;
      line-height: 1.5;
    }

   .tms-form-control-plaintext {
      display: block;
      width: 100%;
      padding-top: 0.375rem;
      padding-bottom: 0.375rem;
      margin-bottom: 0;
      line-height: 1.5;
      color: #212529;
      background-color: transparent;
      border: solid transparent;
      border-width: 1px 0;
    }

   .tms-form-control-plaintext.form-control-sm,.tms-form-control-plaintext.form-control-lg {
      padding-right: 0;
      padding-left: 0;
    }



    select.form-control[size], select.form-control[multiple] {
      height: auto;
    }

    textarea.form-control {
      height: auto;
    }

   .tms-form-group {
      margin-bottom: 1rem;
    }


   .tms-form-row {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-right: -5px;
      margin-left: -5px;
    }

   .tms-form-row >.tms-col,
   .tms-form-row > [class*="col-"] {
      padding-right: 5px;
      padding-left: 5px;
    }

   .tms-form-check {
      position: relative;
      display: block;
      padding-left: 1.25rem;
    }

   .tms-form-check-input {
      position: absolute;
      margin-top: 0.3rem;
      margin-left: -1.25rem;
    }

   .tms-form-check-input:disabled ~.tms-form-check-label {
      color: #6c757d;
    }

   .tms-form-check-label {
      margin-bottom: 0;
    }

   .tms-form-check-inline {
      display: -ms-inline-flexbox;
      display: inline-flex;
      -ms-flex-align: center;
      align-items: center;
      padding-left: 0;
      margin-right: 0.75rem;
    }

   .tms-form-check-inline.tms-form-check-input {
      position: static;
      margin-top: 0;
      margin-right: 0.3125rem;
      margin-left: 0;
    }

   .tms-valid-feedback {
      display: none;
      width: 100%;
      margin-top: 0.25rem;
      font-size: 80%;
      color: #28a745;
    }


   .tms-was-validated.tms-form-control:valid,.tms-form-control.is-valid {
      border-color: #28a745;
      padding-right: calc(1.5em + 0.75rem);
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
      background-repeat: no-repeat;
      background-position: center right calc(0.375em + 0.1875rem);
      background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
    }

   .tms-was-validated.tms-form-control:valid:focus,.tms-form-control.is-valid:focus {
      border-color: #28a745;
      box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
    }

   .tms-was-validated.tms-form-control:valid ~.tms-valid-feedback,
   .tms-was-validated.tms-form-control:valid ~.tms-valid-tooltip,.tms-form-control.is-valid ~.tms-valid-feedback,
   .tms-form-control.is-valid ~.tms-valid-tooltip {
      display: block;
    }

   .tms-was-validated textarea.form-control:valid, textarea.form-control.is-valid {
      padding-right: calc(1.5em + 0.75rem);
      background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
    }

   .tms-was-validated.tms-custom-select:valid,.tms-custom-select.is-valid {
      border-color: #28a745;
      padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
      background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
    }

   .tms-was-validated.tms-custom-select:valid:focus,.tms-custom-select.is-valid:focus {
      border-color: #28a745;
      box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
    }

 
   .tms-was-validated.tms-form-check-input:valid ~.tms-form-check-label,.tms-form-check-input.is-valid ~.tms-form-check-label {
      color: #28a745;
    }


   .tms-was-validated.tms-custom-control-input:valid ~.tms-custom-control-label,.tms-custom-control-input.is-valid ~.tms-custom-control-label {
      color: #28a745;
    }

   .tms-was-validated.tms-custom-control-input:valid ~.tms-custom-control-label::before,.tms-custom-control-input.is-valid ~.tms-custom-control-label::before {
      border-color: #28a745;
    }

   .tms-was-validated.tms-custom-control-input:valid ~.tms-valid-feedback,
   .tms-was-validated.tms-custom-control-input:valid ~.tms-valid-tooltip,.tms-custom-control-input.is-valid ~.tms-valid-feedback,
   .tms-custom-control-input.is-valid ~.tms-valid-tooltip {
      display: block;
    }

   .tms-was-validated.tms-custom-control-input:valid:checked ~.tms-custom-control-label::before,.tms-custom-control-input.is-valid:checked ~.tms-custom-control-label::before {
      border-color: #34ce57;
      background-color: #34ce57;
    }

   .tms-was-validated.tms-custom-control-input:valid:focus ~.tms-custom-control-label::before,.tms-custom-control-input.is-valid:focus ~.tms-custom-control-label::before {
      box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
    }

   .tms-was-validated.tms-custom-control-input:valid:focus:not(:checked) ~.tms-custom-control-label::before,.tms-custom-control-input.is-valid:focus:not(:checked) ~.tms-custom-control-label::before {
      border-color: #28a745;
    }

   .tms-was-validated.tms-custom-file-input:valid ~.tms-custom-file-label,.tms-custom-file-input.is-valid ~.tms-custom-file-label {
      border-color: #28a745;
    }

   .tms-was-validated.tms-custom-file-input:valid ~.tms-valid-feedback,
   .tms-was-validated.tms-custom-file-input:valid ~.tms-valid-tooltip,.tms-custom-file-input.is-valid ~.tms-valid-feedback,
   .tms-custom-file-input.is-valid ~.tms-valid-tooltip {
      display: block;
    }

   .tms-was-validated.tms-custom-file-input:valid:focus ~.tms-custom-file-label,.tms-custom-file-input.is-valid:focus ~.tms-custom-file-label {
      border-color: #28a745;
      box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
    }

   .tms-invalid-feedback {
      display: none;
      width: 100%;
      margin-top: 0.25rem;
      font-size: 80%;
      color: #dc3545;
    }

   .tms-invalid-tooltip {
      position: absolute;
      top: 100%;
      z-index: 5;
      display: none;
      max-width: 100%;
      padding: 0.25rem 0.5rem;
      margin-top:.1rem;
      font-size: 0.875rem;
      line-height: 1.5;
      color: #fff;
      background-color: rgba(220, 53, 69, 0.9);
      border-radius: 0.25rem;
    }

   .tms-was-validated.tms-form-control:invalid,.tms-form-control.is-invalid {
      border-color: #dc3545;
      padding-right: calc(1.5em + 0.75rem);
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
      background-repeat: no-repeat;
      background-position: center right calc(0.375em + 0.1875rem);
      background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
    }

   .tms-was-validated.tms-form-control:invalid:focus,.tms-form-control.is-invalid:focus {
      border-color: #dc3545;
      box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
    }

   .tms-was-validated.tms-form-control:invalid ~.tms-invalid-feedback,
   .tms-was-validated.tms-form-control:invalid ~.tms-invalid-tooltip,.tms-form-control.is-invalid ~.tms-invalid-feedback,
   .tms-form-control.is-invalid ~.tms-invalid-tooltip {
      display: block;
    }

   .tms-was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
      padding-right: calc(1.5em + 0.75rem);
      background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
    }

   .tms-was-validated.tms-custom-select:invalid,.tms-custom-select.is-invalid {
      border-color: #dc3545;
      padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
      background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
    }

   .tms-was-validated.tms-custom-select:invalid:focus,.tms-custom-select.is-invalid:focus {
      border-color: #dc3545;
      box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
    }

 
   .tms-was-validated.tms-form-control-file:invalid ~.tms-invalid-feedback,
   .tms-was-validated.tms-form-control-file:invalid ~.tms-invalid-tooltip,.tms-form-control-file.is-invalid ~.tms-invalid-feedback,
   .tms-form-control-file.is-invalid ~.tms-invalid-tooltip {
      display: block;
    }

   .tms-was-validated.tms-form-check-input:invalid ~.tms-form-check-label,.tms-form-check-input.is-invalid ~.tms-form-check-label {
      color: #dc3545;
    }

   .tms-was-validated.tms-form-check-input:invalid ~.tms-invalid-feedback,
   .tms-was-validated.tms-form-check-input:invalid ~.tms-invalid-tooltip,.tms-form-check-input.is-invalid ~.tms-invalid-feedback,
   .tms-form-check-input.is-invalid ~.tms-invalid-tooltip {
      display: block;
    }

   .tms-was-validated.tms-custom-control-input:invalid ~.tms-custom-control-label,.tms-custom-control-input.is-invalid ~.tms-custom-control-label {
      color: #dc3545;
    }

   .tms-was-validated.tms-custom-control-input:invalid ~.tms-custom-control-label::before,.tms-custom-control-input.is-invalid ~.tms-custom-control-label::before {
      border-color: #dc3545;
    }

   .tms-was-validated.tms-custom-control-input:invalid ~.tms-invalid-feedback,
   .tms-was-validated.tms-custom-control-input:invalid ~.tms-invalid-tooltip,.tms-custom-control-input.is-invalid ~.tms-invalid-feedback,
   .tms-custom-control-input.is-invalid ~.tms-invalid-tooltip {
      display: block;
    }

   .tms-was-validated.tms-custom-control-input:invalid:checked ~.tms-custom-control-label::before,.tms-custom-control-input.is-invalid:checked ~.tms-custom-control-label::before {
      border-color: #e4606d;
      background-color: #e4606d;
    }

   .tms-was-validated.tms-custom-control-input:invalid:focus ~.tms-custom-control-label::before,.tms-custom-control-input.is-invalid:focus ~.tms-custom-control-label::before {
      box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
    }

   .tms-was-validated.tms-custom-control-input:invalid:focus:not(:checked) ~.tms-custom-control-label::before,.tms-custom-control-input.is-invalid:focus:not(:checked) ~.tms-custom-control-label::before {
      border-color: #dc3545;
    }

   .tms-was-validated.tms-custom-file-input:invalid ~.tms-custom-file-label,.tms-custom-file-input.is-invalid ~.tms-custom-file-label {
      border-color: #dc3545;
    }

   .tms-was-validated.tms-custom-file-input:invalid ~.tms-invalid-feedback,
   .tms-was-validated.tms-custom-file-input:invalid ~.tms-invalid-tooltip,.tms-custom-file-input.is-invalid ~.tms-invalid-feedback,
   .tms-custom-file-input.is-invalid ~.tms-invalid-tooltip {
      display: block;
    }

   .tms-was-validated.tms-custom-file-input:invalid:focus ~.tms-custom-file-label,.tms-custom-file-input.is-invalid:focus ~.tms-custom-file-label {
      border-color: #dc3545;
      box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
    }

   .tms-form-inline {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      -ms-flex-align: center;
      align-items: center;
    }

   .tms-form-inline.tms-form-check {
      width: 100%;
    }

    @media (min-width: 576px) {
     .tms-form-inline label {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 0;
      }

     .tms-form-inline.tms-input-group,
     .tms-form-inline.tms-custom-select {
        width: auto;
      }
     .tms-form-inline.tms-form-check {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: auto;
        padding-left: 0;
      }

    }

   .tms-btn {
      display: inline-block;
      font-weight: 400;
      color: #212529;
      text-align: center;
      vertical-align: middle;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      background-color: transparent;
      border: 1px solid transparent;
      padding: 0.375rem 0.75rem;
      font-size: 1rem;
      line-height: 1.5;
      border-radius: 0.25rem;
      transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    }

    @media (prefers-reduced-motion: reduce) {
     .tms-btn {
        transition: none;
      }
    }

   .tms-btn:hover {
      color: #212529;
      text-decoration: none;
    }

   .tms-btn:focus,.tms-btn.focus {
      outline: 0;
      box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    }

   .tms-btn.disabled,.tms-btn:disabled {
      opacity: 0.65;
    }

    a.btn.disabled,
    fieldset:disabled a.btn {
      pointer-events: none;
    }

   .tms-btn-primary {
      color: #fff;
      background-color: #007bff;
      border-color: #007bff;
    }

   .tms-btn-primary:hover {
      color: #fff;
      background-color: #0069d9;
      border-color: #0062cc;
    }

   .tms-btn-primary:focus,.tms-btn-primary.focus {
      box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
    }

   .tms-btn-primary.disabled,.tms-btn-primary:disabled {
      color: #fff;
      background-color: #007bff;
      border-color: #007bff;
    }

   .tms-btn-primary:not(:disabled):not(.disabled):active,.tms-btn-primary:not(:disabled):not(.disabled).active,
   .tms-show >.tms-btn-primary.dropdown-toggle {
      color: #fff;
      background-color: #0062cc;
      border-color: #005cbf;
    }

   .tms-btn-primary:not(:disabled):not(.disabled):active:focus,.tms-btn-primary:not(:disabled):not(.disabled).active:focus,
   .tms-show >.tms-btn-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
    }

   .tms-btn-secondary {
      color: #fff;
      background-color: #6c757d;
      border-color: #6c757d;
    }

    .tms-btn-save{
        background-color: #ffffff !important;
        border: solid 1px #ced4da !important;
        color: #1f78d6 !important;
        font-size: 12px !important;
        border-width: 1px !important;
    }

   .tms-btn-secondary:hover {
    color: #d65555 !important;
    background-color: #ffffff !important;
    border-color: #b3b3b3 !important;
    background-image: none !important;
    }


   .tms-btn-secondary:focus,.tms-btn-secondary.focus {
      box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
    }

   .tms-btn-secondary.disabled,.tms-btn-secondary:disabled {
      color: #fff;
      background-color: #6c757d;
      border-color: #6c757d;
    }

   .tms-btn-secondary:not(:disabled):not(.disabled):active,.tms-btn-secondary:not(:disabled):not(.disabled).active,
   .tms-show >.tms-btn-secondary.dropdown-toggle {
      color: #fff;
      background-color: #545b62;
      border-color: #4e555b;
    }

   .tms-btn-secondary:not(:disabled):not(.disabled):active:focus,.tms-btn-secondary:not(:disabled):not(.disabled).active:focus,
   .tms-show >.tms-btn-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
    }

   .tms-btn-success {
      color: #fff;
      background-color: #28a745;
      border-color: #28a745;
    }

   .tms-btn-success:hover {
      color: #fff;
      background-color: #218838;
      border-color: #1e7e34;
    }

   .tms-btn-success:focus,.tms-btn-success.focus {
      box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
    }

   .tms-btn-success.disabled,.tms-btn-success:disabled {
      color: #fff;
      background-color: #28a745;
      border-color: #28a745;
    }

   .tms-btn-success:not(:disabled):not(.disabled):active,.tms-btn-success:not(:disabled):not(.disabled).active,
   .tms-show >.tms-btn-success.dropdown-toggle {
      color: #fff;
      background-color: #1e7e34;
      border-color: #1c7430;
    }

   .tms-btn-success:not(:disabled):not(.disabled):active:focus,.tms-btn-success:not(:disabled):not(.disabled).active:focus,
   .tms-show >.tms-btn-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
    }

   .tms-btn-info {
      color: #fff;
      background-color: #17a2b8;
      border-color: #17a2b8;
    }

   .tms-btn-info:hover {
      color: #fff;
      background-color: #138496;
      border-color: #117a8b;
    }

   .tms-btn-info:focus,.tms-btn-info.focus {
      box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
    }

   .tms-btn-info.disabled,.tms-btn-info:disabled {
      color: #fff;
      background-color: #17a2b8;
      border-color: #17a2b8;
    }

   .tms-btn-info:not(:disabled):not(.disabled):active,.tms-btn-info:not(:disabled):not(.disabled).active,
   .tms-show >.tms-btn-info.dropdown-toggle {
      color: #fff;
      background-color: #117a8b;
      border-color: #10707f;
    }

   .tms-btn-info:not(:disabled):not(.disabled):active:focus,.tms-btn-info:not(:disabled):not(.disabled).active:focus,
   .tms-show >.tms-btn-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
    }

   .tms-btn-warning {
      color: #212529;
      background-color: #ffc107;
      border-color: #ffc107;
    }

   .tms-btn-warning:hover {
      color: #212529;
      background-color: #e0a800;
      border-color: #d39e00;
    }

   .tms-btn-warning:focus,.tms-btn-warning.focus {
      box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
    }

   .tms-btn-warning.disabled,.tms-btn-warning:disabled {
      color: #212529;
      background-color: #ffc107;
      border-color: #ffc107;
    }

   .tms-btn-warning:not(:disabled):not(.disabled):active,.tms-btn-warning:not(:disabled):not(.disabled).active,
   .tms-show >.tms-btn-warning.dropdown-toggle {
      color: #212529;
      background-color: #d39e00;
      border-color: #c69500;
    }

   .tms-btn-warning:not(:disabled):not(.disabled):active:focus,.tms-btn-warning:not(:disabled):not(.disabled).active:focus,
   .tms-show >.tms-btn-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
    }

   .tms-btn-danger {
      color: #fff;
      background-color: #dc3545;
      border-color: #dc3545;
    }

   .tms-btn-danger:hover {
      color: #fff;
      background-color: #c82333;
      border-color: #bd2130;
    }

   .tms-btn-danger:focus,.tms-btn-danger.focus {
      box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
    }

   .tms-btn-danger.disabled,.tms-btn-danger:disabled {
      color: #fff;
      background-color: #dc3545;
      border-color: #dc3545;
    }

   .tms-btn-danger:not(:disabled):not(.disabled):active,.tms-btn-danger:not(:disabled):not(.disabled).active,
   .tms-show >.tms-btn-danger.dropdown-toggle {
      color: #fff;
      background-color: #bd2130;
      border-color: #b21f2d;
    }

   .tms-btn-danger:not(:disabled):not(.disabled):active:focus,.tms-btn-danger:not(:disabled):not(.disabled).active:focus,
   .tms-show >.tms-btn-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
    }

   .tms-btn-light {
      color: #212529;
      background-color: #f8f9fa;
      border-color: #f8f9fa;
    }

   .tms-btn-light:hover {
      color: #212529;
      background-color: #e2e6ea;
      border-color: #dae0e5;
    }

   .tms-btn-light:focus,.tms-btn-light.focus {
      box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
    }

   .tms-btn-light.disabled,.tms-btn-light:disabled {
      color: #212529;
      background-color: #f8f9fa;
      border-color: #f8f9fa;
    }

   .tms-btn-light:not(:disabled):not(.disabled):active,.tms-btn-light:not(:disabled):not(.disabled).active,
   .tms-show >.tms-btn-light.dropdown-toggle {
      color: #212529;
      background-color: #dae0e5;
      border-color: #d3d9df;
    }

   .tms-btn-light:not(:disabled):not(.disabled):active:focus,.tms-btn-light:not(:disabled):not(.disabled).active:focus,
   .tms-show >.tms-btn-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
    }

   .tms-btn-dark {
      color: #fff;
      background-color: #343a40;
      border-color: #343a40;
    }

   .tms-btn-dark:hover {
      color: #fff;
      background-color: #23272b;
      border-color: #1d2124;
    }

   .tms-btn-dark:focus,.tms-btn-dark.focus {
      box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
    }

   .tms-btn-dark.disabled,.tms-btn-dark:disabled {
      color: #fff;
      background-color: #343a40;
      border-color: #343a40;
    }

   .tms-btn-dark:not(:disabled):not(.disabled):active,.tms-btn-dark:not(:disabled):not(.disabled).active,
   .tms-show >.tms-btn-dark.dropdown-toggle {
      color: #fff;
      background-color: #1d2124;
      border-color: #171a1d;
    }

   .tms-btn-dark:not(:disabled):not(.disabled):active:focus,.tms-btn-dark:not(:disabled):not(.disabled).active:focus,
   .tms-show >.tms-btn-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
    }


   .tms-btn-outline-primary:not(:disabled):not(.disabled):active,.tms-btn-outline-primary:not(:disabled):not(.disabled).active,
   .tms-show >.tms-btn-outline-primary.dropdown-toggle {
      color: #fff;
      background-color: #007bff;
      border-color: #007bff;
    }

   .tms-btn-outline-primary:not(:disabled):not(.disabled):active:focus,.tms-btn-outline-primary:not(:disabled):not(.disabled).active:focus,
   .tms-show >.tms-btn-outline-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
    }



   .tms-btn-outline-secondary:not(:disabled):not(.disabled):active,.tms-btn-outline-secondary:not(:disabled):not(.disabled).active,
   .tms-show >.tms-btn-outline-secondary.dropdown-toggle {
      color: #fff;
      background-color: #6c757d;
      border-color: #6c757d;
    }

   .tms-btn-outline-secondary:not(:disabled):not(.disabled):active:focus,.tms-btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
   .tms-show >.tms-btn-outline-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
    }


 
   .tms-btn-outline-success:not(:disabled):not(.disabled):active,.tms-btn-outline-success:not(:disabled):not(.disabled).active,
   .tms-show >.tms-btn-outline-success.dropdown-toggle {
      color: #fff;
      background-color: #28a745;
      border-color: #28a745;
    }

   .tms-btn-outline-success:not(:disabled):not(.disabled):active:focus,.tms-btn-outline-success:not(:disabled):not(.disabled).active:focus,
   .tms-show >.tms-btn-outline-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
    }

 

   .tms-btn-outline-info:not(:disabled):not(.disabled):active,.tms-btn-outline-info:not(:disabled):not(.disabled).active,
   .tms-show >.tms-btn-outline-info.dropdown-toggle {
      color: #fff;
      background-color: #17a2b8;
      border-color: #17a2b8;
    }

   .tms-btn-outline-info:not(:disabled):not(.disabled):active:focus,.tms-btn-outline-info:not(:disabled):not(.disabled).active:focus,
   .tms-show >.tms-btn-outline-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
    }


   .tms-btn-outline-warning:not(:disabled):not(.disabled):active,.tms-btn-outline-warning:not(:disabled):not(.disabled).active,
   .tms-show >.tms-btn-outline-warning.dropdown-toggle {
      color: #212529;
      background-color: #ffc107;
      border-color: #ffc107;
    }

   .tms-btn-outline-warning:not(:disabled):not(.disabled):active:focus,.tms-btn-outline-warning:not(:disabled):not(.disabled).active:focus,
   .tms-show >.tms-btn-outline-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
    }



   .tms-btn-outline-danger:not(:disabled):not(.disabled):active,.tms-btn-outline-danger:not(:disabled):not(.disabled).active,
   .tms-show >.tms-btn-outline-danger.dropdown-toggle {
      color: #fff;
      background-color: #dc3545;
      border-color: #dc3545;
    }

   .tms-btn-outline-danger:not(:disabled):not(.disabled):active:focus,.tms-btn-outline-danger:not(:disabled):not(.disabled).active:focus,
   .tms-show >.tms-btn-outline-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
    }

F

   .tms-btn-outline-light:not(:disabled):not(.disabled):active,.tms-btn-outline-light:not(:disabled):not(.disabled).active,
   .tms-show >.tms-btn-outline-light.dropdown-toggle {
      color: #212529;
      background-color: #f8f9fa;
      border-color: #f8f9fa;
    }

   .tms-btn-outline-light:not(:disabled):not(.disabled):active:focus,.tms-btn-outline-light:not(:disabled):not(.disabled).active:focus,
   .tms-show >.tms-btn-outline-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
    }

 

   .tms-btn-outline-dark:not(:disabled):not(.disabled):active,.tms-btn-outline-dark:not(:disabled):not(.disabled).active,
   .tms-show >.tms-btn-outline-dark.dropdown-toggle {
      color: #fff;
      background-color: #343a40;
      border-color: #343a40;
    }

   .tms-btn-outline-dark:not(:disabled):not(.disabled):active:focus,.tms-btn-outline-dark:not(:disabled):not(.disabled).active:focus,
   .tms-show >.tms-btn-outline-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
    }



   .tms-btn-lg,.tms-btn-group-lg >.tms-btn {
      padding: 0.5rem 1rem;
      font-size: 1.25rem;
      line-height: 1.5;
      border-radius: 0.3rem;
    }

   .tms-btn-sm,.tms-btn-group-sm >.tms-btn {
      padding: 0.25rem 0.5rem;
      font-size: 0.875rem;
      line-height: 1.5;
      border-radius: 0.2rem;
    }

   .tms-btn-block {
      display: block;
      width: 100%;
    }

   .tms-btn-block +.tms-btn-block {
      margin-top: 0.5rem;
    }

    input[type="submit"].btn-block,
    input[type="reset"].btn-block,
    input[type="button"].btn-block {
      width: 100%;
    }

   .tms-fade {
      transition: opacity 0.15s linear;
    }

    @media (prefers-reduced-motion: reduce) {
     .tms-fade {
        transition: none;
      }
    }



   .tms-collapse:not(.show) {
      display: none;
    }

   .tms-collapsing {
      position: relative;
      height: 0;
      overflow: hidden;
      transition: height 0.35s ease;
    }


    @media (prefers-reduced-motion: reduce) {
     .tms-collapsing {
        transition: none;
      }
    }

   .tms-dropup,
   .tms-dropright,
   .tms-dropdown,
   .tms-dropleft {
      position: relative;
    }

   .tms-dropdown-toggle {
      white-space: nowrap;
    }

   .tms-dropdown-toggle::after {
      display: inline-block;
      margin-left: 0.255em;
      vertical-align: 0.255em;
      content: "";
      border-top: 0.3em solid;
      border-right: 0.3em solid transparent;
      border-bottom: 0;
      border-left: 0.3em solid transparent;
    }

   .tms-dropdown-toggle:empty::after {
      margin-left: 0;
    }

   .tms-dropdown-menu {
      position: absolute;
      top: 100%;
      left: 0;
      z-index: 1000;
      display: none;
      float: left;
      min-width: 10rem;
      padding: 0.5rem 0;
      margin: 0.125rem 0 0;
      font-size: 1rem;
      color: #212529;
      text-align: left;
      list-style: none;
      background-color: #fff;
      background-clip: padding-box;
      border: 1px solid rgba(0, 0, 0, 0.15);
      border-radius: 0.25rem;
    }

   .tms-dropdown-menu-left {
      right: auto;
      left: 0;
    }

   .tms-dropdown-menu-right {
      right: 0;
      left: auto;
    }

    @media (min-width: 576px) {
     .tms-dropdown-menu-sm-left {
        right: auto;
        left: 0;
      }
     .tms-dropdown-menu-sm-right {
        right: 0;
        left: auto;
      }
    }

    @media (min-width: 768px) {
     .tms-dropdown-menu-md-left {
        right: auto;
        left: 0;
      }
     .tms-dropdown-menu-md-right {
        right: 0;
        left: auto;
      }
    }

    @media (min-width: 992px) {
     .tms-dropdown-menu-lg-left {
        right: auto;
        left: 0;
      }
     .tms-dropdown-menu-lg-right {
        right: 0;
        left: auto;
      }
    }

    @media (min-width: 1200px) {
     .tms-dropdown-menu-xl-left {
        right: auto;
        left: 0;
      }
     .tms-dropdown-menu-xl-right {
        right: 0;
        left: auto;
      }
    }

   .tms-dropup.tms-dropdown-menu {
      top: auto;
      bottom: 100%;
      margin-top: 0;
      margin-bottom: 0.125rem;
    }

   .tms-dropup.tms-dropdown-toggle::after {
      display: inline-block;
      margin-left: 0.255em;
      vertical-align: 0.255em;
      content: "";
      border-top: 0;
      border-right: 0.3em solid transparent;
      border-bottom: 0.3em solid;
      border-left: 0.3em solid transparent;
    }

   .tms-dropup.tms-dropdown-toggle:empty::after {
      margin-left: 0;
    }

   .tms-dropright.tms-dropdown-menu {
      top: 0;
      right: auto;
      left: 100%;
      margin-top: 0;
      margin-left: 0.125rem;
    }

   .tms-dropright.tms-dropdown-toggle::after {
      display: inline-block;
      margin-left: 0.255em;
      vertical-align: 0.255em;
      content: "";
      border-top: 0.3em solid transparent;
      border-right: 0;
      border-bottom: 0.3em solid transparent;
      border-left: 0.3em solid;
    }

   .tms-dropright.tms-dropdown-toggle:empty::after {
      margin-left: 0;
    }

   .tms-dropright.tms-dropdown-toggle::after {
      vertical-align: 0;
    }

   .tms-dropleft.tms-dropdown-menu {
      top: 0;
      right: 100%;
      left: auto;
      margin-top: 0;
      margin-right: 0.125rem;
    }

   .tms-dropleft.tms-dropdown-toggle::after {
      display: inline-block;
      margin-left: 0.255em;
      vertical-align: 0.255em;
      content: "";
    }

   .tms-dropleft.tms-dropdown-toggle::after {
      display: none;
    }

   .tms-dropleft.tms-dropdown-toggle::before {
      display: inline-block;
      margin-right: 0.255em;
      vertical-align: 0.255em;
      content: "";
      border-top: 0.3em solid transparent;
      border-right: 0.3em solid;
      border-bottom: 0.3em solid transparent;
    }

   .tms-dropleft.tms-dropdown-toggle:empty::after {
      margin-left: 0;
    }

   .tms-dropleft.tms-dropdown-toggle::before {
      vertical-align: 0;
    }

   .tms-dropdown-menu[x-placement^="top"],.tms-dropdown-menu[x-placement^="right"],.tms-dropdown-menu[x-placement^="bottom"],.tms-dropdown-menu[x-placement^="left"] {
      right: auto;
      bottom: auto;
    }

   .tms-dropdown-divider {
      height: 0;
      margin: 0.5rem 0;
      overflow: hidden;
      border-top: 1px solid #e9ecef;
    }

   .tms-dropdown-item {
      display: block;
      width: 100%;
      padding: 0.25rem 1.5rem;
      clear: both;
      font-weight: 400;
      color: #212529;
      text-align: inherit;
      white-space: nowrap;
      background-color: transparent;
      border: 0;
    }

   .tms-dropdown-item:hover,.tms-dropdown-item:focus {
      color: #16181b;
      text-decoration: none;
      background-color: #f8f9fa;
    }

   .tms-dropdown-item.active,.tms-dropdown-item:active {
      color: #fff;
      text-decoration: none;
      background-color: #007bff;
    }

   .tms-dropdown-item.disabled,.tms-dropdown-item:disabled {
      color: #6c757d;
      pointer-events: none;
      background-color: transparent;
    }

   .tms-dropdown-menu.show {
      display: block;
    }

   .tms-dropdown-header {
      display: block;
      padding: 0.5rem 1.5rem;
      margin-bottom: 0;
      font-size: 0.875rem;
      color: #6c757d;
      white-space: nowrap;
    }

   .tms-dropdown-item-text {
      display: block;
      padding: 0.25rem 1.5rem;
      color: #212529;
    }



   .tms-btn-group >.tms-btn:focus,.tms-btn-group >.tms-btn:active,.tms-btn-group >.tms-btn.active,
   .tms-btn-group-vertical >.tms-btn:focus,
   .tms-btn-group-vertical >.tms-btn:active,
   .tms-btn-group-vertical >.tms-btn.active {
      z-index: 1;
    }

   .tms-btn-toolbar {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -ms-flex-pack: start;
      justify-content: flex-start;
    }

   .tms-btn-toolbar.tms-input-group {
      width: auto;
    }

   .tms-btn-group >.tms-btn:not(:first-child),
   .tms-btn-group >.tms-btn-group:not(:first-child) {
      margin-left: -1px;
    }

   .tms-btn-group >.tms-btn:not(:last-child):not(.dropdown-toggle),
   .tms-btn-group >.tms-btn-group:not(:last-child) >.tms-btn {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0;
    }

   .tms-btn-group >.tms-btn:not(:first-child),
   .tms-btn-group >.tms-btn-group:not(:first-child) >.tms-btn {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
    }

   .tms-dropdown-toggle-split {
      padding-right: 0.5625rem;
      padding-left: 0.5625rem;
    }

   .tms-dropdown-toggle-split::after,
   .tms-dropup.tms-dropdown-toggle-split::after,
   .tms-dropright.tms-dropdown-toggle-split::after {
      margin-left: 0;
    }

   .tms-dropleft.tms-dropdown-toggle-split::before {
      margin-right: 0;
    }

   .tms-btn-sm +.tms-dropdown-toggle-split,.tms-btn-group-sm >.tms-btn +.tms-dropdown-toggle-split {
      padding-right: 0.375rem;
      padding-left: 0.375rem;
    }

   .tms-btn-lg +.tms-dropdown-toggle-split,.tms-btn-group-lg >.tms-btn +.tms-dropdown-toggle-split {
      padding-right: 0.75rem;
      padding-left: 0.75rem;
    }

   .tms-btn-group-vertical {
      -ms-flex-direction: column;
      flex-direction: column;
      -ms-flex-align: start;
      align-items: flex-start;
      -ms-flex-pack: center;
      justify-content: center;
    }

   .tms-btn-group-vertical >.tms-btn,
   .tms-btn-group-vertical >.tms-btn-group {
      width: 100%;
    }

   .tms-btn-group-vertical >.tms-btn:not(:first-child),
   .tms-btn-group-vertical >.tms-btn-group:not(:first-child) {
      margin-top: -1px;
    }

   .tms-btn-group-vertical >.tms-btn:not(:last-child):not(.dropdown-toggle),
   .tms-btn-group-vertical >.tms-btn-group:not(:last-child) >.tms-btn {
      border-bottom-right-radius: 0;
      border-bottom-left-radius: 0;
    }

   .tms-btn-group-vertical >.tms-btn:not(:first-child),
   .tms-btn-group-vertical >.tms-btn-group:not(:first-child) >.tms-btn {
      border-top-left-radius: 0;
      border-top-right-radius: 0;
    }

   .tms-btn-group-toggle >.tms-btn,
   .tms-btn-group-toggle >.tms-btn-group >.tms-btn {
      margin-bottom: 0;
    }

   .tms-btn-group-toggle >.tms-btn input[type="radio"],
   .tms-btn-group-toggle >.tms-btn input[type="checkbox"],
   .tms-btn-group-toggle >.tms-btn-group >.tms-btn input[type="radio"],
   .tms-btn-group-toggle >.tms-btn-group >.tms-btn input[type="checkbox"] {
      position: absolute;
      clip: rect(0, 0, 0, 0);
      pointer-events: none;
    }

   .tms-input-group {
      position: relative;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -ms-flex-align: stretch;
      align-items: stretch;
      width: 100%;
    }

   .tms-input-group >.tms-form-control,
   .tms-input-group >.tms-form-control-plaintext,
   .tms-input-group >.tms-custom-select,
   .tms-input-group >.tms-custom-file {
      position: relative;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto;
      width: 1%;
      margin-bottom: 0;
    }

   .tms-input-group >.tms-form-control +.tms-form-control,
   .tms-input-group >.tms-form-control +.tms-custom-select,
   .tms-input-group >.tms-form-control +.tms-custom-file,
   .tms-input-group >.tms-form-control-plaintext +.tms-form-control,
   .tms-input-group >.tms-form-control-plaintext +.tms-custom-select,
   .tms-input-group >.tms-form-control-plaintext +.tms-custom-file,
   .tms-input-group >.tms-custom-select +.tms-form-control,
   .tms-input-group >.tms-custom-select +.tms-custom-select,
   .tms-input-group >.tms-custom-select +.tms-custom-file,
   .tms-input-group >.tms-custom-file +.tms-form-control,
   .tms-input-group >.tms-custom-file +.tms-custom-select,
   .tms-input-group >.tms-custom-file +.tms-custom-file {
      margin-left: -1px;
    }

   .tms-input-group >.tms-form-control:focus,
   .tms-input-group >.tms-custom-select:focus,
   .tms-input-group >.tms-custom-file.tms-custom-file-input:focus ~.tms-custom-file-label {
      z-index: 3;
    }

   .tms-input-group >.tms-custom-file.tms-custom-file-input:focus {
      z-index: 4;
    }

   .tms-input-group >.tms-form-control:not(:last-child),
   .tms-input-group >.tms-custom-select:not(:last-child) {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0;
    }

   .tms-input-group >.tms-form-control:not(:first-child),
   .tms-input-group >.tms-custom-select:not(:first-child) {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
    }

   .tms-input-group >.tms-custom-file {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
    }

   .tms-input-group >.tms-custom-file:not(:last-child).tms-custom-file-label,
   .tms-input-group >.tms-custom-file:not(:last-child).tms-custom-file-label::after {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0;
    }

   .tms-input-group >.tms-custom-file:not(:first-child).tms-custom-file-label {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
    }

   .tms-input-group-prepend,
   .tms-input-group-append {
      display: -ms-flexbox;
      display: flex;
    }



   .tms-input-group-prepend.tms-btn +.tms-btn,
   .tms-input-group-prepend.tms-btn +.tms-input-group-text,
   .tms-input-group-prepend.tms-input-group-text +.tms-input-group-text,
   .tms-input-group-prepend.tms-input-group-text +.tms-btn,
   .tms-input-group-append.tms-btn +.tms-btn,
   .tms-input-group-append.tms-btn +.tms-input-group-text,
   .tms-input-group-append.tms-input-group-text +.tms-input-group-text,
   .tms-input-group-append.tms-input-group-text +.tms-btn {
      margin-left: -1px;
    }

   .tms-input-group-prepend {
      margin-right: -1px;
    }

   .tms-input-group-append {
      margin-left: -1px;
    }

   .tms-input-group-text {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      padding: 0.375rem 0.75rem;
      margin-bottom: 0;
      font-size: 1rem;
      font-weight: 400;
      line-height: 1.5;
      color: #495057;
      text-align: center;
      white-space: nowrap;
      background-color: #e9ecef;
      border: 1px solid #ced4da;
      border-radius: 0.25rem;
    }

   .tms-input-group-text input[type="radio"],
   .tms-input-group-text input[type="checkbox"] {
      margin-top: 0;
    }

   .tms-input-group-lg >.tms-form-control:not(textarea),
   .tms-input-group-lg >.tms-custom-select {
      height: calc(1.5em + 1rem + 2px);
    }

   .tms-input-group-lg >.tms-form-control,
   .tms-input-group-lg >.tms-custom-select,
   .tms-input-group-lg >.tms-input-group-prepend >.tms-input-group-text,
   .tms-input-group-lg >.tms-input-group-append >.tms-input-group-text,
   .tms-input-group-lg >.tms-input-group-prepend >.tms-btn,
   .tms-input-group-lg >.tms-input-group-append >.tms-btn {
      padding: 0.5rem 1rem;
      font-size: 1.25rem;
      line-height: 1.5;
      border-radius: 0.3rem;
    }

   .tms-input-group-sm >.tms-form-control:not(textarea),
   .tms-input-group-sm >.tms-custom-select {
      height: calc(1.5em + 0.5rem + 2px);
    }

   .tms-input-group-sm >.tms-form-control,
   .tms-input-group-sm >.tms-custom-select,
   .tms-input-group-sm >.tms-input-group-prepend >.tms-input-group-text,
   .tms-input-group-sm >.tms-input-group-append >.tms-input-group-text,
   .tms-input-group-sm >.tms-input-group-prepend >.tms-btn,
   .tms-input-group-sm >.tms-input-group-append >.tms-btn {
      padding: 0.25rem 0.5rem;
      font-size: 0.875rem;
      line-height: 1.5;
      border-radius: 0.2rem;
    }

   .tms-input-group-lg >.tms-custom-select,
   .tms-input-group-sm >.tms-custom-select {
      padding-right: 1.75rem;
    }

   .tms-input-group >.tms-input-group-prepend >.tms-btn,
   .tms-input-group >.tms-input-group-prepend >.tms-input-group-text,
   .tms-input-group >.tms-input-group-append:not(:last-child) >.tms-btn,
   .tms-input-group >.tms-input-group-append:not(:last-child) >.tms-input-group-text,
   .tms-input-group >.tms-input-group-append:last-child >.tms-btn:not(:last-child):not(.dropdown-toggle),
   .tms-input-group >.tms-input-group-append:last-child >.tms-input-group-text:not(:last-child) {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0;
    }

   .tms-input-group >.tms-input-group-append >.tms-btn,
   .tms-input-group >.tms-input-group-append >.tms-input-group-text,
   .tms-input-group >.tms-input-group-prepend:not(:first-child) >.tms-btn,
   .tms-input-group >.tms-input-group-prepend:not(:first-child) >.tms-input-group-text,
   .tms-input-group >.tms-input-group-prepend:first-child >.tms-btn:not(:first-child),
   .tms-input-group >.tms-input-group-prepend:first-child >.tms-input-group-text:not(:first-child) {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
    }

   .tms-custom-control {
      position: relative;
      display: block;
      min-height: 1.5rem;
      padding-left: 1.5rem;
    }

   .tms-custom-control-inline {
      display: -ms-inline-flexbox;
      display: inline-flex;
      margin-right: 1rem;
    }

   .tms-custom-control-input {
      position: absolute;
      z-index: -1;
      opacity: 0;
    }

   .tms-custom-control-input:checked ~.tms-custom-control-label::before {
      color: #fff;
      border-color: #007bff;
      background-color: #007bff;
    }

    .tms-credential-width{
      width: 650px;
    }

    .tms-marginbottom15{
      margin-bottom: 15px !important;
    }

    .tms-width100{
      width: 100% !important;
    }

   .tms-custom-control-input:focus ~.tms-custom-control-label::before {
      box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    }

   .tms-custom-control-input:focus:not(:checked) ~.tms-custom-control-label::before {
      border-color: #80bdff;
    }

   .tms-custom-control-input:not(:disabled):active ~.tms-custom-control-label::before {
      color: #fff;
      background-color: #b3d7ff;
      border-color: #b3d7ff;
    }

   .tms-custom-control-input:disabled ~.tms-custom-control-label {
      color: #6c757d;
    }

   .tms-custom-control-input:disabled ~.tms-custom-control-label::before {
      background-color: #e9ecef;
    }

   .tms-custom-control-label {
      position: relative;
      margin-bottom: 0;
      vertical-align: top;
    }

   .tms-custom-control-label::before {
      position: absolute;
      top: 0.25rem;
      left: -1.5rem;
      display: block;
      width: 1rem;
      height: 1rem;
      pointer-events: none;
      content: "";
      background-color: #fff;
      border: #adb5bd solid 1px;
    }

   .tms-custom-control-label::after {
      position: absolute;
      top: 0.25rem;
      left: -1.5rem;
      display: block;
      width: 1rem;
      height: 1rem;
      content: "";
      background: no-repeat 50% / 50% 50%;
    }

   .tms-custom-checkbox.tms-custom-control-label::before {
      border-radius: 0.25rem;
    }

   .tms-custom-checkbox.tms-custom-control-input:checked ~.tms-custom-control-label::after {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
    }

   .tms-custom-checkbox.tms-custom-control-input:indeterminate ~.tms-custom-control-label::before {
      border-color: #007bff;
      background-color: #007bff;
    }

   .tms-custom-checkbox.tms-custom-control-input:indeterminate ~.tms-custom-control-label::after {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
    }

   .tms-custom-checkbox.tms-custom-control-input:disabled:checked ~.tms-custom-control-label::before {
      background-color: rgba(0, 123, 255, 0.5);
    }

   .tms-custom-checkbox.tms-custom-control-input:disabled:indeterminate ~.tms-custom-control-label::before {
      background-color: rgba(0, 123, 255, 0.5);
    }

   .tms-custom-radio.tms-custom-control-label::before {
      border-radius: 50%;
    }

   .tms-custom-radio.tms-custom-control-input:checked ~.tms-custom-control-label::after {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
    }

   .tms-custom-radio.tms-custom-control-input:disabled:checked ~.tms-custom-control-label::before {
      background-color: rgba(0, 123, 255, 0.5);
    }

   .tms-custom-switch {
      padding-left: 2.25rem;
    }

   .tms-custom-switch.tms-custom-control-label::before {
      left: -2.25rem;
      width: 1.75rem;
      pointer-events: all;
      border-radius: 0.5rem;
    }

   .tms-custom-switch.tms-custom-control-label::after {
      top: calc(0.25rem + 2px);
      left: calc(-2.25rem + 2px);
      width: calc(1rem - 4px);
      height: calc(1rem - 4px);
      background-color: #adb5bd;
      border-radius: 0.5rem;
      transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
      transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
      transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
    }

    @media (prefers-reduced-motion: reduce) {
     .tms-custom-switch.tms-custom-control-label::after {
        transition: none;
      }
    }

   .tms-custom-switch.tms-custom-control-input:checked ~.tms-custom-control-label::after {
      background-color: #fff;
      -webkit-transform: translateX(0.75rem);
      transform: translateX(0.75rem);
    }

   .tms-custom-switch.tms-custom-control-input:disabled:checked ~.tms-custom-control-label::before {
      background-color: rgba(0, 123, 255, 0.5);
    }

   .tms-custom-select {
      display: inline-block;
      width: 100%;
      height: calc(1.5em + 0.75rem + 2px);
      padding: 0.375rem 1.75rem 0.375rem 0.75rem;
      font-size: 1rem;
      font-weight: 400;
      line-height: 1.5;
      color: #495057;
      vertical-align: middle;
      background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
      background-color: #fff;
      border: 1px solid #ced4da;
      border-radius: 0.25rem;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
    }

   .tms-custom-select:focus {
      border-color: #80bdff;
      outline: 0;
      box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    }

   .tms-custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff;
    }

   .tms-custom-select[multiple],.tms-custom-select[size]:not([size="1"]) {
      height: auto;
      padding-right: 0.75rem;
      background-image: none;
    }

   .tms-custom-select:disabled {
      color: #6c757d;
      background-color: #e9ecef;
    }

   .tms-custom-select::-ms-expand {
      display: none;
    }

   .tms-custom-select-sm {
      height: calc(1.5em + 0.5rem + 2px);
      padding-top: 0.25rem;
      padding-bottom: 0.25rem;
      padding-left: 0.5rem;
      font-size: 0.875rem;
    }

   .tms-custom-select-lg {
      height: calc(1.5em + 1rem + 2px);
      padding-top: 0.5rem;
      padding-bottom: 0.5rem;
      padding-left: 1rem;
      font-size: 1.25rem;
    }

   .tms-custom-file {
      position: relative;
      display: inline-block;
      width: 100%;
      height: calc(1.5em + 0.75rem + 2px);
      margin-bottom: 0;
    }

   .tms-custom-file-input {
      position: relative;
      z-index: 2;
      width: 100%;
      height: calc(1.5em + 0.75rem + 2px);
      margin: 0;
      opacity: 0;
    }

   .tms-custom-file-input:focus ~.tms-custom-file-label {
      border-color: #80bdff;
      box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    }

   .tms-custom-file-input:disabled ~.tms-custom-file-label {
      background-color: #e9ecef;
    }

   .tms-custom-file-input:lang(en) ~.tms-custom-file-label::after {
      content: "Browse";
    }

   .tms-custom-file-input ~.tms-custom-file-label[data-browse]::after {
      content: attr(data-browse);
    }

   .tms-custom-file-label {
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      z-index: 1;
      height: calc(1.5em + 0.75rem + 2px);
      padding: 0.375rem 0.75rem;
      font-weight: 400;
      line-height: 1.5;
      color: #495057;
      background-color: #fff;
      border: 1px solid #ced4da;
      border-radius: 0.25rem;
    }

   .tms-custom-file-label::after {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      z-index: 3;
      display: block;
      height: calc(1.5em + 0.75rem);
      padding: 0.375rem 0.75rem;
      line-height: 1.5;
      color: #495057;
      content: "Browse";
      background-color: #e9ecef;
      border-left: inherit;
      border-radius: 0 0.25rem 0.25rem 0;
    }

   .tms-custom-range {
      width: 100%;
      height: calc(1rem + 0.4rem);
      padding: 0;
      background-color: transparent;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
    }

   .tms-custom-range:focus {
      outline: none;
    }

   .tms-custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    }

   .tms-custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    }

   .tms-custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    }

   .tms-custom-range::-moz-focus-outer {
      border: 0;
    }

   .tms-custom-range::-webkit-slider-thumb {
      width: 1rem;
      height: 1rem;
      margin-top: -0.25rem;
      background-color: #007bff;
      border: 0;
      border-radius: 1rem;
      transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
      -webkit-appearance: none;
      appearance: none;
    }

    @media (prefers-reduced-motion: reduce) {
     .tms-custom-range::-webkit-slider-thumb {
        transition: none;
      }
    }

   .tms-custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff;
    }

   .tms-custom-range::-webkit-slider-runnable-track {
      width: 100%;
      height: 0.5rem;
      color: transparent;
      cursor: pointer;
      background-color: #dee2e6;
      border-color: transparent;
      border-radius: 1rem;
    }

   .tms-custom-range::-moz-range-thumb {
      width: 1rem;
      height: 1rem;
      background-color: #007bff;
      border: 0;
      border-radius: 1rem;
      transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
      -moz-appearance: none;
      appearance: none;
    }

    @media (prefers-reduced-motion: reduce) {
     .tms-custom-range::-moz-range-thumb {
        transition: none;
      }
    }

   .tms-custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff;
    }

   .tms-custom-range::-moz-range-track {
      width: 100%;
      height: 0.5rem;
      color: transparent;
      cursor: pointer;
      background-color: #dee2e6;
      border-color: transparent;
      border-radius: 1rem;
    }

   .tms-custom-range::-ms-thumb {
      width: 1rem;
      height: 1rem;
      margin-top: 0;
      margin-right: 0.2rem;
      margin-left: 0.2rem;
      background-color: #007bff;
      border: 0;
      border-radius: 1rem;
      transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
      appearance: none;
    }

    @media (prefers-reduced-motion: reduce) {
     .tms-custom-range::-ms-thumb {
        transition: none;
      }
    }

   .tms-custom-range::-ms-thumb:active {
      background-color: #b3d7ff;
    }

   .tms-custom-range::-ms-track {
      width: 100%;
      height: 0.5rem;
      color: transparent;
      cursor: pointer;
      background-color: transparent;
      border-color: transparent;
      border-width: 0.5rem;
    }

   .tms-custom-range::-ms-fill-lower {
      background-color: #dee2e6;
      border-radius: 1rem;
    }

   .tms-custom-range::-ms-fill-upper {
      margin-right: 15px;
      background-color: #dee2e6;
      border-radius: 1rem;
    }

   .tms-custom-range:disabled::-webkit-slider-thumb {
      background-color: #adb5bd;
    }

   .tms-custom-range:disabled::-webkit-slider-runnable-track {
      cursor: default;
    }

   .tms-custom-range:disabled::-moz-range-thumb {
      background-color: #adb5bd;
    }

   .tms-custom-range:disabled::-moz-range-track {
      cursor: default;
    }

   .tms-custom-range:disabled::-ms-thumb {
      background-color: #adb5bd;
    }

   .tms-custom-control-label::before,
   .tms-custom-file-label,
   .tms-custom-select {
      transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    }

    @media (prefers-reduced-motion: reduce) {
     .tms-custom-control-label::before,
     .tms-custom-file-label,
     .tms-custom-select {
        transition: none;
      }
    }

   .tms-nav {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      padding-left: 0;
      margin-bottom: 0;
      list-style: none;
    }

   .tms-nav-link {
      display: block;
      padding: 0.5rem 1rem;
    }

   .tms-nav-link:hover,.tms-nav-link:focus {
      text-decoration: none;
    }

   .tms-nav-link.disabled {
      color: #6c757d;
      pointer-events: none;
      cursor: default;
    }

   .tms-nav-tabs {
      border-bottom: 1px solid #dee2e6;
    }

   .tms-nav-tabs.tms-nav-item {
      margin-bottom: -1px;
    }

   .tms-nav-tabs.tms-nav-link {
      border: 1px solid transparent;
      border-top-left-radius: 0.25rem;
      border-top-right-radius: 0.25rem;
    }

   .tms-nav-tabs.tms-nav-link:hover,.tms-nav-tabs.tms-nav-link:focus {
      border-color: #e9ecef #e9ecef #dee2e6;
    }

   .tms-nav-tabs.tms-nav-link.disabled {
      color: #6c757d;
      background-color: transparent;
      border-color: transparent;
    }

   .tms-nav-tabs.tms-nav-link.active,
   .tms-nav-tabs.tms-nav-item.show.tms-nav-link {
      color: #495057;
      background-color: #fff;
      border-color: #dee2e6 #dee2e6 #fff;
    }

   .tms-nav-tabs.tms-dropdown-menu {
      margin-top: -1px;
      border-top-left-radius: 0;
      border-top-right-radius: 0;
    }

   .tms-nav-pills.tms-nav-link {
      border-radius: 0.25rem;
    }

   .tms-nav-pills.tms-nav-link.active,
   .tms-nav-pills.tms-show >.tms-nav-link {
      color: #fff;
      background-color: #007bff;
    }

   .tms-nav-fill.tms-nav-item {
      -ms-flex: 1 1 auto;
      flex: 1 1 auto;
      text-align: center;
    }

   .tms-nav-justified.tms-nav-item {
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -ms-flex-positive: 1;
      flex-grow: 1;
      text-align: center;
    }

   .tms-tab-content >.tms-tab-pane {
      display: none;
    }

   .tms-tab-content >.tms-active {
      display: block;
    }

   .tms-navbar {
      position: relative;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: justify;
      justify-content: space-between;
      padding: 0.5rem 1rem;
    }


   .tms-navbar-brand {
      display: inline-block;
      padding-top: 0.3125rem;
      padding-bottom: 0.3125rem;
      margin-right: 1rem;
      font-size: 1.25rem;
      line-height: inherit;
      white-space: nowrap;
    }

   .tms-navbar-brand:hover,.tms-navbar-brand:focus {
      text-decoration: none;
    }

   .tms-navbar-nav {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column;
      padding-left: 0;
      margin-bottom: 0;
      list-style: none;
    }

   .tms-navbar-nav.tms-nav-link {
      padding-right: 0;
      padding-left: 0;
    }

   .tms-navbar-nav.tms-dropdown-menu {
      position: static;
      float: none;
    }

   .tms-navbar-text {
      display: inline-block;
      padding-top: 0.5rem;
      padding-bottom: 0.5rem;
    }

   .tms-navbar-collapse {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      -ms-flex-positive: 1;
      flex-grow: 1;
      -ms-flex-align: center;
      align-items: center;
    }

   .tms-navbar-toggler {
      padding: 0.25rem 0.75rem;
      font-size: 1.25rem;
      line-height: 1;
      background-color: transparent;
      border: 1px solid transparent;
      border-radius: 0.25rem;
    }

   .tms-navbar-toggler:hover,.tms-navbar-toggler:focus {
      text-decoration: none;
    }

   .tms-navbar-toggler-icon {
      display: inline-block;
      width: 1.5em;
      height: 1.5em;
      vertical-align: middle;
      content: "";
      background: no-repeat center center;
      background-size: 100% 100%;
    }

    @media (max-width: 575.98px) {
     .tms-navbar-expand-sm >.tms-container,
     .tms-navbar-expand-sm >.tms-container-fluid {
        padding-right: 0;
        padding-left: 0;
      }
    }

    @media (min-width: 576px) {
     .tms-navbar-expand-sm {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
      }
     .tms-navbar-expand-sm.tms-navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row;
      }
     .tms-navbar-expand-sm.tms-navbar-nav.tms-dropdown-menu {
        position: absolute;
      }
     .tms-navbar-expand-sm.tms-navbar-nav.tms-nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
      }
     .tms-navbar-expand-sm >.tms-container,
     .tms-navbar-expand-sm >.tms-container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
      }
     .tms-navbar-expand-sm.tms-navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
      }
     .tms-navbar-expand-sm.tms-navbar-toggler {
        display: none;
      }
    }

    @media (max-width: 767.98px) {
     .tms-navbar-expand-md >.tms-container,
     .tms-navbar-expand-md >.tms-container-fluid {
        padding-right: 0;
        padding-left: 0;
      }
    }

    @media (min-width: 768px) {
     .tms-navbar-expand-md {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
      }
     .tms-navbar-expand-md.tms-navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row;
      }
     .tms-navbar-expand-md.tms-navbar-nav.tms-dropdown-menu {
        position: absolute;
      }
     .tms-navbar-expand-md.tms-navbar-nav.tms-nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
      }
     .tms-navbar-expand-md >.tms-container,
     .tms-navbar-expand-md >.tms-container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
      }
     .tms-navbar-expand-md.tms-navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
      }
     .tms-navbar-expand-md.tms-navbar-toggler {
        display: none;
      }
    }

    @media (max-width: 991.98px) {
     .tms-navbar-expand-lg >.tms-container,
     .tms-navbar-expand-lg >.tms-container-fluid {
        padding-right: 0;
        padding-left: 0;
      }
    }

    @media (min-width: 992px) {
     .tms-navbar-expand-lg {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
      }
     .tms-navbar-expand-lg.tms-navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row;
      }
     .tms-navbar-expand-lg.tms-navbar-nav.tms-dropdown-menu {
        position: absolute;
      }
     .tms-navbar-expand-lg.tms-navbar-nav.tms-nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
      }
     .tms-navbar-expand-lg >.tms-container,
     .tms-navbar-expand-lg >.tms-container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
      }
     .tms-navbar-expand-lg.tms-navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
      }
     .tms-navbar-expand-lg.tms-navbar-toggler {
        display: none;
      }
    }

    @media (max-width: 1199.98px) {
     .tms-navbar-expand-xl >.tms-container,
     .tms-navbar-expand-xl >.tms-container-fluid {
        padding-right: 0;
        padding-left: 0;
      }
    }

    @media (min-width: 1200px) {
     .tms-navbar-expand-xl {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
      }
     .tms-navbar-expand-xl.tms-navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row;
      }
     .tms-navbar-expand-xl.tms-navbar-nav.tms-dropdown-menu {
        position: absolute;
      }
     .tms-navbar-expand-xl.tms-navbar-nav.tms-nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
      }
     .tms-navbar-expand-xl >.tms-container,
     .tms-navbar-expand-xl >.tms-container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
      }
     .tms-navbar-expand-xl.tms-navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
      }
     .tms-navbar-expand-xl.tms-navbar-toggler {
        display: none;
      }
    }

   .tms-navbar-expand {
      -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
      -ms-flex-pack: start;
      justify-content: flex-start;
    }

   .tms-navbar-expand >.tms-container,
   .tms-navbar-expand >.tms-container-fluid {
      padding-right: 0;
      padding-left: 0;
    }

   .tms-navbar-expand.tms-navbar-nav {
      -ms-flex-direction: row;
      flex-direction: row;
    }

   .tms-navbar-expand.tms-navbar-nav.tms-dropdown-menu {
      position: absolute;
    }

   .tms-navbar-expand.tms-navbar-nav.tms-nav-link {
      padding-right: 0.5rem;
      padding-left: 0.5rem;
    }

   .tms-navbar-expand >.tms-container,
   .tms-navbar-expand >.tms-container-fluid {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
    }

   .tms-navbar-expand.tms-navbar-collapse {
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
      flex-basis: auto;
    }

   .tms-navbar-expand.tms-navbar-toggler {
      display: none;
    }

   .tms-navbar-light.tms-navbar-brand {
      color: rgba(0, 0, 0, 0.9);
    }

   .tms-navbar-light.tms-navbar-brand:hover,.tms-navbar-light.tms-navbar-brand:focus {
      color: rgba(0, 0, 0, 0.9);
    }

   .tms-navbar-light.tms-navbar-nav.tms-nav-link {
      color: rgba(0, 0, 0, 0.5);
    }

   .tms-navbar-light.tms-navbar-nav.tms-nav-link:hover,.tms-navbar-light.tms-navbar-nav.tms-nav-link:focus {
      color: rgba(0, 0, 0, 0.7);
    }

   .tms-navbar-light.tms-navbar-nav.tms-nav-link.disabled {
      color: rgba(0, 0, 0, 0.3);
    }

   .tms-navbar-light.tms-navbar-nav.tms-show >.tms-nav-link,
   .tms-navbar-light.tms-navbar-nav.tms-active >.tms-nav-link,
   .tms-navbar-light.tms-navbar-nav.tms-nav-link.show,
   .tms-navbar-light.tms-navbar-nav.tms-nav-link.active {
      color: rgba(0, 0, 0, 0.9);
    }

   .tms-navbar-light.tms-navbar-toggler {
      color: rgba(0, 0, 0, 0.5);
      border-color: rgba(0, 0, 0, 0.1);
    }

   .tms-navbar-light.tms-navbar-toggler-icon {
      background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    }

   .tms-navbar-light.tms-navbar-text {
      color: rgba(0, 0, 0, 0.5);
    }

   .tms-navbar-light.tms-navbar-text a {
      color: rgba(0, 0, 0, 0.9);
    }

   .tms-navbar-light.tms-navbar-text a:hover,.tms-navbar-light.tms-navbar-text a:focus {
      color: rgba(0, 0, 0, 0.9);
    }

   .tms-navbar-dark.tms-navbar-brand {
      color: #fff;
    }

   .tms-navbar-dark.tms-navbar-brand:hover,.tms-navbar-dark.tms-navbar-brand:focus {
      color: #fff;
    }

   .tms-navbar-dark.tms-navbar-nav.tms-nav-link {
      color: rgba(255, 255, 255, 0.5);
    }

   .tms-navbar-dark.tms-navbar-nav.tms-nav-link:hover,.tms-navbar-dark.tms-navbar-nav.tms-nav-link:focus {
      color: rgba(255, 255, 255, 0.75);
    }

   .tms-navbar-dark.tms-navbar-nav.tms-nav-link.disabled {
      color: rgba(255, 255, 255, 0.25);
    }

   .tms-navbar-dark.tms-navbar-nav.tms-show >.tms-nav-link,
   .tms-navbar-dark.tms-navbar-nav.tms-active >.tms-nav-link,
   .tms-navbar-dark.tms-navbar-nav.tms-nav-link.show,
   .tms-navbar-dark.tms-navbar-nav.tms-nav-link.active {
      color: #fff;
    }

   .tms-navbar-dark.tms-navbar-toggler {
      color: rgba(255, 255, 255, 0.5);
      border-color: rgba(255, 255, 255, 0.1);
    }

   .tms-navbar-dark.tms-navbar-toggler-icon {
      background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    }

   .tms-navbar-dark.tms-navbar-text {
      color: rgba(255, 255, 255, 0.5);
    }

   .tms-navbar-dark.tms-navbar-text a {
      color: #fff;
    }

   .tms-navbar-dark.tms-navbar-text a:hover,.tms-navbar-dark.tms-navbar-text a:focus {
      color: #fff;
    }

   .tms-card {
      position: relative;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column;
      min-width: 0;
      word-wrap: break-word;
      background-color: #fff;
      background-clip: border-box;
      border: 1px solid rgba(0, 0, 0, 0.125);
      border-radius: 0.25rem;
    }

   .tms-card > hr {
      margin-right: 0;
      margin-left: 0;
    }

   .tms-card >.tms-list-group:first-child.tms-list-group-item:first-child {
      border-top-left-radius: 0.25rem;
      border-top-right-radius: 0.25rem;
    }

   .tms-card >.tms-list-group:last-child.tms-list-group-item:last-child {
      border-bottom-right-radius: 0.25rem;
      border-bottom-left-radius: 0.25rem;
    }

   .tms-card-body {
      -ms-flex: 1 1 auto;
      flex: 1 1 auto;
      padding: 1.25rem;
    }

   .tms-card-title {
      margin-bottom: 0.75rem;
    }

   .tms-card-subtitle {
      margin-top: -0.375rem;
      margin-bottom: 0;
    }

   .tms-card-text:last-child {
      margin-bottom: 0;
    }

   .tms-card-link:hover {
      text-decoration: none;
    }

   .tms-card-link +.tms-card-link {
      margin-left: 1.25rem;
    }

   .tms-card-header {
      padding: 0.75rem 1.25rem;
      margin-bottom: 0;
      background-color: rgba(0, 0, 0, 0.03);
      border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    }

   .tms-card-header:first-child {
      border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
    }

   .tms-card-header +.tms-list-group.tms-list-group-item:first-child {
      border-top: 0;
    }

   .tms-card-footer {
      padding: 0.75rem 1.25rem;
      background-color: rgba(0, 0, 0, 0.03);
      border-top: 1px solid rgba(0, 0, 0, 0.125);
    }

   .tms-card-footer:last-child {
      border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
    }

   .tms-card-header-tabs {
      margin-right: -0.625rem;
      margin-bottom: -0.75rem;
      margin-left: -0.625rem;
      border-bottom: 0;
    }

   .tms-card-header-pills {
      margin-right: -0.625rem;
      margin-left: -0.625rem;
    }

   .tms-card-img-overlay {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      padding: 1.25rem;
    }

   .tms-card-img {
      width: 100%;
      border-radius: calc(0.25rem - 1px);
    }

   .tms-card-img-top {
      width: 100%;
      border-top-left-radius: calc(0.25rem - 1px);
      border-top-right-radius: calc(0.25rem - 1px);
    }

   .tms-card-img-bottom {
      width: 100%;
      border-bottom-right-radius: calc(0.25rem - 1px);
      border-bottom-left-radius: calc(0.25rem - 1px);
    }

   .tms-card-deck {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column;
    }

   .tms-card-deck.tms-card {
      margin-bottom: 15px;
    }

    @media (min-width: 576px) {
     .tms-card-deck {
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px;
      }
     .tms-card-deck.tms-card {
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px;
      }
    }

   .tms-card-group {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column;
    }

   .tms-card-group >.tms-card {
      margin-bottom: 15px;
    }

    @media (min-width: 576px) {
     .tms-card-group {
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
      }
     .tms-card-group >.tms-card {
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-bottom: 0;
      }
     .tms-card-group >.tms-card +.tms-card {
        margin-left: 0;
        border-left: 0;
      }
     .tms-card-group >.tms-card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
      }
     .tms-card-group >.tms-card:not(:last-child).tms-card-img-top,
     .tms-card-group >.tms-card:not(:last-child).tms-card-header {
        border-top-right-radius: 0;
      }
     .tms-card-group >.tms-card:not(:last-child).tms-card-img-bottom,
     .tms-card-group >.tms-card:not(:last-child).tms-card-footer {
        border-bottom-right-radius: 0;
      }
     .tms-card-group >.tms-card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
      }
     .tms-card-group >.tms-card:not(:first-child).tms-card-img-top,
     .tms-card-group >.tms-card:not(:first-child).tms-card-header {
        border-top-left-radius: 0;
      }
     .tms-card-group >.tms-card:not(:first-child).tms-card-img-bottom,
     .tms-card-group >.tms-card:not(:first-child).tms-card-footer {
        border-bottom-left-radius: 0;
      }
    }

   .tms-card-columns.tms-card {
      margin-bottom: 0.75rem;
    }

    @media (min-width: 576px) {
     .tms-card-columns {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1;
      }
     .tms-card-columns.tms-card {
        display: inline-block;
        width: 100%;
      }
    }

   .tms-accordion >.tms-card {
      overflow: hidden;
    }

   .tms-accordion >.tms-card:not(:first-of-type).tms-card-header:first-child {
      border-radius: 0;
    }

   .tms-accordion >.tms-card:not(:first-of-type):not(:last-of-type) {
      border-bottom: 0;
      border-radius: 0;
    }

   .tms-accordion >.tms-card:first-of-type {
      border-bottom: 0;
      border-bottom-right-radius: 0;
      border-bottom-left-radius: 0;
    }

   .tms-accordion >.tms-card:last-of-type {
      border-top-left-radius: 0;
      border-top-right-radius: 0;
    }

   .tms-accordion >.tms-card.tms-card-header {
      margin-bottom: -1px;
    }

    li.tms-breadcrumb-item {
      padding-left: 0.5rem;
    }

    a.breadCrumbState {
      color: #D80006;
      font-size: 14px;
      text-decoration: none;
      background-color: transparent;
    }

    .tms-breadcrumb-item +.tms-breadcrumb-item::before {
      display: inline-block;
      padding-right: 0.5rem;
      color: #6c757d;
      content: "/";
    }

    .tms-breadcrumb-dtr{
      background: white;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      padding: 0 57px;
      margin-bottom: 0;
      list-style: none;
      border-radius: .25rem;
      margin-left: 0;
      margin: 0 0 20px 30px;
    }

   .tms-breadcrumb {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      padding: 0.75rem 1rem;
      margin-bottom: 1rem;
      list-style: none;
      border-radius: 0.25rem;
      background:white; 
      margin-left:0
    }

    .tms-breadcrumb li{
      display: inline
    }

    .tms-breadcrumb-dtr li{
      display: inline
    }

   .tms-breadcrumb-item +.tms-breadcrumb-item {
      padding-left: 0.5rem;
    }

   .tms-breadcrumb-item +.tms-breadcrumb-item::before {
      display: inline-block;
      padding-right: 0.5rem;
      color: #6c757d;
      content: "/";
    }

   .tms-breadcrumb-item +.tms-breadcrumb-item:hover::before {
      text-decoration: underline;
    }

   .tms-breadcrumb-item +.tms-breadcrumb-item:hover::before {
      text-decoration: none;
    }

    .tms-a_website{
      color: #777777 !important;
    }

   .tms-breadcrumb-item.active {
      color: #6c757d;
    }

   .tms-pagination {
      display: -ms-flexbox;
      display: flex;
      padding-left: 0;
      list-style: none;
      border-radius: 0.25rem;
    }

   .tms-page-link {
      position: relative;
      display: block;
      padding: 0.5rem 0.75rem;
      margin-left: -1px;
      line-height: 1.25;
      color: #007bff;
      background-color: #fff;
      border: 1px solid #dee2e6;
    }

   .tms-page-link:hover {
      z-index: 2;
      color: #0056b3;
      text-decoration: none;
      background-color: #e9ecef;
      border-color: #dee2e6;
    }

   .tms-page-link:focus {
      z-index: 2;
      outline: 0;
      box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    }

   .tms-page-item:first-child.tms-page-link {
      margin-left: 0;
      border-top-left-radius: 0.25rem;
      border-bottom-left-radius: 0.25rem;
    }

   .tms-page-item:last-child.tms-page-link {
      border-top-right-radius: 0.25rem;
      border-bottom-right-radius: 0.25rem;
    }

   .tms-page-item.active.tms-page-link {
      z-index: 1;
      color: #fff;
      background-color: #007bff;
      border-color: #007bff;
    }

   .tms-page-item.disabled.tms-page-link {
      color: #6c757d;
      pointer-events: none;
      cursor: auto;
      background-color: #fff;
      border-color: #dee2e6;
    }

   .tms-pagination-lg.tms-page-link {
      padding: 0.75rem 1.5rem;
      font-size: 1.25rem;
      line-height: 1.5;
    }

   .tms-pagination-lg.tms-page-item:first-child.tms-page-link {
      border-top-left-radius: 0.3rem;
      border-bottom-left-radius: 0.3rem;
    }

   .tms-pagination-lg.tms-page-item:last-child.tms-page-link {
      border-top-right-radius: 0.3rem;
      border-bottom-right-radius: 0.3rem;
    }

   .tms-pagination-sm.tms-page-link {
      padding: 0.25rem 0.5rem;
      font-size: 0.875rem;
      line-height: 1.5;
    }

   .tms-pagination-sm.tms-page-item:first-child.tms-page-link {
      border-top-left-radius: 0.2rem;
      border-bottom-left-radius: 0.2rem;
    }

   .tms-pagination-sm.tms-page-item:last-child.tms-page-link {
      border-top-right-radius: 0.2rem;
      border-bottom-right-radius: 0.2rem;
    }

   .tms-badge {
      display: block !important;
      margin-left: 10px;
      position: absolute;
      font-family: 'Karla', sans-serif;
      padding: 3px !important;
      bottom: 9px;
      width: 17px;
      font-size: 11px !important;
      font-weight: 700;
      text-align: center;
      white-space: nowrap;
      border-radius: 15px;
      transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    }

    @media (prefers-reduced-motion: reduce) {
     .tms-badge {
        transition: none;
      }
    }

    a.badge:hover, a.badge:focus {
      text-decoration: none;
    }

   .tms-badge:empty {
      display: none;
    }

   .tms-btn.tms-badge {
      position: relative;
      top: -1px;
    }

   .tms-badge-pill {
      padding-right: 0.6em;
      padding-left: 0.6em;
      border-radius: 10rem;
    }

   .tms-badge-primary {
      color: #fff;
      background-color: #007bff;
    }

    a.badge-primary:hover, a.badge-primary:focus {
      color: #fff;
      background-color: #0062cc;
    }

    a.badge-primary:focus, a.badge-primary.focus {
      outline: 0;
      box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
    }

   .tms-badge-secondary {
      color: #fff;
      background-color: #d0a526 !important;
    }

    a.badge-secondary:hover, a.badge-secondary:focus {
      color: #fff;
      background-color: #545b62;
    }

    a.badge-secondary:focus, a.badge-secondary.focus {
      outline: 0;
      box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
    }

   .tms-badge-success {
      color: #fff;
      background-color: #28a745;
    }

    a.badge-success:hover, a.badge-success:focus {
      color: #fff;
      background-color: #1e7e34;
    }

    a.badge-success:focus, a.badge-success.focus {
      outline: 0;
      box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
    }

   .tms-badge-info {
      color: #fff;
      background-color: #17a2b8;
    }

    a.badge-info:hover, a.badge-info:focus {
      color: #fff;
      background-color: #117a8b;
    }

    a.badge-info:focus, a.badge-info.focus {
      outline: 0;
      box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
    }

   .tms-badge-warning {
      color: #212529;
      background-color: #ffc107;
    }

    a.badge-warning:hover, a.badge-warning:focus {
      color: #212529;
      background-color: #d39e00;
    }

    a.badge-warning:focus, a.badge-warning.focus {
      outline: 0;
      box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
    }

   .tms-badge-danger {
      color: #fff;
      background-color: #dc3545;
    }

    a.badge-danger:hover, a.badge-danger:focus {
      color: #fff;
      background-color: #bd2130;
    }

    a.badge-danger:focus, a.badge-danger.focus {
      outline: 0;
      box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
    }

   .tms-badge-light {
      color: #212529;
      background-color: #f8f9fa;
    }

    a.badge-light:hover, a.badge-light:focus {
      color: #212529;
      background-color: #dae0e5;
    }

    a.badge-light:focus, a.badge-light.focus {
      outline: 0;
      box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
    }

   .tms-badge-dark {
      color: #fff;
      background-color: #343a40;
    }

    a.badge-dark:hover, a.badge-dark:focus {
      color: #fff;
      background-color: #1d2124;
    }

    a.badge-dark:focus, a.badge-dark.focus {
      outline: 0;
      box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
    }

   .tms-jumbotron {
      padding: 2rem 1rem;
      margin-bottom: 2rem;
      background-color: #e9ecef;
      border-radius: 0.3rem;
    }

    @media (min-width: 576px) {
     .tms-jumbotron {
        padding: 4rem 2rem;
      }
    }

   .tms-jumbotron-fluid {
      padding-right: 0;
      padding-left: 0;
      border-radius: 0;
    }

   .tms-alert {
      position: relative;
      padding: 0.75rem 1.25rem;
      margin-bottom: 1rem;
      border: 1px solid transparent;
      border-radius: 0.25rem;
    }

   .tms-alert-heading {
      color: inherit;
    }

   .tms-alert-link {
      font-weight: 700;
    }

   .tms-alert-dismissible {
      padding-right: 4rem;
    }

   .tms-alert-dismissible.tms-close {
      position: absolute;
      top: 0;
      right: 0;
      padding: 0.75rem 1.25rem;
      color: inherit;
    }

   .tms-alert-primary {
      color: #004085;
      background-color: #cce5ff;
      border-color: #b8daff;
    }

   .tms-alert-primary hr {
      border-top-color: #9fcdff;
    }

   .tms-alert-primary.tms-alert-link {
      color: #002752;
    }

   .tms-alert-secondary {
      color: #383d41;
      background-color: #e2e3e5;
      border-color: #d6d8db;
    }

   .tms-alert-secondary hr {
      border-top-color: #c8cbcf;
    }

   .tms-alert-secondary.tms-alert-link {
      color: #202326;
    }

   .tms-alert-success {
      color: #155724;
      background-color: #d4edda;
      border-color: #c3e6cb;
    }

   .tms-alert-success hr {
      border-top-color: #b1dfbb;
    }

   .tms-alert-success.tms-alert-link {
      color: #0b2e13;
    }

   .tms-alert-info {
      color: #0c5460;
      background-color: #d1ecf1;
      border-color: #bee5eb;
    }

   .tms-alert-info hr {
      border-top-color: #abdde5;
    }

   .tms-alert-info.tms-alert-link {
      color: #062c33;
    }

   .tms-alert-warning {
      color: #856404;
      background-color: #fff3cd;
      border-color: #ffeeba;
    }

   .tms-alert-warning hr {
      border-top-color: #ffe8a1;
    }

   .tms-alert-warning.tms-alert-link {
      color: #533f03;
    }

   .tms-alert-danger {
      color: #721c24;
      background-color: #f8d7da;
      border-color: #f5c6cb;
    }

   .tms-alert-danger hr {
      border-top-color: #f1b0b7;
    }

   .tms-alert-danger.tms-alert-link {
      color: #491217;
    }

   .tms-alert-light {
      color: #818182;
      background-color: #fefefe;
      border-color: #fdfdfe;
    }

   .tms-alert-light hr {
      border-top-color: #ececf6;
    }

   .tms-alert-light.tms-alert-link {
      color: #686868;
    }

   .tms-alert-dark {
      color: #1b1e21;
      background-color: #d6d8d9;
      border-color: #c6c8ca;
    }

   .tms-alert-dark hr {
      border-top-color: #b9bbbe;
    }

   .tms-alert-dark.tms-alert-link {
      color: #040505;
    }

    @-webkit-keyframes progress-bar-stripes {
      from {
        background-position: 40px 0;
      }
      to {
        background-position: 0 0;
      }
    }
    @-o-keyframes progress-bar-stripes {
      from {
        background-position: 40px 0;
      }
      to {
        background-position: 0 0;
      }
    }
    @keyframes progress-bar-stripes {
      from {
        background-position: 40px 0;
      }
      to {
        background-position: 0 0;
      }
    }

    .tms-progress {
      height: 7px;
      margin-bottom: 20px;
      overflow: hidden;
      background-color: #f5f5f5;
      border-radius: 4px;
      -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
              box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    }
    .progress-bar {
      float: left;
      width: 0;
      height: 100%;
      font-size: 12px;
      line-height: 20px;
      color: #fff;
      text-align: center;
      background-color: #428bca;
      -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
              box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
      -webkit-transition: width .6s ease;
           -o-transition: width .6s ease;
              transition: width .6s ease;
    }

    @media (prefers-reduced-motion: reduce) {
     .progress-bar {
        transition: none;
      }
    }

    .tms-progress-striped .progress-bar,
    .progress-bar-striped {
      background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
      background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
      background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
      -webkit-background-size: 40px 40px;
              background-size: 40px 40px;
    }
    .tms-progress.active .progress-bar,
    .progress-bar.active {
      -webkit-animation: progress-bar-stripes 2s linear infinite;
           -o-animation: progress-bar-stripes 2s linear infinite;
              animation: progress-bar-stripes 2s linear infinite;
    }
    .progress-bar-success {
      background-color: #5cb85c;
    }
    .tms-progress-striped .progress-bar-success {
      background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
      background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
      background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    }

   .progress-bar-animated {
      -webkit-animation: progress-bar-stripes 1s linear infinite;
      animation: progress-bar-stripes 1s linear infinite;
    }

    @media (prefers-reduced-motion: reduce) {
     .progress-bar-animated {
        -webkit-animation: none;
        animation: none;
      }
    }

   .tms-media {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: start;
      align-items: flex-start;
    }

   .tms-media-body {
      -ms-flex: 1;
      flex: 1;
    }

   .tms-list-group {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column;
      padding-left: 0;
      margin-bottom: 0;
    }

   .tms-list-group-item-action {
      width: 100%;
      color: #495057;
      text-align: inherit;
    }

   .tms-list-group-item-action:hover,.tms-list-group-item-action:focus {
      z-index: 1;
      color: #495057;
      text-decoration: none;
      background-color: #f8f9fa;
    }

   .tms-list-group-item-action:active {
      color: #212529;
      background-color: #e9ecef;
    }

   .tms-list-group-item {
      position: relative;
      display: block;
      padding: 0.75rem 1.25rem;
      margin-bottom: -1px;
      background-color: #fff;
      border: 1px solid rgba(0, 0, 0, 0.125);
    }

   .tms-list-group-item:first-child {
      border-top-left-radius: 0.25rem;
      border-top-right-radius: 0.25rem;
    }

   .tms-list-group-item:last-child {
      margin-bottom: 0;
      border-bottom-right-radius: 0.25rem;
      border-bottom-left-radius: 0.25rem;
    }

   .tms-list-group-item.disabled,.tms-list-group-item:disabled {
      color: #6c757d;
      pointer-events: none;
      background-color: #fff;
    }

   .tms-list-group-item.active {
      z-index: 2;
      color: #fff;
      background-color: #007bff;
      border-color: #007bff;
    }

   .tms-list-group-horizontal {
      -ms-flex-direction: row;
      flex-direction: row;
    }

   .tms-list-group-horizontal.tms-list-group-item {
      margin-right: -1px;
      margin-bottom: 0;
    }

   .tms-list-group-horizontal.tms-list-group-item:first-child {
      border-top-left-radius: 0.25rem;
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0;
    }

   .tms-list-group-horizontal.tms-list-group-item:last-child {
      margin-right: 0;
      border-top-right-radius: 0.25rem;
      border-bottom-right-radius: 0.25rem;
      border-bottom-left-radius: 0;
    }

    @media (min-width: 576px) {
     .tms-list-group-horizontal-sm {
        -ms-flex-direction: row;
        flex-direction: row;
      }
     .tms-list-group-horizontal-sm.tms-list-group-item {
        margin-right: -1px;
        margin-bottom: 0;
      }
     .tms-list-group-horizontal-sm.tms-list-group-item:first-child {
        border-top-left-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0;
      }
     .tms-list-group-horizontal-sm.tms-list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0;
      }
    }

    @media (min-width: 768px) {
     .tms-list-group-horizontal-md {
        -ms-flex-direction: row;
        flex-direction: row;
      }
     .tms-list-group-horizontal-md.tms-list-group-item {
        margin-right: -1px;
        margin-bottom: 0;
      }
     .tms-list-group-horizontal-md.tms-list-group-item:first-child {
        border-top-left-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0;
      }
     .tms-list-group-horizontal-md.tms-list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0;
      }
    }

    @media (min-width: 992px) {
     .tms-list-group-horizontal-lg {
        -ms-flex-direction: row;
        flex-direction: row;
      }
     .tms-list-group-horizontal-lg.tms-list-group-item {
        margin-right: -1px;
        margin-bottom: 0;
      }
     .tms-list-group-horizontal-lg.tms-list-group-item:first-child {
        border-top-left-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0;
      }
     .tms-list-group-horizontal-lg.tms-list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0;
      }
    }

    @media (min-width: 1200px) {
     .tms-list-group-horizontal-xl {
        -ms-flex-direction: row;
        flex-direction: row;
      }
     .tms-list-group-horizontal-xl.tms-list-group-item {
        margin-right: -1px;
        margin-bottom: 0;
      }
     .tms-list-group-horizontal-xl.tms-list-group-item:first-child {
        border-top-left-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0;
      }
     .tms-list-group-horizontal-xl.tms-list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0;
      }
    }

   .tms-list-group-flush.tms-list-group-item {
      border-right: 0;
      border-left: 0;
      border-radius: 0;
    }

   .tms-list-group-flush.tms-list-group-item:last-child {
      margin-bottom: -1px;
    }

   .tms-list-group-flush:first-child.tms-list-group-item:first-child {
      border-top: 0;
    }

   .tms-list-group-flush:last-child.tms-list-group-item:last-child {
      margin-bottom: 0;
      border-bottom: 0;
    }

   .tms-list-group-item-primary {
      color: #004085;
      background-color: #b8daff;
    }

   .tms-list-group-item-primary.list-group-item-action:hover,.tms-list-group-item-primary.list-group-item-action:focus {
      color: #004085;
      background-color: #9fcdff;
    }

   .tms-list-group-item-primary.list-group-item-action.active {
      color: #fff;
      background-color: #004085;
      border-color: #004085;
    }

   .tms-list-group-item-secondary {
      color: #383d41;
      background-color: #d6d8db;
    }

   .tms-list-group-item-secondary.list-group-item-action:hover,.tms-list-group-item-secondary.list-group-item-action:focus {
      color: #383d41;
      background-color: #c8cbcf;
    }

   .tms-list-group-item-secondary.list-group-item-action.active {
      color: #fff;
      background-color: #383d41;
      border-color: #383d41;
    }

   .tms-list-group-item-success {
      color: #155724;
      background-color: #c3e6cb;
    }

   .tms-list-group-item-success.list-group-item-action:hover,.tms-list-group-item-success.list-group-item-action:focus {
      color: #155724;
      background-color: #b1dfbb;
    }

   .tms-list-group-item-success.list-group-item-action.active {
      color: #fff;
      background-color: #155724;
      border-color: #155724;
    }

   .tms-list-group-item-info {
      color: #0c5460;
      background-color: #bee5eb;
    }

   .tms-list-group-item-info.list-group-item-action:hover,.tms-list-group-item-info.list-group-item-action:focus {
      color: #0c5460;
      background-color: #abdde5;
    }

   .tms-list-group-item-info.list-group-item-action.active {
      color: #fff;
      background-color: #0c5460;
      border-color: #0c5460;
    }

   .tms-list-group-item-warning {
      color: #856404;
      background-color: #ffeeba;
    }

   .tms-list-group-item-warning.list-group-item-action:hover,.tms-list-group-item-warning.list-group-item-action:focus {
      color: #856404;
      background-color: #ffe8a1;
    }

   .tms-list-group-item-warning.list-group-item-action.active {
      color: #fff;
      background-color: #856404;
      border-color: #856404;
    }

   .tms-list-group-item-danger {
      color: #721c24;
      background-color: #f5c6cb;
    }

   .tms-list-group-item-danger.list-group-item-action:hover,.tms-list-group-item-danger.list-group-item-action:focus {
      color: #721c24;
      background-color: #f1b0b7;
    }

   .tms-list-group-item-danger.list-group-item-action.active {
      color: #fff;
      background-color: #721c24;
      border-color: #721c24;
    }

   .tms-list-group-item-light {
      color: #818182;
      background-color: #fdfdfe;
    }

   .tms-list-group-item-light.list-group-item-action:hover,.tms-list-group-item-light.list-group-item-action:focus {
      color: #818182;
      background-color: #ececf6;
    }

   .tms-list-group-item-light.list-group-item-action.active {
      color: #fff;
      background-color: #818182;
      border-color: #818182;
    }

   .tms-list-group-item-dark {
      color: #1b1e21;
      background-color: #c6c8ca;
    }

   .tms-list-group-item-dark.list-group-item-action:hover,.tms-list-group-item-dark.list-group-item-action:focus {
      color: #1b1e21;
      background-color: #b9bbbe;
    }

   .tms-list-group-item-dark.list-group-item-action.active {
      color: #fff;
      background-color: #1b1e21;
      border-color: #1b1e21;
    }

   .tms-close {
      float: right;
      font-size: 1.5rem;
      background-color: transparent;
      font-weight: 700;
      cursor: pointer;
      line-height: 1;
      color: #000;
      text-shadow: 0 1px 0 #fff;
      opacity:.5;
    }

   .tms-close:hover {
      color: #000;
      text-decoration: none;
    }

   .tms-close:not(:disabled):not(.disabled):hover,.tms-close:not(:disabled):not(.disabled):focus {
      opacity:.75;
    }

    button.close {
      padding: 0;
      background-color: transparent;
      border: 0;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
    }

    a.close.disabled {
      pointer-events: none;
    }

   .tms-toast {
      max-width: 350px;
      overflow: hidden;
      font-size: 0.875rem;
      background-color: rgba(255, 255, 255, 0.85);
      background-clip: padding-box;
      border: 1px solid rgba(0, 0, 0, 0.1);
      box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
      -webkit-backdrop-filter: blur(10px);
      backdrop-filter: blur(10px);
      opacity: 0;
      border-radius: 0.25rem;
    }

   .tms-toast:not(:last-child) {
      margin-bottom: 0.75rem;
    }

   .tms-toast.showing {
      opacity: 1;
    }

   .tms-toast.show {
      display: block;
      opacity: 1;
    }

   .tms-toast.hide {
      display: none;
    }

   .tms-toast-header {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      padding: 0.25rem 0.75rem;
      color: #6c757d;
      background-color: rgba(255, 255, 255, 0.85);
      background-clip: padding-box;
      border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    }

   .tms-toast-body {
      padding: 0.75rem;
    }

   .tms-modal-open {
      overflow: hidden;
    }

   .tms-modal-open.tms-modal {
      overflow-x: hidden;
      overflow-y: auto;
    }

   .tms-modal {
      position: fixed;
      top: 0;
      left: 0;
      z-index: 1050;
      display: none;
      width: 100%;
      height: 100%;
      overflow: hidden;
      background-color: #312d2dc9;
      outline: 0;
    }

   .tms-modal-dialog {
      position: relative;
      width: auto;
      margin: 0.5rem;
      pointer-events: none;
    }

   .tms-modal.fade.tms-modal-dialog {
      transition: -webkit-transform 0.3s ease-out;
      transition: transform 0.3s ease-out;
      transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
      -webkit-transform: translate(0, -50px);
      transform: translate(0, -50px);
    }

    @media (prefers-reduced-motion: reduce) {
     .tms-modal.fade.tms-modal-dialog {
        transition: none;
      }
    }

   .tms-modal.show.tms-modal-dialog {
      -webkit-transform: none;
      transform: none;
    }

   .tms-modal-dialog-scrollable {
      display: -ms-flexbox;
      display: flex;
      max-height: calc(100% - 1rem);
    }

   .tms-modal-dialog-scrollable.tms-modal-content {
      max-height: calc(100vh - 1rem);
      overflow: hidden;
    }

   .tms-modal-dialog-scrollable.tms-modal-header,
   .tms-modal-dialog-scrollable.tms-modal-footer {
      -ms-flex-negative: 0;
      flex-shrink: 0;
    }

   .tms-modal-dialog-scrollable.tms-modal-body {
      overflow-y: auto;
    }

   .tms-modal-dialog-centered {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      min-height: calc(100% - 1rem);
    }

   .tms-modal-dialog-centered::before {
      display: block;
      height: calc(100vh - 1rem);
      content: "";
    }

   .tms-modal-dialog-centered.modal-dialog-scrollable {
      -ms-flex-direction: column;
      flex-direction: column;
      -ms-flex-pack: center;
      justify-content: center;
      height: 100%;
    }

   .tms-modal-dialog-centered.modal-dialog-scrollable.tms-modal-content {
      max-height: none;
    }

   .tms-modal-dialog-centered.modal-dialog-scrollable::before {
      content: none;
    }

   .tms-modal-content {
      position: relative;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column;
      width: 100%;
      pointer-events: auto;
      background-color: #fff;
      background-clip: padding-box;
      border: 1px solid rgba(0, 0, 0, 0.2);
      border-radius: 0.3rem;
      outline: 0;
    }

   .tms-modal-backdrop {
      position: fixed;
      top: 0;
      left: 0;
      z-index: 1040;
      width: 100vw;
      height: 100vh;
      background-color: #000;
    }

   .tms-modal-backdrop.fade {
      opacity: 0;
    }

   .tms-modal-backdrop.show {
      opacity: 0.5;
    }

   .tms-modal-header {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: start;
      align-items: flex-start;
      -ms-flex-pack: justify;
      justify-content: space-between;
      padding: 1rem 1rem;
      border-bottom: 1px solid #dee2e6;
      border-top-left-radius: 0.3rem;
      border-top-right-radius: 0.3rem;
    }

   .tms-modal-header.tms-close {
      padding: 1rem 1rem;
      margin: -1rem -1rem -1rem auto;
    }

   .tms-modal-title {
      margin-bottom: 0;
      line-height: 1.5;
      margin: 0 !important;
    }

   .tms-modal-body {
      position: relative;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto;
      padding: 1rem;
    }

   .tms-modal-footer {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: end;
      justify-content: flex-end;
      padding: 1rem;
      border-top: 1px solid #dee2e6;
      border-bottom-right-radius: 0.3rem;
      border-bottom-left-radius: 0.3rem;
    }

   .tms-modal-footer > :not(:first-child) {
      margin-left:.25rem;
    }

   .tms-modal-footer > :not(:last-child) {
      margin-right:.25rem;
    }

   .tms-modal-scrollbar-measure {
      position: absolute;
      top: -9999px;
      width: 50px;
      height: 50px;
      overflow: scroll;
    }

    @media (min-width: 576px) {
     .tms-modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
      }
     .tms-modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem);
      }
     .tms-modal-dialog-scrollable.tms-modal-content {
        max-height: calc(100vh - 3.5rem);
      }
     .tms-modal-dialog-centered {
        min-height: calc(100% - 3.5rem);
      }
     .tms-modal-dialog-centered::before {
        height: calc(100vh - 3.5rem);
      }
     .tms-modal-sm {
        max-width: 300px;
      }
    }

    @media (min-width: 992px) {
     .tms-modal-lg,
     .tms-modal-xl {
        max-width: 800px;
      }
    }

    @media (min-width: 1200px) {
     .tms-modal-xl {
        max-width: 1140px;
      }
    }

   .tms-tooltip {
      position: absolute;
      z-index: 1070;
      display: block;
      margin: 0;
      font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
      font-style: normal;
      font-weight: 400;
      line-height: 1.5;
      text-align: left;
      text-align: start;
      text-decoration: none;
      text-shadow: none;
      text-transform: none;
      letter-spacing: normal;
      word-break: normal;
      word-spacing: normal;
      white-space: normal;
      line-break: auto;
      font-size: 0.875rem;
      word-wrap: break-word;
      opacity: 0;
    }

   .tms-tooltip.show {
      opacity: 0.9;
    }

   .tms-tooltip.tms-arrow {
      position: absolute;
      display: block;
      width: 0.8rem;
      height: 0.4rem;
    }

   .tms-tooltip.tms-arrow::before {
      position: absolute;
      content: "";
      border-color: transparent;
      border-style: solid;
    }

   .tms-bs-tooltip-top,.tms-bs-tooltip-auto[x-placement^="top"] {
      padding: 0.4rem 0;
    }

   .tms-bs-tooltip-top.tms-arrow,.tms-bs-tooltip-auto[x-placement^="top"].tms-arrow {
      bottom: 0;
    }

   .tms-bs-tooltip-top.tms-arrow::before,.tms-bs-tooltip-auto[x-placement^="top"].tms-arrow::before {
      top: 0;
      border-width: 0.4rem 0.4rem 0;
      border-top-color: #000;
    }

   .tms-bs-tooltip-right,.tms-bs-tooltip-auto[x-placement^="right"] {
      padding: 0 0.4rem;
    }

   .tms-bs-tooltip-right.tms-arrow,.tms-bs-tooltip-auto[x-placement^="right"].tms-arrow {
      left: 0;
      width: 0.4rem;
      height: 0.8rem;
    }

   .tms-bs-tooltip-right.tms-arrow::before,.tms-bs-tooltip-auto[x-placement^="right"].tms-arrow::before {
      right: 0;
      border-width: 0.4rem 0.4rem 0.4rem 0;
      border-right-color: #000;
    }

   .tms-bs-tooltip-bottom,.tms-bs-tooltip-auto[x-placement^="bottom"] {
      padding: 0.4rem 0;
    }

   .tms-bs-tooltip-bottom.tms-arrow,.tms-bs-tooltip-auto[x-placement^="bottom"].tms-arrow {
      top: 0;
    }

   .tms-bs-tooltip-bottom.tms-arrow::before,.tms-bs-tooltip-auto[x-placement^="bottom"].tms-arrow::before {
      bottom: 0;
      border-width: 0 0.4rem 0.4rem;
      border-bottom-color: #000;
    }

   .tms-bs-tooltip-left,.tms-bs-tooltip-auto[x-placement^="left"] {
      padding: 0 0.4rem;
    }

   .tms-bs-tooltip-left.tms-arrow,.tms-bs-tooltip-auto[x-placement^="left"].tms-arrow {
      right: 0;
      width: 0.4rem;
      height: 0.8rem;
    }

   .tms-bs-tooltip-left.tms-arrow::before,.tms-bs-tooltip-auto[x-placement^="left"].tms-arrow::before {
      left: 0;
      border-width: 0.4rem 0 0.4rem 0.4rem;
      border-left-color: #000;
    }

   .tms-tooltip-inner {
      max-width: 200px;
      padding: 0.25rem 0.5rem;
      color: #fff;
      text-align: center;
      background-color: #000;
      border-radius: 0.25rem;
    }

   .tms-popover {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1060;
      display: block;
      max-width: 276px;
      font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
      font-style: normal;
      font-weight: 400;
      line-height: 1.5;
      text-align: left;
      text-align: start;
      text-decoration: none;
      text-shadow: none;
      text-transform: none;
      letter-spacing: normal;
      word-break: normal;
      word-spacing: normal;
      white-space: normal;
      line-break: auto;
      font-size: 0.875rem;
      word-wrap: break-word;
      background-color: #fff;
      background-clip: padding-box;
      border: 1px solid rgba(0, 0, 0, 0.2);
      border-radius: 0.3rem;
    }

   .tms-popover.tms-arrow {
      position: absolute;
      display: block;
      width: 1rem;
      height: 0.5rem;
      margin: 0 0.3rem;
    }

   .tms-popover.tms-arrow::before,.tms-popover.tms-arrow::after {
      position: absolute;
      display: block;
      content: "";
      border-color: transparent;
      border-style: solid;
    }

   .tms-bs-popover-top,.tms-bs-popover-auto[x-placement^="top"] {
      margin-bottom: 0.5rem;
    }

   .tms-bs-popover-top >.tms-arrow,.tms-bs-popover-auto[x-placement^="top"] >.tms-arrow {
      bottom: calc((0.5rem + 1px) * -1);
    }

   .tms-bs-popover-top >.tms-arrow::before,.tms-bs-popover-auto[x-placement^="top"] >.tms-arrow::before {
      bottom: 0;
      border-width: 0.5rem 0.5rem 0;
      border-top-color: rgba(0, 0, 0, 0.25);
    }

   .tms-bs-popover-top >.tms-arrow::after,.tms-bs-popover-auto[x-placement^="top"] >.tms-arrow::after {
      bottom: 1px;
      border-width: 0.5rem 0.5rem 0;
      border-top-color: #fff;
    }

   .tms-bs-popover-right,.tms-bs-popover-auto[x-placement^="right"] {
      margin-left: 0.5rem;
    }

   .tms-bs-popover-right >.tms-arrow,.tms-bs-popover-auto[x-placement^="right"] >.tms-arrow {
      left: calc((0.5rem + 1px) * -1);
      width: 0.5rem;
      height: 1rem;
      margin: 0.3rem 0;
    }

   .tms-bs-popover-right >.tms-arrow::before,.tms-bs-popover-auto[x-placement^="right"] >.tms-arrow::before {
      left: 0;
      border-width: 0.5rem 0.5rem 0.5rem 0;
      border-right-color: rgba(0, 0, 0, 0.25);
    }

   .tms-bs-popover-right >.tms-arrow::after,.tms-bs-popover-auto[x-placement^="right"] >.tms-arrow::after {
      left: 1px;
      border-width: 0.5rem 0.5rem 0.5rem 0;
      border-right-color: #fff;
    }

   .tms-bs-popover-bottom,.tms-bs-popover-auto[x-placement^="bottom"] {
      margin-top: 0.5rem;
    }

   .tms-bs-popover-bottom >.tms-arrow,.tms-bs-popover-auto[x-placement^="bottom"] >.tms-arrow {
      top: calc((0.5rem + 1px) * -1);
    }

   .tms-bs-popover-bottom >.tms-arrow::before,.tms-bs-popover-auto[x-placement^="bottom"] >.tms-arrow::before {
      top: 0;
      border-width: 0 0.5rem 0.5rem 0.5rem;
      border-bottom-color: rgba(0, 0, 0, 0.25);
    }

   .tms-bs-popover-bottom >.tms-arrow::after,.tms-bs-popover-auto[x-placement^="bottom"] >.tms-arrow::after {
      top: 1px;
      border-width: 0 0.5rem 0.5rem 0.5rem;
      border-bottom-color: #fff;
    }

   .tms-bs-popover-bottom.tms-popover-header::before,.tms-bs-popover-auto[x-placement^="bottom"].tms-popover-header::before {
      position: absolute;
      top: 0;
      left: 50%;
      display: block;
      width: 1rem;
      margin-left: -0.5rem;
      content: "";
      border-bottom: 1px solid #f7f7f7;
    }

   .tms-bs-popover-left,.tms-bs-popover-auto[x-placement^="left"] {
      margin-right: 0.5rem;
    }

   .tms-bs-popover-left >.tms-arrow,.tms-bs-popover-auto[x-placement^="left"] >.tms-arrow {
      right: calc((0.5rem + 1px) * -1);
      width: 0.5rem;
      height: 1rem;
      margin: 0.3rem 0;
    }

   .tms-bs-popover-left >.tms-arrow::before,.tms-bs-popover-auto[x-placement^="left"] >.tms-arrow::before {
      right: 0;
      border-width: 0.5rem 0 0.5rem 0.5rem;
      border-left-color: rgba(0, 0, 0, 0.25);
    }

   .tms-bs-popover-left >.tms-arrow::after,.tms-bs-popover-auto[x-placement^="left"] >.tms-arrow::after {
      right: 1px;
      border-width: 0.5rem 0 0.5rem 0.5rem;
      border-left-color: #fff;
    }

   .tms-popover-header {
      padding: 0.5rem 0.75rem;
      margin-bottom: 0;
      font-size: 1rem;
      background-color: #f7f7f7;
      border-bottom: 1px solid #ebebeb;
      border-top-left-radius: calc(0.3rem - 1px);
      border-top-right-radius: calc(0.3rem - 1px);
    }

   .tms-popover-header:empty {
      display: none;
    }

   .tms-popover-body {
      padding: 0.5rem 0.75rem;
      color: #212529;
    }

   .tms-carousel {
      position: relative;
    }

   .tms-carousel.pointer-event {
      -ms-touch-action: pan-y;
      touch-action: pan-y;
    }

   .tms-carousel-inner {
      position: relative;
      width: 100%;
      overflow: hidden;
    }

   .tms-carousel-inner::after {
      display: block;
      clear: both;
      content: "";
    }

   .tms-carousel-item {
      position: relative;
      display: none;
      float: left;
      width: 100%;
      margin-right: -100%;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      transition: -webkit-transform 0.6s ease-in-out;
      transition: transform 0.6s ease-in-out;
      transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
    }

    @media (prefers-reduced-motion: reduce) {
     .tms-carousel-item {
        transition: none;
      }
    }

   .tms-carousel-item.active,
   .tms-carousel-item-next,
   .tms-carousel-item-prev {
      display: block;
    }

   .tms-carousel-item-next:not(.carousel-item-left),
   .tms-active.carousel-item-right {
      -webkit-transform: translateX(100%);
      transform: translateX(100%);
    }

   .tms-carousel-item-prev:not(.carousel-item-right),
   .tms-active.carousel-item-left {
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%);
    }

   .tms-carousel-fade.tms-carousel-item {
      opacity: 0;
      transition-property: opacity;
      -webkit-transform: none;
      transform: none;
    }

   .tms-carousel-fade.tms-carousel-item.active,
   .tms-carousel-fade.tms-carousel-item-next.carousel-item-left,
   .tms-carousel-fade.tms-carousel-item-prev.carousel-item-right {
      z-index: 1;
      opacity: 1;
    }

   .tms-carousel-fade.tms-active.carousel-item-left,
   .tms-carousel-fade.tms-active.carousel-item-right {
      z-index: 0;
      opacity: 0;
      transition: 0s 0.6s opacity;
    }

    @media (prefers-reduced-motion: reduce) {
     .tms-carousel-fade.tms-active.carousel-item-left,
     .tms-carousel-fade.tms-active.carousel-item-right {
        transition: none;
      }
    }

   .tms-carousel-control-prev,
   .tms-carousel-control-next {
      position: absolute;
      top: 0;
      bottom: 0;
      z-index: 1;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: center;
      justify-content: center;
      width: 15%;
      color: #fff;
      text-align: center;
      opacity: 0.5;
      transition: opacity 0.15s ease;
    }

    @media (prefers-reduced-motion: reduce) {
     .tms-carousel-control-prev,
     .tms-carousel-control-next {
        transition: none;
      }
    }

   .tms-carousel-control-prev:hover,.tms-carousel-control-prev:focus,
   .tms-carousel-control-next:hover,
   .tms-carousel-control-next:focus {
      color: #fff;
      text-decoration: none;
      outline: 0;
      opacity: 0.9;
    }

   .tms-carousel-control-prev {
      left: 0;
    }

   .tms-carousel-control-next {
      right: 0;
    }

   .tms-carousel-control-prev-icon,
   .tms-carousel-control-next-icon {
      display: inline-block;
      width: 20px;
      height: 20px;
      background: no-repeat 50% / 100% 100%;
    }

   .tms-carousel-control-prev-icon {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
    }

   .tms-carousel-control-next-icon {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
    }

   .tms-carousel-indicators {
      position: absolute;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 15;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
      justify-content: center;
      padding-left: 0;
      margin-right: 15%;
      margin-left: 15%;
      list-style: none;
    }

   .tms-carousel-indicators li {
      box-sizing: content-box;
      -ms-flex: 0 1 auto;
      flex: 0 1 auto;
      width: 30px;
      height: 3px;
      margin-right: 3px;
      margin-left: 3px;
      text-indent: -999px;
      cursor: pointer;
      background-color: #fff;
      background-clip: padding-box;
      border-top: 10px solid transparent;
      border-bottom: 10px solid transparent;
      opacity:.5;
      transition: opacity 0.6s ease;
    }

    @media (prefers-reduced-motion: reduce) {
     .tms-carousel-indicators li {
        transition: none;
      }
    }

   .tms-carousel-indicators.tms-active {
      opacity: 1;
    }

   .tms-carousel-caption {
      position: absolute;
      right: 15%;
      bottom: 20px;
      left: 15%;
      z-index: 10;
      padding-top: 20px;
      padding-bottom: 20px;
      color: #fff;
      text-align: center;
    }

    @-webkit-keyframes spinner-border {
      to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
      }
    }

    @keyframes spinner-border {
      to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
      }
    }

   .tms-spinner-border {
      display: inline-block;
      width: 2rem;
      height: 2rem;
      vertical-align: text-bottom;
      border: 0.25em solid currentColor;
      border-right-color: transparent;
      border-radius: 50%;
      -webkit-animation: spinner-border.75s linear infinite;
      animation: spinner-border.75s linear infinite;
    }

   .tms-spinner-border-sm {
      width: 1rem;
      height: 1rem;
      border-width: 0.2em;
    }

    @-webkit-keyframes spinner-grow {
      0% {
        -webkit-transform: scale(0);
        transform: scale(0);
      }
      50% {
        opacity: 1;
      }
    }

    @keyframes spinner-grow {
      0% {
        -webkit-transform: scale(0);
        transform: scale(0);
      }
      50% {
        opacity: 1;
      }
    }

   .tms-spinner-grow {
      display: inline-block;
      width: 2rem;
      height: 2rem;
      vertical-align: text-bottom;
      background-color: currentColor;
      border-radius: 50%;
      opacity: 0;
      -webkit-animation: spinner-grow75s linear infinite;
      animation: spinner-grow75s linear infinite;
    }

   .tms-spinner-grow-sm {
      width: 1rem;
      height: 1rem;
    }

   .tms-align-baseline {
      vertical-align: baseline !important;
    }

   .tms-align-top {
      vertical-align: top !important;
    }

   .tms-align-middle {
      vertical-align: middle !important;
    }

   .tms-align-bottom {
      vertical-align: bottom !important;
    }

   .tms-align-text-bottom {
      vertical-align: text-bottom !important;
    }

   .tms-align-text-top {
      vertical-align: text-top !important;
    }

   .tms-bg-primary {
      background-color: #007bff !important;
    }

    a.bg-primary:hover, a.bg-primary:focus,
    button.bg-primary:hover,
    button.bg-primary:focus {
      background-color: #0062cc !important;
    }

   .tms-bg-secondary {
      background-color: #6c757d !important;
    }

    a.bg-secondary:hover, a.bg-secondary:focus,
    button.bg-secondary:hover,
    button.bg-secondary:focus {
      background-color: #545b62 !important;
    }

   .tms-bg-success {
      background-color: #28a745 !important;
    }

    a.bg-success:hover, a.bg-success:focus,
    button.bg-success:hover,
    button.bg-success:focus {
      background-color: #1e7e34 !important;
    }

   .tms-bg-info {
      background-color: #17a2b8 !important;
    }

    a.bg-info:hover, a.bg-info:focus,
    button.bg-info:hover,
    button.bg-info:focus {
      background-color: #117a8b !important;
    }

   .tms-bg-warning {
      background-color: #ffc107 !important;
    }

    a.bg-warning:hover, a.bg-warning:focus,
    button.bg-warning:hover,
    button.bg-warning:focus {
      background-color: #d39e00 !important;
    }

   .tms-bg-danger {
      background-color: #dc3545 !important;
    }

    a.bg-danger:hover, a.bg-danger:focus,
    button.bg-danger:hover,
    button.bg-danger:focus {
      background-color: #bd2130 !important;
    }

   .tms-bg-light {
      background-color: #f8f9fa !important;
    }

    a.bg-light:hover, a.bg-light:focus,
    button.bg-light:hover,
    button.bg-light:focus {
      background-color: #dae0e5 !important;
    }

   .tms-bg-dark {
      background-color: #343a40 !important;
    }

    a.bg-dark:hover, a.bg-dark:focus,
    button.bg-dark:hover,
    button.bg-dark:focus {
      background-color: #1d2124 !important;
    }

   .tms-bg-white {
      background-color: #fff !important;
    }

   .tms-bg-transparent {
      background-color: transparent !important;
    }

   .tms-border {
      border: 1px solid #dee2e6 !important;
    }

   .tms-border-top {
      border-top: 1px solid #dee2e6 !important;
    }

   .tms-border-right {
      border-right: 1px solid #dee2e6 !important;
    }

   .tms-border-bottom {
      border-bottom: 1px solid #dee2e6 !important;
    }

   .tms-border-left {
      border-left: 1px solid #dee2e6 !important;
    }

   .tms-border-0 {
      border: 0 !important;
    }

   .tms-border-top-0 {
      border-top: 0 !important;
    }

   .tms-border-right-0 {
      border-right: 0 !important;
    }

   .tms-border-bottom-0 {
      border-bottom: 0 !important;
    }

   .tms-border-left-0 {
      border-left: 0 !important;
    }

   .tms-border-primary {
      border-color: #007bff !important;
    }

   .tms-border-secondary {
      border-color: #6c757d !important;
    }

   .tms-border-success {
      border-color: #28a745 !important;
    }

   .tms-border-info {
      border-color: #17a2b8 !important;
    }

   .tms-border-warning {
      border-color: #ffc107 !important;
    }

   .tms-border-danger {
      border-color: #dc3545 !important;
    }

   .tms-border-light {
      border-color: #f8f9fa !important;
    }

   .tms-border-dark {
      border-color: #343a40 !important;
    }

   .tms-border-white {
      border-color: #fff !important;
    }


   .tms-rounded-pill {
      border-radius: 50rem !important;
    }

   .tms-rounded-0 {
      border-radius: 0 !important;
    }

   .tms-clearfix::after {
      display: block;
      clear: both;
      content: "";
    }

   .tms-d-none {
      display: none !important;
    }

   .tms-d-inline {
      display: inline !important;
    }

   .tms-d-inline-block {
      display: inline-block !important;
    }

   .tms-d-block {
      display: block !important;
    }

   .tms-d-table {
      display: table !important;
    }

   .tms-d-table-row {
      display: table-row !important;
    }

   .tms-d-table-cell {
      display: table-cell !important;
    }

   .tms-d-flex {
      display: -ms-flexbox !important;
      display: flex !important;
    }

   .tms-d-inline-flex {
      display: -ms-inline-flexbox !important;
      display: inline-flex !important;
    }

    @media (min-width: 576px) {
     .tms-d-sm-none {
        display: none !important;
      }
     .tms-d-sm-inline {
        display: inline !important;
      }
     .tms-d-sm-inline-block {
        display: inline-block !important;
      }
     .tms-d-sm-block {
        display: block !important;
      }
     .tms-d-sm-table {
        display: table !important;
      }
     .tms-d-sm-table-row {
        display: table-row !important;
      }
     .tms-d-sm-table-cell {
        display: table-cell !important;
      }
     .tms-d-sm-flex {
        display: -ms-flexbox !important;
        display: flex !important;
      }
     .tms-d-sm-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
      }
    }

    @media (min-width: 768px) {
     .tms-d-md-none {
        display: none !important;
      }
     .tms-d-md-inline {
        display: inline !important;
      }
     .tms-d-md-inline-block {
        display: inline-block !important;
      }
     .tms-d-md-block {
        display: block !important;
      }
     .tms-d-md-table {
        display: table !important;
      }
     .tms-d-md-table-row {
        display: table-row !important;
      }
     .tms-d-md-table-cell {
        display: table-cell !important;
      }
     .tms-d-md-flex {
        display: -ms-flexbox !important;
        display: flex !important;
      }
     .tms-d-md-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
      }
    }

    @media (min-width: 992px) {
     .tms-d-lg-none {
        display: none !important;
      }
     .tms-d-lg-inline {
        display: inline !important;
      }
     .tms-d-lg-inline-block {
        display: inline-block !important;
      }
     .tms-d-lg-block {
        display: block !important;
      }
     .tms-d-lg-table {
        display: table !important;
      }
     .tms-d-lg-table-row {
        display: table-row !important;
      }
     .tms-d-lg-table-cell {
        display: table-cell !important;
      }
     .tms-d-lg-flex {
        display: -ms-flexbox !important;
        display: flex !important;
      }
     .tms-d-lg-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
      }
    }

    @media (min-width: 1200px) {
     .tms-d-xl-none {
        display: none !important;
      }
     .tms-d-xl-inline {
        display: inline !important;
      }
     .tms-d-xl-inline-block {
        display: inline-block !important;
      }
     .tms-d-xl-block {
        display: block !important;
      }
     .tms-d-xl-table {
        display: table !important;
      }
     .tms-d-xl-table-row {
        display: table-row !important;
      }
     .tms-d-xl-table-cell {
        display: table-cell !important;
      }
     .tms-d-xl-flex {
        display: -ms-flexbox !important;
        display: flex !important;
      }
     .tms-d-xl-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
      }
    }

    @media print {
     .tms-d-print-none {
        display: none !important;
      }
     .tms-d-print-inline {
        display: inline !important;
      }
     .tms-d-print-inline-block {
        display: inline-block !important;
      }
     .tms-d-print-block {
        display: block !important;
      }
     .tms-d-print-table {
        display: table !important;
      }
     .tms-d-print-table-row {
        display: table-row !important;
      }
     .tms-d-print-table-cell {
        display: table-cell !important;
      }
     .tms-d-print-flex {
        display: -ms-flexbox !important;
        display: flex !important;
      }
     .tms-d-print-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
      }
    }

   .tms-embed-responsive {
      position: relative;
      display: block;
      width: 100%;
      padding: 0;
      overflow: hidden;
    }

   .tms-embed-responsive::before {
      display: block;
      content: "";
    }

   .tms-embed-responsive.tms-embed-responsive-item,
   .tms-embed-responsive iframe,
   .tms-embed-responsive embed,
   .tms-embed-responsive object,
   .tms-embed-responsive video {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border: 0;
    }

   .tms-embed-responsive-21by9::before {
      padding-top: 42.857143%;
    }

   .tms-embed-responsive-16by9::before {
      padding-top: 56.25%;
    }

   .tms-embed-responsive-4by3::before {
      padding-top: 75%;
    }

   .tms-embed-responsive-1by1::before {
      padding-top: 100%;
    }

   .tms-flex-row {
      -ms-flex-direction: row !important;
      flex-direction: row !important;
    }

   .tms-flex-column {
      -ms-flex-direction: column !important;
      flex-direction: column !important;
    }

   .tms-flex-row-reverse {
      -ms-flex-direction: row-reverse !important;
      flex-direction: row-reverse !important;
    }

   .tms-flex-column-reverse {
      -ms-flex-direction: column-reverse !important;
      flex-direction: column-reverse !important;
    }

   .tms-flex-wrap {
      -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
    }

   .tms-flex-nowrap {
      -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
    }

   .tms-flex-wrap-reverse {
      -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important;
    }

   .tms-flex-fill {
      -ms-flex: 1 1 auto !important;
      flex: 1 1 auto !important;
    }

   .tms-flex-grow-0 {
      -ms-flex-positive: 0 !important;
      flex-grow: 0 !important;
    }

   .tms-flex-grow-1 {
      -ms-flex-positive: 1 !important;
      flex-grow: 1 !important;
    }

   .tms-flex-shrink-0 {
      -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important;
    }

   .tms-flex-shrink-1 {
      -ms-flex-negative: 1 !important;
      flex-shrink: 1 !important;
    }

   .tms-justify-content-start {
      -ms-flex-pack: start !important;
      justify-content: flex-start !important;
    }

   .tms-justify-content-end {
      -ms-flex-pack: end !important;
      justify-content: flex-end !important;
    }

   .tms-justify-content-center {
      -ms-flex-pack: center !important;
      justify-content: center !important;
    }

   .tms-justify-content-between {
      -ms-flex-pack: justify !important;
      justify-content: space-between !important;
    }

   .tms-justify-content-around {
      -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
    }

   .tms-align-items-start {
      -ms-flex-align: start !important;
      align-items: flex-start !important;
    }

   .tms-align-items-end {
      -ms-flex-align: end !important;
      align-items: flex-end !important;
    }

   .tms-align-items-center {
      -ms-flex-align: center !important;
      align-items: center !important;
    }

   .tms-align-items-baseline {
      -ms-flex-align: baseline !important;
      align-items: baseline !important;
    }

   .tms-align-items-stretch {
      -ms-flex-align: stretch !important;
      align-items: stretch !important;
    }

   .tms-align-content-start {
      -ms-flex-line-pack: start !important;
      align-content: flex-start !important;
    }

   .tms-align-content-end {
      -ms-flex-line-pack: end !important;
      align-content: flex-end !important;
    }

   .tms-align-content-center {
      -ms-flex-line-pack: center !important;
      align-content: center !important;
    }

   .tms-align-content-between {
      -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
    }

   .tms-align-content-around {
      -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
    }

   .tms-align-content-stretch {
      -ms-flex-line-pack: stretch !important;
      align-content: stretch !important;
    }

   .tms-align-self-auto {
      -ms-flex-item-align: auto !important;
      align-self: auto !important;
    }

   .tms-align-self-start {
      -ms-flex-item-align: start !important;
      align-self: flex-start !important;
    }

   .tms-align-self-end {
      -ms-flex-item-align: end !important;
      align-self: flex-end !important;
    }

   .tms-align-self-center {
      -ms-flex-item-align: center !important;
      align-self: center !important;
    }

   .tms-align-self-baseline {
      -ms-flex-item-align: baseline !important;
      align-self: baseline !important;
    }

   .tms-align-self-stretch {
      -ms-flex-item-align: stretch !important;
      align-self: stretch !important;
    }

    @media (min-width: 576px) {
     .tms-flex-sm-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
      }
     .tms-flex-sm-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
      }
     .tms-flex-sm-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
      }
     .tms-flex-sm-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
      }
     .tms-flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
      }
     .tms-flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
      }
     .tms-flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
      }
     .tms-flex-sm-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
      }
     .tms-flex-sm-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
      }
     .tms-flex-sm-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
      }
     .tms-flex-sm-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
      }
     .tms-flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
      }
     .tms-justify-content-sm-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
      }
     .tms-justify-content-sm-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
      }
     .tms-justify-content-sm-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
      }
     .tms-justify-content-sm-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
      }
     .tms-justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
      }
     .tms-align-items-sm-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
      }
     .tms-align-items-sm-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
      }
     .tms-align-items-sm-center {
        -ms-flex-align: center !important;
        align-items: center !important;
      }
     .tms-align-items-sm-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
      }
     .tms-align-items-sm-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
      }
     .tms-align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
      }
     .tms-align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
      }
     .tms-align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
      }
     .tms-align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
      }
     .tms-align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
      }
     .tms-align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
      }
     .tms-align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
      }
     .tms-align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
      }
     .tms-align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
      }
     .tms-align-self-sm-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
      }
     .tms-align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
      }
     .tms-align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
      }
    }

    @media (min-width: 768px) {
     .tms-flex-md-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
      }
     .tms-flex-md-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
      }
     .tms-flex-md-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
      }
     .tms-flex-md-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
      }
     .tms-flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
      }
     .tms-flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
      }
     .tms-flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
      }
     .tms-flex-md-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
      }
     .tms-flex-md-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
      }
     .tms-flex-md-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
      }
     .tms-flex-md-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
      }
     .tms-flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
      }
     .tms-justify-content-md-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
      }
     .tms-justify-content-md-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
      }
     .tms-justify-content-md-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
      }
     .tms-justify-content-md-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
      }
     .tms-justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
      }
     .tms-align-items-md-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
      }
     .tms-align-items-md-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
      }
     .tms-align-items-md-center {
        -ms-flex-align: center !important;
        align-items: center !important;
      }
     .tms-align-items-md-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
      }
     .tms-align-items-md-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
      }
     .tms-align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
      }
     .tms-align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
      }
     .tms-align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
      }
     .tms-align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
      }
     .tms-align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
      }
     .tms-align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
      }
     .tms-align-self-md-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
      }
     .tms-align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
      }
     .tms-align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
      }
     .tms-align-self-md-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
      }
     .tms-align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
      }
     .tms-align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
      }
    }

    @media (min-width: 992px) {
     .tms-flex-lg-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
      }
     .tms-flex-lg-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
      }
     .tms-flex-lg-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
      }
     .tms-flex-lg-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
      }
     .tms-flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
      }
     .tms-flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
      }
     .tms-flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
      }
     .tms-flex-lg-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
      }
     .tms-flex-lg-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
      }
     .tms-flex-lg-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
      }
     .tms-flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
      }
     .tms-flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
      }
     .tms-justify-content-lg-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
      }
     .tms-justify-content-lg-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
      }
     .tms-justify-content-lg-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
      }
     .tms-justify-content-lg-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
      }
     .tms-justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
      }
     .tms-align-items-lg-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
      }
     .tms-align-items-lg-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
      }
     .tms-align-items-lg-center {
        -ms-flex-align: center !important;
        align-items: center !important;
      }
     .tms-align-items-lg-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
      }
     .tms-align-items-lg-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
      }
     .tms-align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
      }
     .tms-align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
      }
     .tms-align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
      }
     .tms-align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
      }
     .tms-align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
      }
     .tms-align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
      }
     .tms-align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
      }
     .tms-align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
      }
     .tms-align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
      }
     .tms-align-self-lg-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
      }
     .tms-align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
      }
     .tms-align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
      }
    }

    @media (min-width: 1200px) {
     .tms-flex-xl-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
      }
     .tms-flex-xl-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
      }
     .tms-flex-xl-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
      }
     .tms-flex-xl-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
      }
     .tms-flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
      }
     .tms-flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
      }
     .tms-flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
      }
     .tms-flex-xl-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
      }
     .tms-flex-xl-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
      }
     .tms-flex-xl-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
      }
     .tms-flex-xl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
      }
     .tms-flex-xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
      }
     .tms-justify-content-xl-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
      }
     .tms-justify-content-xl-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
      }
     .tms-justify-content-xl-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
      }
     .tms-justify-content-xl-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
      }
     .tms-justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
      }
     .tms-align-items-xl-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
      }
     .tms-align-items-xl-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
      }
     .tms-align-items-xl-center {
        -ms-flex-align: center !important;
        align-items: center !important;
      }
     .tms-align-items-xl-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
      }
     .tms-align-items-xl-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
      }
     .tms-align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
      }
     .tms-align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
      }
     .tms-align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
      }
     .tms-align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
      }
     .tms-align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
      }
     .tms-align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
      }
     .tms-align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
      }
     .tms-align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
      }
     .tms-align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
      }
     .tms-align-self-xl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
      }
     .tms-align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
      }
     .tms-align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
      }
    }

   .tms-float-left {
      float: left !important;
    }

   .tms-float-right {
      float: right !important;
    }

   .tms-float-none {
      float: none !important;
    }

    @media (min-width: 576px) {
     .tms-float-sm-left {
        float: left !important;
      }
     .tms-float-sm-right {
        float: right !important;
      }
     .tms-float-sm-none {
        float: none !important;
      }
    }

    @media (min-width: 768px) {
     .tms-float-md-left {
        float: left !important;
      }
     .tms-float-md-right {
        float: right !important;
      }
     .tms-float-md-none {
        float: none !important;
      }
    }

    @media (min-width: 992px) {
     .tms-float-lg-left {
        float: left !important;
      }
     .tms-float-lg-right {
        float: right !important;
      }
     .tms-float-lg-none {
        float: none !important;
      }
    }

    @media (min-width: 1200px) {
     .tms-float-xl-left {
        float: left !important;
      }
     .tms-float-xl-right {
        float: right !important;
      }
     .tms-float-xl-none {
        float: none !important;
      }
    }

   .tms-overflow-auto {
      overflow: auto !important;
    }

   .tms-overflow-hidden {
      overflow: hidden !important;
    }

   .tms-position-static {
      position: static !important;
    }

   .tms-position-relative {
      position: relative !important;
    }

   .tms-position-absolute {
      position: absolute !important;
    }

   .tms-position-fixed {
      position: fixed !important;
    }

   .tms-position-sticky {
      position: -webkit-sticky !important;
      position: sticky !important;
    }

   .tms-fixed-top {
      position: fixed;
      top: 0;
      right: 0;
      left: 0;
      z-index: 1030;
    }

   .tms-fixed-bottom {
      position: fixed;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 1030;
    }

    @supports ((position: -webkit-sticky) or (position: sticky)) {
     .tms-sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020;
      }
    }

   .tms-sr-only {
      position: absolute;
      width: 1px;
      height: 1px;
      padding: 0;
      overflow: hidden;
      clip: rect(0, 0, 0, 0);
      white-space: nowrap;
      border: 0;
    }

   .tms-sr-only-focusable:active,.tms-sr-only-focusable:focus {
      position: static;
      width: auto;
      height: auto;
      overflow: visible;
      clip: auto;
      white-space: normal;
    }

   .tms-shadow-sm {
      box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
    }

   .tms-shadow {
      box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    }

   .tms-shadow-lg {
      box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
    }

   .tms-shadow-none {
      box-shadow: none !important;
    }

   .tms-w-25 {
      width: 25% !important;
    }

   .tms-w-50 {
      width: 50% !important;
    }

   .tms-w-75 {
      width: 75% !important;
    }

   .tms-w-100 {
      width: 100% !important;
    }

   .tms-w-auto {
      width: auto !important;
    }

   .tms-h-25 {
      height: 25% !important;
    }

   .tms-h-50 {
      height: 50% !important;
    }

   .tms-h-75 {
      height: 75% !important;
    }

   .tms-h-100 {
      height: 100% !important;
    }

   .tms-h-auto {
      height: auto !important;
    }

   .tms-mw-100 {
      max-width: 100% !important;
    }

   .tms-mh-100 {
      max-height: 100% !important;
    }

   .tms-min-vw-100 {
      min-width: 100vw !important;
    }

   .tms-min-vh-100 {
      min-height: 100vh !important;
    }

   .tms-vw-100 {
      width: 100vw !important;
    }

   .tms-vh-100 {
      height: 100vh !important;
    }

   .tms-stretched-link::after {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 1;
      pointer-events: auto;
      content: "";
      background-color: rgba(0, 0, 0, 0);
    }

   .tms-m-0 {
      margin: 0 !important;
    }

   .tms-mt-0,
   .tms-my-0 {
      margin-top: 0 !important;
    }

   .tms-mr-0,
   .tms-mx-0 {
      margin-right: 0 !important;
    }

   .tms-mb-0,
   .tms-my-0 {
      margin-bottom: 0 !important;
    }

   .tms-ml-0,
   .tms-mx-0 {
      margin-left: 0 !important;
    }

   .tms-m-1 {
      margin: 0.25rem !important;
    }

   .tms-mt-1,
   .tms-my-1 {
      margin-top: 0.25rem !important;
    }

   .tms-mr-1,
   .tms-mx-1 {
      margin-right: 0.25rem !important;
    }

   .tms-mb-1,
   .tms-my-1 {
      margin-bottom: 0.25rem !important;
    }

   .tms-ml-1,
   .tms-mx-1 {
      margin-left: 0.25rem !important;
    }

   .tms-m-2 {
      margin: 0.5rem !important;
    }

   .tms-mt-2,
   .tms-my-2 {
      margin-top: 0.5rem !important;
    }

   .tms-mr-2,
   .tms-mx-2 {
      margin-right: 0.5rem !important;
    }

   .tms-mb-2,
   .tms-my-2 {
      margin-bottom: 0.5rem !important;
    }

   .tms-ml-2,
   .tms-mx-2 {
      margin-left: 0.5rem !important;
    }

   .tms-m-3 {
      margin: 1rem !important;
    }

   .tms-mt-3,
   .tms-my-3 {
      margin-top: 1rem !important;
    }

   .tms-mr-3,
   .tms-mx-3 {
      margin-right: 1rem !important;
    }

   .tms-mb-3,
   .tms-my-3 {
      margin-bottom: 1rem !important;
    }

   .tms-ml-3,
   .tms-mx-3 {
      margin-left: 1rem !important;
    }

   .tms-m-4 {
      margin: 1.5rem !important;
    }

   .tms-mt-4,
   .tms-my-4 {
      margin-top: 1.5rem !important;
    }

   .tms-mr-4,
   .tms-mx-4 {
      margin-right: 1.5rem !important;
    }

   .tms-mb-4,
   .tms-my-4 {
      margin-bottom: 1.5rem !important;
    }

   .tms-ml-4,
   .tms-mx-4 {
      margin-left: 1.5rem !important;
    }

   .tms-m-5 {
      margin: 3rem !important;
    }

   .tms-mt-5,
   .tms-my-5 {
      margin-top: 3rem !important;
    }

   .tms-mr-5,
   .tms-mx-5 {
      margin-right: 3rem !important;
    }

   .tms-mb-5,
   .tms-my-5 {
      margin-bottom: 3rem !important;
    }

   .tms-ml-5,
   .tms-mx-5 {
      margin-left: 3rem !important;
    }

   .tms-p-0 {
      padding: 0 !important;
    }

   .tms-pt-0,
   .tms-py-0 {
      padding-top: 0 !important;
    }

   .tms-pr-0,
   .tms-px-0 {
      padding-right: 0 !important;
    }

   .tms-pb-0,
   .tms-py-0 {
      padding-bottom: 0 !important;
    }

   .tms-pl-0,
   .tms-px-0 {
      padding-left: 0 !important;
    }

   .tms-p-1 {
      padding: 0.25rem !important;
    }

   .tms-pt-1,
   .tms-py-1 {
      padding-top: 0.25rem !important;
    }

   .tms-pr-1,
   .tms-px-1 {
      padding-right: 0.25rem !important;
    }

   .tms-pb-1,
   .tms-py-1 {
      padding-bottom: 0.25rem !important;
    }

   .tms-pl-1,
   .tms-px-1 {
      padding-left: 0.25rem !important;
    }

   .tms-p-2 {
      padding: 0.5rem !important;
    }

   .tms-pt-2,
   .tms-py-2 {
      padding-top: 0.5rem !important;
    }

   .tms-pr-2,
   .tms-px-2 {
      padding-right: 0.5rem !important;
    }

   .tms-pb-2,
   .tms-py-2 {
      padding-bottom: 0.5rem !important;
    }

   .tms-pl-2,
   .tms-px-2 {
      padding-left: 0.5rem !important;
    }

   .tms-p-3 {
      padding: 1rem !important;
    }

   .tms-pt-3,
   .tms-py-3 {
      padding-top: 1rem !important;
    }

   .tms-pr-3,
   .tms-px-3 {
      padding-right: 1rem !important;
    }

   .tms-pb-3,
   .tms-py-3 {
      padding-bottom: 1rem !important;
    }

   .tms-pl-3,
   .tms-px-3 {
      padding-left: 1rem !important;
    }

   .tms-p-4 {
      padding: 1.5rem !important;
    }

   .tms-pt-4,
   .tms-py-4 {
      padding-top: 1.5rem !important;
    }

   .tms-pr-4,
   .tms-px-4 {
      padding-right: 1.5rem !important;
    }

   .tms-pb-4,
   .tms-py-4 {
      padding-bottom: 1.5rem !important;
    }

   .tms-pl-4,
   .tms-px-4 {
      padding-left: 1.5rem !important;
    }

   .tms-p-5 {
      padding: 3rem !important;
    }

   .tms-pt-5,
   .tms-py-5 {
      padding-top: 3rem !important;
    }

   .tms-pr-5,
   .tms-px-5 {
      padding-right: 3rem !important;
    }

   .tms-pb-5,
   .tms-py-5 {
      padding-bottom: 3rem !important;
    }

   .tms-pl-5,
   .tms-px-5 {
      padding-left: 3rem !important;
    }

   .tms-m-n1 {
      margin: -0.25rem !important;
    }

   .tms-mt-n1,
   .tms-my-n1 {
      margin-top: -0.25rem !important;
    }

   .tms-mr-n1,
   .tms-mx-n1 {
      margin-right: -0.25rem !important;
    }

   .tms-mb-n1,
   .tms-my-n1 {
      margin-bottom: -0.25rem !important;
    }

   .tms-ml-n1,
   .tms-mx-n1 {
      margin-left: -0.25rem !important;
    }

   .tms-m-n2 {
      margin: -0.5rem !important;
    }

   .tms-mt-n2,
   .tms-my-n2 {
      margin-top: -0.5rem !important;
    }

   .tms-mr-n2,
   .tms-mx-n2 {
      margin-right: -0.5rem !important;
    }

   .tms-mb-n2,
   .tms-my-n2 {
      margin-bottom: -0.5rem !important;
    }

   .tms-ml-n2,
   .tms-mx-n2 {
      margin-left: -0.5rem !important;
    }

   .tms-m-n3 {
      margin: -1rem !important;
    }

   .tms-mt-n3,
   .tms-my-n3 {
      margin-top: -1rem !important;
    }

   .tms-mr-n3,
   .tms-mx-n3 {
      margin-right: -1rem !important;
    }

   .tms-mb-n3,
   .tms-my-n3 {
      margin-bottom: -1rem !important;
    }

   .tms-ml-n3,
   .tms-mx-n3 {
      margin-left: -1rem !important;
    }

   .tms-m-n4 {
      margin: -1.5rem !important;
    }

   .tms-mt-n4,
   .tms-my-n4 {
      margin-top: -1.5rem !important;
    }

   .tms-mr-n4,
   .tms-mx-n4 {
      margin-right: -1.5rem !important;
    }

   .tms-mb-n4,
   .tms-my-n4 {
      margin-bottom: -1.5rem !important;
    }

   .tms-ml-n4,
   .tms-mx-n4 {
      margin-left: -1.5rem !important;
    }

   .tms-m-n5 {
      margin: -3rem !important;
    }

   .tms-mt-n5,
   .tms-my-n5 {
      margin-top: -3rem !important;
    }

   .tms-mr-n5,
   .tms-mx-n5 {
      margin-right: -3rem !important;
    }

   .tms-mb-n5,
   .tms-my-n5 {
      margin-bottom: -3rem !important;
    }

   .tms-ml-n5,
   .tms-mx-n5 {
      margin-left: -3rem !important;
    }

   .tms-m-auto {
      margin: auto !important;
    }

   .tms-mt-auto,
   .tms-my-auto {
      margin-top: auto !important;
    }

   .tms-mr-auto,
   .tms-mx-auto {
      margin-right: auto !important;
    }

   .tms-mb-auto,
   .tms-my-auto {
      margin-bottom: auto !important;
    }

   .tms-ml-auto,
   .tms-mx-auto {
      margin-left: auto !important;
    }

    @media (min-width: 576px) {
     .tms-m-sm-0 {
        margin: 0 !important;
      }
     .tms-mt-sm-0,
     .tms-my-sm-0 {
        margin-top: 0 !important;
      }
     .tms-mr-sm-0,
     .tms-mx-sm-0 {
        margin-right: 0 !important;
      }
     .tms-mb-sm-0,
     .tms-my-sm-0 {
        margin-bottom: 0 !important;
      }
     .tms-ml-sm-0,
     .tms-mx-sm-0 {
        margin-left: 0 !important;
      }
     .tms-m-sm-1 {
        margin: 0.25rem !important;
      }
     .tms-mt-sm-1,
     .tms-my-sm-1 {
        margin-top: 0.25rem !important;
      }
     .tms-mr-sm-1,
     .tms-mx-sm-1 {
        margin-right: 0.25rem !important;
      }
     .tms-mb-sm-1,
     .tms-my-sm-1 {
        margin-bottom: 0.25rem !important;
      }
     .tms-ml-sm-1,
     .tms-mx-sm-1 {
        margin-left: 0.25rem !important;
      }
     .tms-m-sm-2 {
        margin: 0.5rem !important;
      }
     .tms-mt-sm-2,
     .tms-my-sm-2 {
        margin-top: 0.5rem !important;
      }
     .tms-mr-sm-2,
     .tms-mx-sm-2 {
        margin-right: 0.5rem !important;
      }
     .tms-mb-sm-2,
     .tms-my-sm-2 {
        margin-bottom: 0.5rem !important;
      }
     .tms-ml-sm-2,
     .tms-mx-sm-2 {
        margin-left: 0.5rem !important;
      }
     .tms-m-sm-3 {
        margin: 1rem !important;
      }
     .tms-mt-sm-3,
     .tms-my-sm-3 {
        margin-top: 1rem !important;
      }
     .tms-mr-sm-3,
     .tms-mx-sm-3 {
        margin-right: 1rem !important;
      }
     .tms-mb-sm-3,
     .tms-my-sm-3 {
        margin-bottom: 1rem !important;
      }
     .tms-ml-sm-3,
     .tms-mx-sm-3 {
        margin-left: 1rem !important;
      }
     .tms-m-sm-4 {
        margin: 1.5rem !important;
      }
     .tms-mt-sm-4,
     .tms-my-sm-4 {
        margin-top: 1.5rem !important;
      }
     .tms-mr-sm-4,
     .tms-mx-sm-4 {
        margin-right: 1.5rem !important;
      }
     .tms-mb-sm-4,
     .tms-my-sm-4 {
        margin-bottom: 1.5rem !important;
      }
     .tms-ml-sm-4,
     .tms-mx-sm-4 {
        margin-left: 1.5rem !important;
      }
     .tms-m-sm-5 {
        margin: 3rem !important;
      }
     .tms-mt-sm-5,
     .tms-my-sm-5 {
        margin-top: 3rem !important;
      }
     .tms-mr-sm-5,
     .tms-mx-sm-5 {
        margin-right: 3rem !important;
      }
     .tms-mb-sm-5,
     .tms-my-sm-5 {
        margin-bottom: 3rem !important;
      }
     .tms-ml-sm-5,
     .tms-mx-sm-5 {
        margin-left: 3rem !important;
      }
     .tms-p-sm-0 {
        padding: 0 !important;
      }
     .tms-pt-sm-0,
     .tms-py-sm-0 {
        padding-top: 0 !important;
      }
     .tms-pr-sm-0,
     .tms-px-sm-0 {
        padding-right: 0 !important;
      }
     .tms-pb-sm-0,
     .tms-py-sm-0 {
        padding-bottom: 0 !important;
      }
     .tms-pl-sm-0,
     .tms-px-sm-0 {
        padding-left: 0 !important;
      }
     .tms-p-sm-1 {
        padding: 0.25rem !important;
      }
     .tms-pt-sm-1,
     .tms-py-sm-1 {
        padding-top: 0.25rem !important;
      }
     .tms-pr-sm-1,
     .tms-px-sm-1 {
        padding-right: 0.25rem !important;
      }
     .tms-pb-sm-1,
     .tms-py-sm-1 {
        padding-bottom: 0.25rem !important;
      }
     .tms-pl-sm-1,
     .tms-px-sm-1 {
        padding-left: 0.25rem !important;
      }
     .tms-p-sm-2 {
        padding: 0.5rem !important;
      }
     .tms-pt-sm-2,
     .tms-py-sm-2 {
        padding-top: 0.5rem !important;
      }
     .tms-pr-sm-2,
     .tms-px-sm-2 {
        padding-right: 0.5rem !important;
      }
     .tms-pb-sm-2,
     .tms-py-sm-2 {
        padding-bottom: 0.5rem !important;
      }
     .tms-pl-sm-2,
     .tms-px-sm-2 {
        padding-left: 0.5rem !important;
      }
     .tms-p-sm-3 {
        padding: 1rem !important;
      }
     .tms-pt-sm-3,
     .tms-py-sm-3 {
        padding-top: 1rem !important;
      }
     .tms-pr-sm-3,
     .tms-px-sm-3 {
        padding-right: 1rem !important;
      }
     .tms-pb-sm-3,
     .tms-py-sm-3 {
        padding-bottom: 1rem !important;
      }
     .tms-pl-sm-3,
     .tms-px-sm-3 {
        padding-left: 1rem !important;
      }
     .tms-p-sm-4 {
        padding: 1.5rem !important;
      }
     .tms-pt-sm-4,
     .tms-py-sm-4 {
        padding-top: 1.5rem !important;
      }
     .tms-pr-sm-4,
     .tms-px-sm-4 {
        padding-right: 1.5rem !important;
      }
     .tms-pb-sm-4,
     .tms-py-sm-4 {
        padding-bottom: 1.5rem !important;
      }
     .tms-pl-sm-4,
     .tms-px-sm-4 {
        padding-left: 1.5rem !important;
      }
     .tms-p-sm-5 {
        padding: 3rem !important;
      }
     .tms-pt-sm-5,
     .tms-py-sm-5 {
        padding-top: 3rem !important;
      }
     .tms-pr-sm-5,
     .tms-px-sm-5 {
        padding-right: 3rem !important;
      }
     .tms-pb-sm-5,
     .tms-py-sm-5 {
        padding-bottom: 3rem !important;
      }
     .tms-pl-sm-5,
     .tms-px-sm-5 {
        padding-left: 3rem !important;
      }
     .tms-m-sm-n1 {
        margin: -0.25rem !important;
      }
     .tms-mt-sm-n1,
     .tms-my-sm-n1 {
        margin-top: -0.25rem !important;
      }
     .tms-mr-sm-n1,
     .tms-mx-sm-n1 {
        margin-right: -0.25rem !important;
      }
     .tms-mb-sm-n1,
     .tms-my-sm-n1 {
        margin-bottom: -0.25rem !important;
      }
     .tms-ml-sm-n1,
     .tms-mx-sm-n1 {
        margin-left: -0.25rem !important;
      }
     .tms-m-sm-n2 {
        margin: -0.5rem !important;
      }
     .tms-mt-sm-n2,
     .tms-my-sm-n2 {
        margin-top: -0.5rem !important;
      }
     .tms-mr-sm-n2,
     .tms-mx-sm-n2 {
        margin-right: -0.5rem !important;
      }
     .tms-mb-sm-n2,
     .tms-my-sm-n2 {
        margin-bottom: -0.5rem !important;
      }
     .tms-ml-sm-n2,
     .tms-mx-sm-n2 {
        margin-left: -0.5rem !important;
      }
     .tms-m-sm-n3 {
        margin: -1rem !important;
      }
     .tms-mt-sm-n3,
     .tms-my-sm-n3 {
        margin-top: -1rem !important;
      }
     .tms-mr-sm-n3,
     .tms-mx-sm-n3 {
        margin-right: -1rem !important;
      }
     .tms-mb-sm-n3,
     .tms-my-sm-n3 {
        margin-bottom: -1rem !important;
      }
     .tms-ml-sm-n3,
     .tms-mx-sm-n3 {
        margin-left: -1rem !important;
      }
     .tms-m-sm-n4 {
        margin: -1.5rem !important;
      }
     .tms-mt-sm-n4,
     .tms-my-sm-n4 {
        margin-top: -1.5rem !important;
      }
     .tms-mr-sm-n4,
     .tms-mx-sm-n4 {
        margin-right: -1.5rem !important;
      }
     .tms-mb-sm-n4,
     .tms-my-sm-n4 {
        margin-bottom: -1.5rem !important;
      }
     .tms-ml-sm-n4,
     .tms-mx-sm-n4 {
        margin-left: -1.5rem !important;
      }
     .tms-m-sm-n5 {
        margin: -3rem !important;
      }
     .tms-mt-sm-n5,
     .tms-my-sm-n5 {
        margin-top: -3rem !important;
      }
     .tms-mr-sm-n5,
     .tms-mx-sm-n5 {
        margin-right: -3rem !important;
      }
     .tms-mb-sm-n5,
     .tms-my-sm-n5 {
        margin-bottom: -3rem !important;
      }
     .tms-ml-sm-n5,
     .tms-mx-sm-n5 {
        margin-left: -3rem !important;
      }
     .tms-m-sm-auto {
        margin: auto !important;
      }
     .tms-mt-sm-auto,
     .tms-my-sm-auto {
        margin-top: auto !important;
      }
     .tms-mr-sm-auto,
     .tms-mx-sm-auto {
        margin-right: auto !important;
      }
     .tms-mb-sm-auto,
     .tms-my-sm-auto {
        margin-bottom: auto !important;
      }
     .tms-ml-sm-auto,
     .tms-mx-sm-auto {
        margin-left: auto !important;
      }
    }

    @media (min-width: 768px) {
     .tms-m-md-0 {
        margin: 0 !important;
      }
     .tms-mt-md-0,
     .tms-my-md-0 {
        margin-top: 0 !important;
      }
     .tms-mr-md-0,
     .tms-mx-md-0 {
        margin-right: 0 !important;
      }
     .tms-mb-md-0,
     .tms-my-md-0 {
        margin-bottom: 0 !important;
      }
     .tms-ml-md-0,
     .tms-mx-md-0 {
        margin-left: 0 !important;
      }
     .tms-m-md-1 {
        margin: 0.25rem !important;
      }
     .tms-mt-md-1,
     .tms-my-md-1 {
        margin-top: 0.25rem !important;
      }
     .tms-mr-md-1,
     .tms-mx-md-1 {
        margin-right: 0.25rem !important;
      }
     .tms-mb-md-1,
     .tms-my-md-1 {
        margin-bottom: 0.25rem !important;
      }
     .tms-ml-md-1,
     .tms-mx-md-1 {
        margin-left: 0.25rem !important;
      }
     .tms-m-md-2 {
        margin: 0.5rem !important;
      }
     .tms-mt-md-2,
     .tms-my-md-2 {
        margin-top: 0.5rem !important;
      }
     .tms-mr-md-2,
     .tms-mx-md-2 {
        margin-right: 0.5rem !important;
      }
     .tms-mb-md-2,
     .tms-my-md-2 {
        margin-bottom: 0.5rem !important;
      }
     .tms-ml-md-2,
     .tms-mx-md-2 {
        margin-left: 0.5rem !important;
      }
     .tms-m-md-3 {
        margin: 1rem !important;
      }
     .tms-mt-md-3,
     .tms-my-md-3 {
        margin-top: 1rem !important;
      }
     .tms-mr-md-3,
     .tms-mx-md-3 {
        margin-right: 1rem !important;
      }
     .tms-mb-md-3,
     .tms-my-md-3 {
        margin-bottom: 1rem !important;
      }
     .tms-ml-md-3,
     .tms-mx-md-3 {
        margin-left: 1rem !important;
      }
     .tms-m-md-4 {
        margin: 1.5rem !important;
      }
     .tms-mt-md-4,
     .tms-my-md-4 {
        margin-top: 1.5rem !important;
      }
     .tms-mr-md-4,
     .tms-mx-md-4 {
        margin-right: 1.5rem !important;
      }
     .tms-mb-md-4,
     .tms-my-md-4 {
        margin-bottom: 1.5rem !important;
      }
     .tms-ml-md-4,
     .tms-mx-md-4 {
        margin-left: 1.5rem !important;
      }
     .tms-m-md-5 {
        margin: 3rem !important;
      }
     .tms-mt-md-5,
     .tms-my-md-5 {
        margin-top: 3rem !important;
      }
     .tms-mr-md-5,
     .tms-mx-md-5 {
        margin-right: 3rem !important;
      }
     .tms-mb-md-5,
     .tms-my-md-5 {
        margin-bottom: 3rem !important;
      }
     .tms-ml-md-5,
     .tms-mx-md-5 {
        margin-left: 3rem !important;
      }
     .tms-p-md-0 {
        padding: 0 !important;
      }
     .tms-pt-md-0,
     .tms-py-md-0 {
        padding-top: 0 !important;
      }
     .tms-pr-md-0,
     .tms-px-md-0 {
        padding-right: 0 !important;
      }
     .tms-pb-md-0,
     .tms-py-md-0 {
        padding-bottom: 0 !important;
      }
     .tms-pl-md-0,
     .tms-px-md-0 {
        padding-left: 0 !important;
      }
     .tms-p-md-1 {
        padding: 0.25rem !important;
      }
     .tms-pt-md-1,
     .tms-py-md-1 {
        padding-top: 0.25rem !important;
      }
     .tms-pr-md-1,
     .tms-px-md-1 {
        padding-right: 0.25rem !important;
      }
     .tms-pb-md-1,
     .tms-py-md-1 {
        padding-bottom: 0.25rem !important;
      }
     .tms-pl-md-1,
     .tms-px-md-1 {
        padding-left: 0.25rem !important;
      }
     .tms-p-md-2 {
        padding: 0.5rem !important;
      }
     .tms-pt-md-2,
     .tms-py-md-2 {
        padding-top: 0.5rem !important;
      }
     .tms-pr-md-2,
     .tms-px-md-2 {
        padding-right: 0.5rem !important;
      }
     .tms-pb-md-2,
     .tms-py-md-2 {
        padding-bottom: 0.5rem !important;
      }
     .tms-pl-md-2,
     .tms-px-md-2 {
        padding-left: 0.5rem !important;
      }
     .tms-p-md-3 {
        padding: 1rem !important;
      }
     .tms-pt-md-3,
     .tms-py-md-3 {
        padding-top: 1rem !important;
      }
     .tms-pr-md-3,
     .tms-px-md-3 {
        padding-right: 1rem !important;
      }
     .tms-pb-md-3,
     .tms-py-md-3 {
        padding-bottom: 1rem !important;
      }
     .tms-pl-md-3,
     .tms-px-md-3 {
        padding-left: 1rem !important;
      }
     .tms-p-md-4 {
        padding: 1.5rem !important;
      }
     .tms-pt-md-4,
     .tms-py-md-4 {
        padding-top: 1.5rem !important;
      }
     .tms-pr-md-4,
     .tms-px-md-4 {
        padding-right: 1.5rem !important;
      }
     .tms-pb-md-4,
     .tms-py-md-4 {
        padding-bottom: 1.5rem !important;
      }
     .tms-pl-md-4,
     .tms-px-md-4 {
        padding-left: 1.5rem !important;
      }
     .tms-p-md-5 {
        padding: 3rem !important;
      }
     .tms-pt-md-5,
     .tms-py-md-5 {
        padding-top: 3rem !important;
      }
     .tms-pr-md-5,
     .tms-px-md-5 {
        padding-right: 3rem !important;
      }
     .tms-pb-md-5,
     .tms-py-md-5 {
        padding-bottom: 3rem !important;
      }
     .tms-pl-md-5,
     .tms-px-md-5 {
        padding-left: 3rem !important;
      }
     .tms-m-md-n1 {
        margin: -0.25rem !important;
      }
     .tms-mt-md-n1,
     .tms-my-md-n1 {
        margin-top: -0.25rem !important;
      }
     .tms-mr-md-n1,
     .tms-mx-md-n1 {
        margin-right: -0.25rem !important;
      }
     .tms-mb-md-n1,
     .tms-my-md-n1 {
        margin-bottom: -0.25rem !important;
      }
     .tms-ml-md-n1,
     .tms-mx-md-n1 {
        margin-left: -0.25rem !important;
      }
     .tms-m-md-n2 {
        margin: -0.5rem !important;
      }
     .tms-mt-md-n2,
     .tms-my-md-n2 {
        margin-top: -0.5rem !important;
      }
     .tms-mr-md-n2,
     .tms-mx-md-n2 {
        margin-right: -0.5rem !important;
      }
     .tms-mb-md-n2,
     .tms-my-md-n2 {
        margin-bottom: -0.5rem !important;
      }
     .tms-ml-md-n2,
     .tms-mx-md-n2 {
        margin-left: -0.5rem !important;
      }
     .tms-m-md-n3 {
        margin: -1rem !important;
      }
     .tms-mt-md-n3,
     .tms-my-md-n3 {
        margin-top: -1rem !important;
      }
     .tms-mr-md-n3,
     .tms-mx-md-n3 {
        margin-right: -1rem !important;
      }
     .tms-mb-md-n3,
     .tms-my-md-n3 {
        margin-bottom: -1rem !important;
      }
     .tms-ml-md-n3,
     .tms-mx-md-n3 {
        margin-left: -1rem !important;
      }
     .tms-m-md-n4 {
        margin: -1.5rem !important;
      }
     .tms-mt-md-n4,
     .tms-my-md-n4 {
        margin-top: -1.5rem !important;
      }
     .tms-mr-md-n4,
     .tms-mx-md-n4 {
        margin-right: -1.5rem !important;
      }
     .tms-mb-md-n4,
     .tms-my-md-n4 {
        margin-bottom: -1.5rem !important;
      }
     .tms-ml-md-n4,
     .tms-mx-md-n4 {
        margin-left: -1.5rem !important;
      }
     .tms-m-md-n5 {
        margin: -3rem !important;
      }
     .tms-mt-md-n5,
     .tms-my-md-n5 {
        margin-top: -3rem !important;
      }
     .tms-mr-md-n5,
     .tms-mx-md-n5 {
        margin-right: -3rem !important;
      }
     .tms-mb-md-n5,
     .tms-my-md-n5 {
        margin-bottom: -3rem !important;
      }
     .tms-ml-md-n5,
     .tms-mx-md-n5 {
        margin-left: -3rem !important;
      }
     .tms-m-md-auto {
        margin: auto !important;
      }
     .tms-mt-md-auto,
     .tms-my-md-auto {
        margin-top: auto !important;
      }
     .tms-mr-md-auto,
     .tms-mx-md-auto {
        margin-right: auto !important;
      }
     .tms-mb-md-auto,
     .tms-my-md-auto {
        margin-bottom: auto !important;
      }
     .tms-ml-md-auto,
     .tms-mx-md-auto {
        margin-left: auto !important;
      }
    }

    @media (min-width: 992px) {
     .tms-m-lg-0 {
        margin: 0 !important;
      }
     .tms-mt-lg-0,
     .tms-my-lg-0 {
        margin-top: 0 !important;
      }
     .tms-mr-lg-0,
     .tms-mx-lg-0 {
        margin-right: 0 !important;
      }
     .tms-mb-lg-0,
     .tms-my-lg-0 {
        margin-bottom: 0 !important;
      }
     .tms-ml-lg-0,
     .tms-mx-lg-0 {
        margin-left: 0 !important;
      }
     .tms-m-lg-1 {
        margin: 0.25rem !important;
      }
     .tms-mt-lg-1,
     .tms-my-lg-1 {
        margin-top: 0.25rem !important;
      }
     .tms-mr-lg-1,
     .tms-mx-lg-1 {
        margin-right: 0.25rem !important;
      }
     .tms-mb-lg-1,
     .tms-my-lg-1 {
        margin-bottom: 0.25rem !important;
      }
     .tms-ml-lg-1,
     .tms-mx-lg-1 {
        margin-left: 0.25rem !important;
      }
     .tms-m-lg-2 {
        margin: 0.5rem !important;
      }
     .tms-mt-lg-2,
     .tms-my-lg-2 {
        margin-top: 0.5rem !important;
      }
     .tms-mr-lg-2,
     .tms-mx-lg-2 {
        margin-right: 0.5rem !important;
      }
     .tms-mb-lg-2,
     .tms-my-lg-2 {
        margin-bottom: 0.5rem !important;
      }
     .tms-ml-lg-2,
     .tms-mx-lg-2 {
        margin-left: 0.5rem !important;
      }
     .tms-m-lg-3 {
        margin: 1rem !important;
      }
     .tms-mt-lg-3,
     .tms-my-lg-3 {
        margin-top: 1rem !important;
      }
     .tms-mr-lg-3,
     .tms-mx-lg-3 {
        margin-right: 1rem !important;
      }
     .tms-mb-lg-3,
     .tms-my-lg-3 {
        margin-bottom: 1rem !important;
      }
     .tms-ml-lg-3,
     .tms-mx-lg-3 {
        margin-left: 1rem !important;
      }
     .tms-m-lg-4 {
        margin: 1.5rem !important;
      }
     .tms-mt-lg-4,
     .tms-my-lg-4 {
        margin-top: 1.5rem !important;
      }
     .tms-mr-lg-4,
     .tms-mx-lg-4 {
        margin-right: 1.5rem !important;
      }
     .tms-mb-lg-4,
     .tms-my-lg-4 {
        margin-bottom: 1.5rem !important;
      }
     .tms-ml-lg-4,
     .tms-mx-lg-4 {
        margin-left: 1.5rem !important;
      }
     .tms-m-lg-5 {
        margin: 3rem !important;
      }
     .tms-mt-lg-5,
     .tms-my-lg-5 {
        margin-top: 3rem !important;
      }
     .tms-mr-lg-5,
     .tms-mx-lg-5 {
        margin-right: 3rem !important;
      }
     .tms-mb-lg-5,
     .tms-my-lg-5 {
        margin-bottom: 3rem !important;
      }
     .tms-ml-lg-5,
     .tms-mx-lg-5 {
        margin-left: 3rem !important;
      }
     .tms-p-lg-0 {
        padding: 0 !important;
      }
     .tms-pt-lg-0,
     .tms-py-lg-0 {
        padding-top: 0 !important;
      }
     .tms-pr-lg-0,
     .tms-px-lg-0 {
        padding-right: 0 !important;
      }
     .tms-pb-lg-0,
     .tms-py-lg-0 {
        padding-bottom: 0 !important;
      }
     .tms-pl-lg-0,
     .tms-px-lg-0 {
        padding-left: 0 !important;
      }
     .tms-p-lg-1 {
        padding: 0.25rem !important;
      }
     .tms-pt-lg-1,
     .tms-py-lg-1 {
        padding-top: 0.25rem !important;
      }
     .tms-pr-lg-1,
     .tms-px-lg-1 {
        padding-right: 0.25rem !important;
      }
     .tms-pb-lg-1,
     .tms-py-lg-1 {
        padding-bottom: 0.25rem !important;
      }
     .tms-pl-lg-1,
     .tms-px-lg-1 {
        padding-left: 0.25rem !important;
      }
     .tms-p-lg-2 {
        padding: 0.5rem !important;
      }
     .tms-pt-lg-2,
     .tms-py-lg-2 {
        padding-top: 0.5rem !important;
      }
     .tms-pr-lg-2,
     .tms-px-lg-2 {
        padding-right: 0.5rem !important;
      }
     .tms-pb-lg-2,
     .tms-py-lg-2 {
        padding-bottom: 0.5rem !important;
      }
     .tms-pl-lg-2,
     .tms-px-lg-2 {
        padding-left: 0.5rem !important;
      }
     .tms-p-lg-3 {
        padding: 1rem !important;
      }
     .tms-pt-lg-3,
     .tms-py-lg-3 {
        padding-top: 1rem !important;
      }
     .tms-pr-lg-3,
     .tms-px-lg-3 {
        padding-right: 1rem !important;
      }
     .tms-pb-lg-3,
     .tms-py-lg-3 {
        padding-bottom: 1rem !important;
      }
     .tms-pl-lg-3,
     .tms-px-lg-3 {
        padding-left: 1rem !important;
      }
     .tms-p-lg-4 {
        padding: 1.5rem !important;
      }
     .tms-pt-lg-4,
     .tms-py-lg-4 {
        padding-top: 1.5rem !important;
      }
     .tms-pr-lg-4,
     .tms-px-lg-4 {
        padding-right: 1.5rem !important;
      }
     .tms-pb-lg-4,
     .tms-py-lg-4 {
        padding-bottom: 1.5rem !important;
      }
     .tms-pl-lg-4,
     .tms-px-lg-4 {
        padding-left: 1.5rem !important;
      }
     .tms-p-lg-5 {
        padding: 3rem !important;
      }
     .tms-pt-lg-5,
     .tms-py-lg-5 {
        padding-top: 3rem !important;
      }
     .tms-pr-lg-5,
     .tms-px-lg-5 {
        padding-right: 3rem !important;
      }
     .tms-pb-lg-5,
     .tms-py-lg-5 {
        padding-bottom: 3rem !important;
      }
     .tms-pl-lg-5,
     .tms-px-lg-5 {
        padding-left: 3rem !important;
      }
     .tms-m-lg-n1 {
        margin: -0.25rem !important;
      }
     .tms-mt-lg-n1,
     .tms-my-lg-n1 {
        margin-top: -0.25rem !important;
      }
     .tms-mr-lg-n1,
     .tms-mx-lg-n1 {
        margin-right: -0.25rem !important;
      }
     .tms-mb-lg-n1,
     .tms-my-lg-n1 {
        margin-bottom: -0.25rem !important;
      }
     .tms-ml-lg-n1,
     .tms-mx-lg-n1 {
        margin-left: -0.25rem !important;
      }
     .tms-m-lg-n2 {
        margin: -0.5rem !important;
      }
     .tms-mt-lg-n2,
     .tms-my-lg-n2 {
        margin-top: -0.5rem !important;
      }
     .tms-mr-lg-n2,
     .tms-mx-lg-n2 {
        margin-right: -0.5rem !important;
      }
     .tms-mb-lg-n2,
     .tms-my-lg-n2 {
        margin-bottom: -0.5rem !important;
      }
     .tms-ml-lg-n2,
     .tms-mx-lg-n2 {
        margin-left: -0.5rem !important;
      }
     .tms-m-lg-n3 {
        margin: -1rem !important;
      }
     .tms-mt-lg-n3,
     .tms-my-lg-n3 {
        margin-top: -1rem !important;
      }
     .tms-mr-lg-n3,
     .tms-mx-lg-n3 {
        margin-right: -1rem !important;
      }
     .tms-mb-lg-n3,
     .tms-my-lg-n3 {
        margin-bottom: -1rem !important;
      }
     .tms-ml-lg-n3,
     .tms-mx-lg-n3 {
        margin-left: -1rem !important;
      }
     .tms-m-lg-n4 {
        margin: -1.5rem !important;
      }
     .tms-mt-lg-n4,
     .tms-my-lg-n4 {
        margin-top: -1.5rem !important;
      }
     .tms-mr-lg-n4,
     .tms-mx-lg-n4 {
        margin-right: -1.5rem !important;
      }
     .tms-mb-lg-n4,
     .tms-my-lg-n4 {
        margin-bottom: -1.5rem !important;
      }
     .tms-ml-lg-n4,
     .tms-mx-lg-n4 {
        margin-left: -1.5rem !important;
      }
     .tms-m-lg-n5 {
        margin: -3rem !important;
      }
     .tms-mt-lg-n5,
     .tms-my-lg-n5 {
        margin-top: -3rem !important;
      }
     .tms-mr-lg-n5,
     .tms-mx-lg-n5 {
        margin-right: -3rem !important;
      }
     .tms-mb-lg-n5,
     .tms-my-lg-n5 {
        margin-bottom: -3rem !important;
      }
     .tms-ml-lg-n5,
     .tms-mx-lg-n5 {
        margin-left: -3rem !important;
      }
     .tms-m-lg-auto {
        margin: auto !important;
      }
     .tms-mt-lg-auto,
     .tms-my-lg-auto {
        margin-top: auto !important;
      }
     .tms-mr-lg-auto,
     .tms-mx-lg-auto {
        margin-right: auto !important;
      }
     .tms-mb-lg-auto,
     .tms-my-lg-auto {
        margin-bottom: auto !important;
      }
     .tms-ml-lg-auto,
     .tms-mx-lg-auto {
        margin-left: auto !important;
      }
    }

    @media (min-width: 1200px) {
     .tms-m-xl-0 {
        margin: 0 !important;
      }
     .tms-mt-xl-0,
     .tms-my-xl-0 {
        margin-top: 0 !important;
      }
     .tms-mr-xl-0,
     .tms-mx-xl-0 {
        margin-right: 0 !important;
      }
     .tms-mb-xl-0,
     .tms-my-xl-0 {
        margin-bottom: 0 !important;
      }
     .tms-ml-xl-0,
     .tms-mx-xl-0 {
        margin-left: 0 !important;
      }
     .tms-m-xl-1 {
        margin: 0.25rem !important;
      }
     .tms-mt-xl-1,
     .tms-my-xl-1 {
        margin-top: 0.25rem !important;
      }
     .tms-mr-xl-1,
     .tms-mx-xl-1 {
        margin-right: 0.25rem !important;
      }
     .tms-mb-xl-1,
     .tms-my-xl-1 {
        margin-bottom: 0.25rem !important;
      }
     .tms-ml-xl-1,
     .tms-mx-xl-1 {
        margin-left: 0.25rem !important;
      }
     .tms-m-xl-2 {
        margin: 0.5rem !important;
      }
     .tms-mt-xl-2,
     .tms-my-xl-2 {
        margin-top: 0.5rem !important;
      }
     .tms-mr-xl-2,
     .tms-mx-xl-2 {
        margin-right: 0.5rem !important;
      }
     .tms-mb-xl-2,
     .tms-my-xl-2 {
        margin-bottom: 0.5rem !important;
      }
     .tms-ml-xl-2,
     .tms-mx-xl-2 {
        margin-left: 0.5rem !important;
      }
     .tms-m-xl-3 {
        margin: 1rem !important;
      }
     .tms-mt-xl-3,
     .tms-my-xl-3 {
        margin-top: 1rem !important;
      }
     .tms-mr-xl-3,
     .tms-mx-xl-3 {
        margin-right: 1rem !important;
      }
     .tms-mb-xl-3,
     .tms-my-xl-3 {
        margin-bottom: 1rem !important;
      }
     .tms-ml-xl-3,
     .tms-mx-xl-3 {
        margin-left: 1rem !important;
      }
     .tms-m-xl-4 {
        margin: 1.5rem !important;
      }
     .tms-mt-xl-4,
     .tms-my-xl-4 {
        margin-top: 1.5rem !important;
      }
     .tms-mr-xl-4,
     .tms-mx-xl-4 {
        margin-right: 1.5rem !important;
      }
     .tms-mb-xl-4,
     .tms-my-xl-4 {
        margin-bottom: 1.5rem !important;
      }
     .tms-ml-xl-4,
     .tms-mx-xl-4 {
        margin-left: 1.5rem !important;
      }
     .tms-m-xl-5 {
        margin: 3rem !important;
      }
     .tms-mt-xl-5,
     .tms-my-xl-5 {
        margin-top: 3rem !important;
      }
     .tms-mr-xl-5,
     .tms-mx-xl-5 {
        margin-right: 3rem !important;
      }
     .tms-mb-xl-5,
     .tms-my-xl-5 {
        margin-bottom: 3rem !important;
      }
     .tms-ml-xl-5,
     .tms-mx-xl-5 {
        margin-left: 3rem !important;
      }
     .tms-p-xl-0 {
        padding: 0 !important;
      }
     .tms-pt-xl-0,
     .tms-py-xl-0 {
        padding-top: 0 !important;
      }
     .tms-pr-xl-0,
     .tms-px-xl-0 {
        padding-right: 0 !important;
      }
     .tms-pb-xl-0,
     .tms-py-xl-0 {
        padding-bottom: 0 !important;
      }
     .tms-pl-xl-0,
     .tms-px-xl-0 {
        padding-left: 0 !important;
      }
     .tms-p-xl-1 {
        padding: 0.25rem !important;
      }
     .tms-pt-xl-1,
     .tms-py-xl-1 {
        padding-top: 0.25rem !important;
      }
     .tms-pr-xl-1,
     .tms-px-xl-1 {
        padding-right: 0.25rem !important;
      }
     .tms-pb-xl-1,
     .tms-py-xl-1 {
        padding-bottom: 0.25rem !important;
      }
     .tms-pl-xl-1,
     .tms-px-xl-1 {
        padding-left: 0.25rem !important;
      }
     .tms-p-xl-2 {
        padding: 0.5rem !important;
      }
     .tms-pt-xl-2,
     .tms-py-xl-2 {
        padding-top: 0.5rem !important;
      }
     .tms-pr-xl-2,
     .tms-px-xl-2 {
        padding-right: 0.5rem !important;
      }
     .tms-pb-xl-2,
     .tms-py-xl-2 {
        padding-bottom: 0.5rem !important;
      }
     .tms-pl-xl-2,
     .tms-px-xl-2 {
        padding-left: 0.5rem !important;
      }
     .tms-p-xl-3 {
        padding: 1rem !important;
      }
     .tms-pt-xl-3,
     .tms-py-xl-3 {
        padding-top: 1rem !important;
      }
     .tms-pr-xl-3,
     .tms-px-xl-3 {
        padding-right: 1rem !important;
      }
     .tms-pb-xl-3,
     .tms-py-xl-3 {
        padding-bottom: 1rem !important;
      }
     .tms-pl-xl-3,
     .tms-px-xl-3 {
        padding-left: 1rem !important;
      }
     .tms-p-xl-4 {
        padding: 1.5rem !important;
      }
     .tms-pt-xl-4,
     .tms-py-xl-4 {
        padding-top: 1.5rem !important;
      }
     .tms-pr-xl-4,
     .tms-px-xl-4 {
        padding-right: 1.5rem !important;
      }
     .tms-pb-xl-4,
     .tms-py-xl-4 {
        padding-bottom: 1.5rem !important;
      }
     .tms-pl-xl-4,
     .tms-px-xl-4 {
        padding-left: 1.5rem !important;
      }
     .tms-p-xl-5 {
        padding: 3rem !important;
      }
     .tms-pt-xl-5,
     .tms-py-xl-5 {
        padding-top: 3rem !important;
      }
     .tms-pr-xl-5,
     .tms-px-xl-5 {
        padding-right: 3rem !important;
      }
     .tms-pb-xl-5,
     .tms-py-xl-5 {
        padding-bottom: 3rem !important;
      }
     .tms-pl-xl-5,
     .tms-px-xl-5 {
        padding-left: 3rem !important;
      }
     .tms-m-xl-n1 {
        margin: -0.25rem !important;
      }
     .tms-mt-xl-n1,
     .tms-my-xl-n1 {
        margin-top: -0.25rem !important;
      }
     .tms-mr-xl-n1,
     .tms-mx-xl-n1 {
        margin-right: -0.25rem !important;
      }
     .tms-mb-xl-n1,
     .tms-my-xl-n1 {
        margin-bottom: -0.25rem !important;
      }
     .tms-ml-xl-n1,
     .tms-mx-xl-n1 {
        margin-left: -0.25rem !important;
      }
     .tms-m-xl-n2 {
        margin: -0.5rem !important;
      }
     .tms-mt-xl-n2,
     .tms-my-xl-n2 {
        margin-top: -0.5rem !important;
      }
     .tms-mr-xl-n2,
     .tms-mx-xl-n2 {
        margin-right: -0.5rem !important;
      }
     .tms-mb-xl-n2,
     .tms-my-xl-n2 {
        margin-bottom: -0.5rem !important;
      }
     .tms-ml-xl-n2,
     .tms-mx-xl-n2 {
        margin-left: -0.5rem !important;
      }
     .tms-m-xl-n3 {
        margin: -1rem !important;
      }
     .tms-mt-xl-n3,
     .tms-my-xl-n3 {
        margin-top: -1rem !important;
      }
     .tms-mr-xl-n3,
     .tms-mx-xl-n3 {
        margin-right: -1rem !important;
      }
     .tms-mb-xl-n3,
     .tms-my-xl-n3 {
        margin-bottom: -1rem !important;
      }
     .tms-ml-xl-n3,
     .tms-mx-xl-n3 {
        margin-left: -1rem !important;
      }
     .tms-m-xl-n4 {
        margin: -1.5rem !important;
      }
     .tms-mt-xl-n4,
     .tms-my-xl-n4 {
        margin-top: -1.5rem !important;
      }
     .tms-mr-xl-n4,
     .tms-mx-xl-n4 {
        margin-right: -1.5rem !important;
      }
     .tms-mb-xl-n4,
     .tms-my-xl-n4 {
        margin-bottom: -1.5rem !important;
      }
     .tms-ml-xl-n4,
     .tms-mx-xl-n4 {
        margin-left: -1.5rem !important;
      }
     .tms-m-xl-n5 {
        margin: -3rem !important;
      }
     .tms-mt-xl-n5,
     .tms-my-xl-n5 {
        margin-top: -3rem !important;
      }
     .tms-mr-xl-n5,
     .tms-mx-xl-n5 {
        margin-right: -3rem !important;
      }
     .tms-mb-xl-n5,
     .tms-my-xl-n5 {
        margin-bottom: -3rem !important;
      }
     .tms-ml-xl-n5,
     .tms-mx-xl-n5 {
        margin-left: -3rem !important;
      }
     .tms-m-xl-auto {
        margin: auto !important;
      }
     .tms-mt-xl-auto,
     .tms-my-xl-auto {
        margin-top: auto !important;
      }
     .tms-mr-xl-auto,
     .tms-mx-xl-auto {
        margin-right: auto !important;
      }
     .tms-mb-xl-auto,
     .tms-my-xl-auto {
        margin-bottom: auto !important;
      }
     .tms-ml-xl-auto,
     .tms-mx-xl-auto {
        margin-left: auto !important;
      }
    }

   .tms-text-monospace {
      font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
    }

   .tms-text-justify {
      text-align: justify !important;
    }

   .tms-text-wrap {
      white-space: normal !important;
    }

   .tms-text-nowrap {
      white-space: nowrap !important;
    }

   .tms-text-truncate {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
    }

   .tms-text-left {
      text-align: left !important;
    }

   .tms-text-right {
      text-align: right !important;
    }

   .tms-text-center {
      text-align: center !important;
    }

    .tms_display_inline{
      display: inline !important;
    }

    .tms_select_sortby{
      position: relative;
      width: 200px !important;
      margin-left: 20px;
      background-color: transparent;
      border-radius: 7px;
      height: auto;
      padding: 2px 5px;
      display: inline;
    }

    @media (min-width: 576px) {
     .tms-text-sm-left {
        text-align: left !important;
      }
     .tms-text-sm-right {
        text-align: right !important;
      }
     .tms-text-sm-center {
        text-align: center !important;
      }
    }


    @media (min-width: 992px) {
     .tms-text-lg-left {
        text-align: left !important;
      }
     .tms-text-lg-right {
        text-align: right !important;
      }
     .tms-text-lg-center {
        text-align: center !important;
      }
    }

    @media (min-width: 1200px) {
     .tms-text-xl-left {
        text-align: left !important;
      }
     .tms-text-xl-right {
        text-align: right !important;
      }
     .tms-text-xl-center {
        text-align: center !important;
      }
    }

   .tms-text-lowercase {
      text-transform: lowercase !important;
    }

   .tms-text-uppercase {
      text-transform: uppercase !important;
    }

   .tms-text-capitalize {
      text-transform: capitalize !important;
    }

   .tms-font-weight-light {
      font-weight: 300 !important;
    }

   .tms-font-weight-lighter {
      font-weight: lighter !important;
    }

   .tms-font-weight-normal {
      font-weight: 400 !important;
    }


   .tms-text-white {
      color: #fff !important;
    }

   .tms-text-primary {
      color: #007bff !important;
    }

    a.text-primary:hover, a.text-primary:focus {
      color: #0056b3 !important;
    }

   .tms-text-secondary {
      color: #6c757d !important;
    }

    a.text-secondary:hover, a.text-secondary:focus {
      color: #494f54 !important;
    }

   .tms-text-success {
      color: #28a745 !important;
    }

    a.text-success:hover, a.text-success:focus {
      color: #19692c !important;
    }

   .tms-text-info {
      color: #17a2b8 !important;
    }

    a.text-info:hover, a.text-info:focus {
      color: #0f6674 !important;
    }

   .tms-text-warning {
      color: #ffc107 !important;
    }

    a.text-warning:hover, a.text-warning:focus {
      color: #ba8b00 !important;
    }

   .tms-text-danger {
      color: #dc3545 !important;
    }

    a.text-danger:hover, a.text-danger:focus {
      color: #a71d2a !important;
    }

   .tms-text-light {
      color: #f8f9fa !important;
    }

    a.text-light:hover, a.text-light:focus {
      color: #cbd3da !important;
    }

   .tms-text-dark {
      color: #343a40 !important;
    }

    a.text-dark:hover, a.text-dark:focus {
      color: #121416 !important;
    }

   .tms-text-body {
      color: #212529 !important;
    }

   .tms-text-muted {
      color: #6c757d !important;
    }

   .tms-text-black-50 {
      color: rgba(0, 0, 0, 0.5) !important;
    }

   .tms-text-white-50 {
      color: rgba(255, 255, 255, 0.5) !important;
    }

   .tms-text-hide {
      font: 0/0 a;
      color: transparent;
      text-shadow: none;
      background-color: transparent;
      border: 0;
    }

   .tms-text-decoration-none {
      text-decoration: none !important;
    }

   .tms-text-break {
      word-break: break-word !important;
      overflow-wrap: break-word !important;
    }

   .tms-text-reset {
      color: inherit !important;
    }

   .tms-visible {
      visibility: visible !important;
    }

   .tms-invisible {
      visibility: hidden !important;
    }

    @media print {
      *,
      *::before,
      *::after {
        text-shadow: none !important;
        box-shadow: none !important;
      }
      /* a:not(.btn) {
        text-decoration: underline;
      }
      abbr[title]::after {
        content: " (" attr(title) ")";
      }
      pre {
        white-space: pre-wrap !important;
      }
      pre,
      blockquote {
        border: 1px solid #adb5bd;
        page-break-inside: avoid;
      }
      thead {
        display: table-header-group;
      }
      tr,
      img {
        page-break-inside: avoid;
      }
      p,
      h2,
      h3 {
        orphans: 3;
        widows: 3;
      }
      h2,
      h3 {
        page-break-after: avoid;
      }
      @page {
        size: a3;
      }
      body {
        min-width: 992px !important;
      } */
     .tms-container {
        min-width: 992px !important;
      }
     .tms-navbar {
        display: none;
      }
     .tms-badge {
        border: 1px solid #000;
      }
     .tms-table {
        border-collapse: collapse !important;
      }
     .tms-table td,
     .tms-table th {
        background-color: #fff !important;
      }
     .tms-table-bordered th,
     .tms-table-bordered td {
        border: 1px solid #dee2e6 !important;
      }
     .tms-table-dark {
        color: inherit;
      }
     .tms-table-dark th,
     .tms-table-dark td,
     .tms-table-dark thead th,
     .tms-table-dark tbody + tbody {
        border-color: #dee2e6;
      }
     .tms-table.tms-thead-dark th {
        color: inherit;
        border-color: #dee2e6;
      }
    }
    /*# sourceMappingURL=bootstrap.css.map */

/**  editlistings -- add listings CSS  **/


    .tms-upload-bar {
        display: none;
        width: 0px;
        height: 20px;
        background: #27BC09;
        color: white;
        margin-top: 10px;
        margin-bottom: 10px;
        padding-top: 5px;
        padding-bottom: 5px;
        text-align: center;
        -webkit-transition: width .2s;
        transition: width .2s;
    }

    #tms-how-to-edit {
        float: right;
        margin-top: 10px;
    }


    #tms-how-to-edit h2 {
        font-size: 12px;
    }

    #tms-how-to-edit>a {
        position: relative;
        float: right;
        margin: 0px 10px 10px 10px;
    }

    .tms-hover {
        cursor: pointer;
        border: solid 2px #26C6DA;
    }

    .tms-button-delete-video {
        float: right;

    }

    .tms-button-delete-video:hover {
        cursor: pointer;
    }

    .tms-edit-gallery-img {
        height: 74px;
        background: #f2f2f2;
        margin-bottom: 17px;
        text-align: center;
    }

    .tms-fa-image {
        font-size: 36px;
        margin-top: 20px;
        color: gray;
    }

    #tms-youtube-logo {
        width: 120px !important;
    }

    #informationContainer,
    #descriptionContainer {
        padding: 20px 15px 20px 15px;
    }

    .tms-inputfile {
      height: 0.1px;
      opacity: 0;
      overflow: hidden;
      width: 100%;
      position: absolute;
      margin: 4px 2px;
      cursor: pointer;
      padding: 25px;
      z-index: 5;
    }

    .tms-inputfile+label {
        font-size: 1.25em;
        font-weight: 700;
        color: white;
        display: inline-block;
        cursor: pointer;
        /* "hand" cursor */
        padding: 10px 20px !important;
    }

    .tms-tms-upload-icon,
    .tms-close-icon {
        color: white !important;
    }

    .tms-inputfile:focus+label {
        outline: 1px dotted #000;
        outline: -webkit-focus-ring-color auto 5px;
    }

    .tms-inputfile+label:hover {
        background-color: red;
    }

    #logo-image-preview {
        width: 100%;
    }

    #facilityLogo {
        width: 105px;
        height: 105px;
        border-radius: 50%;
    }


    #header-image-preview {
        margin-top: 10px;
        width: 600px;
        height: 200px;
    }

    .tms-btn-secondary {
      font-family: 'Roboto', sans-serif;
      background-color: #ffffff;
      color: #4c4c4c !important;
      border-color: #ced4da;
      color: #fd8a8a !important;
      padding: 5px;
      text-align: center;
      text-decoration: none;
      display: inline-block;
      font-size: 1.2rem;
      margin: 4px 2px;
      border-radius: 3px;
    }

    /* checkmarks */
    #check-no-margin {
        margin: 0 !important;
    }

    .tms-txt-area-edit {
        margin-top: 10px;
    }


    .tms-topic-btn {
        margin: 5px;
    }

    .tms-round {
        border-radius: 50%;
    }

    .tms-next {
        background-color: #f1f1f1;
        color: black;
    }

    #tms-topic-append-left {
        padding: 10px;
    }



    .tms-check-edit {
        float: left;
        margin-right: 15px;
        margin-left: 15px;
        font-size: 18px;
    }

    .tms-dropdown-toggle {
        float: left;
    }

    .tms-check-column {
        background: #f2f2f2;
        padding-bottom: 23px;
    }

    .tms-info-title {
        color: rgb(216, 0, 6);
        font-weight: bold;
    }


    .tms-informationTitle {
        color: rgb(216, 0, 6);
        font-weight: bold;
        margin-bottom: .5rem;
    }

    #p-example-left>p,
    #p-example-right>p {
        font-weight: 100;
        font-size: 13px;
        margin: 0 !important;
    }

    #topic-preview-left,
    #topic-preview-right {
        cursor: pointer;
        margin-top: 22px;
    }

    /* gallery upload */

    .tms-uploadArea {
        min-height: 300px;
        height: auto;
        border: 3px dotted #26C6DA;
        padding: 10px;
        cursor: move;
        margin-bottom: 10px;
        position: relative;
    }

    /* h1,
    h5 {
        padding: 0px;
        margin: 0px;
    } */

    .tms-uploadArea h1 {
        color: #ccc;
        width: 100%;
        z-index: 0;
        text-align: center;
        vertical-align: middle;
        position: absolute;
        top: 25px;
    }

    .tms-dfiles {
        clear: both;
        border: 1px solid #ccc;
        background-color: #E4E4E4;
        padding: 3px;
        position: relative;
        height: 95px;
        margin: 3px;
        z-index: 1;
        width: 97%;
        opacity: 0.6;
        cursor: default;
    }

    /* h5,
    h5 img {
        float: left;
    } */

    .tms-invalid {
        border: 1px solid red !important;
    }

    .tms-buttonUpload {
        display: inline-block;
        padding: 4px 10px 4px;
        text-align: center;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
        background-color: #0074cc;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        border-color: #e6e6e6 #e6e6e6 #bfbfbf;
        border: 1px solid #cccccc;
        color: #fff;
    }

    .tms-progress img {
        margin-top: 7px;
        margin-left: 24px;
        position: absolute;
        right: 20px;
    }

    #demoFiler {
        text-align: center;
    }


    .tms-container-image-multiple {
        padding: 10px;
        margin-bottom: 20px;
        width: 100%;
    }

    .tms-remove-image-multiple {
      color: #0a0a00e6;
      padding: 5px;
      position: absolute;
      border-radius: 50%;
      width: 20px;
      z-index: 9999;
      height: 20px;
      cursor: pointer;
    }

    .tms-image-preview {
        width: 150px;
        height: 150px;
        margin: 10px;
    }

    .tms-image-div {
        width: 25%;
        position: relative;
        display: inline-table;
    }


    


/** main page styles **/

    a.tms-custom-card-link,
    a.tms-custom-card-link:hover {
        color: inherit;
        text-decoration: none;
        cursor: pointer;
    }

    .tms-rating-bar {
        display: inline-block;
        background-image: url(/wp-content/plugins/Directory-Plugin/virtualpages/templates/img/stars.png);
        /*width: 100px;*/
        height: 20px;
        float: initial !important;
        vertical-align: top;
        text-align: left;
        margin-bottom: 5px;
    }

    .placeholder1{
      min-height: 30px;
    }

    .tms-rating-bar.active {
        background-position: 0 -40px;
    }

    #readReviewContent {
        margin-top: 20px;
    }

    .tms-rating-star-clickable {
        cursor: pointer;
        display: inline-block;
        background-image: url(/wp-content/plugins/Directory-Plugin/virtualpages/templates/img/stars.png);
        height: 20px;
        width: 20px;
        float: left;
    }

    #starerror{
      display: none; color: red
    }

    .tms-rating-star-clickable.hover {
        background-position: 0 -20px;
    }

    .tms-rating-star-clickable.active {
        background-position: 0 -40px;
    }

    .tms-rating-star-container {
        display: inline-block;
        overflow: hidden;
    }

    .sidebar_container {
        padding: 0 !important;
    }

    .tms-review-button-disabled {
        border: none !important;
        box-shadow: none !important;
        pointer-events: none;
    }

    .tms-review-button-background {
        background-color: #25a1d5 !important;
        color: white !important;
        border-radius: 5px;
    }

    .tms-card-container #facilityCardContainer {
        border-radius: 15px;
        background-color: #FAFAFA;
        min-height: 480px;
    }

    .tms-card-container #facilityCardContainer .header {
        min-height: 130px;
        width: 100%;
        padding: 0;
        position: relative;
    }

    .tms-card-container #facilityCardContainer .header img {
        height: 130px;
        object-fit: fill;
        overflow: hidden;
    }

.atemail {
        float: left !important;
        margin-top: 10px !important;
    }

.tms-margin_left0{
  margin-left: 0 !important;
}

.tms-padding35{
  padding: 0px 35px !important;
}

.tms-border-missing{
  border: 1px solid #dbdbdb;
}

.tms-margin15{
  position: relative;
  margin: 15px;
}

.tms-padding10{
  padding-top: 10px;
}

label#informationPoint {
  font-size: 14px;
}

label.informationTitle {
  font-size: 16px;
}

.tms-padding_left_right0{
  padding-left: 0;
  padding-right: 0;
}

.tms-button-ux{
    background-color: #ffffff !important;
    border: 1px solid #c24839 !important;
    font-weight: 600;
}

#descriptionContainer p{
  margin-bottom: 10px !important;
}


#descriptionContainer ul{
  margin-bottom: 20px !important;
}

.tms-user-review-column-fresh{
  background-color: inherit !important;
  padding: 0 !important;
  border-radius: 3px !important;
}

.tms-hr-reviews{
  margin: 0 0 10px !important;
}

hr{
  margin: 10px 0 10px;
}

.tms-review-button-fresh{
  background-color: #efefef;
  border-radius: 4px;
  font-size: 14px;
  line-height: 22px !important;
  text-align: center;
  display: inline-block;
  width: auto;
  padding: 5px 10px;
  text-decoration: none;
  border: none;
  min-width: 90px;
  background-position: center center;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  -webkit-appearance: none;
}

.tms-div-coments-text{
  position: relative;
  display: inline-flex;
}

.tms-marginbottom30{
  margin-bottom: 30px !important;
}

.tms-button-review-margin{
  margin: 10px 10px 0 0;
}


.tms-comments-allcomments-text{
  position: relative;
  font-size: 16px;
  cursor: pointer;
  color: #888787;
  margin: 12px 0 26px 0;
  display: inline-block;
  z-index: 9999 !important;
}

.tms-comments-allcomments-text:hover{
  color: #000000 !important;
}

.tms-margin60 {
  margin: 60px 0;
}

.tms-grid-sizer {
  width: 29%;
}

.tms-grid-item {
  float: left;
  width: 29% !important;
}

.tms-googleMapdiv{
  border: #cecece solid 2px;
  border-radius: 5px;
}

img.image_gallery_modal {
  display: block;
  max-width: 100%;
  cursor: pointer;
  border-radius: 8px;
  padding: 2%;
}


#modal_gallery{
  padding-top: 45px;
}

.tms_header_margin20020{
  position: relative;
  margin: 20px 0 20px 0;
}

.tms_float_width20{
  position: relative;
  float: left;
  width: 20%;
}

.tms_float_width80_header{
  position: relative;
  float: left;
  width: 80%;
  text-align: center;
  margin: 0px 0px 0 0px;
}


.tms_buttons_main_facilities{
  margin-top: 30px;
  margin-bottom: 25px;
  position: relative;
  display: flex;
}


.tms_modal_header_gallery{
  display: initial;
  border: none;
  padding: 0;
}

.tsm_margin_less_10{
  margin-top: -10px;
}

.tms_form_nearby_margin0{
  margin: 0 !important;
  height: 100%;
}

.tms_display_none_logo{
  display: none !important;
}

.tms_width100_logo{
  width: 100% !important;
}

.tms_margin0{
  margin: 0 !important;
}

#header_img{
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    align-items: center;
    height: 200px;
}

.tms_div_center_header{
  position: relative;
  margin: 0 auto;
  text-align: center;
}

.tms-md6-header-actions-buttons{
    text-align: center;
    position: relative;
    display: flex;
    align-items: center;
}


.tms-fa-buttons-header{
    color: #9c9c9c !important;
    border-radius: 30px !important;
    border: 1px solid #bdbdbd !important;
}

.tms-fa-buttons-header-claim{
    color: #9c9c9c !important;
    border-radius: 47px;
    border: 1px solid #bdbdbd;
    padding: 9px 12px !important;
}

.tms-fa-text-header-buttons{
    color: #969696;
    font-size: 12px;
    margin-top: 5px;
}


.tms-title-main-listing{
  color: #ffffff !important;
  font-weight: 700;
}

.tms-fa-right-header-address{
    color: #9c9c9c !important;
    display: initial;
    float: left;
    position: relative;
}

.tms-text-right-header-fa{
  display: contents;
  float: left;
  position: relative;
  font-size: 16px;
  color: #9c9c9c !important;
  width: 100%;
}

.tms-text-right-header-fa a{
  color: #9c9c9c !important;
}

.tms_margintop20{
  margin-top: 20px !important;
}

.tms-text-right-header-fa:hover{
  font-weight: 700 !important;
  text-decoration: none !important;
}

.tms-text-right-header-fa a:hover{
  font-weight: 700 !important;
  text-decoration: none !important;
}

.tms-md6-header-actions-buttons .tms-col-md-4 div{
  cursor: pointer;
}

.tms-md6-header-actions-buttons .tms-col-md-4 div:hover{
  font-weight: 700 !important;
}

#facilityName{
  color: #9c9c9c !important;
  font-size: 18px !important;
  margin-bottom: 0;
  margin-top: 5px !important;
  padding: 0 !important;
  line-height: 50px;
  height: auto;
}

.tms-marginbottom20{
  margin-bottom: 30px !important;
}

.tms_row_header_stars{
  position: relative;
  margin: -4px 0 0px;
}

.tms_total_reviews_header{
    position: relative;
    float: right;
    width: 50%;
    color: #969696;
    font-size: 14px;
}

.tms-title-address-listing {
  font-size: 18px !important;
  margin: 16px 0 10px;
  font-weight: 200;
}

.tms-title-address-listing .fas{
  font-size:14px;
}

#facilityLocation .fas{
  font-size:14px;
}

#paragraphContent {
  display: block;
}

#submiterror{
  display: none; 
  color: red
}


.post-module {
  position: relative;
  width: 100%;
  z-index: 1;
  display: block;
  background: #FFFFFF;
  height: 450px;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.post-module:hover,
.hover {
  -webkit-box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
}
.post-module:hover .thumbnail img,
.hover .thumbnail img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0.6;
}
.post-module .thumbnail {
  background: #000000;
  width: 100%;
  height: 235px;
  overflow: hidden;
  filter: blur(3px);
  -webkit-filter: blur(3px);
}
.post-module .thumbnail .date {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1;
  background: #e74c3c;
  width: 55px;
  height: 55px;
  padding: 12.5px 0;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  color: #FFFFFF;
  font-weight: 700;
  text-align: center;
  -webkti-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.post-module .thumbnail .date .day {
  font-size: 18px;
}
.post-module .thumbnail .date .month {
  font-size: 12px;
  text-transform: uppercase;
}
.post-module .thumbnail img {
  display: block;
  width: 100%;
  height: 130px;
  margin-top: 50px;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.post-module .post-content {
  position: absolute;
  bottom: 0;
  background: #FFFFFF;
  padding: 10px;
  -webkti-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
  -o-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
  transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
}
.post-module .post-content .category {
  position: absolute;
  top: -34px;
  left: 0;
  background: #e74c3c;
  padding: 10px 15px;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
.post-module .post-content .title {
    margin: 0;
    padding: 20px 0px 0px;
    color: #333333;
    width: 100%;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px !important;
}
.post-module .post-content .sub_title {
    margin: 0;
    padding: 5px 0 20px;
    width: 100%;
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
}
.post-module .post-content .description {
  display: none;
  color: #666666;
  font-size: 13px;
  line-height: 1.8em;
}
.post-module .post-content .post-meta {
  margin: 30px 0 0;
  color: #999999;
}
.post-module .post-content .post-meta .timestamp {
  margin: 0 16px 0 0;
}
.post-module .post-content .post-meta a {
  color: #999999;
  text-decoration: none;
}
.hover .post-content .description {
  display: block !important;
  height: auto !important;
  opacity: 1 !important;
}


.column .demo-title {
  margin: 0 0 15px;
  color: #666666;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}

.tms-gallery-close-fa{
  right: 5px;
  bottom: 6px;
  position: relative;
}

.tms_add_new_title_facilityname{
  color: #9c9c9c !important;
  font-size: 16px !important;
  margin-bottom: 0;
  margin-top: 5px !important;
  padding: 0 !important;
  line-height: 50px;
  height: auto;
  font-weight: 700;
}





.blur-up {
  -webkit-filter: blur(6px);
  filter: blur(6px);
  transition: filter .5s, -webkit-filter .5s;
  }
  .blur-up.lazyloaded {
  -webkit-filter: blur(0);
  filter: blur(0);
  }
.img-absolute {
left: 0;
width: 100%;
height: auto;
vertical-align: middle;
text-indent: -9999px;
z-index: 1;
}

.tms-margin-top-15{
  margin-top:15px !important;
}


#descriptionContainer {
  font-size: 14px;
  margin-top: 30px;
}

#tms-p1{
  color: white; 
  font-size: 20px; 
  text-align: center; 
  min-height: calc(100% - 3.5rem); 
  align-items: center; 
  display: flex; 
  max-width: 220px; 
  margin: 1.75rem auto;
}

#tms-p1 span{
  align-items: center;
}

.img_category_cover{
  object-fit: cover;
  width: 100%;
}

#categoryFacilitiesContainer{
  padding: 0 15px !important;
}

.tms-button_missing_addit{
  margin-bottom: 20px;
}

.tms-share-font{
  font-size: 14px !important;
}

a.tms-close.tms-a {
  font-size: 30px !important;
}



/* ****************** css form create a new account *********** */
.tms-center-container .center_container .tms-directory-form {
  padding: 10px;
  margin-bottom: 120px;
}

.tms-center-container .center_container .tms-directory-form .tms-button {
  margin-top: 20px !important;
}

.tms-modal-dialog-sign-up{
width: 100%;
height: 100%;
max-width: 100%;
}

.tms-img-header-modal-signup{
width: 35px;
}

.tms-modal-header-signup{
padding: 10px 60px !important;
}

.tms-title-main-moda-signup{
position: relative;
padding-top: 15px;
font-weight: 500;
font-size: 18px;
}

.tms-subtitle-main-moda-signup{
position: relative;
font-size: 13px;
font-weight: 500;
}

.tms-sercher-modal-signup{
position: relative;
margin-top: 40px;
display: inline-block;
width: 100%;
}

.tms-margin-right-sercher{
width: 10%;
position: relative;
float: left;
}

.tms-margin-right-sercher-input{
width: 90%;
position: relative;
float: left;
}

.tms-input-sign-sercher{
border-radius: 0 !important;
border: none!important;
border-bottom: 1px solid #000000!important;
padding: 0 !important;
margin-bottom: 5px;
}

.tms-subtitle-sign-sercher-input{
position: relative;
font-size: 12px;
}

.tms_top35{
  top: -35px !important;
}

.tms_div_sign_button{
  position: relative;
  margin-bottom: 30px;
}

.tms-sign-button-next{
  position: relative;
  float: right;
  padding: 5px 40px;
  background-color: #009cdb;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  margin-top: 30px;
  cursor: pointer;
}

.tms-sign-button-next:hover{
background-color: #3b83a0;
}



.tms-sign-button-back{
position: relative;
float: left;
padding: 5px 40px;
background-color: #009cdb;
color: #ffffff;
font-size: 14px;
font-weight: 500;
margin-top: 30px;
cursor: pointer;
}

.tms-sign-button-back:hover{
background-color: #3b83a0;
}


.p-floating-container {
position: relative;
}

.p-floating-container label {
/* Position the label */
left: 8px;
position: absolute;
top: -15px;

/* Hide it by default */
opacity: 0;
transition: 'all 200ms';
}

/* Show the label at desired position when the placeholder of input isn't shown */
.p-floating-container input:not(:placeholder-shown) + label {
  background: #FFF;
  transform: translate(0, 75%);
  opacity: 1;
  color: #009cdb;
  font-weight: 600;
  font-size: 11px;
  line-height: 1;
}

.tms-paddingmargin-0{ 
padding-right:0; 
padding-left:0; 
margin-right: 0;
margin-left: 0;
}

.tms-div-form-sign{
padding-right:0; 
padding-left:0; 
margin-right: 0;
margin-left: 0;
margin-top: 25px;
}

.tms-sign-margin20{
margin-top: 20px;
}

.tms-sign-margin35{
  margin-top: 35px;
}

.tms_label_checkbox_sign{
  font-size: 13px;
  position: absolute;
  margin: 2px 5px;
}

.tms-input98{
width: 98% !important;
}

.tms-button-tellus-sign{
width: 100%;
background-color: #ffffff;
color: #a5a5a5;
font-weight: 500;
border: 1px solid #d6dbe0;
}

.tms-button-tellus-sign:hover{
background-color: #76d7ff;
color: #ffffff;
}

.tms-button-tellus-sign:focus{
background-color: #009cdb;
color: #ffffff;
}


.tms-button-question-admissions-sign{
width: 100%;
border: 1px solid #20b6f3;
color: #000000;
margin-bottom: 10px;
background-color: #ffffff;
font-size: 18px;
font-weight: 500;
padding: 23px;
text-align: center;
position: relative;
align-items: center;
}

.tms-button-question-admissions-sign:hover{
background-color: #eefaff !important;
color: #000000 !important;
}

.tms-button-question-admissions-sign:focus{
background-color: #20ea43 !important;
color: #000000 !important;
}

.tms-form-sign-hidden{
display: none;
}

.validetta-bubble.validetta-bubble--right {
width: 50%;
}

#button_select2_create{
cursor: pointer;
}

.tms_select_questions_login{
  background: #FFF;
  transform: translate(0, 75%);
  opacity: 1 !important;
  color: #009cdb;
  font-weight: 600;
  font-size: 11px;
}

.tms_checkbox_questions_login{
  background: #FFF;
  transform: translate(0, 75%);
  top: -42px !important;
  opacity: 1 !important;
  color: #009cdb;
  font-weight: 600;
  font-size: 11px;
}

.select2-results__option > #button_select2_create{
  background-color: #5897fb;
  padding: 6px !important;
  color: #fff;
  text-align: center;
  margin: 0px !important;
  font-weight: 500;
  font-size: 17px;
}


.p-floating-container .tms-form-control::-webkit-input-placeholder { /* WebKit browsers */
  font-size: 14px !important; /* 1em -> input font-size * 1 -> 40px * 1 = 40px */
}

.p-floating-container .tms-form-control:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  font-size: 14px !important;
}

.p-floating-container .tms-form-control::-moz-placeholder { /* Mozilla Firefox 19+ */
   font-size: 14px !important;
}

.p-floating-container .tms-form-control:-ms-input-placeholder { /* Internet Explorer 10+ */
  font-size: 14px !important;
}

.tms-hide_change_youtube {
  display: none;
}

.tms_font22{
  font-size: 22px !important;
}

.tms_box_ribbon {
  position: relative;
  max-width: 600px;
  border: 1px solid #DEDEDE;
  height: auto;
  border-radius: 10px;
  min-height: 400px;
  background: #fff;
 /* box-shadow: 0 0 15px rgb(0 0 0 / 10%);*/
}

/* common */
.ribbon {
  width: 150px;
  height: 150px;
  overflow: hidden;
  position: absolute;
}
.ribbon::before,
.ribbon::after {
  position: absolute;
  z-index: -1;
  content: '';
  display: block;
  border: 5px solid #002a59;
}
.ribbon span {
  position: absolute;
  display: block;
  width: 258px;
  padding: 7px 0;
  background: linear-gradient( 
270deg
, rgba(0,42,89,1) 59%, rgba(255,255,255,1) 100%, rgba(255,255,255,1) 100%);
  box-shadow: 0 5px 10px rgb(0 0 0 / 10%);
  color: #fff;
  font: 700 16px/1 'Lato',sans-serif;
  text-shadow: 0 1px 1px rgb(0 0 0 / 20%);
  text-transform: uppercase;
  text-align: center;
}

/* top left*/
.ribbon-top-left {
  top: -10px;
  left: -10px;
  z-index: 3;
}
.ribbon-top-left::before,
.ribbon-top-left::after {
  border-top-color: transparent;
  border-left-color: transparent;
}
.ribbon-top-left::before {
  top: 0;
  right: 21px;
}
.ribbon-top-left::after {
  bottom: 21px;
  left: 0;
}
.ribbon-top-left span {
  right: -25px;
  top: 30px;
  transform: rotate(-45deg);
}

span.select2.select2-container.select2-container--default {
  width: 100% !important;
}

.tms_disabled_addnew{
  position: relative;
  width: 100%;
  background-color: #ffffff;
  height: auto;
  opacity: 0.2;
  margin-top: 32px;
}

.tms-picture-content .tms-cardBackground{
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  vertical-align:middle;
  max-height: 222px;
}

.facilityCardContainer_ribbon{
  min-height: 400px !important;
  border-radius: 10px;
}

.tms_div_start_new{
  position: relative;
  top: -40px;
  display: block;
  right: 20px;
  float: right !important;
  text-align: revert;
  background-color: #00000075;
  padding: 2px 40px 0px 14px;
  border-radius: 20px;
}

.tms_span_star_number{
  position: absolute !important;
  float: right;
  right: 12px !important;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  top: 4px !important;
}

.tms_col_3_state{
  max-width: 33% !important;
  float: left;
  flex: 0 0 33% !important;
  width: 35% !important;
  position: relative !important;
  padding-right: 15px !important;
}

.tms_row_state_detox{
  position: relative;
  margin: 20px 0 0 0;
  padding: 0;
  margin-bottom: 50px;
}


.tms_picture_content_state_detox {
  position: relative;
  background-image: url(https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcR0zE7DH3dlOF8Hl4J-GfeLG3ojcurKF2QRyw&usqp=CAU);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 222px;
  background-color: #fdf0f0;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  line-height: 220px;
  margin: 0px auto;
  text-align: center;
}


/* ribbon top left state detox */
.ribbon_top_left_state_detox {
  top: -10px;
  left: -10px;
  z-index: 3;
}
.ribbon_top_left_state_detox::before,
.ribbon_top_left_state_detox::after {
  border-top-color: transparent !important;
  border-left-color: transparent !important;
}
.ribbon_top_left_state_detox::before {
  top: 0;
  right: 35px;
}
.ribbon_top_left_state_detox::after {
  bottom: 35px;
  left: 0;
}
.ribbon_top_left_state_detox span {
  right: -25px;
  font: normal normal 800 8px/16px Gothic A1;
  top: 30px;
  letter-spacing: 1.44px;
  transform: rotate(
-45deg
);
  padding: 8px 0;
  color: #F8F8F8;

  position: absolute;
  display: block;
  width: 258px;
  background: linear-gradient( 
270deg
, rgba(0,42,89,1) 59%, rgba(255,255,255,1) 100%, rgba(255,255,255,1) 100%);
  box-shadow: 0 5px 10px rgb(0 0 0 / 10%);
  text-shadow: 0 1px 1px rgb(0 0 0 / 20%);
  text-transform: uppercase;
  text-align: center;
}


.tms_div_start_new_state_detox {
  position: absolute;
  top: 180px;
  display: block;
  right: 4px;
  float: right !important;
  text-align: revert;
  background-color: #00000075;
  padding: 2px 40px 0px 14px;
  border-radius: 20px;
}


.ribbon_state_detox {
  width: 150px;
  height: 150px;
  overflow: hidden;
  position: absolute;
}

.ribbon_individual_listing_page {
  width: 150px;
  height: 150px;
  overflow: hidden;
  position: absolute;
}

.ribbon_state_detox_span {
  position: absolute;
  display: block;
  width: 258px;
  padding: 7px 0;
  background: linear-gradient( 
270deg
, rgba(0,42,89,1) 59%, rgba(255,255,255,1) 100%, rgba(255,255,255,1) 100%);
  box-shadow: 0 5px 10px rgb(0 0 0 / 10%);
  color: #fff;
  font: 700 16px/1 'Lato',sans-serif;
  text-shadow: 0 1px 1px rgb(0 0 0 / 20%);
  text-transform: uppercase;
  text-align: center;
}

.ribbon_state_detox::before,
.ribbon_state_detox::after {
  position: absolute;
  z-index: -1;
  content: '';
  display: block;
  border: 5px solid #002a59;
}

.ribbon_individual_listing_page::before,
.ribbon_individual_listing_page::after {
  position: absolute;
  z-index: -1;
  content: '';
  display: block;
  border: 5px solid #002a59;
}

/* top left*/
.ribbon-top-left_individual_listing {
  top: -10px;
  left: -10px;
  z-index: 3;
}
.ribbon-top-left_individual_listing::before,
.ribbon-top-left_individual_listing::after {
  border-top-color: transparent;
  border-left-color: transparent;
}
.ribbon-top-left_individual_listing::before {
  top: 0;
  right: 37px;
}
.ribbon-top-left_individual_listing::after {
  bottom: 37px;
  left: 0;
}
.ribbon-top-left_individual_listing span {
  right: -25px;
  top: 30px;
  transform: rotate(-45deg);
}

/* Bar over listing category state */
.tms_div_main_bar_category_state{
  position: relative;
  width: 100%;
  padding: 0 35px 25px 35px;
  display: flex;
  margin-top: 60px;
}

.tms_name_state_category_div{
  position: relative;
  float: left;
  width: 70%;
  padding: 7px;
}

.tms_name_state_category_text{
  text-align: center;
    color: #ffffff;
    font: normal normal normal 16px/15px Karla;
    background: #707070 0% 0% no-repeat padding-box;
    border-radius: 2px;
    opacity: 0.9;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 7px 7px;
    position: absolute;
    margin-left: -15px;
    margin-top: -5px;
}

.tms_view_all_button_state_category_div{
  position: relative;
  width: 30%;
  float: left;
  right: 0;
  text-align: right;
}

.tms_view_all_button_state_category_ahref{
  color: #4f9ddb !important;
  font-family: 'karla';
  font-weight: bold;
  font-size: 20px;
}

.tms_span_read_more_category{
  color: #4f9ddb;
}

.tms_text_description_cards_category{
  cursor: pointer !important;
  font: normal normal 600 11px/16px Gothic A1;
  letter-spacing: 0px;
}

.tms_box_ribbon:hover{
  -webkit-box-shadow: 10px 7px 25px -14px rgb(0 0 0 / 70%);
  -moz-box-shadow: 10px 7px 25px -14px rgba(0,0,0,0.7);
  box-shadow: 10px 7px 25px -14px rgb(0 0 0 / 70%);
}

.tms_box_ribbon_featured:hover{
  filter: saturate(130%);
}

.tms-card-title span{
  letter-spacing: 0px;
  font-family: Gothic A1;
  font-size: 16px;
}

#map { 
  width: 100%;
  height: 400px; 
}

.tms-cardBackgroundVertical{
  width: 100%;
}

button.tms-shadow.tms-button.tms-top-botton-category {
  cursor: pointer;
}

.tms-pagination-container .tms-pagination li a {
  color: #000000 !important;
}

.tms_error_user_repeat {
  font-size: 12px;
  color: #cd2e26;
  margin-top: 15px;
}


@media only screen and (max-width: 850px){

  #header_img{
    background-size: contain !important;
  }

  .tms-top-botton-category{
    width: 100%;
  }

  .tms-cardBackgroundVertical{
    width: 100%;
  }

  .tms-col-sm-3 {
    width: 25% !important;
  }

  #delete_facility{
    margin-top: 15px !important;
    width: 100% !important;
    margin-bottom: 30px;
    padding: 10px;
  }

  #descriptionContainer label{
    font-size: 14px !important;
  }

  h2#facilityName {
    font-size: 20px !important;
  }

  .tms-title-address-listing{
    text-align: left !important;
  }

  .tms-col-sm-4 {
    width: 33.3%;
    text-align: center;
  }

  .tms_row_site_content{
    margin: 0 !important;
  }

  .tms_header_margin20020{
    margin: 0 !important;
    text-align: center !important;
  }

  .tms_float_width20{
    position: absolute !important;
    margin-top: 50px !important;
    width: 90% !important;
    float: none !important;
    display: block !important;
  }

  .tms_float_width80_header{
    width: 100% !important;
  }

  .tms-title-main-listing{
    position: relative;
    color: #ffffff;
  }

  .tms_md4_unclaimed{
    position: relative;
    margin-top: 30px;
  }

  .tms_md4_rating{
    position: absolute !important;
    text-align: center !important;
  }

  .tms_float_none{
    float: none;
  }

  #buttonsContainer{
    margin: 0 !important;
  }

  #writeReviewButton{
    width: 100%;
    padding: 10px;
  }

  #readReviewButton {
    width: 100% !important;
    padding: 10px;
  }

  #claim {
    width: 100% !important;
    padding: 10px;
  }

  #shareButton {
    width: 100% !important;
    margin-bottom: 30px;
    padding: 10px;
  }

  .tms-grid-item {
    width: 50% !important;
  }

  .hr_margintop10{
    margin-top: 10px;
  }

  .tms_form_review_padding0{
    padding: 0 !important;
  }

  .tms_form_review_margin0{
    margin: 0 !important;
  }


}