@charset "UTF-8";
:root {
  font-family: "Open Sans", sans-serif !important;
  font-weight: 400;
}

body {
  background: #3c4a5e;
}

.container-fluid {
  padding-left: 290px;
  padding-right: 25px;
}
@media (max-width: 991px) {
  .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.scrollbar-thumb {
  background: #364354 !important;
}

.min-height {
  min-height: 95vh;
}

@media (min-width: 1399px) {
  .container {
    max-width: 1380px;
  }
}

@media (max-width: 1199px) {
  .container {
    width: 100% !important;
    max-width: 96% !important;
  }
}
@media (max-width: 767px) {
  .container {
    width: 100% !important;
    max-width: 100% !important;
  }
}

.dropzone {
  font-size: 21px;
  text-align: center;
  padding-top: 41px;
  background: #323e4e;
  color: #ebf3fb;
  border-color: #323e4e !important;
}
.dropzone .dz-message {
  margin: 0;
}
.dropzone h2 {
  font-size: 19px;
}
.dropzone .fa-upload {
  font-size: 40px;
}

.alert {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
}
@media (max-width: 575px) {
  .alert {
    font-size: 0.75rem;
  }
}
.alert p {
  margin-bottom: 0;
}

.btn-wait .spinner-border {
  width: 15px;
  height: 15px;
  position: relative;
  top: -5px;
}

html, body {
  overflow-x: hidden;
}

body {
  font-family: "Open Sans", sans-serif;
  padding-right: 0;
}

.modal {
  padding-right: 0;
}

label.error, .label-error {
  color: #f8050b;
  font-size: 0.875rem;
  font-weight: 400;
}
@media (max-width: 575px) {
  label.error, .label-error {
    font-size: 0.75rem;
  }
}

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths,
.col-xl-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  z-index: 0;
}

.col-xl-5ths {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1199px) {
  .col-xl-5ths {
    padding-right: 10px;
    padding-left: 10px;
  }
}

.col-xs-5ths {
  width: 20%;
  float: left;
}

@media (min-width: 768px) {
  .col-sm-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-lg-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-xl-5ths {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
.col-1point5, .col-sm-1point5, .col-md-1point5, .col-lg-1point5,
.col-2point5, .col-sm-2point5, .col-md-2point5, .col-lg-2point5,
.col-3point5, .col-sm-3point5, .col-md-3point5, .col-lg-3point5,
.col-4point5, .col-sm-4point5, .col-md-4point5, .col-lg-4point5,
.col-5point5, .col-sm-5point5, .col-md-5point5, .col-lg-5point5,
.col-6point5, .col-sm-6point5, .col-md-6point5, .col-lg-6point5,
.col-7point5, .col-sm-7point5, .col-md-7point5, .col-lg-7point5,
.col-8point5, .col-sm-8point5, .col-md-8point5, .col-lg-8point5,
.col-9point5, .col-sm-9point5, .col-md-9point5, .col-lg-9point5,
.col-10point5, .col-sm-10point5, .col-md-10point5, .col-lg-10point5,
.col-11point5, .col-sm-11point5, .col-md-11point5, .col-lg-11point5,
.col-point5, .col-sm-point5, .col-md-point5, .col-lg-point5 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  z-index: 0;
}

.col-xl-1point5,
.col-xl-2point5,
.col-xl-3point5,
.col-xl-4point5,
.col-xl-5point5,
.col-xl-6point5,
.col-xl-7point5,
.col-xl-8point5,
.col-xl-9point5,
.col-xl-10point5,
.col-xl-11point5,
.col-xl-point5 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  z-index: 0;
}

@media (max-width: 576px) {
  .col-point5 {
    width: 4.16666667%;
  }

  .col-11point5 {
    width: 95.83333334%;
  }

  .col-10point5 {
    width: 87.5%;
  }

  .col-9point5 {
    width: 79.16666667%;
  }

  .col-8point5 {
    width: 70.83333334%;
  }

  .col-7point5 {
    width: 62.5%;
  }

  .col-6point5 {
    width: 54.16666667%;
  }

  .col-5point5 {
    width: 45.83333334%;
  }

  .col-4point5 {
    width: 37.5%;
  }

  .col-3point5 {
    width: 29.16666667%;
  }

  .col-2point5 {
    width: 20%;
  }

  .col-1point5 {
    width: 12.5%;
  }

  .col-point5 {
    flex: 0 0 4.16666667%;
    max-width: 4.16666667%;
  }

  .col-11point5 {
    flex: 0 0 95.83333334%;
    max-width: 95.83333334%;
  }

  .col-10point5 {
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }

  .col-9point5 {
    flex: 0 0 79.16666667%;
    max-width: 79.16666667%;
  }

  .col-8point5 {
    flex: 0 0 70.83333334%;
    max-width: 70.83333334%;
  }

  .col-7point5 {
    flex: 0 0 62.5%;
    max-width: 62.5%;
  }

  .col-6point5 {
    flex: 0 0 54.16666667%;
    max-width: 54.16666667%;
  }

  .col-5point5 {
    flex: 0 0 45.83333334%;
    max-width: 45.83333334%;
  }

  .col-4point5 {
    flex: 0 0 37.5%;
    max-width: 37.5%;
  }

  .col-3point5 {
    flex: 0 0 29.16666667%;
    max-width: 29.16666667%;
  }

  .col-2point5 {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .col-1point5 {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
@media (min-width: 576px) {
  .col-sm-point5 {
    width: 4.16666667%;
  }

  .col-sm-11point5 {
    width: 95.83333334%;
  }

  .col-sm-10point5 {
    width: 87.5%;
  }

  .col-sm-9point5 {
    width: 79.16666667%;
  }

  .col-sm-8point5 {
    width: 70.83333334%;
  }

  .col-sm-7point5 {
    width: 62.5%;
  }

  .col-sm-6point5 {
    width: 54.16666667%;
  }

  .col-sm-5point5 {
    width: 45.83333334%;
  }

  .col-sm-4point5 {
    width: 37.5%;
  }

  .col-sm-3point5 {
    width: 29.16666667%;
  }

  .col-sm-2point5 {
    width: 20%;
  }

  .col-sm-1point5 {
    width: 12.5%;
  }

  .col-sm-point5 {
    flex: 0 0 4.16666667%;
    max-width: 4.16666667%;
  }

  .col-sm-11point5 {
    flex: 0 0 95.83333334%;
    max-width: 95.83333334%;
  }

  .col-sm-10point5 {
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }

  .col-sm-9point5 {
    flex: 0 0 79.16666667%;
    max-width: 79.16666667%;
  }

  .col-sm-8point5 {
    flex: 0 0 70.83333334%;
    max-width: 70.83333334%;
  }

  .col-sm-7point5 {
    flex: 0 0 62.5%;
    max-width: 62.5%;
  }

  .col-sm-6point5 {
    flex: 0 0 54.16666667%;
    max-width: 54.16666667%;
  }

  .col-sm-5point5 {
    flex: 0 0 45.83333334%;
    max-width: 45.83333334%;
  }

  .col-sm-4point5 {
    flex: 0 0 37.5%;
    max-width: 37.5%;
  }

  .col-sm-3point5 {
    flex: 0 0 29.16666667%;
    max-width: 29.16666667%;
  }

  .col-sm-2point5 {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .col-sm-1point5 {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
@media (min-width: 768px) {
  .col-md-point5 {
    width: 4.16666667%;
  }

  .col-md-11point5 {
    width: 95.83333334%;
  }

  .col-md-10point5 {
    width: 87.5%;
  }

  .col-md-9point5 {
    width: 79.16666667%;
  }

  .col-md-8point5 {
    width: 70.83333334%;
  }

  .col-md-7point5 {
    width: 62.5%;
  }

  .col-md-6point5 {
    width: 54.16666667%;
  }

  .col-md-5point5 {
    width: 45.83333334%;
  }

  .col-md-4point5 {
    width: 37.5%;
  }

  .col-md-3point5 {
    width: 29.16666667%;
  }

  .col-md-2point5 {
    width: 20%;
  }

  .col-md-1point5 {
    width: 12.5%;
  }

  .col-md-point5 {
    flex: 0 0 4.16666667%;
    max-width: 4.16666667%;
  }

  .col-md-11point5 {
    flex: 0 0 95.83333334%;
    max-width: 95.83333334%;
  }

  .col-md-10point5 {
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }

  .col-md-9point5 {
    flex: 0 0 79.16666667%;
    max-width: 79.16666667%;
  }

  .col-md-8point5 {
    flex: 0 0 70.83333334%;
    max-width: 70.83333334%;
  }

  .col-md-7point5 {
    flex: 0 0 62.5%;
    max-width: 62.5%;
  }

  .col-md-6point5 {
    flex: 0 0 54.16666667%;
    max-width: 54.16666667%;
  }

  .col-md-5point5 {
    flex: 0 0 45.83333334%;
    max-width: 45.83333334%;
  }

  .col-md-4point5 {
    flex: 0 0 37.5%;
    max-width: 37.5%;
  }

  .col-md-3point5 {
    flex: 0 0 29.16666667%;
    max-width: 29.16666667%;
  }

  .col-md-2point5 {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .col-md-1point5 {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
@media (min-width: 992px) {
  .col-lg-point5 {
    width: 4.16666667%;
  }

  .col-lg-11point5 {
    width: 95.83333334%;
  }

  .col-lg-10point5 {
    width: 87.5%;
  }

  .col-lg-9point5 {
    width: 79.16666667%;
  }

  .col-lg-8point5 {
    width: 70.83333334%;
  }

  .col-lg-7point5 {
    width: 62.5%;
  }

  .col-lg-6point5 {
    width: 54.16666667%;
  }

  .col-lg-5point5 {
    width: 45.83333334%;
  }

  .col-lg-4point5 {
    width: 37.5%;
  }

  .col-lg-3point5 {
    width: 29.16666667%;
  }

  .col-lg-2point5 {
    width: 20%;
  }

  .col-lg-1point5 {
    width: 12.5%;
  }

  .col-lg-point5 {
    flex: 0 0 4.16666667%;
    max-width: 4.16666667%;
  }

  .col-lg-11point5 {
    flex: 0 0 95.83333334%;
    max-width: 95.83333334%;
  }

  .col-lg-10point5 {
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }

  .col-lg-9point5 {
    flex: 0 0 79.16666667%;
    max-width: 79.16666667%;
  }

  .col-lg-8point5 {
    flex: 0 0 70.83333334%;
    max-width: 70.83333334%;
  }

  .col-lg-7point5 {
    flex: 0 0 62.5%;
    max-width: 62.5%;
  }

  .col-lg-6point5 {
    flex: 0 0 54.16666667%;
    max-width: 54.16666667%;
  }

  .col-lg-5point5 {
    flex: 0 0 45.83333334%;
    max-width: 45.83333334%;
  }

  .col-lg-4point5 {
    flex: 0 0 37.5%;
    max-width: 37.5%;
  }

  .col-lg-3point5 {
    flex: 0 0 29.16666667%;
    max-width: 29.16666667%;
  }

  .col-lg-2point5 {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .col-lg-1point5 {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
@media (min-width: 1200px) {
  .col-xl-point5 {
    width: 4.16666667%;
  }

  .col-xl-11point5 {
    width: 95.83333334%;
  }

  .col-xl-10point5 {
    width: 87.5%;
  }

  .col-xl-9point5 {
    width: 79.16666667%;
  }

  .col-xl-8point5 {
    width: 70.83333334%;
  }

  .col-xl-7point5 {
    width: 62.5%;
  }

  .col-xl-6point5 {
    width: 54.16666667%;
  }

  .col-xl-5point5 {
    width: 45.83333334%;
  }

  .col-xl-4point5 {
    width: 37.5%;
  }

  .col-xl-3point5 {
    width: 29.16666667%;
  }

  .col-xl-2point5 {
    width: 20%;
  }

  .col-xl-1point5 {
    width: 12.5%;
  }

  .col-xl-point5 {
    flex: 0 0 4.16666667%;
    max-width: 4.16666667%;
  }

  .col-xl-11point5 {
    flex: 0 0 95.83333334%;
    max-width: 95.83333334%;
  }

  .col-xl-10point5 {
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }

  .col-xl-9point5 {
    flex: 0 0 79.16666667%;
    max-width: 79.16666667%;
  }

  .col-xl-8point5 {
    flex: 0 0 70.83333334%;
    max-width: 70.83333334%;
  }

  .col-xl-7point5 {
    flex: 0 0 62.5%;
    max-width: 62.5%;
  }

  .col-xl-6point5 {
    flex: 0 0 54.16666667%;
    max-width: 54.16666667%;
  }

  .col-xl-5point5 {
    flex: 0 0 45.83333334%;
    max-width: 45.83333334%;
  }

  .col-xl-4point5 {
    flex: 0 0 37.5%;
    max-width: 37.5%;
  }

  .col-xl-3point5 {
    flex: 0 0 29.16666667%;
    max-width: 29.16666667%;
  }

  .col-xl-2point5 {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .col-xl-1point5 {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
.modal-dialog {
  min-height: calc(100vh - 60px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: auto;
}
@media (max-width: 768px) {
  .modal-dialog {
    min-height: calc(100vh - 20px);
  }
}

.flex-between {
  width: 100%;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (min-width: 575px) {
  .flex-sm-between {
    width: 100%;
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

@media (min-width: 767px) {
  .flex-md-between {
    width: 100%;
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

@media (min-width: 991px) {
  .flex-lg-between {
    width: 100%;
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

.flex-center {
  display: -ms-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}

.color-green {
  color: #4ad395 !important;
}

.color-red {
  color: #f8050b !important;
}

.color-dark-red {
  color: #b0130a !important;
}

.background-red {
  background: #f8050b !important;
  color: #fff;
}

.btn:focus {
  box-shadow: none;
}

.form-control {
  font-family: "Open Sans", sans-serif;
}

.custom-control {
  margin-bottom: 2px;
  line-height: 21px;
  min-height: inherit;
  margin-top: 12px;
}
.custom-control .req {
  font-size: 16px;
  position: relative;
  top: 4px;
  color: #f95432;
}
.custom-control.fill-checkbox .fill-control-input {
  display: none;
}
.custom-control.fill-checkbox .fill-control-input:checked ~ .fill-control-indicator {
  background-color: #f95432;
  border-color: #f95432;
  background-size: 70%;
}
.custom-control.fill-checkbox .fill-control-indicator {
  border-radius: 3px;
  display: inline-block;
  position: absolute;
  top: 4px;
  left: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #aaa;
  transition: 0.3s;
  background: transperent;
  background-size: 0%;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='white' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}
@media (max-width: 767px) {
  .custom-control.fill-checkbox .fill-control-indicator {
    top: 3px;
  }
}
.custom-control.fill-checkbox .fill-control-description {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 15px;
  display: inline-block;
  line-height: 20px;
  text-transform: none;
}
.custom-control.fill-checkbox .fill-control-description a {
  color: #ebf3fb;
  text-decoration: underline;
}

input.form-control {
  box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.025);
  height: 45px;
  font-size: 0.9375rem;
  background: #46576d;
  color: #ebf3fb !important;
  border: 1px solid #46576d !important;
}
input.form-control::-moz-placeholder {
  color: #ebf3fb;
}
input.form-control:-ms-input-placeholder {
  color: #ebf3fb;
}
input.form-control::placeholder {
  color: #ebf3fb;
}
input.form-control:focus {
  background: #46576d !important;
}
input.form-control:not(:-moz-read-only):focus {
  background: #f9fafa;
}
input.form-control:not(:read-only):focus {
  background: #f9fafa;
}
input.form-control:-moz-read-only {
  cursor: not-allowed;
}
input.form-control:read-only {
  cursor: not-allowed;
}
input.form-control:focus {
  border-color: #BFBFBF;
  box-shadow: none;
}
input.form-control:focus-visible {
  text-shadow: none;
}
input.form-control::-moz-placeholder {
  color: #ebf3fb;
}
input.form-control:-ms-input-placeholder {
  color: #ebf3fb;
}
input.form-control::placeholder {
  color: #ebf3fb;
}

.form-control:disabled, .form-control[readonly] {
  background: #46576d;
}

select.form-control {
  background: #46576d;
  border: 1px solid #46576d !important;
  height: 45px;
  font-size: 0.9375rem;
  cursor: pointer;
  color: #ebf3fb !important;
}
select.form-control:focus {
  border-color: #BFBFBF;
  box-shadow: none;
}
select.form-control:focus {
  color: #ebf3fb;
  background: #46576d;
  box-shadow: none;
}
select.form-control::-moz-placeholder {
  color: #ebf3fb;
}
select.form-control:-ms-input-placeholder {
  color: #ebf3fb;
}
select.form-control::placeholder {
  color: #ebf3fb;
}

textarea.form-control {
  background: #46576d;
  border: 1px solid #46576d !important;
  height: 150px;
  color: #ebf3fb;
}
textarea.form-control:focus {
  color: #ebf3fb;
  background: #46576d;
  box-shadow: none;
}
textarea.form-control::-moz-placeholder {
  color: #ebf3fb;
}
textarea.form-control:-ms-input-placeholder {
  color: #ebf3fb;
}
textarea.form-control::placeholder {
  color: #ebf3fb;
}

.form-group label {
  font-size: 0.875rem;
  color: #ebf3fb;
  font-weight: 600;
}
.form-group.pwd-group {
  position: relative;
}
.form-group.pwd-group i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 1rem;
  right: 20px;
  color: white;
  cursor: pointer;
}
.form-group.pwd-group i:hover {
  color: #f95432;
}

.custom-check label {
  font-size: 0.75rem;
}
@media (max-width: 358px) {
  .custom-check label {
    font-size: 0.6875rem;
  }
}
.custom-check label span {
  line-height: 1.1;
  width: 88%;
}
.custom-check label span::-moz-selection {
  background: transparent;
}
.custom-check label span::selection {
  background: transparent;
}
.custom-check label span a::-moz-selection {
  background: transparent;
}
.custom-check label span a::selection {
  background: transparent;
}
.custom-check .check {
  display: -ms-flex;
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
  margin: auto;
  margin-left: 0px;
  -webkit-tap-highlight-color: transparent;
  transform: translate3d(0, 0, 0);
}
.custom-check .check:before {
  content: "";
  position: absolute;
  top: -1px;
  left: -3px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: rgba(34, 50, 84, 0.03);
  opacity: 0;
  transition: opacity 0.2s ease;
}
.custom-check .check svg {
  position: relative;
  z-index: 1;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke: #c8ccd4;
  stroke-width: 1.5;
  transform: translate3d(0, 0, 0);
  transition: all 0.2s ease;
  width: 18px;
  height: 18px;
  margin-right: 8px;
}
@media (max-width: 358px) {
  .custom-check .check svg {
    width: 16px;
    height: 16px;
    margin-right: 6px;
  }
}
.custom-check .check svg path {
  stroke-dasharray: 60;
  stroke-dashoffset: 0;
  transition: all 0.25s linear;
  transition-delay: 0.1s;
}
.custom-check .check svg polyline {
  stroke-dasharray: 22;
  stroke-dashoffset: 66;
  transition: all 0.15s linear;
  transition-delay: 0.1s;
}
.custom-check .check:hover:before {
  opacity: 1;
}
.custom-check .check:hover svg {
  stroke: #f95432;
}
.custom-check .check a {
  color: #ebf3fb;
  text-decoration: underline;
}
.custom-check .cbx:checked + .check svg {
  stroke: #f95432;
}
.custom-check .cbx:checked + .check svg path {
  stroke-dashoffset: 60;
  transition-delay: 0;
}
.custom-check .cbx:checked + .check svg polyline {
  stroke-dashoffset: 42;
}
.select-box {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 auto;
  font-size: 1rem;
  color: #60666d;
  background: #fff;
}
@media (min-width: 768px) {
  .select-box {
    width: 80%;
  }
}
@media (min-width: 992px) {
  .select-box {
    width: 70%;
  }
}
@media (min-width: 1200px) {
  .select-box {
    width: 50%;
  }
}
.select-box__current {
  position: relative;
  height: 45px;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
}
.select-box__current:focus + .select-box__list {
  opacity: 1;
  -webkit-animation-name: none;
          animation-name: none;
}
.select-box__current:focus + .select-box__list .select-box__option {
  cursor: pointer;
}
.select-box__current:focus .select-box__icon {
  transform: translateY(-50%) rotate(180deg);
}
.select-box__icon {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  width: 14px;
  opacity: 0.3;
  transition: 0.2s ease;
}
.select-box__value {
  display: flex;
}
.select-box__input {
  display: none;
}
.select-box__input:checked + .select-box__input-text {
  display: block;
}
.select-box__input-text {
  display: none;
  width: 100%;
  margin: 0;
  padding: 10px 20px;
  height: 45px;
  font-weight: 600;
}
.select-box__list {
  position: absolute;
  width: 100%;
  padding: 0;
  list-style: none;
  opacity: 0;
  z-index: 1;
  background: #fff;
  -webkit-animation-name: HideList;
          animation-name: HideList;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: step-start;
          animation-timing-function: step-start;
  box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
}
.select-box__option {
  display: block;
  padding: 15px;
  background-color: #fff;
}
.select-box__option:hover, .select-box__option:focus {
  color: #546c84;
  background-color: #fbfbfb;
}

@-webkit-keyframes HideList {
  from {
    transform: scaleY(1);
  }
  to {
    transform: scaleY(0);
  }
}

@keyframes HideList {
  from {
    transform: scaleY(1);
  }
  to {
    transform: scaleY(0);
  }
}
.custom-select-vmz {
  position: relative;
  margin-top: 15px;
}
.custom-select-vmz .form-label {
  position: absolute;
  top: 0;
  max-width: 90%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  left: 0.5rem;
  padding-top: 0.1rem;
  pointer-events: none;
  transform-origin: 0 0;
  transition: all 0.2s ease-out;
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 0;
  transform: translateY(-1rem) translateY(0.3rem) scale(0.8);
  display: block;
  background: #fff;
  padding-left: 1rem;
  padding-right: 1rem;
}
.custom-select-vmz .select-arrow {
  color: #000;
  text-align: center;
  font-size: 0.8rem;
  position: absolute;
  right: 9px;
  top: 9px;
}
.custom-select-vmz .select-arrow:before {
  content: "▼";
}
.custom-select-vmz select {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 15px;
  height: 45px;
  font-size: 0.875rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position-x: 97%;
  background-position-y: 8px;
  background-image: url("data:image/svg+xml;utf8,<svg fill='rgb(204,204,204)' height='30' viewBox='0 0 24 24' width='30' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  cursor: pointer;
}
.custom-select-vmz select:focus {
  box-shadow: none;
}

.qty-wrapper {
  border: 1px solid #ddd;
  border-radius: 15px;
  width: 100px;
  margin-top: 0.5rem;
}
.qty-wrapper span {
  display: -ms-flex;
  display: flex;
}
.qty-wrapper span a {
  width: 40px;
  height: 35px;
  font-size: 1.375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ebf3fb;
  text-decoration: none;
  position: relative;
  z-index: 0;
  top: 1px;
  transition: color 0.2s ease;
}
@media (max-width: 575px) {
  .qty-wrapper span a {
    font-size: 1.125rem;
  }
}
.qty-wrapper span a:hover {
  color: #f95432;
}
.qty-wrapper span a.minus-btn {
  top: -1px;
}
.qty-wrapper span input {
  width: 40px;
  height: 35px;
  padding: 0;
  border: 1px solid #ddd;
  border-top: none;
  border-bottom: none;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 0;
  background: none;
  font-family: "Open Sans", sans-serif;
}

.btn-main {
  position: relative;
  border-radius: 25px;
  color: #fff;
  padding: 0.9rem 3rem;
  font-size: 0.875rem;
  font-weight: 600;
  background: #323e4e;
  text-transform: uppercase;
  transition: background 0.3s ease;
}
.btn-main:hover {
  color: #fff;
  background: #46576d;
}
.btn-main.btn-red {
  background: #f8050b;
}
.btn-main.btn-red:hover {
  background: #fb353a;
}
.btn-main.btn-blue {
  background: #4c5e76;
}
.btn-main.btn-blue:hover {
  background: #607795;
}
.btn-main.btn-green {
  background: #4ad395;
}
.btn-main.btn-green:hover {
  background: #73ddad;
}

.pagination-wrapper {
  display: flex;
  justify-content: center;
}
.pagination-wrapper .pagination {
  margin-bottom: 0;
}
.pagination-wrapper .pagination .page-item {
  margin: 0 3px;
}
.pagination-wrapper .pagination .page-item.active .page-link:after {
  opacity: 1;
}
.pagination-wrapper .pagination .page-item.active .page-link:hover {
  color: #ebf3fb;
}
.pagination-wrapper .pagination .page-item:first-child .page-link:after, .pagination-wrapper .pagination .page-item:last-child .page-link:after {
  display: none;
}
.pagination-wrapper .pagination .page-link {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  border: none;
  display: flex;
  align-items: center;
  height: 100%;
  color: #ebf3fb;
  background: transparent;
  position: relative;
  padding: 0.5rem 1.1rem;
  border: 1px solid white;
}
@media (max-width: 399px) {
  .pagination-wrapper .pagination .page-link {
    padding: 0.5rem 0.85rem;
  }
}
.pagination-wrapper .pagination .page-link:after {
  content: "";
  width: 100%;
  height: 3px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: #f95432;
  opacity: 0.5;
  z-index: -1;
}
.pagination-wrapper .pagination .page-link:hover {
  color: #f95432;
}
.pagination-wrapper .pagination .page-link:focus {
  box-shadow: none;
}

#breadcrumb .breadcrumb {
  background: transparent;
  padding: 0;
  margin-bottom: 0;
  justify-content: center;
  display: inherit;
}
#breadcrumb .breadcrumb-item {
  display: inline;
}
#breadcrumb .breadcrumb-item i {
  font-size: 0.6875rem;
}
#breadcrumb .breadcrumb-item:first-child:before {
  display: none;
}
#breadcrumb .breadcrumb-item:before {
  content: "/";
  position: relative;
  top: 1px;
  float: none;
  padding-right: 0.25rem;
  font-size: 0.75rem;
  color: #ddd;
}
#breadcrumb .breadcrumb-item + .breadcrumb-item {
  padding-left: 0.25rem;
}
#breadcrumb a {
  color: white;
  font-size: 0.75rem;
}

.sub-header {
  margin-bottom: 0.75rem;
}
@media (min-width: 991px) {
  .sub-header {
    padding-top: 33px;
  }
}
.sub-header h1 {
  font-size: 2.1875rem;
  font-weight: 700;
  color: #ebf3fb;
}
@media (max-width: 767px) {
  .sub-header h1 {
    font-size: 1.25rem;
  }
}

header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 999;
  background: #323e4e;
  transition: background 0.2s ease;
}
header.fixed-header {
  box-shadow: 0 0 35px 0 rgba(22, 12, 96, 0.09);
}
@media (max-width: 767px) {
  header {
    box-shadow: 0 0 35px 0 rgba(22, 12, 96, 0.09);
  }
}
header #navigation {
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  header .navbar-brand {
    margin: auto;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  header .navbar-brand img {
    width: 180px;
    height: auto;
  }
}
@media (max-width: 767px) {
  header .navbar-brand img {
    width: 45px;
    height: auto;
  }
}
header #responsive-menu-button,
header .responsive-menu-button {
  display: -ms-flex;
  display: flex;
  align-items: center;
  text-decoration: none;
  position: relative;
  z-index: 1;
  width: 39px;
  height: 30px;
}
@media (min-width: 991px) {
  header #responsive-menu-button,
header .responsive-menu-button {
    margin-left: 25px;
    width: auto;
    height: auto;
  }
}
header #responsive-menu-button .text,
header .responsive-menu-button .text {
  font-size: 0.5rem;
  color: #ebf3fb;
  font-weight: 600;
  display: block;
  text-transform: uppercase;
  position: absolute;
  z-index: 1;
  top: -1px;
  transform: translateY(-50%);
}
@media (max-width: 991px) {
  header #responsive-menu-button .text,
header .responsive-menu-button .text {
    top: 0;
  }
}
@media (max-width: 767px) {
  header #responsive-menu-button .text,
header .responsive-menu-button .text {
    top: 3px;
  }
}
header #responsive-menu-button #nav-icon2,
header .responsive-menu-button #nav-icon2 {
  width: 27px;
  height: 20px;
  position: relative;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
  display: inline-block;
  top: 8px;
  left: -1px;
}
@media (max-width: 991px) {
  header #responsive-menu-button #nav-icon2,
header .responsive-menu-button #nav-icon2 {
    top: 4px;
  }
}
@media (max-width: 767px) {
  header #responsive-menu-button #nav-icon2,
header .responsive-menu-button #nav-icon2 {
    top: 6px;
  }
}
header #responsive-menu-button #nav-icon2.open,
header .responsive-menu-button #nav-icon2.open {
  left: -4px;
}
header #responsive-menu-button #nav-icon2 span,
header .responsive-menu-button #nav-icon2 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 50%;
  background: #ebf3fb;
  opacity: 1;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
header #responsive-menu-button #nav-icon2 span:nth-child(even),
header .responsive-menu-button #nav-icon2 span:nth-child(even) {
  left: 50%;
  border-radius: 0;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}
header #responsive-menu-button #nav-icon2 span:nth-child(odd),
header .responsive-menu-button #nav-icon2 span:nth-child(odd) {
  left: 0px;
  border-radius: 0;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}
header #responsive-menu-button #nav-icon2 span:nth-child(1),
header #responsive-menu-button #nav-icon2 span:nth-child(2),
header .responsive-menu-button #nav-icon2 span:nth-child(1),
header .responsive-menu-button #nav-icon2 span:nth-child(2) {
  top: 0px;
}
header #responsive-menu-button #nav-icon2 span:nth-child(3),
header #responsive-menu-button #nav-icon2 span:nth-child(4),
header .responsive-menu-button #nav-icon2 span:nth-child(3),
header .responsive-menu-button #nav-icon2 span:nth-child(4) {
  top: 7px;
}
header #responsive-menu-button #nav-icon2 span:nth-child(2),
header .responsive-menu-button #nav-icon2 span:nth-child(2) {
  width: 65%;
}
header #responsive-menu-button #nav-icon2 span:nth-child(6),
header .responsive-menu-button #nav-icon2 span:nth-child(6) {
  width: 40%;
}
header #responsive-menu-button #nav-icon2 span:nth-child(5),
header #responsive-menu-button #nav-icon2 span:nth-child(6),
header .responsive-menu-button #nav-icon2 span:nth-child(5),
header .responsive-menu-button #nav-icon2 span:nth-child(6) {
  top: 14px;
}
header #responsive-menu-button #nav-icon2.open span:nth-child(2),
header .responsive-menu-button #nav-icon2.open span:nth-child(2) {
  width: 50%;
}
header #responsive-menu-button #nav-icon2.open span:nth-child(6),
header .responsive-menu-button #nav-icon2.open span:nth-child(6) {
  width: 50%;
}
header #responsive-menu-button #nav-icon2.open span:nth-child(1), header #responsive-menu-button #nav-icon2.open span:nth-child(6),
header .responsive-menu-button #nav-icon2.open span:nth-child(1),
header .responsive-menu-button #nav-icon2.open span:nth-child(6) {
  transform: rotate(45deg);
}
header #responsive-menu-button #nav-icon2.open span:nth-child(2), header #responsive-menu-button #nav-icon2.open span:nth-child(5),
header .responsive-menu-button #nav-icon2.open span:nth-child(2),
header .responsive-menu-button #nav-icon2.open span:nth-child(5) {
  transform: rotate(-45deg);
}
header #responsive-menu-button #nav-icon2.open span:nth-child(1),
header .responsive-menu-button #nav-icon2.open span:nth-child(1) {
  left: 6px;
  top: 4px;
}
header #responsive-menu-button #nav-icon2.open span:nth-child(2),
header .responsive-menu-button #nav-icon2.open span:nth-child(2) {
  left: calc(50% - 1px);
  top: 4px;
}
header #responsive-menu-button #nav-icon2.open span:nth-child(3),
header .responsive-menu-button #nav-icon2.open span:nth-child(3) {
  left: -50%;
  opacity: 0;
}
header #responsive-menu-button #nav-icon2.open span:nth-child(4),
header .responsive-menu-button #nav-icon2.open span:nth-child(4) {
  left: 100%;
  opacity: 0;
}
header #responsive-menu-button #nav-icon2.open span:nth-child(5),
header .responsive-menu-button #nav-icon2.open span:nth-child(5) {
  left: 6px;
  top: 11px;
}
header #responsive-menu-button #nav-icon2.open span:nth-child(6),
header .responsive-menu-button #nav-icon2.open span:nth-child(6) {
  left: calc(50% - 1px);
  top: 11px;
}
@media (min-width: 767px) {
  header .feed-dropdown {
    margin-left: 20px;
  }
}
@media (max-width: 767px) {
  header .feed-dropdown {
    margin-right: 26px;
  }
}
@media (min-width: 991px) and (max-width: 1279px) {
  header .feed-dropdown {
    margin-left: 12px;
    margin-right: 4px;
  }
}
@media (min-width: 991px) {
  header .feed-dropdown img.feed-icon {
    width: 19px;
    display: block;
    margin: auto;
  }
}
@media (min-width: 991px) {
  header .feed-dropdown button {
    color: #fff;
    font-size: 15px;
  }
  header .feed-dropdown button:hover {
    color: #fff;
  }
}
@media (min-width: 991px) and (max-width: 1279px) {
  header .feed-dropdown button {
    font-size: 12px;
  }
}
header .feed-dropdown .dropdown-toggle {
  padding: 0;
}
header .feed-dropdown .dropdown-toggle::after {
  display: none;
}
header .feed-dropdown .dropdown-menu {
  left: -200px;
  right: 0;
  background: #323e4e;
  top: 133%;
  width: 300px;
  border: 1px solid #5b5b5b;
  padding: 0;
}
header .feed-dropdown .dropdown-menu .item {
  display: flex;
  color: #fff;
  padding: 10px 4px;
  text-decoration: none;
  border-bottom: 1px solid #3c4a5e;
}
header .feed-dropdown .dropdown-menu .item:hover {
  background-color: #1e252f;
  transition: all 0.5s;
}
header .feed-dropdown .dropdown-menu .item .author-img {
  width: 20%;
  text-align: center;
}
header .feed-dropdown .dropdown-menu .item .author-img img {
  border-radius: 50%;
}
header .feed-dropdown .dropdown-menu .item .title {
  width: 58%;
  height: 47px;
  overflow: hidden;
  font-size: 14px;
}
header .feed-dropdown .dropdown-menu .item .thumbnail {
  width: 20%;
}
header .feed-dropdown .dropdown-menu .item .thumbnail img {
  border-radius: 6px;
}
header .feed-dropdown .feed-icon {
  filter: brightness(0) invert(1);
}
header .profile-dropdown span.profile {
  display: block;
  color: #fff;
  font-size: 14px;
}
@media (max-width: 767px) {
  header .profile-dropdown span.profile {
    font-size: 12px;
  }
}
header .profile-dropdown .dropdown-menu {
  padding: 0;
  width: 278px;
}
header .profile-dropdown .menu-title {
  margin-bottom: 25px;
  color: #ebf3fb;
  font-size: 18px;
  margin-bottom: 0;
  padding-bottom: 5px;
  padding-left: 15px;
  border: 1px solid #5b5b5b;
  border-bottom: none;
  display: block;
  border-radius: 6px;
  padding-top: 5px;
  background: #9e9e9e;
}
header .profile-dropdown .menu-title img {
  position: relative;
  top: -2px;
  margin-right: 8px;
}
header .profile-dropdown .available_credits {
  background: #2e3948;
  display: block;
  margin-bottom: 0;
  color: #fff;
  border-radius: 6px;
  padding: 6px 0;
  padding-left: 15px;
  text-decoration: none;
}
header .profile-dropdown .available_credits .credits {
  font-size: 16px;
  font-weight: 700;
  color: #ebf3fb;
  display: inline-block;
  text-align: center;
}
header .profile-dropdown .available_credits img {
  position: relative;
  top: -2px;
  margin-right: 10px;
}
header .profile-dropdown .available_credits small {
  padding-left: 33px;
}
header .profile-dropdown .level-box {
  background: #2e3948;
  margin: 0;
  display: block;
  padding: 0;
  padding-left: 0;
  border-radius: 6px;
}
header .profile-dropdown .level-box img {
  position: relative;
  top: -2px;
  margin-right: 10px;
  filter: brightness(0) invert(1);
}
header .profile-dropdown .level-box span.level-title {
  display: block;
}
header .profile-dropdown ul {
  border: 1px solid #3c4a5e;
  border-radius: 6px !important;
  padding: 0;
  background: #2e3948;
  border: 1px solid #5b5b5b;
  margin-bottom: 0;
}
header .profile-dropdown ul li {
  list-style: none;
}
header .profile-dropdown ul li.level-info {
  padding: 10px 0;
  padding-left: 15px;
  color: #9e9e9e;
}
header .profile-dropdown ul li a {
  display: block;
  border-bottom: 1px solid #3c4a5e;
  padding: 10px 0;
  padding-left: 0px;
  padding-left: 15px;
  color: #ebf3fb;
  text-decoration: none;
  border-radius: 6px;
}
header .profile-dropdown ul li a img {
  margin-right: 10px;
}
header .profile-dropdown ul li a:hover {
  color: #f95432;
  transition: all 0.3s;
}
header .profile-dropdown ul li a.active {
  background: #f95432;
}
header .profile-dropdown ul li:last-child a {
  border: none;
}
header form {
  position: relative;
  z-index: 1;
  margin-right: 1rem;
}
@media (max-width: 1249px) {
  header form {
    width: 375px;
  }
}
@media (min-width: 991px) and (max-width: 1399px) {
  header form {
    width: 305px;
  }
}
@media (max-width: 991px) {
  header form.desktop-search {
    display: none !important;
  }
}
header form .form-control.keyword {
  padding-right: 3rem;
  border-radius: 25px;
  padding-left: 1.25rem;
  height: 40px;
  width: 455px !important;
  background: #46576d;
  color: #ebf3fb !important;
  border: 1px solid #46576d !important;
  border-radius: 5px;
}
@media (max-width: 1199px) {
  header form .form-control.keyword {
    width: 100% !important;
  }
}
header form .form-control.keyword::-moz-placeholder {
  color: #929292 !important;
}
header form .form-control.keyword:-ms-input-placeholder {
  color: #929292 !important;
}
header form .form-control.keyword::placeholder {
  color: #929292 !important;
}
header form .form-control.keyword:focus {
  background: #46576d !important;
}
header form .form-control.type {
  border-radius: 25px;
  height: 40px;
  width: 122px !important;
  background: #46576d;
  color: #ebf3fb !important;
  border: 1px solid #46576d !important;
  border-radius: 5px;
  position: absolute;
  right: 50px;
  border-left: 1px solid #323e4e !important;
  border-radius: 0;
}
@media (min-width: 991px) and (max-width: 1249px) {
  header form .form-control.type {
    width: 108px !important;
  }
}
@media (max-width: 1199px) {
  header form .form-control.type {
    right: 60px;
    top: 0;
  }
}
header form .form-control.type::-moz-placeholder {
  color: #ebf3fb;
}
header form .form-control.type:-ms-input-placeholder {
  color: #ebf3fb;
}
header form .form-control.type::placeholder {
  color: #ebf3fb;
}
header form .form-control.type:focus {
  background: #46576d !important;
}
header form .btn-search {
  position: absolute;
  z-index: 1;
  right: 0;
  height: 40px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  color: #f95432;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  font-size: 0.9375rem;
}
@media (max-width: 1199px) {
  header form .btn-search {
    top: 0;
  }
}
header form .btn-search:hover {
  color: #fa694b;
}
@media (max-width: 767px) {
  header .navbar {
    justify-content: center;
    padding: 0 1rem;
  }
}
header .navbar .btn-help {
  padding: 0;
  margin-left: 15px;
  color: #ebf3fb;
  display: inline-block;
}
@media (min-width: 991px) and (max-width: 1279px) {
  header .navbar .btn-help {
    font-size: 12px;
    margin-left: 12px;
  }
}
header .navbar .btn-help img {
  display: block;
  margin: auto;
}
header .navbar .btn-nav {
  padding: 0;
  display: inline-block;
  text-align: center;
  margin-left: 24px;
  color: #ebf3fb;
  text-decoration: none;
  font-size: 15px;
}
@media (min-width: 991px) and (max-width: 1279px) {
  header .navbar .btn-nav {
    font-size: 12px;
    margin-left: 12px;
  }
}
header .navbar .btn-nav img {
  display: block;
  margin: auto;
}
@media (max-width: 575px) {
  header .navbar .btn-nav {
    font-size: 0.6875rem;
    margin-left: 1px;
  }
}
header .navbar .dropdown.profile-dropdown .dropdown-toggle {
  padding: 0;
}
header .navbar .dropdown.profile-dropdown .dropdown-toggle::after {
  display: none;
}
header .navbar .dropdown.profile-dropdown .dropdown-menu {
  left: auto;
  right: -26%;
  background: none;
  top: 104%;
  border: none;
}
header .navbar .dropdown.profile-dropdown .dropdown-menu .dropdown-item {
  color: #fff;
  font-size: 14px;
  padding: 12px 30px;
}
header .navbar .dropdown.profile-dropdown .dropdown-menu .dropdown-item:hover {
  background: none;
}
header .navbar .dropdown.profile-dropdown .dropdown-menu .dropdown-item img {
  position: relative;
  top: -3px;
  margin-right: 5px;
}
header .navbar .nav-item {
  display: -ms-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}
