<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&amp;display=swap');

@font-face {
    font-family: 'Graphik-med';
    src: url('fonts/Graphik-Medium.woff2') format('woff2'),
        url('fonts/Graphik-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Graphik-bold';
    src: url('fonts/Graphik-Bold.woff2') format('woff2'),
        url('fonts/Graphik-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GB';
    src: url('fonts/Graphik-Black.woff2') format('woff2'),
        url('fonts/Graphik-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GR';
    src: url('fonts/Graphik-Regular.woff2') format('woff2'),
        url('fonts/Graphik-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Graphik-Super';
    src: url('fonts/Graphik-Super.woff2') format('woff2'),
        url('fonts/Graphik-Super.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GSb';
    src: url('fonts/Graphik-Semibold.woff2') format('woff2'),
        url('fonts/Graphik-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

  *{
      outline:none;
      border:none;
      list-style: none;
  }

a , a:hover , a:focus  {color:inherit;text-decoration: none;outline:none !important;}

button{outline:none !important;box-shadow:none !important;}

.fs-12{font-size:12px;}
.fs-14{font-size:14px;}
.fs-16{font-size:16px;}
.fs-18{font-size:18px;}
.fs-20{font-size:20px;}
.fs-55{font-size:55px;}

.main-color{color:#262D33;}
.sec-color{color:#262D33;}
.white-t{color:#fff;}
.green-t{color:#3DC47E;}
.lime-t{color:#17D32D;}
.yellow-t , .yellow-t:hover , .yellow-t:focus{color:var(--main-brand-color) ;}
.orange-t{color:#FFA34D !important;}
.sblue-t{color:#3BBDC4;}
.red-t , .red-t:hover , .red-t:focus{color:#ff0000 !important}

.green-b{background:#3DC47E;}
.lime-b{background:#17D32D}
.red-b , .red-b:hover , .red-b:focus{background:#ff0000 }

.logout-b , .logout-b:hover , .logout-b:focus{background:#db1127 !important}
.yellow-b , .yellow-b:hover , .yellow-b:focus{background:var(--main-brand-color); color:var(--main-brand-text-color) !important; }
.blue-b{background:#166DF5}
.orange-b{background:#FF5800}
.gray-b {background: #eeeeee;}

.p-l-0{padding-left: 0px !important;}
.p-r-0{padding-right: 0px !important;}

.p-l-5{padding-left: 5px !important;}
.p-r-5{padding-right: 5px !important;}
div#social_error {
    margin-top: 30px;
}
p.err-msg{color:var(--main-brand-color);font-size:12px;font-family: 'GSB' , Arial, Helvetica, sans-serif;margin: 5px;position: static;}



footer{
    background:#262D33 !important;
    width: 100%;
    float: left;
    padding-bottom: 80px !important;
}

footer .bottom-left{
    width: 100%;
    float: left;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 26%;
    position: inherit !important;
}
footer .bottom-left img{
    width: 75px;
    margin-bottom: 15px;
}
.footer-social{width: 100%;float: left;text-align: center;}

.footer-social a{
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    border-radius: 100px;
    color: #fff;
    padding-top: 7px;
    display: inline-block;
    margin-right: 10px;
    font-size: 18px;
}
#zoom_accept .modal-footer {
    padding: 15px;
    text-align: center;
    border-top: none;
    padding-bottom: 40px;
    display: block;
    clear: both;
}

#hitBidAmt{color:var(--main-brand-color) !important}

footer .bottom-left p{

    font-size: 14px;
    font-family: 'GR' , Arial, Helvetica, sans-serif;
    color:#7C8184;
    width: 100%;
    float: left;
    margin-top: 15px;
}

footer ul.footer-list{
    list-style: none;
    width: 100%;
    float: left;
    margin-top: 15%;
    padding: 0px;

}

footer ul.footer-list li{
    width: 100%;
    float: left;
    line-height: 20px;
    margin-bottom: 10px;
}

footer ul.footer-list li h1{
    font-size: 14px;
    font-weight: 700;
    font-family: 'roboto' , Arial, Helvetica, sans-serif !important;
    color:#fff;
    width: 100%;
    float: left;
    margin-bottom: 10px;
    margin-top: 45px;
}

footer ul.footer-list li a{
    font-size: 14px;
    font-family: 'roboto' , Arial, Helvetica, sans-serif !important;
    color:#fff;
    width: 100%;
    float: left;
}

footer .contact-sec{
    width: 100%;
    float: left;
    /* border-left: 1px solid #262D33; */
    padding-left: 60px;
    padding-bottom:30px;
}

.contact-dv i{margin-right:5px;}
footer .contact-sec h1{
    font-size: 14px;
    font-weight: 700;
    font-family: 'roboto' , Arial, Helvetica, sans-serif !important;
    color: #fff;
    width: 100%;
    float: left;
    margin-bottom: 20px;
    margin-top: 68px;
}

footer .contact-sec .contact-dv{
    width: 100%;
    float: left;
    margin-bottom: 15px;
    color: #fff;
    font-size: 14px;
    font-family: 'roboto' , Arial, Helvetica, sans-serif !important;
    border-right: none;
    padding: 0px;
    margin-top: 0px;
    margin-left: 0px;
}

footer .contact-sec .contact-dv img{margin-right: 10px;}

footer span {
    font-size: 11px;
    font-family: 'matter', "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, sans-serif, sans-serif;
    font-weight: 500;
    color: #8E8E8E;
    width: auto !important;
    float: none !important;
}


.subscribe-dv{
    width: 100%;
    float: left;
    margin-top: 25px;
}

.subscribe-dv span{
    width: 100% !important;
    float: left !important;
    margin-bottom: 10px;
    color:#fff;
    font-size: 14px;
    font-weight: 700;
    font-family: 'roboto' , Arial, Helvetica, sans-serif;
}

.subscribe-dv input{
    border:1px solid #cdcdcd;
    background:#fff;
    color:#939699;
    width: 70%;
    float: left;
    outline: none;
    height: 44px;
    border-radius: 5px 0 0 5px;
    font-size: 14px;
    font-family: 'roboto' , Arial, Helvetica, sans-serif;
    padding:0 15px;
    border-right: 0px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 0 8px;
}

.subscribe-dv button{
    border:none;
    border-radius:0 5px 5px 0;
    float: left;
    height: 44px;
    outline: none;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
    border:1px solid #166DF5;

}


.footer-right{
    width: 73%;
    float: left;
    margin-left: 10px;
}

.footer-right .user-name {
    width: 100%;
    float: left;
}

.auccard-body .footer-right .user-name {
    width: 160px;
    float: left;
}
.auccard-body .footer-right .user-name h3 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #262D33;
    font-family: 'roboto' , Arial, Helvetica, sans-serif;
    font-size: 14px;
    float: left;
    width: 100%;
    padding: 0px;
    margin: 0px;
    margin-top: 5px;
    font-weight: 900;
}

.footer-right .user-name h3{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #262D33;
    font-family: 'roboto' , Arial, Helvetica, sans-serif;
    font-weight: 900;
    font-size: 14px;
    float: left;
    width: 100%;
    padding: 0px;
    margin: 0px;
    margin-top: 5px;
    line-height: 18px;
}

.owl-stage .item .footer-right {
    width: 75%;
    float: left;
    margin-left: 10px;
}

.footer-right .user-name .user-icon{
    width: auto;
    float: right;
    margin-top: 5px;
}

.footer-right .user-name .user-icon img{
    width: 16px;float: left;margin-left: 10px;
}
.footer-right .user-des {
    width: 100%;float: left;
}

.footer-right .user-des p{

    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #262D33;
    font-family: 'roboto' , Arial, Helvetica, sans-serif;
    font-size: 12px;
    float: left;
    width: 100%;
    padding: 0px;
    margin: 0px;
}



/* pagination */

.status-box textarea.main-updates:focus, .status-box .main-updates:focus , .status-box textarea.main-updates, .status-box .main-updates{
box-shadow: none ;
resize: none !important;
}

.panel.panel-featured#dt_status{
    width: 68% !important;
    margin: 30px auto;
    border-radius: 10px;
    box-shadow: 0 4px 20px 1px rgba(0, 0, 0, 0.06), 0 1px 4px rgba(0, 0, 0, 0.08);
}
.nav-tabs-simple li.active a {
    color: var(--main-brand-color) !important;
}

.nav-tabs-simple &gt; li.active a, .nav-tabs-simple &gt; li.active a:hover, .nav-tabs-simple &gt; li.active a:focus {
    background-color: transparent;
    border-color: transparent;
}
.nav-tab-status li.active a {
    border-bottom:3px solid var(--main-brand-color) !important;
}


.nav-tab-status li a:hover{
    background:transparent;
    border-color:transparent;
    border-bottom:3px solid var(--main-brand-color);
}




    @media (min-width: 320px) and (max-width: 768px) {

        .footer-right {
            width: 82%;
            float: left;
            margin-left: 10px;
        }

        footer ul.footer-list li h1 {margin-top: 5px;    text-align: left; }

        .top-search {
            padding-left: 15px;
        }
        footer .contact-sec {
            width: 100%;
            float: left;
            border-left:none;
            padding-left: 15px;
            padding-bottom: 30px;
        }
        footer .contact-sec h1 {
            margin-top: 7px;    text-align: left;
        }

        footer ul.footer-list {
            margin-top: 0%;
            text-align: left;
        }

        .subscribe-dv span {
            width: 100% !important;
            float: left !important;
            margin-bottom: 10px;
            color: #fff;
            font-size: 14px;
            font-weight: 700;
            font-family: 'roboto' , Arial, Helvetica, sans-serif;
            text-align: left;
        }


    }

    @media (min-width: 200px) and (max-width: 767px) {
        .footer-right {
            width: 72%;
            float: left;
            margin-left: 10px;
        }

        .feditorDiv span {
            font-size: 16px !important;
        }
        
        .how-works-edit p{
            font-size: 15px;
        }

        .feditorDiv ol{
            padding-left: 0;
        }

        footer .contact-sec{
            padding-left: 5px !important;
        }

        /* .pagination li:first-child a {
            border-radius: 10px 0 0 10px;
            margin: 0px;
            padding: 10px 10px;
            color: #262D33;
            outline: none;
            border: none;
            font-family: 'GSB' , Arial, Helvetica, sans-serif;
            font-size: 14px;
            border-right: 1px solid #D9DADB;
        }
        .pagination li a {
            margin-left: 0px;
            color: #262D33;
            padding: 10px 10px;
            margin: 0px 0px;
            background: #fff;
            border: none;
            border-right: 1px solid #D9DADB;
            font-family: 'GSB' , Arial, Helvetica, sans-serif;
            font-size: 14px;
        }
        .pagination li:last-child a {
            border-radius: 0 10px 10px 0;
            margin: 0px;
            padding: 10px 20px;
            font-family: 'GSB' , Arial, Helvetica, sans-serif;
            font-size: 14px;
            color: #262D33;
            outline: none;
            border: none;
        } */

}




/*------scroll bar -------*/

.style-3::-webkit-scrollbar {
    width: 6px;
    background-color: transparent;
}

.style-3::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    background-color: red;
}

.style-3::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: none;
    background-color: var(--main-brand-color);
}

.style-3::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    border-radius: 10px;
    background-color: transparent;
}

.style-3{
  overflow-y: scroll ;
  scrollbar-color: var(--main-brand-color) #fff;
  scrollbar-width: thin ;
}


/*  TM CSS ST */

.Play_Icons {
    margin-top: 4px;
}


.Play_Icons img{
    width:115px !important;
}
.listings-grids .column .listing .listing-body .social-icons-list-view {
    display: none;
}</pre></body></html>