@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(material-design-icons/MaterialIcons-Regular.eot);
    src: local('Material Icons'), local('MaterialIcons-Regular'), url(material-design-icons/MaterialIcons-Regular.woff2) format('woff2'), url(material-design-icons/MaterialIcons-Regular.woff) format('woff'), url(material-design-icons/MaterialIcons-Regular.ttf) format('truetype')
}
@font-face {
    font-family: 'Material Icons Outlined';
    font-style: normal;
    font-weight: 400;
    src: url(material-design-icons/MaterialIcons-Outline.woff2) format('woff2');
}
.object-fit-cover{
	object-fit: cover
}
.rotate-180 {
	transform: rotate(180deg);
}
.row-gap-1{
	row-gap: .25rem;
}
.row-gap-2{
	row-gap: .5rem;
}
.column-gap-1 {
    column-gap: .25rem;
}
.column-gap-2 {
    column-gap: .5rem;
}
.cursor-not-allowed {
	cursor: not-allowed !important
}
.modal-backdrop{
	z-index: 3
}
.tinyContennt * {
    max-width: 100%;
}
.tinyContennt img {
    height: auto;
}
.object-cover {
	object-fit: cover
}
.object-contain {
	object-fit: contain
}
.left-0{
	left: 0
}
.right-0{
	right: 0
}
.grayscale{
	filter: grayscale(100%);
}
.relative{
	position: relative
}
.font-bold{
	font-weight:700;
}
.tinymce_content *{
	max-width: 100%
}
.content_about img{
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 18px;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
}
.material-icons:not(.no-translate){
	transform:translateY(5px);
	-moz-transform:translateY(5px);
	-webkit-transform:translateY(5px);
	-khtml-transform:translateY(5px);
}
.material-icons-outlined {
    font-family: 'Material Icons Outlined';
    font-weight: normal;
    font-style: normal;
    font-size: 18px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}