header .navbar .nav-item .btn-register {
  padding: 8px 30px;
  padding-bottom: 6px;
  border-radius: 25px;
  background: #f95432;
  color: #ebf3fb;
  height: 40px;
  font-size: 0.8125rem;
  font-weight: 600;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 1rem;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  header .navbar .nav-item .btn-register {
    font-size: 0.75rem;
    padding: 6px 15px;
  }
}
header .mobile-search-toggle {
  font-size: 0.75rem;
  color: #ebf3fb;
  margin-left: 24px;
  margin-right: 0;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
header .mobile-search-toggle img {
  filter: brightness(0) invert(1);
}
@media (min-width: 991px) {
  header .mobile-search-toggle {
    display: none;
  }
}
header .mobile-login {
  font-size: 0.9375rem;
  color: #ebf3fb;
  display: block;
  text-decoration: none;
  width: 64px;
}
@media (min-width: 991px) {
  header .mobile-login {
    display: none;
  }
}
header .mobile-login i {
  font-size: 0.875rem;
  margin-left: 3px;
}
@media (max-width: 575px) {
  header .mobile-login {
    font-size: 0.6875rem;
    margin-right: -23px;
  }
}
header .mobile-search-form {
  display: block;
  margin-right: 0;
}
@media (min-width: 1499px) {
  header .mobile-search-form {
    display: none !important;
  }
}
@media (max-width: 1499px) {
  header .mobile-search-form {
    display: none;
    position: fixed;
    width: 100%;
    top: 55px;
    z-index: 9999;
  }
}
@media (max-width: 1499px) and (min-width: 767px) {
  header .mobile-search-form {
    top: 82px;
  }
}
@media (max-width: 1499px) {
  header .mobile-search-form.open-search {
    display: block;
  }
}
@media (max-width: 1499px) {
  header .mobile-search-form .keyword {
    width: 100%;
  }
}

.language {
  margin-left: auto;
  margin-right: 18px;
}
.language.show button {
  color: #fff;
  font-size: 14px;
}
.language.show button:hover {
  color: #fff;
}
.language.show button i {
  transform: rotate(180deg);
}
.language.show .dropdown-menu {
  left: 50% !important;
  transform: translate(-50%, 30px) !important;
  right: auto !important;
  margin-top: 0;
}
.language button {
  color: #fff;
  font-size: 0.875rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}
@media (min-width: 991px) and (max-width: 1279px) {
  .language button {
    font-size: 12px;
  }
}
.language button:hover {
  color: #fff;
}
.language button img {
  margin-right: 3px;
  position: relative;
  top: -1px;
}
.language button i {
  margin-left: 3px;
  transition: transform 0.2s ease;
}
.language button:after {
  display: none;
}
.language .dropdown-menu {
  width: auto;
  min-width: auto;
}
.language .dropdown-menu a {
  color: #000;
  font-size: 0.875rem;
  text-align: center;
  padding: 0.25rem 1.5rem;
  transition: color 0.2s ease;
}
.language .dropdown-menu a img {
  margin-right: 3px;
  position: relative;
  top: -1px;
}
.language .dropdown-menu a:hover {
  background: none;
  color: #f95432;
}

#left-fixed {
  position: fixed;
  top: 81px;
  z-index: 1;
  background: #323e4e;
  padding: 8px 0;
  padding-bottom: 30px;
  border-radius: 0;
  height: calc(100vh - 80px);
  width: 260px;
  z-index: 999;
  overflow-y: auto;
  padding-top: 0;
  scrollbar-width: thin !important;
  border: 1px solid #5b5b5b;
}
@media (max-width: 1199px) {
  #left-fixed {
    top: 63px;
  }
}
@media (max-width: 991px) {
  #left-fixed {
    left: -100%;
    transition: all 0.5s;
    top: 55px;
    height: calc(100vh - 103px);
  }
}
#left-fixed.open-menu {
  left: 0%;
}
#left-fixed .language {
  margin-bottom: 10px;
}
#left-fixed .language .dropdown-menu {
  margin-bottom: 0px;
  position: relative !important;
  width: 100%;
  border: none;
  border-top-width: medium;
  border-top-style: none;
  border-top-color: currentcolor;
  padding-top: 0;
  border-radius: 0px !important;
  margin-top: 0px;
  border-bottom: 2px solid #f95432;
}
#left-fixed .language.show .dropdown-menu {
  left: 52% !important;
  transform: translate(-49%, 0px) !important;
}
#left-fixed .navbar-brand {
  text-align: center;
  display: block;
}
#left-fixed .navbar-brand img {
  margin: auto;
}
#left-fixed .category-title {
  color: #ebf3fb;
  border-bottom: 1px solid #5b5b5b;
  display: block;
  padding-left: 10px;
  padding-bottom: 5px;
  margin-bottom: 10px;
  font-size: 14px;
}
#left-fixed .categories {
  margin-bottom: 30px;
}
#left-fixed ul {
  list-style: none;
  padding-left: 0;
}
#left-fixed ul .nav-item .nav-link {
  font-size: 14px;
  color: #ebf3fb;
}
#left-fixed ul .nav-item .nav-link img {
  filter: brightness(0) invert(1);
}
#left-fixed ul .nav-item .nav-link:hover {
  color: #f95432;
}
#left-fixed ul .nav-item .nav-link.active {
  background: #f95432;
  color: #fff;
}
#left-fixed ul .nav-item .nav-link.active .available-credits-time {
  color: #ffffff;
}
#left-fixed ul .main-category {
  font-size: 15px !important;
  color: #ebf3fb;
  position: relative;
  padding-left: 42px;
}
#left-fixed ul .main-category.credits-bought {
  padding-bottom: 0;
}
#left-fixed ul .main-category .credits {
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
  text-align: center;
}
#left-fixed ul .main-category img {
  position: absolute;
  top: 10px;
  left: 17px;
}
#left-fixed ul .available-credits-time {
  color: #f95432;
}
#left-fixed ul .dropdown.show .dropdown-toggle {
  color: #f95432;
  font-weight: 700;
}
#left-fixed ul .dropdown-toggle::after {
  display: none;
}
#left-fixed ul .dropdown-toggle {
  position: relative;
  white-space: normal;
}
#left-fixed ul .dropdown-toggle .fa-angle-down {
  position: absolute;
  top: 14px;
  right: 17px;
}
#left-fixed ul .dropdown-menu {
  transform: translate3d(0px, 0, 0px) !important;
  position: relative !important;
  top: 0px;
  width: 100%;
  border: none;
  padding-top: 0;
  background: #323e4e;
}
#left-fixed ul .dropdown-menu a {
  color: #ebf3fb;
  white-space: normal;
  position: relative;
  padding-left: 41px;
  font-size: 15px;
}
#left-fixed ul .dropdown-menu a i {
  position: absolute;
  top: 8px;
  left: 20px;
}
#left-fixed ul .dropdown-menu a:hover {
  background: none;
  color: #f95432;
}
#left-fixed ul .dropdown-menu a.active {
  background: none;
  color: #f95432;
}

#sidr-main {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #ebf3fb;
}
#sidr-main .mobile-menu-head {
  display: -ms-flex;
  display: flex;
  padding: 15px 20px;
  justify-content: space-between;
  align-items: center;
}
#sidr-main .mobile-menu-head a {
  color: #ebf3fb;
}
#sidr-main .title {
  font-size: 1.125rem;
  font-weight: 600;
  color: #ebf3fb;
  display: block;
  padding-left: 20px;
  border-bottom: none;
}
#sidr-main .expandable-menu li {
  border: none;
  line-height: 45px;
}
#sidr-main .expandable-menu li:hover {
  line-height: 45px;
  box-shadow: none;
}
#sidr-main .expandable-menu li:hover a {
  line-height: 45px;
  box-shadow: none;
}
#sidr-main .expandable-menu li:hover.active {
  line-height: 45px;
  box-shadow: none;
}
#sidr-main .expandable-menu li.active {
  line-height: 45px;
  box-shadow: none;
}
#sidr-main .expandable-menu li a {
  display: -ms-flex;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  white-space: normal;
  padding-left: 20px;
  padding-right: 20px;
  color: #ebf3fb;
  font-size: 0.9375rem;
}
#sidr-main .expandable-menu li a .fa-angle-right {
  transform: rotate(90deg);
  transition: transform 0.2s ease;
}
#sidr-main .expandable-menu li a .fa-angle-right.rotate {
  transform: rotate(-90deg);
}
#sidr-main .expandable-menu li a:not(.selected-cats) i {
  margin-left: auto;
}
#sidr-main .expandable-menu li a.selected-cats i:last-child {
  margin-left: auto;
}
#sidr-main .expandable-menu li a.selected-cats i:first-child {
  margin-left: 0;
  margin-right: 10px;
}
#sidr-main .expandable-menu li a.active {
  color: #f95432;
}
#sidr-main .expandable-menu .sub-menu {
  display: none;
}
#sidr-main .expandable-menu .sub-menu ul {
  border: none;
}
#sidr-main .expandable-menu .sub-menu ul li {
  line-height: 40px;
}
#sidr-main .expandable-menu .sub-menu ul li:hover {
  line-height: 40px;
}
#sidr-main .expandable-menu .sub-menu ul li a {
  color: #ebf3fb;
  font-size: 0.8125rem;
  padding-left: 30px;
  line-height: 40px;
}
#sidr-main form {
  position: relative;
  z-index: 1;
}
#sidr-main form .form-control {
  padding-right: 3rem;
  border-radius: 25px;
  padding-left: 1.25rem;
  height: 40px;
  border: 1px solid #ddd;
}
#sidr-main form .btn-search {
  position: absolute;
  z-index: 1;
  right: 0;
  height: 40px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  color: #f95432;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  font-size: 0.9375rem;
  top: 0;
}
#sidr-main .navbar-nav li {
  border: none;
  line-height: 45px;
  box-shadow: none;
}
#sidr-main .navbar-nav li:hover {
  line-height: 45px;
  box-shadow: none;
}
#sidr-main .navbar-nav li:hover a {
  box-shadow: none;
}
#sidr-main .navbar-nav li a {
  color: #ebf3fb;
  font-size: 0.9375rem;
  padding-left: 30px;
  line-height: 45px;
  padding-left: 20px;
}
#sidr-main .navbar-nav li a.btn-register {
  text-align: left;
}

