@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,500,600,700,800);
@import url(https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900);
@import url(https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700);
/*Theme Colors*/
/*bootstrap Color*/
/*Normal Color*/
/*Border radius*/
/*Preloader*/
.preloader {
  width: 100%;
  height: 100%;
  top: 0px;
  position: fixed;
  z-index: 99999;
  background: #fff;
}
.preloader .cssload-speeding-wheel {
  position: absolute;
  top: calc(50% - 3.5px);
  left: calc(50% - 3.5px);
}
/* This is for popins font for firefox */
@font-face {
  font-family:'GothamRounded_Bold';
  src: url('../../fonts/GothamRounded-Bold_gdi.eot');
  src: url('../../fonts/GothamRounded-Bold_gdi.eot?#iefix') format('embedded-opentype'),
    url('../../fonts/GothamRounded-Bold_gdi.woff') format('woff'),
    url('../../fonts/GothamRounded-Bold_gdi.ttf') format('truetype'),
    url('../../fonts/GothamRounded-Bold_gdi.svg#GothamRounded-Bold') format('svg');
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-00FE;
}
@font-face {
  font-family:'GothamRounded_Book';
  src: url('../../fonts/GothamRounded-Book_gdi.eot');
  src: url('../../fonts/GothamRounded-Book_gdi.eot?#iefix') format('embedded-opentype'),
    url('../../fonts/GothamRounded-Book_gdi.woff') format('woff'),
    url('../../fonts/GothamRounded-Book_gdi.ttf') format('truetype'),
    url('../../fonts/GothamRounded-Book_gdi.svg#GothamRounded-Book') format('svg');
  
}
@font-face {
  font-family:'GothamRndLight';
  src: url('../../fonts/GothamRnd-Light.otf') format('opentype');
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family:'GothamRoundedMedium';
  src: url('../../fonts/GothamRounded-Medium.ttf') format('truetype');  
  font-style: normal;
  font-stretch: normal;
}
/*Just change your choise color here its theme Colors*/
body {
  background: #fff;
}
/*Top Header Part*/
.logo i {
  color: #ffffff;
}
.top-left-part .light-logo {
  display: inline-block;
}
.top-left-part .dark-logo {
  display: none;
}
.navbar-header {
  background: #4F5467;
}
.navbar-top-links > li > a {
  color: #ffffff;
}
/*
.notify .heartbit{
    border-color:@white;
}
.notify .point{
  background-color:@danger;
}*/
/*Right panel*/
.right-sidebar .rpanel-title {
  background: #fb9678;
}
/*Bread Crumb*/
.bg-title .breadcrumb .active {
  color: #fb9678;
}
/*Sidebar*/
.sidebar {
  background:#222d32!important;
  box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.08);
}
.sidebar .label-custom {
  background: #01c0c8;
}
#side-menu li a {
  color: #54667a;
}
#side-menu li a {
  color: #fff;
  border-left: 0px solid #fff;
}
#side-menu > li > a:hover,
#side-menu > li > a:focus {
  background: rgba(0, 0, 0, 0.03);
}
#side-menu > li > a.active {
  border-left: 3px solid #fb9678;
  color: #fff;
  font-weight: 500;
}
#side-menu > li > a.active i {
  color: #fb9678;
}
#side-menu ul > li > a:hover {
  color: #fb9678;
  background: none;
}
#side-menu ul > li > a.active {
  color: #fb9678;
  font-weight: 500;
}
.sidebar #side-menu .user-pro .nav-second-level a:hover {
  color: #fb9678;
}
/*themecolor*/
.bg-theme {
  background-color: #fb9678 !important;
}
.bg-theme-dark {
  background-color: #01c0c8 !important;
}
/*Chat widget*/
.chat-list .odd .chat-text {
  background: #fb9678;
}
/*Button*/
.btn-custom {
  background: #fb9678;
  border: 1px solid #fb9678;
  color: #ffffff;
}
.btn-custom:hover {
  background: #fb9678;
  opacity: 0.8;
  color: #ffffff;
  border: 1px solid #fb9678;
}
/*Custom tab*/
.customtab li.active a,
.customtab li.active a:hover,
.customtab li.active a:focus {
  border-bottom: 2px solid #fb9678;
  color: #fb9678;
}
.tabs-vertical li.active a,
.tabs-vertical li.active a:hover,
.tabs-vertical li.active a:focus {
  background: #fb9678;
  border-right: 2px solid #fb9678;
}
/*Nav-pills*/
.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
  background: #fb9678;
  color: #ffffff;
}
.merchantwithdraw_size{font-size: 13px;}