<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html,
body {
    height: 100%;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto 0px;
    padding: 0 0 30px;
}

.wrap &gt; .container {
    padding: 70px 15px 20px;
}

footer {
    height: 50px;
    background-color: rgba(0, 0, 0, 0.68);
    border-top: 1px solid #ddd;
    padding-top: 20px;
    color: #c5c5c5;

}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}


// Layout Custom styles

body{
    background-color: #f7e7bb !important;
    position: relative;
}
.pageLoader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('/images/cube.svg') 50% 50% no-repeat rgba(4, 4, 4, 0.84);
    opacity: .8;
}
.dropbtn {
    color: white;
    border: none;
    cursor: pointer;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 200px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown:hover .dropdown-content {
    display: block;
}


/** For dropdown **/

/*.container {
    max-width: 1240px;
    width: 100%;
    padding: 0px;
}

.wrap &gt; .container {
    padding: 0px;
}*/

/*.navbar-inverse {
    background-color: #000000;
    border-bottom: 3px solid #EAA020;
}*/

.sitelogo {
    max-width: 160px;
    margin-top: 5px;
}

div.wrap {
    background-color: #f7e7bb;
    z-index: 100;
}
.wrap.demologin
{
    background-color: transparent;
}
.breadcrumb {
    background-color: rgba(0, 0, 0, 0.89)!important;
    border-radius: 2px;
    margin-bottom: 15px;
}

.breadcrumb li a {
    color: #c5c5c5;
}

.breadcrumb li:first-child a {
    color: #EAA020;
}

.breadcrumb li.active a {
    color: #EAA020;
}

.dashboard-title h1 {
    font-size: 24px;
    margin-top: 0;
}

.dashboard-create-btn {
    text-align: right;
}

.grid-view {
    background-color: rgba(0, 0, 0, 0.89)!important;
    padding: 15px;
    border-radius: 2px;
}

div.summary {
    margin-bottom: 10px;
    color: #c5c5c5;
}
table.table-responsive{
    border: 0;
}

table.table-responsive thead a,
table.table-responsive thead {
    color: #EAA020;
    font-weight: normal;
}

table.table-responsive thead a:hover {
    color: #b77f1f;
    text-decoration: none;
}

table.table-responsive thead th {
    border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}

 table.table-responsive td a 
 {
    color: #EAA020;
 }

table.table-responsive tr.filters .form-control {
    display: block;
    width: 100%;
    height: 30px;
    padding: 4px 4px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #afafaf;
    background-color: rgba(49, 49, 49, 0.76);
    background-image: none;
    border: 1px solid #1b1914;
    border-radius: 1px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

table.table-responsive tbody td {
    font-size: 13px;
    color: #c5c5c5;
    border-top: 1px solid rgba(255, 255, 255, 0.05) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05) !important;
}

table.table-responsive tbody tr:first-child td {
    color: #c5c5c5;
    border-top: 1px solid rgba(255, 255, 255, 0.05) !important;
}

table.table-responsive tbody tr:last-child td {
    color: #c5c5c5;
    /*border-bottom: 0px;*/
}

table.table-responsive tbody tr td:last-child {
    width: 90px!important;
    text-align: center;
}

table.table-responsive tbody tr td:last-child a {
    padding: 0px 3px;
    transition: all 0.3s ease-in-out;
}

table.table-responsive tbody tr td:last-child a[title="View"] {
    color: #555;
}

table.table-responsive tbody tr td:last-child a[title="Update"] {
    color: #845839;
}

table.table-responsive tbody tr td:last-child a[title="Delete"] {
    color: #a75454;
}

table.table-responsive tbody tr td:last-child a[title="View"]:hover {
    color: #908f8f;
}

table.table-responsive tbody tr td:last-child a[title="Update"]:hover {
    color: #ca7f4a;
}

table.table-responsive tbody tr td:last-child a[title="Delete"]:hover {
    color: #e05d5d;
}

div.custom-detail-view {
    background-color: rgba(0, 0, 0, 0.89)!important;
    padding: 15px;
    border-radius: 2px;
}

div.custom-detail-view table {
    border: 0px!important;
}

div.custom-detail-view table th {
    font-size: 14px;
    color: #EAA020;
    font-weight: normal;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

div.custom-detail-view table td {
    font-size: 13px;
    color: #c5c5c5;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

div.custom-detail-view table tr:first-child th,
div.custom-detail-view table tr:first-child td {
    border-top: 0px;
}

div.custom-form-view {
    background-color: rgba(0, 0, 0, 0.89)!important;
    padding: 15px;
    border-radius: 2px;
}

div.custom-form-view .form-group label {
    color: #EAA020;
    font-weight: normal;
    font-size: 14px;
}

div.custom-form-view .form-group.has-success label {
    color: #5cb85c;
}

div.custom-form-view .form-group.has-danger label {
    color: #d9534f;
}

div.custom-form-view .form-group.has-warning label {
    color: #f0ad4e;
}

div.custom-form-view .form-control {
    display: block;
    width: 100%;
    height: 30px;
    padding: 2px 6px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #cecece;
    background-color: #333;
    background-image: none;
    border: 1px solid #545454;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

div.custom-form-view .form-group.has-success .form-control {
    border: 1px solid #5cb85c;
}

div.custom-form-view .form-group.has-danger .form-control {
    border: 1px solid #d9534f;
}

div.custom-form-view .form-group.has-warning .form-control {
    border: 1px solid #f0ad4e;
}

div.custom-form-view textarea.form-control {
    height: 200px!important;
}


.navbar,
.dropdown-menu {
    background: #000000;
    border: 0;
    border-radius: 0;
    border-bottom: 4px solid #EAA020;
}

.dashboard-nav{
    margin-bottom: 15px;
}

.dashboard-nav ul li a {
    color: #c5c5c5;
    outline: 0;
    transition: all 0.5s ease;
    line-height: 27px;
}

.dashboard-nav ul li a:hover,
.dashboard-nav ul li.open a,
.dashboard-nav ul li.open a:hover,
.dashboard-nav ul li.open a:focus {
    background-color: transparent;
    color: #EAA020;
    outline: 0;
}

.dashboard-nav ul li.dropdown.open ul{
    padding: 0px;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
}

.dashboard-nav ul li.dropdown.open ul li a{
   transition: all 0.5s ease;
}

.dashboard-nav ul li.dropdown.open ul li a:hover,
.dashboard-nav ul li.dropdown.open ul li a.activeChild{
    background-color: #EAA020;
    color: #fff;
}

.dropdown-menu {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.navbar-toggle .icon-bar {
    color: #fff;
    background: #fff;
}

footer.footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 550px;
    background: url(/images/city.png) no-repeat center bottom;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-origin: border-box;
    opacity: 0.5;
    z-index: -1;
}

/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) {

}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

}

span.display-name{
    color: #EAA020;
}
span.display-status{
    color: #EAA020;
    font-size: 11px;
}

a.create-record{
    padding: 5px 10px;
    border: 1px solid #1b1914;
    border-radius: 2px;
    color: #1b1914;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
}

a.create-record:hover{
    padding: 5px 10px;        
    border-radius: 2px;
    color: #fff;
    background-color: #EAA020;
    border: 1px solid #EAA020;
}

.dashboard-nav ul li a:hover, 
.dashboard-nav ul li.open a, 
.dashboard-nav ul li.open a:hover, 
.dashboard-nav ul li.open a:focus,
.dashboard-nav ul li a, 
.dashboard-nav ul li a:hover, 
.dashboard-nav ul li a:focus
{
    background: transparent !important;
}
a.navbar-brand
{
    padding: 0px;
}

.topHeader{
    display: block;
    padding: 15px 15px 0px;
    background-color: rgba(0, 0, 0, 0.89)!important;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
   
}
.custom-form-view
{
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
}
.topHeader .dashboard-title{
    color: #EAA020;
}

/* .topHeader a.create-record {
    padding: 5px 10px;
    border: 1px solid #EAA020;
    border-radius: 2px;
    color: #EAA020;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
}*/

.topHeader a.create-record, .update-btns  button.create-record {
    color: #fff;
    background: #5da557;
    border: 0;
    padding: 6px 12px;
    cursor: pointer;
    font-size: 12px;
    transition: all 0.3s ease-in-out;
    border-radius: 2px;
}
.topHeader a.delete-record{
    color: #fff;
    background: #5da557;
    border: 0;
    padding: 6px 12px;
    cursor: pointer;
    font-size: 12px;
    transition: all 0.3s ease-in-out;
    border-radius: 2px;
    display: none;
}
.topHeader a.create-record:hover, .update-btns  button.create-record:hover {
    background: #4b8446;
}
.topHeader a.delete-record:hover{
     background: #4b8446;
}

.topHeader a.edit-record, .update-btns  button.edit-record {
    color: #fff;
    background: #337ab7;
    border: 0;
    padding: 6px 15px;
    cursor: pointer;
    font-size: 12px;
    transition: all 0.3s ease-in-out;
    border-radius: 2px;
}
.topHeader a.edit-record:hover, .update-btns  button.edit-record:hover {
    background: #1a4265;
}

.topHeader a.delete-record {
    color: #fff;
    background: #d9534f;
    border: 0;
    padding: 6px 15px;
    cursor: pointer;
    font-size: 12px;
    transition: all 0.3s ease-in-out;
    border-radius: 2px;
}
.topHeader a.delete-record:hover {
    background: #ab4441;
}

.progile-img img
{
    width: 75px;
    height: 75px;
    border-radius: 100%;
}
@media only screen and (max-width: 768px) {
    .navbar-collapse
    {
      position: absolute;
      background: rgb(0, 0, 0);
      width: 100%;
    }
    .dashboard-nav
    {
      z-index: 999;
    }
    .navbar-nav &gt; li
    {
        background: rgba(247, 247, 247, 0.1);
        margin-bottom: 2px;
        padding: 0px 10px;
    }
    .navbar-nav &gt; li:hover,.navbar-nav &gt; li.dropdown.open
    {
        background: rgba(247, 247, 247, 0.2);
    }

    .dashboard-nav ul li a
    {
        line-height: 25px;
    }
    .navbar-nav &gt; li &gt; a
    {
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .dropdown a.dropdown-toggle:after {
        content: "+";
        position: absolute;
        right: 20px;
    }
    .dropdown.open a.dropdown-toggle:after {
        content: "-";
        position: absolute;
        right: 20px;
    }
    .navbar-nav &gt; li:last-child
    {
        text-align: right;
        float: left;
        width: 100%;
    }
    .navbar-nav &gt; li:last-child a
    {
        float: right;
    }
    .navbar-nav .dropdown b.caret
    {
        color: transparent;
    }
    a.navbar-brand
    {
        padding: 10px;
    }
    .table-responsive &gt; .table &gt; tbody &gt; tr &gt; td
    {
        white-space: inherit !important;
    }
    .navbar-nav {
        margin: 0px -15px;
        border-bottom: 4px solid #EAA020;
    }
}

.pagination li a{
    background-color: transparent!important;
    border:0!important;
    transition: all 0.3s ease-in-out;
}
.pagination li.disabled, .pagination li span{
    background-color: transparent!important;
    border:0!important;
}
.pagination li a{
    padding:4px 10px!important;
    border-radius: 1px!important;
    color: #adadad!important;
}
.pagination li.active a{
    padding:4px 10px!important;
    border-radius: 1px!important;
    background-color: #EAA020!important;
    color: #000!important;
}
.pagination li a:hover{
    color: #EAA020!important;
}
.pagination li.active a:hover{
    color: #000!important;
}

/*
table.table { 
    width: 100%; 
    border-collapse: collapse; 
}
table.table th {  
    color: #EAA020; 
    font-weight: normal; 
    border-bottom: 1px solid rgba(255, 255, 255, 0.13);
    padding: 8px;         
    text-align: left; 
}
table.table td { 
    font-size: 13px; 
    padding: 8px;         
    text-align: left;  
    color: #c5c5c5;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
table.table tbody tr:last-child td{
    border-bottom: 0;
}
@media only screen and (max-width: 760px),(min-device-width: 768px) and (max-device-width: 1024px)  {
    table, thead, tbody, th, td, tr { 
        display: block; 
    }
    table.table tr { 
        position: absolute;
        top: -9999px;
        left: -9999px;
        margin-bottom: 10px;
        border: 1px solid rgba(255, 255, 255, 0.13);
        background-color: rgba(49, 49, 49, 0.86);
        border-radius: 2px; 
    }    
    table.table td { 
        border: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.05); 
        position: relative;
        padding-left: 50%; 
    }        
    table.table td:before { 
        position: absolute;
       
        top: 6px;
        left: 6px;
        width: 45%; 
        padding-right: 10px; 
        white-space: nowrap;
    }
}*/

/* Dashboard Index style */
 #history{
        background-color: rgba(0, 0, 0, 0.89)!important;
        padding: 15px;
        border-radius: 2px;
    }
    #historyTable tr.active{

    }
    #historyTable tr.active a:hover{
        text-decoration: none;
    }
    #historyTable tr.active a{
        color: #EAA020;
        font-size: 14px;
    }
    #historyTable tr.inactive td{
        background-color: #23201a;
    }
    #historyTable tr.inactive td a{
        color: #018e01;
        font-size: 14px;
    }
    
    table { 
        width: 100%; 
        border-collapse: collapse; 
    }
    /* Zebra striping */
    tr:nth-of-type(odd) { 

    }
    th {  
        color: #EAA020; 
        font-weight: normal; 
        border-bottom: 1px solid rgba(255, 255, 255, 0.13);
        padding: 8px;         
        text-align: left; 
    }
    td { 
        font-size: 13px; 
        padding: 8px;         
        text-align: left;  
        color: #c5c5c5;
        border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    }
   /* tbody tr:last-child td{
        border-bottom: 0;
    }*/

    /* 
    Max width before this PARTICULAR table gets nasty
    This query will take effect for any screen smaller than 760px
    and also iPads specifically.
    */
    @media only screen and (max-width: 760px),(min-device-width: 768px) and (max-device-width: 1024px)  {
    
        /* Force table to not be like tables anymore */
        table, thead, tbody, th, td, tr { 
            display: block; 
        }
        
        /* Hide table headers (but not display: none;, for accessibility) */
        thead tr { 
            position: absolute;
            top: -9999px;
            left: -9999px;
        }
        
        tr { 
            margin-bottom: 10px;
            border: 1px solid rgba(255, 255, 255, 0.13);
            background-color: rgba(49, 49, 49, 0.86);
            border-radius: 2px; 
        }
        
        td { 
            /* Behave  like a "row" */
            border: none;
            border-bottom: 1px solid rgba(255, 255, 255, 0.05); 
            position: relative;
            padding-left: 50%; 
        }
        table.table-responsive tbody td
        {
            padding-left: 50%; 
            min-height: 36px;
        }
        table.table-responsive tbody tr td:last-child
        {
            width: 100% !important;
            text-align: right;
        }

        
        td:before { 
            /* Now like a table header */
            position: absolute;
            /* Top/left values mimic padding */
            top: 6px;
            left: 6px;
            width: 45%; 
            padding-right: 10px; 
            white-space: nowrap;
        }
        
        /*
        Label the data
        */
        td:before { content: attr(data-title); }
      /*td:nth-of-type(1):before { content: attr(data-title); }  
        td:nth-of-type(2):before { content: attr(data-title); }
        td:nth-of-type(3):before { content: attr(data-title); }
        td:nth-of-type(4):before { content: attr(data-title); }
        td:nth-of-type(5):before { content: attr(data-title); }
        td:nth-of-type(6):before { content: attr(data-title); }
        td:nth-of-type(7):before { content: attr(data-title); }
        td:nth-of-type(8):before { content: attr(data-title); }
        td:nth-of-type(9):before { content: attr(data-title); }
        td:nth-of-type(10):before { content: attr(data-title); }
        td:nth-of-type(11):before { content: attr(data-title); }
        td:nth-of-type(12):before { content: attr(data-title); }
        td:nth-of-type(13):before { content: attr(data-title); }
        td:nth-of-type(14):before { content: attr(data-title); }*/
    }
    .modal-content{
        background-color: #272727;
        padding: 10px;
        border-radius: 2px;
        color: #fff;
    }

    .restImg{
        position: relative;
        /* background: url(/images/restaurant_bg.png); */
        background-size: 100%;
        height: 300px;
        background-position: 0;
        background-repeat: no-repeat;
    }
    .restGredient{
        background: #e96443;
        background: -webkit-linear-gradient(to bottom, transparent, #272727);
        background: linear-gradient(to bottom, transparent, #272727);
        height: 100%;
    }
    .t-timeline {
        list-style: none;
        padding: 10px 0px;
        margin: 0;
    }
    .t-timeline &gt; li {
        margin-bottom: 60px;
    }
    .t-timeline .t-timeline-date {
        display: inline-block;
        text-align: right;
        padding-right: 20px;
    }

    .t-timeline-content h3{
        margin-bottom: 0px;
    }

    .t-timeline-content p{
       font-size: 13px;
       color: #717171; 
    }

    .t-timeline-content h3 span:first-child{
        font-size: 16px;
        color: #eaa020;
    }
    .t-timeline-content h3 span:last-child{
        font-size: 13px;
        color: #717171;
    }

    .Modelclose{
        float: right;
        font-size: 20px;
        line-height: 1;
        color: #eaa020;
        margin-top: 6px;
        margin-right: 6px;
        text-decoration: none;
    }
    .Modelclose:hover{
        color: #eaa020;
        text-decoration: none;
    }
    .restTitle{
        position: absolute;
        bottom: 16px;
        left: 14px;
        color: #eaa020;
        font-size: 24px;
        font-weight: normal;
    }
    .restsubtitle{
        padding: 0px 0px 5px 15px;
        margin: 0;
        color: #eaa020;
    }
/* for Desktop */
@media (min-width: 640px) {
  .t-timeline &gt; li {
    overflow: hidden;
    margin: 0;
    position: relative;
  }
  .t-timeline &gt; li .t-timeline-date {
    width: 110px;
    float: left;
    margin-top: 24px;
    border-bottom: none;
    color: #EAA020;
  }
  .t-timeline &gt; li .t-timeline-content {
    width: 75%;
    float: left;
    border-left: 1px rgba(234, 160, 32, 0.29) dashed;
    padding-left: 20px;
  }
  .t-timeline &gt; li .t-timeline-content p {
    line-height: 1.6;
  }
  .t-timeline &gt; li .t-timeline-content:before {
    content: '';
    width: 12px;
    height: 12px;
    background-color: #EAA020;
    position: absolute;
    left: 104px;
    top: 28px;
    border-radius: 100%;
  }
}
.deviceUl{
    padding: 20px;
    margin: 0;
    list-style-type: none;
}
.deviceUl li{
    background-color: rgb(47, 47, 47);
    border-bottom: 3px solid #1f1f1f;
    border-radius: 2px;
    padding: 10px;
    font-size: 11px;
    margin-bottom: 10px;
}
.deviceUl li &gt; h4{
    margin: 0 0 5px;
    font-size: 13px;
    font-weight: normal;
    color: #EAA020;
}
.deviceUl li &gt; p{
    margin: 0 0 10px;
    font-size: 11px;
    font-weight: normal;
    color: #717171;
    word-wrap: break-word;
}
.deviceUl li &gt; h5{
    margin: 0 0 5px;
    font-size: 11px;
    font-weight: normal;
    color: #717171;
    text-align: right;
}

#deviceOwner{
    font-size: 24px;
    font-weight: normal;
    color: #EAA020;
    padding: 0px 30px;
}
.devicePara{
    font-size: 14px;
    color: #717171;
    padding: 0px 30px;
}
@media (max-width: 500px) {
.dashboard-create-btn ,.dashboard-title h1
{
    text-align: center;
}
.dashboard-create-btn  a.create-record
{
    display: block;
    text-align: center;
    margin-bottom: 10px;
}
.dashboard-title,.dashboard-create-btn
{
    width: 100%;
}
}
/* Back to top */

.back-to-top {
  visibility: hidden;
  background-color: #EAA020;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  position: fixed;
  bottom: 65px;
  right: 35px;
  z-index: 90;
  cursor: pointer;
  border-radius: 1px;
  opacity: 0;
  -webkit-transform: translateZ(0);
  transition: all .6s
}

.back-to-top .ti-angle-up {
  font-size: 16px;
  color: #fff;
  vertical-align: middle;
}

.back-to-top:hover {
  background-color: rgba(0, 0, 0, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.18);
  opacity: 1

}

.back-to-top.show {
  visibility: visible;
  bottom: 5px;
  opacity: 1;
}



/*.modelMerchants {
  position: relative;
}
.modelMerchants::before {
  content: '';
  position: absolute;
  top: 97%;
  width: 100%;
  height: 0.25em;
  background: -webkit-linear-gradient(315deg, transparent, transparent 45%, #dc3912, transparent 55%, transparent 100%), -webkit-linear-gradient(45deg, transparent, transparent 45%, #dc3912, transparent 55%, transparent 100%);
  background: linear-gradient(135deg, transparent, transparent 45%, #dc3912, transparent 55%, transparent 100%), linear-gradient(45deg, transparent, transparent 45%, #dc3912, transparent 55%, transparent 100%);
  background-size: 0.5em 0.5em;
  background-repeat: repeat-x, repeat-x;
}*/
</pre></body></html>