#home-main {
  padding-top: 100px;
  padding-bottom: 20px;
  background: #f6fafc;
  background: url("/storage/home-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 67px;
  padding-bottom: 0;
}
@media (max-width: 1199px) {
  #home-main {
    padding-top: 94px;
    padding-bottom: 16px;
  }
}
@media (max-width: 575px) {
  #home-main {
    padding-bottom: 20px;
  }
}
@media (min-width: 1199px) {
  #home-main .container-fluid {
    height: 750px;
  }
}
#home-main .container-fluid .row {
  height: 100%;
}
#home-main .container-fluid .row h1 {
  font-size: 1.875rem;
  font-weight: 900;
  color: #ebf3fb;
  font-family: "Rubik", sans-serif;
}
@media (min-width: 767px) {
  #home-main .container-fluid .row h1 {
    font-size: 2.5rem;
  }
}
@media (min-width: 991px) {
  #home-main .container-fluid .row h1 {
    font-size: 2.8125rem;
    text-align: left;
  }
}
@media (max-width: 575px) {
  #home-main .container-fluid .row h1 {
    font-size: 1.5625rem;
  }
}
#home-main .container-fluid .row p {
  max-width: 90%;
  font-size: 0.9375rem;
  color: #ebf3fb;
  margin: 1rem 0;
}
@media (min-width: 767px) {
  #home-main .container-fluid .row p {
    margin: 2rem 0;
  }
}
@media (min-width: 991px) {
  #home-main .container-fluid .row p {
    font-size: 1.0625rem;
  }
}
#home-main .container-fluid .row .btn-action {
  background: #f95432;
  color: #ebf3fb;
  font-size: 19px;
  display: inline-block;
  border-radius: 60px;
  font-weight: 500;
  padding: 10px 20px;
}
@media (max-width: 575px) {
  #home-main .container-fluid .row .btn-action {
    font-size: 1.0625rem;
    padding: 5px 20px;
  }
}

.home-new-books {
  padding: 3rem 0;
  padding-bottom: 1rem;
  padding-top: 25px;
}
@media (min-width: 1199px) {
  .home-new-books {
    padding: 4rem 0;
  }
}
.home-new-books #main-slider {
  padding: 15px 5px;
}
.home-new-books .heading {
  margin-bottom: 1rem;
}
.home-new-books .heading h2 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #ebf3fb;
  margin-bottom: 0.2rem;
}
@media (min-width: 1199px) {
  .home-new-books .heading h2 {
    font-size: 1.875rem;
  }
}
.home-new-books .heading a {
  color: #61666f;
  font-size: 0.75rem;
  text-transform: uppercase;
  display: block;
  text-decoration: none;
  width: 200px;
}
@media (min-width: 1199px) {
  .home-new-books .heading a {
    font-size: 0.8125rem;
  }
}
.home-new-books .heading a:hover {
  color: #f95432;
}
.home-new-books .splide__arrows {
  position: absolute;
  right: 0;
  top: -2.75rem;
}
.home-new-books .splide__arrows .splide__arrow {
  width: 50px;
  height: 50px;
  background: #fff;
  text-align: center;
  line-height: 50px;
  display: inline-block;
  border-radius: 50%;
  box-shadow: 0 0 35px 0 rgba(22, 12, 96, 0.09);
  transition: box-shadow 0.4s;
  font-size: 0.875rem;
}
.home-new-books .splide__arrows .splide__arrow--prev {
  left: -6.5rem;
}
.home-new-books .splide__arrows .splide__arrow--next {
  right: 0;
}
.home-new-books .splide__slide {
  padding-top: 15px;
  padding-bottom: 15px;
}

@media (max-width: 767px) {
  .audio-wrapper.page-holder {
    padding-top: 55px;
  }
}

.audio-detail {
  padding-top: 0;
}
.audio-detail .sub-header {
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  z-index: 1;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 0px;
  padding: 40px 0;
}
@media (max-width: 575px) {
  .audio-detail .sub-header {
    padding: 20px 0;
  }
}
.audio-detail .sub-header:before {
  content: "";
  position: absolute;
  z-index: 1;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
.audio-detail .sub-header .container-fluid {
  position: relative;
  z-index: 2;
}
.audio-detail .sub-header .thumbnail {
  position: relative;
}
.audio-detail .sub-header .thumbnail .free-sticker {
  position: absolute;
  top: 8px;
  left: 8px;
}
.audio-detail .sub-header .thumbnail img {
  border-radius: 6px;
  display: block;
  margin: auto;
  box-shadow: 0px 0px 32px -13px rgba(0, 0, 0, 0.65);
}
.audio-detail .sub-header .category {
  background: #f95432;
  padding: 5px 15px;
  text-align: center;
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  border-radius: 20px;
  color: #fff;
  font-size: 0.6875rem;
}
.audio-detail .sub-header h1 {
  font-size: 1.125rem;
  font-weight: 900;
  color: #fff;
  margin-top: 10px;
}
@media (min-width: 991px) {
  .audio-detail .sub-header h1 {
    font-size: 1.75rem;
  }
}
.audio-detail .sub-header .price {
  color: #fff;
  display: block;
}
.audio-detail .sub-header .audio-duration {
  color: #fff;
  display: block;
  margin-bottom: 5px;
  font-size: 0.8125rem;
}
.audio-detail .sub-header .btn-rent {
  margin-top: 20px;
  background: #f95432;
  width: 224px;
  height: 46px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 2px;
  font-size: 15px;
  font-weight: 600;
  border-radius: 25px;
  color: #fff;
  display: -ms-flex;
  display: flex;
  align-items: center;
  text-decoration: none;
  text-transform: uppercase;
  margin-right: 15px;
}
@media (max-width: 991px) {
  .audio-detail .sub-header .btn-rent {
    font-size: 12px;
    width: auto;
  }
}
@media (max-width: 575px) {
  .audio-detail .sub-header .btn-rent {
    display: block;
    text-align: center;
    line-height: 38px;
    width: 100%;
  }
}
.audio-detail .sub-header .btn-rent .icon {
  background: #fff;
  width: 40px;
  height: 40px;
  font-size: 13px;
  padding-left: 2px;
  padding-top: 2px;
  margin-top: -2px;
  margin-right: 10px;
  border-radius: 50%;
  color: #f95432;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
@media (max-width: 575px) {
  .audio-detail .sub-header .btn-rent .icon {
    display: inline-block;
    margin-top: 0;
  }
}
.audio-detail .sub-header .btn-rent:hover {
  transition: all 0.3;
  box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.65);
}
.audio-detail .sub-header .quick-play {
  margin-top: 20px;
  background: #f95432;
  width: auto;
  height: 46px;
  padding-left: 5px;
  padding-right: 15px;
  padding-top: 2px;
  font-size: 15px;
  font-weight: 600;
  border-radius: 25px;
  color: #fff;
  display: -ms-flex;
  display: flex;
  align-items: center;
  text-decoration: none;
  text-transform: uppercase;
  margin-right: 10px;
}
@media (max-width: 991px) {
  .audio-detail .sub-header .quick-play {
    font-size: 12px;
  }
}
@media (max-width: 575px) {
  .audio-detail .sub-header .quick-play {
    display: block;
    text-align: center;
    line-height: 38px;
    width: 100%;
  }
}
.audio-detail .sub-header .quick-play .icon {
  background: #fff;
  width: 40px;
  height: 40px;
  font-size: 13px;
  padding-left: 2px;
  padding-top: 2px;
  margin-top: -2px;
  margin-right: 10px;
  border-radius: 50%;
  color: #f95432;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
@media (max-width: 575px) {
  .audio-detail .sub-header .quick-play .icon {
    display: inline-block;
    margin-top: 0;
  }
}
.audio-detail .sub-header .quick-play:hover {
  transition: all 0.3;
  box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.65);
}
.audio-detail .sub-header .btn-play-preview {
  background: #fff;
  color: #f95432;
}
.audio-detail .sub-header .btn-play-preview .icon {
  background: #f95432;
  color: #fff;
}
.audio-detail .sub-header .btn-play-preview:hover {
  box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.65);
}
.audio-detail .main-detail {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.audio-detail .main-detail #breadcrumb {
  margin-bottom: 3rem;
  position: relative;
}
.audio-detail .main-detail #breadcrumb a, .audio-detail .main-detail #breadcrumb a span {
  color: #ebf3fb;
  font-size: 0.8125rem;
}
.audio-detail .main-detail .top {
  margin-bottom: 20px;
  position: relative;
}
@media (min-width: 767px) {
  .audio-detail .main-detail .top {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
  }
}
.audio-detail .main-detail .top .author-section {
  color: #fff;
  font-weight: 700;
  font-size: 0.6875rem;
  text-transform: uppercase;
  display: -ms-flex;
  display: flex;
}
.audio-detail .main-detail .top .author-section img {
  border-radius: 50%;
  margin-right: 10px;
  position: relative;
  top: -1px;
  width: 35px;
  height: 35px;
}
.audio-detail .main-detail .top .author-section span {
  display: block;
  margin-right: 25px;
  opacity: 0.8;
  color: #fff;
}
.audio-detail .main-detail .top .author-section a {
  text-decoration: none;
  color: #fff;
  font-size: 0.8125rem;
  margin-right: 15px;
}
.audio-detail .main-detail .top .author-section a .subscribers {
  font-size: 10px;
}
.audio-detail .main-detail .top .subscribe {
  background: #f95432;
  padding: 5px 15px;
  color: #fff;
  text-align: center;
  border-radius: 25px;
  font-size: 15px;
  text-decoration: none;
  margin-left: 10px;
  cursor: pointer;
  display: inline-block;
}
@media (max-width: 767px) {
  .audio-detail .main-detail .top .subscribe {
    margin-top: 5px;
    position: absolute;
    right: 0;
    top: 0;
  }
}
.audio-detail .main-detail .top .unsubscribe {
  background: #323e4e;
  padding: 5px 15px;
  color: #fff;
  text-align: center;
  border-radius: 25px;
  font-size: 15px;
  text-decoration: none;
  margin-left: 10px;
  cursor: pointer;
  display: inline-block;
}
@media (max-width: 767px) {
  .audio-detail .main-detail .top .unsubscribe {
    margin-top: 5px;
    position: absolute;
    right: 0;
    top: 0;
  }
}
.audio-detail .main-detail .top .share-buttons {
  margin-left: auto;
}
@media (min-width: 767px) and (max-width: 1199px) {
  .audio-detail .main-detail .top .share-buttons {
    margin-left: 0;
    margin-top: 10px;
  }
}
@media (max-width: 575px) {
  .audio-detail .main-detail .top .share-buttons {
    display: flex;
  }
}
.audio-detail .main-detail .top .share-buttons .rate {
  background: #fff;
  border-radius: 25px;
  padding: 5px 15px;
  line-height: 24px;
  display: inline-block;
  font-size: 15px;
  color: #323e4e;
}
@media (max-width: 1319px) {
  .audio-detail .main-detail .top .share-buttons .rate {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .audio-detail .main-detail .top .share-buttons .rate {
    font-size: 10px;
    margin: 14px 0;
  }
}
.audio-detail .main-detail .top .share-buttons .rate .fa-star {
  color: #fdd171;
}
.audio-detail .main-detail .top .share-buttons .share {
  background: #fff;
  padding: 6px 15px;
  color: #323e4e;
  text-align: center;
  border-radius: 25px;
  font-size: 15px;
  text-decoration: none;
  margin-left: 10px;
  display: inline-block;
  font-weight: 500;
  align-self: center;
}
@media (max-width: 1319px) {
  .audio-detail .main-detail .top .share-buttons .share {
    font-size: 12px;
  }
}
.audio-detail .main-detail .audio-desc p, .audio-detail .main-detail .audio-desc ul, .audio-detail .main-detail .audio-desc ol, .audio-detail .main-detail .audio-desc a {
  color: white;
  font-size: 1.125rem;
}
.audio-detail .main-detail .audio-desc a {
  color: #f95432;
}
.audio-detail .main-detail .audio-desc .read-more {
  font-size: 0.875rem;
  display: block;
  margin-bottom: 15px;
  color: #61666f;
}
.audio-detail .main-detail .full-desc {
  display: none;
}
.audio-detail .main-detail .audio-timeline {
  background: #323e4e;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 35px 0 rgba(22, 12, 96, 0.09);
}
@media (min-width: 1199px) {
  .audio-detail .main-detail .audio-timeline {
    padding: 20px;
  }
}
.audio-detail .main-detail .audio-timeline h2 {
  font-size: 1.875rem;
  color: #ebf3fb;
  font-weight: 700;
  margin-bottom: 1rem;
}
.audio-detail .main-detail .audio-timeline .breakpoint {
  margin-bottom: 15px;
}
.audio-detail .main-detail .audio-timeline .breakpoint .time {
  display: inline-block;
  background: #f95432;
  padding: 5px 15px;
  border-radius: 25px;
  color: #fff;
  font-size: 0.8125rem;
  margin-right: 12px;
  cursor: pointer;
}
.audio-detail .main-detail .audio-timeline .breakpoint .time:hover {
  background: #333;
}
@media (max-width: 991px) {
  .audio-detail .main-detail .audio-timeline .breakpoint .time {
    font-size: 0.75rem;
    padding: 4px 12px;
  }
}
.audio-detail .main-detail .audio-timeline .breakpoint .title {
  font-size: 1.125rem;
  font-weight: 700;
  color: #ebf3fb;
}
@media (max-width: 991px) {
  .audio-detail .main-detail .audio-timeline .breakpoint .title {
    font-size: 1rem;
  }
}
.audio-detail .main-detail .box {
  background: #323e4e;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 10px;
  border-radius: 10px;
  box-shadow: 0 0 35px 0 rgba(22, 12, 96, 0.09);
  margin-bottom: 20px;
}
.audio-detail .main-detail .box .info {
  font-size: 13px;
  color: #ebf3fb;
  display: block;
  border-bottom: 1px solid #3c4a5e;
  padding-bottom: 5px;
}
.audio-detail .main-detail .box .info span {
  position: relative;
  margin-right: 15px;
}
.audio-detail .main-detail .box .info span:last-child:after {
  background: none;
}
.audio-detail .main-detail .box .info span:after {
  content: "";
  width: 1px;
  background: #fff;
  position: absolute;
  height: 10px;
  top: 3px;
  right: -10px;
}
.audio-detail .main-detail .box .info .hashtags a {
  color: #ebf3fb;
  margin-right: 5px;
}
.audio-detail .main-detail .box .description {
  margin-top: 6px;
  font-size: 15px;
  color: #ebf3fb;
}
.audio-detail .main-detail .box .description p {
  margin-bottom: 0;
}
.audio-detail .main-detail .author-info img {
  border-radius: 50%;
  width: 80%;
  display: block;
  margin: auto;
}
.audio-detail .main-detail .author-info .names {
  text-align: center;
  display: block;
  margin-top: 15px;
  font-size: 1.25rem;
  font-weight: 700;
  color: #ebf3fb;
}
.audio-detail .main-detail .author-info .info {
  color: #f95432;
  font-size: 0.9375rem;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  text-align: center;
  margin-bottom: 15px;
}
.audio-detail .main-detail .author-info p {
  font-size: 0.8125rem;
  font-weight: 400;
  text-align: center;
  color: #61666f;
  margin-bottom: 0.75rem;
}
.audio-detail .main-detail .thumbnail img {
  border-radius: 6px;
  width: 80%;
  display: block;
  margin: auto;
  margin-bottom: 1.5rem;
}
.audio-detail .main-detail .rating-box {
  margin: 15px auto;
}
.audio-detail .main-detail .rating-box small {
  color: #ebf3fb !important;
}
.audio-detail .main-detail .rating-box .rating {
  margin-bottom: 10px;
}
.audio-detail .main-detail .rating-box .rating i {
  font-size: 0.875rem;
  color: #fdd171;
  letter-spacing: -2px;
}
.audio-detail .main-detail .rating-box .react-section {
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 15px auto;
}
.audio-detail .main-detail .rating-box .react-section .btn-vote {
  font-size: 0.875rem;
  text-decoration: none;
  background: #d5d4d4;
  padding: 5px 10px;
  font-weight: 600;
  display: block;
  margin: 0 10px;
  border-radius: 6px;
  color: #ebf3fb;
  transition: color 0.2s ease;
  cursor: pointer;
}
.audio-detail .main-detail .rating-box .react-section .btn-vote:hover.like, .audio-detail .main-detail .rating-box .react-section .btn-vote.active.like {
  background: #4ad395;
  color: #fff;
}
.audio-detail .main-detail .rating-box .react-section .btn-vote:hover.dislike, .audio-detail .main-detail .rating-box .react-section .btn-vote.active.dislike {
  background: #f8050b;
  color: #fff;
}
.audio-detail .main-detail .socials {
  display: -ms-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}
.audio-detail .main-detail .socials a {
  display: block;
  text-decoration: none;
  color: #61666f;
  font-size: 1.25rem;
  margin: 0 15px;
  transition: color 0.2s ease;
}
.audio-detail .main-detail .socials a:hover {
  color: #f95432;
}
.audio-detail .main-detail .gallery img {
  border-radius: 10px;
}
.audio-detail .main-detail .gallery .photo-time {
  color: #fff;
  cursor: pointer;
}
.audio-detail h3 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #ebf3fb;
  margin-bottom: 1rem;
  margin-top: 2rem;
}
@media (min-width: 1199px) {
  .audio-detail h3 {
    font-size: 1.875rem;
  }
}
.audio-detail h4 {
  color: #ebf3fb;
}
.audio-detail #detail-slider .splide__arrows .splide__arrow {
  width: 50px;
  height: 50px;
  background: #fff;
  text-align: center;
  line-height: 50px;
  display: inline-block;
  border-radius: 50%;
  box-shadow: 0 0 35px 0 rgba(22, 12, 96, 0.09);
  transition: box-shadow 0.4s;
  font-size: 0.875rem;
}
.audio-detail #reviews .user-comments {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #3c4a5e;
}
.audio-detail #reviews .user-comments .rate-icons {
  display: flex;
  margin-top: 5px;
  margin-bottom: 3px;
}
.audio-detail #reviews .user-comments .rate-icons .rate {
  position: relative;
  top: -3px;
  left: 5px;
  font-size: 12px;
}
.audio-detail #reviews .user-comments .rate-icons i {
  color: #ffd333;
  font-size: 0.7rem;
}
.audio-detail #reviews .user-comments p {
  font-size: 0.875rem;
  color: #ebf3fb;
}
.audio-detail #reviews .user-avatar {
  margin-right: 15px;
}
.audio-detail #reviews .user-avatar img {
  width: 64px;
}
.audio-detail #reviews .user-message {
  padding-left: 20px;
  width: 100%;
}
@media (max-width: 575px) {
  .audio-detail #reviews .user-message {
    padding-left: 0;
  }
}
.audio-detail #reviews .user-message span:first-child {
  display: block;
  font-size: 0.95rem;
  color: #ebf3fb;
}
@media (max-width: 575px) {
  .audio-detail #reviews .user-message span:first-child {
    font-size: 1rem;
  }
}
.audio-detail #reviews .user-message span {
  color: #b0b0b0;
  font-size: 0.8rem;
  font-weight: 600;
}
@media (max-width: 575px) {
  .audio-detail #reviews .user-message span {
    font-size: 0.7rem;
  }
}
.audio-detail #reviews .starrr .fa-star {
  color: #fdd171;
  font-size: 22px;
  text-decoration: none;
}
.audio-detail #reviews .btn-add-review {
  background: #f95432;
  color: #fff;
  border-radius: 50px;
  padding: 10px 35px;
  text-transform: uppercase;
  font-weight: 700;
}
.audio-detail #reviews .btn-add-review:hover {
  transition: all 0.3;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.65);
}
.audio-detail #reviews #my-review .fa-star {
  color: #fdd171;
}
.audio-detail .btn-publish {
  background: #f8050b;
  color: #ebf3fb;
  font-size: 19px;
  padding: 5px 20px;
  width: auto;
  font-weight: 700;
  width: 100%;
}
.audio-detail .more-from-author .title {
  color: #ebf3fb;
  font-size: 20px;
  text-transform: uppercase;
  display: block;
  font-weight: 700;
  margin-bottom: 4px;
  height: 34px;
  overflow: hidden;
}
.audio-detail .more-from-author .item {
  display: flex;
  justify-content: start;
  color: #fff;
  font-size: 13px;
  text-decoration: none;
}
.audio-detail .more-from-author .item .img-wrapper {
  position: relative;
}
.audio-detail .more-from-author .item .img-wrapper .playtime {
  position: absolute;
  background: #4c5e76;
  color: #fff;
  padding: 2px 6px;
  border-radius: 5px;
  bottom: 10px;
  right: 4px;
}
.audio-detail .more-from-author .item .img-wrapper img {
  border-radius: 5px;
  margin-bottom: 10px;
  margin-right: 5px;
  height: 70px;
}
.audio-detail .more-from-author .item .info span {
  font-size: 12px;
  display: block;
}
.audio-detail .more-from-author .item .info span.title {
  font-weight: bold;
}
.audio-detail .more-from-author .item .info span.price {
  color: #f95432;
}
.audio-detail .more-from-author .nav-tabs {
  border: none;
  margin-bottom: 10px;
}
.audio-detail .more-from-author .nav-tabs a {
  background: #fff;
  border-radius: 25px;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 5px 7px;
  color: #323e4e;
  border: none;
  margin-right: 3px;
}
.audio-detail .more-from-author .nav-tabs a.active {
  background: #f95432;
  color: #fff;
}

.btn-group {
  width: 100% !important;
}

.btn-confirm-lend-yes, .btn-confirm-lend-no {
  width: 50% !important;
  text-align: center !important;
  justify-content: center !important;
}

.btn-confirm-lend-yes {
  background: #4ad395;
  border-color: #4ad395;
}

.btn-confirm-lend-no {
  background: #b0130a;
  border-color: #b0130a;
}

.overlay {
  position: fixed;
  z-index: 999;
  inset: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: none;
}

.content.overlay-bg, .content.overlay-profile, .content.overlay-feed, .content.overlay-search {
  position: fixed;
  z-index: 2;
  inset: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}

.mobile-sicky-footer {
  background: #323e4e;
  position: fixed;
  width: 100%;
  height: 50px;
  bottom: 0px;
  display: flex;
  justify-content: space-between;
  border: 1px solid #5b5b5b;
  z-index: 99;
}
@media (min-width: 767px) {
  .mobile-sicky-footer {
    display: none;
  }
}
.mobile-sicky-footer img {
  display: block;
  margin: auto;
  filter: brightness(0) invert(1);
}
.mobile-sicky-footer a {
  color: #fff;
  display: block;
  text-align: center;
  text-decoration: none;
  font-size: 12px;
  border-right: 1px solid #5b5b5b;
  padding: 7px 10px;
  width: 25%;
}
.mobile-sicky-footer a:last-child {
  border-right: none;
}

.cookies-info {
  position: fixed;
  bottom: 0px;
  width: 86%;
  right: 0px;
  background: #f95432;
  color: #ebf3fb;
  padding: 4px;
  font-size: 12px;
  z-index: 9999;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  z-index: 9999 !important;
}
.cookies-info a {
  color: #ebf3fb;
  text-decoration: underline;
}
.cookies-info .close-cookies {
  color: #ebf3fb;
  position: absolute;
  right: 15px;
  font-size: 16px;
}

footer {
  background: #323e4e;
  padding: 15px 0;
  padding-bottom: 0;
}
@media (max-width: 767px) {
  footer {
    margin-bottom: 50px;
    padding-top: 0;
  }
}
footer ul {
  margin-bottom: 0;
  padding-left: 0px;
}
footer ul li {
  display: inline-block;
  margin-right: 15px;
}
@media (max-width: 575px) {
  footer ul li {
    display: block;
  }
}
footer ul li a {
  color: #fff;
}
@media (max-width: 1279px) {
  footer ul li a {
    font-size: 12px;
  }
}
footer ul li a:hover {
  color: #fff;
  text-decoration: none;
}
@media (max-width: 575px) {
  footer .top-footer {
    display: none;
  }
}
footer .bottom-footer {
  color: #fff;
  border-top: 1px solid #555759;
  padding: 6px 0;
  margin-top: 15px;
  font-size: 13px;
}
footer .bottom-footer img {
  position: relative;
  top: -1px;
}
@media (max-width: 767px) {
  footer .bottom-footer {
    text-align: center;
    margin-top: 0;
  }
  footer .bottom-footer span {
    display: block;
  }
}

