@import url('../css/normalize.css');
@import url('../css/fonts.css?v=2');
@import url('../css/animate.css');


body {
	font-family: 'San Francisco Display', sans-serif;
  margin: 0;
	background-color: #F0F3F7;
}	


/*---- HEADER ----*/
header {
  width: 100%;
  height: 70px;
  position: absolute;
  display: block;
  float: left;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 3;
}

header .logo {
  width: 100%;
  margin-top: 24px;
  display: block;
  float: left;
}

header .logo .content {
  width: 116px;
  height: 30px;
  margin-left: 30px;
}

header .logo .content a {
  width: 100%;
  height: 100%;
  display: inline-block;
  background-size: 100%;
  background-repeat: no-repeat;
  background-image: url('../img/logo/logo@2x.png');
}


header .language-choose {
	display: inline-block;
	transition: .3s all;
	cursor: pointer;
  line-height: 82px;
  display: flex;
  margin-right: 9px;
}

header .language-choose:hover {

}

header .language-choose:hover::before {
	color: #eae9f0
}

header .language-choose::before {
	content: '\e807';
	font-family: ico-font;
	color: rgba(255, 255, 255, .22);
	font-size: 0px;
  float: right;
  margin-left:7px;
}

span.flag {
	width: 24px;
	height: 24px;
	display: inline-block;
}

span.flag i.icon {
	width: 100%;
	height: 100%;
	display: inline-block;
	background-size: 100%;
	background-repeat: no-repeat
}

span.flag i.icon.en {
	background-image: url(../img/flag/en@2x.png)
}

span.flag i.icon.tr {
	background-image: url(../img/flag/tr@2x.png)
}

header .language-choose-toggle {
	position: absolute;
	background-color: #fff;
	padding: 7px 7px 5px 8px;
	top: 40px;
	right: 0;
	display: none;
	visibility: hidden;
	border-radius: 0 0 2px 2px
}

header .language-choose-toggle ul {
	list-style: none;
	padding: 0;
	padding: 7px 0 3px;
	margin: 0
}

header .language-choose-toggle ul li a {
	width: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center
}

header .language-choose-toggle ul li {
	width: 100%;
	margin-bottom: 5px
}

header .language-choose-toggle ul li span.flag {
	width: 24px;
	height: 24px;
	display: inline-block;
	float: left
}

header .language-choose-toggle ul li span.flag i.icon {
	width: 100%;
	height: 100%;
	display: inline-block;
	background-size: 100%;
	background-repeat: no-repeat
}

header .language-choose-toggle ul li span.flag i.icon.tr {
	background-image: url(../img/flag/tr@2x.png)
}

header .language-choose-toggle ul li span.flag i.icon.en {
	background-image: url(../img/flag/en@2x.png)
}


header .mobile-content {
  float:right;
  visibility: visible;
}

#store-m-nav{
  line-height: 70px;
}

