@import url(https://unpkg.com/@coreui/coreui@2.1.12/dist/css/coreui.min.css);
@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css);
.logreg-forms {
  width: 412px;
  margin: 10vh auto;
  background-color: #f3f3f3;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1); }
  .logreg-forms form {
    width: 100%;
    max-width: 410px;
    padding: 15px;
    margin: auto; }
  .logreg-forms .form-control {
    position: relative;
    box-sizing: border-box;
    height: auto;
    padding: 10px;
    font-size: 16px; }
    .logreg-forms .form-control:focus {
      z-index: 2; }
  .logreg-forms .form-signin input[type="email"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .logreg-forms .form-signin input[type="password"] {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  .logreg-forms .social-login {
    width: 390px;
    margin: 0 auto;
    margin-bottom: 14px; }
  .logreg-forms .social-btn {
    font-weight: 100;
    color: white;
    width: 190px;
    font-size: 0.9rem; }
  .logreg-forms a {
    display: block;
    padding-top: 10px;
    color: lightseagreen; }
  .logreg-forms .lines {
    width: 200px;
    border: 1px solid red; }
  .logreg-forms button[type="submit"] {
    margin-top: 10px; }
  .logreg-forms .facebook-btn {
    background-color: #3C589C; }
  .logreg-forms .google-btn {
    background-color: #DF4B3B; }
  .logreg-forms .form-reset {
    display: none; }
  .logreg-forms .form-signup {
    display: none; }
    .logreg-forms .form-signup .social-btn {
      width: 210px; }
    .logreg-forms .form-signup input {
      margin-bottom: 2px; }

.form-signup .social-login {
  width: 210px !important;
  margin: 0 auto; }

/* Mobile */
@media screen and (max-width: 500px) {
  #logreg-forms {
    width: 300px; }
    #logreg-forms .social-login {
      width: 200px;
      margin: 0 auto;
      margin-bottom: 10px; }
    #logreg-forms .social-btn {
      font-size: 1.3rem;
      font-weight: 100;
      color: white;
      width: 200px;
      height: 56px; }
      #logreg-forms .social-btn:nth-child(1) {
        margin-bottom: 5px; }
      #logreg-forms .social-btn span {
        display: none; }
    #logreg-forms .facebook-btn:after {
      content: 'Facebook'; }
    #logreg-forms .google-btn:after {
      content: 'Google+'; } }