.filters-box {
  margin-bottom: 15px;
  display: -ms-flex;
  display: flex;
}
.filters-box .sort-filter .dropdown-toggle .fa-exchange-alt {
  transform: rotate(90deg);
}
.filters-box .sort-filter .custom-control {
  padding-left: 20px;
  margin-top: 7px;
}
.filters-box .sort-filter .custom-control-label {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 13px;
}
.filters-box .sort-filter .custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #f95432;
  border-color: #f95432;
}
.filters-box .sort-filter .custom-radio .custom-control-input:checked ~ .custom-control-label::before:focus {
  box-shadow: none;
}
.filters-box .sort-filter .custom-radio .custom-control-label::before {
  width: 12px;
  height: 12px;
  top: 4px;
  left: -18px;
}
.filters-box .sort-filter .custom-radio .custom-control-label::before:focus {
  box-shadow: none;
}
.filters-box .sort-filter .custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: none;
}
.filters-box .sort-filter .custom-radio .custom-control-input:checked ~ .custom-control-label::after:focus {
  box-shadow: none;
}
.filters-box .sort-filter .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: none !important;
}
.filters-box .dropdown-filters {
  display: inline-block;
}
.filters-box .dropdown-filters .dropdown-toggle {
  background: #f6f6f6;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  border-radius: 4px;
  color: #333;
  font-size: 13px;
  padding: 2px 4px;
  margin-right: 10px;
  position: relative;
  padding-left: 7px;
}
.filters-box .dropdown-filters .dropdown-toggle .fa-check {
  position: absolute;
  right: 5px;
  top: 6px;
  color: #f95432;
  font-size: 13px;
}
.filters-box .dropdown-filters .dropdown-toggle .fa-angle-down {
  position: absolute;
  right: 5px;
  top: 6px;
}
.filters-box .dropdown-filters .dropdown-toggle.active {
  color: #f95432;
}
.filters-box .dropdown-filters .dropdown-menu {
  z-index: 2000;
  border-radius: 0;
  background: #f6f6f6;
  margin-top: 1px;
  border: none;
  min-width: 220px;
  padding-left: 10px;
}
.filters-box .dropdown-filters .dropdown-menu .form-control {
  padding: 0;
  background-color: transparent;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  color: #ebf3fb;
  padding-left: 4px;
  font-size: 13px;
}
.filters-box .dropdown-filters .dropdown-menu .form-control::-moz-placeholder {
  font-size: 13px;
}
.filters-box .dropdown-filters .dropdown-menu .form-control:-ms-input-placeholder {
  font-size: 13px;
}
.filters-box .dropdown-filters .dropdown-menu .form-control::placeholder {
  font-size: 13px;
}
.filters-box .dropdown-filters .dropdown-menu .form-control:focus {
  box-shadow: none;
  border: 1px solid #ced4da;
}
.filters-box .filters-inner {
  display: -ms-flex;
  display: flex;
  align-items: center;
}
.filters-box .filters-inner .sort-title {
  font-size: 0.8125rem;
  color: #ebf3fb;
  font-weight: 600;
  display: inline-block;
  margin-right: 5px;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .filters-box .filters-inner .sort-title {
    display: none;
  }
}
@media (max-width: 991px) {
  .filters-box .filters-inner .sort-title {
    margin-bottom: 0;
  }
}
.filters-box .filters-inner .filter-holder {
  position: relative;
  margin-left: auto;
  display: inline-block;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 0 10px 0px rgba(22, 12, 96, 0.09);
  margin-right: 10px;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .filters-box .filters-inner .filter-holder {
    margin-right: 4px;
  }
}
@media (max-width: 991px) {
  .filters-box .filters-inner .filter-holder {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.filters-box .filters-inner .filter-holder:after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  display: block;
  bottom: 0;
  background: #ddd;
  transition: width 0.4s cubic-bezier(0.216, 0.61, 0.355, 1), opacity 0.4s cubic-bezier(0.216, 0.61, 0.355, 1);
  right: 0;
}
.filters-box .filters-inner .filter-holder:hover:after {
  width: 100%;
  left: 0;
}
.filters-box .filters-inner .filter-holder img {
  pointer-events: none;
}
.filters-box .filters-inner .filter-holder img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 5px;
}
@media (max-width: 379px) {
  .filters-box .filters-inner .filter-holder img {
    margin-top: 1px;
  }
}
.filters-box #grid-wrapper {
  position: relative;
  z-index: 1;
  margin-left: 5px;
  border-radius: 5px;
  box-shadow: 0 0 10px 0px rgba(22, 12, 96, 0.09);
  align-self: center;
  top: -3px;
}
@media (max-width: 575px) and (min-width: 499px) {
  .filters-box #grid-wrapper {
    display: none;
  }
}
.filters-box #grid-wrapper ul {
  height: 31px;
  height: 30.5px;
  margin-bottom: 0;
  padding-left: 5px;
  padding-right: 5px;
  list-style-type: none;
  display: -ms-flex;
  display: flex;
  align-items: center;
}
.filters-box #grid-wrapper ul li {
  position: relative;
  z-index: 1;
  top: 1px;
  height: 18px;
}
.filters-box #grid-wrapper ul li a {
  display: inline-block;
  text-align: center;
  height: 18px;
  transition: all 0.2s ease;
  margin-right: 15px;
}
.filters-box #grid-wrapper ul li a:hover .icon-column .layer span {
  background: #b0130a;
}
.filters-box #grid-wrapper ul li a .icon-column {
  vertical-align: middle;
  text-align: center;
  display: inline-block;
}
.filters-box #grid-wrapper ul li a .icon-column .layer {
  position: absolute;
  left: 0;
  height: 5px;
}
.filters-box #grid-wrapper ul li a .icon-column .layer.first {
  top: 0;
}
.filters-box #grid-wrapper ul li a .icon-column .layer.middle {
  top: 6px;
}
.filters-box #grid-wrapper ul li a .icon-column .layer.last {
  top: 12px;
}
.filters-box #grid-wrapper ul li a .icon-column .layer span {
  position: absolute;
  display: block;
  width: 5px;
  height: 100%;
  background: #fff;
  border-radius: 1px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
  transition: all 0.2s ease;
}
.filters-box #grid-wrapper ul li #grid-one {
  width: 6px;
}
@media (min-width: 499px) {
  .filters-box #grid-wrapper ul li #grid-one {
    display: none;
  }
}
.filters-box #grid-wrapper ul li #grid-one .icon-column .layer span {
  left: 0;
}
.filters-box #grid-wrapper ul li #grid-two {
  width: 12px;
}
@media (max-width: 575px) and (min-width: 499px) {
  .filters-box #grid-wrapper ul li #grid-two {
    display: none;
  }
}
@media (min-width: 767px) {
  .filters-box #grid-wrapper ul li #grid-two {
    display: none;
  }
}
@media (max-width: 575px) {
  .filters-box #grid-wrapper ul li #grid-two {
    margin-right: 0;
  }
}
.filters-box #grid-wrapper ul li #grid-two .icon-column .layer span:first-child {
  left: 0;
}
.filters-box #grid-wrapper ul li #grid-two .icon-column .layer span:last-child {
  left: 6px;
}
.filters-box #grid-wrapper ul li #grid-three {
  width: 18px;
}
@media (min-width: 1199px) {
  .filters-box #grid-wrapper ul li #grid-three {
    display: none;
  }
}
@media (max-width: 767px) {
  .filters-box #grid-wrapper ul li #grid-three {
    margin-right: 0;
  }
}
@media (max-width: 575px) {
  .filters-box #grid-wrapper ul li #grid-three {
    display: none;
  }
}
.filters-box #grid-wrapper ul li #grid-three .icon-column .layer span:first-child {
  left: 0;
}
.filters-box #grid-wrapper ul li #grid-three .icon-column .layer span:nth-child(2) {
  left: 6px;
}
.filters-box #grid-wrapper ul li #grid-three .icon-column .layer span:last-child {
  left: 12px;
}
.filters-box #grid-wrapper ul li #grid-four {
  width: 24px;
}
@media (max-width: 1199px) {
  .filters-box #grid-wrapper ul li #grid-four {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .filters-box #grid-wrapper ul li #grid-four {
    display: none;
  }
}
.filters-box #grid-wrapper ul li #grid-four .icon-column .layer span:first-child {
  left: 0;
}
.filters-box #grid-wrapper ul li #grid-four .icon-column .layer span:nth-child(2) {
  left: 6px;
}
.filters-box #grid-wrapper ul li #grid-four .icon-column .layer span:nth-child(3) {
  left: 12px;
}
.filters-box #grid-wrapper ul li #grid-four .icon-column .layer span:last-child {
  left: 18px;
}
.filters-box #grid-wrapper ul li #grid-five {
  width: 30px;
  margin-right: 0;
}
@media (max-width: 1199px) {
  .filters-box #grid-wrapper ul li #grid-five {
    display: none;
  }
}
.filters-box #grid-wrapper ul li #grid-five .icon-column .layer span:first-child {
  left: 0;
}
.filters-box #grid-wrapper ul li #grid-five .icon-column .layer span:nth-child(2) {
  left: 6px;
}
.filters-box #grid-wrapper ul li #grid-five .icon-column .layer span:nth-child(3) {
  left: 12px;
}
.filters-box #grid-wrapper ul li #grid-five .icon-column .layer span:nth-child(4) {
  left: 18px;
}
.filters-box #grid-wrapper ul li #grid-five .icon-column .layer span:last-child {
  left: 24px;
}
.filters-box .close-filters {
  color: #61666f;
  font-size: 0.875rem;
}
@media (min-width: 991px) {
  .filters-box .close-filters {
    display: none;
  }
}
.filters-box .close-filters:hover {
  color: #ebf3fb;
}

.category {
  padding-top: 0;
}
.category .audio-book {
  margin: 0;
}
.category .cat-desc {
  font-size: 0.8125rem;
  color: #ebf3fb;
  margin-bottom: 25px;
  margin-top: 15px;
}
.category .audio-book {
  margin-bottom: 1.75rem;
}

@media (max-width: 767px) {
  .article-holder:nth-child(3n) {
    padding-right: 6px;
    padding-left: 12px;
  }
  .article-holder:nth-child(3n+1) {
    padding-left: 6px;
    padding-right: 12px;
  }
  .article-holder:nth-child(3n+2) {
    padding-left: 9px;
    padding-right: 9px;
  }
}
@media (max-width: 575px) {
  .article-holder {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
}

.audio-book {
  padding: 10px;
  background: #323e4e;
  border-radius: 5px;
  box-shadow: 0 0 3px 1px rgba(106, 106, 106, 0.35);
  margin: 0 5px;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .audio-book {
    margin: 5px 0;
  }
}
.audio-book a {
  text-decoration: none;
  display: block;
}
.audio-book hr {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.audio-book .category {
  color: #fff;
  font-size: 0.6875rem;
  margin: 5px 0;
  text-decoration: none;
  background: #f95432;
  display: inline-block;
  position: absolute;
  bottom: 10px;
  border-radius: 6px;
  left: 10px;
  padding: 3px 10px;
}
.audio-book .category i {
  font-size: 0.625rem;
  margin-right: 2px;
  position: relative;
  z-index: 1;
}
.audio-book .img-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 5px;
  display: block;
}
.audio-book .img-wrapper .free-sticker {
  position: absolute;
  top: 8px;
  left: 8px;
}
.audio-book .img-wrapper .date {
  display: block;
  position: absolute;
  z-index: 1;
  right: 8px;
  top: 8px;
  background: rgba(255, 255, 255, 0.6);
  padding: 3px 10px;
  font-size: 0.6875rem;
  color: #323e4e;
  font-weight: 700;
  border-radius: 25px;
}
@media (min-width: 1199px) {
  .audio-book .img-wrapper .date {
    font-size: 0.625rem;
  }
}
.audio-book .img-wrapper .audio-lang {
  display: block;
  position: absolute;
  z-index: 1;
  left: 8px;
  bottom: 8px;
  background: rgba(255, 255, 255, 0.6);
  padding: 3px 10px;
  font-size: 0.6875rem;
  color: #323e4e;
  font-weight: 700;
  border-radius: 25px;
  text-transform: uppercase;
}
@media (min-width: 1199px) {
  .audio-book .img-wrapper .audio-lang {
    font-size: 0.625rem;
  }
}
.audio-book .img-wrapper .audio-duration {
  display: block;
  position: absolute;
  z-index: 1;
  right: 8px;
  bottom: 8px;
  background: rgba(255, 255, 255, 0.6);
  padding: 3px 10px;
  font-size: 0.6875rem;
  color: #323e4e;
  font-weight: 700;
  border-radius: 25px;
  background: #4c5e76;
  color: #fff;
}
@media (min-width: 1199px) {
  .audio-book .img-wrapper .audio-duration {
    font-size: 0.625rem;
  }
}
.audio-book .price {
  display: -inline-block;
  background: #f95432;
  color: #fff;
  font-size: 0.75rem;
  padding: 1px 5px;
  border-radius: 36px;
}
@media (max-width: 575px) {
  .audio-book .price {
    font-size: 0.8125rem;
  }
}
.audio-book .rate {
  color: #ebf3fb;
  font-weight: 400;
  font-size: 0.75rem;
  text-align: right;
  display: block;
}
@media (max-width: 575px) {
  .audio-book .rate {
    font-size: 0.6875rem;
  }
}
.audio-book .rate .stars i {
  color: #9d9d9d;
}
.audio-book hr {
  margin: 5px 0;
}
.audio-book .user {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #ebf3fb;
  font-size: 0.8125rem;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 575px) {
  .audio-book .user {
    margin-top: 10px;
  }
}
@media (max-width: 1279px) {
  .audio-book .user {
    font-size: 12px;
  }
}
.audio-book .user img {
  position: relative;
  top: -2px;
}
.audio-book .title {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #ebf3fb;
  text-decoration: none;
  height: 65px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: color 0.2s ease;
}
@media (min-width: 1199px) {
  .audio-book .title {
    font-size: 0.875rem;
    height: 45px;
    -webkit-line-clamp: 2;
  }
}
@media (max-width: 767px) {
  .audio-book .title {
    height: 45px;
  }
}
@media (max-width: 1279px) {
  .audio-book .title {
    font-size: 12px;
    height: 40px;
  }
}
.audio-book img {
  border-radius: 5px;
}
.audio-book:hover .title {
  color: #f95432;
}

@media (max-width: 767px) and (min-width: 499px) {
  .product-grid-2 .audio-book .title {
    font-size: 16px;
    height: 50px;
    -webkit-line-clamp: 2;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .product-grid-3 .audio-book .title {
    font-size: 16px;
    height: 50px;
    -webkit-line-clamp: 2;
  }
}

@media (max-width: 767px) and (min-width: 499px) {
  .product-grid-4 .audio-book .title {
    font-size: 16px;
    height: 50px;
    -webkit-line-clamp: 2;
  }
}

@media (max-width: 767px) and (min-width: 499px) {
  .product-grid-5 .audio-book .title {
    font-size: 16px;
    height: 50px;
    -webkit-line-clamp: 2;
  }
}
@media (min-width: 1199px) {
  .product-grid-5 .audio-book .title {
    font-size: 14px;
    height: 63px;
    -webkit-line-clamp: 3;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .product-grid-5 .audio-book .title {
    font-size: 16px;
    height: 50px;
    -webkit-line-clamp: 2;
  }
}

.page-holder {
  padding-top: 70px;
}
@media (min-width: 767px) {
  .page-holder {
    padding-top: 93px;
  }
}
@media (min-width: 991px) {
  .page-holder {
    padding-top: 35px;
  }
}
@media (min-width: 1199px) {
  .page-holder {
    padding-top: 70px;
  }
}
.page-holder .sub-header {
  margin-bottom: 0;
}

#internal {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}
#internal h4 {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  color: #ebf3fb;
}
@media (max-width: 575px) {
  #internal h1 {
    font-size: 1.5rem;
  }
}
#internal ol, #internal ul, #internal p, #internal strong, #internal span {
  font-size: 0.9375rem;
  color: #ebf3fb;
}
#internal ol a, #internal ul a, #internal p a, #internal strong a, #internal span a {
  color: #f95432;
}
#internal #nav-menu {
  border: 1px solid #3c4a5e;
  border-radius: 6px !important;
  padding: 7px 0;
  background: #2e3948;
}
#internal #nav-menu li {
  list-style: none;
}
#internal #nav-menu li a {
  display: block;
  border-bottom: 1px solid #3c4a5e;
  padding: 10px 0;
  padding-left: 0px;
  padding-left: 15px;
  color: #ebf3fb;
  text-decoration: none;
}
#internal #nav-menu li a img {
  margin-right: 10px;
}
#internal #nav-menu li a:hover {
  color: #f95432;
  transition: all 0.3s;
}
#internal #nav-menu li:last-child a {
  border: none;
}
#internal.error-404 .btn-main {
  background: #f95432;
}
#internal.error-404 .image {
  filter: brightness(0) invert(1);
}

.newsletter {
  margin-top: -7rem;
  transform: translateY(50%);
}
@media (min-width: 991px) {
  .newsletter {
    margin-top: -5rem;
  }
}
.newsletter .newsletter-holder {
  background: #fbead8;
  background: url("/storage/newsletterbg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 35px 0 rgba(22, 12, 96, 0.09);
}
@media (min-width: 1199px) {
  .newsletter .newsletter-holder {
    padding: 30px 40px;
  }
}
.newsletter h5 {
  font-size: 1.25rem;
  font-weight: 800;
  color: #ebf3fb;
}
@media (min-width: 1199px) {
  .newsletter h5 {
    font-size: 1.625rem;
  }
}
.newsletter p {
  color: #61666f;
  font-size: 0.8125rem;
  font-weight: 600;
}
@media (min-width: 1199px) {
  .newsletter p {
    margin-bottom: 0;
    font-size: 0.875rem;
  }
}
.newsletter .newsletter-form .form-group {
  position: relative;
  z-index: 1;
}
.newsletter .newsletter-form .form-group .form-control {
  border: 1px solid #ddd;
  border-radius: 25px;
  height: 50px;
  padding-right: 8rem;
  padding-left: 1rem;
  font-size: 0.875rem;
}
@media (min-width: 1199px) {
  .newsletter .newsletter-form .form-group .form-control {
    padding-right: 6rem;
    padding-left: 1.5rem;
  }
}
.newsletter .newsletter-form .form-group .btn-subscribe {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 25px;
  height: 50px;
  padding: 0 1.5rem;
  background: #323e4e;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.75rem;
}
@media (min-width: 1199px) {
  .newsletter .newsletter-form .form-group .btn-subscribe {
    font-size: 0.875rem;
    padding: 0 2.5rem;
  }
}
.newsletter .newsletter-form .form-group .btn-subscribe:hover {
  background: #f95432;
}

@media (max-width: 575px) {
  .contacts h1 {
    font-size: 1.5rem;
  }
}
.contacts h2 {
  font-size: 1.875rem;
  font-weight: 700;
  margin-bottom: 25px;
  color: #ebf3fb;
}
@media (max-width: 575px) {
  .contacts h2 {
    font-size: 1.125rem;
  }
}
.contacts p {
  font-size: 1.0625rem;
  color: #ebf3fb;
}
.contacts p a {
  color: #f95432;
}
.contacts p a:hover {
  color: #f83f19;
  text-decoration: none;
}
.contacts .box {
  background: #323e4e;
  border: 1px solid #e7e7e7;
  padding: 1.75rem 1.5rem;
  border-radius: 5px;
  height: 100%;
}
@media (max-width: 575px) {
  .contacts .box {
    margin-bottom: 10px;
    height: 98%;
  }
}
.contacts .contact-info .head-title {
  display: block;
  font-size: 0.9375rem;
  font-weight: 700;
  color: #ebf3fb;
  margin-bottom: 10px;
}
.contacts .contact-info .info {
  display: block;
  color: #ebf3fb;
  font-size: 0.875rem;
  font-weight: 600;
  margin-bottom: 5px;
  text-decoration: none;
}
.contacts .contact-info .socials-box {
  display: -ms-flex;
  display: flex;
  align-items: center;
  margin-top: 15px;
}
.contacts .contact-info .socials-box a {
  text-decoration: none;
  margin-right: 15px;
  display: block;
  color: #ebf3fb;
  font-size: 1.125rem;
}
.contacts .contact-info a {
  transition: color 0.2s ease;
}
.contacts .contact-info a:hover {
  color: #f95432;
}
.contacts form .btn-main {
  background: #f95432;
}

#profile .navigation-menu .menu-title {
  margin-bottom: 25px;
  color: #ebf3fb;
  font-size: 18px;
  margin-bottom: 0;
  padding-bottom: 5px;
  padding-left: 15px;
  border: 1px solid #5b5b5b;
  border-bottom: none;
  display: block;
  border-radius: 6px;
  padding-top: 5px;
  background: #9e9e9e;
}
@media (max-width: 1499px) {
  #profile .navigation-menu .menu-title {
    font-size: 15px;
  }
}
@media (min-width: 767px) and (max-width: 1299px) {
  #profile .navigation-menu .menu-title {
    font-size: 14px;
  }
}
#profile .navigation-menu .menu-title img {
  position: relative;
  top: -2px;
  margin-right: 8px;
}
#profile .navigation-menu .available_credits {
  background: #2e3948;
  display: block;
  margin-bottom: 0;
  color: #fff;
  border-radius: 6px;
  padding: 6px 0;
  padding-left: 15px;
  text-decoration: none;
}
#profile .navigation-menu .available_credits .credits {
  font-size: 16px;
  font-weight: 700;
  color: #ebf3fb;
  display: inline-block;
  text-align: center;
}
#profile .navigation-menu .available_credits img {
  position: relative;
  top: -2px;
  margin-right: 10px;
}
#profile .navigation-menu .available_credits small {
  padding-left: 33px;
}
#profile .navigation-menu .level-box {
  background: #2e3948;
  margin: 0;
  display: block;
  padding: 0;
  padding-left: 0;
  border-radius: 6px;
}
@media (min-width: 767px) and (max-width: 1299px) {
  #profile .navigation-menu .level-box {
    font-size: 12px;
  }
}
#profile .navigation-menu .level-box img {
  position: relative;
  top: -2px;
  margin-right: 10px;
  filter: brightness(0) invert(1);
}
#profile .navigation-menu .level-box span.level-title {
  display: block;
}
#profile .navigation-menu ul {
  border: 1px solid #3c4a5e;
  border-radius: 6px !important;
  padding: 0;
  background: #2e3948;
  border: 1px solid #5b5b5b;
  margin-bottom: 0;
}
#profile .navigation-menu ul li {
  list-style: none;
}
#profile .navigation-menu ul li.level-info {
  padding: 10px 0;
  padding-left: 15px;
  color: #9e9e9e;
}
#profile .navigation-menu ul li a {
  display: block;
  border-bottom: 1px solid #3c4a5e;
  padding: 10px 0;
  padding-left: 0px;
  padding-left: 15px;
  color: #ebf3fb;
  text-decoration: none;
  border-radius: 6px;
}
@media (min-width: 767px) and (max-width: 1299px) {
  #profile .navigation-menu ul li a {
    font-size: 12px;
  }
}
#profile .navigation-menu ul li a img {
  margin-right: 10px;
}
#profile .navigation-menu ul li a:hover {
  color: #f95432;
  transition: all 0.3s;
}
#profile .navigation-menu ul li a.active {
  background: #f95432;
}
#profile .navigation-menu ul li:last-child a {
  border: none;
}
#profile #edit-profile {
  margin-top: 14px;
}
#profile #edit-profile #avatar-form {
  text-align: center;
}
@media (max-width: 768px) {
  #profile #edit-profile #avatar-form {
    margin-bottom: 15px;
  }
}
#profile #edit-profile #avatar-form strong {
  margin-bottom: 10px;
  display: inline-block;
  font-weight: 600;
  color: #ebf3fb;
}
#profile #edit-profile #avatar-form img {
  display: block;
  border-radius: 6px;
}
#profile #edit-profile #avatar-form .upload_label {
  display: inline-block;
  margin-top: 15px;
  background: #e2e2e2;
  padding: 4px 9px;
  border-radius: 6px;
  font-size: 0.875rem;
  cursor: pointer;
  transition: all 0.3s;
}
#profile #edit-profile #avatar-form .upload_label:hover {
  background: #f95432;
  color: #fff;
}
#profile #edit-profile form {
  padding: 1.75rem 1.5rem;
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.35);
  border-radius: 5px;
  background: #323e4e;
}
#profile #edit-profile form .btn-update {
  background: #f95432;
}

.url-edits-audio a {
  color: #fff;
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
}
.url-edits-audio a:hover {
  color: #f95432;
  text-decoration: none;
}

#uploaded-audiobooks .box table {
  background: #323e4e;
}
#uploaded-audiobooks .box table th {
  font-weight: 700;
  font-size: 15px;
  color: #ebf3fb;
  border: none;
  background: #28323e;
}
#uploaded-audiobooks .box table td {
  color: #ebf3fb;
  font-size: 14px;
  vertical-align: middle;
}
#uploaded-audiobooks .box table td .url-audio {
  color: #ebf3fb;
  text-decoration: underline;
}
#uploaded-audiobooks .box table td .url-author {
  color: #ebf3fb;
  text-decoration: underline;
}
#uploaded-audiobooks .box .item {
  color: #ebf3fb;
  font-size: 15px;
  padding: 10px 25px;
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.35);
  border-radius: 5px;
  vertical-align: middle;
  background: #323e4e;
  transition: all 0.3s;
}
#uploaded-audiobooks .box .item .img-wrapper {
  position: relative;
  display: inline-block;
}
#uploaded-audiobooks .box .item .img-wrapper .audio-duration {
  display: block;
  position: absolute;
  z-index: 1;
  right: 8px;
  bottom: 8px;
  background: rgba(255, 255, 255, 0.6);
  padding: 3px 10px;
  font-size: 0.6875rem;
  color: #323e4e;
  font-weight: 700;
  border-radius: 25px;
  background: #4c5e76;
  color: #fff;
}
@media (min-width: 1199px) {
  #uploaded-audiobooks .box .item .img-wrapper .audio-duration {
    font-size: 0.75rem;
  }
}
#uploaded-audiobooks .box .item img {
  border-radius: 6px;
}
@media (max-width: 1199px) {
  #uploaded-audiobooks .box .item img {
    max-width: 200px;
    display: block;
    margin: auto;
  }
}
#uploaded-audiobooks .box .item:hover {
  background: #3c4a5e;
}
#uploaded-audiobooks .box .item .total-sales {
  background: #f95432;
  font-size: 12px;
  color: #fff;
  padding: 2px 4px;
}
#uploaded-audiobooks .box .item .url-audio {
  color: #f95432;
  text-decoration: none;
  font-size: 22px;
  border-bottom: 2px solid #46576d;
  display: block;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  #uploaded-audiobooks .box .item .url-audio {
    font-size: 18px;
  }
}
#uploaded-audiobooks .box .item .info-label {
  display: block;
}
@media (min-width: 1199px) and (max-width: 1299px) {
  #uploaded-audiobooks .box .item .info-label {
    font-size: 0.6875rem;
  }
}
@media (min-width: 767px) and (max-width: 1199px) {
  #uploaded-audiobooks .box .item .info-label {
    margin-right: 2px;
    font-size: 0.75rem;
    padding: 6px;
  }
}
@media (max-width: 767px) {
  #uploaded-audiobooks .box .item .info-label {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #5b5b5b;
    padding-bottom: 3px;
    margin-bottom: 3px;
  }
}
#uploaded-audiobooks .box .item strong {
  color: #cccccc;
}
@media (max-width: 767px) {
  #uploaded-audiobooks .box .item .unpaid-credits {
    margin: 0 5px;
  }
}
@media (min-width: 1199px) and (max-width: 1299px) {
  #uploaded-audiobooks .box .item .won-credits-box {
    font-size: 0.6875rem;
  }
}
@media (min-width: 767px) and (max-width: 1199px) {
  #uploaded-audiobooks .box .item .won-credits-box {
    font-size: 0.75rem;
  }
}
#uploaded-audiobooks .box .item .buttons-box {
  border-top: 2px solid #46576d;
  padding-top: 10px;
  margin-top: 20px;
}
#uploaded-audiobooks .box .item .buttons-box .btn {
  background: #28323e;
  color: #ebf3fb;
  margin-right: 20px;
  padding: 6px 16px;
  transition: all 0.3s;
}
@media (min-width: 1199px) and (max-width: 1299px) {
  #uploaded-audiobooks .box .item .buttons-box .btn {
    font-size: 0.6875rem;
  }
}
@media (min-width: 767px) and (max-width: 1199px) {
  #uploaded-audiobooks .box .item .buttons-box .btn {
    margin-right: 2px;
    font-size: 0.625rem;
    padding: 6px;
  }
}
@media (max-width: 767px) {
  #uploaded-audiobooks .box .item .buttons-box .btn {
    margin: 3px 0;
    width: 100%;
  }
}
#uploaded-audiobooks .box .item .buttons-box .btn:hover {
  background: #f95432;
}
#uploaded-audiobooks .box .item .buttons-box .btn-publish {
  background: #f95432;
}
@media (max-width: 767px) {
  #uploaded-audiobooks .box .item .buttons-box .btn-publish {
    width: 100%;
    margin-top: 5px;
  }
}
#uploaded-audiobooks .box .item .buttons-box .btn-publish:hover {
  background: #28323e;
}

