/* @font-face {
  font-family: 'Black crow';
  src: url('../fonts/black-crow/Blackcrow-Light.eot');
  src: url('../fonts/black-crow/Blackcrow-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/black-crow/Blackcrow-Light.woff2') format('woff2'), url('../fonts/black-crow/Blackcrow-Light.woff') format('woff'), url('Blackcrow-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Black crow';
  src: url('../fonts/black-crow/Blackcrow-ExtraLight.eot');
  src: url('../fonts/black-crow/Blackcrow-ExtraLight.eot?#iefix') format('embedded-opentype'), url('../fonts/black-crow/Blackcrow-ExtraLight.woff2') format('woff2'), url('../fonts/black-crow/Blackcrow-ExtraLight.woff') format('woff'), url('../fonts/black-crow/Blackcrow-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
} */

@font-face {
  font-family: 'Black crow';
  src: url('../fonts/Poppins/Poppins-Medium.eot');
  src: url('../fonts/Poppins/Poppins-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins/Poppins-Medium.woff2') format('woff2'), url('../fonts/Poppins/Poppins-Medium.woff') format('woff'), url('../fonts/Poppins/Poppins-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Black crow';
  src: url('../fonts/Poppins/Poppins-Bold.eot');
  src: url('../fonts/Poppins/Poppins-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins/Poppins-Bold.woff2') format('woff2'), url('../fonts/Poppins/Poppins-Bold.woff') format('woff'), url('../fonts/Poppins/Poppins-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Audiowide";
  src: url('../fonts/Poppins/Poppins-Regular.eot');
  src: url('../fonts/Poppins/Poppins-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins/Poppins-Regular.woff2') format('woff2'), url('../fonts/Poppins/Poppins-Regular.woff') format('woff'), url('../fonts/Poppins/Poppins-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.container {
  margin: 0 auto;
}

@media (min-width: 1660px) {
  .container {
    max-width: 1920px !important;
  }
}

* {
  box-sizing: border-box;
}

.Black-crow {
  font-family: 'Black crow';
}

.Audiowide {
  font-family: "Audiowide";
}

a,
a:focus,
input:focus {
  outline: none;
  box-shadow: none;
}

p {
  font-size: 18px;
  line-height: 28px;
  color: #717679;
}

.rounded-5 {
  border-radius: 5px;
}

.text-gray {
  color: #717679;
}

.text-dark {
  color: #101820;
}

.hover\:text-dark:hover {
  color: #101820;
}

.hover\:text-light:hover {
  color: #717679;
}

.hover\:text-orange:hover {
  color: #FF5C39;
}

.bg-orange {
  background-color: #FF5C39;
}

.bg-gray {
  background-color: #F9F9F9;
}

.bg-black {
  background-color: #101820;
}

.hover\:bg-dark:hover {
  background-color: #000;
}

.hover\:bg-white:hover {
  background-color: #fff;
}

.success-leble {
  border-color: #00AB55;
  color: #00AB55;
  background-color: #00AB5526;
}

.error-leble {
  background-color: #E7515A26;
  border-color: #E7515A;
  color: #E7515A;
}

label.error {
  color: red;
  font-size: 0.875em;
}

.btn {
  padding: 15px 20px;
  font-size: 16px;
  line-height: 18px;
  font-weight: 300;
  border: 0;
  outline: none;
  display: inline-block;
  border-radius: 6px;
}

.btn-primary {
  background: #FF5C39;
  color: #fff;
}

.btn-primary:hover {
  background: #000;
  color: #fff;
}

.border-gray {
  border-color: #e2e2e2;
}

.border-Secondary {
  border-color: #E9E9E9;
}

.focus\:border-gray {
  border-color: #222223;
}

.input-label {
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 12px;
  display: block;
  font-family: 'Black crow';
  color: #101820;
}

.input-field {
  border: 1px solid #e2e2e2;
  background: #ffffff;
  padding: 11px 20px;
  border-radius: 6px;
  outline: none;
  color: #717679;
  font-size: 15px;
  line-height: 26px;
  height: 48px;
  font-family: 'Black crow';
}

#password-field {
  padding-right: 18px;
}

.input-field:focus,
.input_field:focus {
  outline: none;
  border-color: #222223;
}

.input-field::placeholder {
  color: #717679;
}

input[type="checkbox"],
input[type="radio"] {
  opacity: 0.5;
}

input[type="checkbox"]:checked,
input[type="radio"]:checked {
  opacity: 1;
}

input[type="file"] {
  padding-top: 6px;
  padding-left: 6px;
  padding-bottom: 6px;
}

input[type="file"]::file-selector-button {
  border: 0;
  color: #717679;
  cursor: pointer;
  font-size: 15px;
  padding: 5px 16px;
  border-radius: 5px;
  background-color: #E9E9E9;
}

input[type="file"]::file-selector-button:hover {
  background-color: #222223;
  color: #ffffff;
}

.wc-error .input-label,
.wc-error .error-text {
  color: #e00000;
}

.wc-error .input-field {
  border-color: #e00000;
}

.wc-select-active {
  border-radius: 5px 5px 0px 0px;
}

.wc-select-active a {
  transform: rotate(180deg);
}

.wc-select-hide {
  display: none;
}

span.select2.select2-container {
  width: 100% !important;
}

span.select2 .select2-selection--single {
  height: 48px;
  border: 1px solid #E2E2E2;
  background: #ffffff;
  border-radius: 6px;
}

.select2-container--open span.select2-selection.select2-selection--single {
  border-color: #222223;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #222223;
}

.select2-results__option {
  font-family: 'Black crow';
  font-size: 14px;
  font-weight: 400;
  /* background-color: #ff5c39 !important; */
}

span.select2 .select2-selection--single .select2-selection__rendered {
  height: 48px;
  display: flex;
  align-items: center;
  color: #717679;
  font-size: 15px;
  padding: 11px 20px;
}

span.select2 .select2-selection--single .select2-selection__rendered {
  font-family: 'Black crow';
}

span.select2 .select2-selection--single .select2-selection__arrow {
  display: none;
}

.animate-ping {
  animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
}

@keyframes ping {

  75%,
  to {
    transform: scale(2);
    opacity: 0;
  }
}


/* ============ start table css ================ */

body div.dt-container .dt-paging .dt-paging-button {
  border: 1px solid #E2E2E2 !important;
  background: #E2E2E2 !important;
  color: #101820 !important;
  margin-left: 7px;
  border-radius: 40px;
  padding: 6px;
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: 'Black crow';
  font-weight: 200;
  vertical-align: top;
  font-size: 15px;
}

body div.dt-container .dt-paging .dt-paging-button:not(.disabled):hover,
body div.dt-container .dt-paging .dt-paging-button.current {
  background: #ff5c39 !important;
  border-color: #ff5c39 !important;
  color: #ffffff !important;
}

table.dataTable>thead>tr>th,
table.dataTable>thead>tr>td {
  padding: 9px 30px 9px 18px;
}

table.dataTable>tbody>tr>th,
table.dataTable>tbody>tr>td {
  padding: 15px 18px;
}

table.dataTable.hover>tbody>tr:hover>*,
table.dataTable.display>tbody>tr:hover>*,
table.dataTable.display tbody tr:hover>.sorting_1,
table.dataTable.order-column.hover tbody tr:hover>.sorting_1,
table.dataTable.order-column>tbody tr>.sorting_1,
table.dataTable.order-column>tbody tr>.sorting_2,
table.dataTable.order-column>tbody tr>.sorting_3,
table.dataTable.display>tbody tr>.sorting_1,
table.dataTable.display>tbody tr>.sorting_2,
table.dataTable.display>tbody tr>.sorting_3,
table.dataTable.stripe>tbody>tr:nth-child(odd)>*,
table.dataTable.display>tbody>tr:nth-child(odd)>*,
table.dataTable.display>tbody>tr:nth-child(odd)>.sorting_1,
table.dataTable.order-column.stripe>tbody>tr:nth-child(odd)>.sorting_1 {
  box-shadow: none;
}

table.dataTable th.dt-type-numeric,
table.dataTable th.dt-type-date,
table.dataTable td.dt-type-numeric,
table.dataTable td.dt-type-date {
  text-align: left;
}

table.dataTable>tfoot>tr>th,
table.dataTable>tfoot>tr>td {
  padding: 10px 18px;
}

table.dataTable>tfoot>tr>th,
table.dataTable>tfoot>tr>td,
table.dataTable.row-border>tbody>tr>*,
table.dataTable.display>tbody>tr>* {
  border-top: 1px solid #E9E9E9;
}

#example {
  margin-top:10px;
}
div.dt-container.dt-empty-footer tbody>tr:last-child>* {
  border-bottom: 1px solid #E9E9E9;
}

table.dataTable thead th,
table.dataTable tfoot th {
  font-weight: 300;
}

table.dataTable thead>tr>th.dt-orderable-asc:hover,
table.dataTable thead>tr>th.dt-orderable-desc:hover,
table.dataTable thead>tr>td.dt-orderable-asc:hover,
table.dataTable thead>tr>td.dt-orderable-desc:hover {
  outline: none;
}

table.dataTable thead>tr>th.dt-orderable-asc,
table.dataTable thead>tr>th.dt-orderable-desc,
table.dataTable thead>tr>td.dt-orderable-asc,
table.dataTable thead>tr>td.dt-orderable-desc {
  border: 0;
}

table.dataTable thead>tr>th:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

table.dataTable thead>tr>th:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

div.dt-container div.dt-layout-row {
  margin: 0;
}

div.dt-container table.dataTable {
  margin-bottom: 23px;
}

div.dt-container .dt-length {
  font-family: 'Black crow';
  font-weight: 200;
  font-size: 15px;
  line-height: 24px;
  color: #101820;
}

div.dt-container div.dt-layout-row:empty .dt-layout-cell:empty {
  display: none;
}

div.dt-container .dt-length .dt-input:focus {
  outline: none;
}

div.dt-container .dt-length .dt-input {
  border: 1px solid #E2E2E2;
  font-family: 'Black crow';
  font-size: 12px;
  font-weight: 200;
  line-height: 15px;
  color: #101820;
  padding: 6px;
}


/* ============ end table css ================ */


/* ============ Start Responsive ================ */

@media (max-width: 767px) {

  p,
  label,
  .input-label {
    font-size: 14px;
    line-height: 22px;
  }

  .input-label {
    margin-bottom: 6px;
  }

  .input-field {
    padding: 8px 18px;
    height: 40px;
    font-size: 12px;
    line-height: 20px;
  }

  input[type="file"] {
    padding-top: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
  }

  input[type="file"]::file-selector-button {
    font-size: 10px;
    padding: 2px 9px;
    border-radius: 4px;
  }

  .btn {
    padding: 8px 15px;
    font-size: 14px;
  }

  span.select2 .select2-selection--single,
  span.select2 .select2-selection--single .select2-selection__rendered {
    height: 40px;
    font-size: 12px;
    line-height: 20px;
  }
}