.material-icons-outlined:not(.no-translate){
	transform:translateY(5px);
	-moz-transform:translateY(5px);
	-webkit-transform:translateY(5px);
	-khtml-transform:translateY(5px);
}
.material-icons-outlined.fs-small{
	font-size: 15px !important;
	transform:translateY(2px);
	-moz-transform:translateY(2px);
	-webkit-transform:translateY(2px);
	-khtml-transform:translateY(2px);
}
.fs-7 {
    font-size: 7px;
}
.fs-8 { 
    font-size: 8px;
}
.fs-9 { 
    font-size: 9px;
}
.fs-10 { 
    font-size: 10px;
}
.fs-11 {
    font-size: 11px;
}
.fs-12 {
    font-size: 12px;
}
.fs-13 {
    font-size: 13px;
}
.fs-14 {
    font-size: 14px;
}
.fs-15 {
    font-size: 15px;
}
.fs-16 {
    font-size: 16px;
}
.fs-18{
	font-size:18px;
}
.fs-20 {
    font-size: 20px;
}				
.fs-22 {
    font-size: 22px;
}				
.fs-24 {
    font-size: 24px;
}
.fs-30 {
    font-size: 30px;
}
.fs-50 {
    font-size: 50px;
}
.font-normal{
	font-weight:normal !important;
}
.b-link{
	color:#1a0dab;
	cursor:pointer;
}
.b-link:hover{
	text-decoration:underline;
}
.gr-link{
	display: inline-block;
	border: 1px solid #DDD;
	padding: 0px 6px;
	border-radius: 3px;
	font-size:13px;
}
.w-40{
	width:40%;
}
.w-50{
	width:50%;
}
.w-60{
	width:60%;
}
.w-80{
	width:80%;
}
.line-height-0{
	line-height:18px;
}
.line-height-1{
	line-height:22px;
}
.line-height-2{
	line-height:32px;
}
.mr-1,
.mx-1 {
    margin-right: .25rem !important
}
.ml-1,
.mx-1 {
    margin-left: .25rem !important
}
.mt-1,
.my-1 {
    margin-top: .25rem !important
}
.mb-1,
.my-1 {
    margin-bottom: .25rem !important
}
.m-1 {
    margin: .25rem !important
}
.mr-2,
.mx-2 {
    margin-right: .5rem !important
}
.ml-2,
.mx-2 {
    margin-left: .5rem !important
}
.mt-2,
.my-2 {
    margin-top: .5rem !important
}
.mb-2,
.my-2 {
    margin-bottom: .5rem !important
}
.m-2 {
    margin: .5rem !important
}
.mr-4,
.mx-4 {
    margin-right: 1.5rem !important
}
.ml-4,
.mx-4 {
    margin-left: 1.5rem !important
}
.mt-4,
.my-4 {
    margin-top: 1.5rem !important
}
.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important
}
.m-4 {
    margin: 1.5rem !important
}
.mr-5,
.mx-5 {
    margin-right: 3rem !important
}
.ml-5,
.mx-5 {
    margin-left: 3rem !important
}
.mt-5,
.my-5 {
    margin-top: 3rem !important
}
.mb-5,
.my-5 {
    margin-bottom: 3rem !important
}
.mb-6,
.my-6 {
    margin-bottom: 4rem !important
}
.m-5 {
    margin: 3rem !important
}
.pr-1,
.px-1 {
    padding-right: .25rem !important
}
.pl-1,
.px-1 {
    padding-left: .25rem !important
}
.pt-1,
.py-1 {
    padding-top: .25rem !important
}
.pb-1,
.py-1 {
    padding-bottom: .25rem !important
}
.p-tiny {
    padding: .15rem !important
}
.p-1 {
    padding: .25rem !important
}
.pr-2,
.px-2 {
    padding-right: .5rem !important
}
.pl-2,
.px-2 {
    padding-left: .5rem !important
}
.pt-2,
.py-2 {
    padding-top: .5rem !important
}
.pb-2,
.py-2 {
    padding-bottom: .5rem !important
}
.p-2 {
    padding: .5rem !important
}
.pr-3,
.px-3 {
    padding-right: 1rem !important
}
.pl-3,
.px-3 {
    padding-left: 1rem !important
}
.pt-3,
.py-3 {
    padding-top: 1rem !important
}
.pb-3,
.py-3 {
    padding-bottom: 1rem !important
}
.p-3 {
    padding: 1rem !important
}
.pr-4,
.px-4 {
    padding-right: 1.5rem !important
}
.pl-4,
.px-4 {
    padding-left: 1.5rem !important
}
.pt-4,
.py-4 {
    padding-top: 1.5rem !important
}
.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important
}
.p-4 {
    padding: 1.5rem !important
}
.pr-5,
.px-5 {
    padding-right: 3rem !important
}
.pl-5,
.px-5 {
    padding-left: 3rem !important
}
.pt-5,
.py-5 {
    padding-top: 3rem !important
}
.pb-5,
.py-5 {
    padding-bottom: 3rem !important
}
.p-5 {
    padding: 3rem !important
}
.p-6 {
    padding: 4rem !important
}
.p-7 {
    padding: 5rem !important
}
.py-6 {
    padding-top: 5.5rem !important;
	padding-bottom: 5.5rem !important;
}
.py-7 {
    padding-top: 7rem !important;
	padding-bottom: 7rem !important;
}
.py-8 {
    padding-top: 6rem !important;
	padding-bottom: 6rem !important;
}
@media screen and (min-width:678px){
	.modal-ipad{
		width:678px;
		max-width:678px;
	}
	.modal-xxs{
		min-width:25.5rem;
		max-width:25.5rem;
	}
	.modal-ipad-xl{
		width:768px;
		max-width:768px;
	}
}
.form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}
.form-row>.col, 
.form-row>[class*=col-] {
    padding-right: 5px;
    padding-left: 5px;
}
.form-lg-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
}
.form-lg-row>.col, 
.form-lg-row>[class*=col-] {
    padding-right: 10px;
    padding-left: 10px;
}
.radius-2{
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	-khtml-border-radius:2px;
}
.radius-3{
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-khtml-border-radius:3px;
}
.radius-4{
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-khtml-border-radius:4px;
}
.no-wrap{
	white-space:nowrap !important;
}
.tinyContent{
	font-size:16px;
	line-height:24px;
	word-break: break-word;
}
.star-yellow{
	color:#e9c507e3;
}
.star-blank{
	color:#d5d5d5e3;
}
.awe__post-star .star-yellow,
.awe__post-star .star-blank{
	margin-right:2px;
}
/** COUNTDOWN */
.countdown {
  list-style: none;
  margin: 10px 0;
  padding: 0;
  display: block;
  text-align: center;
}
.countdown li {
	display: inline-block;
}
.countdown li span {
  font-size: 22px;
  font-weight: 300;
  line-height: 22px;
}
.countdown li.seperator {
  font-size: 22px;
  line-height: 20px;
  vertical-align: top;
}
.countdown.smaller li span{
	font-size: 18px;
	font-weight: 300;
	line-height: 18px;
}
.countdown.smaller li.seperator {
  font-size: 18px;
  line-height: 18px;
  vertical-align: top;
}
/** END COUNTDOWN */
/* Bordered Tabs */
.nav-tabs-bordered {
  border-bottom: 2px solid #ebeef4;
}
.nav-tabs-bordered .nav-link {
  margin-bottom: -2px;
  border: none;
  color: #2c384e;
}
.nav-tabs-bordered .nav-link:hover,
.nav-tabs-bordered .nav-link:focus {
  color: #4154f1;
}
.nav-tabs-bordered .nav-link.active {
  color: #4154f1;
  border-bottom: 2px solid #4154f1;
}
/** Login */
.auth-slogan{
	position:relative;
	font-size:20px;
	line-height:28px;
	color:rgb(150,14,39);
	font-family: 'Agbalumo', cursive;
	padding:0px 40px 0px 0px;
}
.auth-slogan > i.bx{
	font-size: 70px;
    position: absolute;
    top: 5px; right: 0px;
    color: #DDD;
}
@media screen and (max-width: 1400px){
	.lg\:w-80{
		width:80% !important;
	}
}
@media screen and (max-width:575px){
	.auth-slogan{
		padding:0px 0px;
	}
	.auth-slogan > i.bx{
		top:-5px;
		right:20px
	}
	.xs\:px-3{
		padding-left:1rem !important;
		padding-right:1rem !important;
	}
	.xs\:py-4{
		padding-top:1.5rem !important;
		padding-bottom:1.5rem !important;
	}
	.xs\:w-100{
		width:100% !important;
	}
    .xs\:mb-1{
        margin-bottom: 0.25rem;
    }
    .xs\:mb-2{
        margin-bottom: 0.5rem;
    }
	.xs\:mb-3{
        margin-bottom: 0.75rem;
    }
	.xs\:mb-4{
        margin-bottom: 1rem;
    }
}
/*
* demo.css
* File include item demo only specific css only
******************************************************************************/
.btn-block{
	width:100%;
}
.menu .app-brand.demo {
  /*height: 64px;*/
  margin-top: 12px;
}
.app-brand-logo.demo svg {
  width: 22px;
  height: 38px;
}
.app-brand-text.demo {
  font-size: 1.75rem;
  letter-spacing: -0.5px;
  text-transform: lowercase;
}
/* ! For .layout-navbar-fixed added fix padding top tpo .layout-page */
/* Detached navbar */
.layout-navbar-fixed .layout-wrapper:not(.layout-horizontal):not(.layout-without-menu) .layout-page {
  padding-top: 76px !important;
}
/* Default navbar */
.layout-navbar-fixed .layout-wrapper:not(.layout-without-menu) .layout-page {
  padding-top: 64px !important;
}
/* Navbar page z-index issue solution */
.content-wrapper .navbar {
  z-index: auto;
}
/*
* Content
******************************************************************************/
.demo-blocks > * {
  display: block !important;
}
.demo-inline-spacing > * {
  margin: 1rem 0.375rem 0 0 !important;
}
/* ? .demo-vertical-spacing class is used to have vertical margins between elements. To remove margin-top from the first-child, use .demo-only-element class with .demo-vertical-spacing class. For example, we have used this class in forms-input-groups.html file. */
.demo-vertical-spacing > * {
  margin-top: 1rem !important;
  margin-bottom: 0 !important;
}
.demo-vertical-spacing.demo-only-element > :first-child {
  margin-top: 0 !important;
}
.demo-vertical-spacing-lg > * {
  margin-top: 1.875rem !important;
  margin-bottom: 0 !important;
}
.demo-vertical-spacing-lg.demo-only-element > :first-child {
  margin-top: 0 !important;
}
.demo-vertical-spacing-xl > * {
  margin-top: 5rem !important;
  margin-bottom: 0 !important;
}
.demo-vertical-spacing-xl.demo-only-element > :first-child {
  margin-top: 0 !important;
}
.rtl-only {
  display: none !important;
  text-align: left !important;
  direction: ltr !important;
}
[dir='rtl'] .rtl-only {
  display: block !important;
}
.status{
	padding:1px 3px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-khtml-border-radius:3px;
	font-size:12px;
}
/*
* Layout demo
******************************************************************************/
.ajax-loading {
    display: none;
    width: 100vw;
    height: 100vh;
    position: fixed;
    left: 0; top: 0;
    z-index: 9999999;
    background: rgba(0,0,0,0.2)
}
.ajax-loading > .ajax-loading-container{
	width:100%;
	height:100%;
	position:relative;
}
.ajax-loading-container > .ajax-loading-inner{
	width:80px;
	height:80px;
	position:relative;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
}
.ajax-loading-inner > .ajax-loading-logo{
	position:absolute;
	left:20px; top:20px;
}
.ajax-loading-inner > .ajax-loading-loader {
	margin: auto;
	border: 3px solid #EAF0F6;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	border-top: 3px solid #950B25;
	width: 80px; height: 80px;
	animation: spinner 2s linear infinite;
}
@keyframes spinner {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.layout-demo-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 1rem;
}
.layout-demo-placeholder img {
  width: 900px;
}
.layout-demo-info {
  text-align: center;
  margin-top: 1rem;
}
.list-banks{
	list-style:none;
	margin:0; padding:0;
}
.list-banks li,
.list-banks .bank-item{
	margin-bottom:15px;
	border:1px solid #D7D7D7;
	padding:10px 10px 10px 90px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-khtml-border-radius:3px;
	background:#FFF url( "data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2247%22%20height%3D%2235%22%20viewBox%3D%220%200%2047%2035%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M11.9987%200.527315L11.9991%200.527394L45.4696%207.36361C45.4705%207.36381%2045.4714%207.36401%2045.4723%207.36421C46.1738%207.51793%2046.6105%208.19146%2046.4742%208.8667C46.4741%208.86705%2046.4741%208.8674%2046.474%208.86774L44.797%2016.8714L44.797%2016.8717L41.7216%2031.4961C41.7215%2031.4962%2041.7215%2031.4963%2041.7215%2031.4964C41.5769%2032.1747%2040.8984%2032.6251%2040.1898%2032.4798L40.1895%2032.4797L6.71438%2025.6425C6.71431%2025.6425%206.71423%2025.6425%206.71415%2025.6424C6.01338%2025.4972%205.57007%2024.8249%205.7138%2024.1431L5.71392%2024.1426L8.77991%209.51716L8.78002%209.51665L10.467%201.51103C10.467%201.51092%2010.4671%201.51081%2010.4671%201.51071C10.6117%200.832462%2011.2902%200.382011%2011.9987%200.527315Z%22%20fill%3D%22%2349699C%22%20stroke%3D%22%23555555%22%2F%3E%0A%3Cpath%20d%3D%22M8.77954%209.5595L9.63365%205.48534L45.6587%2012.7712L44.8987%2016.3918L8.77954%209.5595Z%22%20fill%3D%22%23E6E7E8%22%20stroke%3D%22%23555555%22%2F%3E%0A%3Cpath%20d%3D%22M1.79338%208.20221H35.9833C36.7068%208.20221%2037.2767%208.77414%2037.2767%209.47101V32.5796C37.2767%2033.2764%2036.7068%2033.8484%2035.9833%2033.8484H1.79338C1.06989%2033.8484%200.5%2033.2764%200.5%2032.5796V9.47101C0.5%208.77414%201.06989%208.20221%201.79338%208.20221Z%22%20fill%3D%22%235EBFD2%22%20stroke%3D%22%23555555%22%2F%3E%0A%3Cpath%20d%3D%22M5.35961%2013.0562H5.35979L5.35943%2013.0428C5.35727%2012.962%205.42324%2012.8857%205.51423%2012.881H8.28348C8.37447%2012.8857%208.44044%2012.962%208.43828%2013.0428L8.4381%2013.0428V13.0562V15.1103H8.43792L8.43828%2015.1236C8.44045%2015.205%208.38332%2015.2715%208.29326%2015.2759H8.2921H5.51395C5.46069%2015.2735%205.42108%2015.2523%205.39632%2015.2274C5.37199%2015.2029%205.35839%2015.172%205.35943%2015.1331L5.35961%2015.1331V15.1198V15.1103V13.0562Z%22%20fill%3D%22%23FEBA26%22%20stroke%3D%22%23555555%22%2F%3E%0A%3Cpath%20d%3D%22M4.78132%2015.127L4.78137%2015.127V15.1199V15.1103V13.0563H4.78143L4.78132%2013.0491C4.77571%2012.6557%205.0982%2012.3178%205.50979%2012.3105H8.28847C8.70006%2012.3178%209.02255%2012.6557%209.01694%2013.0491L9.01688%2013.0491V13.0563V15.1103H9.01683L9.01694%2015.1175C9.02252%2015.5086%208.71199%2015.8393%208.28854%2015.8466H5.50977C5.08814%2015.8392%204.77585%2015.5105%204.78132%2015.127ZM5.50589%2012.4516C5.282%2012.4516%205.13213%2012.5837%205.06005%2012.6807C4.97659%2012.7929%204.93839%2012.9261%204.93839%2013.0563V15.1103C4.93839%2015.2529%204.98696%2015.3863%205.07022%2015.4908C5.14022%2015.5787%205.28701%2015.7054%205.50589%2015.7054H8.29237C8.51125%2015.7054%208.65804%2015.5787%208.72804%2015.4908C8.8113%2015.3863%208.85987%2015.2529%208.85987%2015.1103V13.0563C8.85987%2012.9261%208.82167%2012.7929%208.73821%2012.6807C8.66613%2012.5837%208.51626%2012.4516%208.29237%2012.4516H5.50589Z%22%20fill%3D%22%23E6E7E8%22%20stroke%3D%22%23555555%22%2F%3E%0A%3Cpath%20d%3D%22M30.3249%2011.5863H30.1679V10.884H30.3249V11.5863ZM32.5398%2011.5863V10.884H32.6968V11.5863H32.5398ZM25.0288%2011.5863V10.884H25.1858V11.5863H25.0288ZM27.4007%2011.5863V10.884H27.5577V11.5863H27.4007ZM3.23828%2027.3914V27.2502H3.95453V27.3914H3.23828ZM6.7603%2027.3914H6.04405V27.2502H6.7603V27.3914ZM9.61428%2027.3914H8.88839V27.2502H9.61428V27.3914ZM12.4201%2027.3914H11.6942V27.2502H12.4201V27.3914ZM15.274%2027.3914H14.5481V27.2502H15.274V27.3914ZM15.274%2031.1287H3.23828V30.9875H15.274V31.1287Z%22%20fill%3D%22%2349699C%22%20stroke%3D%22%23555555%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat 20px center;
}
.bank-item {
	padding:15px 20px;
	background:#FFF;
	position:relative;
	margin-bottom:15px;
	border:1px solid #D7D7D7;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-khtml-border-radius:3px;
}
.bank-item .remove_bank{
	cursor: pointer;
    position: absolute;
    top: 15px; right: 18px;
    width: 15px;
    height: 15px;
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2210%22%20height%3D%2210%22%20viewBox%3D%220%200%2010%2010%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M9.8776%200.122396C9.9164%200.161096%209.94718%200.20707%209.96819%200.257684C9.98919%200.308299%2010%200.362559%2010%200.417358C10%200.472158%209.98919%200.526418%209.96819%200.577033C9.94718%200.627647%209.9164%200.673621%209.8776%200.712321L0.712103%209.87782C0.633874%209.95605%200.527772%2010%200.41714%2010C0.306508%2010%200.200406%209.95605%200.122177%209.87782C0.0439485%209.79959%200%209.69349%200%209.58286C0%209.47223%200.0439485%209.36613%200.122177%209.2879L9.28768%200.122396C9.32638%200.0835981%209.37235%200.0528164%209.42297%200.0318137C9.47358%200.010811%209.52784%200%209.58264%200C9.63744%200%209.6917%200.010811%209.74232%200.0318137C9.79293%200.0528164%209.8389%200.0835981%209.8776%200.122396Z%22%20fill%3D%22%23FF0000%22%2F%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M0.122396%200.122396C0.0835981%200.161096%200.0528164%200.20707%200.0318137%200.257684C0.010811%200.308299%200%200.362559%200%200.417358C0%200.472158%200.010811%200.526418%200.0318137%200.577033C0.0528164%200.627647%200.0835981%200.673621%200.122396%200.712321L9.2879%209.87782C9.36613%209.95605%209.47223%2010%209.58286%2010C9.69349%2010%209.79959%209.95605%209.87782%209.87782C9.95605%209.79959%2010%209.69349%2010%209.58286C10%209.47223%209.95605%209.36613%209.87782%209.2879L0.712321%200.122396C0.673621%200.0835981%200.627647%200.0528164%200.577033%200.0318137C0.526418%200.010811%200.472158%200%200.417358%200C0.362559%200%200.308299%200.010811%200.257684%200.0318137C0.20707%200.0528164%200.161096%200.0835981%200.122396%200.122396Z%22%20fill%3D%22%23FF0000%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center center;
}
.bank-item input.account_number{
	padding-left:35px;
	background:#FFF url("data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2218%22%20height%3D%2214%22%20viewBox%3D%220%200%2018%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M17.3571%200H0.642857C0.287277%200%200%200.284375%200%200.636364V13.3636C0%2013.7156%200.287277%2014%200.642857%2014H17.3571C17.7127%2014%2018%2013.7156%2018%2013.3636V0.636364C18%200.284375%2017.7127%200%2017.3571%200ZM1.44643%201.43182H16.5536V3.81818H1.44643V1.43182ZM16.5536%2012.5682H1.44643V5.56818H16.5536V12.5682ZM11.7924%2011.2955H15.1071C15.1955%2011.2955%2015.2679%2011.2239%2015.2679%2011.1364V9.70455C15.2679%209.61705%2015.1955%209.54545%2015.1071%209.54545H11.7924C11.704%209.54545%2011.6317%209.61705%2011.6317%209.70455V11.1364C11.6317%2011.2239%2011.704%2011.2955%2011.7924%2011.2955Z%22%20fill%3D%22%23999999%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat 10px center;
}
.text-upper{
	text-transform:uppercase;
}
.text-right{
	text-align:right;
}
.sitebar, .sticky{
	position:sticky;
	top:10px; left:0;
}
/* Modal Sitebar */
.limit_1line {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.limit_2line {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.limit_3line {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
/* Modal Sitebar */
.modal.left .modal-dialog,
.modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    width: 320px;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}
.modal.left .modal-content,
.modal.right .modal-content {
	border: 0;
	height: 100%;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	-khtml-border-radius: 0px;
}
.modal.left .modal-content,
.modal.right .modal-content {
	border: 0;
	height: 100%;
}
@media screen and (min-width:576px){
	.modal.left .modal-content,
	.modal.right .modal-content {
		border-radius: 0px;
		-moz-border-radius: 0px;
		-webkit-border-radius: 0px;
		-khtml-border-radius: 0px;
	}
}
@media screen and (max-width:576px){
	.zYqzRAbxuN{
		padding:18px;
	}
	.modal.left .modal-content,
	.modal.right .modal-content {
		margin:5px 0px;
		border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		-khtml-border-radius: 3px;
		max-height:calc(100% - 10px);
	}
}
.modal.left .modal-header,
.modal.right .modal-header {
    padding: 15px;
	position:relative;
}
.modal.left .modal-header:before,
.modal.right .modal-header:before,
.modal.left .modal-header:after,
.modal.right .modal-header:after {
    display: none;
}
@media screen and (min-width:679px){
	.modal.left .modal-header .btn-close,
	.modal.right .modal-header .btn-close {
		position: absolute;
		left: -48px; top: 100px;
		height: 30px;
		padding:0.435rem;
		border-radius: 5px 0 0 5px;
		-moz-border-radius: 5px 0 0 5px;
		-webkit-border-radius: 5px 0 0 5px;
		-khtml-border-radius: 5px 0 0 5px;
	}
}
@media screen and (max-width:678px){
	.modal .btn-close{
		transform: translate(-10px, 5px);
		box-shadow:none;
	}
}
.modal.left .modal-header .closeEv,
.modal.right .modal-header .closeEv{
	border:0;
	position:absolute;
	top:0; right:0;
	padding:5px 5px;
	background:var(--bs-primary);
	color:var(--bs-white);
}
.modal.left .modal-body,
.modal.right .modal-body {
    padding: 15px 15px 15px;
}
.modal.left .scroller,
.modal.right .scroller{
	overflow-y:scroll;
	position:relative;
	height:calc(100vh - 105px);
	max-height:calc(100vh - 105px);
}
.modal.left .modal-body-scrollable,
.modal.right .modal-body-scrollable{
	overflow-y:scroll;
	position:relative;
	height:calc(100vh - 60px);
	max-height:calc(100vh - 60px);
}
.modal.right .modal-body.overflow-y{
	overflow-y:auto;
}
.modal.left.fade .modal-dialog {
    left: -320px;
    -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
    -o-transition: opacity 0.3s linear, left 0.3s ease-out;
    transition: opacity 0.3s linear, left 0.3s ease-out;
}
.modal.left.fade.show .modal-dialog {
    left: 0;
}
.modal.right.fade .modal-dialog {
    right: -320px;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}
.modal.right .modal-dialog,
.modal.right.fade.show .modal-dialog {
    right: 0;
}
.awe__post-menu{
	margin:0;
	padding:0;
	list-style:none;
}
.awe__post-menu > li{
	padding:5px 0px;
}
.awe__post-menu > li a{
	font-size:14px;
}
.awe__post-form{
	padding:10px;
}
.awe__post-form .textarea {
    display: inline-block;
    width: calc(100% - 59px);
    float: left;
}
.awe__post-form .awe__post-input-link,
.awe__comment-textarea .awe__comment-input-link {
	display:block;
    outline: none;
	background:#F5F5F5;
	border-radius:30px;
	-moz-border-radius:30px;
	-webkit-border-radius:30px;
    padding: 12px 10px 12px 15px!important;
    font-size: 14px;
    line-height: 20px;
    height: 45px;
	color:#666;
}
.awe__post-item{
	padding:10px 15px;
}
.awe__post-like{
	right:10px;
	bottom:-10px;
}
.awe__post-avatar,
.awe__profile-avatar{
	width:40px;
	height:40px;
}
.awe__profile-avatar + .awe__profile-body{
	width: calc(100% - 55px);
	flex:calc(100% - 55px);
	-ms-flex: calc(100% - 55px);
	-webkit-flex: calc(100% - 55px);
    overflow: hidden;
    text-overflow: ellipsis;
}
.awe__post-name{
	font-weight:bold;
	margin-bottom:1px;
}
.awe__post-time,
.awe__post-level,
.awe__post-star{
	font-size:11px;
}
.awe__post-cmd{
	visibility:hidden;
}
.awe__post-item:hover .awe__post-cmd{
	visibility:visible;
}
.awe_post-image-background{
	position:relative;
}
.awe__preview-image-item{
	position:relative;
}
.awe__preview-image-item:hover .awe__post-preview-item-actions{
	display:block;
}
.js__post-preview-area{
	border-top:1px solid #DDD;
}
.awe__post-preview-item-actions{
	display:none;
	width:22px;
	height:22px;
	position:absolute;
	top:5px; right:5px;
	border-radius:5px;
}
.awe__post-action{ 
	flex:1 0 0;
	-ms-flex:1 0 0;
	-webkit-flex:1 0 0;
	color:var(--main-text-color);
	text-align:center;
	display:block;
	font-size:13px;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	transition:all .5s ease-in-out;
	-moz-transition:all .5s ease-in-out;
	-webkit-transition:all .5s ease-in-out;
}
.awe__post-action:hover{
	background:#F5F5F5;
}
.awe__post-title{
	font-weight:bold;
	font-size:22px;
	line-height:32px;
	cursor:pointer;
}
.awe__post-link{
	font-weight:bold;
	line-height:24px;
}
.awe__post-link:hover{
	color:var(--bs-primary) !important;
}
.awe__post-cover{
	width: 100%;
	height: 330px;
	overflow: hidden;
    background: #e8e8e8;
    position: relative;
}
.awe__post-content img,
.awe__post-cover > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-khtml-border-radius:4px;
}
.awe__post-description{
	font-size: 14px;
	cursor:pointer;
}
.awe__post-description.collapsed{
	max-height:150px;
	overflow:hidden;
	position:relative;
}
.awe__post-description.collapsed:after{
	content:"";
	position:absolute;
	left:0; bottom:0;
	width:100%;
	height:80px;
	z-index:1;
	background: linear-gradient(hsla(0,0%,100%,0),hsla(0,0%,100%,.95),#fff);
    background: -moz-linear-gradient(hsla(0,0%,100%,0),hsla(0,0%,100%,.95),#fff);
    background: -webkit-linear-gradient(hsla(0,0%,100%,0),hsla(0,0%,100%,.95),#fff);
}
.awe__post-description.collapsed .awe__link-more{
	position:absolute;
	left:0; bottom:0;
	z-index:2;
	font-size:13px;
	color:rgb(105 108 255);
	cursor:pointer;
}
.awe__typing-indicator{
	z-index:9999;
	position: absolute;
    left: -10px; top: -29px;
    font-size: 10px;
    background: #FFF;
    padding: 2px 9px;
    border-radius: 0px 2px 0 0;
}
.awe__post-content{
	min-height: calc(100vh - 152px);
}
.awe__comment-textarea{
	width:calc(100% - 55px);
	flex:calc(100% - 55px);
	-ms-flex:calc(100% - 55px);
	-webkit-flex:calc(100% - 55px);
}
.awe__comment-textarea > form{
	width:100%;
	display:flex;
	display:-webkit-flex;
}
.awe__comment-input:not(.w-100){
	position:relative;
}
.awe__comment-button{
	width: 20px;
    height: 20px;
    position: absolute;
    bottom: 5px; right: 5px;
}
.awe__comment-input .form-control{
	resize:none;
	min-height:40px;
	padding:10px 15px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-khtml-border-radius:3px;
	background:#F5F5F5;
	border:0px solid #F5F5F5;
}
.awe__comment-item{
	margin:15px 0px;
}
.awe__comment-item-body{
	width:calc(100% - 55px);
	flex:calc(100% - 55px);
	-ms-flex:calc(100% - 55px);
	-webkit-flex:calc(100% - 55px);
}
.awe__comment-name{
	margin:0 0 5px;
}
.awe__comment-content{
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-khtml-border-radius:4px;
}
.awe__comment-like-button {
    display: inline-block;
    min-width: 50px;
    vertical-align: middle;
    text-align: center;
    margin-right: 5px;
    padding: 3px 0px 3px 20px;
    position: relative;
    cursor: pointer;
	color: #333;
}
.awe__comment-like-button:before {
    content: "";
    position: absolute;
    top: 6px; left: 5px;
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' width='24' height='20'%3E%3Cpath fill='%23818d99' fill-rule='evenodd' d='M7.409 6.292l5.54-5.54c.58-.59 1.52-.59 2.11-.01.36.36.51.87.41 1.37l-.95 4.58h5.65c2.15 0 3.6 2.2 2.76 4.18l-3.26 7.61c-.32.73-1.04 1.21-1.84 1.21h-9c-1.1 0-2-.9-2-2v-9.99c0-.53.21-1.04.58-1.41zm-2.58 11.4c0 1.1-.9 2-2 2s-2-.9-2-2v-8c0-1.1.9-2 2-2s2 .9 2 2v8z' clip-rule='evenodd'/%3E%3C/svg%3E") no-repeat;
	background-size:16px;
    width: 16px;
    height: 16px;
}
.awe__comment-reply-cmd a{
	-webkit-filter:grayscale(1);
	filter:grayscale(1);
	color:#757575;
	font-weight:600;
	background:url("data:image/svg+xml; charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214%22%20height%3D%2211%22%20viewBox%3D%220%200%2014%2011%22%20fill%3D%22none%22%3E%0A%3Cpath%20d%3D%22M10.6899%205.00504L8.43409%202.7493C8.14119%202.45641%208.14119%201.98153%208.43409%201.68864C8.70035%201.42237%209.11702%201.39817%209.41063%201.61602L9.49475%201.68864L13.0303%205.22417L13.0988%205.30297L13.1394%205.36234L13.1885%205.45661L13.2213%205.54841L13.2372%205.61622L13.2461%205.6781L13.2498%205.77172L13.2461%205.83091L13.2305%205.92486L13.2%206.02413L13.1536%206.12268L13.1188%206.17837C13.0932%206.21576%2013.0636%206.25148%2013.0303%206.28484L13.0988%206.20604C13.0778%206.23388%2013.0549%206.26021%2013.0303%206.28484L9.49475%209.82037C9.20185%2010.1133%208.72698%2010.1133%208.43409%209.82037C8.16782%209.5541%208.14361%209.13744%208.36147%208.84383L8.43409%208.75971L10.6899%206.50504L6.99995%206.50451C3.34847%206.50451%200.867431%204.42787%200.754008%201.46745L0.749949%201.25451C0.749949%200.840292%201.08574%200.504505%201.49995%200.504505C1.91416%200.504505%202.24995%200.840292%202.24995%201.25451C2.24995%203.38337%203.94196%204.91239%206.74233%205.00049L6.99995%205.00451L10.6899%205.00504L8.43409%202.7493L10.6899%205.00504Z%22%20fill%3D%22%23757575%22%2F%3E%0A%3C%2Fsvg%3E") no-repeat left center;
	padding-left:20px
}
.awe__post-menu{
	margin:0;
	padding:0;
	list-style:none;
}
.awe__comment-tabs {
  display: flex;
  justify-content: flex-left;
  border-bottom: 1px solid #ddd;
}
.awe__comment-tabs > a {
  color: #333;
  outline: none;
  padding: 5px 0;
  margin-right: 20px;
  display: inline-block;
}
.awe__comment-tabs > a.active {
  color: var(--bs-primary);
  font-weight: 700;
  margin-bottom: -1px;
  border-bottom: 1px solid var(--bs-primary);
}
/** END POST */
.briefs .brief-item{
	color:#FFF;
	padding:10px;
	min-height:80px;
	border-radius:5px;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	-khtml-border-radius:5px;
	position:relative;
}
@media screen and (min-width:768px){
	.briefs .brief-item{
		flex:1 0 0;
		-ms-flex:1 0 0;
		-webkit-flex:1 0 0;
	}
}
@media screen and (max-width:768px){
	.briefs .brief-item{
		width:calc(50% - 5px);
	}
	.small-briefs .brief-item{
		padding:8px;
		width:calc(25% - 6px);
		border-radius:3px;
		-moz-border-radius:3px;
		-webkit-border-radius:3px;
		-khtml-border-radius:3px;
	}
	.small-briefs .brief-item:after{
		content:"";
		width:50px;
		height:50px;
		border:8px solid rgb(221 221 221/0.2);
		position:absolute;
		bottom:-20px; right:-20px;
		border-radius:50%;
		-moz-border-radius:50%;
		-webkit-border-radius:50%;
		-khtml-border-radius:50%;
	}
}
.briefs .brief-item:last-child,
.small-briefs .brief-item:last-child,
.small-briefs .brief-item:nth-child(3){
	margin-right:0;
}
.briefs .brief-item.a1a{
	background-image:url("data:image/svg+xml; charset=UTF-8, %3Csvg%20width%3D%2265%22%20height%3D%2265%22%20viewBox%3D%220%200%2065%2065%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cg%20opacity%3D%220.7%22%3E%0A%3Cpath%20d%3D%22M14.9094%2045.9672C14.574%2046.1051%2014.2692%2046.308%2014.0125%2046.5641C13.7558%2046.8202%2013.5522%2047.1246%2013.4135%2047.4596C13.2748%2047.7946%2013.2036%2048.1538%2013.2041%2048.5164C13.2046%2048.879%2013.2768%2049.238%2013.4164%2049.5727L14.8282%2052.9953C15.1111%2053.6691%2015.6486%2054.2039%2016.3238%2054.4835C16.9989%2054.7631%2017.7572%2054.7648%2018.4336%2054.4883C18.5807%2054.4226%2018.7449%2054.4059%2018.9022%2054.4407C19.0594%2054.4754%2019.2014%2054.5598%2019.3071%2054.6812C19.967%2055.4771%2020.6978%2056.2114%2021.4907%2056.875C21.6062%2056.9782%2021.6876%2057.1141%2021.7239%2057.2648C21.7602%2057.4154%2021.7497%2057.5735%2021.6938%2057.718C21.4173%2058.3944%2021.419%2059.1526%2021.6986%2059.8278C21.9782%2060.503%2022.513%2061.0405%2023.1867%2061.3234L26.6094%2062.7352C27.2856%2063.0144%2028.0449%2063.0141%2028.7208%2062.7342C29.3968%2062.4543%2029.9341%2061.9177%2030.2149%2061.2422C30.2757%2061.0985%2030.3798%2060.9772%2030.5126%2060.8953C30.6455%2060.8134%2030.8005%2060.7749%2030.9563%2060.7852C31.9699%2060.8742%2032.9895%2060.8742%2034.0031%2060.7852C34.1624%2060.7774%2034.3201%2060.8191%2034.4547%2060.9045C34.5893%2060.99%2034.6941%2061.1151%2034.7547%2061.2625C34.8916%2061.5982%2035.0942%2061.9033%2035.3505%2062.1596C35.6069%2062.416%2035.9119%2062.6186%2036.2477%2062.7555C36.5697%2062.8901%2036.9143%2062.9625%2037.2633%2062.9688C37.6124%2062.9634%2037.9572%2062.891%2038.2789%2062.7555L41.7016%2061.3438C42.3754%2061.0608%2042.9102%2060.5233%2043.1898%2059.8481C43.4693%2059.173%2043.4711%2058.4147%2043.1946%2057.7383C43.1289%2057.5912%2043.1122%2057.427%2043.147%2057.2697C43.1817%2057.1125%2043.266%2056.9705%2043.3875%2056.8648C44.2282%2056.2136%2045.0037%2055.4823%2045.7032%2054.6812C45.8089%2054.5598%2045.9508%2054.4754%2046.108%2054.4407C46.2653%2054.4059%2046.4295%2054.4226%2046.5766%2054.4883C47.253%2054.7648%2048.0113%2054.7631%2048.6864%2054.4835C49.3616%2054.2039%2049.8991%2053.6691%2050.1821%2052.9953L51.5938%2049.5727C51.7334%2049.238%2051.8056%2048.879%2051.8061%2048.5164C51.8066%2048.1538%2051.7354%2047.7946%2051.5967%2047.4596C51.458%2047.1246%2051.2544%2046.8202%2050.9977%2046.5641C50.741%2046.308%2050.4362%2046.1051%2050.1008%2045.9672C49.9515%2045.9091%2049.8247%2045.8049%2049.7389%2045.6697C49.653%2045.5345%2049.6126%2045.3754%2049.6235%2045.2156C49.6235%2044.6977%2049.6946%2044.2%2049.6946%2043.6719H47.6633C47.6633%2044.1289%2047.6633%2044.5758%2047.6024%2045.0227C47.5484%2045.6164%2047.6872%2046.2116%2047.9982%2046.7202C48.3092%2047.2288%2048.7759%2047.6236%2049.3289%2047.8461C49.5062%2047.9224%2049.6468%2048.0648%2049.7208%2048.243C49.7947%2048.4213%2049.7963%2048.6214%2049.725%2048.8008L48.3032%2052.2133C48.229%2052.3923%2048.0868%2052.5346%2047.9078%2052.6089C47.7288%2052.6832%2047.5276%2052.6833%2047.3485%2052.6094C46.8012%2052.3787%2046.1944%2052.3292%2045.617%2052.4681C45.0395%2052.607%2044.5216%2052.927%2044.1391%2053.3813C43.5591%2054.0814%2042.9166%2054.7273%2042.2196%2055.3109C41.7648%2055.6909%2041.4442%2056.207%2041.3052%2056.7831C41.1662%2057.3591%2041.2162%2057.9646%2041.4477%2058.5102C41.5217%2058.6893%2041.5215%2058.8905%2041.4472%2059.0695C41.3729%2059.2485%2041.2306%2059.3907%2041.0516%2059.4648L37.5781%2060.8766C37.4916%2060.914%2037.3983%2060.9333%2037.3039%2060.9333C37.2096%2060.9333%2037.1163%2060.914%2037.0297%2060.8766C36.8516%2060.8005%2036.7097%2060.6586%2036.6336%2060.4805C36.4103%2059.9301%2036.0168%2059.4657%2035.5106%2059.155C35.0044%2058.8444%2034.4121%2058.7038%2033.8203%2058.7539C32.9149%2058.8351%2032.0039%2058.8351%2031.0985%2058.7539C30.5076%2058.7014%2029.9155%2058.8398%2029.4091%2059.1488C28.9028%2059.4577%2028.5088%2059.9209%2028.2852%2060.4703C28.2093%2060.645%2028.0674%2060.7825%2027.8904%2060.8529C27.7134%2060.9233%2027.5158%2060.9209%2027.3407%2060.8461L23.918%2059.4344C23.742%2059.3621%2023.6012%2059.224%2023.5254%2059.0496C23.4495%2058.8751%2023.4446%2058.678%2023.5117%2058.5C23.744%2057.953%2023.7944%2057.3458%2023.6554%2056.7679C23.5165%2056.1901%2023.1955%2055.6722%2022.7399%2055.2906C22.0397%2054.7107%2021.3938%2054.0682%2020.8102%2053.3711C20.4302%2052.9163%2019.9141%2052.5958%2019.3381%2052.4568C18.762%2052.3178%2018.1565%2052.3677%2017.611%2052.5992C17.4318%2052.6732%2017.2307%2052.673%2017.0516%2052.5987C16.8726%2052.5245%2016.7304%2052.3822%2016.6563%2052.2031L15.2344%2048.7906C15.192%2048.6958%2015.1697%2048.5932%2015.169%2048.4893C15.1683%2048.3854%2015.1891%2048.2825%2015.2301%2048.1871C15.2712%2048.0916%2015.3315%2048.0057%2015.4074%2047.9348C15.4833%2047.8639%2015.5731%2047.8095%2015.6711%2047.775C16.2071%2047.5535%2016.659%2047.1677%2016.9619%2046.6731C17.2649%2046.1786%2017.4032%2045.6008%2017.3571%2045.0227C17.3571%2044.5555%2017.2961%2044.0781%2017.2961%2043.6211H15.2649C15.2649%2044.1391%2015.2649%2044.6367%2015.336%2045.2055C15.3615%2045.362%2015.3333%2045.5225%2015.2558%2045.6609C15.1783%2045.7992%2015.0562%2045.9072%2014.9094%2045.9672Z%22%20fill%3D%22white%22%2F%3E%0A%3Cpath%20d%3D%22M32.5%2054.8438C35.463%2054.8438%2038.3046%2053.6667%2040.3997%2051.5716C42.4948%2049.4765%2043.6719%2046.6348%2043.6719%2043.6719H41.6406C41.6406%2046.0961%2040.6776%2048.4211%2038.9634%2050.1353C37.2492%2051.8495%2034.9242%2052.8125%2032.5%2052.8125C30.0758%2052.8125%2027.7508%2051.8495%2026.0366%2050.1353C24.3224%2048.4211%2023.3594%2046.0961%2023.3594%2043.6719H21.3281C21.3281%2046.6348%2022.5052%2049.4765%2024.6003%2051.5716C26.6954%2053.6667%2029.537%2054.8438%2032.5%2054.8438Z%22%20fill%3D%22white%22%2F%3E%0A%3Cpath%20d%3D%22M54.8438%2016.25C54.8438%2015.9806%2054.7367%2015.7223%2054.5463%2015.5318C54.3558%2015.3414%2054.0975%2015.2344%2053.8281%2015.2344H45.7031C45.4338%2015.2344%2045.1754%2015.3414%2044.985%2015.5318C44.7945%2015.7223%2044.6875%2015.9806%2044.6875%2016.25V39.6094H37.5781V23.3594C37.5781%2023.09%2037.4711%2022.8317%2037.2807%2022.6412C37.0902%2022.4508%2036.8319%2022.3438%2036.5625%2022.3438H28.4375C28.1681%2022.3438%2027.9098%2022.4508%2027.7193%2022.6412C27.5289%2022.8317%2027.4219%2023.09%2027.4219%2023.3594V39.6094H20.3125V30.4688C20.3125%2030.1994%2020.2055%2029.9411%2020.015%2029.7506C19.8246%2029.5601%2019.5662%2029.4531%2019.2969%2029.4531H11.1719C10.9025%2029.4531%2010.6442%2029.5601%2010.4537%2029.7506C10.2633%2029.9411%2010.1562%2030.1994%2010.1562%2030.4688V39.6094H2.03125V41.6406H62.9688V39.6094H54.8438V16.25ZM18.2812%2039.6094H12.1875V31.4844H18.2812V39.6094ZM35.5469%2039.6094H29.4531V24.375H35.5469V39.6094ZM52.8125%2039.6094H46.7188V17.2656H52.8125V39.6094Z%22%20fill%3D%22white%22%2F%3E%0A%3Cpath%20d%3D%22M7.32263%2025.9188L54.5695%206.94688L52.8125%2010.0852L54.5797%2011.1008L57.7789%205.43359C57.8535%205.30177%2057.8978%205.15491%2057.9083%205.00378C57.9188%204.85265%2057.8955%204.70107%2057.8398%204.56016C57.7836%204.41775%2057.696%204.28988%2057.5834%204.18611C57.4709%204.08235%2057.3363%204.00537%2057.1898%203.96094L50.9437%202.03125L50.3547%204.0625L53.8281%205.07812L6.56091%2024.0398L7.32263%2025.9188Z%22%20fill%3D%22white%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
	background-position:calc(100% - 10px) center;
	background-repeat:no-repeat;
}
.briefs .brief-item.a2a{
	background-image:url("data:image/svg+xml; charset=UTF-8, %3Csvg%20width%3D%2265%22%20height%3D%2265%22%20viewBox%3D%220%200%2065%2065%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cg%20opacity%3D%220.7%22%3E%0A%3Cpath%20d%3D%22M5.88547%2033.4597L11.5679%2037.5222C11.6766%2037.5996%2011.7994%2037.6549%2011.9295%2037.6847C12.0595%2037.7146%2012.1942%2037.7186%2012.3257%2037.6965C12.4573%2037.6743%2012.5832%2037.6264%2012.6963%2037.5556C12.8094%2037.4847%2012.9074%2037.3923%2012.9847%2037.2836L17.0472%2031.6011C17.1249%2031.4921%2017.1803%2031.3688%2017.2104%2031.2384C17.2404%2031.1079%2017.2445%2030.9728%2017.2223%2030.8408C17.2002%2030.7087%2017.1522%2030.5824%2017.0812%2030.4689C17.0102%2030.3554%2016.9176%2030.257%2016.8085%2030.1793C16.6995%2030.1016%2016.5762%2030.0461%2016.4458%2030.0161C16.3153%2029.986%2016.1802%2029.982%2016.0482%2030.0041C15.9161%2030.0263%2015.7897%2030.0742%2015.6762%2030.1452C15.5627%2030.2162%2015.4643%2030.3089%2015.3866%2030.4179L12.7562%2034.0996C12.0148%2030.855%2012.0463%2027.4817%2012.8482%2024.2516C13.6502%2021.0215%2015.2001%2018.0251%2017.3729%2015.5041C19.5458%2012.9831%2022.2807%2011.008%2025.3571%209.73828C28.4335%208.46853%2031.7653%207.93962%2035.0838%208.19421C38.4022%208.4488%2041.6143%209.47976%2044.461%2011.2039C47.3078%2012.9281%2049.7094%2015.2972%2051.4723%2018.1202C53.2351%2020.9431%2054.3098%2024.1409%2054.6096%2027.4555C54.9094%2030.7701%2054.426%2034.1089%2053.1984%2037.2023C53.1489%2037.3263%2053.1244%2037.4589%2053.1262%2037.5924C53.128%2037.7259%2053.1561%2037.8578%2053.2089%2037.9804C53.2618%2038.103%2053.3383%2038.2141%2053.434%2038.3071C53.5298%2038.4001%2053.643%2038.4734%2053.7671%2038.5226C53.8867%2038.5699%2054.0143%2038.594%2054.1429%2038.5937C54.3463%2038.5939%2054.5451%2038.533%2054.7135%2038.4189C54.8819%2038.3049%2055.0122%2038.1428%2055.0874%2037.9539C56.4304%2034.5692%2056.9603%2030.9165%2056.6343%2027.2897C56.3084%2023.6629%2055.1358%2020.1632%2053.2108%2017.0722C51.2859%2013.9812%2048.6623%2011.3851%2045.5512%209.4928C42.44%207.6005%2038.9282%206.46482%2035.2982%206.17711C31.6681%205.88941%2028.0212%206.4577%2024.6509%207.83628C21.2805%209.21487%2018.2807%2011.3653%2015.8929%2014.1145C13.505%2016.8637%2011.7958%2020.1349%2010.9026%2023.6651C10.0094%2027.1953%209.95726%2030.8858%2010.7503%2034.4398L7.0636%2031.8093C6.95587%2031.7225%206.83153%2031.6585%206.69819%2031.6214C6.56486%2031.5843%206.42536%2031.5749%206.28824%2031.5937C6.15113%2031.6124%206.0193%2031.659%205.90085%2031.7306C5.78239%2031.8022%205.67981%2031.8972%205.59941%2032.0098C5.519%2032.1225%205.46246%2032.2504%205.43326%2032.3856C5.40406%2032.5209%205.40282%2032.6607%205.42961%2032.7965C5.4564%2032.9323%205.51065%2033.0611%205.58904%2033.1752C5.66744%2033.2892%205.76831%2033.3861%205.88547%2033.4597Z%22%20fill%3D%22white%22%2F%3E%0A%3Cpath%20d%3D%22M57.4234%2042.2703C55.3921%2039.8684%2052.0609%2040.9703%2050.2632%2041.5594C49.1257%2041.9352%2046.3988%2043.0828%2043.7124%2044.2203C43.8745%2043.3618%2043.7644%2042.4742%2043.3976%2041.6812C41.9452%2038.3652%2038.3601%2039%2035.7398%2039.4672C34.9312%2039.6428%2034.1088%2039.7464%2033.282%2039.777C31.8813%2039.7612%2030.4988%2039.4588%2029.2195%2038.8883C27.5581%2038.1734%2025.7615%2037.8269%2023.9534%2037.8727C20.4915%2037.9367%2017.0783%2038.7002%2013.9191%2040.1172L13.3503%2040.3508C8.63274%2042.2297%206.60149%2042.6562%206.60149%2042.6562C6.41251%2042.6939%206.23815%2042.7846%206.09878%2042.9177C5.9594%2043.0508%205.86076%2043.2208%205.81438%2043.4078C5.77884%2043.5551%204.98157%2046.9625%207.24134%2051.7512C9.18118%2055.8137%2011.4511%2057.3727%2013.0101%2057.9363C13.1719%2057.9943%2013.3457%2058.0103%2013.5154%2057.9827C13.685%2057.9552%2013.8449%2057.8851%2013.98%2057.7789C13.98%2057.7789%2015.2546%2056.7633%2016.2296%2056.1945C16.8745%2055.8035%2018.4437%2055.5547%2022.2827%2056.6211C25.8347%2057.5663%2029.4857%2058.0895%2033.1601%2058.1801C34.591%2058.2267%2036.0195%2058.031%2037.3851%2057.6012C41.3917%2056.0777%2051.1417%2050.9996%2054.9757%2048.9176C57.007%2047.8105%2058.114%2046.6172%2058.3679%2045.2664C58.4505%2044.728%2058.4083%2044.1778%2058.2446%2043.6584C58.0808%2043.1389%2057.7998%2042.664%2057.4234%2042.2703ZM56.3671%2044.8957C56.2402%2045.5812%2055.3972%2046.3785%2054.0007%2047.1402C50.7812%2048.9023%2040.6554%2054.209%2036.6691%2055.707C33.871%2056.7531%2026.8277%2055.7781%2022.8261%2054.6914C21.2273%2054.1893%2019.5695%2053.8991%2017.8952%2053.8281C16.9456%2053.7822%2016.0017%2054.0002%2015.1683%2054.4578C14.4827%2054.8742%2013.7007%2055.443%2013.2081%2055.8086C11.6847%2055.0469%2010.2374%2053.3203%209.07454%2050.8727C8.07049%2048.8914%207.60135%2046.6823%207.7136%2044.4641C9.88445%2043.8303%2012.0188%2043.0776%2014.107%2042.2094L14.6909%2041.9707C17.6173%2040.6487%2020.7834%2039.9401%2023.9941%2039.8887C25.5454%2039.8484%2027.0861%2040.1555%2028.5034%2040.7875C29.9994%2041.4435%2031.613%2041.789%2033.2464%2041.8031C34.2042%2041.7735%2035.1574%2041.6596%2036.0952%2041.4629C38.8933%2040.9551%2040.7824%2040.7672%2041.5339%2042.4785C41.6622%2042.7418%2041.7351%2043.0286%2041.7482%2043.3212C41.7613%2043.6138%2041.7143%2043.906%2041.6101%2044.1797C41.3257%2044.8805%2040.5945%2045.5203%2039.4468%2046.0383C38.4312%2046.4648%2037.6695%2046.7949%2037.3343%2046.927C35.1812%2047.7699%2033.3277%2047.4754%2031.5351%2047.191L30.5499%2047.0387C30.2806%2047.0023%2030.0078%2047.0744%2029.7916%2047.2392C29.5754%2047.4039%2029.4336%2047.6478%2029.3972%2047.9172C29.3608%2048.1865%2029.433%2048.4593%2029.5977%2048.6755C29.7625%2048.8917%2030.0063%2049.0336%2030.2757%2049.0699C30.5855%2049.1105%2030.9003%2049.1613%2031.2152%2049.2121C33.1804%2049.5219%2035.4046%2049.8723%2038.0757%2048.8312C38.3855%2048.7094%2039.005%2048.4504%2039.8277%2048.0949C39.98%2048.034%2040.1273%2047.973%2040.2695%2047.907L41.5796%2047.3484C44.8855%2045.9266%2049.4152%2043.9766%2050.9031%2043.4891C53.2644%2042.7121%2054.9198%2042.4734%2055.8695%2043.5805C56.4839%2044.3016%2056.3976%2044.7484%2056.3671%2044.8957Z%22%20fill%3D%22white%22%2F%3E%0A%3Cpath%20d%3D%22M32.4998%2017.1438V18.4895C32.1477%2018.5697%2031.8066%2018.6925%2031.4842%2018.8551C30.9668%2019.1156%2030.5298%2019.5115%2030.2195%2020.0006C29.9092%2020.4897%2029.7373%2021.0538%2029.7221%2021.6329C29.651%2023.8622%2031.6569%2024.6086%2033.1194%2025.152C34.8256%2025.7868%2035.3436%2026.1118%2035.2674%2026.9243C35.252%2027.2008%2035.155%2027.4665%2034.9887%2027.6879C34.8224%2027.9093%2034.5943%2028.0765%2034.333%2028.1684C33.8442%2028.3549%2033.3197%2028.429%2032.7984%2028.385C32.2771%2028.341%2031.7724%2028.1802%2031.3217%2027.9145C31.2167%2027.8318%2031.0964%2027.7706%2030.9677%2027.7344C30.839%2027.6982%2030.7045%2027.6877%2030.5717%2027.7035C30.439%2027.7193%2030.3106%2027.7611%2030.1941%2027.8265C30.0775%2027.8919%2029.9749%2027.9796%2029.8922%2028.0846C29.8095%2028.1897%2029.7483%2028.3099%2029.7121%2028.4386C29.6759%2028.5673%2029.6654%2028.7019%2029.6812%2028.8346C29.697%2028.9673%2029.7388%2029.0957%2029.8042%2029.2123C29.8696%2029.3288%2029.9573%2029.4314%2030.0623%2029.5141C30.7775%2030.0275%2031.6215%2030.3317%2032.4998%2030.3926V31.6063C32.4998%2031.8757%2032.6068%2032.134%2032.7973%2032.3245C32.9878%2032.5149%2033.2461%2032.6219%2033.5154%2032.6219C33.7848%2032.6219%2034.0431%2032.5149%2034.2336%2032.3245C34.4241%2032.134%2034.5311%2031.8757%2034.5311%2031.6063V30.2403C34.7435%2030.1864%2034.9522%2030.1185%2035.1557%2030.0372C35.752%2029.8018%2036.2704%2029.4038%2036.6519%2028.8886C37.0334%2028.3733%2037.2627%2027.7614%2037.3139%2027.1223C37.5576%2024.6239%2035.3283%2023.7961%2033.8557%2023.2477C32.2764%2022.6637%2031.7533%2022.359%2031.7736%2021.6989C31.7789%2021.4766%2031.8464%2021.2602%2031.9685%2021.0744C32.0906%2020.8886%2032.2623%2020.7408%2032.4643%2020.6477C32.9327%2020.4445%2033.4443%2020.3609%2033.9531%2020.4043C34.4619%2020.4477%2034.9519%2020.6169%2035.3791%2020.8965C35.4922%2020.9719%2035.6192%2021.0238%2035.7526%2021.0492C35.8861%2021.0746%2036.0233%2021.0729%2036.1561%2021.0443C36.2889%2021.0157%2036.4147%2020.9608%2036.5259%2020.8827C36.6371%2020.8047%2036.7315%2020.7051%2036.8035%2020.5899C36.8756%2020.4748%2036.9237%2020.3463%2036.9452%2020.2121C36.9667%2020.078%2036.9611%2019.9409%2036.9287%2019.809C36.8962%2019.677%2036.8377%2019.553%2036.7564%2019.4441C36.6752%2019.3352%2036.5729%2019.2437%2036.4557%2019.175C35.8675%2018.808%2035.214%2018.5579%2034.5311%2018.4387V17.1438C34.5311%2016.8744%2034.4241%2016.6161%2034.2336%2016.4256C34.0431%2016.2352%2033.7848%2016.1282%2033.5154%2016.1282C33.2461%2016.1282%2032.9878%2016.2352%2032.7973%2016.4256C32.6068%2016.6161%2032.4998%2016.8744%2032.4998%2017.1438Z%22%20fill%3D%22white%22%2F%3E%0A%3Cpath%20d%3D%22M21.3281%2024.375C21.3281%2026.7855%2022.0429%2029.1418%2023.3821%2031.146C24.7213%2033.1502%2026.6247%2034.7123%2028.8517%2035.6348C31.0786%2036.5572%2033.5291%2036.7986%2035.8933%2036.3283C38.2574%2035.8581%2040.429%2034.6973%2042.1335%2032.9929C43.8379%2031.2884%2044.9987%2029.1168%2045.4689%2026.7527C45.9392%2024.3885%2045.6979%2021.938%2044.7754%2019.711C43.853%2017.4841%2042.2909%2015.5806%2040.2866%2014.2415C38.2824%2012.9023%2035.9261%2012.1875%2033.5156%2012.1875C30.2833%2012.1875%2027.1834%2013.4715%2024.8978%2015.7571C22.6122%2018.0427%2021.3281%2021.1427%2021.3281%2024.375ZM43.6719%2024.375C43.6719%2026.3837%2043.0762%2028.3473%2041.9602%2030.0175C40.8443%2031.6877%2039.2581%2032.9895%2037.4023%2033.7582C35.5464%2034.5269%2033.5044%2034.728%2031.5342%2034.3361C29.5641%2033.9442%2027.7544%2032.9769%2026.3341%2031.5566C24.9137%2030.1362%2023.9464%2028.3265%2023.5545%2026.3564C23.1626%2024.3863%2023.3638%2022.3442%2024.1325%2020.4884C24.9012%2018.6326%2026.2029%2017.0464%2027.8731%2015.9304C29.5433%2014.8144%2031.5069%2014.2188%2033.5156%2014.2188C36.2092%2014.2188%2038.7925%2015.2888%2040.6972%2017.1934C42.6018%2019.0981%2043.6719%2021.6814%2043.6719%2024.375Z%22%20fill%3D%22white%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
	background-position:calc(100% - 10px) center;
	background-repeat:no-repeat;
}
.briefs .brief-item.a3a{
	background-image:url("data:image/svg+xml; charset=UTF-8, %3Csvg%20width%3D%2265%22%20height%3D%2265%22%20viewBox%3D%220%200%2065%2065%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cg%20opacity%3D%220.7%22%20clip-path%3D%22url%28%23clip0_9878_15704%29%22%3E%0A%3Cpath%20d%3D%22M33.0647%2054.7084C29.05%2055.6175%2024.9433%2056.0574%2020.8271%2056.0192C9.17044%2056.0192%202.01367%2053.1077%202.01367%2051.0196V49.5151C5.55211%2052.0379%2013.2153%2053.3461%2020.8271%2053.3461C24.0924%2053.357%2027.3532%2053.102%2030.5771%2052.5837C30.838%2052.5341%2031.0691%2052.3843%2031.2209%2052.1664C31.3727%2051.9485%2031.4331%2051.6798%2031.3891%2051.4179C31.3452%2051.156%2031.2005%2050.9218%2030.9859%2050.7653C30.7714%2050.6088%2030.5041%2050.5426%2030.2413%2050.5808C27.127%2051.0811%2023.9772%2051.3266%2020.823%2051.3148C9.16638%2051.3148%202.00961%2048.4033%202.00961%2046.3152C2.00961%2045.5704%203.01982%2044.6902%204.7369%2043.9102C7.86367%2046.8054%2016.0835%2048.3113%2024.2464%2048.3113C25.5843%2048.3113%2026.9249%2048.2706%2028.2276%2048.1921C28.4956%2048.1743%2028.7456%2048.0513%2028.9232%2047.8499C29.1008%2047.6485%2029.1915%2047.385%2029.1755%2047.1169C29.1518%2046.8513%2029.027%2046.6049%2028.827%2046.4285C28.6269%2046.2521%2028.3669%2046.1592%2028.1003%2046.169C26.8369%2046.2448%2025.5383%2046.2841%2024.241%2046.2841C14.0644%2046.2841%207.32065%2044.0646%205.77148%2042.1119C5.75253%2042.0875%205.74034%2042.0577%205.72003%2042.0347C5.5468%2041.8213%205.44496%2041.5589%205.42888%2041.2845V39.7814C8.96732%2042.3028%2016.6305%2043.6123%2024.241%2043.6123C25.2512%2043.6123%2026.2442%2043.5902%2027.2201%2043.546C27.4895%2043.5336%2027.7429%2043.4147%2027.9246%2043.2154C28.1063%2043.0162%2028.2014%2042.753%2028.189%2042.4836C28.1766%2042.2142%2028.0578%2041.9608%2027.8585%2041.7791C27.6593%2041.5974%2027.3961%2041.5023%2027.1267%2041.5147C26.1883%2041.5567%2025.2309%2041.5784%2024.2464%2041.5784C12.5911%2041.5784%205.4343%2038.6669%205.4343%2036.5788C5.4343%2036.0561%205.98815%2035.4345%206.92388%2034.84C11.464%2036.0097%2016.1391%2036.573%2020.8271%2036.5151C23.2352%2036.5178%2025.6415%2036.3822%2028.034%2036.1089C28.1677%2036.095%2028.2973%2036.0548%2028.4153%2035.9905C28.5333%2035.9263%2028.6374%2035.8392%2028.7215%2035.7344C28.8056%2035.6296%2028.8681%2035.5092%2028.9053%2035.38C28.9426%2035.2509%2028.9538%2035.1157%2028.9384%2034.9822C28.923%2034.8487%2028.8812%2034.7196%2028.8156%2034.6023C28.7499%2034.4851%2028.6616%2034.382%2028.5558%2034.2991C28.45%2034.2163%2028.3288%2034.1552%2028.1993%2034.1195C28.0697%2034.0838%2027.9344%2034.0742%2027.8011%2034.0912C25.4858%2034.3538%2023.1573%2034.4836%2020.8271%2034.4798C16.2082%2034.5653%2011.6004%2033.9973%207.14055%2032.7925C7.09132%2032.7731%207.0406%2032.7577%206.98888%2032.7465C3.78357%2031.7606%202.01367%2030.5216%202.01367%2029.4843V27.9852C5.55211%2030.5067%2013.2153%2031.8229%2020.8271%2031.8229C24.0887%2031.8343%2027.3459%2031.5802%2030.5663%2031.0632C30.832%2031.0187%2031.0692%2030.8704%2031.2257%2030.651C31.3821%2030.4316%2031.445%2030.159%2031.4004%2029.8932C31.3559%2029.6275%2031.2076%2029.3903%2030.9882%2029.2338C30.7688%2029.0774%2030.4962%2029.0145%2030.2304%2029.0591C27.1211%2029.5583%2023.9762%2029.8033%2020.8271%2029.7917C9.17044%2029.7917%202.01367%2026.8734%202.01367%2024.7813C2.01367%2023.9688%203.35701%2022.662%207.02409%2021.5313C10.3255%2024.2802%2018.3327%2025.7075%2026.2831%2025.7075C36.6411%2025.7075%2047.1264%2023.293%2047.1264%2018.678V13.9791C47.1264%209.36272%2036.6411%206.94824%2026.2831%206.94824C15.925%206.94824%205.44107%209.36949%205.44107%2013.9858V18.6875C5.45016%2019.0831%205.53762%2019.4729%205.69836%2019.8345C1.96492%2021.1033%20-0.0175781%2022.8001%20-0.0175781%2024.7813V29.4802C-0.0175781%2031.3869%201.78888%2032.9117%204.61909%2034.0519C4.25357%2034.3663%203.95716%2034.753%203.74856%2035.1877C3.53997%2035.6224%203.4237%2036.0956%203.40711%2036.5774V41.2764C3.41067%2041.5992%203.46646%2041.9193%203.57232%2042.2243C0.655443%2043.6462%20-0.0175781%2045.2075%20-0.0175781%2046.3125V51.0115C-0.0175781%2055.6278%2010.4677%2058.0423%2020.8271%2058.0423C25.1065%2058.0866%2029.3762%2057.627%2033.5482%2056.6732C33.6777%2056.6415%2033.7997%2056.5846%2033.9073%2056.5056C34.0148%2056.4267%2034.1058%2056.3274%2034.1749%2056.2134C34.2441%2056.0993%2034.2901%2055.9728%2034.3104%2055.8409C34.3306%2055.7091%2034.3247%2055.5746%2034.2929%2055.445C34.2612%2055.3155%2034.2043%2055.1934%2034.1254%2055.0859C34.0464%2054.9784%2033.9471%2054.8874%2033.8331%2054.8182C33.719%2054.7491%2033.5925%2054.7031%2033.4606%2054.6828C33.3288%2054.6626%2033.1943%2054.6685%2033.0647%2054.7002V54.7084ZM26.2844%2023.683C14.6291%2023.683%207.47232%2020.7716%207.47232%2018.6848V17.1844C11.0094%2019.7072%2018.674%2021.0153%2026.2844%2021.0153C33.8948%2021.0153%2041.558%2019.7072%2045.0938%2017.1844V18.6875C45.0938%2020.7716%2037.9397%2023.683%2026.2844%2023.683ZM26.2844%208.98626C37.9397%208.98626%2045.0965%2011.8977%2045.0965%2013.9858C45.0965%2016.074%2037.9397%2018.9841%2026.2844%2018.9841C14.6291%2018.9841%207.47232%2016.0726%207.47232%2013.9858C7.47232%2011.8991%2014.625%208.98626%2026.2844%208.98626Z%22%20fill%3D%22white%22%2F%3E%0A%3Cpath%20d%3D%22M47.8022%2023.6831C44.4039%2023.6828%2041.0819%2024.6903%2038.2562%2026.5781C35.4305%2028.4659%2033.2281%2031.1492%2031.9274%2034.2887C30.6268%2037.4282%2030.2863%2040.8829%2030.9491%2044.2159C31.6119%2047.5489%2033.2482%2050.6105%2035.6511%2053.0136C38.0539%2055.4166%2041.1154%2057.0531%2044.4483%2057.7162C47.7813%2058.3793%2051.236%2058.0391%2054.3756%2056.7387C57.5153%2055.4383%2060.1987%2053.2361%2062.0868%2050.4105C63.9748%2047.585%2064.9825%2044.263%2064.9825%2040.8648C64.9782%2036.3095%2063.1668%2031.9419%2059.9458%2028.7207C56.7249%2025.4995%2052.3575%2023.6878%2047.8022%2023.6831ZM47.8022%2056.0138C44.8056%2056.0141%2041.8762%2055.1257%2039.3845%2053.4611C36.8929%2051.7964%2034.9508%2049.4303%2033.8039%2046.6619C32.657%2043.8934%2032.3569%2040.8471%2032.9414%2037.908C33.526%2034.969%2034.9689%2032.2694%2037.0879%2030.1505C39.2068%2028.0315%2041.9064%2026.5886%2044.8454%2026.004C47.7845%2025.4195%2050.8308%2025.7196%2053.5993%2026.8665C56.3677%2028.0134%2058.7338%2029.9555%2060.3985%2032.4471C62.0631%2034.9388%2062.9515%2037.8682%2062.9512%2040.8648C62.9466%2044.8811%2061.349%2048.7316%2058.509%2051.5716C55.669%2054.4116%2051.8185%2056.0092%2047.8022%2056.0138Z%22%20fill%3D%22white%22%2F%3E%0A%3Cpath%20d%3D%22M49.2606%2040.5464V33.911C51.6859%2034.2198%2052.0245%2035.597%2052.0583%2035.7852C52.0942%2036.0522%2052.2347%2036.294%2052.449%2036.4575C52.6632%2036.6209%2052.9335%2036.6925%2053.2006%2036.6566C53.4676%2036.6207%2053.7094%2036.4802%2053.8728%2036.266C54.0362%2036.0517%2054.1079%2035.7814%2054.072%2035.5144C54.053%2035.3789%2053.6048%2032.2874%2049.2606%2031.8662V30.2236C49.2606%2029.9543%2049.1536%2029.6959%2048.9631%2029.5055C48.7727%2029.315%2048.5143%2029.208%2048.245%2029.208C47.9756%2029.208%2047.7173%2029.315%2047.5268%2029.5055C47.3364%2029.6959%2047.2294%2029.9543%2047.2294%2030.2236V31.9001C45.9155%2032.008%2044.6809%2032.5724%2043.7397%2033.4953C43.3028%2033.9705%2042.9704%2034.532%2042.7637%2035.1435C42.5571%2035.7551%2042.4808%2036.4031%2042.5399%2037.0459C42.7173%2039.9019%2045.0085%2041.2208%2047.2239%2042.0157V48.5888C46.4276%2048.5471%2045.6695%2048.2347%2045.075%2047.7032C44.4805%2047.1718%2044.0853%2046.4532%2043.955%2045.6665C43.9348%2045.5347%2043.8888%2045.4081%2043.8197%2045.294C43.7506%2045.1799%2043.6597%2045.0805%2043.5522%2045.0015C43.4447%2044.9226%2043.3227%2044.8656%2043.1931%2044.8337C43.0636%2044.8019%2042.929%2044.7959%2042.7972%2044.8161C42.6653%2044.8363%2042.5387%2044.8823%2042.4246%2044.9514C42.3105%2045.0205%2042.2111%2045.1114%2042.1322%2045.2189C42.0532%2045.3264%2041.9962%2045.4484%2041.9644%2045.578C41.9326%2045.7075%2041.9266%2045.8421%2041.9468%2045.9739C42.181%2047.4987%2043.1899%2050.027%2047.228%2050.6526V52.7827C47.228%2053.0521%2047.335%2053.3104%2047.5255%2053.5009C47.7159%2053.6913%2047.9743%2053.7983%2048.2436%2053.7983C48.513%2053.7983%2048.7713%2053.6913%2048.9618%2053.5009C49.1523%2053.3104%2049.2593%2053.0521%2049.2593%2052.7827V50.7514C50.4269%2050.7731%2051.5658%2050.3886%2052.4814%2049.6637C53.397%2048.9388%2054.0324%2047.9184%2054.2792%2046.777C54.917%2042.4531%2051.9703%2041.4009%2049.2606%2040.5464ZM44.5738%2036.92C44.533%2036.5547%2044.5698%2036.185%2044.6818%2035.8349C44.7939%2035.4849%2044.9786%2035.1624%2045.2238%2034.8887C45.7718%2034.3635%2046.4757%2034.0308%2047.2294%2033.9408V39.8342C45.0437%2038.8876%2044.6334%2037.8814%2044.5738%2036.92ZM52.2709%2046.475C52.0935%2047.132%2051.7001%2047.7102%2051.1539%2048.1162C50.6078%2048.5223%2049.9409%2048.7327%2049.2606%2048.7134V42.6833C51.6033%2043.4687%2052.6162%2044.1255%2052.2709%2046.475Z%22%20fill%3D%22white%22%2F%3E%0A%3C%2Fg%3E%0A%3Cdefs%3E%0A%3CclipPath%20id%3D%22clip0_9878_15704%22%3E%0A%3Crect%20width%3D%2265%22%20height%3D%2265%22%20fill%3D%22white%22%2F%3E%0A%3C%2FclipPath%3E%0A%3C%2Fdefs%3E%0A%3C%2Fsvg%3E%0A");
	background-position:calc(100% - 10px) center;
	background-repeat:no-repeat;
}
.briefs .brief-item .brief-item--title-container{
	margin-top:-5px;
	margin-bottom:15px;
}
.briefs .brief-item .brief-item--title{
	font-size:18px;
}
.briefs .brief-item .brief-item-link{
	padding:0px 10px;
	display:inline-block;
}
.resources_page .briefs .brief-item:nth-child(2){
	flex-grow:3;
	margin-right:0 !important;
}
.briefs .brief-item-clickable{
	cursor:pointer;
}
.briefs .brief-item.bg-orange{
	background-color:#FA8A2E;
}
.briefs .brief-item.bg-green{
	background-color:#0f892f;
}
.briefs .brief-item.bg-azure{
	background-color:#4E6AF0;
}
.briefs .brief-item.bg-purple{
	background-color:purple;
}
.briefs .brief-item.bg-cyan{
	background-color:#39C4F9;
}
.briefs .brief-item.bg-aquamarine{
	background-color:#59E2B8;
}
.briefs .brief-item .brief-icon{
	display:-ms-flexbox;
	display:flex;
	-ms-flex-pack: justify !important;
	justify-content: space-between !important;
}
.briefs .brief-item .brief-icon .icon{
	width:50px;
	height:50px;
	display:block;
	border-radius:5px;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	-khtml-border-radius:5px;
}
.briefs .brief-item .brief-icon .icon-find{
	background:#FFF url("data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2233%22%20height%3D%2233%22%20viewBox%3D%220%200%2033%2033%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cg%20clip-path%3D%22url%28%23clip0_2893_4616%29%22%3E%0A%3Cpath%20d%3D%22M1.99219%2021.357C1.99219%2024.5757%204.61077%2027.1943%207.82946%2027.1943C11.0481%2027.1943%2013.6667%2024.5757%2013.6667%2021.357C13.6667%2018.1384%2011.0481%2015.5198%207.82946%2015.5198C4.61077%2015.5197%201.99219%2018.1383%201.99219%2021.357ZM12.7026%2021.357C12.7026%2024.0441%2010.5166%2026.2302%207.82952%2026.2302C5.14249%2026.2302%202.95627%2024.0441%202.95627%2021.357C2.95627%2018.67%205.14243%2016.4839%207.82946%2016.4839C10.5165%2016.4839%2012.7026%2018.6699%2012.7026%2021.357Z%22%20fill%3D%22%23FA8A2E%22%2F%3E%0A%3Cpath%20d%3D%22M31.8918%2017.3456C31.8907%2017.343%2031.8898%2017.3404%2031.8886%2017.3379L27.9786%209.23183C27.4384%208.11175%2026.5411%207.22325%2025.4644%206.67604L25.0954%205.91081C24.4807%204.63662%2023.1694%203.81335%2021.7548%203.81335C19.7098%203.81335%2018.046%205.47711%2018.046%207.52218V8.94626C17.7211%209.52889%2017.4973%2010.1752%2017.3984%2010.8614H15.6018C15.5028%2010.1752%2015.2791%209.52883%2014.954%208.94614V7.52218C14.954%205.47717%2013.2903%203.81335%2011.2453%203.81335C9.83063%203.81335%208.51941%204.63668%207.90471%205.91088L7.53566%206.67604C6.45897%207.22332%205.56167%208.11182%205.02146%209.23183L4.34423%2010.6358C4.22854%2010.8755%204.32919%2011.1637%204.56892%2011.2794C4.80872%2011.395%205.09685%2011.2945%205.21254%2011.0547L5.88978%209.65062C6.65745%208.05899%208.29543%207.03057%2010.0625%207.03057C12.6171%207.03057%2014.6954%209.10881%2014.6954%2011.6634V17.5934C14.2415%2016.7661%2013.6368%2016.0178%2012.8992%2015.3905C12.6965%2015.218%2012.3922%2015.2427%2012.2198%2015.4454C12.0473%2015.6482%2012.0719%2015.9525%2012.2747%2016.1249C13.8131%2017.4332%2014.6954%2019.3402%2014.6954%2021.357C14.6954%2025.1427%2011.6155%2028.2226%207.82977%2028.2226C4.04407%2028.2226%200.964084%2025.1427%200.964084%2021.357C0.964084%2017.5713%204.04401%2014.4914%207.82971%2014.4914C8.81378%2014.4914%209.7636%2014.6951%2010.6529%2015.0968C10.8952%2015.2063%2011.181%2015.0986%2011.2906%2014.8559C11.4002%2014.6133%2011.2924%2014.3278%2011.0498%2014.2182C10.035%2013.7598%208.95158%2013.5273%207.82971%2013.5273C6.1576%2013.5273%204.60646%2014.0545%203.33309%2014.951L4.31781%2012.9094C4.4335%2012.6696%204.33285%2012.3815%204.09311%2012.2658C3.85344%2012.1504%203.56518%2012.2508%203.44949%2012.4906L1.1114%2017.3379C1.11017%2017.3404%201.10934%2017.343%201.10818%2017.3456C0.404979%2018.5196%200%2019.8918%200%2021.357C0%2025.6743%203.51235%2029.1868%207.82971%2029.1868C12.0926%2029.1868%2015.5703%2025.7623%2015.6574%2021.5198H17.3427C17.4297%2025.7623%2020.9074%2029.1868%2025.1703%2029.1868C29.4877%2029.1868%2033%2025.6743%2033%2021.357C33%2019.8918%2032.5951%2018.5196%2031.8918%2017.3456ZM27.1103%209.65062L29.6668%2014.9508C28.3935%2014.0544%2026.8424%2013.5273%2025.1703%2013.5273C22.2151%2013.5273%2019.6373%2015.1732%2018.3047%2017.5963V11.6634C18.3047%209.10881%2020.383%207.03057%2022.9375%207.03057C24.7046%207.03057%2026.3426%208.05905%2027.1103%209.65062ZM17.3406%2020.5558H15.6595V11.8254H17.3406V20.5558ZM21.7548%204.77744C22.7544%204.77744%2023.6829%205.33359%2024.1609%206.20447C23.7634%206.1143%2023.3535%206.06655%2022.9375%206.06655C21.4087%206.06655%2020.0213%206.68298%2019.0101%207.68004V7.52218C19.0101%206.0087%2020.2414%204.77744%2021.7548%204.77744ZM10.0625%206.06648C9.64656%206.06648%209.23669%206.11424%208.83917%206.20441C9.31722%205.33352%2010.2458%204.77737%2011.2453%204.77737C12.7587%204.77737%2013.9899%206.00864%2013.9899%207.52212V7.67997C12.9788%206.68292%2011.5914%206.06648%2010.0625%206.06648ZM25.1703%2028.2227C21.3846%2028.2227%2018.3047%2025.1427%2018.3047%2021.357C18.3047%2017.5713%2021.3846%2014.4914%2025.1703%2014.4914C28.956%2014.4914%2032.0359%2017.5713%2032.0359%2021.357C32.0359%2025.1427%2028.956%2028.2227%2025.1703%2028.2227Z%22%20fill%3D%22%23FA8A2E%22%2F%3E%0A%3Cpath%20d%3D%22M27.3602%2015.9474C27.1135%2015.8472%2026.8323%2015.966%2026.7322%2016.2126C26.632%2016.4593%2026.7507%2016.7404%2026.9974%2016.8406C28.8478%2017.5922%2030.0435%2019.365%2030.0435%2021.357C30.0435%2024.0441%2027.8573%2026.2301%2025.1703%2026.2301C22.4832%2026.2301%2020.2972%2024.0441%2020.2972%2021.357C20.2972%2018.6752%2022.4789%2016.4892%2025.1607%2016.484C25.4269%2016.4835%2025.6423%2016.2673%2025.6418%2016.001C25.6413%2015.7351%2025.4256%2015.52%2025.1597%2015.52C25.1594%2015.52%2025.1591%2015.52%2025.1588%2015.52C21.9465%2015.5262%2019.333%2018.1447%2019.333%2021.357C19.333%2024.5757%2021.9516%2027.1942%2025.1702%2027.1942C28.3889%2027.1942%2031.0075%2024.5757%2031.0075%2021.357C31.0075%2018.9709%2029.5759%2016.8474%2027.3602%2015.9474Z%22%20fill%3D%22%23FA8A2E%22%2F%3E%0A%3C%2Fg%3E%0A%3Cdefs%3E%0A%3CclipPath%20id%3D%22clip0_2893_4616%22%3E%0A%3Crect%20width%3D%2233%22%20height%3D%2233%22%20fill%3D%22white%22%2F%3E%0A%3C%2FclipPath%3E%0A%3C%2Fdefs%3E%0A%3C%2Fsvg%3E%0A") no-repeat center center;
}
.briefs .brief-item .brief-icon .icon-pin{
	background:#FFF url("data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2225%22%20height%3D%2234%22%20viewBox%3D%220%200%2025%2034%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M12.042%208.5C9.69572%208.5%207.79199%206.59627%207.79199%204.25C7.79199%201.90373%209.69572%200%2012.042%200C14.3885%200%2016.292%201.90373%2016.292%204.25C16.292%206.59627%2014.3885%208.5%2012.042%208.5ZM12.042%201.41658C10.4838%201.41658%209.20883%202.69179%209.20883%204.25C9.20883%205.80821%2010.4838%207.08342%2012.042%207.08342C13.6005%207.08342%2014.8754%205.80821%2014.8754%204.25C14.8754%202.69179%2013.6005%201.41658%2012.042%201.41658Z%22%20fill%3D%22%234E6AF0%22%2F%3E%0A%3Cpath%20d%3D%22M13.21%2030.4584H10.8638C9.68608%2030.4584%208.65886%2029.6172%208.42877%2028.4574L7.01219%2021.25C5.8698%2021.2144%204.95801%2020.2759%204.95801%2019.125V13.4584C4.95801%2011.5015%206.54294%209.91656%208.49959%209.91656H15.583C17.5397%209.91656%2019.1246%2011.5015%2019.1246%2013.4584V19.125C19.1246%2020.2759%2018.2125%2021.2056%2017.0704%2021.25L15.645%2028.4662C15.4147%2029.6172%2014.3965%2030.4584%2013.21%2030.4584ZM8.49959%2011.3334C7.33073%2011.3334%206.37459%2012.2896%206.37459%2013.4584V19.125C6.37459%2019.5146%206.69339%2019.8334%207.08301%2019.8334H8.17197L9.82771%2028.1827C9.92499%2028.6787%2010.3678%2029.0416%2010.8726%2029.0416H13.2188C13.7236%2029.0416%2014.1662%2028.6787%2014.2637%2028.1827L15.9194%2019.8334H16.9996C17.3892%2019.8334%2017.708%2019.5146%2017.708%2019.125V13.4584C17.708%2012.2896%2016.7516%2011.3334%2015.583%2011.3334H8.49959Z%22%20fill%3D%22%234E6AF0%22%2F%3E%0A%3Cpath%20d%3D%22M12.0416%2034C6.0562%2034%200%2032.4859%200%2029.5907C0%2027.1114%204.45363%2025.7744%208.61517%2025.3495L8.75681%2026.7573C3.74521%2027.2709%201.41658%2028.7583%201.41658%2029.5995C1.41658%2030.8125%205.55167%2032.5834%2012.0416%2032.5834C18.5318%2032.5834%2022.6666%2030.8125%2022.6666%2029.5907C22.6666%2028.7495%2020.338%2027.2709%2015.3266%2026.7661L15.4682%2025.3584C19.6298%2025.7833%2024.0834%2027.1114%2024.0834%2029.5995C24.0834%2032.4859%2018.027%2034%2012.0416%2034Z%22%20fill%3D%22%234E6AF0%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center center;
}
.briefs .brief-item .brief-icon .icon-sponsor{
	background:#FFF url("data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2233%22%20height%3D%2233%22%20viewBox%3D%220%200%2033%2033%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cg%20clip-path%3D%22url%28%23clip0_2893_4616%29%22%3E%0A%3Cpath%20d%3D%22M1.99219%2021.357C1.99219%2024.5757%204.61077%2027.1943%207.82946%2027.1943C11.0481%2027.1943%2013.6667%2024.5757%2013.6667%2021.357C13.6667%2018.1384%2011.0481%2015.5198%207.82946%2015.5198C4.61077%2015.5197%201.99219%2018.1383%201.99219%2021.357ZM12.7026%2021.357C12.7026%2024.0441%2010.5166%2026.2302%207.82952%2026.2302C5.14249%2026.2302%202.95627%2024.0441%202.95627%2021.357C2.95627%2018.67%205.14243%2016.4839%207.82946%2016.4839C10.5165%2016.4839%2012.7026%2018.6699%2012.7026%2021.357Z%22%20fill%3D%22%23FA8A2E%22%2F%3E%0A%3Cpath%20d%3D%22M31.8918%2017.3456C31.8907%2017.343%2031.8898%2017.3404%2031.8886%2017.3379L27.9786%209.23183C27.4384%208.11175%2026.5411%207.22325%2025.4644%206.67604L25.0954%205.91081C24.4807%204.63662%2023.1694%203.81335%2021.7548%203.81335C19.7098%203.81335%2018.046%205.47711%2018.046%207.52218V8.94626C17.7211%209.52889%2017.4973%2010.1752%2017.3984%2010.8614H15.6018C15.5028%2010.1752%2015.2791%209.52883%2014.954%208.94614V7.52218C14.954%205.47717%2013.2903%203.81335%2011.2453%203.81335C9.83063%203.81335%208.51941%204.63668%207.90471%205.91088L7.53566%206.67604C6.45897%207.22332%205.56167%208.11182%205.02146%209.23183L4.34423%2010.6358C4.22854%2010.8755%204.32919%2011.1637%204.56892%2011.2794C4.80872%2011.395%205.09685%2011.2945%205.21254%2011.0547L5.88978%209.65062C6.65745%208.05899%208.29543%207.03057%2010.0625%207.03057C12.6171%207.03057%2014.6954%209.10881%2014.6954%2011.6634V17.5934C14.2415%2016.7661%2013.6368%2016.0178%2012.8992%2015.3905C12.6965%2015.218%2012.3922%2015.2427%2012.2198%2015.4454C12.0473%2015.6482%2012.0719%2015.9525%2012.2747%2016.1249C13.8131%2017.4332%2014.6954%2019.3402%2014.6954%2021.357C14.6954%2025.1427%2011.6155%2028.2226%207.82977%2028.2226C4.04407%2028.2226%200.964084%2025.1427%200.964084%2021.357C0.964084%2017.5713%204.04401%2014.4914%207.82971%2014.4914C8.81378%2014.4914%209.7636%2014.6951%2010.6529%2015.0968C10.8952%2015.2063%2011.181%2015.0986%2011.2906%2014.8559C11.4002%2014.6133%2011.2924%2014.3278%2011.0498%2014.2182C10.035%2013.7598%208.95158%2013.5273%207.82971%2013.5273C6.1576%2013.5273%204.60646%2014.0545%203.33309%2014.951L4.31781%2012.9094C4.4335%2012.6696%204.33285%2012.3815%204.09311%2012.2658C3.85344%2012.1504%203.56518%2012.2508%203.44949%2012.4906L1.1114%2017.3379C1.11017%2017.3404%201.10934%2017.343%201.10818%2017.3456C0.404979%2018.5196%200%2019.8918%200%2021.357C0%2025.6743%203.51235%2029.1868%207.82971%2029.1868C12.0926%2029.1868%2015.5703%2025.7623%2015.6574%2021.5198H17.3427C17.4297%2025.7623%2020.9074%2029.1868%2025.1703%2029.1868C29.4877%2029.1868%2033%2025.6743%2033%2021.357C33%2019.8918%2032.5951%2018.5196%2031.8918%2017.3456ZM27.1103%209.65062L29.6668%2014.9508C28.3935%2014.0544%2026.8424%2013.5273%2025.1703%2013.5273C22.2151%2013.5273%2019.6373%2015.1732%2018.3047%2017.5963V11.6634C18.3047%209.10881%2020.383%207.03057%2022.9375%207.03057C24.7046%207.03057%2026.3426%208.05905%2027.1103%209.65062ZM17.3406%2020.5558H15.6595V11.8254H17.3406V20.5558ZM21.7548%204.77744C22.7544%204.77744%2023.6829%205.33359%2024.1609%206.20447C23.7634%206.1143%2023.3535%206.06655%2022.9375%206.06655C21.4087%206.06655%2020.0213%206.68298%2019.0101%207.68004V7.52218C19.0101%206.0087%2020.2414%204.77744%2021.7548%204.77744ZM10.0625%206.06648C9.64656%206.06648%209.23669%206.11424%208.83917%206.20441C9.31722%205.33352%2010.2458%204.77737%2011.2453%204.77737C12.7587%204.77737%2013.9899%206.00864%2013.9899%207.52212V7.67997C12.9788%206.68292%2011.5914%206.06648%2010.0625%206.06648ZM25.1703%2028.2227C21.3846%2028.2227%2018.3047%2025.1427%2018.3047%2021.357C18.3047%2017.5713%2021.3846%2014.4914%2025.1703%2014.4914C28.956%2014.4914%2032.0359%2017.5713%2032.0359%2021.357C32.0359%2025.1427%2028.956%2028.2227%2025.1703%2028.2227Z%22%20fill%3D%22%23FA8A2E%22%2F%3E%0A%3Cpath%20d%3D%22M27.3602%2015.9474C27.1135%2015.8472%2026.8323%2015.966%2026.7322%2016.2126C26.632%2016.4593%2026.7507%2016.7404%2026.9974%2016.8406C28.8478%2017.5922%2030.0435%2019.365%2030.0435%2021.357C30.0435%2024.0441%2027.8573%2026.2301%2025.1703%2026.2301C22.4832%2026.2301%2020.2972%2024.0441%2020.2972%2021.357C20.2972%2018.6752%2022.4789%2016.4892%2025.1607%2016.484C25.4269%2016.4835%2025.6423%2016.2673%2025.6418%2016.001C25.6413%2015.7351%2025.4256%2015.52%2025.1597%2015.52C25.1594%2015.52%2025.1591%2015.52%2025.1588%2015.52C21.9465%2015.5262%2019.333%2018.1447%2019.333%2021.357C19.333%2024.5757%2021.9516%2027.1942%2025.1702%2027.1942C28.3889%2027.1942%2031.0075%2024.5757%2031.0075%2021.357C31.0075%2018.9709%2029.5759%2016.8474%2027.3602%2015.9474Z%22%20fill%3D%22%23FA8A2E%22%2F%3E%0A%3C%2Fg%3E%0A%3Cdefs%3E%0A%3CclipPath%20id%3D%22clip0_2893_4616%22%3E%0A%3Crect%20width%3D%2233%22%20height%3D%2233%22%20fill%3D%22white%22%2F%3E%0A%3C%2FclipPath%3E%0A%3C%2Fdefs%3E%0A%3C%2Fsvg%3E%0A") no-repeat center center;
}
.briefs .brief-item .brief-icon .icon-dollar{
	background:#FFF url("data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M30.3438%2019.7188H19.1876C19.0467%2019.7188%2018.9116%2019.7747%2018.8119%2019.8743C18.7123%2019.974%2018.6563%2020.1091%2018.6563%2020.25C18.6563%2020.3909%2018.7123%2020.526%2018.8119%2020.6257C18.9116%2020.7253%2019.0467%2020.7812%2019.1876%2020.7812H30.3438V22.375H20.4945C20.3536%2022.375%2020.2184%2022.431%2020.1188%2022.5306C20.0192%2022.6302%2019.9632%2022.7654%2019.9632%2022.9062C19.9632%2023.0471%2020.0192%2023.1823%2020.1188%2023.2819C20.2184%2023.3815%2020.3536%2023.4375%2020.4945%2023.4375H28.2188V25.0312H20.7813C20.6404%2025.0312%2020.5053%2025.0872%2020.4057%2025.1868C20.306%2025.2865%2020.2501%2025.4216%2020.2501%2025.5625C20.2501%2025.7034%2020.306%2025.8385%2020.4057%2025.9382C20.5053%2026.0378%2020.6404%2026.0938%2020.7813%2026.0938H30.3438V27.6875H20.112C19.9711%2027.6875%2019.8359%2027.7435%2019.7363%2027.8431C19.6367%2027.9427%2019.5807%2028.0779%2019.5807%2028.2188C19.5807%2028.3596%2019.6367%2028.4948%2019.7363%2028.5944C19.8359%2028.694%2019.9711%2028.75%2020.112%2028.75H30.3438V30.3438H18.2207C18.0798%2030.3438%2017.9447%2030.3997%2017.8451%2030.4993C17.7454%2030.599%2017.6895%2030.7341%2017.6895%2030.875C17.6895%2031.0159%2017.7454%2031.151%2017.8451%2031.2507C17.9447%2031.3503%2018.0798%2031.4062%2018.2207%2031.4062H30.3438C30.6256%2031.4062%2030.8959%2031.2943%2031.0951%2031.0951C31.2944%2030.8958%2031.4063%2030.6255%2031.4063%2030.3438V28.75C31.4044%2028.5629%2031.3531%2028.3796%2031.2576%2028.2188C31.3531%2028.0579%2031.4044%2027.8746%2031.4063%2027.6875V26.0938C31.4063%2025.812%2031.2944%2025.5417%2031.0951%2025.3424C30.8959%2025.1432%2030.6256%2025.0312%2030.3438%2025.0312H29.2813V23.4375H30.3438C30.6256%2023.4375%2030.8959%2023.3256%2031.0951%2023.1263C31.2944%2022.927%2031.4063%2022.6568%2031.4063%2022.375V20.7812C31.4063%2020.4995%2031.2944%2020.2292%2031.0951%2020.0299C30.8959%2019.8307%2030.6256%2019.7188%2030.3438%2019.7188Z%22%20fill%3D%22%2359E2B8%22%2F%3E%0A%3Cpath%20d%3D%22M8.03125%2014.9375C8.48259%2014.9352%208.9259%2014.818%209.31936%2014.5968C9.71281%2014.3757%2010.0434%2014.058%2010.28%2013.6736C10.5166%2013.2892%2010.6513%2012.8509%2010.6715%2012.4C10.6917%2011.9491%2010.5966%2011.5005%2010.3953%2011.0966L13.7634%208.44031C14.2363%208.85177%2014.8419%209.07839%2015.4688%209.07839C16.0956%209.07839%2016.7012%208.85177%2017.1741%208.44031L20.5422%2011.0966C20.3256%2011.5351%2020.2343%2012.0248%2020.2784%2012.5119C20.3224%2012.999%2020.5%2013.4644%2020.7917%2013.857C21.0834%2014.2495%2021.4778%2014.5539%2021.9314%2014.7367C22.385%2014.9194%2022.8803%2014.9733%2023.3626%2014.8925C23.845%2014.8117%2024.2956%2014.5994%2024.665%2014.2788C25.0343%2013.9582%2025.308%2013.5419%2025.4558%2013.0757C25.6036%2012.6096%2025.6199%2012.1116%2025.5028%2011.6368C25.3857%2011.162%2025.1398%2010.7287%2024.7922%2010.3847L27.815%205.72031C28.1127%205.83885%2028.4296%205.90187%2028.75%205.90624C29.3659%205.90757%2029.9631%205.69482%2030.4395%205.30441C30.9158%204.914%2031.2417%204.37019%2031.3613%203.76603C31.481%203.16186%2031.387%202.53489%2031.0954%201.9924C30.8038%201.4499%2030.3327%201.0256%2029.7628%200.792078C29.1929%200.55856%2028.5596%200.530346%2027.9711%200.712262C27.3827%200.894178%2026.8758%201.27492%2026.5371%201.78934C26.1984%202.30376%2026.049%202.91988%2026.1145%203.53229C26.18%204.1447%2026.4562%204.71534%2026.8959%205.14656L23.8678%209.81093C23.4262%209.63554%2022.9449%209.5849%2022.4764%209.66454C22.008%209.74418%2021.5704%209.95103%2021.2116%2010.2625L17.8434%207.60625C18.0509%207.20131%2018.1509%206.74988%2018.1337%206.29522C18.1166%205.84056%2017.983%205.39792%2017.7457%205.00972C17.5084%204.62152%2017.1754%204.30078%2016.7786%204.07825C16.3817%203.85572%2015.9344%203.73885%2015.4794%203.73885C15.0244%203.73885%2014.577%203.85572%2014.1802%204.07825C13.7833%204.30078%2013.4503%204.62152%2013.213%205.00972C12.9757%205.39792%2012.8421%205.84056%2012.825%206.29522C12.8079%206.74988%2012.9079%207.20131%2013.1153%207.60625L9.74719%2010.2625C9.2705%209.85052%208.66129%209.62419%208.03125%209.625C7.32677%209.625%206.65114%209.90485%206.153%2010.403C5.65485%2010.9011%205.375%2011.5768%205.375%2012.2812C5.375%2012.9857%205.65485%2013.6614%206.153%2014.1595C6.65114%2014.6576%207.32677%2014.9375%208.03125%2014.9375ZM28.75%201.65624C29.0652%201.65624%2029.3733%201.74972%2029.6354%201.92484C29.8975%202.09996%2030.1018%202.34887%2030.2224%202.64009C30.3431%202.93131%2030.3746%203.25176%2030.3131%203.56092C30.2516%203.87008%2030.0998%204.15406%2029.877%204.37695C29.6541%204.59984%2029.3701%204.75163%2029.0609%204.81312C28.7518%204.87462%2028.4313%204.84305%2028.1401%204.72243C27.8489%204.6018%2027.6%204.39753%2027.4248%204.13543C27.2497%203.87334%2027.1562%203.56521%2027.1562%203.24999C27.1562%202.82731%2027.3242%202.42193%2027.623%202.12304C27.9219%201.82416%2028.3273%201.65624%2028.75%201.65624ZM22.9062%2010.6875C23.2215%2010.6875%2023.5296%2010.781%2023.7917%2010.9561C24.0538%2011.1312%2024.2581%2011.3801%2024.3787%2011.6713C24.4993%2011.9626%2024.5309%2012.283%2024.4694%2012.5922C24.4079%2012.9013%2024.2561%2013.1853%2024.0332%2013.4082C23.8103%2013.6311%2023.5263%2013.7829%2023.2172%2013.8444C22.908%2013.9059%2022.5876%2013.8743%2022.2963%2013.7537C22.0051%2013.6331%2021.7562%2013.4288%2021.5811%2013.1667C21.406%2012.9046%2021.3125%2012.5965%2021.3125%2012.2812C21.3125%2011.8586%2021.4804%2011.4532%2021.7793%2011.1543C22.0782%2010.8554%2022.4836%2010.6875%2022.9062%2010.6875ZM15.4688%204.84374C15.784%204.84374%2016.0921%204.93722%2016.3542%205.11234C16.6163%205.28746%2016.8206%205.53637%2016.9412%205.82759C17.0618%206.11881%2017.0934%206.43926%2017.0319%206.74842C16.9704%207.05758%2016.8186%207.34156%2016.5957%207.56445C16.3728%207.78734%2016.0888%207.93913%2015.7797%208.00062C15.4705%208.06212%2015.1501%208.03055%2014.8588%207.90993C14.5676%207.7893%2014.3187%207.58503%2014.1436%207.32293C13.9685%207.06084%2013.875%206.75271%2013.875%206.43749C13.875%206.01481%2014.0429%205.60943%2014.3418%205.31054C14.6407%205.01166%2015.0461%204.84374%2015.4688%204.84374ZM8.03125%2010.6875C8.34646%2010.6875%208.6546%2010.781%208.91669%2010.9561C9.17878%2011.1312%209.38306%2011.3801%209.50368%2011.6713C9.62431%2011.9626%209.65587%2012.283%209.59438%2012.5922C9.53288%2012.9013%209.38109%2013.1853%209.1582%2013.4082C8.93531%2013.6311%208.65133%2013.7829%208.34218%2013.8444C8.03302%2013.9059%207.71257%2013.8743%207.42135%2013.7537C7.13013%2013.6331%206.88122%2013.4288%206.7061%2013.1667C6.53097%2012.9046%206.4375%2012.5965%206.4375%2012.2812C6.4375%2011.8586%206.60541%2011.4532%206.9043%2011.1543C7.20318%2010.8554%207.60856%2010.6875%208.03125%2010.6875Z%22%20fill%3D%22%2359E2B8%22%2F%3E%0A%3Cpath%20d%3D%22M12.8125%2020.7812C11.9719%2020.7812%2011.1502%2021.0305%2010.4513%2021.4975C9.75242%2021.9645%209.20769%2022.6283%208.88601%2023.4048C8.56434%2024.1814%208.48018%2025.036%208.64416%2025.8604C8.80815%2026.6848%209.21293%2027.4421%209.8073%2028.0365C10.4017%2028.6308%2011.1589%2029.0356%2011.9834%2029.1996C12.8078%2029.3636%2013.6623%2029.2794%2014.4389%2028.9577C15.2155%2028.6361%2015.8793%2028.0913%2016.3462%2027.3924C16.8132%2026.6935%2017.0625%2025.8718%2017.0625%2025.0312C17.0625%2023.9041%2016.6147%2022.8231%2015.8177%2022.026C15.0207%2021.229%2013.9397%2020.7812%2012.8125%2020.7812ZM12.8125%2028.2187C12.1821%2028.2187%2011.5658%2028.0318%2011.0416%2027.6816C10.5174%2027.3313%2010.1089%2026.8335%209.86764%2026.2511C9.62638%2025.6686%209.56326%2025.0277%209.68625%2024.4094C9.80924%2023.7911%2010.1128%2023.2231%2010.5586%2022.7773C11.0044%2022.3316%2011.5723%2022.028%2012.1907%2021.905C12.809%2021.782%2013.4499%2021.8451%2014.0323%2022.0864C14.6147%2022.3276%2015.1126%2022.7362%2015.4628%2023.2604C15.8131%2023.7846%2016%2024.4008%2016%2025.0312C16%2025.8766%2015.6642%2026.6874%2015.0664%2027.2852C14.4686%2027.8829%2013.6579%2028.2187%2012.8125%2028.2187Z%22%20fill%3D%22%2359E2B8%22%2F%3E%0A%3Cpath%20d%3D%22M12.8125%2018.6562C11.5516%2018.6562%2010.3191%2019.0301%209.27074%2019.7306C8.22238%2020.4311%207.40528%2021.4268%206.92277%2022.5916C6.44026%2023.7565%206.31402%2025.0383%206.56%2026.275C6.80598%2027.5116%207.41314%2028.6475%208.3047%2029.5391C9.19626%2030.4306%2010.3322%2031.0378%2011.5688%2031.2838C12.8054%2031.5297%2014.0872%2031.4035%2015.2521%2030.921C16.417%2030.4385%2017.4126%2029.6214%2018.1131%2028.573C18.8136%2027.5246%2019.1875%2026.2921%2019.1875%2025.0313C19.1875%2023.3405%2018.5159%2021.719%2017.3203%2020.5234C16.1248%2019.3279%2014.5033%2018.6562%2012.8125%2018.6562ZM12.8125%2030.3438C11.7618%2030.3438%2010.7347%2030.0322%209.86104%2029.4484C8.9874%2028.8647%208.30648%2028.035%207.90439%2027.0643C7.5023%2026.0935%207.3971%2025.0254%207.60208%2023.9948C7.80706%2022.9643%208.31303%2022.0177%209.056%2021.2747C9.79896%2020.5318%2010.7456%2020.0258%2011.7761%2019.8208C12.8066%2019.6158%2013.8748%2019.721%2014.8455%2020.1231C15.8162%2020.5252%2016.6459%2021.2061%2017.2297%2022.0798C17.8134%2022.9534%2018.125%2023.9805%2018.125%2025.0313C18.125%2026.4402%2017.5653%2027.7915%2016.569%2028.7878C15.5727%2029.784%2014.2215%2030.3438%2012.8125%2030.3438Z%22%20fill%3D%22%2359E2B8%22%2F%3E%0A%3Cpath%20d%3D%22M12.5467%2023.9688H13.8748C14.0157%2023.9688%2014.1508%2023.9128%2014.2504%2023.8132C14.3501%2023.7135%2014.406%2023.5784%2014.406%2023.4375C14.406%2023.2966%2014.3501%2023.1615%2014.2504%2023.0618C14.1508%2022.9622%2014.0157%2022.9062%2013.8748%2022.9062H13.3435C13.3435%2022.7654%2013.2876%2022.6302%2013.1879%2022.5306C13.0883%2022.431%2012.9532%2022.375%2012.8123%2022.375C12.6714%2022.375%2012.5363%2022.431%2012.4366%2022.5306C12.337%2022.6302%2012.281%2022.7654%2012.281%2022.9062C12.1066%2022.9237%2011.9374%2022.9753%2011.7829%2023.0582C11.6284%2023.141%2011.4918%2023.2535%2011.3808%2023.3892C11.1567%2023.6631%2011.0505%2024.0149%2011.0857%2024.3672C11.1032%2024.5416%2011.1548%2024.7109%2011.2377%2024.8653C11.3205%2025.0198%2011.433%2025.1564%2011.5686%2025.2674C11.8426%2025.4916%2012.1944%2025.5977%2012.5467%2025.5625H13.0779C13.1484%2025.5625%2013.2159%2025.5905%2013.2657%2025.6403C13.3156%2025.6901%2013.3435%2025.7577%2013.3435%2025.8281C13.3435%2025.8986%2013.3156%2025.9661%2013.2657%2026.016C13.2159%2026.0658%2013.1484%2026.0938%2013.0779%2026.0938H11.7498C11.6089%2026.0938%2011.4738%2026.1497%2011.3741%2026.2493C11.2745%2026.349%2011.2185%2026.4841%2011.2185%2026.625C11.2185%2026.7659%2011.2745%2026.901%2011.3741%2027.0007C11.4738%2027.1003%2011.6089%2027.1562%2011.7498%2027.1562H12.281C12.281%2027.2971%2012.337%2027.4323%2012.4366%2027.5319C12.5363%2027.6315%2012.6714%2027.6875%2012.8123%2027.6875C12.9532%2027.6875%2013.0883%2027.6315%2013.1879%2027.5319C13.2876%2027.4323%2013.3435%2027.2971%2013.3435%2027.1562C13.6958%2027.121%2014.0196%2026.9473%2014.2438%2026.6733C14.4679%2026.3994%2014.5741%2026.0476%2014.5389%2025.6953C14.5036%2025.3431%2014.3299%2025.0193%2014.0559%2024.7951C13.782%2024.5709%2013.4302%2024.4648%2013.0779%2024.5H12.5467C12.4762%2024.5%2012.4087%2024.472%2012.3588%2024.4222C12.309%2024.3724%2012.281%2024.3048%2012.281%2024.2344C12.281%2024.1639%2012.309%2024.0964%2012.3588%2024.0465C12.4087%2023.9967%2012.4762%2023.9688%2012.5467%2023.9688Z%22%20fill%3D%22%2359E2B8%22%2F%3E%0A%3Cpath%20d%3D%22M6.96829%2018.6562C7.38555%2018.6555%207.79889%2018.7367%208.18485%2018.8953C8.31454%2018.9482%208.45986%2018.9477%208.58919%2018.894C8.71853%2018.8402%208.82142%2018.7376%208.87548%2018.6084C8.92834%2018.4787%208.92787%2018.3334%208.87414%2018.2041C8.82042%2018.0747%208.7178%2017.9719%208.5886%2017.9178C8.0759%2017.7015%207.52473%2017.5913%206.96829%2017.5937C6.06331%2017.5942%205.18213%2017.8836%204.45304%2018.4197C3.72394%2018.9558%203.18501%2019.7107%202.91471%2020.5743C2.64441%2021.438%202.65685%2022.3654%202.95022%2023.2215C3.24359%2024.0776%203.80258%2024.8177%204.54579%2025.334C4.66138%2025.4142%204.80403%2025.4452%204.94246%2025.4203C5.08089%2025.3954%205.20379%2025.3166%205.28423%2025.2012C5.36435%2025.0856%205.39536%2024.943%205.37046%2024.8046C5.34557%2024.6661%205.26679%2024.5432%205.15141%2024.4628C4.59342%2024.0757%204.17364%2023.5206%203.95323%2022.8782C3.73283%2022.2359%203.72334%2021.54%203.92613%2020.8919C4.12892%2020.2438%204.5334%2019.6774%205.08062%2019.2752C5.62784%2018.8731%206.28919%2018.6562%206.96829%2018.6562Z%22%20fill%3D%22%2359E2B8%22%2F%3E%0A%3Cpath%20d%3D%22M5.37483%2026.9172C4.62857%2026.6797%203.94405%2026.2801%203.37028%2025.7471C2.79651%2025.214%202.34769%2024.5608%202.05594%2023.834C1.76419%2023.1072%201.63674%2022.3249%201.6827%2021.5431C1.72866%2020.7613%201.94691%2019.9993%202.32181%2019.3118C2.69671%2018.6242%203.21899%2018.028%203.85127%2017.5659C4.48354%2017.1037%205.21017%2016.7871%205.97912%2016.6387C6.74807%2016.4903%207.54033%2016.5137%208.29918%2016.7072C9.05803%2016.9008%209.76469%2017.2598%2010.3686%2017.7584C10.4223%2017.8031%2010.4843%2017.8367%2010.551%2017.8574C10.6177%2017.8781%2010.6879%2017.8854%2010.7574%2017.879C10.827%2017.8726%2010.8946%2017.8526%2010.9564%2017.82C11.0182%2017.7875%2011.073%2017.7431%2011.1176%2017.6894C11.1623%2017.6356%2011.1959%2017.5737%2011.2166%2017.5069C11.2373%2017.4402%2011.2447%2017.3701%2011.2382%2017.3005C11.2318%2017.231%2011.2118%2017.1634%2011.1792%2017.1016C11.1467%2017.0397%2011.1023%2016.985%2011.0486%2016.9403C10.3209%2016.3288%209.46566%2015.8878%208.5455%2015.6495C7.62534%2015.4112%206.66354%2015.3816%205.7305%2015.5631C4.79746%2015.7445%203.9168%2016.1322%203.15297%2016.698C2.38915%2017.2637%201.7615%2017.9931%201.31596%2018.8327C0.870428%2019.6723%200.618287%2020.601%200.577996%2021.5506C0.537705%2022.5003%200.710284%2023.4469%201.0831%2024.3213C1.45591%2025.1956%202.01953%2025.9756%202.73269%2026.604C3.44585%2027.2324%204.29051%2027.6933%205.20483%2027.9531C5.34573%2027.9742%205.48925%2027.9385%205.60382%2027.8539C5.71839%2027.7692%205.79463%2027.6425%205.81577%2027.5016C5.8369%2027.3607%205.8012%2027.2171%205.71652%2027.1026C5.63183%2026.988%205.5051%2026.9117%205.36421%2026.8906L5.37483%2026.9172Z%22%20fill%3D%22%2359E2B8%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center center;
}
.we-filedrop-wrapper{
	overflow:hidden;
	border:1px dashed #d5d5d5;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-khtml-border-radius:4px;
}
.we-filedrop__image{
	position:relative;
	width:100%;
}
.we-filedrop__image .delete {
    width: 25px;
    height: 25px;
    border: none;
    background: url("data:image/svg+xml,%3Csvg width='150px' height='151px' viewBox='0 0 150 151' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpolygon id='path-1' points='131.251657 0 74.9933705 56.25 18.7483426 0 0 18.75 56.2450278 75 0 131.25 18.7483426 150 74.9933705 93.75 131.251657 150 150 131.25 93.7549722 75 150 18.75'%3E%3C/polygon%3E%3C/defs%3E%3Cg id='🎨-%5BSetup%5D:-Colors-&amp;-Shadows' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard' transform='translate%28-225.000000, -250.000000%29'%3E%3Cg id='Icon-Color' transform='translate%28225.000000, 250.500000%29'%3E%3Cuse fill='%23a1acb8' xlink:href='%23path-1'%3E%3C/use%3E%3Cuse fill-opacity='0.5' fill='%23a1acb8' xlink:href='%23path-1'%3E%3C/use%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E") center/0.8em auto no-repeat;
    z-index: 999;
    position: absolute;
    top: 10px; right: 10px;
	border-radius:50%;
	-moz-border-radius:50%;
	-khtml-border-radius:50%;
	border:1px solid rgba(255,255,255,0.5);
    cursor: pointer
}
.we-filedrop{
	padding:15px;
	text-align:center;
}
.box-done-img .item {
    position: relative;
    width: 124px;
    height: 102px;
    float: left;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    overflow: hidden;
}
.box-done-img .item img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0; bottom: 0
}
.box-done-img .item .delete {
    width: 20px;
    height: 20px;
    border: none;
    margin-left: -20px;
    margin-bottom: 91px;
    background: transparent url("data:image/svg+xml,%3Csvg width='150px' height='151px' viewBox='0 0 150 151' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpolygon id='path-1' points='131.251657 0 74.9933705 56.25 18.7483426 0 0 18.75 56.2450278 75 0 131.25 18.7483426 150 74.9933705 93.75 131.251657 150 150 131.25 93.7549722 75 150 18.75'%3E%3C/polygon%3E%3C/defs%3E%3Cg id='🎨-%5BSetup%5D:-Colors-&amp;-Shadows' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard' transform='translate%28-225.000000, -250.000000%29'%3E%3Cg id='Icon-Color' transform='translate%28225.000000, 250.500000%29'%3E%3Cuse fill='%23a1acb8' xlink:href='%23path-1'%3E%3C/use%3E%3Cuse fill-opacity='0.5' fill='%23a1acb8' xlink:href='%23path-1'%3E%3C/use%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E") center/0.8em auto no-repeat;
    z-index: 999;
    position: absolute;
    top: 5px; right: 5px;
    cursor: pointer
}
.awe__top-threads .awe__post-description.collapsed:after{
	background: linear-gradient(hsla(0,0%,100%,0),hsla(0,0%,100%,.95),#F5F5F5);
    background: -moz-linear-gradient(hsla(0,0%,100%,0),hsla(0,0%,100%,.95),#F5F5F5);
    background: -webkit-linear-gradient(hsla(0,0%,100%,0),hsla(0,0%,100%,.95),#F5F5F5);
}
.awe__top-threads .awe__post-description.collapsed{
	max-height:200px;
}
.awe__top-threads .awe__post-cmd{
	border-color:#e1e1e1;
}
.awe__post-star{
	bottom:-10px;
	right:42px;
}
/** Dropwndown */
.dropdown-scrollable{
	max-height:400px;
	overflow-y:auto;
}
@-webkit-keyframes placeHolderShimmer {
	0% {
		background-position: -400px 0
	}
	100% {
		background-position: 400px 0
	}
}
@keyframes placeHolderShimmer {
	0% {
		background-position: -400px 0
	}
	100% {
		background-position: 400px 0
	}
}
.animate-bg {
	animation-duration: 1s;
	animation-fill-mode: forwards;
	animation-iteration-count: infinite;
	animation-name: placeHolderShimmer;
	animation-timing-function: linear;
	background: #f6f7f8;
	background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
	background-size: 800px 104px;
	min-height: 12px;
	display: block;
	clear: both;
	text-indent:-9999%;
}
.tinyContent img{
	max-width:100%;
	height:auto;
}
.highlight-panel {
	padding: 0;
	margin: 0 0 0 0;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	overflow-y:auto;
}
div.highlight-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    margin: 0;
    padding: 10px;
    margin-left: 5px;
    background-color: #fff;
    width: 99%;
    overflow: hidden;
	min-width:800px;
}
div.highlight-list .highlight-item {
    flex-grow: 1;
    width: 20%;
    overflow: hidden;
    margin-right: 8px;
}
div.highlight-list .highlight-label,
div.highlight-item.dragging .highlight-label {
    font-size: 10px;
    color: #888;
    line-height: 14px;
    white-space: nowrap;
    cursor: default;
	margin-bottom:2px;
}
table.clientssummarystats td {
    background-color: #fff;
    padding: 6px 4px;
    padding-left: 4px;
    border-bottom: 1px dashed #ccc
}
table.clientssummarystats {
    width: 100%;
    border: 4px solid #fff
}
table.clientssummarystats {
    width: 100%;
    border: 4px solid #fff
}
table.clientssummarystats td {
    background-color: #fff;
    padding-left: 4px;
    border-bottom: 1px dashed #ccc
}
table.clientssummarystats tr>td:first-child,
table.clientssummarystats tr>td:nth-child(3) {
    border-right: 1px dashed #DDD;
}
table.clientssummarystats>tbody>tr>td:last-child {
    padding-left: 10px;
}
.widget-block>.widget-header {
    cursor: pointer;
	position:relative;
    background: #e2e2e2;
    padding: 5px 10px 5px 25px;
    border-radius: 4px;
    display: inline-block;
    font-size: 11px;
    font-weight: normal;
    line-height: 14px;
    margin: 0;
    padding-right: 11px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: calc(100% - 0px);
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 15px 0
}
.widget-block>.widget-header:not(.no-upper){
	text-transform: uppercase;
}
.widget-block>.widget-header:before{
	font: normal normal normal 14px/1 FontAwesome;
	content:"\f107";
	position:absolute; 
	left:10px; top:5px;
}
.widget-block.collapsed> .widget-content{
	display:none;
}
.widget-block.collapsed >.widget-header:before{
	transform:rotate(-180deg);
	-moz-transform:rotate(-180deg);
	-webkit-transform:rotate(-180deg);
}
.widget-block-lg{
	padding: 8px;
	margin-bottom: 10px;
	border: 1px solid #DDD;
}
.widget-block-lg>.widget-header{
	font-size: 14px;
	margin-bottom: 10px;
	background: var(--bs-white);
	padding: 10px 10px 10px 25px;
}
.widget-block-lg>.widget-header:before{
	top:10px !important;
}
.widget-block-lg.collapsed >.widget-header:before{
	transform:rotate(-180deg);
	-moz-transform:rotate(-180deg);
	-webkit-transform:rotate(-180deg);
}
.metadata-row-render {
    min-height: 22px;
    line-height: 22px;
    margin: 2px 0px;
    width: 100%;
    display: flex;
	align-items:center;
}
.metadata-row-render.bordered > .metadata-row-viewer {
    border-bottom: 1px dashed #DDD;
    padding-bottom: 5px;
}
.metadata-row-render>.metadata-row-title {
    color: #777;
    display: inline-block;
    padding-right: 7px;
    text-align: right;
    vertical-align: top;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 170px;
    cursor: default;
    padding-right: 20px
}
.metadata-row-render .metadata-row-viewer>div {
    display: flex
}
ul.logs{
	position:relative;
	list-style:none;
}
ul.logs:after{
	content:"";
	position:absolute;
	left:15px; top:0;
	width:0;
	height:100%;
	border-left:1px solid #DDD;
}
ul.logs > li{
	position:relative;
	margin-bottom:10px;
}
ul.logs > li:after{
	content:"";
	position:absolute;
	left:-22px; top:5px;
	width:12px;
	height:12px;
	background:#DDD;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
}
.no-result{
	border-radius:3px;
	-webkit-border-radius:3px;
	-khtml-border-radius:3px;
	border:0px dashed #DDD;
	background:rgba(255,255,255,1);
}
/* Timeline */
.timeline {
    margin: 0;
    padding: 0;
    position: relative;
    margin-bottom: 30px
}
.timeline:before {
    content: '';
    position: absolute;
    display: block;
    width: 4px;
    background: #f5f6fa;
    top: 0; bottom: 0;
    margin-left: 15px
}
.timeline-item {
    margin: 0;
    padding: 0
}
.timeline-badge {
    float: left;
    position: relative;
    padding-right: 30px;
    height: 2rem;
    width: 2rem;
    margin: 15px 0 0;
}
.timeline-icon {
    width: 60px;
    height: 60px;
    background-color: #efefef;
    border-radius: 50%!important;
    padding-top: 30px;
    padding-left: 22px
}
.timeline-icon i {
    font-size: 34px
}
.timeline-body {
    position: relative;
    padding: 15px;
    margin-top: 6px;
    margin-left: 3.5rem;
    background-color: #efefef;
    border-radius: 4px
}
.timeline-body:after {
	Content:"";
    position: absolute;
    top: 20px; left: -14px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 14px 10px 0;
    border-color: transparent #efefef transparent transparent
}
.timeline-body-head {
    margin-bottom: 10px
}
.timeline-body-head-caption {
    float: left
}
.timeline-body-title {
    font-size: 16px;
    font-weight: 600
}
.timeline-body-alerttitle {
    font-size: 15px;
    font-weight: 600
}
.timeline-body-time {
    font-size: 14px;
    margin-left: 10px
}
.timeline-body-head-action {
    float: right
}
.dropdown dropdown-action .btn-group {
    margin-top: -2px
}
.timeline-body-content {
    font-size: 14px;
}
.timeline-body-img {
    width: 100px;
    height: 100px;
    margin: 5px 20px 0 0
}
.timeline .font-green-haze {
    color: #44b6ae;
}
@media(max-width: 768px) {
    .timeline-body-head-caption {
        width:100%
    }
    .timeline-body-head-actions {
        float: left;
        width: 100%;
        margin-top: 20px;
        margin-bottom: 20px
    }
}
@media(max-width: 480px) {
    .timeline-badge {
        padding-right: 40px;
        width: 60px;
        height: 60px
    }
    .timeline-badge-userpic {
        width: 60px
    }
    .timeline-icon {
        width: 60px;
        height: 60px;
        padding-top: 23px;
        padding-left: 18px
    }
    .timeline-icon i {
        font-size: 25px
    }
    .timeline-body {
		padding:15px;
        margin-left: 55px
    }
    .timeline-body-arrow {
        top: 17px
    }
}*/
.input-date-picker {
    display: flex;
    height: 40px;
    border: 1px solid #DEDEDE;
    border-radius: 3px;
    padding-left: 48px;
    position: relative
}
.input-date-picker .ico {
    width: 20px;
    height: 20px;
    position: absolute;
    left: 15px; top: 9px
}
.a{
	padding:10px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border:1px solid #DDD;
}
.input-picker-separator {
    line-height: 34px;
    padding: 0 10px;
    color: #CCC;
    min-width: 40px;
    text-align: center
}
.input-date-picker input[type=text] {
    display: inline-block;
    border: 0;
    height: 100%;
    width: 50%;
    float: left;
    background-image: none;
	outline:none;
}
i.ico {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../images/sprite_icon_admin.png) -17px -17px no-repeat;
    vertical-align: middle;
}
.ico.ico-edit {
    background-position: -42px -24px;
}
.ico.ico-remove {
    background-position: -42px 0px;
}
.ico.ico-calendar {
    background-position: -40px -104px;
}
.event__box{
	width: 100%;
	padding: 15px;
	background: #f7f7f7;
	margin-bottom: 10px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.event__box p{
	position:relative;
	padding-left:30px;
}
.event__box p:before {
    content: "";
    display: inline-block;
    background: url("../images/icon_event.png") no-repeat left center;
    position: absolute;
    width: 20px;
    height: 20px;
    left: 0;
}
.event__box .timer:before{
	background-position: -53px -2px;
}
.event__box .location:before{
	background-position: -2px -3px;
}
.db_avatar > .camera { 
    position: absolute;
    right: 6px;
    bottom: 0px;
    cursor: pointer;
    width: 26px;
    height: 26px;
    padding: 5px;
    font-size: 14px;
    text-align: center;
    line-height: 30px;
    background: #FFF;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    border: 1px solid #DDD;
}
.avatar > .camera {
    position: absolute;
    right: -5px;
    bottom: 0px;
    cursor: pointer;
    width: 25px;
    height: 25px;
    padding: 3px;
    font-size: 14px;
    text-align: center;
    line-height: 30px;
    background: #FFF;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    border: 1px solid #DDD;
}
.insightsBar {
    float: right;
}
.organization-card {
    width: 220px;
    padding: 10px;
    margin-bottom: 10px;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.2), 0 1px 1px 0 rgba(0,0,0,.14), 0 2px 1px -1px rgba(0,0,0,.12);
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.2), 0 1px 1px 0 rgba(0,0,0,.14), 0 2px 1px -1px rgba(0,0,0,.12);
    border-radius: 2px;
    text-align: left;
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
    -webkit-backface-visibility: hidden;
}
.text-gray{
	color:#c5c5c5 !important
}
.text-white{
	color:rgba(255,255,255,1);
}
.text-orange{
	color:rgb(247 144 9);
}
.bg-eee{
	background:#EEE;
}
.bg-main{
	background-color:rgb(159,34,58) !important
}
.bg-main2{
	background-color:#33509e !important
}
.bg-fhomes{
	color:#696cff;
	background:rgba(105,108,255,0.2) !important;
}
.table-no-border-end tr:last-child td{
	border-bottom:0px !important;
}
.table-radius{
	overflow:hidden;
	border: 1px solid #DDD;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
}
.table-radius > .table {
	margin:-1px -1px -1px -1px;
	width:calc(100% + 2px);
    overflow: hidden;
    margin-bottom: 0;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
}
._2column{
	column-count:2;
}
.awe__post-description h3,
.awe__post-description h2{
	font-size:16px !important;
	line-height:24px;
}
.el-radio-color > input{
	cursor:pointer;
	position:relative;
}
.el-radio-color > input:before{
	content:"";
	position:absolute;
	left:-13px; top:-13px;
	width:40px;
	height:40px;
	background:currentColor;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	-khtml-border-radius:50%;
}
.el-radio-color > input:checked:after {
	content: "";
	position: absolute;
	left: 0px; top: 0px;
	width: 15px;
	height: 10px;
	border-left: 4px solid #FFF;
	border-bottom: 4px solid #FFF;
	transform: rotate(-52deg);
	-ms-transform: rotate(-52deg);
	-moz-transform: rotate(-52deg);
	-webkit-transform: rotate(-52deg);
	-khtml-transform: rotate(-52deg);
}
.btn-default:not(.no-border-left){
	border:1px solid #DDD !important;
}
.btn-default.no-border-left{
	border-width:1px 1px 1px 0px !important;
	border-style:solid !important;
	border-color:#DDD !important;
}
.imgs-grid .imgs-grid-image .image-wrap{
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-khtml-border-radius:3px;
	overflow:hidden;
}
.el-checkbox{
	position:relative;
	display:inline-block;
	width:36px;
	height:36px;
	flex:36px 0 0;
	-moz-flex:36px 0 0;
	-webkit-flex:36px 0 0;
	-khtml-flex:36px 0 0;
	margin-right:5px;
}
.el-checkbox > input{
	margin:10px;
}
.el-checkbox > span{
	display:block;
	width:36px;
	height:36px;
	line-height:36px;
	cursor:pointer;
	position:absolute;
	left:0; top:0;
	background:#DDD;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	-khtml-border-radius:50%;
	text-align:center;
}
.el-checkbox > input:disabled + span{
	cursor:not-allowed;
	background:rgb(243 243 243);
}
.el-checkbox > input:checked + span {
	background:rgb(192 0 0);
	color:rgb(255,255,255);
}
/** Pager */
.status_issue {
    padding: 2px;
    display: inline-block;
    font-size: 10px;
    line-height: 12px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
}
.h-\[calc\(100vh-295px\)\] {
    height: calc(100vh - 295px);
}
.phpbox {
	border: 1px solid #DDD;
    padding: 10px 15px;
    margin: 0 0 5px 0;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
}
.phpbox > .phpbox-title{
	width:100%;
	border-bottom:1px solid #DDD;
	margin-bottom:.5rem !important;
	padding-bottom:.5rem !important;
}
.checklist-item {
	clear: both;
	border-radius: 12px;
	box-sizing: border-box;
	padding-left: 40px;
	position: relative;
	transform-origin: left bottom;
	transition-duration: .15s;
	transition-property: transform,opacity,height,padding,margin,background-color;
	transition-timing-function: ease-in;
}
.checklist-item-checkbox {
    flex-shrink: 0;
    margin: 2px;
    position: relative;
    position: absolute;
    text-align: center;
    top: 4px; left: 2px;
    transition: all .2s ease-in-out;
    white-space: nowrap;
}
.checklist-item-details {
	cursor:pointer;
	padding: 6px 30px 6px 10px;
	word-wrap: break-word;
	border-radius: 10px;
	margin: 0 0 0 -8px;
	overflow-wrap: break-word;
	word-break: break-word;
	color:#333;
}
.checklist-item-delete-button{
	display:none;
	position: absolute;
    top: 15px; right: 10px;
    padding: 5px;
    border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	transition:all .3s ease-in-out;
	-moz-transition:all .3s ease-in-out;
	-webkit-transition:all .3s ease-in-out;
	-khtml-transition:all .3s ease-in-out;
}
.checklist-item-delete-button:hover{
	background:#DDD;
}
.checklist-item-details.editing, 
.checklist-item-details:hover {
    background-color: #091e420f !important;
}
.checklist-item-details:hover .checklist-item-delete-button{
	display:block;
}
input[type="range"] {
    width: calc(100% - 70px);
    float: left;
    height: 28px;
    -webkit-appearance: none;
    outline: 0;
    border: 0;
    padding: 0 0px;
    margin: 0px 0
}
input[type="range"]::-webkit-slider-runnable-track {
    background: #ccc;
    height: 4px;
    border-radius: 4px;
    transition: .3s
}
input[type="range"]:hover::-webkit-slider-runnable-track,input[type="range"]:focus::-webkit-slider-runnable-track {
    background: #777
}
input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    background: red;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    margin-top: -12px;
    cursor: pointer;
    border: 4px solid #fff;
    transition: .3s
}
input[type="range"]:hover::-webkit-slider-thumb,input[type="range"]:focus::-webkit-slider-thumb {
    background: darkOrange
}
input[type="range"]::-moz-focus-outer {
    border: 0
}
input[type="range"]::-moz-range-track {
    background: #ccc;
    height: 4px;
    border-radius: 4px
}
input[type="range"]:hover::-moz-range-track,input[type="range"]:focus::-moz-range-track {
    background: #777
}
input[type="range"]::-moz-range-thumb {
    background: red;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    cursor: pointer;
    border: 4px solid #fff
}
input[type="range"]:hover::-moz-range-thumb,input[type="range"]:focus::-moz-range-thumb {
    background: darkOrange
}
input[type="range"]::-moz-range-progress {
    background: red;
    border-radius: 4px;
    height: 4px
}
input[type="range"]:hover::-moz-range-progress,input[type="range"]:focus::-moz-range-progress {
    background: darkOrange
}
input[type="range"]::-ms-track {
    background: #ccc;
    height: 4px;
    border-radius: 4px;
    border: 0;
    color: transparent
}
input[type="range"]:hover::-ms-track,input[type="range"]:focus::-ms-track {
    background: #777
}
input[type="range"]::-ms-thumb {
    background: red;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 0;
    margin: 0 4px 0;
    box-shadow: 0 0 0 4px #fff
}
input[type="range"]:hover::-ms-thumb,input[type="range"]:focus::-ms-thumb {
    background: darkOrange
}
input[type="range"]::-ms-tooltip {
    display: none
}
input[type="range"]::-ms-fill-lower {
    background: red;
    border-radius: 4px
}
input[type="range"]:hover::-ms-fill-lower,input[type="range"]:focus::-ms-fill-lower {
    background: darkOrange
}
.vertically-stacked-slider {
    padding: 8px
}
.vertically-stacked-slider>input[type="range"] {
    padding: 0
}
.horizontally-stacked-slider {
    display: flex;
    align-items: center
}
.horizontally-stacked-slider>.title {
    flex: 1;
    padding: 8px
}
.horizontally-stacked-slider>input[type="range"] {
    flex: 1
}
.range-slider__value {
    display: inline-block;
    position: relative;
    width: 60px;
    color: #fff;
    line-height: 20px;
    text-align: center;
    border-radius: 3px;
    background: #2c3e50;
    padding: 5px 10px;
    margin-left: 8px
}
.range-slider__value:after {
    position: absolute;
    top: 8px;
    left: -7px;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-right: 7px solid #2c3e50;
    border-bottom: 7px solid transparent;
    content: ''
}
.profile-photo-create-edit {
	width:68px;
	height:68px;
	padding: 3px;
	background: #fff;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border: solid 1px #ddd;
	position: relative;
	z-index: 2;
}
.profile-photo-create-edit img {
    width: 60px;
    height: 60px;
}
.border-dahsed{
	border:1px dashed #DDD;
}
.label {
    display: inline;
    padding: 0.4em 0.6em 0.3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25em;
}
.location{
	background:url("data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2214%22%20height%3D%2218%22%20viewBox%3D%220%200%2014%2018%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M6.69012%204.23178C6.20317%204.23178%205.72716%204.37618%205.32227%204.64671C4.91739%204.91725%204.60182%205.30177%204.41547%205.75165C4.22912%206.20153%204.18037%206.69657%204.27537%207.17416C4.37037%207.65175%204.60485%208.09045%204.94918%208.43478C5.2935%208.7791%205.7322%209.01359%206.20979%209.10859C6.68739%209.20359%207.18243%209.15483%207.63231%208.96848C8.08219%208.78214%208.46671%208.46657%208.73725%208.06168C9.00778%207.6568%209.15218%207.18079%209.15218%206.69384C9.15144%206.04109%208.8918%205.41529%208.43024%204.95372C7.96867%204.49216%207.34287%204.23252%206.69012%204.23178ZM6.69012%207.92487C6.44664%207.92487%206.20864%207.85267%206.0062%207.7174C5.80375%207.58213%205.64597%207.38987%205.5528%207.16493C5.45962%206.93999%205.43524%206.69247%205.48274%206.45368C5.53024%206.21488%205.64749%205.99553%205.81965%205.82337C5.99181%205.65121%206.21116%205.53396%206.44996%205.48646C6.68875%205.43896%206.93627%205.46334%207.16121%205.55652C7.38616%205.64969%207.57842%205.80747%207.71368%206.00992C7.84895%206.21236%207.92115%206.45036%207.92115%206.69384C7.92077%207.02021%207.79095%207.33311%207.56017%207.56389C7.32939%207.79467%207.01649%207.92449%206.69012%207.92487Z%22%20fill%3D%22%23333333%22%2F%3E%0A%3Cpath%20d%3D%22M11.4212%201.95907C10.2514%200.789612%208.68995%200.094904%207.0381%200.00902943C5.38626%20-0.0768451%203.76115%200.452202%202.47643%201.49406C1.19171%202.53592%200.338456%204.01674%200.0813439%205.65071C-0.175769%207.28469%200.181488%208.95598%201.08416%2010.342L5.73542%2017.4825C5.83892%2017.6414%205.98045%2017.7719%206.14716%2017.8623C6.31388%2017.9527%206.50051%2018%206.69014%2018C6.87977%2018%207.0664%2017.9527%207.23311%2017.8623C7.39983%2017.7719%207.54135%2017.6414%207.64486%2017.4825L12.2963%2010.342C13.1338%209.05627%2013.504%207.52167%2013.3447%205.99544C13.1854%204.46922%2012.5063%203.04414%2011.4212%201.95907ZM11.2648%209.67009L6.69016%2016.6927L2.11546%209.67009C0.715163%207.52044%201.0155%204.64368%202.82957%202.82953C3.33655%202.32254%203.93842%201.92037%204.60082%201.64599C5.26322%201.37161%205.97318%201.23039%206.69016%201.23039C7.40714%201.23039%208.1171%201.37161%208.7795%201.64599C9.4419%201.92037%2010.0438%202.32254%2010.5507%202.82953C12.3648%204.64368%2012.6651%207.52044%2011.2648%209.67009Z%22%20fill%3D%22%23333333%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat 0px center;
	font-size:13px;
	padding-left:20px;
}
.table tr:not(.nohover):hover td{
/*	color:#697a8d !important;*/
	background:rgb(255 249 204);
}
.download,
.MultiFile-preview > .MultiFile-label{
	position:relative;
	border: 1px solid #DDD;
	display: inline-block;
	padding: 4px 15px 4px 10px;
	margin-bottom: 5px;	
	margin-right:5px;
	transition:all .3s;
	-moz-transition:all .3s;
	-webkit-transition:all .3s;
	-khtml-transition:all .3s;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
}
.MultiFile-wrap{
	position:relative;
	border:1px dashed #DDD;
	padding:15px;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-khtml-border-radius:4px;
}
.MultiFile-wrap > *{
	cursor:pointer;
}
.MultiFile-wrap:before{
	content: "";
	position: absolute;
	left: 15px; top: 10px;
	width: 30px;
	height: 35px;
	z-index:2;
	background:url("data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2227%22%20height%3D%2234%22%20viewBox%3D%220%200%2027%2034%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M1%2026.9875V3.475C1%201.825%202.1%201.1375%202.65%201H17.5L22.0375%205.5375V29.4625H2.65C1.33%2029.4625%201%2027.8125%201%2026.9875Z%22%20fill%3D%22%23F3F5F7%22%20stroke%3D%22%23EEEDF0%22%2F%3E%0A%3Cpath%20d%3D%22M17.4999%204.7125V1L22.0374%205.5375H18.3249C17.6649%205.5375%2017.4999%204.9875%2017.4999%204.7125Z%22%20fill%3D%22%23EEEDF0%22%20stroke%3D%22%23EEEDF0%22%20stroke-linejoin%3D%22bevel%22%2F%3E%0A%3Ccircle%20cx%3D%2218.7375%22%20cy%3D%2226.1625%22%20r%3D%227.8375%22%20fill%3D%22%23121927%22%2F%3E%0A%3Cg%20clip-path%3D%22url%28%23clip0_13312_18033%29%22%3E%0A%3Cpath%20d%3D%22M18.9881%2027.2874C18.9216%2027.2209%2018.8315%2027.1835%2018.7375%2027.1835C18.6434%2027.1835%2018.5533%2027.2209%2018.4868%2027.2874L17.6971%2028.077C17.5587%2028.2154%2017.5587%2028.4399%2017.6972%2028.5783C17.8356%2028.7167%2018.0601%2028.7168%2018.1985%2028.5783L18.383%2028.3939V29.4697C18.383%2029.6655%2018.5417%2029.8242%2018.7375%2029.8242C18.9332%2029.8242%2019.0919%2029.6655%2019.0919%2029.4697V28.3939L19.2764%2028.5783C19.3456%2028.6475%2019.4363%2028.6821%2019.5271%2028.6821C19.6178%2028.6821%2019.7085%2028.6475%2019.7777%2028.5783C19.9162%2028.4399%2019.9162%2028.2154%2019.7778%2028.077L18.9881%2027.2874Z%22%20fill%3D%22white%22%2F%3E%0A%3Cpath%20d%3D%22M22.9819%2026.3375C22.8652%2026.1821%2022.7217%2026.0535%2022.5584%2025.9563C22.6022%2025.7564%2022.6243%2025.5517%2022.6243%2025.3447C22.6243%2023.7765%2021.3485%2022.5007%2019.7803%2022.5007C18.9262%2022.5007%2018.126%2022.8818%2017.5881%2023.5328C17.3799%2023.4669%2017.163%2023.4337%2016.9402%2023.4337C15.7538%2023.4337%2014.7885%2024.3989%2014.7885%2025.5854C14.7885%2025.7294%2014.8027%2025.8719%2014.8307%2026.0115C14.4398%2026.2816%2014.2%2026.7272%2014.2%2027.2162C14.2%2028.0249%2014.8596%2028.6828%2015.6704%2028.6828H16.5305C16.7263%2028.6828%2016.885%2028.5241%2016.885%2028.3283C16.885%2028.1325%2016.7263%2027.9738%2016.5305%2027.9738H15.6704C15.2505%2027.9738%2014.9089%2027.6339%2014.9089%2027.2162C14.9089%2026.9078%2015.0941%2026.6327%2015.3807%2026.5153C15.5558%2026.4435%2015.6437%2026.2468%2015.5803%2026.0685C15.5253%2025.9139%2015.4975%2025.7514%2015.4975%2025.5854C15.4975%2024.7898%2016.1447%2024.1427%2016.9402%2024.1427C17.1567%2024.1427%2017.3647%2024.1893%2017.5583%2024.2813L17.5606%2024.2824C17.5609%2024.2825%2017.5612%2024.2827%2017.5615%2024.2828C17.863%2024.4269%2018.1068%2024.673%2018.2482%2024.9756C18.3084%2025.1044%2018.4362%2025.1801%2018.5696%2025.1801C18.6199%2025.1801%2018.6709%2025.1693%2018.7194%2025.1467C18.8968%2025.0638%2018.9734%2024.8528%2018.8906%2024.6755C18.7414%2024.3563%2018.5159%2024.0794%2018.2375%2023.8687C18.637%2023.4509%2019.1916%2023.2097%2019.7803%2023.2097C20.9576%2023.2097%2021.9153%2024.1675%2021.9153%2025.3447C21.9153%2025.5826%2021.8766%2025.816%2021.8001%2026.0386C21.7689%2026.1293%2021.7759%2026.2288%2021.8193%2026.3144C21.8628%2026.3999%2021.9391%2026.4642%2022.0307%2026.4925C22.3509%2026.5914%2022.566%2026.8822%2022.566%2027.2162C22.566%2027.6339%2022.2244%2027.9738%2021.8045%2027.9738H20.9444C20.7486%2027.9738%2020.5899%2028.1325%2020.5899%2028.3283C20.5899%2028.5241%2020.7486%2028.6828%2020.9444%2028.6828H21.8045C22.6153%2028.6828%2023.275%2028.0249%2023.275%2027.2162C23.275%2026.8966%2023.1736%2026.5927%2022.9819%2026.3375Z%22%20fill%3D%22white%22%2F%3E%0A%3C%2Fg%3E%0A%3Cdefs%3E%0A%3CclipPath%20id%3D%22clip0_13312_18033%22%3E%0A%3Crect%20width%3D%229.075%22%20height%3D%229.075%22%20fill%3D%22white%22%20transform%3D%22translate%2814.2%2021.625%29%22%2F%3E%0A%3C%2FclipPath%3E%0A%3C%2Fdefs%3E%0A%3C%2Fsvg%3E") no-repeat center center;
}
.MultiFile-wrap .maxsize-10240{
	border:0;
	position:relative;
}
.MultiFile-wrap .maxsize-10240:before,
.MultiFile-wrap .maxsize-10240:after{
	position:absolute;
	left:0; right:0;
	padding-left:45px;
	background: #FFF;
	width:100%;
	height:50%;
}
.MultiFile-wrap .maxsize-10240:before{
	content:"Click to upload file";
	color:rgba(23, 86, 200, 1);
	font-size:14px;
	line-height:16px;
	top:0; 
}
.MultiFile-wrap .maxsize-10240:after{
	content: "Maximum file size 20MB.";
	font-size:12px;
	bottom: 0;
}
.media-preview > .MultiFile-label:hover{
	border-color:#1a73e8;
}
.MultiFile-label .MultiFile-remove{
	width:25px;
	height:25px;
	text-indent:-9999%;
	display:inline-block;
	background:url("data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2210%22%20height%3D%2210%22%20viewBox%3D%220%200%2010%2010%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M5.5332%205L9.57617%209.04883L9.04883%209.57617L5%205.5332L0.951172%209.57617L0.423828%209.04883L4.4668%205L0.423828%200.951172L0.951172%200.423828L5%204.4668L9.04883%200.423828L9.57617%200.951172L5.5332%205Z%22%20fill%3D%22%23FF0000%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center center;
}
.input-group-date{
	position:relative;
}
.input-group-date:before {
    content: "";
    position: absolute;
    left: 8px;
    top: 6px;
    width: 25px;
    height: 25px;
    background: url(../images/sprite_icon_admin.png) no-repeat -38px -102px;
}
.input-group-date > .datepicker,
.input-group-date > .isodatepicker,
.input-group-date > .isodaterangepicker{
	padding-left:40px;
}
.pipeline-small {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    border-radius: 2px;
    line-height: 15px;
}
.pipeline-small a {
    width: -webkit-fill-available;
    text-decoration: none;
    outline: none;
    display: block;
    float: left;
    font-size: 12px;
    color: #fff;
    min-width: 15px;
    max-width: 50px;
    background: #666;
    background: -webkit-gradient(linear,left top,left bottom,from(#666),to(#333));
    background: linear-gradient(#666,#333);
    position: relative;
}
.pipeline-small a:after {
    content: '';
    position: absolute;
    top: -1px;
    right: -4px;
    width: 15px;
    height: 18px;
    -webkit-transform: scale(.707) rotate(45deg);
    -ms-transform: scale(.707) rotate(45deg);
    -moz-transform: scale(.707) rotate(45deg);
    -transform: scale(.707) rotate(45deg);
    z-index: 1;
    background: #666;
    background: linear-gradient(135deg,#666,#333);
    -webkit-box-shadow: 2px -2px 0 1px rgba(255,255,255,1), 3px -3px 0 2px rgba(255,255,255,.1);
    box-shadow: 2px -2px 0 1px rgba(255,255,255,1), 3px -3px 0 2px rgba(255,255,255,.1);
    border-radius: 0 5px 0 50px;
}
.flat a, 
.flat a:after {
    background: #d3d3d3;
    color: #000;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.pipeline-small a:first-child {
    padding-left: 6px;
    border-radius: 2px 0 0 2px;
}
.pipeline-small a.active {
    background: #333;
    background: -webkit-gradient(linear,left top,left bottom,from(#333),to(#000));
    background: linear-gradient(#333,#000);
}
.flat a.active, 
.flat a.active:after {
    background: #21b1ff;
    content: "";
}
.course-item-wrapper{
	padding:0px;
	background:#FFF;
	overflow:hidden;
	margin-bottom:10px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
}
.course-item-wrapper .course-image-holder{
	width:100%;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	overflow:hidden;
	position:relative;
}
.course-image-holder .course-viewed{
	font-size: 12px;
	position: absolute;
    left: 10px; top: 10px;
    background: rgba(255,255,255,0.9);
    padding: 2px 10px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 13px;
}
.course-item-wrapper .course-image-holder .thumnail{
	height:auto;
	width:100%;
	max-width:100%;
	object-fit: cover;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
}
.course-item-wrapper .course-body-wrapper{
	color:#1C1C1C;
	min-height:200px;
	padding:20px 20px 15px;
}
.course-item-wrapper .course-body-wrapper .course-title{
	line-height:22px;
	min-height:44px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.course-meta .course-date{
	padding-left:25px;
	background:url("data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2215%22%20height%3D%2215%22%20viewBox%3D%220%200%2015%2015%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M7.5%2015C6.01664%2015%204.5666%2014.5601%203.33323%2013.736C2.09986%2012.9119%201.13856%2011.7406%200.570907%2010.3701C0.00324962%208.99968%20-0.145275%207.49168%200.144114%206.03683C0.433503%204.58197%201.14781%203.2456%202.1967%202.1967C3.2456%201.14781%204.58197%200.433503%206.03683%200.144114C7.49168%20-0.145275%208.99968%200.00324962%2010.3701%200.570907C11.7406%201.13856%2012.9119%202.09986%2013.736%203.33323C14.5601%204.5666%2015%206.01664%2015%207.5C15%209.48913%2014.2098%2011.3968%2012.8033%2012.8033C11.3968%2014.2098%209.48913%2015%207.5%2015ZM7.5%201.07143C6.22855%201.07143%204.98565%201.44846%203.92848%202.15484C2.87131%202.86122%202.04734%203.86523%201.56078%205.0399C1.07421%206.21456%200.946907%207.50713%201.19496%208.75416C1.443%2010.0012%202.05527%2011.1466%202.95432%2012.0457C3.85337%2012.9447%204.99883%2013.557%206.24585%2013.8051C7.49287%2014.0531%208.78544%2013.9258%209.96011%2013.4392C11.1348%2012.9527%2012.1388%2012.1287%2012.8452%2011.0715C13.5515%2010.0144%2013.9286%208.77146%2013.9286%207.5C13.9286%205.79504%2013.2513%204.15991%2012.0457%202.95432C10.8401%201.74873%209.20497%201.07143%207.5%201.07143Z%22%20fill%3D%22%231756C8%22%2F%3E%0A%3Cpath%20d%3D%22M9.95912%2010.7144L6.96448%207.71978V2.67871H8.03591V7.27514L10.7145%209.95907L9.95912%2010.7144Z%22%20fill%3D%22%231756C8%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat left center;
}
.course-meta .course-location{
	min-height:52px;
	padding-left:25px;
	line-height:18px;
	background:url("data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2215%22%20height%3D%2218%22%20viewBox%3D%220%200%2015%2018%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M14%207.70453C14%2012.9192%207.29547%2017.3888%207.29547%2017.3888C7.29547%2017.3888%200.590942%2012.9192%200.590942%207.70453C0.590942%205.92638%201.29731%204.22105%202.55465%202.96371C3.812%201.70637%205.51732%201%207.29547%201C9.07362%201%2010.7789%201.70637%2012.0363%202.96371C13.2936%204.22105%2014%205.92638%2014%207.70453Z%22%20stroke%3D%22%231756C8%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath%20d%3D%22M7.29545%209.93941C8.52972%209.93941%209.53029%208.93884%209.53029%207.70457C9.53029%206.4703%208.52972%205.46973%207.29545%205.46973C6.06118%205.46973%205.06061%206.4703%205.06061%207.70457C5.06061%208.93884%206.06118%209.93941%207.29545%209.93941Z%22%20stroke%3D%22%231756C8%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat left 5px;
}
.btn-booking{
    display: inline-block;
    background: #960c26;
    text-align: center;
    color: #FFFFFF;
}
.switch {
    position: relative;
    display: inline-block;
    width: 54px;
    height: 26px;
    margin-bottom: 0 !important
}
.switch input {
    display: none
}
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s
}
.slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s
}
input:checked+.slider {
    background-color: #2196f3
}
input:focus+.slider {
    box-shadow: 0 0 1px #2196f3
}
input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px)
}
.slider.round {
    border-radius: 34px
}
.slider.round:before {
    border-radius: 50%
}
.gbox{
	border:1px solid #DDD;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
}
.gbox .gbox-title{
	padding:8px 15px;
	background:#F5F5F5;
	border-bottom:1px solid #DDD;
}
.gbox .gbox-body{
	padding:10px 15px;
}
.tag {
	font-size:11px;
    display: inline-block;
    border-radius: 3px;
    padding: .2em .5em .2em;
    border-radius: 2px;
    background: var(--tag-bg);
    color: var(--text-color);
    margin: .25em .1em;
	background: #ededed;
}
/** CSS Ranking */
.ranking{
	position:relative;
	background: rgb(82 2 17);
	background: background: linear-gradient(6deg, rgb(211 74 100) 44%, rgb(82 2 17) 100%);
}
.ranking:before{
    content: "";
    position: absolute;
    left: 50%; top: 270px;
    transform: translateX(-50%);
	-moz-transform: translate(-50%,-56%);
	-webkit-transform: translate(-50%,-56%);
	-khtml-transform: translate(-50%,-56%);
    width: 200px;
    height: 200px;
    background: rgb(112 3 24 / 50%);
    border-radius: 50% 50% 50% 50%;
	-moz-border-radius: 50% 50% 50% 50%;
	-khtml-border-radius: 50% 50% 50% 50%;
}
.rank__tab-menu{
	margin-bottom:160px;
	background:#950c26;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
}
.rank__tab-nav{
	margin:0;
	padding:0;
	list-style:none;
}
.rank__tab-nav > li{
	padding:5px;
}
.rank__tab-nav > li > a{
	display:block;
	font-size:12px;
	padding:6px 10px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	text-transform:uppercase;
}
.rank__tab-nav > li > a.active{
	background:#520211;
}
.rank__block-item{
	flex:1 0 0;
	-ms-flex:1 0 0;
	-webkit-flex:1 0 0;
	position:relative;
}
.rank__block-item.rank__top-second{
	order:1;
	height:90px;
	background:#a70909;
	transform: translateY(30px);
	-moz-transform: translateY(30px);
	-webkit-transform: translateY(30px);
	-khtml-transform: translateY(30px);
}
.rank__block-item.rank__top-second:before{
	content:"";
	width:100%; height:0;
	position:absolute;
	left: 0; top: -20px;
    border-left: 15px solid transparent;
    border-bottom: 20px solid #9d0909;
    border-right: 0px solid transparent;
}
.rank__block-item.rank__top-one{
	order:2;
	height:120px;
	background: rgb(150 14 39);
	background: linear-gradient(6deg, rgb(215 58 87) 25%, rgb(137 5 30) 100%);
}
.rank__block-item.rank__top-one:before{
	content:"";
	width:100%; height:0;
	position:absolute;
	left: 0; top: -20px;
    border-left: 15px solid transparent;
    border-bottom: 20px solid #a22940;
    border-right: 15px solid transparent;
}
.rank__block-item.rank__top-three{
	order:3;
	height:65px;
	background:#9d0b27;
	transform: translateY(55px);
	-moz-transform: translateY(55px);
	-webkit-transform: translateY(55px);
	-khtml-transform: translateY(55px);
}
.rank__block-item.rank__top-three:before{
	content:"";
	width:100%; height:0;
	position:absolute;
	left: 0; top: -20px;
    border-left: 0px solid transparent;
    border-bottom: 20px solid #890920;
    border-right: 15px solid transparent;
}
.rank__block-number{
	font-size: 40px;
    text-align: center;
    color: rgba(255,255,255,1);
    font-weight: 900;
	font-family:sans-serif;
}
.rank__block-number .mt-one,
.rank__block-number .mt-second{
	margin-top:20px;
}
.rank__top-one .rank__block-number{
	font-size:62px;
}
.rank__top-one:after{
	content: "";
	position: absolute;
	bottom: 6px;
	background: url(../images/logo-f.png) no-repeat center center;
	background-size: 100%;
	width: 36px;
	height: 36px;
	transform: translateX(-50%);
}
@media screen and (max-width:575px){
	.rank__top-one:after{
		left: 53%;
	}
}
@media screen and (min-width:576px){
	.rank__top-one:after{
		left: 55%;
	}
}
.rank__block-profile{
	width:100%;
	text-align: center;
    position: absolute;
	display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
	-webkit-box-orient: vertical!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: column!important;
    flex-direction: column!important;
}
.rank__top-one .rank__block-profile{
	left: 0; bottom: 145px;
}
.rank__top-second .rank__block-profile{
	left: 0; bottom: 115px;
	padding-right:10px;
}
.rank__top-three .rank__block-profile{
	left: 0; bottom: 90px;
	padding-left:10px;
}
.rank__profile-badge{
	position: absolute;
    bottom: 0; right: 5px;
    padding: 3px 5px;
	color:var(--bs-dark);
    background: var(--bs-white);
    font-size: 8px;
    border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px
}
.rank__profile-name{
	line-height:18px;
}
.rank__profile-profit{
	background:#a22940;
	padding:2px 5px;
	border-radius:5px;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	color:var(--bs-white) !important;
}
.rank__block-row{
	position:relative;
	background:#eeeefa;
	min-height:100px;
	border-radius:14px 14px 0px 0px;
	-moz-border-radius:14px 14px 0px 0px;
	-webkit-border-radius:14px 14px 0px 0px;
	-khtml-border-radius:14px 14px 0px 0px;
	width:calc(100% + 20px);
	margin-left:-10px;
	margin-right:-10px;
	margin-bottom:-25px;
	padding:10px;
}
.rank__row-item{
	background:rgba(255,255,255,1);
	padding:5px 10px;
	border-radius:14px;
	-moz-border-radius:14px;
	-webkit-border-radius:14px;
	-khtml-border-radius:14px;
	margin-bottom:5px;
}
.rank__row-item:last-child{
	margin-bottom:0 !important;
}
.rank__item-number{
	display: block;
    border: 1px solid #DDD;
    padding: 5px;
    width: 30px;
    height: 30px;
}
.eznyDbxTuI{
	padding:30px;
	border:1px solid #DDD;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	background:rgba(255,255,255,1);
}
.qjkYlYqD9P{
	line-height:24px;
	font-size:16px;
}
.qjkYlYqD9P table,
.qjkYlYqD9P img{
	max-width:100%;
	height:auto;
}
.h5hjavlMWX{
	font-size:18px;
	margin-bottom:6px;
}
.slider-container {
	width: 90%;
	max-width: 500px;
	margin: 0 auto 0px;
	position:relative;
}
@media screen and (max-width:575px){
	.slider-container {
		width: 90%;
	}
	.eznyDbxTuI{
		padding:15px;
	}
	.slider-container{
		width:90%;
	}
	.webui-popover{
		left:25px !important
	}
}
.sWU0bvPK5E{
	max-width:180px;
}
.rs-container * {
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.rs-container {
    font-family: Arial, Helvetica, sans-serif;
    height: 45px;
    position: relative;
}
.rs-container .rs-bg,
.rs-container .rs-selected {
    background-color: #eee;
    border: 1px solid #ededed;
    height: 10px;
    left: 0;
    position: absolute;
    top: 5px;
    width: 100%;
    border-radius: 3px;
}
.rs-container .rs-selected {
    background-color: #00b3bc;
    border: 1px solid #00969b;
    transition: all 0.2s linear;
    width: 0;
}
.rs-container.disabled .rs-selected {
    background-color: #ccc;
    border-color: #bbb;
}
.rs-container .rs-pointer {
    background-color: #fff;
    border: 1px solid #bbb;
    border-radius: 4px;
    cursor: pointer;
    height: 20px;
    left: -10px;
    position: absolute;
    top: 0;
    transition: all 0.2s linear;
    width: 30px;
    box-shadow: inset 0 0 1px #fff, inset 0 1px 6px #ebebeb,
        1px 1px 4px rgba(0, 0, 0, 0.1);
}
.rs-container.disabled .rs-pointer {
    border-color: #ccc;
    cursor: default;
}
.rs-container .rs-pointer::after,
.rs-container .rs-pointer::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 9px;
    background-color: #ddd;
    left: 12px;
    top: 5px;
}
.rs-container .rs-pointer::after {
    left: auto;
    right: 12px;
}
.rs-container.sliding .rs-pointer,
.rs-container.sliding .rs-selected {
    transition: none;
}
.rs-container .rs-scale {
    position: absolute;
    left: 0; top: 5px;
    white-space: nowrap;
	display:flex;
}
.rs-container .rs-scale span {
    float: left;
    position: relative;
}
.rs-container .rs-scale span::before {
    background-color: #ededed;
    content: "";
    height: 8px;
    left: 0;
    position: absolute;
    top: 10px;
    width: 1px;
}
.rs-container.rs-noscale span::before {
    display: none;
}
.rs-container.rs-noscale span:first-child::before,
.rs-container.rs-noscale span:last-child::before {
    display: block;
}
.rs-container .rs-scale span:last-child {
    margin-left: -1px;
    width: 0;
}
.rs-container .rs-scale span ins {
    color: #333;
    display: inline-block;
    font-size: 12px;
    margin-top: 20px;
    text-decoration: none;
}
.rs-container.disabled .rs-scale span ins {
    color: #999;
}
.rs-tooltip {
    color: #333;
    width: auto;
    min-width: 40px;
    height: 22px;
    background: #fff;
    border: 1px solid #00969b;
    border-radius: 3px;
    position: absolute;
    transform: translate(-50%, -26px);
    left: 13px;
    text-align: center;
    font-size: 12px;
    padding: 2px 10px 0;
}
.rs-container.disabled .rs-tooltip {
    border-color: #ccc;
    color: #999;
}
a.saved,
button.saved{
	color:rgb(156,28,52);
	border-color:rgb(156,28,52);
}
a.saved > i,
button.saved > i{
	color:rgb(156,28,52);
}
a.liked > i{
	color:rgb(156,28,52);
}
.table-tooltip th,
.table-tooltip td{
	padding:0.325rem 0.325rem !important;
}
.sortClick{
	display:block;
	cursor:pointer;
	position:relative;
	color:var(--bs-body-color) !important;
}
.sortClick:after{
	position:absolute;
	top:2px; right:0;
	font: normal normal normal 14px/1 FontAwesome;
	content: "\f0dc"
}
.sortClick.asc:after {
	position:absolute;
	top:2px; right:0;
	font: normal normal normal 14px/1 FontAwesome;
	content: "\f0d7"
}
.sortClick.desc:after {
	position:absolute;
	top:2px; right:0;
	font: normal normal normal 14px/1 FontAwesome;
	content: "\f0d8"
}
.lst_STATUS_BOOKING{
	flex:1 0 0;
	min-width:120px;
}
@media screen and (max-width:575px){
	.lst_STATUS_BOOKING{
		margin-bottom:10px;
	}
}
.text-main{
	color:rgb(159,34,58) !important
}
.text-main2{
	color:#30519d !important
}
.text-pink{
	color:rgb(243 45 60) !important
}
.btn-main{
	color: #FFF;
    background: #30519d;
	transition: 0.3s all
}
.btn-main2{
	color: #FFF !important;
    background: rgb(159,34,58);
	transition: 0.3s all
}
.btn-credit{
	padding-left: 10px;
	padding-right: 10px
}
.btn-main:hover,.btn-main2:hover{
	opacity: 0.9;
	color: #fff
}
.table-campaign th.p_header{
	background:#950003;
	border:1px dashed #5e6d72;
	color:var(--bs-white) !important;
}
.table-campaign th.p_head{
	border:1px dashed #5e6d72;
	background:rgb(155, 26, 5);
	color:var(--bs-white) !important;
}
.table-campaign td.p_cell{
	color:rgba(0,0,0);
	background:#ccdbe0;	
	border:1px dashed #5e6d72;
}
.table-campaign tbody tr td.p_cell:last-child{
	color:rgb(243 45 60);
	font-weight:bold;
}
.table-campaign tbody tr.lighter:first-child td.p_cell:nth-child(3){
	color:rgb(243 45 60) !important;
	font-size:16px;
	font-weight:bold;
}
.timekeeping{
	z-index:2;
	position:fixed;
	right:0; top:100px;
	padding:10px;
}
.we-radio, 
.we-checkbox{
	min-height:30px;
	margin-right:5px;
	-webkit-user-select: none; /* Safari */
	-ms-user-select: none; /* IE 10 and IE 11 */
	user-select: none; /* Standard syntax */
}
.we-radio span,
.we-checkbox span{
	width:100%;
	cursor:pointer;
	position:relative;
	border:1px solid #c5c5c5;
	display:inline-block;
	padding:10px 16px 10px 16px;
	border-radius:40px;
	-moz-border-radius:40px;
	-webkit-border-radius:40px;
	-khtml-border-radius:40px;
}
.we-radio input[type="radio"],
.we-checkbox input[type="checkbox"]{
	display:none;
}
.we-radio input[type="radio"]:checked + span,
.we-checkbox input[type="checkbox"]:checked + span{
	color:rgb(151,15,41);
	border-color:rgb(46,78,160);
}
.zalo_msg{
	position:fixed;
	right:10px; bottom:10px;
	z-index:3;
	width:50px;
	box-shadow:0px 0px 22px rgb(81 79 79 / 50%);
	-moz-box-shadow:0px 0px 22px rgb(81 79 79 / 50%);
	-webkit-box-shadow:0px 0px 22px rgb(81 79 79 / 50%);
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
}
.js_clicktocall {
  padding: 2.5px 8px;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -khtml-border-radius: 20px;
  transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -khtml-transition: all .3s ease-in-out;
}
.js_clicktocall:hover {
  background: rgb(221 221 221);
}
#zalo-widget {
    position: fixed;
    bottom: 60px;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
    -webkit-transition: all 2s ease 0s;
    transition: all 2s ease 0s;
}
#zalo-widget.computer{
	bottom:20px !important
}
#zalo-widget .ww-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
    opacity: 0;
    -webkit-animation: grow 3s;
    animation: grow 3s;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
#zalo-widget .ww-text {
    border-radius: 8px;
    border: 1px solid #e2e2e2;
    cursor: pointer;
    word-break: break-word;
    background: #fff;
    padding: 1rem;
    position: relative;
    -webkit-box-shadow: 2px 2px 15px 2px rgba(0, 0, 0, 0.17);
    box-shadow: 2px 2px 15px 2px rgba(0, 0, 0, 0.17);
    opacity: 0;
    -webkit-animation: slide 1s;
    animation: slide 1s;
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    margin-bottom: 0px;
    z-index: 100;
    color: var(--main-color) !important;
}
#zalo-widget .ww-arrow {
    position: absolute;
    background: #fff;
    border-right: 0.5px solid #e2e2e2;
    border-bottom: 0.5px solid #e2e2e2;
    top: 50%;
    width: 16px;
    height: 16px;
    z-index: -100;
}
#zalo-widget.ww-right .ww-arrow {
    -webkit-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
    right: -9px;
    left: unset;
}
#zalo-widget.ww-left .ww-arrow {
    left: -11px;
    right: unset;
    -webkit-transform: translateY(-50%) rotate(135deg);
    transform: translateY(-50%) rotate(135deg);
}
#zalo-widget.ww-big .ww-text {
    font-size: 23px;
    line-height: 25px;
}
#zalo-widget.ww-medium .ww-text {
    font-size: 20px;
    line-height: 22px;
    padding: 15px;
}
#zalo-widget.ww-normal .ww-text {
    font-size: 14px;
    padding: 7px 12px;
    line-height: 22px;
}
#zalo-widget img {
    fill: #fff;
    z-index: 1;
    cursor: pointer;
    -webkit-transition: -webkit-transform 0.7s ease-in-out;
    transition: -webkit-transform 0.7s ease-in-out;
    transition: transform 0.7s ease-in-out;
    transition: transform 0.7s ease-in-out, -webkit-transform 0.7s ease-in-out;
    width: 100%;
    height: 100%;
    stroke: none;
}
#zalo-widget.ww-standard img:hover {
    -webkit-transform: rotate(2turn);
    transform: rotate(2turn);
}
#zalo-widget.ww-right .ww-text:after {
    right: -10px;
    -webkit-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
}
#zalo-widget.ww-left .ww-text:after {
    left: -10px;
    -webkit-transform: translateY(-50%) rotate(135deg);
    transform: translateY(-50%) rotate(135deg);
}
#zalo-widget.ww-left {
    left: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
