<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@CHARSET "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Roboto:100,200,300,400,500,600,700,800,900");

/* body{
	background-color: #f0f0f0 !important;
	background-repeat: repeat;
} */

body {
    background-color: #e9ebee !important;
    font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    background-image: none !important;
}

.custom-modal-content{
	
}

.custom-close{
	color: #000 !important;
}

#loader {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 100000000;
  margin: -100px 0 0 -100px;
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 150px;
  height: 150px;
/*   -webkit-animation: spin 2s linear infinite; */
/*   animation: spin 2s linear infinite; */
  -webkit-animation: spin 2s cubic-bezier(0, 0.74, 0.6, 1.46) infinite;
  animation: spin 2s cubic-bezier(0, 0.74, 0.6, 1.46) infinite;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

@-webkit-keyframes animatebottom {
  from { bottom:-100px; opacity:0 } 
  to { bottom:0px; opacity:1 }
}

@keyframes animatebottom { 
  from{ bottom:-100px; opacity:0 } 
  to{ bottom:0; opacity:1 }
}

#overlay {
    position: fixed;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 100000001;
    cursor: pointer;
}

#text_overlay{
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    z-index: -1;
	margin: -25px 0 0 -25px;
}

.body_content{
    /*background: #fff;*/
    /* top: 61px; */
    left: 0px;
    /*padding: 5px;*/
    height: calc(100vh - 0px) !important;
    width: calc(100% - 0px) !important;
    min-height: calc(100vh - 0px) !important;
/*     overflow: scroll; 
    overflow-y: scroll;
    overflow-x: hidden;*/
}

.indexBody .body_content{
	top: 91px;
    left: 0px;
    padding: 0px;
}

.body_content .box {
    background: #fff;
    margin: 30px 0;
    border: solid 1px #e6e6e6;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}
.sub-container{
	background: #fff;
/*     background: rgba(230,230,227,0.9); */
    top: 52px;
    left: 260px;
    padding: 5px;
    height: calc(100vh - 50px) !important;
    width: calc(100% - 260px) !important;
    min-height: calc(100vh - 84px) !important;
/*     overflow: scroll; */
    overflow-y: scroll;
    overflow-x: hidden;
}

.subBody .sub-container{
    top: 84px;
    left: 0px;
    padding: 0px;
    width: calc(100% - 0px) !important;
}

.top-advertise{
	padding: 0px !important;
    margin-top: 5px;
}

.content-title{
    float: left;
    padding-left: 16px;
    font-weight: 500;
    color: #000;
    width: 100%;
    margin-bottom: 5px;
    margin-top: 25px;
    /*background: #ca1820;*/
    height: 28px;
    line-height: 28px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.from-date{
	font-weight: 400;
	/*color: red;*/
}

.to-date{
	font-weight: 400;
	/*color: green;	*/
}

.currency{
	color: red;
}

.scrollToTop {
    width: 50px;
    height: 50px;
    padding: 5px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    background: rgba(0, 0, 0, 0.2);
    color: white;
    position: fixed;
    bottom: 20px;
    right: 20px;
    border-radius: 50%;
    display: none;
    outline: none !important;
    overflow: hidden;
}

.image_logo{
    height: auto !important;
    margin-top: 10px;
}

/* .image_logo:HOVER{ */
	/* transition: 0.5s ease; */
	/* -moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	transform: scale(1.2); */
/* } */

.dropbtn {
	background: #fff;
    color: #000;
   	font-size: 15px;
   	padding: 15px;
    font-weight: 400;
    border: none;
    cursor: pointer;
}

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

.dropdown-content {
    display: none;
    position: absolute;
    right: 0;
    background-color: #f9f9f9;
    min-width: 160px;
    width: 100%;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    color: #000;
    padding: 10px 15px;
    text-decoration: none;
    display: block;
    font-size: 13px;
}

.dropdown-content a:hover {
 	text-decoration: none;
	color: #ca1820;
	-moz-transition: all 0.4s;
  	-webkit-transition: all 0.4s;
  	transition: all 0.4s;
}

.btn-dropdown{
	
}

.txt-dropdown{
	
}

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

.dropdown:hover .dropbtn {
   	/*background-color: #166bbf;*/
	color: #ca1820;
	-moz-transition: all 0.4s;
  	-webkit-transition: all 0.4s;
  	transition: all 0.4s;
}

.pagination li.active a {
    box-shadow: 0 3px 5px rgba(0,0,0,0.125) inset;
}

.pagination li.active a, .pagination li:hover a, .pagination &gt; li &gt; a:hover, .pagination &gt; li &gt; span:hover, .pagination &gt; li &gt; a:focus, .pagination &gt; li &gt; span:focus {
    color: #fff;
}

.pagination&gt;li:first-child&gt;a, .pagination&gt;li:first-child&gt;span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.pagination&gt;.active&gt;a, .pagination&gt;.active&gt;span, .pagination&gt;.active&gt;a:hover, .pagination&gt;.active&gt;span:hover, .pagination&gt;.active&gt;a:focus, .pagination&gt;.active&gt;span:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
}

.pagination li a, .pagination li.disabled a {
    background-color: #abb7b7;
    border-color: #abb7b7;
    border-radius: 2px !important;
    color: #fff;
}

.pagination&gt;li&gt;a, .pagination&gt;li&gt;span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.null-data{
    padding: 15px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    text-align: center;
    font-weight: 400;
}


.banner_index{
	float: left;
    width: 100%;
}

.end-page{
	height: 100px;
}

.dataTable tr th{
	
}

.head-footer-table{
	background: #166bbf;
    color: #fff;
    font-weight: bold;
    text-align: center;
    box-shadow: -4px -4px 4px #777777;
}

.accordion-toggle .panel-title a:after {
    content: "\f106";
    display: block;
    font-family: FontAwesome;
    font-size: 10px;
    line-height: 36px;
    position: absolute;
    top: 3px;
    right: 15px;
}

.accordion-toggle .panel-title a.collapsed:after {
    content: "\f107";
}

.accordion-toggle .panel-title a {
	font-weight: bold;
    font-size: 14px;
    font-family: "Open Sans";
    display: block;
    line-height: 22px;
    padding: 9px 35px 9px 20px;
    position: relative;
}

panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}