header .mobile-content .toggle-menu {
  width: 100%;
  position: absolute;
  top: 70px;
  left: 0;
  float: left;
  background-image: -webkit-linear-gradient(bottom, #053776 0%, #02173B 100%);
  background-image: -o-linear-gradient(bottom, #053776 0%, #02173B 100%);
  background-image: linear-gradient(to top, #053776 0%, #02173B 100%);
  display: none;
  visibility: hidden;
}


header .mobile-content .toggle-menu.show {
  display: inline-block;
  visibility: visible;
}

header .mobile-content .toggle-menu .nav-link {
  width: 100%;
  float: left;
}

header .mobile-content .toggle-menu .nav-link .item {
  width: 100%;
  float: left;
  border-bottom: 1px solid rgba(255,255,255,0.10);
  padding-bottom: 14px;
  padding-top: 14px;
}


header .mobile-content .toggle-menu .nav-link .item span.nav {
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: -0.3px;
  float: left;
  width: 100%;
}

header .mobile-content .toggle-menu .nav-link .item a:hover span.nav {
  color: #F5A623;
}


header .mobile-content .toggle-menu .nav-link .item ul {
  list-style: none;
  padding: 0;
  margin: 0;
  float: left;
  width: 100%;
  font-size: 15px;
}


header .mobile-content .toggle-menu .nav-link .item ul li {
  color: rgba(255,255,255,0.80);
  width: 100%;
  border-bottom: 1px solid rgba(255,255,255,0.10);
  float: left;
}

header .mobile-content .toggle-menu .nav-link .item ul li:hover {
  color: #F5A623;
}

header .mobile-content .toggle-menu .nav-link .item ul li a {
  padding: 12px 0 8px 0;
  width: 100%;
  height: 100%;
  float: left;
  display: block;
}


header .mobile-content .toggle-menu .nav-link .item ul li:last-child {
  border-bottom: none;
}


header .mobile-content .toggle-menu .nav-link .item ul li:last-child a {
  padding-bottom: 0;
}

header .mobile-content .m-nav {
  float: left;
  font-size: 24px;
  display: inline-block;
  color: #2D3962;
  line-height: 75px;
}


header .user-panel {
  float: right;
  display: none;
  visibility: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

header .user-panel .user-content {
  float: left;
  position: relative;
}

header .user-panel .user-content .info {
  font-size: 16px;
  color: #354155;
  font-weight: 500;
  letter-spacing: -0.3px;
  padding-left: 20px;
  line-height: 70px;
  border-left: 1px solid #EDF1F8;
  position: relative;
  transition: .3s all;
  cursor: pointer;
  float: left;
}

header .user-panel .user-content .info:hover {
  background-color: #00ABFA;
}

header .user-panel .user-content .info:hover::before {
  color: rgba(255,255,255,0.30);
}

header .user-panel .user-content .info:hover span.ico {
  color: #fff;
}

header .user-panel .user-content .info:hover span.username {
  color: #fff;
}

header .user-panel .user-content .info span {
  transition: .3s all;
  position: relative;
  top: 2px;
  float: left;
}

header .user-panel .user-content .info span.username {
  padding-right: 30px;
  width: 140px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

header .user-panel .user-content .info::before {
  content: '\e805';
  font-family: 'ico-font';
  position: absolute;
  color: #DBDFE6;
  right: 13px;
  top: 1px;
}


header .user-panel .user-content .dropdown {
  padding: 5px 25px 10px 25px;
  position:absolute;
  top:71px;
  width: 100%;
  opacity: 0;
  z-index: -100;
  visibility: hidden;
  transition: opacity linear 0.15s;
  background: #fff;
  list-style: none;
  border-radius: 0 0 2px 2px;
}

header .user-panel .user-content .dropdown.open {
  opacity: 1;
  z-index: 100;
  visibility: visible;
}

header .user-panel .user-content .dropdown ul {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  display: block;
  float: left;
}

header .user-panel .user-content .dropdown li {
  display: block;
  font-size: 14px;
  color: #171A4F !important;
  line-height: 20px;
  width: 100%;
  float: left;
  padding: 0;
  border-bottom: 1px solid rgba(0,0,0,0.05);
  position: relative;
}

header .user-panel .user-content .dropdown li a {
  display: block;
  float: left;
  width: 100%;
  padding: 7px 0;
}

header .user-panel .user-content .dropdown li:last-child {
  border-bottom: 0;
}

header .user-panel .user-content .dropdown li:hover::before {
  content: '';
  display: inline-block;
  height: 100%;
  width: 4px;
  position: absolute;
  background-color: #EBA844;
  left: -28px;
  top: 0;
}


header .balance-info {
  font-size: 16px;
  color: #354155;
  font-weight: 500;
  letter-spacing: -0.3px;
  padding-right: 20px;
  padding-left: 20px;
  line-height: 70px;
  border-left: 1px solid #EDF1F8;
}

/* lang panel */


header .lang-panel {
  float: left;
  padding-right: 2%;
  display: none;
  visibility: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

header .lang-panel .lang-content {
  float: left;
  position: relative;
}

header .lang-panel .lang-content .info {
  font-size: 16px;
  color: #354155;
  font-weight: 500;
  letter-spacing: -0.3px;
  padding-left: 20px;
  line-height: 70px;
  border-left: 1px solid #EDF1F8;
  position: relative;
  transition: .3s all;
  cursor: pointer;
  float: left;
}

header .lang-panel .lang-content .info:hover {
  background-color: #00ABFA;
}

header .lang-panel .lang-content .info:hover::before {
  color: rgba(255,255,255,0.30);
}

header .lang-panel .lang-content .info:hover span.ico {
  color: #fff;
}

header .lang-panel .lang-content .info:hover span.username {
  color: #fff;
}

header .lang-panel .lang-content .info span {
  transition: .3s all;
  position: relative;
  top: 2px;
  float: left;
}

header .lang-panel .lang-content .info span.username {
  padding-right: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

header .lang-panel .lang-content .info::before {
  content: '\e805';
  font-family: 'ico-font';
  position: absolute;
  color: #DBDFE6;
  right: 13px;
  top: 1px;
}


header .lang-panel .lang-content .dropdown {
  padding: 5px 25px 10px 25px;
  position:absolute;
  top:71px;
  width: 100%;
  opacity: 0;
  z-index: -100;
  visibility: hidden;
  transition: opacity linear 0.15s;
  background: #fff;
  list-style: none;
  border-radius: 0 0 2px 2px;
}

header .lang-panel .lang-content .dropdown.open {
  opacity: 1;
  z-index: 100;
  visibility: visible;
}

header .lang-panel .lang-content .dropdown ul {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  display: block;
  float: left;
}

header .lang-panel .lang-content .dropdown li {
  display: block;
  font-size: 14px;
  color: #171A4F !important;
  line-height: 20px;
  width: 100%;
  float: left;
  padding: 0;
  border-bottom: 1px solid rgba(0,0,0,0.05);
  position: relative;
}

header .lang-panel .lang-content .dropdown li a {
  display: block;
  float: left;
  width: 100%;
  padding: 7px 0;
}

header .lang-panel .lang-content .dropdown li:last-child {
  border-bottom: 0;
}

header .lang-panel .lang-content .dropdown li:hover::before {
  content: '';
  display: inline-block;
  height: 100%;
  width: 4px;
  position: absolute;
  background-color: #EBA844;
  left: -28px;
  top: 0;
}
/* store panel */

main .store-panel {
  display: none;
  visibility: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

main .store-panel .store-content {
  float: left;
  position: relative;
  width: 100%;
}

main .store-panel .store-content .info {
  font-size: 16px;
  color: #ffffff;
  font-weight: 500;
  letter-spacing: -0.3px;
  padding-left: 30px;
  line-height: 50px;
  position: relative;
  transition: .3s all;
  cursor: pointer;
  float: left;
  width: 100%;
}

main .store-panel .store-content .info:hover {
  background-color: #00ABFA;
}

main .store-panel .store-content .info:hover::before {
  color: rgba(255,255,255,0.30);
}

main .store-panel .store-content .info:hover span.ico {
  color: #fff;
}

main .store-panel .store-content .info:hover span.storename {
  color: #fff;
}

main .store-panel .store-content .info span {
  transition: .3s all;
  position: relative;
  top: 2px;
  float: left;
}

main .store-panel .store-content .info span.storename {
  padding-right: 30px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

main .store-panel .store-content .info::before {
  content: '\e805';
  font-family: 'ico-font';
  position: absolute;
  color: #DBDFE6;
  right: 13px;
  top: 1px;
}


main .store-panel .store-content .dropdown {
  padding: 5px 25px 10px 25px;
  position: absolute;
  right: 0px;
  top: 50px;
  width: 100%;
  opacity: 0;
  z-index: -100;
  visibility: hidden;
  transition: opacity linear 0.15s;
  background: #fff;
  list-style: none;
  border-radius: 0 0 2px 2px;
}

main .store-panel .store-content .dropdown.open {
  opacity: 1;
  z-index: 100;
  visibility: visible;
}

main .store-panel .store-content .dropdown ul {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  display: block;
  float: left;
}

main .store-panel .store-content .dropdown li {
  display: block;
  font-size: 14px;
  color: #171A4F !important;
  line-height: 20px;
  width: 100%;
  float: left;
  padding: 0;
  border-bottom: 1px solid rgba(0,0,0,0.05);
  position: relative;
}

main .store-panel .store-content .dropdown li a {
  display: block;
  float: left;
  width: 100%;
  padding: 7px 0;
}

main .store-panel .store-content .dropdown li:last-child {
  border-bottom: 0;
}

main .store-panel .store-content .dropdown li:hover::before {
  content: '';
  display: inline-block;
  height: 100%;
  width: 10px;
  position: absolute;
  background-color: #EBA844;
  left: -25px;
  top: 0;
}

/* store panel end */
/*---- SIDE MENU ----*/
nav {
  opacity: 0;
  display: none;
  overflow: hidden;
  visibility: hidden;
  background-color: #00184D;
  max-height: 100vh;
  -webkit-transition: opacity 0.2s 0s, visibility 0s 0.2s;
  -moz-transition: opacity 0.2s 0s, visibility 0s 0.2s;
  transition: opacity 0.2s 0s, visibility 0s 0.2s;
  position: fixed;
  top: 70px;
  z-index: 2;
  
}

nav .menu {
  width: 100%;
  float: left;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

nav .menu span.head {
  width: 100%;
  float: left;
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.07px;
  margin-bottom: 15px;
  padding: 0 30px;
  display: none;
  visibility: hidden;
}

nav .menu ul.accordion {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  display: block;
  float: left;
}

nav .menu ul.accordion li {
  width: 100%;
  display: block;
  float: left;
  position: relative;
  transition: .3s all;
  border-bottom: 1px solid rgba(255,255,255,0.04);
  cursor: pointer;
}


nav .menu ul.accordion > li.click::after {
  color: rgba(255,255,255,0.30);
}


nav .menu ul.accordion li:first-child {
  border-top: 1px solid rgba(255,255,255,0.04);;
}


nav .menu ul.accordion li span.ico {
  width: 34px;
  height: 34px;
  border-radius: 100px;
  display: inherit;
  text-align: center;
  line-height: 34px;
  font-size: 20px;
  transition: .3s all;
  color: rgba(255,255,255,0.25);
  padding-top: 0px;
  margin: 0 auto;
}

nav .menu ul.accordion li span.ico i.icon-cog {
  font-size: 23px;
}

nav .menu ul.accordion li span.ico i {
  width: 100%;
  height: 100%;
  display: block;
  float: left;
  text-align: center;
}

nav .menu ul.accordion li span.title {
  color: #fff;
  font-size: 15px;
  letter-spacing: -0.4px;
  font-weight: 400;
  transition: .3s all;
  line-height: 16px;
  padding-top: 7px;
  display: inline-block;
  width: 100%;
  display: block;
  float: left;
  text-align: center;
}

nav .menu ul.accordion li > div {
  width: 100%;
  height: 100%;
  display: block;
  float: left;
  padding: 20px;
}


nav .menu ul.accordion li.single > div {
  padding: 0;
}


nav .menu ul.accordion li > div > a {
  width: 100%;
  height: 100%;
  display: inline-block;
  float: left;
  padding: 10px 20px
}

nav .menu ul.accordion > li > div:hover {
  background-color: #00388B;
  border-color: #0A244E;
}


nav .menu ul.accordion li:hover span.ico {
  color: #fff;
}

nav .menu ul.accordion li.active div {
  background-color: #0BA8FF;
}

nav .menu ul.accordion li.active span.ico {
  color: #fff;
}

nav .menu ul.accordion li.active span.title {
  font-weight: 700;
}

nav .menu ul.accordion li > ul {
  list-style: none;
  padding: 0;
  margin: 0;
  padding: 0 5px;
  text-align: center;
  display: none;
  float: left;
}

nav .menu ul.accordion li > ul > li {
  width: 100%;
  display: block;
  float: left;
  font-size: 15px;
  color: #fff;
  letter-spacing: -0.5px;
  font-weight: 200;
  line-height: 18px;
}


nav .menu ul.accordion li > ul > li > a {
  width: 100%;
  height: 100%;
  display: inline-block;
  float: left;
  padding: 15px 0;
  transition: .3s all;
}

nav .menu ul.accordion li > ul > li > a:hover {
  color: #F5A623;
}

nav .menu ul.accordion li > ul > li.selected {
  color: #F5A623;
  font-weight: 500;
}

/*---- MAIN CONTENT ----*/
main {
  display: block;
  position: relative;
}

.content-wrapper {
  padding: 0px 1%;
  position: relative;
}

.content-wrapper .fixed {
  width: 100%;
  display: block;
  float: left;
  position: relative;
  top: -50px;
}

/*---- GLOBAL: TABLE ----*/
.table-content {
  width: 100%;
  display: block;
  float: left;
  padding: 30px;
  overflow: hidden;
}

.table-content.notoppad {
  padding-top: 0;
}

.table-content .head {
  width: 100%;
  float: left;
  display: block;
  font-weight: 300;
  margin-bottom: 15px;
}

.table-content .head span.table-name {
  float: left;
  font-size: 15px;
  color: #171A4F;
  font-weight: 600;
  letter-spacing: -0.3px;
}


.table-content .head.helpcenter span.table-name {
  padding-top: 10px;
}

.table-content .head.helpcenter {
  margin-bottom: 20px;
}

.table-content .head a.view-more {
  float: right;
  text-align: right;
  font-size: 14px;
  color: #76849B;
  cursor: pointer;
}

.table-content .head a.view-more::before {
  content: '\f006';
  font-family: 'ico-font';
  text-align: right;
  float: right;
  color: #C8CDD4;
  position: relative;
  top: 1.5px;
  font-size: 12px;
  padding-left: 5px;
}

.table-content .head a.view-more:hover {
  color: #0BA8FF;
}

.table-content .head a.view-more:hover::before {
  color: #0BA8FF; 
}

.table-content table {
  border: none;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
}

.table-content table.fixed {
  table-layout: fixed !important;
}

.table-content table tr {
  background-color: inherit;
  padding: .35em;
  height: 55px;
  font-size: 14px;
  letter-spacing: -0.3px;
  color: #20385E;
  transition: .3s all;
  border-bottom: 1px solid #E3EAF3;
}

.table-content table tr a {
  width: 100%;
  height: 100%;
  display: block;
}

.table-content table th,
.table-content table td {
  padding: .625em;
}

.table-content table thead tr {
  height: 30px;
}

.table-content table th {
  letter-spacing: -0.3px;
  height: 30px;
  font-size: 13px;
  color: #9CA7B9;
  font-weight: 700;
  background-color: inherit;
  text-transform: uppercase;
}

.table-content table tr td span.btn {
  border: 1px solid;
  padding: 3px 0;
  padding-left: 20px;
  padding-right: 20px;
  display: inline-block;
  text-align: center;
  border-radius: 2px;
  transition: .3s all;
}


.table-content table tr td span.btn.right {
  margin-right: 10px;
}

.table-content table tr td span.btn.green:hover {
  background-color: #67AE23;
  color: #fff;
}
.table-content table tr td span.btn.red:hover {
  background-color: #d22929;
  color: #fff;
}
.table-content table tr td span.btn.orange:hover {
  background-color: #ffb42a;
  color: #fff;
}

.table-content table tr td span.btn.green {
  border-color: #67AE23;
  color: #67AE23;
}

.table-content table tr td span.btn.orange {
  border-color: #ffb42a;
  color: #ffb42a;
}

.table-content table tr td span.btn.red {
  border-color: #d22929;
  color: #d22929;
}

.table-content table tr td.user {
  color: #0BA8FF;
}
.table-content table tr td.you {
  color: #1BD676;
}

.table-content table tr td.active {
  color: #67AE23;
}
.table-content table tr td.closed {
  color: #d22929;
}
.table-content table tr td.team {
  color: #0BA8FF;
}

/*---- GLOBAL FORM ELEMENTS ----*/

.notif {
  width: 100%;
  padding: 8px 15px;
  border-radius: 2px;
  float: left;
  display: inline-block;
  font-size: 13px;
  font-weight: 200;
  margin-bottom: 15px;
}

.notif.error {
  border: 1px solid #D0021B;
  color: #D0021B;
}
.notif.warning {
  border: 1px solid #FF9300;
  color: #FF9300;
}
.notif.success {
  border: 1px solid #1BD676;
  color: #1BD676;
}

.form-content,
.form-content .element {
  width: 100%;
  display: block;
  float: left;
}

.form-content .element.token {
  margin-bottom: 0;
}


.form-content .element.token .input input {
  border-radius: 2px 2px 0 0;
}

.form-content span.notif-head {
  width: 100%;
  display: block;
  float: left;
  font-size: 15px;
  color: #171A4F;
  font-weight: 500;
  letter-spacing: -0.5px;
}

.form-content .element {
  margin-bottom: 20px;
}

.form-content .element.filter {
  margin-bottom: 0px;
}

.form-content .element .grid {
  width: 100%;
  display: block;
  float: left;
}


.form-content .element .grid .dropdown {
  margin-bottom: 15px;
  margin-top: 4px;
}
.form-content .element .grid .radiobtn {
  margin-bottom: 15px;
  margin-top: 4px;
}

.form-content .element .grid .attachment {
  margin-bottom: 15px;
  margin-top: 4px;
}

.form-content .element .grid .radiobtn div {
  width: 100%;
  display: block;
  float: left;
  position: relative;
}


.form-content .element .grid .radiobtn div label {
  width: 100%;
  height: 50px;
  border-radius: 2px;
  border: 1px solid #d7dbe2
}

.form-content .element .grid .radiobtn div input.radio:empty {
  margin-left: -9999px;
}

.form-content .element .grid .radiobtn div input.radio:empty ~ label {
  position: relative;
  float: left;
  line-height: 50px;
  padding-left: 45px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 14px;
  color: #171A4F;
}

.form-content .element .grid .radiobtn div input.radio:empty ~ label:before {
  position: absolute;
  display: block;
  top: 15px;
  left: 15px;
  content: '';
  width: 20px;
  height: 20px;
  border: 1px solid #d7dbe2;
  border-radius: 100px;

}


.form-content .element .grid .radiobtn div input.radio:checked ~ label:before {
  content:'';
  position: absolute;
  top: 20px;
  left: 20px;
  width: 10px;
  height: 10px;
  border-radius: 100px;
  border: none;
  background-color: #0BA8FF;
}

.form-content .element .grid .radiobtn div input.radio:checked::before {
  position: absolute;
  top: 16px;
  left: 16px;
  content: '';
  width: 20px;
  height: 20px;
  border: 1px solid #d7dbe2;
  border-radius: 100px;

}


.form-content .element.nomar {
  margin-bottom: 0;
}

.form-content.marbot {
  margin-bottom: 20px;
}

.form-content.martopspec {
  margin-top: 50px;
}

.form-content.padding {
  padding: 20px 30px 30px 30px;
}

.form-content .element span.head {
  width: 100%;
  display: block;
  float: left;
  font-size: 14px;
  color: #171A4F;
  letter-spacing: -0.3px;
  font-weight: 600;
}

.form-content .element span.sub-title {
  width: 100%;
  display: block;
  float: left;
  font-size: 14px;
  color: #A0A1B5;
  letter-spacing: -0.3px;
  font-weight: 200;
}

.form-content a.for-pass {
  color: #8C97A8;
  font-size: 14px;
  font-weight: 400;
  float: left;
  display: inline-block;
  transition: .3s all;
  padding-bottom: 15px;
}


.form-content a.for-pass:hover {
  color: #0BA8FF;
}

.form-content .element label {
  width: 100%;
  display: block;
  float: left;
  margin-bottom: 4px;
  font-size: 14px;
  color: #171A4F;
  letter-spacing: -0.3px;
  font-weight: 600;
}


.form-content.dark .element label {
  color: #fff;
}


.form-content .element .custom-dropdown {
  width: 100%;
  display: block;
  float: left;
  position: relative;
}

.form-content .element .custom-dropdown::before {
  content: '\f004';
  font-family: 'ico-font';
  position: absolute;
  top: 0;
  right: 0;
  height: 50px;
  line-height: 52px;
  padding: 0 15px;
  font-size: 18px;
  color: #D7DBE1;
  border-left: 1px solid #d7dbe2;
  z-index: 1000;
}

.form-content .element .custom-dropdown .add-new-address__selected {
  width: 100%;
  float: left;
  display: none;
  visibility: hidden;
  opacity: 0;
  margin-top: 15px;
}

.form-content .element .custom-dropdown .add-new-address__selected.show {
  display: inline-block;
  visibility: visible;
  opacity: 1;
}

.form-content .element .custom-dropdown .list-open {
  position: absolute;
  top: 0;
  right: 0;
  height: 50px;
  display: inline-block;
  cursor: pointer;
  width: 45px;
  z-index: 1001;
}

.form-content .element .custom-dropdown .element span.registered-select-address {
  font-size: 14px;
  color: #D7DEE8;
  display: inline-block;
  float: left;
  padding-left: 65px;
  line-height: 50px;
  width: 100%;
  padding-right: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: absolute;
  top: 0;
  background-color: #FBFCFD;
  border: 1px solid #D7DEE8;
  border-radius: 2px;
  display: none;
  visibility: hidden;
}


.form-content .element .custom-dropdown .element span.registered-select-address.selected {
  color: #171A4F;
  display: inline-block;
  visibility: visible;
}


.form-content .element .custom-dropdown .list {
  width: 100%;
  position: absolute;
  top: 49px;
  left: 0;
  visibility: hidden;
  opacity: 0;
  outline: none;
  background-color: #fff;
  z-index: 1000;
}

.form-content .element .custom-dropdown .list--expanded {
  opacity: 1;
  visibility: visible;
}

.form-content .element .custom-dropdown .list ul {
  list-style: none;
  padding: 0;
  margin: 0;
  border: 1px solid #D7DEE8;
  width: 100%;
  display: block;
  float: left;
  border-radius: 0 0 2px 2px;
}

.form-content .element .custom-dropdown .list ul li {
  width: 100%;
  display: block;
  float: left;
  font-size: 14px;
  border-bottom: 1px solid #D7DEE8;
  padding: 10px 15px;
  cursor: pointer;
  transition: .3s all;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}


.form-content .element .custom-dropdown .list ul li:hover {
  background-color: #EEF2F6;
}


.form-content .element .custom-dropdown .list ul li:hover > a.delete::before {
  color: #B8BFC9;
}

.form-content .element .custom-dropdown .list ul li span.address {
  float: left;
}

.form-content .element .custom-dropdown .list ul li a.delete {
  float: right;
  display: inline-block;
  position: relative;
}

.form-content .element .custom-dropdown .list ul li a.delete::before {
  content: '\e809';
  font-family: 'ico-font';
  color: #D8DEE7;
  font-size: 15px;
  position: absolute;
  top: 1px;
  right: 2px;
}

.form-content .element .custom-dropdown .list ul li a.delete:hover::before {
  color: #C44646;
}

.form-content .element .custom-dropdown .list ul li:last-child {
  border-bottom: none;
}


.form-content .element .dropdown {
  width: 100%;
  display: block;
  float: left;
  position: relative;
}


.form-content .element .dropdown::before {
  content: '\e805';
  font-family: 'ico-font';
  position: absolute;
  top: 14px;
  right: 17px;
  font-size: 18px;
  color: #D7DBE1;
}


.form-content .element.filter .dropdown::before {
  top: 8px;
}

.form-content.dark .element .dropdown select {
  border: none;
  background-color: #fff;
}

.form-content .element .dropdown select {
  width: 100%;
  height: 50px;
  background-color: inherit;
  border: 1px solid #d7dbe2;
  float: left;
  display: inline-block;
  outline: none;
  border-radius: 3px;
  font-family: 'San Francisco Display';
  font-size: 14px;
  padding: 0 15px;
  color: #171A4F;
  font-weight: 500;
  transition: .3s all;
  -webkit-appearance: none;
  -moz-appearance:    none;
  appearance:         none;
}


.form-content .element .textarea,
.form-content .element .input {
  width: 100%;
  display: block;
  float: left;
  position: relative;
  margin-top: 4px;
}


.form-content .element .textarea.error textarea,
.form-content .element .input.error input {
  border-color: #D0021B;
}

.form-content .element .input.error span.ico {
  color: #D0021B;
  border-color: #D0021B;
}

.form-content.dark .element .input input {
  background-color: #fff;
  border: none;

}

.form-content.dark .element .textarea textarea:focus,
.form-content.dark .element .input input:focus {
  box-shadow: 0 24px 34px 0 rgba(22,47,199,0.61);
}


.form-content .element .textarea textarea {
  width: 100%;
  min-height: 150px;
  max-height: 150px;
  background-color: inherit;
  border: 1px solid #d7dbe2;
  float: left;
  display: inline-block;
  outline: none;
  border-radius: 3px;
  font-family: 'San Francisco Display';
  font-size: 14px;
  padding: 15px 15px;
  color: #171A4F;
  font-weight: 500;
  transition: .3s all;
  resize: none;
}


.form-content .element .input input {
  width: 100%;
  height: 50px;
  background-color: inherit;
  border: 1px solid #d7dbe2;
  float: left;
  display: inline-block;
  outline: none;
  border-radius: 3px;
  font-family: 'San Francisco Display';
  font-size: 14px;
  padding: 0 15px;
  color: #171A4F;
  font-weight: 500;
  transition: .3s all;
}


.form-content .element.filter .dropdown select {
  height: 38px;
}

.form-content .element.filter .input input {
  height: 38px !important;
}

.form-content .element .input input[disabled] {
  cursor: not-allowed;
}

.form-content .element .textarea textarea:focus,
.form-content .element .input input:focus {
  border-color: #0BA8FF;
}

.form-content .element .input input:focus + span.ico {
  border-color: #0BA8FF;
  color: #0BA8FF;
}

.form-content .element .input.ico input {
  padding-left: 65px;
}


.form-content .element .input input::-webkit-input-placeholder {
    color: #A9B0BB;
    font-weight: 200;
}

.form-content .element .input input:-moz-placeholder {
   color: #A9B0BB;
   font-weight: 200;
   opacity: 1;
}

.form-content .element .input input::-moz-placeholder { 
   color: #A9B0BB;
   font-weight: 200;
   opacity: 1;
}

.form-content .element .input input:-ms-input-placeholder {
   color: #A9B0BB;
   font-weight: 200;
}

.form-content .element .input input::-ms-input-placeholder {
   color: #A9B0BB;
   font-weight: 200;
}

.form-content .element .input input::placeholder {
   color: #A9B0BB;
   font-weight: 200;
}

.form-content .element .input span.ico {
  position: absolute;
  top: 0;
  left: 0;
  float: left;
  display: inline-block;
  height: 50px;
  line-height: 50px;
  font-size: 22px;
  text-align: center;
  color: #D7DEE8;
  width: 50px;
  border-right: 1px solid #d7dbe2;
  transition: .3s all;
}

.form-content .element .input span.ico.small {
  font-size: 18px;
}

.form-content .element .input span.max {
  position: absolute;
  right: 15px;
  top: 1px;
  float: right;
  display: inline-block;
  line-height: 50px;
  transition: .3s all;
  cursor: pointer;
}


.form-content .element .input span.max:hover::before {
  color: #9CA7B9;
}

.form-content .element .input span.max::before {
  content: '\e812';
  font-family: 'ico-font';
  color: #D7DEE8;
  font-size: 22px;
  transition: .3s all;
}

.form-content .element .limit {
  width: 100%;
  display: block;
  float: left;
  margin-top: 15px;
  border-top: 1px solid #E7ECF3;
  padding-top: 20px;
}

.form-content .element .limit ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.form-content .element .limit ul li {
  float: left;
  margin-right: 10px;
}

.form-content .element .limit ul li span {
  float: left;
  font-size: 13px;
}


.form-content .element .limit ul li span.red {
  color: #C42C2C;
}

.form-content .element .limit ul li span.green {
  color: #67AE23;
}

.form-content .element .limit ul li span:first-child {
  color: #AAB5C6;
  font-weight: 300;
  padding-right: 5px;
  letter-spacing: -0.5px;
}

.form-content .element .limit ul li span:last-child {
  font-weight: 600;
}

.form-content .element .toggle-btn {
  width: 100%;
  display: block;
  float: left;
  position: relative;
} 


.form-content .element .toggle-btn.light {
  border-bottom: 1px solid #E3EAF3;
  padding: 18px 0 0px 0;
}

.form-content .element .toggle-btn.light span.text {
  color: #20385E;
  padding-top: 3px;
  padding-left: 5px;
  position: relative;
  left: 50px;
  top: -21px;
  width: calc(100% - 50px);

}

.form-content .element .toggle-btn span.text {
  color: #fff;
  float: left;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.3px;
  padding-top: 2px;
}

.form-content .element .toggle-btn .switch-btn {
  float: left;
  height: 20px;
  position: relative;
  left: 0;
  top: 0;
  margin-right: 10px;
}

.form-content .element .toggle-btn.light .switch-btn {
  top: 8px;
}

.form-content .element .toggle-btn .switch-btn .switch {
  position: relative;
  display: inline-block;
  width: 44px;
  height: 24px;
}

.form-content .element .toggle-btn .switch-btn .switch label {
  padding: 0;
  margin: 0;
}

.form-content .element .toggle-btn .switch-btn .switch input {
  display:none;
  visibility: hidden;
  margin: 0;
  padding: 0;
}

.form-content .element .toggle-btn .switch-btn .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.30);
  -webkit-transition: .4s;
  transition: .4s;
}

.form-content .element .toggle-btn.light .switch-btn .slider {
  background-color: #9EA7B7;
}

.form-content .element .toggle-btn .switch-btn .slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

.form-content .element .toggle-btn .switch-btn input:checked + .slider {
  background-color: #15DC76;
}

.form-content .element .toggle-btn .switch-btn input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

.form-content .element .toggle-btn .switch-btn input:checked + .slider:before {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}

.form-content .element .toggle-btn .switch-btn .slider.round {
  border-radius: 34px;
}

.form-content .element .toggle-btn .switch-btn .slider.round:before {
  border-radius: 50%;
}



/*---- GLOBAL BUTTON ----*/

.button-ui {
  height: 50px;
  line-height: 50px;
  border-radius: 2px;
  background-color: #9CA7B9;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff !important;
  letter-spacing: -0.2px;
  font-family: 'urw_din';
  font-weight: 500;
  padding: 0 15px;
  transition: .3s all;
  outline: none;
  border: none;
  overflow: hidden;
  position: relative;
}

.button-ui.norad {
  border-radius: 0 0 2px 2px;
  margin-top: -1px;
}

.button-ui.filheight {
  height: 38px;
  line-height: 38px;
}

.button-ui.minimal {
  height: 40px;
  line-height: 40px;
  padding: 0 30px;
}

.button-ui.full {
  width: 100%;
}

.button-ui.mtop {
  margin-top: 10px;
}

.button-ui.mbottom {
  margin-bottom: 10px;
}

.button-ui.success:hover {
  background-color: #67AE23;
}

.button-ui.error:hover {
  background-color: #D0021B;
}


.button-ui.disabled {
  background-color: #BEC7D4;
  cursor: not-allowed;
}

.button-ui.darkblue {
  background-color: #304D9C;
}
.button-ui.darkblue:hover {
  background-color: #213A7E;
}

.button-ui.green {
  background-color: #67AE23;
}

.button-ui.green:hover {
  background-color: #55911D;
}
.button-ui.blue {
  background-color: #0BA8FF;
}

.button-ui.blue:hover {
  background-color: #0792DF;
}

.button-ui.red {
  background-color: #D0021B;
}

.button-ui.red:hover {
  background-color: #E1031E;
}

.button-ui.green:hover.arrow::before {
  color: #fff;
}

.button-ui.right {
  float: right;
}

.button-ui.arrow::before {
  content: '\f006';
  font-family: 'ico-font';
  color: rgba(255,255,255,0.40);
  position: absolute;
  right: 15px;
  top: 0px;
  font-size: 22px;
  display: inline-block;
  transition: .3s all;
}

.button-ui.nopad {
  padding: 0;
}

.button-ui.pulse {
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
  animation-delay: 2s;
}

.button-ui.mobile {
  width: 100%;
}

/*---- FOOTER ----*/

footer {
  width: 100%;
  display: block;
  float: left;
  position: relative;
}

footer .f-con {
  border-top: 1px solid #E6E9EE;
  padding-top: 25px;
  display: inline-block;
  float: left;
  width: 100%;
  padding-bottom: 25px;
}

footer .f-con span.copyright {
  width: 100%;
  display: block;
  float: left;
  font-size: 14px;
  color: #8E9CB2;
  font-weight: 200;
  letter-spacing: -0.3px;
  text-align: center;
}


footer .f-con span.copyright a {
  font-weight: 500;
  color: #00327F;
}

footer .f-con ul.link {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  margin-right: 10px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-content: center;
}

footer .f-con ul.link li {
  font-size: 14px;
  color: #8E9CB2;
  font-weight: 500;
  float: left;
  transition: .3s all;
}

footer .f-con ul.link li:hover {
  color: #00327F;
}

footer .f-con ul.link li a {
  width: 100%;
  height: 100%;
  display: inline-block;
  float: left;
  padding: 0 10px;
}


footer .f-con ul.link li:last-child a {
  padding-right: 0;
}

/*---- BREADCRUMB ----*/

.breadcrumb-content {
  width: 100%;
  height: 180px;
  position: relative;
  display: block;
  float: left;
  background-image: -webkit-linear-gradient(left, #00ADFC 4%, #0050E2 93%);
  background-image: -o-linear-gradient(left, #00ADFC 4%, #0050E2 93%);
  background-image: linear-gradient(to right, #00ADFC 4%, #0050E2 93%);
}

.header-notif {
  width: 100%;
  display: block;
  z-index: 500;
  float: left;
  background-color: #014FAF;
  margin-top: 70px;
  padding: 11px 0 8px 0;

}

.header-notif span {
  width: 100%;
  display: block;
  float: left;
  color: #fff;
  font-size: 14px;
  font-weight: 200;
  letter-spacing: -0.3px;
}


.header-notif span b,
.header-notif span a {
  font-weight: 500;
}

.breadcrumb-content .page-head {
  border-bottom: 1px solid rgba(255,255,255,0.10);
  padding-bottom: 15px;
  margin-bottom: 5px;
  width: 100%;
  float: left;
  padding-top: 25px;
}

.breadcrumb-content .page-head span {
  width: 100%;
  display: block;
  float: left;
}

.breadcrumb-content .page-head span.head {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -1.25px;
}

.breadcrumb-content .page-head .breadcrumb {
  width: 100%;
  display: block;
  float: left;
}

.breadcrumb-content .page-head .breadcrumb ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.breadcrumb-content .page-head .breadcrumb ul li {
  float: left;
  display: inline-block;
  font-size: 16px;
  color: rgba(255,255,255,0.67);
  font-weight: 200;
  padding: 0 5px;
}

.breadcrumb-content .page-head .breadcrumb ul li:first-child {
  padding-left: 0;
}


.breadcrumb-content .page-head .breadcrumb ul li.main a {
  color: #fff;
  font-weight: 500;
}

.breadcrumb-content .stats {
  width: 100%;
  display: block;
  float: left;
}

.breadcrumb-content .stats .item {
  width: 100%;
  display: block;
  float: left;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255,255,255,0.10);
}

.breadcrumb-content .stats .item.last {
  border-right: none;
}

.breadcrumb-content .stats .item span {
  width: 100%;
  display: block;
  float: left;
}

.breadcrumb-content .stats .item span.head {
  color: rgba(255,255,255,0.70);
  font-size: 14px;
  letter-spacing: -0.5px;
  font-weight: 300;
  line-height: 14px;
  padding-bottom: 5px;
}

.breadcrumb-content .stats .item span.count {
  color: #fff;
  font-size: 20px;
  letter-spacing: -0.5px;
  font-weight: 700;
  line-height: 24px;
  font-family: 'urw_din';
}

/*---- BOX UI ----*/

.box-content {
  width: 100%;
  display: block;
  float: left;
  border-radius: 2px;
  background-color: #fff;
  box-shadow: 0 15px 14px 0 rgba(218,228,240,0.32);
  margin-bottom: 30px;
}

.box-content > .head{
  border-bottom: 1px solid #F0F0F0;
  display: flex;
}

.box-content span.box-heading {
  width: 100%;
  display: block;
  float: left;
  padding: 27px 30px 20px 30px;
  font-size: 20px;
  line-height: 22px;
  color: #9CA7B9;
  font-weight: 500;
  letter-spacing: -0.5px;
}

.box-content .content {
  width: 100%;
  float: left;
  padding: 15px 30px 30px 30px;
}

.box-content .content.nobotpad {
  padding-bottom: 0;
}

.module-theme-thumb {
  width: 100%;
  height: 195px;
  display: block;
  float: left;
}

.module-theme-thumb span.paywant {
  width: 100%;
  height: 100%;
  display: inline-block;
  float: left;
  background-size: cover;
  background-repeat: no-repeat;
}


.module-theme-thumb span.paywant.original {
  background-image: url('../img/module-thumb/original@2x.png');
}

.marketing-suggesstions {
  width: 100%;
  display: block;
  float: left;
}

.marketing-suggesstions ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.marketing-suggesstions ul li {
  width: 100%;
  display: block;
  float: left;
  padding: 15px 0;
  border-bottom: 1px solid #E7ECF3;
}

.marketing-suggesstions ul li .head {
  width: 100%;
  display: block;
  float: left;
}


.marketing-suggesstions ul li .head span.ico {
  width: 20px;
  height: 20px;
  display: inline-block;
  float: left;
  border-radius: 100px;
  line-height: 22px;
  font-size: 11px;
  text-align: center;
  color: #fff;
  background-color: #67AE23;
  margin-right: 10px;
  margin-top: 2px;
}

.marketing-suggesstions ul li .head span.text {
  font-size: 16px;
  color: #171A4F;
  font-weight: 500;
  letter-spacing: -0.5px;
}


.marketing-suggesstions ul li span.description {
  width: 100%;
  display: block;
  float: left;
  font-size: 14px;
  letter-spacing: -0.3px;
  text-align: justify;
  color: #424465;
  font-weight: 200;
  margin-top: 3px;
}

.warn-content {
  width: 100%;
  display: block;
  float: left;
}

.notification {
  width: 100%;
  display: block;
  float: left;
  border-radius: 2px;
  margin: 5px 0;
  padding: 15px 20px;
  border-radius: 2px;
}

.notification.warning {
  background-color: #F5A623;
}

.notification.error {
  background-color: #C42C2C;
}

.notification.success {
  background-color: #67AE23;
}

.notification span {
  font-size: 14px;
  color: #fff;
  font-weight: 200;
  line-height: 14px;
  letter-spacing: -0.3px;
}

.report-table-content {
  width: 100%;
  display: block;
  float: left;
  padding-bottom: 15px;
}


.report-table-content .tabhead {
  width: 100%;
  float: left;
  display: block;
  font-weight: 300;
  padding-top: 15px;
}

.report-table-content .tabhead span.table-name {
  float: left;
  font-size: 15px;
  color: #171A4F;
  font-weight: 600;
  letter-spacing: -0.3px;
}

.report-table-content .filter-content {
  width: 100%;
  display: block;
  float: left;
  margin-top: 8px;
}


.report-table-content .filter-table {
  width: 100%;
  display: block;
  float: left;
}


.report-table-content .filter-table span {
  font-size: 36px;
  color: #efefef;
  text-align: center;
  width: 100%;
  display: block;
  float: left;
  font-weight: 700;
  letter-spacing: -0.5px;
  margin: 50px 0;
}

.information-con {
  width: 100%;
  display: block;
  float: left;
  position: relative;
  border-top: 1px solid #E7ECF3;
  padding: 20px 0 5px 0;
}


.information-con.notborder {
  border-top: none;
  padding-top: 9px;
}

.information-con span.inf-head {
  font-size: 14px;
  color: #171A4F;
  font-weight: 500;
  letter-spacing: -0.3px;
  float: left;
  margin-right: 40px;
  width: 80px;
}


.information-con .inf-item {
  position: relative;
  left: 0;
  float: left;
  display: block;
  top: 0;
  width: calc(100% - 140px);
}


.information-con ul {
  padding: 0;
  margin: 0;
}


.information-con ul li {
  display: list-item;
  float: left;
  color: #424465;
  font-size: 14px;
  font-weight: 200;
  letter-spacing: -0.3px;
  padding-bottom: 15px;
  width: 100%;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

.bot-status {
  width: 100%;
  display: block;
  float: left;
  margin-top: 10px;
}

.bot-status ul {
  list-style: none;
  padding: 0;
  margin: 0;
}


.bot-status ul li {
  width: 100%;
  display: block;
  float: left;
  padding: 15px 0;
  border-top: 1px solid #E7ECF3;
}

.bot-status ul li span.head {
  font-size: 14px;
  color: #171A4F;
  font-weight: 500;
  letter-spacing: -0.3px;
  float: left;
  margin-right: 35px;
  width: 80px;
}
.bot-status ul li span.status {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.3px;
  float: left;
}


.bot-status ul li span.status.red {
  color: #C42C2C;
}
.bot-status ul li span.status.green {
  color: #67AE23;
}


.pagination {
  float: left;
}

.pagination ul {
    padding: 0;
    width: 100%;
    text-align: center;
    float: left;
}
.pagination ul li {
    display: inline-block;
    line-height: 48px;
    min-width: 48px;
    margin-right: 10px;
    margin-bottom: 20px;
    background: #fff;
    border-radius: 100px !important;
    font-size: 12px;
    color: #000;
    border: 1px solid #F1F3F6;
    transition: .3s all;
}

.pagination ul li:hover {
    background: #0BA8FF;
    color: #fff;
    border-color: #0BA8FF;
}

.pagination ul li:last-child {
    margin-right: 0;
}
.pagination ul li.active {
    background: #0BA8FF;
    color: #fff;
}
.pagination ul li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 20px;
}


.dashboard-chart {
  width: 100%;
  float: left;
  margin-top: 30px;
}

.chart-container {
  position: relative;
  margin: auto;
  width: 100%;
}


.chart-container ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.chart-container ul li {
  float: left;
  margin-right: 15px;
}

.chart-container ul li:last-child {
  margin-right: 0;
}

.chart-container ul li .color {
  width: 15px;
  height: 15px;
  display: inline-block;
  float: left;
  border-radius: 1px;
  margin-right: 5px;
}

.chart-container ul li .color.credit {
  background-color: #0BA8FF;
}

.chart-container ul li .color.bank {
  background-color: #67AE23;
}

.chart-container ul li .color.mobile {
  background-color: #F5A623;
}

.chart-container ul li .color.other {
  background-color: #9CA7B9;
}

.chart-container ul li .color.total {
  background-color: #d22929;
}

.chart-container ul li span.text {
  color: #24385B;
  font-size: 12px;
  position: relative;
  top: -1px;
  float: left;
}

.graph-labels {
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  margin-top: 15px;
  align-content: center;
}


.user-system-panel {
  width: 100%;
  height: 100%;
  position: absolute;
  display: inline-block;
  float: left;
  background-color: #2516A2;
  background-size: cover;
  background-repeat: no-repeat;
  /*background-image: url('../../img/elements/log-bg@2x.png');*/
}

.account-log-content {
  width: 100%;
  display: block;
  float: left;
  box-shadow: 0 69px 102px 0 rgba(0,0,0,0.35);
  margin-top: 30px;
  margin-bottom: 100px;
}

.account-log-content.full {
  margin: 0;
  height: 100vh;
  box-shadow: none;
}


.account-log-content.full .logform-con {
  height: 100vh;
}

.account-log-content .logform-con {
  width: 100%;
  height: 100%;
  display: block;
  float: left;
  background-color: #F3F6F9;
  position: relative;
  padding: 40px 40px 30px 40px;
  border-radius: 2px 0 0 2px;
}

.account-log-content .logform-con.fixed {
  height: 400px;
}
.account-log-content .logform-con.fixed_two {
  height: 480px;
}

.account-log-content .logform-con .animate {
  -webkit-animation: fadeInUp 1s;
  animation: fadeInUp 1s;
}

.account-log-content .logform-con .logo {
  width: 100px;
  height: 25px;
  margin: 0;
  margin-top: 15px;
}


.account-log-content .logform-con .logo a {
  width: 100%;
  height: 100%;
  display: inline-block;
  float: left;
  background-size: 100%;
  background-repeat: no-repeat;
  background-image: url('../img/logo/logo@2x.png');
}


.account-log-content .logform-con span.page-desc {
  width: 100%;
  display: block;
  float: left;
  font-size: 14px;
  color: #8C97A8;
  font-weight: 200;
  line-height: 20px;
  padding-top: 5px;
  margin-bottom: 30px;
}


.account-log-content .logform-con .other-func {
  width: 100%;
  display: block;
  float: left;
  border-top: 1px solid #E3E7EB;
  padding-top: 20px;
  margin-top: 100px;
}

.account-log-content .logform-con .other-func span.title {
  float: left;
  font-size: 14px;
  color: #8C97A8;
  font-weight: 200;
  padding-right: 5px;
  display: inline-block;
}


.account-log-content .logform-con .other-func a {
  color: #0BA8FF;
  font-weight: 500;
  float: left;
  font-size: 14px;
  transition: .3s all;
}

.account-log-content .logform-con .other-func a:hover {
  color: #0B73FF;
}

.account-log-content .success-content {
  width: 100%;
  display: block;
  float: left;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url('../img/welcome-bg@2x.png');
  position: relative;
  padding: 140px 30px 140px 30px;
}


.account-log-content .success-content span {
  width: 100%;
  display: block;
  float: left;
  text-align: center;
}


.account-log-content .success-content span.ico.animate {
  -webkit-animation: fadeInDown 2s;
  animation: fadeInDown 2s;
}


.account-log-content .success-content span.ico {
  text-align: center;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-content: center;
}


.account-log-content .success-content span.ico i {
  width: 120px;
  height: 120px;
  background-color: #fff;
  display: inline-block;
  float: left;
  border-radius: 100px;
  line-height: 125px;
  font-size: 56px;
  color: #0E37B2;
}


.account-log-content .success-content span.big-head {
  color: #fff;
  font-size: 34px;
  font-weight: 700;
  letter-spacing: -0.8px;
  line-height: 34px;
  padding-bottom: 5px;
  padding-top: 25px;
  -webkit-animation: fadeIn 3s;
  animation: fadeIn 3s;
}

.account-log-content .success-content span.title {
  color: rgba(255,255,255,0.50);
  font-size: 16px;
  font-weight: 200;
  letter-spacing: -0.2px;
  margin-bottom: 30px;
  -webkit-animation: fadeIn 3s;
  animation: fadeIn 3s;
}

.account-log-content .welcome-con {
  width: 100%;
  height: 100%;
  float: left;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url('../img/welcome-bg@2x.png');
  display: none;
  visibility: hidden;
  overflow: hidden;
}

.account-log-content .welcome-con .w-text {
  width: 100%;
  display: block;
  float: left;
  padding: 0 40px;
  position: absolute;
  top: 35%;
  transition: .5s all;
}

.account-log-content .welcome-con.left .w-text {
  -webkit-animation: fadeInLeft 3s;
  animation: fadeInLeft 3s;
}

.account-log-content .welcome-con.right .w-text {
  -webkit-animation: fadeInRight 3s;
  animation: fadeInRight 3s;
}


.account-log-content.register .welcome-con .w-text {
  top: 37%;
}


.account-log-content .welcome-con .w-text span {
  width: 100%;
  display: block;
  float: left;
}


.account-log-content .welcome-con .w-text span.head {
  font-size: 38px;
  letter-spacing: -1.5px;
  color: #fff;
  font-weight: 400;
  line-height: 45px;
}

.account-log-content .welcome-con .w-text span.head b {
  font-weight: 700;
}

.account-log-content .welcome-con .w-text span.title {
  font-size: 24px;
  letter-spacing: -0.5px;
  color: rgba(255,255,255,0.50);
  font-weight: 200;
}

.account-log-content .welcome-con .stats-con {
  position: absolute;
  bottom: 0;
  width: 100%;
  float: left;
  left: 0;
  padding: 30px 40px;
  background-color: #16078F;
  display: none;
  visibility: hidden;
}

.account-log-content .welcome-con .stats-con span.st-head {
  width: 100%;
  display: block;
  float: left;
  color: rgba(255,255,255,0.50);
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  text-align: center;
}

.account-log-content .welcome-con .stats-con .content .item,
.account-log-content .welcome-con .stats-con .content {
  width: 100%;
  display: block;
  float: left;
}

.account-log-content .welcome-con .stats-con .content .item span {
  text-align: center;
}


.account-log-content .welcome-con .stats-con .content .item .count {
  width: 100%;
  display: block;
  float: left;
  text-align: center;
}



.account-log-content .welcome-con .stats-con .content .item span.dollar,
.account-log-content .welcome-con .stats-con .content .item span.counter {
  font-size: 26px;
  color: #fff;
  letter-spacing: -1px;
  font-weight: 700;
  line-height: 34px;
}

.account-log-content .welcome-con .stats-con .content .item span.counter.inherit {
  display: inherit;
}

.account-log-content .welcome-con .stats-con .content .item span.title {
  font-size: 14px;
  color: rgba(255,255,255,0.70);
  font-weight: 300;
  width: 100%;
  display: block;
  float: left;
  text-align: center;
}


@media only screen and (min-width : 768px) {


.account-log-content .welcome-con {
  display: block;
  float: left;
  position: relative;
  visibility: visible;
}


.account-log-content {
  margin-top: 100px;
}

header {
  position: fixed;
}
nav {
  width: 100px;
  float: left;
  left: 0;
  min-height: 100vh;
  visibility: visible;
  opacity: 1;
  display: block;
  overflow: visible;
  max-height: none;
}

.content-wrapper {
  padding: 0px 2%;
  margin-left: 100px;
}

header .mobile-content .m-nav {
  left: 35px;
  display: none;
  visibility: hidden;
}

header .user-panel {
  display: block;
  visibility: visible;
}

header .lang-panel {
  padding-right: 2.8%;
  display: block;
  visibility: visible;
}

main .store-panel {
  display: block;
  visibility: visible;
}


.form-content .element .grid .dropdown {
  margin-bottom: 0;
}

.button-ui.mright {
  margin-right: 15px;
}

.button-ui.mobile {
  width: auto;
}

.button-ui.filmartop {
  margin-top: 25px;
}

}


@media only screen and (min-width : 992px) {

nav {
  width: 150px;
}

.content-wrapper {
  margin-left: 150px;
}

header .mobile-content .m-nav {
  left: 60px;
  display: none;
  visibility: hidden;
}

nav .menu ul.accordion li a {
  padding-right: 30px;
  padding-left: 30px;
}

.form-content a.for-pass {
  padding-top: 15px;
  padding-bottom: 0;
}

footer .f-con ul {
  display: inline-block;
  visibility: visible;
}



.breadcrumb-content .stats .item {
  border-right: 1px solid rgba(255,255,255,0.10);
  border-bottom: none;
}

.breadcrumb-content .stats {
  margin-top: 10px;
}

}


@media only screen and (min-width : 1200px) {

header .logo,
nav {
  width: 250px;
}

header {
  z-index: 3;
}

nav {
  z-index: 4;
}

.content-wrapper {
  margin-left: 250px;
}

header .mobile-content {
  display: none;
  visibility: hidden;
}

header .menu {
  display: inline-block;
  visibility: visible;
}

nav .menu ul.accordion li span.ico {
  float: left;
  margin-right: 14px;
}


nav .menu ul.accordion li span.title {
  float: left;
  width: auto;
  text-align: left;
  display: inline-block;
}


nav .menu span.head {
  display: block;
  margin-top: 30px;
  visibility: visible;
}

nav .menu ul.accordion li a {
  padding: 16px 30px;
}

nav .menu ul.accordion li > div {
  padding: 10px 20px;
}

footer .f-con span.copyright {
  text-align: left;
}

footer .f-con ul.link {
  display: inline-block;
  float: right;
  justify-content: inherit;
  align-content: inherit;
  width: auto;
}

nav .menu ul.accordion > li.acc::after {
  content: '\e801';
  font-family: 'ico-font';
  position: absolute;
  float: left;
  display: inline-block;
  right: 30px;
  top: 12px;
  font-size: 22px;
  color: rgba(255,255,255,0.15);
}



nav .menu ul.accordion li > ul {
  padding: 0 0 0 30px;
  text-align: left;
  width: 100%;
}

nav .menu ul.accordion li > ul > li { 
  line-height: 24px;
}

nav .menu ul.accordion li span.title {
  line-height: 21px;
}

nav .menu ul.accordion li > ul > li > a { 
  padding: 14px 0;
}


}



@media only screen and (min-width : 1400px) {

header .logo {
  width: 350px;
}

nav {
  width: 270px;
}

.content-wrapper {
    margin-left: 270px;
}

nav .menu ul.accordion li > ul {
  padding: 0 0 0 70px;
}

}



@media screen and (max-width: 564px) {
  .table-content table {
    border: 0;
  }
  .table-content table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .table-content table tr {
    display: block;
    height: auto;
    margin-bottom: 10px;
    font-size: 15px;
    background-color: inherit;
    border: 1px solid #E3EAF3;
  }

  .table-content table th,
  .table-content table td {
    padding-left: .625em;
  }

  .table-content table td {
    border-bottom: 1px solid #E3EAF3;
    display: block;
    font-size: 14px;
    text-align: right;
    font-weight: 500;
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
  }

  .table-content table td.wallet {
    text-align: center;
  }
  .table-content table td:before {
    content: attr(data-label);
    float: left;
    color: #9CA7B9;
    text-transform: uppercase;
    font-weight: 700;
  }
  .table-content table td:last-child {
    border-bottom: 0;
  }

  .table-content table tr td span.btn {
    width: 100%;
    position: relative;
 
    color: #fff;
  }

  .table-content table tr td span.btn.green{
    background-color: #67AE23;
    color: #fff;
  }
  .table-content table tr td span.btn.red{
    background-color: #d22929;
    color: #fff;
  }

  .table-content table tr td span.btn.red{
    background-color: #d22929;
    color: #fff;
  }
  .table-content table tr td span.btn.orange{
    background-color: #F5A623;
    color: #fff;
  }

  .table-content {
    padding: 20px;
  }

}


@media screen and (max-width: 820px) {
  .table-content table.full {
    border: 0;
  }
  .table-content table.full thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .table-content table.full tr {
    display: block;
    height: auto;
    margin-bottom: 10px;
    font-size: 15px;
    background-color: inherit;
    border: 1px solid #E3EAF3;
  }

  .table-content table.full th,
  .table-content table.full td {
    padding-left: .625em;
  }

  .table-content table.full td {
    border-bottom: 1px solid #E3EAF3;
    display: block;
    font-size: 14px;
    text-align: right;
    font-weight: 500;
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
  }

  .table-content table.full td.wallet {
    text-align: center;
  }
  .table-content table.full td:before {
    content: attr(data-label);
    float: left;
    color: #9CA7B9;
    text-transform: uppercase;
    font-weight: 700;
  }
  .table-content table.full td:last-child {
    border-bottom: 0;
  }


  .table-content {
    padding: 20px;
  }

}


@media only screen and (min-width : 1200px) and (max-width: 1206px) {
  .button-ui.small {
    font-size: 13px;
  }
}


.card-title{
  text-align: center;
}

.label {
  display: inline-block;
  font-size:12px;
  color: white;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 4px 10px 4px 10px;
}
.label-success {background-color: #4CAF50;} /* Green */
.label-info {background-color: #2196F3;} /* Blue */
.label-warning {background-color: #ff9800;} /* Orange */
.label-danger {background-color: #f44336;} /* Red */ 
.label-other {background-color: #e7e7e7; color: black;} /* Gray */




.payment-type {
  display: inline-block;
  font-size:12px;
  color: white;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 4px;
  width:100%;
  text-align:center;
}
.payment-mobile {background-color: #f5a623;}
.payment-credit-card {background-color: #0ba8ff;} 
.payment-bank {background-color: #67ae23;} /*16a085*/
.payment-other {background-color: #9ca7b9;} 

/* d-flex */
@media screen and (max-width: 564px) {
  .payment-type {
    width:unset;
    text-align:unset;
  }
}

.d-none {
	display: none!important
}

.d-inline {
	display: inline!important
}

.d-inline-block {
	display: inline-block!important
}

.d-block {
	display: block!important
}

.d-table {
	display: table!important
}

.d-table-row {
	display: table-row!important
}

.d-table-cell {
	display: table-cell!important
}

.d-flex {
	display: -ms-flexbox!important;
	display: flex!important
}

.d-inline-flex {
	display: -ms-inline-flexbox!important;
	display: inline-flex!important
}

@media (min-width:576px) {
	.d-sm-none {
		display: none!important
	}
	.d-sm-inline {
		display: inline!important
	}
	.d-sm-inline-block {
		display: inline-block!important
	}
	.d-sm-block {
		display: block!important
	}
	.d-sm-table {
		display: table!important
	}
	.d-sm-table-row {
		display: table-row!important
	}
	.d-sm-table-cell {
		display: table-cell!important
	}
	.d-sm-flex {
		display: -ms-flexbox!important;
		display: flex!important
	}
	.d-sm-inline-flex {
		display: -ms-inline-flexbox!important;
		display: inline-flex!important
	}
}

@media (min-width:768px) {
	.d-md-none {
		display: none!important
	}
	.d-md-inline {
		display: inline!important
	}
	.d-md-inline-block {
		display: inline-block!important
	}
	.d-md-block {
		display: block!important
	}
	.d-md-table {
		display: table!important
	}
	.d-md-table-row {
		display: table-row!important
	}
	.d-md-table-cell {
		display: table-cell!important
	}
	.d-md-flex {
		display: -ms-flexbox!important;
		display: flex!important
	}
	.d-md-inline-flex {
		display: -ms-inline-flexbox!important;
		display: inline-flex!important
	}
}

@media (min-width:992px) {
	.d-lg-none {
		display: none!important
	}
	.d-lg-inline {
		display: inline!important
	}
	.d-lg-inline-block {
		display: inline-block!important
	}
	.d-lg-block {
		display: block!important
	}
	.d-lg-table {
		display: table!important
	}
	.d-lg-table-row {
		display: table-row!important
	}
	.d-lg-table-cell {
		display: table-cell!important
	}
	.d-lg-flex {
		display: -ms-flexbox!important;
		display: flex!important
	}
	.d-lg-inline-flex {
		display: -ms-inline-flexbox!important;
		display: inline-flex!important
	}
}

@media (min-width:1200px) {
	.d-xl-none {
		display: none!important
	}
	.d-xl-inline {
		display: inline!important
	}
	.d-xl-inline-block {
		display: inline-block!important
	}
	.d-xl-block {
		display: block!important
	}
	.d-xl-table {
		display: table!important
	}
	.d-xl-table-row {
		display: table-row!important
	}
	.d-xl-table-cell {
		display: table-cell!important
	}
	.d-xl-flex {
		display: -ms-flexbox!important;
		display: flex!important
	}
	.d-xl-inline-flex {
		display: -ms-inline-flexbox!important;
		display: inline-flex!important
	}
}

@media print {
	.d-print-none {
		display: none!important
	}
	.d-print-inline {
		display: inline!important
	}
	.d-print-inline-block {
		display: inline-block!important
	}
	.d-print-block {
		display: block!important
	}
	.d-print-table {
		display: table!important
	}
	.d-print-table-row {
		display: table-row!important
	}
	.d-print-table-cell {
		display: table-cell!important
	}
	.d-print-flex {
		display: -ms-flexbox!important;
		display: flex!important
	}
	.d-print-inline-flex {
		display: -ms-inline-flexbox!important;
		display: inline-flex!important
	}
}

/* card */

.card,
.card-header,
.card-footer {
    border-color: #e4e9f0;
    -webkit-border-radius: -webkit-calc(7px - 1px);
            border-radius: calc(7px - 1px);
}

.card-header,
.card-footer,
.card-body {
    background: transparent;
    padding: 1.33rem 1.66rem;
}

@media (max-width: 991px) {
    .card-header,
    .card-footer,
    .card-body {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

.card-header:last-child,
.card-footer:last-child,
.card-body:last-child {
    -webkit-border-radius: 0 0 -webkit-calc(7px - 1px) -webkit-calc(7px - 1px);
            border-radius: 0 0 calc(7px - 1px) calc(7px - 1px);
}

.card-header:first-child,
.card-footer:first-child,
.card-body:first-child {
    -webkit-border-radius: -webkit-calc(7px - 1px) -webkit-calc(7px - 1px) 0 0;
            border-radius: calc(7px - 1px) calc(7px - 1px) 0 0;
}

.card {
    margin-bottom: 0.38rem;
    background: #fff;
}

.card-borderless {
    border-color: transparent !important;
}

.card-solid {
    color: #fff;
    border-color: transparent !important;
}

.card-solid h1,
.card-solid h2,
.card-solid h3,
.card-solid h4,
.card-solid h5,
.card-solid h6 {
    color: #fff;
}

.card-solid .card-header,
.card-solid .card-footer {
    border-color: rgba(255, 255, 255, 0.3);
}

.card-header-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-top: 0;
    padding-bottom: 0;
    min-height: 4.13rem;
}

.card-header-borderless {
    border-color: transparent !important;
}

.card-header-borderless + .card-body {
    padding-top: 0;
}



.card {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid rgba(0, 0, 0, .125);
	border-radius: .25rem
}

.card>hr {
	margin-right: 0;
	margin-left: 0
}

.card>.list-group:first-child .list-group-item:first-child {
	border-top-left-radius: .25rem;
	border-top-right-radius: .25rem
}

.card>.list-group:last-child .list-group-item:last-child {
	border-bottom-right-radius: .25rem;
	border-bottom-left-radius: .25rem
}

.card-body {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 1.25rem
}

.card-title {
	margin-bottom: .75rem
}

.card-subtitle {
	margin-top: -.375rem;
	margin-bottom: 0
}

.card-text:last-child {
	margin-bottom: 0
}

.card-link:hover {
	text-decoration: none
}

.card-link+.card-link {
	margin-left: 1.25rem
}

.card-header {
	padding: .75rem 1.25rem;
	margin-bottom: 0;
	background-color: rgba(0, 0, 0, .03);
	border-bottom: 1px solid rgba(0, 0, 0, .125)
}

.card-header:first-child {
	border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}

.card-header+.list-group .list-group-item:first-child {
	border-top: 0
}

.card-footer {
	padding: .75rem 1.25rem;
	background-color: rgba(0, 0, 0, .03);
	border-top: 1px solid rgba(0, 0, 0, .125)
}

.card-footer:last-child {
	border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
}

.card-header-tabs {
	margin-right: -.625rem;
	margin-bottom: -.75rem;
	margin-left: -.625rem;
	border-bottom: 0
}

.card-header-pills {
	margin-right: -.625rem;
	margin-left: -.625rem
}

.card-img-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 1.25rem
}

.card-img {
	width: 100%;
	border-radius: calc(.25rem - 1px)
}

.card-img-top {
	width: 100%;
	border-top-left-radius: calc(.25rem - 1px);
	border-top-right-radius: calc(.25rem - 1px)
}

.card-img-bottom {
	width: 100%;
	border-bottom-right-radius: calc(.25rem - 1px);
	border-bottom-left-radius: calc(.25rem - 1px)
}

.card-deck {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column
}

.card-deck .card {
	margin-bottom: 15px
}

@media (min-width:576px) {
	.card-deck {
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		margin-right: -15px;
		margin-left: -15px
	}
	.card-deck .card {
		display: -ms-flexbox;
		display: flex;
		-ms-flex: 1 0 0%;
		flex: 1 0 0%;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-right: 15px;
		margin-bottom: 0;
		margin-left: 15px
	}
}

.card-group {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column
}

.card-group>.card {
	margin-bottom: 15px
}

@media (min-width:576px) {
	.card-group {
		-ms-flex-flow: row wrap;
		flex-flow: row wrap
	}
	.card-group>.card {
		-ms-flex: 1 0 0%;
		flex: 1 0 0%;
		margin-bottom: 0
	}
	.card-group>.card+.card {
		margin-left: 0;
		border-left: 0
	}
	.card-group>.card:not(:last-child) {
		border-top-right-radius: 0;
		border-bottom-right-radius: 0
	}
	.card-group>.card:not(:last-child) .card-header,
	.card-group>.card:not(:last-child) .card-img-top {
		border-top-right-radius: 0
	}
	.card-group>.card:not(:last-child) .card-footer,
	.card-group>.card:not(:last-child) .card-img-bottom {
		border-bottom-right-radius: 0
	}
	.card-group>.card:not(:first-child) {
		border-top-left-radius: 0;
		border-bottom-left-radius: 0
	}
	.card-group>.card:not(:first-child) .card-header,
	.card-group>.card:not(:first-child) .card-img-top {
		border-top-left-radius: 0
	}
	.card-group>.card:not(:first-child) .card-footer,
	.card-group>.card:not(:first-child) .card-img-bottom {
		border-bottom-left-radius: 0
	}
}

.card-columns .card {
	margin-bottom: .75rem
}

@media (min-width:576px) {
	.card-columns {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
		-webkit-column-gap: 1.25rem;
		-moz-column-gap: 1.25rem;
		column-gap: 1.25rem;
		orphans: 1;
		widows: 1
	}
	.card-columns .card {
		display: inline-block;
		width: 100%
	}
}


/* colors */

.text-default {
  color: #c3bedc;
}

.text-primary {
  color: #1b55e3;
}

.text-secondary {
  color: #6a7a84;
}

.text-success {
  color: #46be8a;
}

.text-danger {
  color: #fb434a;
}

.text-warning {
  color: #f39834;
}

.text-info {
  color: #0887c9;
}

.text-light {
  color: #f2f4f8;
}

.text-dark {
  color: #161537;
}

.text-white {
  color: #fff;
}

.text-muted {
  color: #aca6cc !important;
}

.text-blue {
  color: #1b55e3;
}

.text-blue-light {
  color: #3d6ee7;
}

.text-red {
  color: #f00;
}

.text-yellow {
  color: #ff0;
}

.text-orange {
  color: #f2a654;
}

.text-gray-1 {
  color: #f2f4f8;
}

.text-gray-2 {
  color: #e4e9f0;
}

.text-gray-3 {
  color: #dde2ec;
}

.text-gray-4 {
  color: #c3bedc;
}

.text-gray-5 {
  color: #aca6cc;
}

.text-gray-6 {
  color: #786fa4;
}

.bg-default {
  background-color: #c3bedc !important;
}

.bg-primary {
  background-color: #1b55e3 !important;
}

.bg-secondary {
  background-color: #1b55e3 !important;
}

.bg-success {
  background-color: #46be8a !important;
}

.bg-danger {
  background-color: #fb434a !important;
}

.bg-warning {
  background-color: #f39834 !important;
}

.bg-info {
  background-color: #0887c9 !important;
}

.bg-light {
  background-color: #f2f4f8 !important;
}

.bg-dark {
  background-color: #161537 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-blue {
  background-color: #1b55e3 !important;
}

.bg-blue-light {
  background-color: #3d6ee7 !important;
}

.bg-red {
  background-color: #f00 !important;
}

.bg-yellow {
  background-color: #ff0 !important;
}

.bg-orange {
  background-color: #f2a654 !important;
}

.bg-gray-1 {
  background-color: #f2f4f8 !important;
}

.bg-gray-2 {
  background-color: #e4e9f0 !important;
}

.bg-gray-3 {
  background-color: #dde2ec !important;
}

.bg-gray-4 {
  background-color: #c3bedc !important;
}

.bg-gray-5 {
  background-color: #aca6cc !important;
}

.bg-gray-6 {
  background-color: #786fa4 !important;
}

.border-default {
  border-color: #c3bedc !important;
}

.border-primary {
  border-color: #1b55e3 !important;
}

.border-secondary {
  border-color: #1b55e3 !important;
}

.border-success {
  border-color: #46be8a !important;
}

.border-danger {
  border-color: #fb434a !important;
}

.border-warning {
  border-color: #f39834 !important;
}

.border-info {
  border-color: #0887c9 !important;
}

.border-light {
  border-color: #f2f4f8 !important;
}

.border-dark {
  border-color: #161537 !important;
}

.border-white {
  border-color: #fff !important;
}

.border-blue {
  border-color: #1b55e3 !important;
}

.border-blue-light {
  border-color: #3d6ee7 !important;
}

.border-red {
  border-color: #f00 !important;
}

.border-yellow {
  border-color: #ff0 !important;
}

.border-orange {
  border-color: #f2a654 !important;
}

.border-gray-1 {
  border-color: #f2f4f8 !important;
}

.border-gray-2 {
  border-color: #e4e9f0 !important;
}

.border-gray-3 {
  border-color: #dde2ec !important;
}

.border-gray-4 {
  border-color: #c3bedc !important;
}

.border-gray-5 {
  border-color: #aca6cc !important;
}

.border-gray-6 {
  border-color: #786fa4 !important;
}


.card-count{
  font-weight: 700;
  font-size:24px;
}

.mr-auto, .mx-auto {
  margin-right: auto !important;
}

.mb-1{
  margin-bottom: 1px;
}
.mb-0{
  margin-bottom: 0px;
}


/*---- MODAL ----*/
.paywant-modal{
  z-index: 99999 !important;
}
.modal-popup-content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,0.70);
  z-index: 100000;
  padding-top: 63px;
  display: block;
  -webkit-animation: fadeIn 0.5s;
  animation: fadeIn 0.5s;
}


.modal-popup-content .modal-head {
  width: 100%;
  display: block;
  float: left;
  font-size: 18px;
  font-weight: 700;
  color: #1C2125;
  padding-bottom: 13px;
  border-bottom: 1px solid rgba(0,0,0,0.05);
}

.modal-popup-content .modal-balance-add {
  width: 100%;
  display: block;
  float: left;
  background-color: #fff;
  border-radius: 2px;
  padding: 20px 30px 30px 30px;
  -webkit-animation: fadeInDown 1s;
  animation: fadeInDown 1s;
}

.modal-popup-content .modal-btn {
  width: 100%;
  display: block;
  float: left;
}

.modal-popup-content .modal-btn .btn {
  width: 100%;
  display: block;
  float: left;
  border-radius: 3px;
  padding: 15px;
  text-align: center;
  color: #fff;
  margin-bottom: 10px;
  transition: .3s all;
}

.modal-popup-content .modal-btn .btn.orange {
  background-color: #f5a022;
}

.modal-popup-content .modal-btn .btn.orange:hover {
  background-color: #d68104;
}

.modal-popup-content .modal-btn .btn.green {
  background-color: #7AB93D;
}

.modal-popup-content .modal-btn .btn.green:hover {
  background-color: #529A0F;
}

@media screen and (min-width: 768px) {
  .hidden-mobile {display:block;}
  .hidden-desktop {display:none;}
}

@media screen and (max-width: 767px) {

  .hidden-mobile {display:none;}
  .hidden-desktop {display:block;}

}

.alert-warning{
  background-color: cornsilk;
}


@media screen and (max-width: 1024px) {

  header .logo{
    width: unset;
  } 


  header .balance-info,header .user-panel .user-content .info,header .lang-panel .lang-content .info{
    /*line-height: unset;*/
  }

  header .user-panel .user-content .dropdown,header .lang-panel .lang-content .dropdown{
  /* top:45px;*/
  }
}

@media screen and (max-width: 576px) {
  .card-count {
    font-size:16px;
  }
}

header .language-choose-toggle.open {
  display: inline-block;
  visibility: visible;
  opacity: 1;
  line-height: unset;
  position: relative;
  top: -20px;
}

@media only screen and (min-width:1200px) {

	header .language-choose {
		display: inline-block;
		visibility: visible
	}
}

@media screen and (min-width: 768px) {
  header .language-choose {
    display: none;
  }
}