@media (max-width: 767px) {
  #edit-audiobook {
    margin-bottom: 20px;
  }
}
#edit-audiobook .box {
  padding: 1.75rem 1.5rem;
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  background: #323e4e;
}
#edit-audiobook .box .btn-edit {
  background: #f95432;
}
@media (max-width: 767px) {
  #edit-audiobook .box .btn-edit {
    padding: 10px 15px;
    width: 100%;
  }
}
#edit-audiobook .box .image-audio {
  border-radius: 6px;
}
@media (min-width: 767px) {
  #edit-audiobook .box .image-audio {
    height: 100px;
  }
}
#edit-audiobook .box .hashtag-label {
  border: 1px solid #dbdada;
  padding: 5px 25px;
  display: inline-block;
  margin-right: 5px;
  color: #dbdada;
  border-radius: 30px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  margin-bottom: 5px;
}
#edit-audiobook .box .hashtag-label .remove-hashtag {
  color: #f8050b;
}

#credits-history h5 {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #fff;
}
#credits-history .box {
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.35);
  border-radius: 6px;
}
#credits-history .box table {
  background: #323e4e;
  border-radius: 6px;
}
#credits-history .box table th {
  font-weight: 700;
  font-size: 15px;
  color: #ebf3fb;
  background: #28323e;
  border: none;
  border-radius: 6px;
}
#credits-history .box table td {
  color: #ebf3fb;
  font-size: 14px;
  vertical-align: middle;
}
#credits-history .box table td .main-cateogry {
  display: block;
}
#credits-history .box table td .author-name {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
#credits-history .box table td img {
  border-radius: 6px;
}
#credits-history .box table td .img-wrapper {
  position: relative;
  display: inline-block;
}
#credits-history .box table td .img-wrapper img {
  border-radius: 6px;
}
#credits-history .box table td .img-wrapper .audio-duration {
  display: block;
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 8px;
  background: rgba(255, 255, 255, 0.6);
  padding: 3px 10px;
  padding-left: 2px;
  font-size: 0.6875rem;
  color: #323e4e;
  font-weight: 700;
  border-radius: 25px;
  background: #4c5e76;
  color: #fff;
}
#credits-history .box table td .img-wrapper .audio-duration .fa-play-circle {
  font-size: 17px;
  position: relative;
  top: 1px;
}
@media (min-width: 1199px) {
  #credits-history .box table td .img-wrapper .audio-duration {
    font-size: 0.75rem;
  }
}
#credits-history .box table td a {
  color: #ebf3fb;
}
#credits-history .box table td a:hover {
  color: #f95432;
  text-decoration: none;
}
#credits-history .box table td .duration-left {
  text-wrap: nowrap;
}
@media (max-width: 1199px) {
  #credits-history .box table.acitve-table thead {
    display: none;
  }
  #credits-history .box table.acitve-table tr {
    display: flex;
    flex-direction: column;
    margin-bottom: 13px;
    border-bottom: 2px solid #f95432;
  }
  #credits-history .box table.acitve-table td {
    position: relative;
    text-align: left !important;
    width: 100% !important;
    padding-left: 103px;
    display: flex;
    align-items: center;
    justify-content: end;
    min-height: 44px;
    text-align: right !important;
  }
  #credits-history .box table.acitve-table td:first-child {
    padding-left: 0;
    text-align: center !important;
    display: block;
  }
  #credits-history .box table.acitve-table td:first-child img {
    width: 95%;
    max-width: 269px;
  }
  #credits-history .box table.acitve-table td:first-child .url-title {
    display: block;
    text-align: center;
    margin: 10px 0;
  }
  #credits-history .box table.acitve-table td:first-child::before {
    display: none !important;
  }
  #credits-history .box table.acitve-table td:nth-child(3) {
    display: block;
  }
  #credits-history .box table.acitve-table td::before {
    content: attr(data-label);
    font-weight: 600;
    position: absolute;
    left: 0;
    height: 100%;
    top: 0px;
    padding-top: 7px;
    width: 103px;
    padding-left: 5px;
    background-color: #28323e;
    line-height: 29px;
    -moz-text-align-last: left;
         text-align-last: left;
    text-align: left;
    border-right: 1px solid #fff;
  }
  #credits-history .box table.acitve-table td .btn {
    margin-left: 10px;
  }
}
#credits-history .box table.history-table tbody td .expired-sticker {
  display: none;
}
#credits-history .box table.history-table tbody td .img-wrapper.expired {
  position: relative;
  display: inline-block;
}
#credits-history .box table.history-table tbody td .img-wrapper.expired img.main-image {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
}
#credits-history .box table.history-table tbody td .img-wrapper.expired .expired-sticker {
  text-shadow: -2px -2px 2px rgba(0, 0, 0, 0.6);
  position: absolute;
  right: 14px;
  color: #fff;
  bottom: 43px;
  font-size: 25px;
  transform: rotate(-45deg);
  display: block;
}
@media (max-width: 1199px) {
  #credits-history .box table.history-table thead {
    display: none;
  }
  #credits-history .box table.history-table tr {
    display: flex;
    flex-direction: column;
    border-bottom: 2px solid #323e4e;
    margin-bottom: 13px;
    border-bottom: 2px solid #f95432;
  }
  #credits-history .box table.history-table td {
    position: relative;
    text-align: left !important;
    width: 100% !important;
    padding-left: 128px;
    display: flex;
    align-items: center;
    justify-content: end;
    min-height: 44px;
    text-align: right !important;
  }
  #credits-history .box table.history-table td:first-child {
    padding-left: 0;
    text-align: center !important;
    display: block;
  }
  #credits-history .box table.history-table td:first-child img {
    width: 95%;
    max-width: 269px;
  }
  #credits-history .box table.history-table td:first-child .url-title {
    display: block;
    text-align: center;
    margin: 10px 0;
  }
  #credits-history .box table.history-table td:first-child::before {
    display: none !important;
  }
  #credits-history .box table.history-table td::before {
    content: attr(data-label);
    font-weight: 600;
    position: absolute;
    left: 0;
    height: 100%;
    top: 0px;
    padding-top: 7px;
    width: 126px;
    padding-left: 5px;
    background-color: #28323e;
    line-height: 29px;
    -moz-text-align-last: left;
         text-align-last: left;
    text-align: left;
    border-right: 1px solid #fff;
  }
  #credits-history .box table.history-table td .btn {
    margin-left: 10px;
  }
}

@media (max-width: 767px) {
  .audiobook-timeline thead {
    display: none;
  }
  .audiobook-timeline tr {
    display: flex;
    flex-direction: column;
    border-bottom: 2px solid #323e4e;
  }
  .audiobook-timeline td {
    position: relative;
    text-align: left !important;
    width: 100% !important;
    padding-left: 114px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
  }
  .audiobook-timeline td:not(:last-child):before {
    content: attr(data-label);
    font-weight: 600;
    position: absolute;
    left: 0;
    height: 100%;
    top: 0px;
    padding-top: 7px;
    width: 87px;
    padding-left: 12px;
    background-color: #323e4e;
    line-height: 29px;
  }
  .audiobook-timeline td .btn {
    margin-left: 10px;
  }
  .audiobook-timeline td:last-child {
    padding-left: 0;
    text-align: center !important;
    min-height: 53px;
    line-height: 31px;
  }
}
.audiobook-timeline h4 {
  color: #ebf3fb;
  font-size: 20px;
}
.audiobook-timeline h4 .help {
  position: relative;
  top: -2px;
}
.audiobook-timeline hr {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.audiobook-timeline .select-time {
  background: #f95432;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 16px;
}
@media (max-width: 575px) {
  .audiobook-timeline .select-time {
    width: 100%;
  }
}
.audiobook-timeline .btn-add-timeline {
  background: #f95432;
  color: #fff;
  padding: 9px 0;
  font-weight: 700;
}
.audiobook-timeline .btn-next-step {
  background: #f95432;
  color: #ebf3fb;
  font-size: 19px;
  padding: 5px 20px;
  width: 275px;
  font-weight: 700;
}
@media (max-width: 575px) {
  .audiobook-timeline .btn-next-step {
    font-size: 16px;
  }
}
.audiobook-timeline .box {
  padding: 1.25rem 1.5rem;
  box-shadow: 0 0 3px 1px rgba(255, 255, 255, 0.35);
  border-radius: 5px;
}
.audiobook-timeline .box table {
  margin-bottom: 0;
}
.audiobook-timeline .box table th {
  font-weight: 700;
  font-size: 15px;
  color: #ebf3fb;
  background: #323e4e;
  border: none;
  padding: 13px 3px;
}
.audiobook-timeline .box table td {
  color: #ebf3fb;
  font-size: 14px;
  vertical-align: middle;
}
.audiobook-timeline .box table td .btn-remove-timeline {
  color: #ebf3fb;
  background: #4c5e76;
}
.audiobook-timeline .box table td .content-time {
  background: #28323e;
  color: #ebf3fb;
  display: inline-block;
  border-radius: 50px;
  padding: 5px 10px;
  cursor: pointer;
  font-size: 13px;
}
.audiobook-timeline .box table td .content-time .fas {
  font-size: 10px;
  position: relative;
  top: -1px;
}
.audiobook-timeline .box table td .content-time:hover {
  background: #f95432;
}

#audiobooks-photos h4 {
  color: #ebf3fb;
}
#audiobooks-photos hr {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
#audiobooks-photos .dropzone {
  padding: 11px;
  position: relative;
}
#audiobooks-photos .dropzone .dz-message.needsclick {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
#audiobooks-photos .box-help {
  padding: 1.05rem 1.5rem;
  box-shadow: 0 0 3px 1px rgba(255, 255, 255, 0.35);
  border-radius: 5px;
  color: #ebf3fb;
  margin-bottom: 15px;
}
#audiobooks-photos .select-time {
  background: #f95432;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 16px;
}
@media (max-width: 575px) {
  #audiobooks-photos .select-time {
    width: 61%;
    font-size: 12px;
    padding: 7px 4px;
  }
}
#audiobooks-photos .btn-clear-time {
  background: #ededed;
  color: #303030;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 16px;
}
@media (max-width: 575px) {
  #audiobooks-photos .btn-clear-time {
    width: 37%;
    font-size: 12px;
  }
}
#audiobooks-photos .btn-save {
  background: #f95432;
  color: #ebf3fb;
  padding: 9px 0;
  font-weight: 700;
}
#audiobooks-photos h4 {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: #ebf3fb;
}
#audiobooks-photos .dropzone-box {
  position: relative;
}
#audiobooks-photos .dropzone-box .text {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#audiobooks-photos .box {
  padding: 1.05rem 1.5rem;
  box-shadow: 0 0 3px 1px rgba(255, 255, 255, 0.35);
  border-radius: 5px;
}
#audiobooks-photos .box .photo-label {
  border: 2px solid #d1d1d1;
  padding: 5px;
  cursor: pointer;
  position: relative;
}
#audiobooks-photos .box .photo-label input[type=radio] {
  display: none;
}
#audiobooks-photos .box .photo-label.active {
  border-color: #f95432;
}
#audiobooks-photos .box .photo-label.active::before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: rgba(74, 210, 148, 0.75);
  font-size: 100px;
  font-weight: 900;
}
#audiobooks-photos .box .btn-delete {
  color: #ebf3fb;
  background: #4c5e76;
}
@media (max-width: 399px) {
  #audiobooks-photos .box .btn-delete {
    font-size: 11px;
    padding-left: 6px;
    padding-right: 6px;
  }
}
#audiobooks-photos .box .btn-publish {
  background: #4ad395;
  color: #ebf3fb;
  font-size: 19px;
  padding: 5px 20px;
  width: auto;
  font-weight: 700;
}
@media (max-width: 767px) {
  #audiobooks-photos .box .btn-publish {
    font-size: 15px;
    margin-top: 10px;
    width: 100%;
  }
}
#audiobooks-photos .box .previous-step {
  background: #4c5e76;
  color: #ebf3fb;
  font-size: 19px;
  padding: 5px 20px;
  width: 275px;
  font-weight: 700;
}
@media (max-width: 767px) {
  #audiobooks-photos .box .previous-step {
    font-size: 15px;
    width: 100%;
  }
}
#audiobooks-photos .box .time-info {
  color: #ebf3fb;
  font-size: 12px;
  display: block;
}

#credits-purchased .box {
  padding: 0;
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.35);
  border-radius: 5px;
}
#credits-purchased .box table {
  background: #323e4e;
  border-radius: 6px;
}
#credits-purchased .box table th {
  font-weight: 700;
  font-size: 15px;
  color: #ebf3fb;
  background: #28323e;
  border: none;
  border-radius: 6px;
}
#credits-purchased .box table td {
  color: #ebf3fb;
  font-size: 14px;
  vertical-align: middle;
}
@media (max-width: 767px) {
  #credits-purchased .box table thead {
    display: none;
  }
  #credits-purchased .box table tr {
    display: flex;
    flex-direction: column;
    border-bottom: 2px solid #323e4e;
    margin-bottom: 13px;
    border-bottom: 2px solid #f95432;
  }
  #credits-purchased .box table td {
    position: relative;
    text-align: left !important;
    width: 100% !important;
    padding-left: 128px;
    display: flex;
    align-items: center;
    justify-content: end;
    min-height: 44px;
    text-align: right !important;
  }
  #credits-purchased .box table td:not(:last-child)::before {
    content: attr(data-label);
    font-weight: 600;
    position: absolute;
    left: 0;
    height: 100%;
    top: 0px;
    padding-top: 7px;
    width: 126px;
    padding-left: 5px;
    background-color: #28323e;
    line-height: 29px;
    -moz-text-align-last: left;
         text-align-last: left;
    text-align: left;
    border-right: 1px solid #fff;
  }
  #credits-purchased .box table td:last-child {
    padding-left: 0;
    justify-content: center;
  }
  #credits-purchased .box table td .btn {
    margin-left: 10px;
  }
}
#credits-purchased .box .btn-view {
  background: #f95432;
  color: #fff;
  text-wrap: nowrap;
}

#payment-user-details .order-box {
  padding: 1.75rem 1.5rem;
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.35);
  border-radius: 5px;
  background: #323e4e;
  color: #fff;
}
#payment-user-details .title {
  font-size: 16px;
  text-transform: uppercase;
  padding-bottom: 6px;
  font-weight: 700;
  margin-bottom: 15px;
  border-bottom: 1px solid #c7c7c7;
}
#payment-user-details th {
  background: none !important;
  color: #000;
}
#payment-user-details .btn-pay {
  background: #f95432;
  display: block;
  width: 70%;
  margin: 0 auto;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  box-shadow: none;
  padding: 10px;
}
#payment-user-details .btn-pay:hover {
  background: #f12f07;
  transition: all 0.5s;
}
#payment-user-details .btn-back {
  background: #4c5e76;
  display: block;
  margin: 0 auto;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  box-shadow: none;
  padding: 10px;
}
#payment-user-details .btn-back .fa {
  font-size: 13px;
}
#payment-user-details .btn-back:hover {
  background: #384557;
  transition: all 0.5s;
}
#payment-user-details .price-wrapper {
  background: #e4e4e4;
  padding: 10px 8px;
  border-radius: 4px;
  font-size: 17px;
  color: #000;
}
#payment-user-details .price-wrapper .price {
  font-weight: 900;
}
#payment-user-details .btn-download-invoice {
  background: #f95432;
  font-size: 12px;
  color: #fff;
  font-family: "Open Sans", sans-serif;
}

#audiobook-reviews .box {
  padding: 1.75rem 1.5rem;
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
}
#audiobook-reviews .box table th {
  font-weight: 700;
  font-size: 15px;
  color: #ebf3fb;
  background: #f0f0f0;
  border: none;
}
#audiobook-reviews .box table td {
  color: #ebf3fb;
  font-size: 14px;
  vertical-align: middle;
}
#audiobook-reviews .box table td a {
  color: #f95432;
}
#audiobook-reviews .box .btn-add-review {
  background: #f95432;
  color: #fff;
}
#audiobook-reviews .box .btn-view-review {
  background: #323e4e;
  color: #fff;
}

#audiobook-add-reviews .box {
  padding: 1.75rem 1.5rem;
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
}
#audiobook-add-reviews .box .starrr .fa-star {
  color: #fdd171;
  font-size: 22px;
  text-decoration: none;
}
#audiobook-add-reviews .box .btn-add-review {
  background: #f95432;
  color: #fff;
  border-radius: 50px;
  padding: 10px 35px;
  text-transform: uppercase;
  font-weight: 700;
}
#audiobook-add-reviews .box #my-review .fa-star {
  color: #fdd171;
}

#sales-history .box {
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.35);
  border-radius: 5px;
}
#sales-history .box .unpaid-credits {
  background: #f8050b;
  color: #fff;
  display: inline-block;
  padding: 5px 15px;
  border-radius: 30px;
}
#sales-history .box .paid-credits {
  background: #4ad395;
  color: #fff;
  display: inline-block;
  padding: 5px 15px;
  border-radius: 30px;
  margin-left: 15px;
}
#sales-history .box table {
  background: #323e4e;
  border-radius: 6px;
}
#sales-history .box table th {
  font-weight: 700;
  font-size: 15px;
  color: #ebf3fb;
  background: #28323e;
  border: none;
  border-radius: 6px;
}
#sales-history .box table td {
  color: #ebf3fb;
  font-size: 14px;
  vertical-align: middle;
}
#sales-history .box table td .btn-view {
  background: #f95432;
  color: #ebf3fb;
}
@media (min-width: 1199px) and (max-width: 1329px) {
  #sales-history .box table td .btn-view {
    font-size: 0.6875rem;
    padding: 4px 2px;
    text-wrap: nowrap;
  }
}
@media (max-width: 1199px) {
  #sales-history .box table thead {
    display: none;
  }
  #sales-history .box table tr {
    display: flex;
    flex-direction: column;
    border-bottom: 2px solid #323e4e;
    margin-bottom: 13px;
    border-bottom: 2px solid #f95432;
  }
  #sales-history .box table td {
    position: relative;
    text-align: left !important;
    width: 100% !important;
    padding-left: 128px;
    display: flex;
    align-items: center;
    justify-content: end;
    min-height: 44px;
    text-align: right !important;
  }
  #sales-history .box table td:first-child {
    display: block;
  }
  #sales-history .box table td:first-child img {
    width: 95%;
    max-width: 269px;
  }
  #sales-history .box table td:first-child .url-title {
    display: block;
    text-align: center;
  }
  #sales-history .box table td:last-child {
    padding-left: 0;
    justify-content: center;
  }
  #sales-history .box table td:not(:last-child)::before {
    content: attr(data-label);
    font-weight: 600;
    position: absolute;
    left: 0;
    height: 100%;
    top: 0px;
    padding-top: 7px;
    width: 126px;
    padding-left: 5px;
    background-color: #28323e;
    line-height: 29px;
    -moz-text-align-last: left;
         text-align-last: left;
    text-align: left;
    border-right: 1px solid #fff;
  }
  #sales-history .box table td .btn {
    margin-left: 10px;
  }
}

#received-payment-detail .box {
  padding: 0;
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  background: #323e4e;
}
#received-payment-detail .box table thead th {
  font-weight: 700;
  font-size: 15px;
  color: #ebf3fb;
  border: none;
  background: #28323e;
}
#received-payment-detail .box table tbody td {
  color: #ebf3fb;
  font-size: 14px;
  vertical-align: middle;
}
#received-payment-detail .box table tbody td img {
  border-radius: 0.375rem;
}
#received-payment-detail .box table tbody td a {
  color: #fff;
}
#received-payment-detail .box table tfoot {
  font-size: 0.9375rem;
  color: #ebf3fb;
  font-weight: 700;
}
@media (max-width: 767px) {
  #received-payment-detail .box table thead, #received-payment-detail .box table th {
    display: none;
  }
  #received-payment-detail .box table tr {
    display: flex;
    flex-direction: column;
  }
  #received-payment-detail .box table td {
    position: relative;
    text-align: left !important;
    width: 100% !important;
    padding-left: 153px;
    display: flex;
    align-items: center;
    justify-content: end;
    min-height: 44px;
    text-align: right !important;
  }
  #received-payment-detail .box table td:first-child {
    display: block;
  }
  #received-payment-detail .box table td:first-child img {
    width: 95%;
    max-width: 269px;
  }
  #received-payment-detail .box table td:first-child .url-title {
    display: block;
    text-align: center;
    margin: 5px 0;
  }
  #received-payment-detail .box table td::before {
    content: attr(data-label);
    font-weight: 600;
    position: absolute;
    left: 0;
    height: 100%;
    top: 0px;
    padding-top: 7px;
    width: 150px;
    padding-left: 5px;
    background-color: #28323e;
    line-height: 29px;
    -moz-text-align-last: left;
         text-align-last: left;
    text-align: left;
    border-right: 1px solid #fff;
  }
  #received-payment-detail .box table td .btn {
    margin-left: 10px;
  }
  #received-payment-detail .box table tbody td:nth-child(2) {
    display: none;
  }
  #received-payment-detail .box table tbody tr {
    display: flex;
    flex-direction: column;
    border-bottom: 2px solid #323e4e;
    margin-bottom: 13px;
    border-bottom: 2px solid #f95432;
  }
}
#received-payment-detail .form-upload-invoice {
  border: 1px solid #fff;
  background: #28323e;
  padding: 6px 25px;
}
#received-payment-detail .form-upload-invoice .btn-upload-invoice {
  background: #f95432;
  color: #fff;
  padding: 9px 20px;
}

#unpaid-sales .box {
  padding: 0;
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  background: #323e4e;
}
#unpaid-sales .box table thead th {
  font-weight: 700;
  font-size: 15px;
  color: #ebf3fb;
  border: none;
  background: #28323e;
}
#unpaid-sales .box table tbody td {
  color: #ebf3fb;
  font-size: 14px;
  vertical-align: middle;
}
#unpaid-sales .box table tbody td .img-wrapper {
  position: relative;
  display: inline-block;
}
#unpaid-sales .box table tbody td .img-wrapper img {
  border-radius: 6px;
}
#unpaid-sales .box table tbody td .img-wrapper .audio-duration {
  display: block;
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 8px;
  background: rgba(255, 255, 255, 0.6);
  padding: 3px 10px;
  font-size: 0.6875rem;
  color: #323e4e;
  font-weight: 700;
  border-radius: 25px;
  background: #4c5e76;
  color: #fff;
}
@media (min-width: 1199px) {
  #unpaid-sales .box table tbody td .img-wrapper .audio-duration {
    font-size: 0.75rem;
  }
}
#unpaid-sales .box table tbody td a {
  color: #fff;
}
#unpaid-sales .box table tfoot {
  font-size: 18px;
  color: #ebf3fb;
}
@media (max-width: 767px) {
  #unpaid-sales .box table thead {
    display: none;
  }
  #unpaid-sales .box table tr {
    display: flex;
    flex-direction: column;
    border-bottom: 2px solid #323e4e;
    margin-bottom: 13px;
    border-bottom: 2px solid #f95432;
  }
  #unpaid-sales .box table td {
    position: relative;
    text-align: left !important;
    width: 100% !important;
    padding-left: 128px;
    display: flex;
    align-items: center;
    justify-content: end;
    min-height: 44px;
    text-align: right !important;
  }
  #unpaid-sales .box table td:first-child {
    display: block;
  }
  #unpaid-sales .box table td:first-child img {
    width: 95%;
    max-width: 269px;
  }
  #unpaid-sales .box table td:first-child .url-title {
    display: block;
    text-align: center;
  }
  #unpaid-sales .box table td::before {
    content: attr(data-label);
    font-weight: 600;
    position: absolute;
    left: 0;
    height: 100%;
    top: 0px;
    padding-top: 7px;
    width: 126px;
    padding-left: 5px;
    background-color: #28323e;
    line-height: 29px;
    -moz-text-align-last: left;
         text-align-last: left;
    text-align: left;
    border-right: 1px solid #fff;
  }
  #unpaid-sales .box table td .btn {
    margin-left: 10px;
  }
}