.accordion-toggle .panel-heading {
    padding: 0px !important;
}

.panel-body-content{
	float: left;
	width: 100%;
}

.collapse{
	width: 100%;
}

.collapse.in {
}

.panel-body{
	width: 100%;
}

.panel-group{
	width: 100%;
}

.panel-success &gt; .panel-heading{
    background-image: linear-gradient(to bottom, #ffffff 0%, #d2d2d2 100%) !important;
}

.panel-info &gt; .panel-heading{
	background-image: linear-gradient(to bottom, #ffffff 0%, #c4e3f3 100%) !important;
}

.my-button{
   	padding: 5px 10px;
    border: inset 1.5px #0080ff;
    border-radius: 5px;
    color: #166bbf;
    text-align: center;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
    box-shadow: -3px 2px 5px #888888;
    background: #fff;
}

.img-section{
	width: 100%;
	float: left;
}

.w-100 {
    width: 100%;
}

.search-hidden{
	font-weight: 400;
    padding: 5px 10px;
    border: 1px solid #ca1820;
    border-radius: 3px;
    color: #ca1820;
    text-align: center;
  	cursor: pointer;
  	background: #fff;
}

.btn-submit{
    font-weight: 400;
    padding: 5px 10px;
    border: 1px solid #ca1820;
    border-radius: 4px;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
    background: #b3292e;
}
.btn-submit:hover{
    background-color: #ca1820 !important;
    color: #ffffff !important;
}

.search-hidden:hover {
	transition: 0.5s ease;
	box-shadow: 1px 1px 10px rgba(0,0,0,.15);
}

.benefit{

}

.benefit .title{
    font-size: 20px;
    font-weight: 400;
}

.benefit .icon{
    padding: 15px;
}

.benefit .icon img{
    height: 120px;
}

.benefit .description{

}

.term-modal{
    max-height: 80vh;
    overflow: scroll;
}

.modal-title-custom{
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
}

.forgot-password{
	margin-top: 50px;
	margin-bottom: 50px;
}

.change-password-first{
	margin-top: 50px;
	margin-bottom: 50px;
}

.forgot-step{
	margin-top: 30px;
}

.control-label{
	margin-left: 10px;
	margin-right: 10px;
}

.register-account-form{
	margin-top: 50px;
}

.captcha-img{
	
}

.captcha-input{
	text-transform: uppercase;
}

.error-title{
    font-size: 200px;
    font-weight: bold;
}

.error-sub-title{
    font-size: 25px;
    font-style: italic;
}

.text-padding-left{
	padding-left: 20px;
    padding-top: 10px;
}

.banner_wrapper{
	position: absolute;
	
}

.hidden-side-nav{
	width: calc(100% - 270px) !important;
	height: 100%;
    position: absolute;
    top: 0;
    left: 100%;
    background-color: rgba(0,0,0,0.5);
    z-index: 100000001;
    cursor: pointer;
    display: none;
    transition: all 0.5s;
}

.sidenav-open .hidden-side-nav{
	display: block;
    left: 270px;
    transition: all 0.5s;
}

.custom-tab-title{
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
}

.custom-page-title{
	font-weight: bold;
    font-size: 22px;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
}

.unvalidate{
	border: solid 1px red !important;
}

.sub-container .table-responsive{
    padding: 15px !important;
    box-shadow: none !important;
    border: none !important;
}

.sub-container .table-responsive .head-footer-table{
    box-shadow: none !important;
}
.sub-container .table-responsive .table-striped &gt; tbody &gt; tr{
    box-shadow: none !important;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

.sub-container .table-responsive .table-striped &gt; tfoot{
    display: none;
}

.footer-logo{
    width: 160px;
}

</pre></body></html>