/*******************
 Breadcrumb and page title
*******************/
.page-titles {
  margin: 15px;
  padding: 0px; }
  .page-titles h3 {
    margin-bottom: 0px;
    margin-top: 0px; }
  .page-titles .breadcrumb-custom {
    padding: 0px;
    margin-bottom: 0px;
    background: transparent;
    font-size: 15px;
    display: flex;
    flex-wrap: wrap;
    padding: 0.75rem 1rem;
    list-style: none;
    border-radius: 0.25rem; }
    .page-titles .breadcrumb-custom li {
      margin-top: 0px;
      margin-bottom: 0px; }
    .page-titles .breadcrumb-custom .breadcrumb-item + .breadcrumb-item::before {
      content: '/';
      font-family: themify;
      color: #a6b7bf; }
    .page-titles .breadcrumb-custom .breadcrumb-item.active {
      color: #99abb4; }

.Upload {
  display: flex;
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  text-align: left;
  overflow: hidden; }

.Content {
  display: flex;
  flex-direction: row;
  padding-top: 16px;
  box-sizing: border-box;
  width: 100%; }

.Files {
  margin-left: 32px;
  align-items: flex-start;
  justify-items: flex-start;
  flex: 1;
  overflow-y: auto; }

.Actions {
  display: flex;
  flex: 1;
  width: 100%;
  align-items: flex-end;
  flex-direction: column; }

.Title {
  margin-bottom: 32px;
  color: #555; }

.Filename {
  margin-bottom: 8px;
  font-size: 16px;
  color: #555;
  padding: 5px; }

.Row {
  flex: 1;
  justify-content: space-between;
  height: 100%;
  padding: 8px;
  overflow: hidden;
  box-sizing: border-box; }
  .Row .thumb {
    width: 100px;
    overflow: hidden;
    float: left;
    padding: 5px; }
    .Row .thumb img {
      max-width: 100%; }

.CheckIcon {
  opacity: 0.5;
  margin-left: 32px; }

.ProgressWrapper {
  display: flex;
  flex: 1;
  flex-direction: row;
  align-items: center; }

button {
  font-family: 'Roboto medium', sans-serif;
  font-size: 14px;
  display: inline-block;
  height: 36px;
  min-width: 88px;
  padding: 6px 16px;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 0;
  border-radius: 2px;
  background: #673ab7;
  color: #fff;
  outline: 0; }
  button:disabled {
    background: #bdbdbd;
    cursor: default; }

.Dropzone {
  height: 200px;
  width: 200px;
  background-color: #fff;
  border: 2px dashed #bbbaba;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 16px; }

.Highlight {
  background-color: #bcb9ec; }

.Icon {
  opacity: 0.3;
  height: 64px;
  width: 64px; }

.FileInput {
  display: none; }

.ProgressBar {
  width: 100%;
  height: 8px;
  background-color: #b79be5;
  border-radius: 5px; }

.Progress {
  background-color: #673ab7;
  height: 100%;
  margin: 0;
  border-radius: 5px; }

.App {
  text-align: center;
  background-color: #ced5df;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: calc(10px + 2vmin); }

.Card {
  background-color: white;
  padding: 32px;
  width: 50%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.11), 0 5px 15px 0 rgba(0, 0, 0, 0.08);
  box-sizing: border-box; }

.content {
  padding: 20px;
  min-height: 500px; }

body {
  background: #ffffff; }

.sidebar-custom {
  height: 100% !important;
  transition: none; }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px; }

.pagination > li {
  display: inline; }

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

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0; }

.pagination > li > a:hover,
.pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd; }

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

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed; }

.files {
  position: relative; }
  .files ::before {
    position: absolute;
    bottom: 10px;
    left: 0;
    pointer-events: none;
    width: 100%;
    right: 0;
    height: 57px;
    content: ' or drag it here. ';
    display: block;
    margin: 0 auto;
    color: #2ea591;
    font-weight: 600;
    text-transform: capitalize;
    text-align: center; }
  .files input {
    outline: 2px dashed #92b0b3;
    outline-offset: -10px;
    -webkit-transition: outline-offset 0.15s ease-in-out, background-color 0.15s linear;
    transition: outline-offset 0.15s ease-in-out, background-color 0.15s linear;
    padding: 120px 0px 85px 35%;
    text-align: center !important;
    margin: 0;
    width: 100% !important; }
  .files ::after {
    pointer-events: none;
    position: absolute;
    top: 60px;
    left: 0;
    width: 50px;
    right: 0;
    height: 56px;
    content: '';
    background-image: url(https://image.flaticon.com/icons/png/128/109/109612.png);
    display: block;
    margin: 0 auto;
    background-size: 100%;
    background-repeat: no-repeat; }

/*header*/
header {
  top: -1px; }

/*footer*/
.sidebar-show footer {
  width: calc(100% - 200px); }

footer {
  width: 100%;
  background-color: #263238;
  padding: 10px 0px 25px 0px; }

.pt2 {
  padding-top: 40px;
  margin-bottom: 20px; }

footer p {
  font-size: 13px;
  padding-bottom: 0px;
  margin-bottom: 8px; }

.mb10 {
  padding-bottom: 15px; }

.footer_ul_amrc {
  margin: 0px;
  list-style-type: none;
  font-size: 14px;
  padding: 0px 0px 10px 0px; }

.footer_ul_amrc li {
  padding: 0px 0px 5px 0px; }

.fleft {
  float: left; }

.padding-right {
  padding-right: 10px; }

.footer_ul2_amrc {
  margin: 0px;
  list-style-type: none;
  padding: 0px; }

.footer_ul2_amrc li p {
  display: table; }

.footer_ul2_amrc li a:hover {
  text-decoration: none; }

.footer_ul2_amrc li i {
  margin-top: 5px; }

.bottom_border {
  border-bottom: 1px solid #323f45;
  padding-bottom: 20px; }

.foote_bottom_ul_amrc {
  list-style-type: none;
  padding: 0px;
  display: table;
  margin-top: 10px;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto; }

.foote_bottom_ul_amrc li {
  display: inline; }

.foote_bottom_ul_amrc li a {
  color: #999;
  margin: 0 12px; }

.social_footer_ul {
  display: table;
  margin: 15px auto 0 auto;
  list-style-type: none; }

.social_footer_ul li {
  padding-left: 20px;
  padding-top: 10px;
  float: left; }

.social_footer_ul li a {
  color: #ccc;
  border: 1px solid #ccc;
  padding: 8px;
  border-radius: 50%; }

.social_footer_ul li i {
  width: 20px;
  height: 20px;
  text-align: center; }

a {
  cursor: pointer; }

.app-footer {
  position: fixed;
  bottom: 0;
  z-index: 3; }

.main .container-fluid {
  padding-bottom: 50px; }

.item-img {
  max-width: 20% !important;
  flex: 20% !important; }
  .item-img .box-img {
    border: solid 1px #9a9a9a;
    padding: 3px;
    position: relative;
    height: 180px; }
    .item-img .box-img img {
      width: 100%;
      object-fit: cover;
      position: absolute;
      top: 0;
      left: 0;
      padding: 5px; }
  .item-img .box-edit {
    position: absolute;
    right: 4px;
    line-height: 0;
    padding: 3px;
    border: solid 1px #262a2e;
    cursor: pointer;
    z-index: 1000; }
    .item-img .box-edit:hover {
      background: #262a2e;
      color: #fff; }

.info-sell-item img {
  padding: 4px;
  border: solid 1px #ccc; }

.info-sell-item ul {
  list-style: none; }
  .info-sell-item ul li strong,
  .info-sell-item ul li p {
    display: inline-block;
    font-size: 18px; }
  .info-sell-item ul li p {
    margin-left: 4px; }

.info-sell-item .box-detail-pay ul {
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 8px; }
  .info-sell-item .box-detail-pay ul li {
    padding: 5px; }
    .info-sell-item .box-detail-pay ul li p {
      margin: 0;
      margin-left: 4px; }
    .info-sell-item .box-detail-pay ul li .btn {
      margin-right: 4px; }

.form-filter {
  margin-bottom: 10px; }

.navbar-header {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 155px;
  height: 55px;
  padding: 0;
  margin-right: 0;
  background-color: transparent;
  font-size: 1.09375rem;
  line-height: inherit;
  white-space: nowrap; }