.buy-credits {
  padding-top: 0;
}
.buy-credits p {
  font-size: 1rem;
  color: #ebf3fb;
}
.buy-credits .card {
  border: 1px solid #364354;
  padding: 25px 15px;
  border-radius: 10px;
  box-shadow: 0 0 10px 0px #3c4a5e;
  margin-bottom: 15px;
  background: #323e4e;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .buy-credits .card {
    padding: 15px 8px;
  }
}
.buy-credits .card .title {
  display: block;
  text-align: center;
  font-size: 1.375rem;
  font-weight: 700;
  color: #ebf3fb;
}
.buy-credits .card .price-per-credit {
  display: block;
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
  color: #ebf3fb;
}
.buy-credits .card .main-section {
  padding: 15px;
  text-align: center;
  border-radius: 10px;
  margin: 10px auto;
  height: 140px;
  margin: 20px auto;
}
.buy-credits .card .main-section .icon {
  display: -ms-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  border-radius: 50%;
  margin-bottom: 10px;
}
.buy-credits .card .main-section .icon img {
  filter: grayscale(1);
}
.buy-credits .card .main-section .price {
  display: block;
  font-size: 1.125rem;
  color: #f95432;
  font-weight: 700;
}
.buy-credits .card .main-section .price-old {
  display: block;
  text-align: center;
  color: #61666f;
  font-size: 1rem;
  text-decoration: line-through;
}
.buy-credits .card .btn-buy {
  display: block;
  margin: auto;
  padding: 0.5rem 3rem;
  transition: color 0.3s ease;
  background: #f95432;
}
.buy-credits .card .btn-buy:hover {
  color: #ebf3fb;
}
.buy-credits .card.active {
  background-repeat: no-repeat;
}
.buy-credits .card.active .main-section {
  background: #f95432;
}
.buy-credits .card.active .main-section .price {
  color: #ebf3fb;
}
.buy-credits .card.card-horz .credits-form {
  display: -ms-flex;
  display: flex;
  align-items: center;
}

#main-player {
  background: #333;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  height: auto;
  transform: translateY(130%);
  border: 1px solid #fff;
  transition: transform 0.3s linear;
}
@media (min-width: 991px) {
  #main-player {
    width: 31%;
    right: 0;
    left: inherit;
  }
}
#main-player figure {
  display: none;
}
#main-player #progress-container {
  width: 100%;
  float: left;
  position: relative;
  height: 20px;
  cursor: pointer;
  /* IE 11 */
}
#main-player #progress-container:hover input[type=range].amplitude-song-slider::-webkit-slider-thumb {
  display: block;
}
#main-player #progress-container:hover input[type=range].amplitude-song-slider::-moz-range-thumb {
  visibility: visible;
}
#main-player #progress-container progress#song-played-progress {
  width: 100%;
  position: absolute;
  left: 0;
  top: 8px;
  right: 0;
  width: 100%;
  z-index: 60;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 7px;
  border-radius: 5px;
  background: transparent;
  border: none;
  background-color: #3c495e;
}
#main-player #progress-container progress#song-buffered-progress {
  position: absolute;
  left: 0;
  top: 8px;
  right: 0;
  width: 100%;
  z-index: 10;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 4px;
  border-radius: 5px;
  background: transparent;
  border: none;
}
#main-player #progress-container input[type=range] {
  -webkit-appearance: none;
  width: 100%;
  margin: 7.5px 0;
  position: absolute;
  z-index: 990;
  top: -7px;
  height: 20px;
  cursor: pointer;
  background-color: inherit;
}
#main-player #progress-container input[type=range]:focus {
  outline: none;
}
#main-player #progress-container input[type=range]::-moz-range-thumb {
  background-color: #f95432;
  border-color: #f95432;
}
#main-player .player {
  padding: 20px;
  border-radius: 10px;
  align-items: center;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  #main-player .player {
    flex-wrap: wrap;
    padding: 15px 10px;
  }
}
#main-player .controls-right {
  display: -ms-flex;
  display: flex;
  align-items: center;
  width: 100%;
}
#main-player .hp_slide {
  width: 100%;
  display: -ms-flex;
  display: flex;
  align-items: center;
  margin-right: 20px;
}
#main-player .hp_range {
  width: 0;
  background: #ffc107;
  height: 25px;
  border-radius: 7px;
  border: 1px solid #ffc107;
  position: relative;
  top: -1px;
}
#main-player .btn-play, #main-player .btn-pause {
  width: 70px;
  height: 70px;
  text-align: center;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ff8167;
  background: linear-gradient(180deg, #ff8167 0%, #fb5532 100%);
  border-radius: 50%;
  color: #fff;
  font-size: 1.25rem;
  margin: 0 10px;
}
@media (max-width: 991px) {
  #main-player .btn-play, #main-player .btn-pause {
    font-size: 1.125rem;
    width: 60px;
    height: 60px;
  }
}
#main-player #tracktime {
  margin-bottom: 0 !important;
  position: relative;
  margin-right: 5px;
  font-weight: 600;
}
@media (max-width: 1399px) {
  #main-player #tracktime {
    font-size: 0.875rem;
  }
}
#main-player #totaltime {
  font-weight: 600;
  margin-left: 5px;
}
@media (max-width: 1399px) {
  #main-player #totaltime {
    font-size: 0.875rem;
  }
}
#main-player .controls-audios {
  display: -ms-flex;
  display: flex;
  align-items: center;
  margin-right: 15px;
  margin-left: -10px;
}
@media (max-width: 767px) {
  #main-player .controls-audios {
    display: none;
  }
}
#main-player .controls-audios a {
  margin: 0 15px;
  color: #acacac;
  text-decoration: none;
  font-size: 11px;
  text-align: center;
  display: -ms-flex;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-top: 16px;
  font-weight: 600;
  transition: all 0.2s ease;
}
#main-player .controls-audios a:hover {
  color: #fff;
}
#main-player .controls-audios a:hover span {
  background: #7b7b7b;
}
#main-player .controls-audios a span {
  background: #4d4d4d;
  width: 40px;
  height: 40px;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 14px;
  margin-bottom: 3px;
  color: #fff;
  transition: all 0.2s ease;
}
#main-player .heading {
  text-align: center;
  overflow: hidden;
  flex: 0 0 100%;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #main-player .heading {
    width: 100%;
  }
}
@media (max-width: 767px) {
  #main-player .heading {
    width: 100%;
  }
}
#main-player .heading img {
  max-height: 300px;
  display: block;
  margin: auto;
}
#main-player .heading .song-name {
  font-size: 1.125rem;
  color: #fff;
  font-weight: 600;
  display: block;
  margin: 0.9375rem 0;
}
#main-player .heading .author {
  color: #f95432;
  margin-bottom: 0.9375rem;
  display: block;
}
@media (min-width: 991px) {
  #main-player .heading #output {
    width: 400px;
  }
}
@media (max-width: 767px) {
  #main-player .heading #output {
    width: 100vw;
  }
}
#main-player .main-controls {
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-right: 10px;
  min-width: 350px;
  width: 100%;
  margin-bottom: 0.9375rem;
}
#main-player .main-controls a:not(.btn) {
  display: block;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 600;
  text-decoration: none;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 19px;
  color: #acacac;
  font-size: 11px;
  transition: all 0.2s ease;
}
#main-player .main-controls a:not(.btn):hover {
  color: #fff;
}
#main-player .main-controls a:not(.btn):hover span {
  background: #7b7b7b;
}
#main-player .main-controls a:not(.btn):first-child span {
  font-size: 0.875rem;
  width: 40px;
  height: 40px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #main-player .main-controls a:not(.btn):first-child span {
    width: 35px;
    height: 35px;
  }
}
#main-player .main-controls a:not(.btn):last-child span {
  font-size: 0.875rem;
  width: 40px;
  height: 40px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #main-player .main-controls a:not(.btn):last-child span {
    width: 35px;
    height: 35px;
  }
}
#main-player .main-controls a:not(.btn) span {
  background: #4d4d4d;
  font-size: 0.75rem;
  width: 30px;
  height: 30px;
  color: #fff;
  border-radius: 50%;
  text-decoration: none;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 3px;
  transition: all 0.2s ease;
}
#main-player .time-box {
  min-width: 100px;
  margin: 0 20px;
  font-size: 0.875rem;
  color: #fff;
}
@media (max-width: 1599px) {
  #main-player .time-box {
    width: auto;
  }
}
@media (max-width: 1599px) and (min-width: 767px) {
  #main-player .time-box {
    margin: 0 10px;
  }
}
@media (max-width: 767px) {
  #main-player .time-box {
    width: 50%;
    margin-left: 0;
    font-size: 0.75rem;
    order: 3;
  }
}
@media (max-width: 767px) {
  #main-player .controls-volume {
    display: none;
  }
}
#main-player .controls-volume, #main-player .controls-speed {
  position: relative;
  margin-left: auto;
  margin-top: 0.625rem;
}
#main-player .controls-volume:hover a, #main-player .controls-speed:hover a {
  color: #f95432 !important;
  background: #fff;
}
#main-player .controls-volume:hover .volume, #main-player .controls-speed:hover .volume {
  visibility: visible;
  opacity: 1;
}
#main-player .controls-volume a, #main-player .controls-speed a {
  color: #fff;
  padding: 10px;
  border-radius: 7px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  width: 40px;
  display: block;
}
#main-player .controls-volume .volume, #main-player .controls-volume .playback-speed, #main-player .controls-speed .volume, #main-player .controls-speed .playback-speed {
  display: -ms-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: calc(100% - 10px);
  background: #fff;
  border-radius: 7px;
  width: 40px;
  height: 120px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  box-shadow: 0px -8px 10px 0px rgba(0, 0, 0, 0.15);
  visibility: hidden;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  opacity: 0;
  z-index: 998;
  transition: all 0.2s ease;
}
@media (max-width: 767px) {
  #main-player .controls-volume .volume, #main-player .controls-volume .playback-speed, #main-player .controls-speed .volume, #main-player .controls-speed .playback-speed {
    left: auto;
    right: 0;
    transform: none;
  }
}
#main-player .controls-volume .volume #volume, #main-player .controls-volume .playback-speed #volume, #main-player .controls-speed .volume #volume, #main-player .controls-speed .playback-speed #volume {
  transform: rotate(-90deg);
  height: 40px;
  width: 100px;
}
#main-player .controls-volume .playback-speed, #main-player .controls-speed .playback-speed {
  flex-direction: column;
  height: auto;
  width: 80px;
  text-align: center;
  z-index: 999;
  bottom: 10px;
  cursor: pointer;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #main-player .controls-volume .playback-speed, #main-player .controls-speed .playback-speed {
    width: 70px;
  }
}
#main-player .controls-volume .playback-speed span, #main-player .controls-speed .playback-speed span {
  color: #f95432;
  width: auto;
  font-weight: 600;
  width: 100%;
  border-radius: 0 !important;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #main-player .controls-volume .playback-speed span, #main-player .controls-speed .playback-speed span {
    font-size: 0.875rem;
  }
}
#main-player .controls-volume .playback-speed span.active, #main-player .controls-speed .playback-speed span.active {
  background: #f95432;
  color: #fff !important;
}
#main-player .controls-volume .playback-speed span:hover, #main-player .controls-speed .playback-speed span:hover {
  background-color: #323e4e;
  color: #fff;
}
#main-player .controls-speed {
  margin-left: 15px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #main-player .controls-speed {
    margin-left: 5px;
  }
}
@media (max-width: 767px) {
  #main-player .controls-speed {
    margin-left: auto;
    order: 4;
  }
}
#main-player .controls-speed .speed-toggle {
  width: 80px;
  text-align: center;
  display: block;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #main-player .controls-speed .speed-toggle {
    width: 70px;
    font-size: 0.875rem;
  }
}
@media (max-width: 767px) {
  #main-player .controls-speed .speed-toggle {
    width: auto;
    font-size: 0.875rem;
    margin-left: auto;
  }
}
#main-player .hide-player {
  position: absolute;
  z-index: 0;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  right: 20px;
  transform: translateY(-100%);
  font-size: 1rem;
  color: #dfdfdf;
  width: 30px;
  height: 30px;
  background: #4d4d4d;
  text-decoration: none;
}

#set-photo-player, #set-timeline-player {
  background-color: #333;
}
#set-photo-player #progress-container, #set-timeline-player #progress-container {
  width: 100%;
  float: left;
  position: relative;
  height: 20px;
  cursor: pointer;
  /* IE 11 */
}
#set-photo-player #progress-container:hover input[type=range].amplitude-song-slider::-webkit-slider-thumb, #set-timeline-player #progress-container:hover input[type=range].amplitude-song-slider::-webkit-slider-thumb {
  display: block;
}
#set-photo-player #progress-container:hover input[type=range].amplitude-song-slider::-moz-range-thumb, #set-timeline-player #progress-container:hover input[type=range].amplitude-song-slider::-moz-range-thumb {
  visibility: visible;
}
#set-photo-player #progress-container progress#song-played-progress, #set-timeline-player #progress-container progress#song-played-progress {
  width: 100%;
  position: absolute;
  left: 0;
  top: 8px;
  right: 0;
  width: 100%;
  z-index: 60;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 7px;
  border-radius: 5px;
  background: transparent;
  border: none;
  background-color: #3c495e;
}
#set-photo-player #progress-container progress#song-buffered-progress, #set-timeline-player #progress-container progress#song-buffered-progress {
  position: absolute;
  left: 0;
  top: 8px;
  right: 0;
  width: 100%;
  z-index: 10;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 4px;
  border-radius: 5px;
  background: transparent;
  border: none;
}
#set-photo-player #progress-container input[type=range], #set-timeline-player #progress-container input[type=range] {
  -webkit-appearance: none;
  width: 100%;
  margin: 7.5px 0;
  position: absolute;
  z-index: 990;
  top: -7px;
  height: 20px;
  cursor: pointer;
  background-color: inherit;
}
#set-photo-player #progress-container input[type=range]:focus, #set-timeline-player #progress-container input[type=range]:focus {
  outline: none;
}
#set-photo-player #progress-container input[type=range]::-moz-range-thumb, #set-timeline-player #progress-container input[type=range]::-moz-range-thumb {
  background-color: #f95432;
  border-color: #f95432;
}
#set-photo-player .player, #set-timeline-player .player {
  padding: 20px;
  border-radius: 10px;
  align-items: center;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  #set-photo-player .player, #set-timeline-player .player {
    flex-wrap: wrap;
    padding: 15px 10px;
  }
}
#set-photo-player .controls-right, #set-timeline-player .controls-right {
  display: -ms-flex;
  display: flex;
  align-items: center;
  width: 100%;
}
#set-photo-player .hp_slide, #set-timeline-player .hp_slide {
  width: 100%;
  display: -ms-flex;
  display: flex;
  align-items: center;
  margin-right: 20px;
}
#set-photo-player .hp_range, #set-timeline-player .hp_range {
  width: 0;
  background: #ffc107;
  height: 25px;
  border-radius: 7px;
  border: 1px solid #ffc107;
  position: relative;
  top: -1px;
}
#set-photo-player .btn-play,
#set-photo-player .btn-pause, #set-timeline-player .btn-play,
#set-timeline-player .btn-pause {
  width: 70px;
  height: 70px;
  text-align: center;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ff8167;
  background: linear-gradient(180deg, #ff8167 0%, #fb5532 100%);
  border-radius: 50%;
  color: #fff;
  font-size: 1.25rem;
  margin: 0 10px;
}
@media (max-width: 991px) {
  #set-photo-player .btn-play,
#set-photo-player .btn-pause, #set-timeline-player .btn-play,
#set-timeline-player .btn-pause {
    font-size: 1.125rem;
    width: 60px;
    height: 60px;
  }
}
#set-photo-player #tracktime, #set-timeline-player #tracktime {
  margin-bottom: 0 !important;
  position: relative;
  margin-right: 5px;
  font-weight: 600;
}
@media (max-width: 1399px) {
  #set-photo-player #tracktime, #set-timeline-player #tracktime {
    font-size: 0.875rem;
  }
}
#set-photo-player #totaltime, #set-timeline-player #totaltime {
  font-weight: 600;
  margin-left: 5px;
}
@media (max-width: 1399px) {
  #set-photo-player #totaltime, #set-timeline-player #totaltime {
    font-size: 0.875rem;
  }
}
#set-photo-player .controls-audios, #set-timeline-player .controls-audios {
  display: -ms-flex;
  display: flex;
  align-items: center;
  margin-right: 15px;
  margin-left: -10px;
}
@media (max-width: 767px) {
  #set-photo-player .controls-audios, #set-timeline-player .controls-audios {
    display: none;
  }
}
#set-photo-player .controls-audios a, #set-timeline-player .controls-audios a {
  margin: 0 15px;
  color: #acacac;
  text-decoration: none;
  font-size: 11px;
  text-align: center;
  display: -ms-flex;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-top: 16px;
  font-weight: 600;
  transition: all 0.2s ease;
}
#set-photo-player .controls-audios a:hover, #set-timeline-player .controls-audios a:hover {
  color: #fff;
}
#set-photo-player .controls-audios a:hover span, #set-timeline-player .controls-audios a:hover span {
  background: #7b7b7b;
}
#set-photo-player .controls-audios a span, #set-timeline-player .controls-audios a span {
  background: #4d4d4d;
  width: 40px;
  height: 40px;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 14px;
  margin-bottom: 3px;
  color: #fff;
  transition: all 0.2s ease;
}
#set-photo-player .heading, #set-timeline-player .heading {
  text-align: center;
  overflow: hidden;
  flex: 0 0 100%;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #set-photo-player .heading, #set-timeline-player .heading {
    width: 100%;
  }
}
@media (max-width: 767px) {
  #set-photo-player .heading, #set-timeline-player .heading {
    width: 100%;
  }
}
#set-photo-player .heading img, #set-timeline-player .heading img {
  max-height: 300px;
  display: block;
  margin: auto;
}
#set-photo-player .heading .song-name, #set-timeline-player .heading .song-name {
  font-size: 1.125rem;
  color: #fff;
  font-weight: 600;
  display: block;
  margin: 0.9375rem 0;
}
#set-photo-player .heading .author, #set-timeline-player .heading .author {
  color: #f95432;
  margin-bottom: 0.9375rem;
  display: block;
}
@media (min-width: 991px) {
  #set-photo-player .heading #output, #set-timeline-player .heading #output {
    width: 400px;
  }
}
@media (max-width: 767px) {
  #set-photo-player .heading #output, #set-timeline-player .heading #output {
    width: 100vw;
  }
}
#set-photo-player .main-controls, #set-timeline-player .main-controls {
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-right: 10px;
  width: 100%;
  margin-bottom: 0.9375rem;
}
#set-photo-player .main-controls a:not(.btn), #set-timeline-player .main-controls a:not(.btn) {
  display: block;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 600;
  text-decoration: none;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 19px;
  color: #acacac;
  font-size: 11px;
  transition: all 0.2s ease;
}
#set-photo-player .main-controls a:not(.btn):hover, #set-timeline-player .main-controls a:not(.btn):hover {
  color: #fff;
}
#set-photo-player .main-controls a:not(.btn):hover span, #set-timeline-player .main-controls a:not(.btn):hover span {
  background: #7b7b7b;
}
#set-photo-player .main-controls a:not(.btn):first-child span, #set-timeline-player .main-controls a:not(.btn):first-child span {
  font-size: 0.875rem;
  width: 40px;
  height: 40px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #set-photo-player .main-controls a:not(.btn):first-child span, #set-timeline-player .main-controls a:not(.btn):first-child span {
    width: 35px;
    height: 35px;
  }
}
#set-photo-player .main-controls a:not(.btn):last-child span, #set-timeline-player .main-controls a:not(.btn):last-child span {
  font-size: 0.875rem;
  width: 40px;
  height: 40px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #set-photo-player .main-controls a:not(.btn):last-child span, #set-timeline-player .main-controls a:not(.btn):last-child span {
    width: 35px;
    height: 35px;
  }
}
#set-photo-player .main-controls a:not(.btn) span, #set-timeline-player .main-controls a:not(.btn) span {
  background: #4d4d4d;
  font-size: 0.75rem;
  width: 30px;
  height: 30px;
  color: #fff;
  border-radius: 50%;
  text-decoration: none;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 3px;
  transition: all 0.2s ease;
}
#set-photo-player .time-box, #set-timeline-player .time-box {
  min-width: 100px;
  margin: 0 20px;
  font-size: 0.875rem;
  color: #fff;
}
@media (max-width: 1599px) {
  #set-photo-player .time-box, #set-timeline-player .time-box {
    width: auto;
  }
}
@media (max-width: 1599px) and (min-width: 767px) {
  #set-photo-player .time-box, #set-timeline-player .time-box {
    margin: 0 10px;
  }
}
@media (max-width: 767px) {
  #set-photo-player .time-box, #set-timeline-player .time-box {
    width: 50%;
    margin-left: 0;
    font-size: 0.75rem;
    order: 3;
  }
}
@media (max-width: 767px) {
  #set-photo-player .controls-volume, #set-timeline-player .controls-volume {
    display: none;
  }
}
#set-photo-player .controls-volume,
#set-photo-player .controls-speed, #set-timeline-player .controls-volume,
#set-timeline-player .controls-speed {
  position: relative;
  margin-left: auto;
  margin-top: 0.625rem;
}
#set-photo-player .controls-volume:hover a,
#set-photo-player .controls-speed:hover a, #set-timeline-player .controls-volume:hover a,
#set-timeline-player .controls-speed:hover a {
  color: #f95432 !important;
  background: #fff;
}
#set-photo-player .controls-volume:hover .volume,
#set-photo-player .controls-speed:hover .volume, #set-timeline-player .controls-volume:hover .volume,
#set-timeline-player .controls-speed:hover .volume {
  visibility: visible;
  opacity: 1;
}
#set-photo-player .controls-volume a,
#set-photo-player .controls-speed a, #set-timeline-player .controls-volume a,
#set-timeline-player .controls-speed a {
  color: #fff;
  padding: 10px;
  border-radius: 7px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  width: 40px;
  display: block;
}
#set-photo-player .controls-volume .volume,
#set-photo-player .controls-volume .playback-speed,
#set-photo-player .controls-speed .volume,
#set-photo-player .controls-speed .playback-speed, #set-timeline-player .controls-volume .volume,
#set-timeline-player .controls-volume .playback-speed,
#set-timeline-player .controls-speed .volume,
#set-timeline-player .controls-speed .playback-speed {
  display: -ms-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: calc(100% - 10px);
  background: #fff;
  border-radius: 7px;
  width: 40px;
  height: 120px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  box-shadow: 0px -8px 10px 0px rgba(0, 0, 0, 0.15);
  visibility: hidden;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  opacity: 0;
  z-index: 998;
  transition: all 0.2s ease;
}
@media (max-width: 767px) {
  #set-photo-player .controls-volume .volume,
#set-photo-player .controls-volume .playback-speed,
#set-photo-player .controls-speed .volume,
#set-photo-player .controls-speed .playback-speed, #set-timeline-player .controls-volume .volume,
#set-timeline-player .controls-volume .playback-speed,
#set-timeline-player .controls-speed .volume,
#set-timeline-player .controls-speed .playback-speed {
    left: auto;
    right: 0;
    transform: none;
  }
}
#set-photo-player .controls-volume .volume #volume,
#set-photo-player .controls-volume .playback-speed #volume,
#set-photo-player .controls-speed .volume #volume,
#set-photo-player .controls-speed .playback-speed #volume, #set-timeline-player .controls-volume .volume #volume,
#set-timeline-player .controls-volume .playback-speed #volume,
#set-timeline-player .controls-speed .volume #volume,
#set-timeline-player .controls-speed .playback-speed #volume {
  transform: rotate(-90deg);
  height: 40px;
  width: 100px;
}
#set-photo-player .controls-volume .playback-speed,
#set-photo-player .controls-speed .playback-speed, #set-timeline-player .controls-volume .playback-speed,
#set-timeline-player .controls-speed .playback-speed {
  flex-direction: column;
  height: auto;
  width: 80px;
  text-align: center;
  z-index: 999;
  bottom: 10px;
  cursor: pointer;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #set-photo-player .controls-volume .playback-speed,
#set-photo-player .controls-speed .playback-speed, #set-timeline-player .controls-volume .playback-speed,
#set-timeline-player .controls-speed .playback-speed {
    width: 70px;
  }
}
#set-photo-player .controls-volume .playback-speed span,
#set-photo-player .controls-speed .playback-speed span, #set-timeline-player .controls-volume .playback-speed span,
#set-timeline-player .controls-speed .playback-speed span {
  color: #f95432;
  width: auto;
  font-weight: 600;
  width: 100%;
  border-radius: 0 !important;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #set-photo-player .controls-volume .playback-speed span,
#set-photo-player .controls-speed .playback-speed span, #set-timeline-player .controls-volume .playback-speed span,
#set-timeline-player .controls-speed .playback-speed span {
    font-size: 0.875rem;
  }
}
#set-photo-player .controls-volume .playback-speed span.active,
#set-photo-player .controls-speed .playback-speed span.active, #set-timeline-player .controls-volume .playback-speed span.active,
#set-timeline-player .controls-speed .playback-speed span.active {
  background: #f95432;
  color: #fff !important;
}
#set-photo-player .controls-volume .playback-speed span:hover,
#set-photo-player .controls-speed .playback-speed span:hover, #set-timeline-player .controls-volume .playback-speed span:hover,
#set-timeline-player .controls-speed .playback-speed span:hover {
  background-color: #323e4e;
  color: #fff;
}
#set-photo-player .controls-speed, #set-timeline-player .controls-speed {
  margin-left: 15px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #set-photo-player .controls-speed, #set-timeline-player .controls-speed {
    margin-left: 5px;
  }
}
@media (max-width: 767px) {
  #set-photo-player .controls-speed, #set-timeline-player .controls-speed {
    margin-left: auto;
    order: 4;
  }
}
#set-photo-player .controls-speed .speed-toggle, #set-timeline-player .controls-speed .speed-toggle {
  width: 80px;
  text-align: center;
  display: block;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #set-photo-player .controls-speed .speed-toggle, #set-timeline-player .controls-speed .speed-toggle {
    width: 70px;
    font-size: 0.875rem;
  }
}
@media (max-width: 767px) {
  #set-photo-player .controls-speed .speed-toggle, #set-timeline-player .controls-speed .speed-toggle {
    width: auto;
    font-size: 0.875rem;
    margin-left: auto;
  }
}

