<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
    .common-image
  {
    position: relative;
    float: left;
    width: 100%;
    box-sizing: border-box;
  }
  .common-image .common-image-con
  {
    position: relative;
    float: left;
    width: 100%;
    box-sizing: border-box;
    height: 180px;
  }
  .common-image .common-image-con img
  {
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    box-sizing: border-box;
  }
  .common-image .common-image-up
  {
    position: absolute;
    float: left;
    width: 100%;
    box-sizing: border-box;
    height: auto;
    padding: 10px 0px;
  }
  .common-image .common-image-up h2
  {
    position: relative;
    float: left;
    width: auto;
    box-sizing: border-box;
    padding: 10px;
    color: white;
    /*text-shadow: 2px 2px black;*/
    font-size: 35pt;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
  }
  .common-image .common-image-up .rec-link
  {
    position: relative;
    float: left;
    width: 100%;
    box-sizing: border-box;
    padding: 10px 0px;
    color: white;
  /*background: linear-gradient(27deg, rgba(0,0,0,0) 9%, rgba(0,0,0,1) 9%, rgba(0,0,0,1) 50%, rgba(0,0,0,1) 91%, rgba(0,0,0,0) 91%);*/
    text-align: left;
    /*text-shadow: 1px 1px black;*/
  }
  .common-image .common-image-up .rec-link a
  {
    position: relative;
    float: none;
    width: auto;
    padding: 10px;
    color: white;
    font-size: 16pt;
    letter-spacing: 0.5px;
/*    text-shadow: 1px 1px black;*/
    font-family: 'Montserrat', sans-serif;
    font-style: italic;
  }

       .breadcrumb
  {
    position: relative;
    float: left;
    width: 100%;
    box-sizing: border-box;
    background: #e5e5e5;
  }
       .breadcrumb.back-img-1
       {
          background: url('../storage/web_img/back/breadcrumb_header.jpg');   
          padding: 15px 0px;  
          border-bottom: 0px solid #444;
       }
       .breadcrumb.back-img-1 .breadcrumb-con a
       {
          color: white;
       }
       .breadcrumb.back-color-1
       {
          background: #5d5d5d;
          padding: 15px 0px;  
          border-bottom: 0px solid #444;
       }
       .breadcrumb.back-color-1 .breadcrumb-con a
       {
          color: white;
       }
       .breadcrumb.back-color-2
       {
          background: #50b3b4;
          padding: 15px 0px;  
          border-bottom: 0px solid #444;
       }
       .breadcrumb.back-color-2 .breadcrumb-con a
       {
          color: white;
       }
       .breadcrumb.back-color-3
       {
          background: #b1c847;
          padding: 15px 0px;  
          border-bottom: 0px solid #444;
       }
       .breadcrumb.back-color-3 .breadcrumb-con a
       {
          color: white;
       }
       .breadcrumb.back-color-4
       {
          background: #f3bb45;
          padding: 15px 0px;  
          border-bottom: 0px solid #444;
       }
       .breadcrumb.back-color-4 .breadcrumb-con a
       {
          color: white;
       }
       .breadcrumb.back-color-5
       {
          background: #00bcd4;
          padding: 15px 0px;  
          border-bottom: 0px solid #444;
       }
       .breadcrumb.back-color-5 .breadcrumb-con a
       {
          color: white;
       }

  .breadcrumb .breadcrumb-con
  {
    position: relative;
    float: left;
    width: 100%;
    box-sizing: border-box;
    padding: 0px 20px;
  }
  .breadcrumb .breadcrumb-con a
  {
    position: relative;
    float: left;
    width: auto;
    box-sizing: border-box;
    font-family: inherit;
    padding: 10px 6px;
    font-size: 12pt;
    color: black;
    font-family: "Montserrat", sans-serif;
  }
  
.heading
{
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
}
.heading h1
{
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 10px 0px;
  font-family:'Montserrat', sans-serif;
  font-size: 22pt;
  font-weight: 800;
  color: #24578e;
}
.heading line
{
    width: 100px;
    float: none;
    display: inline-block;
    font-family: inherit;
    box-sizing: border-box;
    border-bottom: 1px solid green;
    border-width: 6px;
    padding: 2px;
    border-radius: 50px;
}