#zalo-widget.ww-right {
    right: 15px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}
#zalo-widget .ww-icon-link {
    padding: 9px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 50%;
    cursor: pointer;
    overflow: hidden;
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 8px 20px;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    position: relative;
    z-index: 200;
    display: block;
    border: 0;
    background: #009dff;
}
#zalo-widget.ww-normal .ww-icon-link {
    width: 57px;
    height: 57px;
}
#zalo-widget.ww-medium .ww-icon-link {
    height: 65px;
    width: 65px;
}
#zalo-widget.ww-big .ww-icon-link {
    height: 75px;
    width: 75px;
}
#zalo-widget .ww-icon div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@-webkit-keyframes slide {
    0% {
        bottom: -20px;
    }
    to {
        bottom: 0;
    }
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes slide {
    0% {
        bottom: -20px;
    }
    to {
        bottom: 0;
    }
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@-webkit-keyframes grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}
@keyframes grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}
.owl-carousel .owl-prev,
.owl-carousel .owl-next{
	width: 40px;
	height: 40px;
	text-align: center;
	position: absolute;
	top: 50%;
	border:0px !important;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-khtml-transform: translateY(-50%);
	background: #FFF;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	padding: 5px;
	font-size: 26px;
	color: var(--bs-gray-dark);
}
.awe__product-list .owl-carousel .owl-prev,
.awe__product-list .owl-carousel .owl-next{
	top:45%;
	transform:translateY(-45%);
	-moz-transform:translateY(-45%);
	-webkit-transform:translateY(-45%);
	-khtml-transform:translateY(-45%);
}
.owl-carousel .owl-prev{
	left:15px;
}
.owl-carousel .owl-next{
	right:15px;
}
.awe__blogs .owl-prev{
	left:-15px !important;
}
.awe__blogs .owl-next{
	right:-15px !important;
}
.banner .owl-carousel .owl-dots{
	bottom: 15px;
}
.banner-ns{
	overflow:hidden;
	min-width:calc(100% + 2.1rem);
	margin:0 -1.05rem 1.5rem;
}
.owl-carousel .owl-dots {
    display: block;
    margin-top: 10px;
    text-align: center;
    position: absolute;
    width: 100%;
}
.owl-carousel .owl-dots .owl-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    background:#999;
    border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
    margin: 0 2px;
}
.owl-carousel .owl-dots button.owl-dot{
	border:0px;
	height:12px;
}
@media screen and (max-width:575px){
	.owl-carousel .owl-dots .owl-dot{
		margin:0px 2px;
	}
}
.owl-carousel .owl-dots .owl-dot.active {
	background: var(--bs-white);
	border-color: var(--bs-white);
} 
#gtx-trans{
	display:none;
}
.list-result-item{
	padding:10px 0px;
	border-bottom:1px solid #DDD;
}
.list-small-result-item{
	padding:5px 10px;
	margin-bottom:10px;
	border:1px solid #DDD;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
.blob {
	background: black;
	border-radius: 50%;
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 1);
	height: 16px;
	width: 16px;
	transform: scale(1);
	animation: pulse-black 2s infinite;
}
.blob.red {
	background: rgba(255, 82, 82, 1);
	box-shadow: 0 0 0 0 rgba(255, 82, 82, 1);
	animation: pulse-red 2s infinite;
}
@keyframes pulse-red {
	0% {
		transform: scale(0.85);
		box-shadow: 0 0 0 0 rgba(255, 82, 82, 0.7);
	}
	70% {
		transform: scale(1.2);
		box-shadow: 0 0 0 10px rgba(255, 82, 82, 0);
	}
	100% {
		transform: scale(0.85);
		box-shadow: 0 0 0 0 rgba(255, 82, 82, 0);
	}
}
.label-default{
	color:var(--bs-body-color);
	border:1px solid #DDD;
}
.home-links{}
.home-links .item-link{
	display: block;
	padding: 10px 15px;
	font-size: 15px;
	position:relative;
	overflow:hidden;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border:1px solid rgb(232 232 232);
	background:var(--bs-white);
}
.avatar-vip{
	position: relative;
}
.avatar-vip:after {
    content: "";
    position: absolute;
    right: -10px; top: -5px;
    width: 20px;
    height: 20px;
    background: url(../images/vip.png) no-repeat center center;
    background-size: 100%;
    transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
.img-background{
	width: 100%;
	height: 200px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.img-background.big{
	height: 250px;
}
.rRBETvciFl{
	background: #f1eac4;
}
.rRBETvciFl > legend{
	line-height:20px;
    padding: 1px 5px;
    border-radius: 4px;
    background: #f1eac4;
	border: 1px solid #DDD;
}
@media screen and (min-width:576px){
	.zYqzRAbxuN{
		padding:18px;
		margin-top:27px;
	}
	._2column{
		column-count: 2;
	}
	._3column{
		column-count: 3;
	}
	.iframe-wrapper {
		position: relative;
		padding-bottom: 66.25%;
		height: 0;
		overflow: hidden;
	}
	.iframe-wrapper iframe {
		position: absolute;
		top:0; left: 0;
		width: 100%;
		height: 100%;
	}
}
@media screen and (max-width:575px){
	.toolbar{}
	.fancybox__content{
		padding-left: 0 !important;
		padding-right: 0 !important
	}
	.img-background{
		height: 150px;
	}
}
.video-link {
    padding: 15px !important;
    text-align: center !important;
    border-radius: 45px !important;
    -moz-border-radius: 45px !important;
    -webkit-border-radius: 45px !important;
    background: #314e9e !important;
    font-size: 20px;
    color: #FFF !important;
    justify-content: center;
}
.hHpAFjlbJC{
	font-size: 9px;
    line-height: 11px;
    margin-top: -5px;
    margin-bottom: 5px;
}
.eCPuwWeyRr{
	margin-bottom: 0.8rem;
}
@media screen and (max-width:575px){
	.eCPuwWeyRr{
		margin-bottom: 0.25rem;
	}
	.zalo_group-link{
		background:rgba(255,255,255,1);
	}
}
.ui-widget-header{
	background-color: #00b3bc;
	border:1px solid #00969b !important;
}
.ui-widget-content{
	border-color: #ededed;
	background-color: #eee;
}
.ui-slider-handle{
	outline: none;
	position: relative;
}
.ui-slider-handle::after {
    left: auto;
    right: 8px;
}
.showmorethisresult {
    border: 1px solid #CCC;
    text-align: center;
    padding: 6px 10px;
    width: 160px;
    margin: 0 auto;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    -khtml-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    outline: none;
}
.we-filedrop{
	border:1px dashed #DDD;
}
.sticky-bottom{
	position: sticky;
	left: 0; bottom: 0;
}
.imageList > .item {
    position: relative;
    width: 124px;
    height: 110px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    overflow: hidden;
}

.image_list_news > .item{
	width:110px;
	height: 90px
}
@media screen and (min-width:980px){
	.imageList > .item {
		width: 128px;
	}
	.image_list_news > .item{
		width: 100%;
		min-height: 0 !important;
		height: auto;
	}
	.image_list_news > .item img {
		height: auto;
	}
}
@media screen and (max-width:575px){
	.imageList > .item {
		width: 100%;
	}
	.om-xs\:mb-1{
		margin-bottom: 0.25rem;	
	}
	.om-xs\:mb-2{
		margin-bottom: 0.5rem;	
	}
	.om-xs\:mb-3{
		margin-bottom: 0.75rem;	
	}
	.om-xs\:mb-4{
		margin-bottom: 1rem;	
	}
	.tEzTuYtLau{
		padding: 0.5rem;
		margin-left: -1.05rem;
		margin-right: -1.05rem;
		padding-left: 1.05rem;
		padding-right: 1.05rem;
	}
}
.d-grid, .imageList {
	display: grid;
}
@media (max-width: 575.98px) {
	.imageList{
		grid-template-columns:repeat(2,1fr)
	}
	.box_btn_leasing{
		width: 100%;
		margin-top: 15px;
	}
}
@media (max-width: 400px) {
	.box_btn_leasing a {
		font-size: 13px;
		padding: 7px;
		width: calc(50% - 4px);
	}
}
@media (max-width: 768.98px) and (min-width: 576px) {
	.imageList{
		grid-template-columns:repeat(2,1fr)
	}
}
@media (max-width: 991.98px) and (min-width: 768px) {
	.imageList{
		grid-template-columns:repeat(3,1fr)
	}
}
@media (min-width: 1200px) {
	.imageList,.image_list_news,.imageListInterior{
		grid-template-columns:repeat(4,1fr)
	}
	
}
@media (min-width: 1400px) {
	.image_list_news{
		grid-template-columns:repeat(3,1fr)
	}
	.imageListInterior{
		grid-template-columns:repeat(6,1fr)
	}
}
.imageList .item{
	overflow:hidden;
	position:relative;
	display:flex;
	align-items:center;
	justify-content:center;
	min-height:90px;
	background:#F2F2F2;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
}
.imageList .item img {
    height: 100%;
	max-width: 100%;
}
.imageList .item .delete {
    width: 20px;
    height: 20px;
	line-height: 19px;
    border: none;
    margin-left: -20px;
    margin-bottom: 91px;
    background: url(../images/x.png) no-repeat center center;
    z-index: 999;
    position: absolute;
    top: 5px; right: 5px;
    cursor: pointer;
	color: #fff;
	font-weight: 800;
	box-shadow: 0 0 1px 2px rgb(255 255 255 / 59%);
	border-radius: 50%;
}
.imageList > .item:hover:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background: #00000047;
    z-index: 2;
}
.bg-green{
	--tw-bg-opacity: 1;
    background-color: rgba(233,251,240,var(--tw-bg-opacity));
}
.bg-lightest {
    --bs-bg-opacity: 1;
    background-color: rgba(67, 89, 113, 0.025) !important;
}
.text-green {
    --tw-text-opacity: 1;
    color: rgba(9,121,54,var(--tw-text-opacity));
}
.animate-bg {
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: #f6f7f8;
    background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
    background-size: 800px 104px;
    min-height: 12px;
    display: block;
    clear: both;
}
td .mask.success{
	position: absolute;
    top: 0px; right: 0px;
    border-right: 6px solid #389720;
    border-top: 6px solid #389720;
    border-left: 6px solid transparent;
    border-bottom: 6px solid transparent;
    width: 0;
    height: 0;
}
.close_pop_login {
    position: absolute;
    top: 6px;
    right: 6px;
    border: 0;
    padding: 5px;
    font-size: 22px;
}
/** RIPPLE */
[data-toggle="ripple"]{
	position:relative;
	overflow:hidden;
}
.material-ripple {
	position: relative;
	overflow: hidden;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
.material-ink {
	position: absolute;
	background: #bdc3c7;
	border-radius: 50%;
	-webkit-transform: scale(0);
	transform: scale(0);
	opacity: .4
}
.material-ink.animate {
	animation: ripple .6s linear;
	-webkit-animation: ripple .6s linear;
}
@-webkit-keyframes ripple {
    to {
        -webkit-transform: scale(2.5);
        transform: scale(2.5);
        opacity: 0
    }
}
@keyframes ripple {
    to {
        -webkit-transform: scale(2.5);
        transform: scale(2.5);
        opacity: 0
    }
}
/** RIPPLE */
.tinyContentx + .prompt.readmore {
	padding-top: 80px;
	margin-top:-80px;
	position:relative;
	z-index:1;
	background-image: linear-gradient(rgba(255,255,255,0.4), rgb(255,255,255));
}
.tinyContentx + .prompt > .readmore,
.tinyContentx + .prompt > .lessmore{
	display: block;
    width: 110px;
    margin: 0px auto;
    padding: 2px 10px;
    border: 1px solid #DDD;
    border-radius: 30px;
    text-align: center;
	background:rgb(255,255,255);
	color:var(--bs-dark);
	font-size:12px;
}
.warn-for-you{
	color:#FFF;
	padding:10px;
	font-size:14px;
	background:#C00000;
}
.mask{
	position: absolute;
    left: 0; top: 0;
    width: 100%;
    min-height: 100%;
    background: rgb(159 34 58);
    padding: 10px;
    text-align: center;
    font-size: 12px;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-khtml-border-radius:4px;
	z-index:2;
}
.ixZrPaFqgl{
	background:rgb(255 250 224);
}
.ixZrPaFqgl > legend{
	line-height:20px;
    padding: 1px 5px;
    border-radius: 4px;
    background: #fffae0;
	border: 1px solid #DDD;
}
.select2-lg .select2-container .select2-selection--single{
	height:46px;
}
.select2-lg .select2-container .select2-selection--single .select2-selection__clear {
    height: 100%;
    z-index: 1;
    position: relative;
    width: 15px;
    padding-left: 0;
}
.select2-lg .select2-container--default .select2-selection--single .select2-selection__rendered{
	line-height:44px;
}
.select2-lg .select2-container--default .select2-selection--single .select2-selection__arrow{
	height:44px;
	width:30px;
}
.modal-header .closeEv{
	position:absolute;
	top:40px; right:35px;
	box-shadow:none;
	z-index:2;
	margin:0 !important;
}
@media screen and (max-width:575px){
	.modal-header .closeEv{
		top:5px; right:0;
	}
}
.box-copy .url-copy{
	width:calc(100% - 128px);
	flex:calc(100% - 128px) 0 0;
	-ms-flex:calc(100% - 128px) 0 0;
	-webkit-flex:calc(100% - 128px) 0 0;
}
.url-copy .url-copy-link{
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.star-rate {
	color: #a1acb8
}
.star-rate.rated,.star-rate:hover,.star-rate.hover {
    color: #ffc400;
    border-color: #ffc400 !important;
}
.alert-only-plain-text p{
	margin-bottom:0;
}
.btn_close_zalo {
	padding: 5px;
    background: #DDD;
    line-height: 12px;
	cursor:pointer;
    /*position: absolute;
	left: -9px;
    top: -5px;
    background: #fff;
    z-index: 1000;
    box-shadow: 2px 2px 15px 2px rgba(0, 0, 0, 0.17);*/
}
/*=========*/
.modal-today .sop_slider_overlay,
.modal-today .awe__sop-slider-overlay{
	width:100%;
	height:100%;
	left:0; top:0;
	bottom:0; right:0;
	filter: blur(15px);
	-ms-filter: blur(15px);
	-moz-filter: blur(15px);
	-webkit-filter: blur(15px);
	-khtml-filter: blur(15px);	
}
.modal-today .sop_slider_image > img{
	height:400px;
	max-height:400px;
}
@media screen and (max-width:575px){
	body{
		margin-bottom:42px;
	}
	.modal-today .w-xs-100{
		width: 100%;
	}
	.modal-today .sop_slider_image > img{
		height:225px;
		/*min-height:225px;*/
		max-height:225px;
	}
}
.modal-today .sop_slider-pagination{
	right:10px;
	bottom:10px;
	padding:1px 10px;
	background:rgba(0,0,0,0.5);
	color:var(--bs-white);
	font-size:12px;
	border-radius:10px;
	font-weight:bold;
	letter-spacing:4px;
	z-index:2;
}
.modal-today .sop_link,
.modal-today .sop_copy{
	padding: 6px;
	display: inline-block;
	transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-khtml-transition: all .3s ease-in-out;
	background: rgb(239 239 239);
	position:relative;
	width:26px;
	height:26px;
}
.modal-today .sop_copy:hover,
.modal-today .sop_link:hover{
	background: rgb(48,79,149);
	color:var(--bs-white) !important;
}
.modal-today .sop_link:before {
	content: '';
	position: absolute;
	display: block;
	width: 150%;
	height: 150%;
	box-sizing: border-box;
	margin-left: -48%;
	margin-top: -48%;
	border-radius: 45px;
	background-color: rgb(159,34,58);
	animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
}
.modal-today .owl-carousel .owl-dots{
    bottom:22px
}
/*=========*/
.btn-zalo {
    width: 100%;
    background: #fff;
    z-index: 100000000; 
    pointer-events: none;
	width: 40px;
	height: 40px
}
.btn-share .sharer-icon,.btn-share{
	width: 40px;
	height: 40px;
}
.btn-share i{
	font-size: 17px	
}
.zalo-share-button {
    left: 5px !important;
    top: 5px;
}
/** DOWNLOAD */
.item-document{
	padding:20px;
	margin-bottom:15px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-khtml-border-radius:3px;
	background:var(--bs-white);
	border:1px solid #EAEAEA;
}
.item-document:after,
.item-document:before{
	content:"";
	clear:both;
	display:table;
}
.item-document .IntroItem{
	line-height:22px;
}
.btn-download{
	padding-left:15px;
	padding-right:15px;
	font-size:13px;
	border-radius:30px;
	-moz-border-radius:30px;
	-webkit-border-radius:30px;
	-khtml-border-radius:30px;
}
.sidebar-sticky{
	top:150px;
	position:sticky;
}
.category-box{
	width: 100%;
}
.category-title{
	font-size:14px;
	position:relative;
	margin:0 0 15px 0;
	text-transform:uppercase;
}
.category-body{
	padding:20px;
	border:1px solid #DDD;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-khtml-border-radius:3px;
	transition:all .5s ease-in-out;
	-moz-transition:all .5s ease-in-out;
	-webkit-transition:all .5s ease-in-out;
	-khtml-transition:all .5s ease-in-out;
}
.block-list{
	list-style:none;
	margin:0;
	padding:0;
}
.block-sub-list{
	padding-left:15px;
}
.block-list > li{
	padding:3px 0px;
}
.block-sub-list > li{
	padding:3px 0px;
}
.block-list > li > a,
.block-sub-list > li > a{
	color:#333;
	outline:none;
	display:block;
	font-size: 15px;
	transition:all .5s ease;
	-moz-transition:all .5s ease;
	-webkit-transition:all .5s ease;
	-khtml-transition:all .5s ease;	
}
.block-list > li:hover a,
.block-list > li.current > a,
.block-sub-list > li.current > a{
	color:#145a8d;
	text-decoration:none;
}
.rounded-link{
	padding: 6px;
	display: inline-block;
	transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-khtml-transition: all .3s ease-in-out;
	background: rgb(239 239 239);
	position:relative;
	width:26px;
	height:26px;
}
.rounded-link:hover{
	background: rgb(48,79,149);
	color:var(--bs-white) !important;
}
.fixedTable{
	position:relative;
}
.fixedTable tbody tr th:not(.notFixedTable),
.fixedTable thead tr th:not(.notFixedTable):first-child{
  position: -webkit-sticky; /* for Safari */
  position: sticky;
  left: -1px; top:0;
  z-index:2;
}
@media screen and (max-width:767px) {
	.switch {
		width: 40px;
		height: 18px;
	}
	.slider:before {
		width: 12px;
		height: 12px;
	}
	input:checked+.slider:before {
		-webkit-transform: translateX(23px);
		-ms-transform: translateX(23px);
		transform: translateX(23px);
	}
	.fixedTable tbody th:not(.notFixedTable),
	.fixedTable thead tr th:not(.notFixedTable):first-child{
	  position: -webkit-sticky; /* for Safari */
	  position: sticky;
	  left: 0; top:0;
	  z-index:2;
	}
}
/*hot line*/
.box_hotline {
    border: 4px solid #d30028;
    border-radius: 15px;
}
.box_hotline .title_hotline {
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 10px 15px;
    color: #d30028;
}
.box_hotline .txt_phone {
    color: #d30028;
}
.box_hotline .txt_hotline {
    color: #000;
}
.box_hotline .icon_phone {
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: #d30028;
}  
/*end hot line*/
.bottom-navbar{
	width:100%;
	height:43px;
	position:fixed;
	left:0; bottom:-1px;
	background:var(--bs-white);
	border-top:1px solid #DDD;
}
.bottom-navbar .dropdown-menu.show {
    bottom: 14px !important;
}
.bottom-navbar .dropdown-menu_notify.show { 
    bottom: 8px !important;
	inset: auto auto 0px 0px !important;
}
.bottom-navbar a.bottom-navbar-item.active > span,
.bottom-navbar a.bottom-navbar-item.active > .icon{
	color:#696cff !important;
}
.avatar-xxs.avatar-online:after{
	bottom:-3px !important;
	right:0 !important;
}
.p-1\/2{
	padding:1px;
}
/*modal menu top*/
.logo-mobile{display:none}
@media screen and (max-width:767px) {
	.inp_search {
		width: 0;
		-webkit-transition: all 0.5s ease-out;
		max-width: 300px;
		border-width: 0;
		padding: 7px 0px;
		right: 35px;
		position: absolute;
	}
	.show_search .inp_search {
		width: 165px;
		max-width: 300px;
		border-width: 1px;
		padding: 7px 14px;
		border-color: #d9dee3 !important;
	}
	.navbar-nav-right_mb {
		width: calc(100% - 33px);
	}
    .layout-navbar-fixed .layout-navbar.container-sm {
        margin: 0 !important;
        width: 100% !important;
		background: #FFF !important;
        border-radius: 0;
		padding: 0 1rem
    }
    .logo-mobile {
        display: block
    }

}
/*end modal menu top*/
/*modal upgrade*/
.modal_upgrade .modal-content {
    background: #FFF0;
    box-shadow: 0 0 0;
}
.modal_upgrade .box_button {
    bottom:20px 
}
@media screen and (max-width:767px) {
	.modal_upgrade .modal-header .closeEv {top: 10px;right: 10px;}
}

/*end modal upgrade*/
.overflow-y-auto::-webkit-scrollbar {
	width: 5px;
  	opacity: 0
}
.overflow-y-auto:hover::-webkit-scrollbar {
	opacity: 1;
  	
}
.overflow-y-auto:hover::-webkit-scrollbar-track {
      background: #f1f1f1;
    border-radius:5px
}
.overflow-y-auto:hover::-webkit-scrollbar-thumb {
    background: #787bff;
    border-radius:5px
}
.overflow-y-auto:hover::-webkit-scrollbar-thumb:hover {
  background: #4b4ff2;
}
.box_member.hide .btn-show_lst_member i{
	transform: rotate(180deg) 
} 
.box_member{
	-webkit-transition: all 0.1s ease-out;
}
.box_member.hide{
	width: 0 !important;
    border: 0 !important;
    padding: 0 !important;
}
.box_member.hide #list_member_id {
    display: none !important;
}
.box_member.hide .btn-show_lst_member {
    left: -8px !important;
}
.box_member.hide.phone .btn-show_lst_member {
    left: -20px !important;
}
.box_member.phone {
    position: fixed !important;
    right: 4px;
    background: #FFF;
    transform: translate(0px, 34px);
}
.iframe-box {
    padding-top: 55.4383116883%;
    width: 100%;
    position: relative;
    border-radius: 1.1111111111vw;
    overflow: hidden;
}
.iframe-box iframe, 
.iframe-box img, 
.iframe-box svg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.collapse_arrow.collapsed i {
    transform: rotate(0deg);
}

.collapse_arrow i {
    transform: rotate(180deg);
}
.cat_item .cat_title {
    width: 220px;
}
.cat_item .cat_title img{
	filter: invert(38%) sepia(45%) saturate(253%) hue-rotate(170deg) brightness(95%) contrast(90%);
}
.item_utilities:last-child {
    padding-bottom: 0;
}

.item_utilities {
    padding: 15px 0px;
}

.item_utilities:first-child {
    padding-top: 0;
}
@media only screen and (max-width: 575.9px) {
   .iframe-box {
        border-radius: 3.2vw;
        border-top-left-radius: unset;
        border-top-right-radius: unset;
        padding-top: 200%;
    }
}
.rainbow {
	border-radius: 10px;
	/*padding: 2rem;
	margin: 1.75rem;
	display: grid;*/
	place-content: center;
	text-align: center;
	/*font-size: 1.5em;*/
	--border-size: 0.1rem;
	border: var(--border-size) solid transparent;
	/* Paint an image in the border */
	border-image: conic-gradient(
		from var(--angle),
		#d6001b 0deg 90deg,
		#f7ad30 90deg 180deg,
		#166dc8 180deg 270deg,
		#49c98d 270deg 360deg)
		1 stretch;
	background: rgb(255 255 255 / var(--opacity));
}
/** show a warning in browers that don't support it **/

/* Animate when Houdini is available */
@supports (background: paint(houdini)) {
	@property --opacity {
		syntax: "<number>";
		initial-value: 0.5;
		inherits: false;
	}
	@property --angle {
		syntax: "<angle>";
		initial-value: 0deg;
		inherits: false;
	}
	@property --opacity {
		syntax: "<number>";
		initial-value: 0.5;
		inherits: false;
	}
	@keyframes opacityChange {
		to {
		--opacity: 1;
		}
	}
	@keyframes rotate {
		to {
		--angle: 360deg;
		}
	}
}
.rainbow {
	animation: rotate 4s linear infinite, opacityChange 3s infinite alternate;
}
input.input_no_outer_spin::-webkit-outer-spin-button,
input.input_no_outer_spin::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
input.input_no_outer_spin {
  -moz-appearance: textfield;
}
.td_input[contenteditable="true"]:after {
    content: "\ed9c";
    font-family: boxicons !important;
    position: absolute;
    right: 5px;
}

.td_input[contenteditable="true"] {
    padding-right: 20px !important;
    position:relative
}
@media screen and (max-width:767px) {
	input[type="date"].inp_date::-webkit-calendar-picker-indicator {
		display: none;
		-webkit-appearance: none;
	}
	input[type="date"].inp_date{
		position: relative;
		padding-right: 40px !important

	}
	input[type="date"].inp_date:after{
		content: "\ed00";
		font-family: boxicons !important;
		position: absolute;
		right: 5px;
		top: 5px

	}
}
.scroll-y-auto-hover{
    overflow-y: auto !important
}
.multiselect-container::-webkit-scrollbar,
.scroll-y-auto-hover::-webkit-scrollbar {
	width: 6px;
	display: none
}
.multiselect-container:hover::-webkit-scrollbar,
.scroll-y-auto-hover:hover::-webkit-scrollbar{
    display: block;
	overflow-y: auto !important;
}
.multiselect-container::-webkit-scrollbar-track,
.scroll-y-auto-hover::-webkit-scrollbar-track {
	background: #f1f1f1; 
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-khtml-border-radius:10px;
}
.multiselect-container::-webkit-scrollbar-thumb,
.scroll-y-auto-hover::-webkit-scrollbar-thumb {
	background: #88888857; 
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-khtml-border-radius:10px;
}
.multiselect-container::-webkit-scrollbar-thumb:hover,
.scroll-y-auto-hover::-webkit-scrollbar-thumb:hover {
	background: #5555558a;
	border-radius:10px
}
@media screen and (max-width:1023px){ 
   .multiselect-container button.dropdown-item {
     pointer-events:none;
   }
   .multiselect-container span.form-check input {
     pointer-events: all;
   }
   .multiselect-container span.form-check label  {
     pointer-events: none;
   }
}
.item_feature .icon {
/*    background: #696cff2b;*/
}

.item_feature:hover .icon {
/*    background: #ffffff42;*/
}

.item_feature .icon:not(.no-filter) img {
/*    filter: invert(42%) sepia(36%) saturate(1408%) hue-rotate(206deg) brightness(100%) contrast(104%);*/
	filter: invert(42%) sepia(29%) saturate(353%) hue-rotate(170deg) brightness(90%) contrast(95%);
}
.item_feature:hover {
    background-color: #5f61e6;
    color: #FFF;
	opacity: 0.9
}

.item_feature:hover .icon:not(.no-filter) img,.item_feature .icon.no-filter img {
    filter: invert(99%) sepia(95%) saturate(2%) hue-rotate(73deg) brightness(115%) contrast(100%);
}

.item_feature:hover .title {
    color: #FFF !important;
}
/*favourite*/
.box_tab_header .nav .nav-link:hover{
	color: rgb(159, 34, 58);
}
.box_tab_header .nav-pills .nav-link{
	padding: 8px 0px;
	margin-right:10px;
	text-align: left
}
.box_tab_header .nav-tabs:not(.nav-tabs-bordered) .nav-item .nav-link:not(.active){
    background:#fff
}
.box_tab_header .nav-tabs .nav-link.active {
	background: #fff;
    color: rgb(159, 34, 58);
    box-shadow: 0 0;
    border-bottom: 3px solid rgb(159, 34, 58)!important;
    border-radius: 0;
}
.body_liked .fade:not(.show) {
    display: none;
}
.table-scroll {
    overflow-x: auto;
}
.table-scroll table {
    width: max-content;
	min-width: 100%;
}
/*end favourite*/
/*top map*/
.top_map .personal-vehicle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    text-align: center;
}
.top_map .personal-vehicle .car {
    position: absolute;
    height: 2.3611111111vw;
    width: auto;
    top: calc(50% - 1.38889vw);
    left: 6.9444444444vw;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .4s linear;
    transition: all .4s linear;
}
.top_map .personal-vehicle .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 10.8333333333vw;
    flex: 0 0 10.8333333333vw;
    position: relative;
    max-width: 10.8333333333vw;
}
.top_map .personal-vehicle .item span {
    display: block;
    color: var(--gray-8, #14161f);
    font-size: 1.5277777778vw;
    font-weight: 600;
    line-height: 1.63em;
}
.top_map .personal-vehicle .item strong {
    display: inline-block;
    width: 1.1111111111vw;
    height: 1.1111111111vw;
    border-radius: 50%;
    background-color: #374ea2;
    position: relative;
    margin-top: 3.1944444444vw;
    margin-bottom: 3.1944444444vw;
}
.top_map .personal-vehicle .item:not(:last-child) strong:after {
    content: "";
    width: 167%;
    height: 167%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: .0694444444vw solid #374ea2;
    border-radius: 50%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}
.top_map .personal-vehicle .item.active:not(:last-child) strong:after {
    opacity: 1;
    visibility: visible;
}
.top_map .personal-vehicle .item:not(:last-child) span:last-child {
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
}
.top_map .personal-vehicle .item:last-child strong {
    width: 4.1666666667vw;
    height: 4.1666666667vw;
    margin-top: 1.6666666667vw;
    margin-bottom: 1.6666666667vw;
}
.top_map .personal-vehicle .item:last-child strong:after {
    content: "\ee17";
    font-family: boxicons !important;
    font-size: 31px;
    color: #FFF;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 9;
}
.top_map .personal-vehicle:after {
    content: "";
    width: 100%;
    height: 1px;
    border-top: .1388888889vw dashed #374ea2;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.top_map .tab-content {
    box-shadow: 0 0 0 !important;
    background: inherit;
}
@media screen and (max-width:767px) {
	.top_map .personal-vehicle .item:last-child strong:after {
		font-size: 12px;
	}
	.top_map .personal-vehicle .car {
		height: 4.361111vw;
	}
	.top_map .personal-vehicle .item span {
		font-size: 11px;
	}
	.top_map .personal-vehicle .item:last-child span {
		white-space: nowrap;
	}
}
/*end top map*/
.box_grid {
	grid-template-columns: repeat(8, 1fr);
}
@media screen and (max-width:1650px){
	.box_grid {
		grid-template-columns: repeat(7, 1fr);
	}
}
@media screen and (max-width:1440px){
	.box_grid {
		grid-template-columns: repeat(6, 1fr);
	}
}
@media screen and (max-width:1280px){
	.box_grid {
		grid-template-columns: repeat(5, 1fr);
	}
}
@media screen and (max-width:991px){
	.box_grid {
		grid-template-columns: repeat(4, 1fr);
	}
}
@media screen and (max-width:767px){
	.box_grid {
		grid-template-columns: repeat(3, 1fr);
	}
}
@media screen and (max-width:575px){
	.box_grid {
		grid-template-columns: repeat(2, 1fr);
	}
}
.moc__vip-1435-account,
.moc__vip-554-account{
	margin-bottom:5px;
}
.moc__vip-1435-account:before{
	content:"";
    position: absolute;
    left: -1.40rem;
    top: -0.75rem;
    width: 6.75rem;
    height: 5rem;
	background:url('../images/backgrounds/vip.png') no-repeat center center;
	background-size:auto 5.45rem;
}
.moc__vip-554-account:before {
    content: "";
    position: absolute;
    left: -1.40rem;
    top: -1.35rem;
    width: 6.75rem;
    height: 5.75rem;
    background: url(../images/backgrounds/vip-2.png) no-repeat center center;
    background-size: auto 5.45rem;
}
.moc__vip-1346-account{
	margin-bottom:20px;
}
.moc__vip-1346-account:before{
	content:"";
    position: absolute;
    left: -1.4rem; 
	top: -0.75rem;
    width: 6.65rem;
    height: 6rem;
	background:url('../images/backgrounds/vip-3.png') no-repeat center center;
	background-size:auto 6rem;
}
/*seach thu cap*/
.modal-w-450{
	width:450px !important
}
.modal-w-500{
	width:500px !important
}
.input-group .we-radio-search span, 
.input-group .we-checkbox-search span {
    border: 0 !important;
    text-align:center
}
.input-group .we-radio-search input[type="radio"]:checked + span, 
.input-group .we-checkbox-search input[type="checkbox"]:checked + span {
    background: #696cff;
    color: #FFF;
}
.we-radio-search input + span::before, 
.we-checkbox-search input + span::before {
    display: none;
}
.we-radio-tab span:before, 
.we-checkbox-tab span:before {	
	width: 15px !important;
    height: 15px !important;
    background-size: 22px !important;
    top: 7px !important;
}
.we-radio-tab input[type="radio"]:checked + span, 
.we-checkbox-tab input[type="checkbox"]:checked + span{
    background-color: #696cff !important;
    color: #FFF !important;
}
.we-radio-tab input[type="radio"]:checked + span::before, 
.we-checkbox-tab input[type="checkbox"]:checked + span::before{
    filter: invert(78%) sepia(2%) saturate(7443%) hue-rotate(210deg) brightness(249%) contrast(166%) !important;
}
/*end seach thu cap*/
.stock-highlight{
	position:relative;
	transition:all .3s ease-in-out;
	-ms-transition:all .3s ease-in-out;
	-moz-transition:all .3s ease-in-out;
	-webkit-transition:all .3s ease-in-out;
	-khtml-transition:all .3s ease-in-out;
}
.stock-highlight:after{
	content:"";
	position:absolute;
	left:0; top:0; 
	right:0; bottom:0;
	width:100%;
	height:100%;
	background:rgba(255,255,255,0.3);
}
/* 172d4d */
.text-shine {
    background: -webkit-gradient(linear,left top,right top,color-stop(0,#fff6f6),color-stop(10%,#ffab00),color-stop(20%,#020b1e));
    background: linear-gradient(to right, #fff6f6 0, #ffab00  10%, #020b1e 20%);
    background-position: 0;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-animation: shine 3s infinite linear;
    animation: shine 3s infinite linear;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-text-size-adjust: none;
    text-decoration: none;
    white-space: nowrap
}
@-webkit-keyframes shine {
    0% {
        background-position: 0
    } 60% {
        background-position: 180px
    } 100% {
        background-position: 240px
    }
}
@keyframes shine {
    0% {
        background-position: 0
    } 60% {
        background-position: 180px
    } 100% {
        background-position: 240px
    }
}
.btn-outline-primary:hover img {
    filter: brightness(0) invert(1);
}
.dropdown-menu-stock {
	max-width: 980px;
    width: max-content;
    min-width: 350px;
}
@media screen and (max-width:575px){
	.dropdown-menu-stock{
		max-height:500px;
		overflow-y:auto;
		width:calc(100vw - 2rem) !important;
	}
}
/*banner thong tin DA*/
.banner_page {
	width: 100%;
	min-height: 325px;
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: cover;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
}
.banner_page:after {
    content: "";
    display: block;
    position: absolute;
    left: 0; bottom: 0;
    width: 100%; height: 100%;
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,.5) 100%);
	pointer-events: none;
	border-radius:0 0 4px 4px;
	-moz-border-radius:0 0 4px 4px;
	-webkit-border-radius:0 0 4px 4px;
	-khtml-border-radius:0 0 4px 4px;
}
.banner_page .content_banner{	
    padding: 30px 30px;
	position: relative;
}
.banner_page .top_content_banner {
	padding: 30px 30px 20px 30px
}
.banner_stock .container_project {
    max-width: 100%;
}
@media screen and (max-width:575px){
	.banner_page{
		width: 100%;
		min-height:250px;
	}
	.banner_page .content_banner{	
		padding:15px 10px;
	}
	.banner_page .top_content_banner {
		padding-left:15px;
		padding-right:15px;
	}
}
.banner_page .label_title {
    font-size: 24px;
}
.banner_page .title_project{
	cursor:pointer;
	transition:all .3s ease-in-out;
	-moz-transition:all .3s ease-in-out;
	-webkit-transition:all .3s ease-in-out;
}
.banner_page .title_project > .bx{
	transition:all .3s ease-in-out;
	-moz-transition:all .3s ease-in-out;
	-webkit-transition:all .3s ease-in-out;
}
.banner_page .title_project.show-info > .bx{
	transform:rotate(-180deg);
	-moz-transform:rotate(-180deg);
	-webkit-transform:rotate(-180deg);
}
.banner_page .title_project:hover{
	text-decoration:underline;
}
.banner_page .btn_back {
    padding: 6px 6px 6px 28px;
	background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEwAACxMBAJqcGAAAAtZJREFUSInllMuLXFUQxn91rvS0Y2vPqep0g5JBpBWEmI0L8YGvgaAGxUVWoiISIhoXov4DbiUb42ORgDGrIOgiJhAlIIyMUcnCR0RBiQayUenuMz0GhbHvKTfTocOMnemGrPxWB76q+t2v7rkX/hdS1TtU9aNardaYtPeqTQx/GjiAyEylUmkDnUkAYZynqvsQOYzIH5MMHdWGCWKMdQnhCPCwwxsucjK4H3d3mRSwLkGj0bjF4StgAffdqdt9ScqyXLMnBlySQFV3ZPf3BVY954WU0tKa5QAewkE1O4/7ORE5k3NeTCl9Pw5QDA8xxpclhPdw/xl4MKV0ZujVarW/HLYK/J1BReQeYJeIvDBTrT4xOztbmNl3Kysrg/WIdnsmmh1SM49mH7ZarWs2Ez3GOB8bjT1qtqRmrmbnzOyBdYWq+tna8NeYYscAc43GfXMx/qhmgxjj7lEvIHIBQNyr0wKWO53Fq6vV23H/WEI4YGaPj/pFNNuvZq6qx8zs2mkgALTbM2r2uZr1ms1mi9Enjo3GHnF/C/ipHAwe7ff7vw69er1+Y1EUhwFB5ILD7+L+Sxb5xgeDpX6/n0ZrJYQfBN5NKb14yUrM7H6HDwDPIruWO51FgBjjQxLCCdy/ziKrkrNJCPNABSgzfFrA291u9yiAqu7L7s8LXL9u5/Vm8yYpy2MBbnaRvanTOTgEeM53p5RODVdb37LltpDzDoGngG3AqSDyzD8hlEVZns3w5IYvVVWvA44g8ojDmy7ySXA/7jnflVL6YqMeM3vMYT8w5znvlBDeyXB63K0Jqvo6Iq8A54GtuN/Z6/W+/K+Ger0ei6I4ish23L9199lxf9Pc6/Vexf1ZoDWm7qL6/X4SkZ05598QuReYHwcAoNfrHfKcF4ATq5XK2cvVd7vdPymK5wBEpD7Vh7UZxRhPSwjbL5tgaoVw0nNevmIJVPUG4NYrNf+i/gWv9wWhE7wrkAAAAABJRU5ErkJggg==") no-repeat left center;
	filter: brightness(0) invert(1)
}
.banner_page .btn_banner {
    background: #00000075;
}
.banner_page .awe__cat_docs{
	scroll-behavior: smooth;
    scrollbar-width: none;	
}
.banner_page .item_option {
	min-width:60px;
    background-color: rgb(100 98 83 / 73%);
	transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-khtml-transition: all .3s ease-in-out;
}
.banner_page .item_option:hover,
.banner_page .item_option.active{
	background:rgb(0 35 135 / 65%);
}
.banner_page .item_option.disabled{
	opacity:0.6;
	filter:alpha(opacity=60);
	cursor:not-allowed;
}
.item_option i {
    font-size: 24px;
}
.item_option .txt_option {
    font-size: 10px;
	line-height:16px;
}
.dropdown-menu-stock_project {
    width: 400px;
}
@media screen and (min-width:768px) {
	.item_option i {
		font-size: 36px;
	}
	.item_option .txt_option {
		font-size: 14px;
	}
}
/*==========*/
.item_banner_stock img{
	min-height: 250px
}
/*.item_banner_stock:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.01724439775910369) 0%, rgb(0 0 0 / 31%) 100%);
    z-index: 1;
    position: absolute;
    pointer-events: none;
}
.content_banner_stock {
    background: linear-gradient(-90deg, rgba(0, 0, 0, 0.01724439775910369) 0%, rgb(0 0 0 / 31%) 100%);
    padding-top: 10px!important;
    padding-bottom: 10px !important;
}*/

.content_banner_stock .item_option:hover, .content_banner_stock .item_option.active {
    background: rgb(0 35 135 / 90%);
}

.content_banner_stock .item_option {
    background-color: rgb(100 98 83 / 60%);
}
.section_banner_stock:after{
	display: none
}
.section_banner_stock .item_option {
    max-width: 75px;
}
.link_view_ptg {
	top:50%;
	left: 50%;
    transform: translate(-50%);
	animation: moveScale 1s infinite alternate ease-in-out;
}
@keyframes moveScale {
	0% {
		transform: translate(-50%, -50%) scale(1);
	}
	100% {
		transform: translate(-50%, -40%) scale(0.9);
	}
}
.moveScale2 {
	animation: moveScale2 0.5s infinite alternate ease-in-out;
}
@keyframes moveScale2 {
	0% {
		transform: scale(1);
	}
	100% {
		transform: scale(0.95);
	}
}
@media screen and (max-width:767px) {
	.link_view_ptg {
		top: 50%;
		left: 50%;
		transform: translate(-50%);
	}
}
@media screen and (min-width: 768px) {
    .section_banner_stock .item_option i {
        font-size: 16px;
    }
	.section_banner_stock .item_option .txt_option {
        font-size: 11px;
    }
}
/*end banner thong tin DA*/
.text_ptg {
    text-decoration: underline;
    color: #ffff00;
}
.text_fund_type {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 6px;
    line-height: 5px;
    z-index:1;
    width: 12px;
    height: 12px;
    clip-path: polygon(0 0, 100% 100%, 100% 0);
    background-color: #28ff00;
}
.status_fund_type {
    width: 10px;
    height: 10px;
    clip-path: polygon(0 0, 100% 100%, 100% 0);
    background-color: #28ff00; 
}
.table-container {
	overflow:hidden;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-khtml-border-radius:3px;
	border:1px solid #e6e9ec;
}
.table-container .table{
	border-collapse:separate;
}
.table-container .table thead tr th:nth-child(1),
.table-container .table tbody tr td:nth-child(1),
.table-container .table tfoot tr td:nth-child(1),
.table-container:not(.no-shadow) .table thead tr th:nth-child(1),
.table-container:not(.no-shadow) .table tbody tr td:nth-child(1),
.table-container:not(.no-shadow) .table tfoot tr td:nth-child(1){
	z-index:2;
	position:sticky;
	left:0px; top:0;
	background:var(--bs-white);
	border-right: 1px solid #d9dee3;
}
.table-container:not(.no-shadow) .table thead tr th:nth-child(1),
.table-container:not(.no-shadow) .table tbody tr td:nth-child(1),
.table-container:not(.no-shadow) .table tfoot tr td:nth-child(1){
	box-shadow: 1px 1px 4px rgba(0, 0, 0, .08);
	-ms-box-shadow: 1px 1px 4px rgba(0, 0, 0, .08);
	-khtml-box-shadow: 1px 1px 4px rgba(0, 0, 0, .08);
	-webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, .08);
}
@media screen and (max-width:575px){}
	.table-container .table thead tr th:not(:last-child),
	.table-container .table tbody tr td:not(:last-child){
		border-right: 1px solid #d9dee3;
}
.table-container .table thead tr th:first-child,
.table-container .table tfoot tr td:first-child,
.table-container .table tfoot tr th:first-child{
	background:#F5F7F8 !important;
}
.table-container .table tr td,
.table-container .table tr th{
	border:1px solid #d9dee3;
	border-width: 0 0 1px;
}
.table-container .table tfoot tr td{
	border:1px solid #d9dee3;
	border-width: 1px 1px 0 0;
}
.table-container .table tfoot tr td:last-child{
	border-right-width: 0 !important;
}
.table-container .table tr:last-child td{
	border-bottom-width: 0 !important;
}
@media screen and (max-width: 480px) {
    .banner_page .top_content_banner {
        padding-left: 5px;
        padding-right: 5px;
    }
}
/*icon video document*/
.awe__doc-img .img-play{
	padding:6px;
	width:50px;
	height:50px;
	border:1px solid rgb(255 255 255 / 30%);
	position:absolute;
	left:50%; top:50%;
	transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
}
.awe__doc-img .img-play .bx{
	font-size:40px;
	color:rgb(255 255 255);
}
@media screen and (max-width: 575px) {
	.awe__doc-img .img-play {
		width: 40px;
		height: 40px;
	}
	.awe__doc-img .img-play .bx {
		font-size: 28px;
	}
}
/*end icon video document*/