#profile .navigation-menu .menu-title {
  margin-bottom: 25px;
  color: #ebf3fb;
  font-size: 18px;
  margin-bottom: 0;
  padding-bottom: 5px;
  padding-left: 15px;
  border: 1px solid #5b5b5b;
  border-bottom: none;
  display: block;
  border-radius: 6px;
  padding-top: 5px;
  background: #9e9e9e;
}
@media (max-width: 1499px) {
  #profile .navigation-menu .menu-title {
    font-size: 15px;
  }
}
@media (min-width: 767px) and (max-width: 1299px) {
  #profile .navigation-menu .menu-title {
    font-size: 14px;
  }
}
#profile .navigation-menu .menu-title img {
  position: relative;
  top: -2px;
  margin-right: 8px;
}
#profile .navigation-menu .available_credits {
  background: #2e3948;
  display: block;
  margin-bottom: 0;
  color: #fff;
  border-radius: 6px;
  padding: 6px 0;
  padding-left: 15px;
  text-decoration: none;
}
#profile .navigation-menu .available_credits .credits {
  font-size: 16px;
  font-weight: 700;
  color: #ebf3fb;
  display: inline-block;
  text-align: center;
}
#profile .navigation-menu .available_credits img {
  position: relative;
  top: -2px;
  margin-right: 10px;
}
#profile .navigation-menu .available_credits small {
  padding-left: 33px;
}
#profile .navigation-menu .level-box {
  background: #2e3948;
  margin: 0;
  display: block;
  padding: 0;
  padding-left: 0;
  border-radius: 6px;
}
@media (min-width: 767px) and (max-width: 1299px) {
  #profile .navigation-menu .level-box {
    font-size: 12px;
  }
}
#profile .navigation-menu .level-box img {
  position: relative;
  top: -2px;
  margin-right: 10px;
  filter: brightness(0) invert(1);
}
#profile .navigation-menu .level-box span.level-title {
  display: block;
}
#profile .navigation-menu ul {
  border: 1px solid #3c4a5e;
  border-radius: 6px !important;
  padding: 0;
  background: #2e3948;
  border: 1px solid #5b5b5b;
  margin-bottom: 0;
}
#profile .navigation-menu ul li {
  list-style: none;
}
#profile .navigation-menu ul li.level-info {
  padding: 10px 0;
  padding-left: 15px;
  color: #9e9e9e;
}
#profile .navigation-menu ul li a {
  display: block;
  border-bottom: 1px solid #3c4a5e;
  padding: 10px 0;
  padding-left: 0px;
  padding-left: 15px;
  color: #ebf3fb;
  text-decoration: none;
  border-radius: 6px;
}
@media (min-width: 767px) and (max-width: 1299px) {
  #profile .navigation-menu ul li a {
    font-size: 12px;
  }
}
#profile .navigation-menu ul li a img {
  margin-right: 10px;
}
#profile .navigation-menu ul li a:hover {
  color: #f95432;
  transition: all 0.3s;
}
#profile .navigation-menu ul li a.active {
  background: #f95432;
}
#profile .navigation-menu ul li:last-child a {
  border: none;
}
#profile #edit-profile {
  margin-top: 14px;
}
#profile #edit-profile #avatar-form {
  text-align: center;
}
@media (max-width: 768px) {
  #profile #edit-profile #avatar-form {
    margin-bottom: 15px;
  }
}
#profile #edit-profile #avatar-form strong {
  margin-bottom: 10px;
  display: inline-block;
  font-weight: 600;
  color: #ebf3fb;
}
#profile #edit-profile #avatar-form img {
  display: block;
  border-radius: 6px;
}
#profile #edit-profile #avatar-form .upload_label {
  display: inline-block;
  margin-top: 15px;
  background: #e2e2e2;
  padding: 4px 9px;
  border-radius: 6px;
  font-size: 0.875rem;
  cursor: pointer;
  transition: all 0.3s;
}
#profile #edit-profile #avatar-form .upload_label:hover {
  background: #f95432;
  color: #fff;
}
#profile #edit-profile form {
  padding: 1.75rem 1.5rem;
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.35);
  border-radius: 5px;
  background: #323e4e;
}
#profile #edit-profile form .btn-update {
  background: #f95432;
}

.url-edits-audio a {
  color: #fff;
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
}
.url-edits-audio a:hover {
  color: #f95432;
  text-decoration: none;
}

#uploaded-audiobooks .box table {
  background: #323e4e;
}
#uploaded-audiobooks .box table th {
  font-weight: 700;
  font-size: 15px;
  color: #ebf3fb;
  border: none;
  background: #28323e;
}
#uploaded-audiobooks .box table td {
  color: #ebf3fb;
  font-size: 14px;
  vertical-align: middle;
}
#uploaded-audiobooks .box table td .url-audio {
  color: #ebf3fb;
  text-decoration: underline;
}
#uploaded-audiobooks .box table td .url-author {
  color: #ebf3fb;
  text-decoration: underline;
}
#uploaded-audiobooks .box .item {
  color: #ebf3fb;
  font-size: 15px;
  padding: 10px 25px;
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.35);
  border-radius: 5px;
  vertical-align: middle;
  background: #323e4e;
  transition: all 0.3s;
}
#uploaded-audiobooks .box .item .img-wrapper {
  position: relative;
  display: inline-block;
}
#uploaded-audiobooks .box .item .img-wrapper .audio-duration {
  display: block;
  position: absolute;
  z-index: 1;
  right: 8px;
  bottom: 8px;
  background: rgba(255, 255, 255, 0.6);
  padding: 3px 10px;
  font-size: 0.6875rem;
  color: #323e4e;
  font-weight: 700;
  border-radius: 25px;
  background: #4c5e76;
  color: #fff;
}
@media (min-width: 1199px) {
  #uploaded-audiobooks .box .item .img-wrapper .audio-duration {
    font-size: 0.75rem;
  }
}
#uploaded-audiobooks .box .item img {
  border-radius: 6px;
}
@media (max-width: 1199px) {
  #uploaded-audiobooks .box .item img {
    max-width: 200px;
    display: block;
    margin: auto;
  }
}
#uploaded-audiobooks .box .item:hover {
  background: #3c4a5e;
}
#uploaded-audiobooks .box .item .total-sales {
  background: #f95432;
  font-size: 12px;
  color: #fff;
  padding: 2px 4px;
}
#uploaded-audiobooks .box .item .url-audio {
  color: #f95432;
  text-decoration: none;
  font-size: 22px;
  border-bottom: 2px solid #46576d;
  display: block;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  #uploaded-audiobooks .box .item .url-audio {
    font-size: 18px;
  }
}
#uploaded-audiobooks .box .item .info-label {
  display: block;
}
@media (min-width: 1199px) and (max-width: 1299px) {
  #uploaded-audiobooks .box .item .info-label {
    font-size: 0.6875rem;
  }
}
@media (min-width: 767px) and (max-width: 1199px) {
  #uploaded-audiobooks .box .item .info-label {
    margin-right: 2px;
    font-size: 0.75rem;
    padding: 6px;
  }
}
@media (max-width: 767px) {
  #uploaded-audiobooks .box .item .info-label {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #5b5b5b;
    padding-bottom: 3px;
    margin-bottom: 3px;
  }
}
#uploaded-audiobooks .box .item strong {
  color: #cccccc;
}
@media (max-width: 767px) {
  #uploaded-audiobooks .box .item .unpaid-credits {
    margin: 0 5px;
  }
}
@media (min-width: 1199px) and (max-width: 1299px) {
  #uploaded-audiobooks .box .item .won-credits-box {
    font-size: 0.6875rem;
  }
}
@media (min-width: 767px) and (max-width: 1199px) {
  #uploaded-audiobooks .box .item .won-credits-box {
    font-size: 0.75rem;
  }
}
#uploaded-audiobooks .box .item .buttons-box {
  border-top: 2px solid #46576d;
  padding-top: 10px;
  margin-top: 20px;
}
#uploaded-audiobooks .box .item .buttons-box .btn {
  background: #28323e;
  color: #ebf3fb;
  margin-right: 20px;
  padding: 6px 16px;
  transition: all 0.3s;
}
@media (min-width: 1199px) and (max-width: 1299px) {
  #uploaded-audiobooks .box .item .buttons-box .btn {
    font-size: 0.6875rem;
  }
}
@media (min-width: 767px) and (max-width: 1199px) {
  #uploaded-audiobooks .box .item .buttons-box .btn {
    margin-right: 2px;
    font-size: 0.625rem;
    padding: 6px;
  }
}
@media (max-width: 767px) {
  #uploaded-audiobooks .box .item .buttons-box .btn {
    margin: 3px 0;
    width: 100%;
  }
}
#uploaded-audiobooks .box .item .buttons-box .btn:hover {
  background: #f95432;
}
#uploaded-audiobooks .box .item .buttons-box .btn-publish {
  background: #f95432;
}
@media (max-width: 767px) {
  #uploaded-audiobooks .box .item .buttons-box .btn-publish {
    width: 100%;
    margin-top: 5px;
  }
}
#uploaded-audiobooks .box .item .buttons-box .btn-publish:hover {
  background: #28323e;
}

@media (max-width: 767px) {
  #edit-audiobook {
    margin-bottom: 20px;
  }
}
#edit-audiobook .box {
  padding: 1.75rem 1.5rem;
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  background: #323e4e;
}
#edit-audiobook .box .btn-edit {
  background: #f95432;
}
@media (max-width: 767px) {
  #edit-audiobook .box .btn-edit {
    padding: 10px 15px;
    width: 100%;
  }
}
#edit-audiobook .box .image-audio {
  border-radius: 6px;
}
@media (min-width: 767px) {
  #edit-audiobook .box .image-audio {
    height: 100px;
  }
}
#edit-audiobook .box .hashtag-label {
  border: 1px solid #dbdada;
  padding: 5px 25px;
  display: inline-block;
  margin-right: 5px;
  color: #dbdada;
  border-radius: 30px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  margin-bottom: 5px;
}
#edit-audiobook .box .hashtag-label .remove-hashtag {
  color: #f8050b;
}

#credits-history h5 {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #fff;
}
#credits-history .box {
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.35);
  border-radius: 6px;
}
#credits-history .box table {
  background: #323e4e;
  border-radius: 6px;
}
#credits-history .box table th {
  font-weight: 700;
  font-size: 15px;
  color: #ebf3fb;
  background: #28323e;
  border: none;
  border-radius: 6px;
}
#credits-history .box table td {
  color: #ebf3fb;
  font-size: 14px;
  vertical-align: middle;
}
#credits-history .box table td .main-cateogry {
  display: block;
}
#credits-history .box table td .author-name {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
#credits-history .box table td img {
  border-radius: 6px;
}
#credits-history .box table td .img-wrapper {
  position: relative;
  display: inline-block;
}
#credits-history .box table td .img-wrapper img {
  border-radius: 6px;
}
#credits-history .box table td .img-wrapper .audio-duration {
  display: block;
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 8px;
  background: rgba(255, 255, 255, 0.6);
  padding: 3px 10px;
  padding-left: 2px;
  font-size: 0.6875rem;
  color: #323e4e;
  font-weight: 700;
  border-radius: 25px;
  background: #4c5e76;
  color: #fff;
}
#credits-history .box table td .img-wrapper .audio-duration .fa-play-circle {
  font-size: 17px;
  position: relative;
  top: 1px;
}
@media (min-width: 1199px) {
  #credits-history .box table td .img-wrapper .audio-duration {
    font-size: 0.75rem;
  }
}
#credits-history .box table td a {
  color: #ebf3fb;
}
#credits-history .box table td a:hover {
  color: #f95432;
  text-decoration: none;
}
#credits-history .box table td .duration-left {
  text-wrap: nowrap;
}
@media (max-width: 1199px) {
  #credits-history .box table.acitve-table thead {
    display: none;
  }
  #credits-history .box table.acitve-table tr {
    display: flex;
    flex-direction: column;
    margin-bottom: 13px;
    border-bottom: 2px solid #f95432;
  }
  #credits-history .box table.acitve-table td {
    position: relative;
    text-align: left !important;
    width: 100% !important;
    padding-left: 103px;
    display: flex;
    align-items: center;
    justify-content: end;
    min-height: 44px;
    text-align: right !important;
  }
  #credits-history .box table.acitve-table td:first-child {
    padding-left: 0;
    text-align: center !important;
    display: block;
  }
  #credits-history .box table.acitve-table td:first-child img {
    width: 95%;
    max-width: 269px;
  }
  #credits-history .box table.acitve-table td:first-child .url-title {
    display: block;
    text-align: center;
    margin: 10px 0;
  }
  #credits-history .box table.acitve-table td:first-child::before {
    display: none !important;
  }
  #credits-history .box table.acitve-table td:nth-child(3) {
    display: block;
  }
  #credits-history .box table.acitve-table td::before {
    content: attr(data-label);
    font-weight: 600;
    position: absolute;
    left: 0;
    height: 100%;
    top: 0px;
    padding-top: 7px;
    width: 103px;
    padding-left: 5px;
    background-color: #28323e;
    line-height: 29px;
    -moz-text-align-last: left;
         text-align-last: left;
    text-align: left;
    border-right: 1px solid #fff;
  }
  #credits-history .box table.acitve-table td .btn {
    margin-left: 10px;
  }
}
#credits-history .box table.history-table tbody td .expired-sticker {
  display: none;
}
#credits-history .box table.history-table tbody td .img-wrapper.expired {
  position: relative;
  display: inline-block;
}
#credits-history .box table.history-table tbody td .img-wrapper.expired img.main-image {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
}
#credits-history .box table.history-table tbody td .img-wrapper.expired .expired-sticker {
  text-shadow: -2px -2px 2px rgba(0, 0, 0, 0.6);
  position: absolute;
  right: 14px;
  color: #fff;
  bottom: 43px;
  font-size: 25px;
  transform: rotate(-45deg);
  display: block;
}
@media (max-width: 1199px) {
  #credits-history .box table.history-table thead {
    display: none;
  }
  #credits-history .box table.history-table tr {
    display: flex;
    flex-direction: column;
    border-bottom: 2px solid #323e4e;
    margin-bottom: 13px;
    border-bottom: 2px solid #f95432;
  }
  #credits-history .box table.history-table td {
    position: relative;
    text-align: left !important;
    width: 100% !important;
    padding-left: 128px;
    display: flex;
    align-items: center;
    justify-content: end;
    min-height: 44px;
    text-align: right !important;
  }
  #credits-history .box table.history-table td:first-child {
    padding-left: 0;
    text-align: center !important;
    display: block;
  }
  #credits-history .box table.history-table td:first-child img {
    width: 95%;
    max-width: 269px;
  }
  #credits-history .box table.history-table td:first-child .url-title {
    display: block;
    text-align: center;
    margin: 10px 0;
  }
  #credits-history .box table.history-table td:first-child::before {
    display: none !important;
  }
  #credits-history .box table.history-table td::before {
    content: attr(data-label);
    font-weight: 600;
    position: absolute;
    left: 0;
    height: 100%;
    top: 0px;
    padding-top: 7px;
    width: 126px;
    padding-left: 5px;
    background-color: #28323e;
    line-height: 29px;
    -moz-text-align-last: left;
         text-align-last: left;
    text-align: left;
    border-right: 1px solid #fff;
  }
  #credits-history .box table.history-table td .btn {
    margin-left: 10px;
  }
}

@media (max-width: 767px) {
  .audiobook-timeline thead {
    display: none;
  }
  .audiobook-timeline tr {
    display: flex;
    flex-direction: column;
    border-bottom: 2px solid #323e4e;
  }
  .audiobook-timeline td {
    position: relative;
    text-align: left !important;
    width: 100% !important;
    padding-left: 114px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
  }
  .audiobook-timeline td:not(:last-child):before {
    content: attr(data-label);
    font-weight: 600;
    position: absolute;
    left: 0;
    height: 100%;
    top: 0px;
    padding-top: 7px;
    width: 87px;
    padding-left: 12px;
    background-color: #323e4e;
    line-height: 29px;
  }
  .audiobook-timeline td .btn {
    margin-left: 10px;
  }
  .audiobook-timeline td:last-child {
    padding-left: 0;
    text-align: center !important;
    min-height: 53px;
    line-height: 31px;
  }
}
.audiobook-timeline h4 {
  color: #ebf3fb;
  font-size: 20px;
}
.audiobook-timeline h4 .help {
  position: relative;
  top: -2px;
}
.audiobook-timeline hr {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.audiobook-timeline .select-time {
  background: #f95432;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 16px;
}
@media (max-width: 575px) {
  .audiobook-timeline .select-time {
    width: 100%;
  }
}
.audiobook-timeline .btn-add-timeline {
  background: #f95432;
  color: #fff;
  padding: 9px 0;
  font-weight: 700;
}
.audiobook-timeline .btn-next-step {
  background: #f95432;
  color: #ebf3fb;
  font-size: 19px;
  padding: 5px 20px;
  width: 275px;
  font-weight: 700;
}
@media (max-width: 575px) {
  .audiobook-timeline .btn-next-step {
    font-size: 16px;
  }
}
.audiobook-timeline .box {
  padding: 1.25rem 1.5rem;
  box-shadow: 0 0 3px 1px rgba(255, 255, 255, 0.35);
  border-radius: 5px;
}
.audiobook-timeline .box table {
  margin-bottom: 0;
}
.audiobook-timeline .box table th {
  font-weight: 700;
  font-size: 15px;
  color: #ebf3fb;
  background: #323e4e;
  border: none;
  padding: 13px 3px;
}
.audiobook-timeline .box table td {
  color: #ebf3fb;
  font-size: 14px;
  vertical-align: middle;
}
.audiobook-timeline .box table td .btn-remove-timeline {
  color: #ebf3fb;
  background: #4c5e76;
}
.audiobook-timeline .box table td .content-time {
  background: #28323e;
  color: #ebf3fb;
  display: inline-block;
  border-radius: 50px;
  padding: 5px 10px;
  cursor: pointer;
  font-size: 13px;
}
.audiobook-timeline .box table td .content-time .fas {
  font-size: 10px;
  position: relative;
  top: -1px;
}
.audiobook-timeline .box table td .content-time:hover {
  background: #f95432;
}

#audiobooks-photos h4 {
  color: #ebf3fb;
}
#audiobooks-photos hr {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
#audiobooks-photos .dropzone {
  padding: 11px;
  position: relative;
}
#audiobooks-photos .dropzone .dz-message.needsclick {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
#audiobooks-photos .box-help {
  padding: 1.05rem 1.5rem;
  box-shadow: 0 0 3px 1px rgba(255, 255, 255, 0.35);
  border-radius: 5px;
  color: #ebf3fb;
  margin-bottom: 15px;
}
#audiobooks-photos .select-time {
  background: #f95432;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 16px;
}
@media (max-width: 575px) {
  #audiobooks-photos .select-time {
    width: 61%;
    font-size: 12px;
    padding: 7px 4px;
  }
}
#audiobooks-photos .btn-clear-time {
  background: #ededed;
  color: #303030;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 16px;
}
@media (max-width: 575px) {
  #audiobooks-photos .btn-clear-time {
    width: 37%;
    font-size: 12px;
  }
}
#audiobooks-photos .btn-save {
  background: #f95432;
  color: #ebf3fb;
  padding: 9px 0;
  font-weight: 700;
}
#audiobooks-photos h4 {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: #ebf3fb;
}
#audiobooks-photos .dropzone-box {
  position: relative;
}
#audiobooks-photos .dropzone-box .text {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#audiobooks-photos .box {
  padding: 1.05rem 1.5rem;
  box-shadow: 0 0 3px 1px rgba(255, 255, 255, 0.35);
  border-radius: 5px;
}
#audiobooks-photos .box .photo-label {
  border: 2px solid #d1d1d1;
  padding: 5px;
  cursor: pointer;
  position: relative;
}
#audiobooks-photos .box .photo-label input[type=radio] {
  display: none;
}
#audiobooks-photos .box .photo-label.active {
  border-color: #f95432;
}
#audiobooks-photos .box .photo-label.active::before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: rgba(74, 210, 148, 0.75);
  font-size: 100px;
  font-weight: 900;
}
#audiobooks-photos .box .btn-delete {
  color: #ebf3fb;
  background: #4c5e76;
}
@media (max-width: 399px) {
  #audiobooks-photos .box .btn-delete {
    font-size: 11px;
    padding-left: 6px;
    padding-right: 6px;
  }
}
#audiobooks-photos .box .btn-publish {
  background: #4ad395;
  color: #ebf3fb;
  font-size: 19px;
  padding: 5px 20px;
  width: auto;
  font-weight: 700;
}
@media (max-width: 767px) {
  #audiobooks-photos .box .btn-publish {
    font-size: 15px;
    margin-top: 10px;
    width: 100%;
  }
}
#audiobooks-photos .box .previous-step {
  background: #4c5e76;
  color: #ebf3fb;
  font-size: 19px;
  padding: 5px 20px;
  width: 275px;
  font-weight: 700;
}
@media (max-width: 767px) {
  #audiobooks-photos .box .previous-step {
    font-size: 15px;
    width: 100%;
  }
}
#audiobooks-photos .box .time-info {
  color: #ebf3fb;
  font-size: 12px;
  display: block;
}

#credits-purchased .box {
  padding: 0;
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.35);
  border-radius: 5px;
}
#credits-purchased .box table {
  background: #323e4e;
  border-radius: 6px;
}
#credits-purchased .box table th {
  font-weight: 700;
  font-size: 15px;
  color: #ebf3fb;
  background: #28323e;
  border: none;
  border-radius: 6px;
}
#credits-purchased .box table td {
  color: #ebf3fb;
  font-size: 14px;
  vertical-align: middle;
}
@media (max-width: 767px) {
  #credits-purchased .box table thead {
    display: none;
  }
  #credits-purchased .box table tr {
    display: flex;
    flex-direction: column;
    border-bottom: 2px solid #323e4e;
    margin-bottom: 13px;
    border-bottom: 2px solid #f95432;
  }
  #credits-purchased .box table td {
    position: relative;
    text-align: left !important;
    width: 100% !important;
    padding-left: 128px;
    display: flex;
    align-items: center;
    justify-content: end;
    min-height: 44px;
    text-align: right !important;
  }
  #credits-purchased .box table td:not(:last-child)::before {
    content: attr(data-label);
    font-weight: 600;
    position: absolute;
    left: 0;
    height: 100%;
    top: 0px;
    padding-top: 7px;
    width: 126px;
    padding-left: 5px;
    background-color: #28323e;
    line-height: 29px;
    -moz-text-align-last: left;
         text-align-last: left;
    text-align: left;
    border-right: 1px solid #fff;
  }
  #credits-purchased .box table td:last-child {
    padding-left: 0;
    justify-content: center;
  }
  #credits-purchased .box table td .btn {
    margin-left: 10px;
  }
}
#credits-purchased .box .btn-view {
  background: #f95432;
  color: #fff;
  text-wrap: nowrap;
}

#payment-user-details .order-box {
  padding: 1.75rem 1.5rem;
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.35);
  border-radius: 5px;
  background: #323e4e;
  color: #fff;
}
#payment-user-details .title {
  font-size: 16px;
  text-transform: uppercase;
  padding-bottom: 6px;
  font-weight: 700;
  margin-bottom: 15px;
  border-bottom: 1px solid #c7c7c7;
}
#payment-user-details th {
  background: none !important;
  color: #000;
}
#payment-user-details .btn-pay {
  background: #f95432;
  display: block;
  width: 70%;
  margin: 0 auto;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  box-shadow: none;
  padding: 10px;
}
#payment-user-details .btn-pay:hover {
  background: #f12f07;
  transition: all 0.5s;
}
#payment-user-details .btn-back {
  background: #4c5e76;
  display: block;
  margin: 0 auto;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  box-shadow: none;
  padding: 10px;
}
#payment-user-details .btn-back .fa {
  font-size: 13px;
}
#payment-user-details .btn-back:hover {
  background: #384557;
  transition: all 0.5s;
}
#payment-user-details .price-wrapper {
  background: #e4e4e4;
  padding: 10px 8px;
  border-radius: 4px;
  font-size: 17px;
  color: #000;
}
#payment-user-details .price-wrapper .price {
  font-weight: 900;
}
#payment-user-details .btn-download-invoice {
  background: #f95432;
  font-size: 12px;
  color: #fff;
  font-family: "Open Sans", sans-serif;
}

#audiobook-reviews .box {
  padding: 1.75rem 1.5rem;
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
}
#audiobook-reviews .box table th {
  font-weight: 700;
  font-size: 15px;
  color: #ebf3fb;
  background: #f0f0f0;
  border: none;
}
#audiobook-reviews .box table td {
  color: #ebf3fb;
  font-size: 14px;
  vertical-align: middle;
}
#audiobook-reviews .box table td a {
  color: #f95432;
}
#audiobook-reviews .box .btn-add-review {
  background: #f95432;
  color: #fff;
}
#audiobook-reviews .box .btn-view-review {
  background: #323e4e;
  color: #fff;
}

#audiobook-add-reviews .box {
  padding: 1.75rem 1.5rem;
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
}
#audiobook-add-reviews .box .starrr .fa-star {
  color: #fdd171;
  font-size: 22px;
  text-decoration: none;
}
#audiobook-add-reviews .box .btn-add-review {
  background: #f95432;
  color: #fff;
  border-radius: 50px;
  padding: 10px 35px;
  text-transform: uppercase;
  font-weight: 700;
}
#audiobook-add-reviews .box #my-review .fa-star {
  color: #fdd171;
}

#sales-history .box {
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.35);
  border-radius: 5px;
}
#sales-history .box .unpaid-credits {
  background: #f8050b;
  color: #fff;
  display: inline-block;
  padding: 5px 15px;
  border-radius: 30px;
}
#sales-history .box .paid-credits {
  background: #4ad395;
  color: #fff;
  display: inline-block;
  padding: 5px 15px;
  border-radius: 30px;
  margin-left: 15px;
}
#sales-history .box table {
  background: #323e4e;
  border-radius: 6px;
}
#sales-history .box table th {
  font-weight: 700;
  font-size: 15px;
  color: #ebf3fb;
  background: #28323e;
  border: none;
  border-radius: 6px;
}
#sales-history .box table td {
  color: #ebf3fb;
  font-size: 14px;
  vertical-align: middle;
}
#sales-history .box table td .btn-view {
  background: #f95432;
  color: #ebf3fb;
}
@media (min-width: 1199px) and (max-width: 1329px) {
  #sales-history .box table td .btn-view {
    font-size: 0.6875rem;
    padding: 4px 2px;
    text-wrap: nowrap;
  }
}
@media (max-width: 1199px) {
  #sales-history .box table thead {
    display: none;
  }
  #sales-history .box table tr {
    display: flex;
    flex-direction: column;
    border-bottom: 2px solid #323e4e;
    margin-bottom: 13px;
    border-bottom: 2px solid #f95432;
  }
  #sales-history .box table td {
    position: relative;
    text-align: left !important;
    width: 100% !important;
    padding-left: 128px;
    display: flex;
    align-items: center;
    justify-content: end;
    min-height: 44px;
    text-align: right !important;
  }
  #sales-history .box table td:first-child {
    display: block;
  }
  #sales-history .box table td:first-child img {
    width: 95%;
    max-width: 269px;
  }
  #sales-history .box table td:first-child .url-title {
    display: block;
    text-align: center;
  }
  #sales-history .box table td:last-child {
    padding-left: 0;
    justify-content: center;
  }
  #sales-history .box table td:not(:last-child)::before {
    content: attr(data-label);
    font-weight: 600;
    position: absolute;
    left: 0;
    height: 100%;
    top: 0px;
    padding-top: 7px;
    width: 126px;
    padding-left: 5px;
    background-color: #28323e;
    line-height: 29px;
    -moz-text-align-last: left;
         text-align-last: left;
    text-align: left;
    border-right: 1px solid #fff;
  }
  #sales-history .box table td .btn {
    margin-left: 10px;
  }
}