.heading h2
{
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 20px 0px;
  font-family:'Montserrat', sans-serif;
  font-size: 18pt;
  font-weight: 600;
  color: #24578e;
}
.heading h3
{
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 20px 0px;
  font-family:'Montserrat', sans-serif;
  font-size: 14pt;
  font-weight: 400;
  color: #24578e;
}
.heading h4
{
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 20px 0px;
  font-family:'Montserrat', sans-serif;
  font-size: 12pt;
  color: #24578e;
}
.text-white
{
  color: white!important;
}
.text-center
{
  text-align: center;
}
.font-raleway
{
  font-family: 'Raleway'!important;
}
.heading h1.center
{
  text-align: center;
}
.heading h1.right
{
  text-align: right;
}
.align-center
{
  text-align: center;
}
.align-left
{
  text-align: left;
}
.align-left
{
  text-align: right;
}
.heading h1 img
{
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 6px 500px;
}
.hed-img
{
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
}
.hed-img.md
{
  width: 50%;
}
.hed-img.sm
{
  width: 25%;
}
.hed-img img
{
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
}
.head-back-1
{
  background: linear-gradient(150deg, #CF0000, #FF0000, #9E0012)!important;
  color: white!important;
}
.head-back-2
{
  background: linear-gradient(150deg, #3F0AFF, #42B0FF, #1100FF)!important;
  color: white!important;
}
   .alert-box
  {
    position: relative;
    float: left;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    padding: 10px 0px;
  }
  .alert-box p
  {
    position: relative;
    float: left;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    font-size: 10pt;
    padding: 10px 10px;
    border-radius: 5px;
  }
  .alert-box p.alert-danger
  {
    color: white!important;
    background: #f44336;
  }
  .alert-box p.alert-success
  {
    color: white!important;
    background: #4CAF50 ;
  }


.table
    {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
    border-collapse: collapse;
    border-radius: 10px;
    overflow:hidden;
    border:1px solid #e9e9e9;

    }
.table tr
{
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;    
}
.table tr:nth-child(even)
{
    /*background: #f7f7f7;*/
}
.table td
    {
    padding: 6px 12px;
    vertical-align: top;
    border: 1px solid #dee2e6;
    display: table-cell;
    color: #111;
    font-size: 10pt!important;
    vertical-align: middle;
    }
.table td:nth
{
    background: red;
}
.table thead
{
   background:#e2e2e2;
}
.table tr th
{
    border: 1px solid #dee2e6;
}
.table th
    {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
    padding: 10px 10px;
    font-weight: 600;
    color: black;
    font-size: 12pt;
    text-align: left;
    vertical-align: middle;
    background-image: linear-gradient(to top, #eaeaea, #e9e9e9, #ffffff);
    }
.table th:nth
{
    background: red;
}
.table th.left
{
    text-align: left;
}
.table th.center
{
    text-align: center;
}
.table th.right
{
    text-align: right;
}

.table.th_bg_none th
{
    background: none!important;
}

.table td.bold-text
{
    font-weight: bold;
}
.table td.center
{
    text-align: center;
}
.table td.left
{
    text-align: left;
}
.table td.right
{
    text-align: right;
}
.table td.bold
{
    font-weight: bold;
}
.table tr:hover {
    transition: 0.5s ease;
    background-color: #eee;
}
.table.table-center td
{
    text-align: center;

}
.table.table-bold td
{
    font-weight:bold;
}
.table th select
{
    padding: 2px 5px;
    font-size: 11pt;
    font-weight: normal;
}
.table td a
{
    color: dodgerblue;
    text-decoration: underline;
}


.table_1
    {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
    border-collapse: collapse;
    border-radius: 10px;
    overflow:hidden;
    border:1px solid #e9e9e9;
    }
.table_1 tr
{
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;    
}
.table_1 tr:nth-child(even)
{
    /*background: #f7f7f7;*/
}
.table_1 td
    {
    padding: 6px 10px;
    vertical-align: top;
    border: 1px solid #dee2e6;
    display: table-cell;
    color: #444;
    
    font-size: 8pt!important;
    vertical-align: middle;
    }
.table_1 td:nth
{
    background: red;
}
.table_1 thead
{
   background:#e2e2e2;
}
.table_1 tr th
{
    border: 1px solid #dee2e6;
}
.table_1 th
    {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
    padding: 10px 6px;
    font-weight: 600;
    color: black;
    font-size: 8pt;
    text-align: left;
    vertical-align: middle;
    background-image: linear-gradient(to top, #eaeaea, #e9e9e9, #ffffff);
    
    }
.table_1 th:nth
{
    background: red;
}
.table_1 th.left
{
    text-align: left;
}
.table_1 th.center
{
    text-align: center;
}
.table_1 th.right
{
    text-align: right;
}

.table_1.th_bg_none th
{
    background: none!important;
}

.table_1 td.bold-text
{
    font-weight: bold;
}
.table_1 td.center
{
    text-align: center;
}
.table_1 td.left
{
    text-align: left;
}
.table_1 td.right
{
    text-align: right;
}
.table_1 td.bold
{
    font-weight: bold;
}
.table_1 tr:hover {
    transition: 0.5s ease;
    background-color: #eee;
}
.table_1.table_1-center td
{
    text-align: center;

}
.table_1.table_1-bold td
{
    font-weight:bold;
}
.table_1 th select
{
    padding: 2px 5px;
    font-size: 11pt;
    font-weight: normal;
}
.table_1 td a
{
    color: dodgerblue;
    text-decoration: underline;
}
</pre></body></html>