#received-payment-detail .box {
  padding: 0;
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  background: #323e4e;
}
#received-payment-detail .box table thead th {
  font-weight: 700;
  font-size: 15px;
  color: #ebf3fb;
  border: none;
  background: #28323e;
}
#received-payment-detail .box table tbody td {
  color: #ebf3fb;
  font-size: 14px;
  vertical-align: middle;
}
#received-payment-detail .box table tbody td img {
  border-radius: 0.375rem;
}
#received-payment-detail .box table tbody td a {
  color: #fff;
}
#received-payment-detail .box table tfoot {
  font-size: 0.9375rem;
  color: #ebf3fb;
  font-weight: 700;
}
@media (max-width: 767px) {
  #received-payment-detail .box table thead, #received-payment-detail .box table th {
    display: none;
  }
  #received-payment-detail .box table tr {
    display: flex;
    flex-direction: column;
  }
  #received-payment-detail .box table td {
    position: relative;
    text-align: left !important;
    width: 100% !important;
    padding-left: 153px;
    display: flex;
    align-items: center;
    justify-content: end;
    min-height: 44px;
    text-align: right !important;
  }
  #received-payment-detail .box table td:first-child {
    display: block;
  }
  #received-payment-detail .box table td:first-child img {
    width: 95%;
    max-width: 269px;
  }
  #received-payment-detail .box table td:first-child .url-title {
    display: block;
    text-align: center;
    margin: 5px 0;
  }
  #received-payment-detail .box table td::before {
    content: attr(data-label);
    font-weight: 600;
    position: absolute;
    left: 0;
    height: 100%;
    top: 0px;
    padding-top: 7px;
    width: 150px;
    padding-left: 5px;
    background-color: #28323e;
    line-height: 29px;
    -moz-text-align-last: left;
         text-align-last: left;
    text-align: left;
    border-right: 1px solid #fff;
  }
  #received-payment-detail .box table td .btn {
    margin-left: 10px;
  }
  #received-payment-detail .box table tbody td:nth-child(2) {
    display: none;
  }
  #received-payment-detail .box table tbody tr {
    display: flex;
    flex-direction: column;
    border-bottom: 2px solid #323e4e;
    margin-bottom: 13px;
    border-bottom: 2px solid #f95432;
  }
}
#received-payment-detail .form-upload-invoice {
  border: 1px solid #fff;
  background: #28323e;
  padding: 6px 25px;
}
#received-payment-detail .form-upload-invoice .btn-upload-invoice {
  background: #f95432;
  color: #fff;
  padding: 9px 20px;
}

#unpaid-sales .box {
  padding: 0;
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  background: #323e4e;
}
#unpaid-sales .box table thead th {
  font-weight: 700;
  font-size: 15px;
  color: #ebf3fb;
  border: none;
  background: #28323e;
}
#unpaid-sales .box table tbody td {
  color: #ebf3fb;
  font-size: 14px;
  vertical-align: middle;
}
#unpaid-sales .box table tbody td .img-wrapper {
  position: relative;
  display: inline-block;
}
#unpaid-sales .box table tbody td .img-wrapper img {
  border-radius: 6px;
}
#unpaid-sales .box table tbody td .img-wrapper .audio-duration {
  display: block;
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 8px;
  background: rgba(255, 255, 255, 0.6);
  padding: 3px 10px;
  font-size: 0.6875rem;
  color: #323e4e;
  font-weight: 700;
  border-radius: 25px;
  background: #4c5e76;
  color: #fff;
}
@media (min-width: 1199px) {
  #unpaid-sales .box table tbody td .img-wrapper .audio-duration {
    font-size: 0.75rem;
  }
}
#unpaid-sales .box table tbody td a {
  color: #fff;
}
#unpaid-sales .box table tfoot {
  font-size: 18px;
  color: #ebf3fb;
}
@media (max-width: 767px) {
  #unpaid-sales .box table thead {
    display: none;
  }
  #unpaid-sales .box table tr {
    display: flex;
    flex-direction: column;
    border-bottom: 2px solid #323e4e;
    margin-bottom: 13px;
    border-bottom: 2px solid #f95432;
  }
  #unpaid-sales .box table td {
    position: relative;
    text-align: left !important;
    width: 100% !important;
    padding-left: 128px;
    display: flex;
    align-items: center;
    justify-content: end;
    min-height: 44px;
    text-align: right !important;
  }
  #unpaid-sales .box table td:first-child {
    display: block;
  }
  #unpaid-sales .box table td:first-child img {
    width: 95%;
    max-width: 269px;
  }
  #unpaid-sales .box table td:first-child .url-title {
    display: block;
    text-align: center;
  }
  #unpaid-sales .box table td::before {
    content: attr(data-label);
    font-weight: 600;
    position: absolute;
    left: 0;
    height: 100%;
    top: 0px;
    padding-top: 7px;
    width: 126px;
    padding-left: 5px;
    background-color: #28323e;
    line-height: 29px;
    -moz-text-align-last: left;
         text-align-last: left;
    text-align: left;
    border-right: 1px solid #fff;
  }
  #unpaid-sales .box table td .btn {
    margin-left: 10px;
  }
}

.modal-open {
  overflow: hidden;
}

.modal-backdrop.show {
  opacity: 0.8;
}

.fade-scale {
  transform: scale(0);
  opacity: 0;
  transition: all 0.25s linear;
}

.fade-scale.show {
  opacity: 1;
  transform: scale(1);
  overflow: hidden;
}
@media (max-width: 575px) {
  .fade-scale.show {
    padding-right: 0 !important;
  }
}

.modal-content {
  max-height: 91vh;
  overflow: hidden;
  overflow-y: auto;
  scrollbar-width: thin;
  background: #323e4e;
}

.modal-header.sticky-top {
  background: #fff;
}

.modal-header {
  align-items: center;
}
.modal-header h1 {
  font-size: 1.625rem;
  margin-bottom: 0;
  color: #Fff;
  font-weight: 600;
}
@media (max-width: 991px) {
  .modal-header h1 {
    font-size: 1.5rem;
  }
}
@media (max-width: 575px) {
  .modal-header h1 {
    font-size: 1.375rem;
  }
}
.modal-header h5 {
  color: #fff;
}
.modal-header .close {
  color: #fff;
  opacity: 1;
}

#page-modal a {
  color: #f95432;
  text-decoration: underline;
}
#page-modal h2, #page-modal h3, #page-modal h4, #page-modal h5, #page-modal h6 {
  color: #ebf3fb;
  margin-top: 1rem;
}
#page-modal h2 {
  font-size: 1.4375rem;
}
#page-modal h3 {
  font-size: 1.3125rem;
}
#page-modal h4 {
  font-size: 1.1875rem;
}
#page-modal h5, #page-modal h6 {
  font-size: 1.0625rem;
}
#page-modal img[align=right] {
  margin-left: 10px;
}
#page-modal img[align=left] {
  margin-right: 10px;
}
#page-modal p, #page-modal ul, #page-modal ol {
  color: #ebf3fb;
  font-size: 1rem;
}
@media (max-width: 575px) {
  #page-modal p, #page-modal ul, #page-modal ol {
    font-size: 0.875rem;
  }
}
#page-modal p a, #page-modal ul a, #page-modal ol a {
  color: #f95432;
  text-decoration: underline;
}
@media (max-width: 767px) {
  #page-modal img {
    margin: 0px !important;
    margin-bottom: 10px !important;
    display: block;
    height: auto;
    width: 100%;
  }
  #page-modal ol, #page-modal ul {
    padding-left: 2rem;
  }
  #page-modal ol li, #page-modal ul li {
    margin-bottom: 8px;
  }
}
#page-modal strong {
  font-weight: 700;
}
#page-modal a {
  color: #f95432;
}

#login-modal .modal-content {
  border: none;
  border-radius: 5px;
  position: relative;
}
#login-modal .modal-header {
  flex-wrap: wrap;
  border-bottom: 0;
  padding-bottom: 0;
}
#login-modal .modal-header .logo img {
  max-width: 200px;
}
#login-modal .modal-header .close {
  color: #fff;
  opacity: 1;
}
#login-modal .modal-header .close:hover {
  color: #fff;
}
#login-modal .modal-header .title {
  margin-top: 1rem;
  font-size: 1.4rem;
  font-weight: 600;
  padding-bottom: 0.1rem;
  width: 100%;
  text-align: center;
  color: #ebf3fb;
}
#login-modal .btn-login {
  background: #f95432;
}
@media (max-width: 575px) {
  #login-modal .btn-login {
    width: 100%;
    display: block;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 25px;
  }
}
#login-modal .btn-fpw {
  background: #f95432;
}
#login-modal .form-control {
  padding-right: 3rem;
  border-radius: 25px;
  padding-left: 1.25rem;
}
#login-modal .forgot-password, #login-modal .login-back, #login-modal .register {
  color: #fff;
  border-bottom: 1px solid #ddd;
  font-size: 0.8125rem;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.2s ease;
}
@media (max-width: 575px) {
  #login-modal .forgot-password, #login-modal .login-back, #login-modal .register {
    font-size: 0.9375rem;
  }
}
#login-modal .forgot-password:hover, #login-modal .login-back:hover, #login-modal .register:hover {
  color: #f95432;
  border-color: #f95432;
}

#add-audibook .box-help {
  padding: 1.75rem 1.5rem;
  box-shadow: 0 0 3px 1px rgba(255, 255, 255, 0.35);
  border-radius: 5px;
  color: #ebf3fb;
  margin-bottom: 15px;
}
#add-audibook .btn-danger {
  background: #d0342b;
}
#add-audibook .box {
  padding: 1.75rem 1.5rem;
  box-shadow: 0 0 3px 1px rgba(255, 255, 255, 0.35);
  border-radius: 5px;
}
#add-audibook .box .req {
  color: #d0342b;
  font-size: 15px;
  font-weight: 800;
}
#add-audibook .box .btn-add {
  background: #f95432;
  color: #fff;
  border-radius: 50px;
  padding: 10px 35px;
  text-transform: uppercase;
  font-weight: 700;
}
#add-audibook .box .btn-uplaod-audio {
  background: #f95432;
  color: #fff;
  border-radius: 50px;
  padding: 10px 35px;
  text-transform: uppercase;
  font-weight: 700;
}
#add-audibook .box .audio-duration {
  color: #fff;
  font-size: 13px;
  display: inline-block;
  margin-bottom: 10px;
}
#add-audibook .box .progress-bar {
  background: #f95432;
}

@media (max-width: 767px) {
  #profile-detail-page {
    padding-top: 30px;
  }
}
#profile-detail-page #profile-detail {
  padding-top: 25px;
}
#profile-detail-page #profile-detail .left-box {
  padding: 1.75rem 1.5rem;
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  background: #2a3442;
}
@media (max-width: 767px) {
  #profile-detail-page #profile-detail .left-box {
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
  }
}
#profile-detail-page #profile-detail .left-box .author-img {
  display: block;
  margin: 0 auto;
}
#profile-detail-page #profile-detail .left-box .user-name {
  display: block;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 7px;
  color: #fff;
}
#profile-detail-page #profile-detail .left-box .register-date {
  font-weight: 300;
  font-style: italic;
  display: block;
  text-align: center;
  font-size: 12px;
  margin-bottom: 20px;
  color: #fff;
}
#profile-detail-page #profile-detail .left-box .audio-uploaded-info {
  background: #fbfbfb;
  display: block;
  text-align: center;
  font-weight: 600;
  font-size: 13px;
  border-radius: 6px;
  padding: 3px 10px;
}
#profile-detail-page #profile-detail .left-box .rate {
  color: #ebf3fb;
  font-weight: 400;
  display: block;
  margin-top: 20px;
  text-align: center;
}
#profile-detail-page #profile-detail .left-box .rate .stars i {
  color: #fdd171;
}
#profile-detail-page #profile-detail .right-box h3 {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 35px;
  text-transform: uppercase;
  color: #fff;
}
@media (max-width: 767px) {
  #profile-detail-page #profile-detail .right-box h3 {
    font-size: 1.125rem;
    margin-bottom: 15px;
    margin-top: 25px;
  }
}

#credits-order-view {
  margin-bottom: 15px;
  margin-top: 30px;
}
@media (max-width: 767px) {
  #credits-order-view {
    margin-top: 0;
  }
}
#credits-order-view .box {
  padding: 1.75rem 1.5rem;
  border-radius: 5px;
  background: #323e4e;
  border: 1px solid #e7e7e7;
}
@media (max-width: 991px) {
  #credits-order-view .box {
    margin-bottom: 10px;
  }
}
#credits-order-view .box .req-info {
  font-size: 13px;
  font-style: italic;
  color: #ebf3fb;
}
#credits-order-view .box .req {
  color: #f95432;
  font-size: 17px;
}
#credits-order-view .box .title-form {
  text-transform: uppercase;
  padding-bottom: 6px;
  font-weight: 700;
  margin-bottom: 15px;
  border-bottom: 1px solid #c7c7c7;
  color: #ebf3fb;
}
#credits-order-view .box .price-wrapper {
  background: #e4e4e4;
  padding: 10px 8px;
  border-radius: 4px;
  font-size: 17px;
  font-weight: 700;
}
#credits-order-view .box .info-package .badge {
  font-size: 16px;
}
#credits-order-view .box .payment-options label {
  cursor: pointer;
}
#credits-order-view .box .btn-pay {
  background: #f95432;
  color: #fff;
  box-shadow: none;
  font-weight: 700;
  font-size: 16px;
  padding: 10px;
  width: 50%;
  display: block;
  margin: 0 auto;
  border-radius: 30px;
}
#credits-order-view .box .terms-check .custom-control {
  cursor: pointer;
}
#credits-order-view .box .custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: none;
}
#credits-order-view .box .custom-control-input:checked ~ .custom-control-label::before {
  background: #f95432;
  border-color: #f95432;
  color: #f95432;
}
#credits-order-view .box .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: none;
}
#credits-order-view .box .error {
  margin-top: 5px;
  display: inline-block;
}

#credits-order-complete {
  min-height: 411px !important;
}
@media (max-width: 399px) {
  #credits-order-complete .alert-success {
    text-align: center;
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
}
#credits-order-complete .alert-success .fa-check {
  font-size: 30px;
}
#credits-order-complete .order-box {
  border: 1px solid #e7e7e7;
  padding: 10px 15px;
  font-size: 14px;
  background: #323e4e;
  color: #fff;
}
#credits-order-complete .title {
  font-size: 16px;
  text-transform: uppercase;
  padding-bottom: 6px;
  font-weight: 700;
  margin-bottom: 15px;
  border-bottom: 1px solid #c7c7c7;
  color: #fff;
}
#credits-order-complete th {
  background: none !important;
  color: #000;
}
#credits-order-complete .btn-pay {
  background: #f95432;
  display: block;
  width: 70%;
  margin: 0 auto;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  box-shadow: none;
  padding: 10px;
}
#credits-order-complete .btn-pay:hover {
  background: #f12f07;
  transition: all 0.5s;
}
#credits-order-complete .btn-back {
  background: #4c5e76;
  display: block;
  margin: 0 auto;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  box-shadow: none;
  padding: 10px;
}
#credits-order-complete .btn-back .fa {
  font-size: 13px;
}
#credits-order-complete .btn-back:hover {
  background: #384557;
  transition: all 0.5s;
}
#credits-order-complete .price-wrapper {
  background: #e4e4e4;
  padding: 10px 8px;
  border-radius: 4px;
  font-size: 17px;
  color: #424242;
}
#credits-order-complete .price-wrapper .price {
  font-weight: 900;
}
#credits-order-complete .credits-box {
  font-size: 17px;
  padding: 10px 15px;
}
#credits-order-complete .credits-box .badge {
  font-weight: 900;
  font-size: 100%;
  padding: 10px 15px;
}

.login-page {
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ebf3fb;
}
.login-page h1, .login-page h2 {
  color: #ebf3fb;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px;
  font-size: 1.6875rem;
}
@media (max-width: 767px) {
  .login-page h1, .login-page h2 {
    font-size: 1.375rem;
  }
}
.login-page h1:after, .login-page h2:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 70px;
  height: 3px;
  border-radius: 15px;
  background: #b0130a;
}
.login-page .box {
  background: #323e4e;
  padding: 1.75rem 1.5rem;
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.05);
  padding: 15px 20px;
  position: relative;
  z-index: 1;
  margin-bottom: 25px;
}
@media (max-width: 399px) {
  .login-page .box {
    padding: 15px;
  }
}
.login-page .box .btn-main {
  background: #f95432;
}
.login-page .box .forgot-password, .login-page .box .login-back {
  font-size: 0.9375rem;
  color: white;
  text-decoration: underline;
  transition: color 0.2s ease;
}
@media (max-width: 575px) {
  .login-page .box .forgot-password, .login-page .box .login-back {
    margin-left: auto;
    display: block;
  }
}
.login-page .box .forgot-password:hover, .login-page .box .login-back:hover {
  color: #f8050b;
}

.password-reset {
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ebf3fb;
}
.password-reset h1, .password-reset h2 {
  color: #ebf3fb;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px;
  font-size: 1.6875rem;
}
@media (max-width: 767px) {
  .password-reset h1, .password-reset h2 {
    font-size: 1.375rem;
  }
}
.password-reset h1:after, .password-reset h2:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 70px;
  height: 3px;
  border-radius: 15px;
  background: #b0130a;
}
.password-reset .box {
  background: #323e4e;
  padding: 1.75rem 1.5rem;
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  padding: 15px 20px;
  position: relative;
  z-index: 1;
  margin-bottom: 25px;
}
@media (max-width: 399px) {
  .password-reset .box {
    padding: 15px;
  }
}
.password-reset .box form .btn-main {
  background: #f95432;
}

.steps {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  overflow-x: auto;
}
.steps .step:first-child {
  margin-left: auto;
}
.steps .step:last-child {
  margin-right: auto;
}

.step:first-of-type .step-circle::before {
  display: none;
}
.step:last-of-type .step-content {
  padding-right: 0;
}

.step-content {
  box-sizing: content-box;
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 14rem;
  min-width: 14rem;
  max-width: 14rem;
  padding-top: 0.5rem;
  padding-right: 1rem;
}

.step-circle {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  color: ligten(#606060, 15%);
  border: 4px solid #606060;
  border-radius: 100%;
  background-color: #ebf3fb;
}
.step-circle::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: -4px;
  width: calc(14rem + 1rem - 1.5rem);
  height: 4px;
  transform: translate(-100%, -50%);
  color: #606060;
  background-color: currentColor;
}

.step-text {
  color: #ebf3fb;
  word-break: break-all;
  margin-top: 0.25em;
  text-align: center;
}
.step-text a {
  color: #ebf3fb;
}

.step-active .step-circle {
  color: #ebf3fb;
  background-color: #f95432;
  border-color: #f95432;
}
.step-active .step-circle::before {
  color: #f95432;
}
.step-active .step-text {
  color: #f95432;
}

.circle-active .step-circle {
  background-color: #f95432;
  border-color: #f95432;
}

.step-success .step-circle {
  color: #f95432;
  background-color: #ebf3fb;
  border-color: #f95432;
}
.step-success .step-circle::before {
  color: #f95432;
}
.step-success .step-text {
  color: #f95432;
}

#steps {
  margin-bottom: 25px;
}
#steps img {
  width: 55px;
  display: block;
  margin: 0 auto;
}
@media (max-width: 767px) {
  #steps img {
    display: inline-block;
    width: 28px;
    position: relative;
    top: -2px;
    margin-right: 20px;
  }
}
#steps span {
  display: block;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #ebf3fb;
  margin-top: 15px;
}
@media (max-width: 767px) {
  #steps span {
    display: inline-block;
    font-size: 14px;
  }
}
#steps .line {
  width: 100%;
  background: #323e4e;
  -webkit-clip-path: polygon(86.01% -50%, 100% 50%, 84.78% 157.78%, -26.5% 313.33%, 7.49% 50%, -28.53% -195.56%);
  clip-path: polygon(86.01% -50%, 100% 50%, 84.78% 157.78%, -26.5% 313.33%, 7.49% 50%, -28.53% -195.56%);
}
#steps .track-box:first-child .line {
  -webkit-clip-path: polygon(86.01% -50%, 100% 50%, 84.78% 157.78%, -26.5% 313.33%, -13.85% 50%, -28.53% -195.56%);
  clip-path: polygon(86.01% -50%, 100% 50%, 84.78% 157.78%, -26.5% 313.33%, -13.85% 50%, -28.53% -195.56%);
}
#steps .active .line {
  background: #f95432;
}
#steps .active .line span {
  color: #fff;
}
@media (max-width: 767px) {
  #steps .active span {
    color: #f95432;
  }
}
#steps ul.timeline {
  list-style-type: none;
  position: relative;
  overflow: hidden;
}
#steps ul.timeline > li {
  margin: 20px 0;
  padding-left: 20px;
}
#steps ul.timeline > li:before {
  content: " ";
  background: white;
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  border: 2px solid #6f6f6f;
  left: 20px;
  width: 20px;
  height: 20px;
  z-index: 400;
  margin-top: 17px;
}
@media (max-width: 767px) {
  #steps ul.timeline > li:before {
    margin-top: 12px;
  }
}
#steps ul.timeline > li.active:before {
  border-color: #f95432;
}
@media (max-width: 767px) {
  #steps ul.timeline > li.active:before {
    background-color: #f95432;
  }
}
#steps .divider {
  background: #d4d9df;
  display: inline-block;
  position: absolute;
  left: 29px;
  width: 2px;
  height: 100%;
  z-index: 0;
  margin-top: -46px;
}
#steps ul.timeline > li.active .divider {
  background: #f95432;
}

#steps-audio {
  margin-bottom: 25px;
}
#steps-audio img {
  width: 55px;
  display: block;
  margin: 0 auto;
}
@media (max-width: 767px) {
  #steps-audio img {
    display: inline-block;
    width: 28px;
    position: relative;
    top: -2px;
    margin-right: 20px;
  }
}
#steps-audio span {
  display: block;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #ebf3fb;
  margin-top: 15px;
}
@media (max-width: 767px) {
  #steps-audio span {
    display: inline-block;
    font-size: 14px;
    position: relative;
    top: -7px;
  }
}
#steps-audio .line {
  width: 100%;
  background: #323e4e;
  -webkit-clip-path: polygon(86.01% -50%, 100% 50%, 84.78% 157.78%, -26.5% 313.33%, 7.49% 50%, -28.53% -195.56%);
  clip-path: polygon(86.01% -50%, 100% 50%, 84.78% 157.78%, -26.5% 313.33%, 7.49% 50%, -28.53% -195.56%);
}
#steps-audio .track-box:first-child .line {
  -webkit-clip-path: polygon(86.01% -50%, 100% 50%, 84.78% 157.78%, -26.5% 313.33%, -13.85% 50%, -28.53% -195.56%);
  clip-path: polygon(86.01% -50%, 100% 50%, 84.78% 157.78%, -26.5% 313.33%, -13.85% 50%, -28.53% -195.56%);
}
#steps-audio .active .line {
  background: #f95432;
}
#steps-audio .active .line span {
  color: #fff;
}
@media (max-width: 575px) {
  #steps-audio .active span {
    color: #f95432;
  }
}
#steps-audio ul.timeline {
  list-style-type: none;
  position: relative;
  overflow: hidden;
}
#steps-audio ul.timeline > li {
  margin: 20px 0;
  padding-left: 20px;
}
#steps-audio ul.timeline > li:before {
  content: " ";
  background: white;
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  border: 2px solid #6f6f6f;
  left: 20px;
  width: 20px;
  height: 20px;
  z-index: 400;
  margin-top: 17px;
}
@media (max-width: 575px) {
  #steps-audio ul.timeline > li:before {
    margin-top: 8px;
  }
}
#steps-audio ul.timeline > li.active:before {
  border-color: #f95432;
  left: 19px;
  width: 23px;
  height: 23px;
}
@media (max-width: 575px) {
  #steps-audio ul.timeline > li.active:before {
    background-color: #f95432;
  }
}
#steps-audio .divider {
  background: #d4d9df;
  display: inline-block;
  position: absolute;
  left: 29px;
  width: 2px;
  height: 100%;
  z-index: 0;
  margin-top: -46px;
}

.register-account {
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ebf3fb;
}
.register-account .box {
  background: #323e4e;
  padding: 1.75rem 1.5rem;
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.05);
  padding: 15px 20px;
  position: relative;
  z-index: 1;
  margin-bottom: 25px;
}
@media (max-width: 399px) {
  .register-account .box {
    padding: 15px;
  }
}
.register-account .box .btn-main {
  background: #f95432;
}
.register-account .box .forgot-password, .register-account .box .login-back {
  font-size: 0.9375rem;
  color: white;
  text-decoration: underline;
  transition: color 0.2s ease;
}
@media (max-width: 575px) {
  .register-account .box .forgot-password, .register-account .box .login-back {
    margin-left: auto;
    display: block;
  }
}
.register-account .box .forgot-password:hover, .register-account .box .login-back:hover {
  color: #f8050b;
}
