@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&amp;display=swap";
:root {
  --primary-color: 241, 139, 50;
  --primary-hover-color: 247, 102, 14;
  --primary-light-color: 255, 241, 231;
  --primary-light-hover-color: 255, 214, 185;
  --secondary-color: 17, 121, 167;
}
body {
  background-color: #fff;
  color: #4f4f4f;
  font-family: inter, sans-serif;
  font-size: 16px;
  height: 100%;
  overflow-x: hidden;
  line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #1d1d1d;
}
h1 {
  font-size: 60px;
  font-weight: 700;
}
h2 {
  font-size: 32px;
  font-weight: 700;
}
h3 {
  font-size: 24px;
  font-weight: 600;
}
h4 {
  font-size: 20px;
  font-weight: 600;
}
h5 {
  font-size: 18px;
  font-weight: 600;
}
h6 {
  font-size: 16px;
  font-weight: 600;
}
a {
  color: #1d1d1d;
  text-decoration: none;
  transition: ease all 0.5s;
  -webkit-transition: ease all 0.5s;
  -ms-transition: ease all 0.5s;
}
a:hover,
a:focus {
  color: rgb(var(--primary-color));
  text-decoration: none;
  outline: none;
  transition: ease all 0.5s;
  -webkit-transition: ease all 0.5s;
  -ms-transition: ease all 0.5s;
}
button:focus {
  outline: 0;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.main-wrapper {
  overflow: hidden;
}
.btn.focus,
.btn:focus {
  box-shadow: none;
}
.btn.btn-white {
  background: #fff;
  border: 1px solid #fff;
  color: #1c0828;
  box-shadow: inset 0 0 0 rgb(var(--primary-color));
  border-radius: 10px;
  font-weight: 600;
  font-size: 15px;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}
.btn-primary {
  background: rgb(var(--primary-color));
  border-radius: 10px;
  border: 1px solid rgb(var(--primary-color));
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
  padding: 8px 18px;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.btn-primary:hover,
.btn-primary.active,
.btn-primary:active,
.open > .dropdown-toggle.btn-primary {
  background-color: rgb(var(--primary-hover-color));
  border: 1px solid rgb(var(--primary-hover-color));
  color: #fff;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary.focus:active,
.btn-primary:active:focus,
.btn-primary:active:hover,
.btn-primary:focus,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover {
  background-color: #ff7a00;
  border: 1px solid #ff7a00;
  box-shadow: inset 0 70px 0 0 #ff7a00;
  color: #fff !important;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}
.btn-primary.active:not(:disabled):not(.disabled),
.btn-primary:active:not(:disabled):not(.disabled),
.show > .btn-primary.dropdown-toggle {
  background-color: rgb(var(--primary-color));
  border: 1px solid rgb(var(--primary-color));
  box-shadow: inset 70px 0 0 0 rgb(var(--primary-color));
  color: #fff;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}
.btn-primary.active:focus:not(:disabled):not(.disabled),
.btn-primary:active:focus:not(:disabled):not(.disabled),
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: unset;
}
.btn-primary.disabled,
.btn-primary:disabled {
  background-color: rgb(var(--primary-color));
  border: 1px solid rgb(var(--primary-color));
  box-shadow: inset 70px 0 0 0 rgb(var(--primary-color));
  color: #fff;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}
.btn-outline-primary {
  background-color: #fff;
  border: 1px solid rgb(var(--primary-color));
  color: rgb(var(--primary-color));
  box-shadow: inset 0 0 0 #fff;
  border-radius: 5px;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}
.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary.active,
.btn-outline-primary:active,
.open > .dropdown-toggle.btn-primary {
  background-color: rgb(var(--primary-color));
  border: 1px solid rgb(var(--primary-color));
  box-shadow: inset 0 70px 0 0 rgb(var(--primary-color));
  color: #fff;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}
.btn-outline-primary.active.focus,
.btn-outline-primary.active:focus,
.btn-outline-primary.active:hover,
.btn-outline-primary.focus:active,
.btn-outline-primary:active:focus,
.btn-outline-primary:active:hover,
.open > .dropdown-toggle.btn-outline-primary.focus,
.open > .dropdown-toggle.btn-outline-primary:focus,
.open > .dropdown-toggle.btn-outline-primary:hover {
  background-color: rgb(var(--primary-color));
  border: 1px solid rgb(var(--primary-color));
  box-shadow: inset 0 70px 0 0 rgb(var(--primary-color));
  color: #fff;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}
.btn-secondary-one {
  border-radius: 5px;
  border: 2px solid var(--black-10, #fff);
  background: rgba(255, 255, 255, 0.15);
  text-transform: capitalize;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  padding: 10px 20px;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}
.btn.btn-sm {
  padding: 2px 7px;
  font-size: 14px;
  border-radius: 5px;
}
.btn-secondary {
  background: rgb(var(--primary-light-color));
  border: 1px solid rgb(var(--primary-light-color));
  border-radius: 10px;
  color: rgb(var(--primary-color));
  font-weight: 600;
  font-size: 16px;
  padding: 10px 20px;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
  display: inline-flex;
  align-items: center;
}
.btn-secondary-one:hover {
  background-color: #fff;
  border: 2px solid #1c0828;
  color: #1c0828;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.active,
.btn-secondary:active,
.open > .dropdown-toggle.btn-secondary {
  background-color: rgb(var(--primary-light-hover-color));
  border: 1px solid rgb(var(--primary-light-hover-color));
  color: rgb(var(--primary-color));
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}
.btn-secondary.active.focus,
.btn-secondary.active:focus,
.btn-secondary.active:hover,
.btn-secondary.focus:active,
.btn-secondary:active:focus,
.btn-secondary:active:hover,
.open > .dropdown-toggle.btn-secondary.focus,
.open > .dropdown-toggle.btn-secondary:focus,
.open > .dropdown-toggle.btn-secondary:hover {
  background-color: #fff;
  border: 1px solid #1c0828;
  box-shadow: inset 70px 0 0 0 #fff;
  color: #1c0828;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}
.btn-secondary.active:not(:disabled):not(.disabled),
.btn-secondary:active:not(:disabled):not(.disabled),
.show > .btn-secondary.dropdown-toggle {
  background-color: #1c0828;
  border-color: #1c0828;
  color: #fff;
}
.btn-secondary.active:focus:not(:disabled):not(.disabled),
.btn-secondary:active:focus:not(:disabled):not(.disabled),
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: unset;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  background-color: #1c0828;
  border-color: #1c0828;
  color: #fff;
}
.btn-secondary.active:not(:disabled):not(.disabled),
.btn-secondary:active:not(:disabled):not(.disabled),
.show > .btn-secondary.dropdown-toggle {
  background-color: rgb(var(--primary-light-color));
  border-color: rgb(var(--primary-light-color));
  color: rgb(var(--primary-color));
}
.btn-secondary.active:focus:not(:disabled):not(.disabled),
.btn-secondary:active:focus:not(:disabled):not(.disabled),
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: unset;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  background-color: rgb(var(--primary-light-color));
  border-color: rgb(var(--primary-light-color));
  color: rgb(var(--primary-color));
}
.btn-secondary-outline {
  background: #f7f7ff;
  border: 1px solid rgb(var(--primary-color));
  color: rgb(var(--primary-color));
  border-radius: 4px;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}
.btn-secondary-outline:hover {
  background-color: rgb(var(--primary-color));
  border: 1px solid rgb(var(--primary-color));
  box-shadow: inset 0 70px 0 0 rgb(var(--primary-color));
  color: #fff;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}
.btn-danger {
  background: #e82646;
  border-radius: 10px;
  border: 1px solid #e82646;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
  padding: 8px 15px;
  color: #fff;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.form-group {
  margin-bottom: 1rem;
}
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
.form-control {
  padding: 6px 15px;
  border-radius: 5px;
}
.form-control:focus {
  border-color: #bbb;
  box-shadow: none;
  outline: 0;
}
.text-body {
  color: #74788d !important;
}
.pagination > ul li.arrow a {
  background: #f1f1f1;
  font-size: 17px;
  margin: 0 9px;
}
.pagination > ul li.active a {
  background: rgb(var(--primary-color));
  border-color: rgb(var(--primary-color));
  color: #fff;
}
.card {
  background: #fff;
  border: 1px solid #cdcdcd;
  border-radius: 10px;
  margin-bottom: 24px;
}
.card .card-header {
  background-color: transparent;
}
.card .card-body {
  padding: 20px;
}
.table {
  margin-bottom: 0;
}
.bg-info {
  background-color: #1170e4 !important;
}
.bg-success {
  background-color: #1abe17 !important;
}
.avatar {
  position: relative;
  display: inline-block;
  width: 3rem;
  height: 3rem;
}
.avatar > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.avatar-title {
  width: 100%;
  height: 100%;
  background-color: #20c0f3;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
}
.avatar-away::before,
.avatar-offline::before,
.avatar-online::before {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 25%;
  height: 25%;
  border-radius: 50%;
  content: "";
  border: 2px solid #fff;
}
.avatar-online::before {
  background-color: #0c9e6f;
}
.avatar-away::before {
  background-color: #ffbc34;
}
.avatar .border {
  border-width: 3px !important;
}
.avatar .rounded {
  border-radius: 6px !important;
}
.avatar .avatar-title {
  font-size: 18px;
}
.avatar-xs {
  width: 29px;
  height: 29px;
}
.avatar-xs .border {
  border-width: 2px !important;
}
.avatar-xs .rounded {
  border-radius: 4px !important;
}
.avatar-xs .avatar-title {
  font-size: 12px;
}
.avatar-xs.avatar-away::before,
.avatar-xs.avatar-offline::before,
.avatar-xs.avatar-online::before {
  border-width: 1px;
}
.avatar-sm {
  width: 2.5rem;
  height: 2.5rem;
}
.avatar-sm .border {
  border-width: 3px !important;
}
.avatar-sm .rounded {
  border-radius: 4px !important;
}
.avatar-sm .avatar-title {
  font-size: 15px;
}
.avatar-sm.avatar-away::before,
.avatar-sm.avatar-offline::before,
.avatar-sm.avatar-online::before {
  border-width: 2px;
}
.avatar-lg {
  width: 3.75rem;
  height: 3.75rem;
}
.avatar-lg .border {
  border-width: 3px !important;
}
.avatar-lg .rounded {
  border-radius: 8px !important;
}
.avatar-lg .avatar-title {
  font-size: 24px;
}
.avatar-lg.avatar-away::before,
.avatar-lg.avatar-offline::before,
.avatar-lg.avatar-online::before {
  border-width: 3px;
}
textarea {
  resize: none;
}
.nav-tabs {
  border-bottom: 1px solid #f0f0f0;
}
.nav-tabs > li > a {
  margin-right: 0;
  color: #888;
  border-radius: 0;
}
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
  border-color: transparent;
  color: #272b41;
}
.nav-tabs.nav-tabs-solid > li > a {
  color: #272b41;
}
.nav-tabs.nav-tabs-solid > .active > a,
.nav-tabs.nav-tabs-solid > .active > a:hover,
.nav-tabs.nav-tabs-solid > .active > a:focus {
  background-color: rgb(var(--primary-color));
  border-color: rgb(var(--primary-color));
  color: #fff;
}
.tab-content {
  padding-top: 0;
}
.nav-tabs .nav-link {
  border-radius: 0;
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  background-color: #eee;
  border-color: transparent;
  color: #272b41;
}
.nav-link:focus,
.nav-link:hover {
  color: rgb(var(--primary-color));
}
.nav-tabs.nav-justified > li > a {
  border-radius: 0;
  margin-bottom: 0;
}
.nav-tabs.nav-justified > li > a:hover,
.nav-tabs.nav-justified > li > a:focus {
  border-bottom-color: #ddd;
}
.nav-tabs.nav-justified.nav-tabs-solid > li > a {
  border-color: transparent;
}
.nav-tabs.nav-tabs-solid > li > a {
  color: #272b41;
}
.nav-tabs.nav-tabs-solid > li > a.active,
.nav-tabs.nav-tabs-solid > li > a.active:hover,
.nav-tabs.nav-tabs-solid > li > a.active:focus {
  background-color: rgb(var(--primary-color));
  border-color: rgb(var(--primary-color));
  color: #fff;
}
.nav-tabs.nav-tabs-solid.nav-tabs-rounded {
  border-radius: 50px;
}
.nav-tabs.nav-tabs-solid.nav-tabs-rounded > li > a {
  border-radius: 50px;
}
.nav-tabs.nav-tabs-solid.nav-tabs-rounded > li > a.active,
.nav-tabs.nav-tabs-solid.nav-tabs-rounded > li > a.active:hover,
.nav-tabs.nav-tabs-solid.nav-tabs-rounded > li > a.active:focus {
  border-radius: 50px;
}
.nav-tabs-justified > li > a {
  border-radius: 0;
  margin-bottom: 0;
}
.nav-tabs-justified > li > a:hover,
.nav-tabs-justified > li > a:focus {
  border-bottom-color: #ddd;
}
.nav-tabs-justified.nav-tabs-solid > li > a {
  border-color: transparent;
}
.nav-tabs.nav-justified.nav-tabs-top {
  border-bottom: 1px solid #ddd;
}
.nav-tabs.nav-justified.nav-tabs-top > li > a,
.nav-tabs.nav-justified.nav-tabs-top > li > a:hover,
.nav-tabs.nav-justified.nav-tabs-top > li > a:focus {
  border-width: 2px 0 0;
}
.nav-tabs.nav-tabs-top > li {
  margin-bottom: 0;
}
.nav-tabs.nav-tabs-top > li > a,
.nav-tabs.nav-tabs-top > li > a:hover,
.nav-tabs.nav-tabs-top > li > a:focus {
  border-width: 2px 0 0;
}
.nav-tabs.nav-tabs-top > li.open > a,
.nav-tabs.nav-tabs-top > li > a:hover,
.nav-tabs.nav-tabs-top > li > a:focus {
  border-top-color: #ddd;
}
.nav-tabs.nav-tabs-top > li + li > a {
  margin-left: 1px;
}
.nav-tabs.nav-tabs-top > li > a.active,
.nav-tabs.nav-tabs-top > li > a.active:hover,
.nav-tabs.nav-tabs-top > li > a.active:focus {
  border-top-color: rgb(var(--primary-color));
}
.nav-tabs.nav-tabs-bottom > li > a.active,
.nav-tabs.nav-tabs-bottom > li > a.active:hover,
.nav-tabs.nav-tabs-bottom > li > a.active:focus {
  border-bottom-width: 2px;
  border-color: transparent;
  border-bottom-color: rgb(var(--primary-color));
  background-color: transparent;
  transition: none 0s ease 0s;
  -moz-transition: none 0s ease 0s;
  -o-transition: none 0s ease 0s;
  -ms-transition: none 0s ease 0s;
  -webkit-transition: none 0s ease 0s;
}
.nav-tabs.nav-tabs-solid {
  background-color: #fafafa;
  border: 0;
}
.nav-tabs.nav-tabs-solid > li {
  margin-bottom: 0;
}
.nav-tabs.nav-tabs-solid > li > a {
  border-color: transparent;
}
.nav-tabs.nav-tabs-solid > li > a:hover,
.nav-tabs.nav-tabs-solid > li > a:focus {
  background-color: #dcdcdc;
}
.nav-tabs.nav-tabs-solid > .open:not(.active) > a {
  background-color: #dcdcdc;
  border-color: transparent;
}
.nav-tabs-justified.nav-tabs-top {
  border-bottom: 1px solid #ddd;
}
.nav-tabs-justified.nav-tabs-top > li > a,
.nav-tabs-justified.nav-tabs-top > li > a:hover,
.nav-tabs-justified.nav-tabs-top > li > a:focus {
  border-width: 2px 0 0;
}
.table tr {
  padding: 15px;
  font-size: 15px;
  border-color: #dcdcdc;
  color: #74788d;
}
.table tbody td,
.table th {
  padding: 15px;
  font-size: 15px;
  color: #74788d;
}
.table td,
.table th {
  vertical-align: middle;
  white-space: nowrap;
}
.table > :not(:first-child) {
  border-top: 0;
}
.table td h2 {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}
.table-avatar a.avatar {
  line-height: normal;
  width: 24px;
  height: 24px;
  margin-right: 8px;
}
.table-avatar a.avatar img {
  border-radius: 50%;
}
.table td h2 a {
  color: #4f4f4f;
  font-size: 14px;
  font-weight: 500;
}
table.table td h2.table-avatar {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: inherit;
  font-weight: 400;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  white-space: nowrap;
}
table.table td h2 a:hover {
  color: rgb(var(--primary-color));
}
table.table td h2 span {
  color: #74788d;
  display: block;
  font-size: 13px;
  margin-top: 7px;
  font-weight: 400;
}
table.dataTable {
  margin-top: 0 !important;
}
table.dataTable td,
table.dataTable th {
  font-size: 14px;
}
table.dataTable th {
  font-weight: 600;
  color: #1d1d1d;
}
table.dataTable td {
  font-weight: 500;
  color: #4f4f4f;
}
table.dataTable th {
  background: #f2f2f2;
}
.table-striped > tbody > tr:nth-child(odd) > td {
  background-color: transparent;
}
.table-striped > tbody > tr:nth-child(even) > * {
  background-color: #fff;
}
table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc_disabled:before {
  right: 1em;
  content: "\f0de";
  font-family: "font awesome 5 free";
}
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
  right: 1em;
  content: "\f0dd";
  font-family: "font awesome 5 free";
}
.dataTables_paginate .pagination .previous,
.dataTables_paginate .pagination .next {
  display: none;
}
.custom-table {
  border: 1px solid #dbdbdb;
  border-radius: 5px;
}
#tablefilter div.dataTables_filter .form-control {
  height: 42px;
  border: 1px solid #cdcdcd;
  border-radius: 10px;
  width: 100%;
  background-color: #fff;
  padding: 10px 12px 10px 35px;
}
#tablefilter div.dataTables_filter label {
  position: relative;
  margin: 0;
}
#tablefilter div.dataTables_filter label::before {
  position: absolute;
  font-family: "font awesome 5 free";
  font-weight: 600;
  font-size: 15px;
  content: "\f002";
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #828282;
  width: 20px;
}
.form-wrap.form-item {
  margin-bottom: 15px;
}
a.disable {
  color: #b4b4b4;
  pointer-events: none;
}
.loader-main {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  width: 100%;
  height: 100%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-loader {
  width: 48px;
  height: 48px;
  border: 3px dotted rgb(var(--primary-color));
  border-style: solid solid dotted dotted;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  animation: rotation 2s linear infinite;
}
.page-loader::after {
  content: "";
  box-sizing: border-box;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border: 3px dotted #040404;
  border-style: solid solid dotted;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  animation: rotationBack 1s linear infinite;
  transform-origin: center center;
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotationBack {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
.header {
  position: sticky;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1001;
  background: #fff;
  transition: ease all 0.5s;
  -webkit-transition: ease all 0.5s;
  -ms-transition: ease all 0.5s;
}
.header.fixed {
  position: fixed;
  box-shadow: 0 3px 53px rgb(197 197 197/27%);
  transition: ease all 0.5s;
  -webkit-transition: ease all 0.5s;
  -ms-transition: ease all 0.5s;
  background: #fff;
}
.navbar-brand.logo {
  margin-right: 0;
}
.logo img {
  height: auto;
  max-width: 100%;
  max-height: 50px;
}
.logo a {
  float: left;
}
.logo a img {
  float: left;
  max-height: 32px;
}
.header .container-fluid {
  padding: 0;
}
.header-nav {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  position: relative;
  height: 70px;
  padding: 0 30px;
  margin-bottom: 0;
}
.main-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.main-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.main-menu-wrapper .main-nav > li + li {
  margin-left: 30px;
}
.main-nav > li > a {
  color: #1d1d1d;
  font-size: 15px;
  font-weight: 500;
}
.main-nav > li.active > a {
  color: #1d1d1d;
  font-size: 16px;
  font-weight: 500;
}
.main-nav > li .submenu li a {
  display: block;
  padding: 10px;
  clear: both;
  white-space: nowrap;
  font-size: 15px;
  font-weight: 500;
  color: #4f4f4f;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  width: 100%;
  position: relative;
  border-radius: 10px;
}
.main-nav > li .submenu > li.has-submenu > a::after {
  content: "\f054";
  font-family: "font awesome 5 free";
  font-weight: 900;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 13px;
}
.main-nav > li .submenu li {
  position: relative;
}
.main-nav li a {
  display: block;
  font-weight: 500;
}
.main-nav li a:hover {
  color: rgb(var(--primary-color));
}
.main-nav li.login-link {
  display: none;
}
.header-navbar-rht {
  margin: 0;
  padding: 0;
}
.header-navbar-rht > li {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding-right: 15px;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
}
.header-navbar-rht > li:last-child {
  padding-right: 0;
}
.header-navbar-rht li > a.btn-primary {
  padding: 8px 20px;
}
.header-navbar-rht li > a.btn-secondary {
  padding: 8px 20px;
}
.header-navbar-rht li > a.header-login {
  padding: 14px 30px;
  font-weight: 700;
}
.header-navbar-rht .search-filter-selected .form-group .select2-container {
  width: 100% !important;
}
.user-item {
  background: #f2f2f2;
  border-radius: 10px;
  margin-bottom: 12px;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.user-item img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 8px;
  flex-shrink: 0;
}
.user-item .user-name h6 {
  margin-bottom: 2px;
}
.user-item .user-name p {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0;
}
.user-menu {
  float: right;
  margin: 0;
  position: relative;
  z-index: 99;
}
.user-menu.nav > li > a {
  color: #fff;
  font-size: 14px;
  line-height: 58px;
  padding: 0 15px;
  height: 60px;
}
.user-menu.nav > li > a:hover,
.user-menu.nav > li > a:focus {
  background-color: rgba(0, 0, 0, 0.2);
}
.user-menu.nav > li > a:hover i,
.user-menu.nav > li > a:focus i {
  color: #fff;
}
.user-menu.nav > li > a.mobile_btn {
  border: 0;
  position: relative;
  padding: 0;
  margin: 0;
  cursor: pointer;
}
.header-navbar-rht li.logged-item .dropdown-menu {
  min-width: 330px;
  max-height: calc(100vh - 100px);
  overflow-y: auto;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
}
.header-navbar-rht li.logged-item.noti-wrapper .dropdown-menu {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.header-navbar-rht li.logged-item .dropdown-menu::-webkit-scrollbar {
  width: 6px;
  background: #cdcdcd;
  height: 10px;
}
.header-navbar-rht li.logged-item .dropdown-menu::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #e7e7e7;
  border-radius: 4px;
}
.header-navbar-rht li.logged-item .dropdown-menu::-webkit-scrollbar-thumb {
  background: #686868;
  border-radius: 4px;
}
.header-navbar-rht
  li.logged-item
  .dropdown-menu::-webkit-scrollbar-thumb:hover {
  background: #1b2559;
}
.header-navbar-rht .dropdown-menu {
  min-width: 200px;
  padding: 0;
}
.header-navbar-rht .dropdown-menu .dropdown-item {
  padding: 7px 15px;
}
.header-navbar-rht .dropdown-menu .dropdown-item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #e3e3e3;
  padding: 10px 15px;
}
.header-navbar-rht .dropdown-menu .dropdown-item:hover {
  color: #0090ce;
}
.header-navbar-rht .logged-item .nav-link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 14px;
  font-weight: 500;
  color: #1d1d1d;
  padding: 0;
  position: relative;
}
.header-navbar-rht .logged-item .log-user {
  background: #f2f2f2;
  border-radius: 10px;
  padding: 5px 7px;
  width: unset;
  height: unset;
}
.header-navbar-rht .logged-item .log-user .users-img img {
  width: 24px;
  height: 24px;
  border-radius: 50%;
}
.header-navbar-rht .logged-item .dropdown-toggle:after {
  margin: 0 5px;
}
.header-navbar-rht .logged-item .nav-link .badge {
  position: absolute;
  top: 15px;
  right: 0;
}
.header-navbar-rht .logged-item .search-filter-selected {
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #cdcdcd;
}
.header-navbar-rht .logged-item .search-filter-selected .form-group {
  margin-bottom: 0;
}
.header-navbar-rht .logged-item .dropdown-menu hr {
  color: #cdcdcd;
  opacity: 1;
  margin: 12px 0;
}
.header-navbar-rht li.work-btn {
  position: relative;
  margin-right: 15px;
}
.header-navbar-rht li.work-btn a {
  display: inline-flex;
  align-items: center;
}
.header-navbar-rht li.work-btn:after {
  content: "";
  background: #cdcdcd;
  width: 1px;
  height: 27px;
  position: absolute;
  right: 0;
}
.header .header-navbar-rht > li .dropdown-menu {
  box-shadow: 0 4.4px 12px -1px #dedede5c;
  border-radius: 10px;
  padding: 15px;
}
.header .header-navbar-rht > li .dropdown-menu .dropdown-item:hover {
  color: #4f4f4f;
  background: #f2f2f2;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.header .header-navbar-rht > li .dropdown-menu .dropdown-item {
  padding: 10px 12px;
  font-size: 14px;
  font-weight: 500;
  color: #4f4f4f;
  background: #fff;
  border-radius: 10px;
  border: 0;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.header .header-navbar-rht > li .dropdown-menu .dropdown-item.log-out {
  color: #e82646;
}
.header .header-navbar-rht > li .dropdown-menu .dropdown-item img {
  width: 16px;
  margin-right: 8px;
}
.header .header-navbar-rht .noti-wrapper .bell-icon {
  width: 24px;
  height: 24px;
  background: #fff;
  border: 1px solid #cdcdcd;
  border-radius: 50%;
  margin: 0;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.header .header-navbar-rht .noti-wrapper .bell-icon:hover {
  background: rgb(var(--primary-color));
  border-color: rgb(var(--primary-color));
}
.header .header-navbar-rht .noti-wrapper .bell-icon:hover img {
  filter: brightness(0) invert(1);
}
.header .header-navbar-rht .noti-wrapper .badge-pill {
  width: 3px;
  height: 3px;
  background-color: #e82646;
  position: absolute;
  top: 5px;
  right: 5px;
  margin: 0;
  padding: 0;
  display: block;
}
.header .dropdown-toggle:after {
  border-top: 0;
  border-left: 0;
  border-bottom: 2px solid #757575;
  border-right: 2px solid #757575;
  content: "";
  height: 8px;
  display: inline-block;
  pointer-events: none;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 8px;
  vertical-align: 2px;
  margin-left: 13px;
}
.user-menu.nav > li > a .badge {
  background-color: #f43f3f;
  display: block;
  font-size: 10px;
  font-weight: 700;
  min-height: 15px;
  min-width: 15px;
  position: absolute;
  right: 3px;
  top: 6px;
}
.user-menu.nav > li > a > i {
  font-size: 1.5rem;
  line-height: 60px;
}
.flag-dropdown .nav-link {
  color: #28283c;
  padding: 0.5rem 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: inline-flex;
}
.account-item .nav-link {
  padding: 0.5rem 0;
}
.user-infos {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.main-nav li.megamenu > ul {
  width: 100%;
}
.menu-heading {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}
.menu-heading span {
  border-radius: 10px;
  background: rgb(var(--primary-light-color));
  width: 40px;
  height: 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  margin-right: 8px;
  flex-shrink: 0;
}
.menu-heading h5 {
  font-size: 20px;
  margin-bottom: 0;
}
.menu-list {
  margin-bottom: 24px;
}
.menu-list ul li {
  margin-bottom: 20px;
}
.menu-list ul li h6 {
  font-size: 14px;
  margin-bottom: 5px;
}
.main-nav > li .submenu.mega-submenu .menu-list ul li h6 a {
  color: #1d1d1d;
  font-size: 15px;
}
.main-nav > li .submenu.mega-submenu .menu-list ul li h6 a:hover,
.main-nav > li .submenu.mega-submenu .menu-list ul li h6 a.active {
  color: rgb(var(--primary-color));
  background-color: transparent;
}
.main-nav > li .submenu.mega-submenu .menu-list ul li p a {
  color: #686868;
  background-color: transparent;
  white-space: normal;
  font-size: 12px;
}
.main-nav > li .submenu.mega-submenu .menu-list ul li p a:hover {
  color: #686868;
}
.main-nav > li .submenu .menu-list ul li p {
  font-size: 12px;
  font-weight: 500;
  color: #686868;
  margin-bottom: 0;
}
.main-nav > li .submenu.mega-submenu ul li a {
  padding: 0;
}
.main-nav > li .submenu .menu-list ul li .more-link {
  font-size: 12px;
  font-weight: 600;
  color: #4f4f4f;
  display: inline-flex;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.main-nav > li .submenu .menu-list ul li .more-link i {
  opacity: 0;
}
.main-nav li .submenu .menu-list ul li .more-link:hover {
  background-color: transparent;
  color: rgb(var(--primary-color));
}
.main-nav li .submenu .menu-list ul li .more-link:hover i {
  opacity: 1;
  margin-left: 8px;
}
.main-nav li > ul.mega-submenu {
  padding: 40px 40px 16px;
}
.sidebar-overlay {
  background-color: rgba(0, 0, 0, 0.6);
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
}
.menu-opened .main-menu-wrapper {
  transform: translateX(0);
}
.menu-header {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 60px;
  padding: 0 20px;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  display: none;
}
.menu-logo img {
  height: auto;
  max-width: 180px;
}
.menu-close {
  font-size: 18px;
  color: rgb(var(--primary-color));
}
.bar-icon {
  display: inline-block;
  width: 31px;
}
.bar-icon span {
  background-color: rgb(var(--primary-color));
  display: block;
  float: left;
  height: 2px;
  margin-bottom: 6px;
  width: 30px;
  border-radius: 2px;
}
.bar-icon span:nth-child(3) {
  margin-bottom: 0;
}
#mobile_btn {
  display: none;
  margin-right: 30px;
}
html.menu-opened body {
  overflow: hidden;
}
.main-menu-wrapper {
  margin: 0 15px;
}
.navbar-brand.logo-small {
  display: none;
}
.navbar-brand.logo-small img {
  max-height: 30px;
}
.product-more {
  padding: 37px 0;
}
.product-more h3 {
  font-weight: 700;
  font-size: 24px;
  color: #030a16;
  margin-bottom: 0;
}
.megamenu-main {
  position: static !important;
}
.submenu-product-group {
  margin-bottom: 40px;
}
.main-nav > li .submenu li .submenu-head a {
  padding: 0;
}
.main-nav > li .submenu-head li a {
  white-space: normal;
}
.submenu-head {
  text-align: center;
  margin-bottom: 25px;
}
.submenu-head .product-content img {
  margin-bottom: 10px;
}
.submenu-head .product-content {
  padding: 10px;
  background: #fff;
  box-shadow: 0 4px 24px rgb(179 179 179/25%);
  border-radius: 10px;
}
.submenu-head .product-content p {
  font-weight: 600;
  font-size: 16px;
  color: #666;
  margin-bottom: 0;
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
}
.submenu-head .product-content h4 {
  font-weight: 700;
  font-size: 18px;
  color: #030a16;
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
}
.submenu-head:hover .product-content h4,
.submenu-head:hover .product-content p {
  color: rgb(var(--primary-color));
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
}
.megamenu-full-width li {
  height: calc(100vh - 90px);
  overflow: auto;
}
.megamenu-full-width li {
  background: #fff;
  box-shadow: 0 4px 54px rgb(197 197 197/25%);
  border-radius: 0 0 40px 40px;
}
.main-nav li.responsive-link {
  display: none;
}
.hero-section {
  background: rgb(var(--primary-light-color));
  border-bottom-right-radius: 150px;
  padding: 120px 0 108px;
  position: relative;
  z-index: 1;
}
.banner-head h1 {
  font-size: 60px;
  margin-bottom: 24px;
  position: relative;
  max-width: 660px;
}
.banner-head h1::after {
  content: "";
  background-image: url(../img/bg/title-bar-img.svg);
  position: absolute;
  width: 150px;
  height: 10px;
  right: 0;
  bottom: -10px;
}
.banner-head p {
  font-size: 18px;
  margin-bottom: 40px;
  color: #4f4f4f;
}
.banner-form {
  position: relative;
  padding: 20px;
  background: url(../img/bg/form-bg-vector.png);
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 24px;
}
.banner-form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  padding: 24px 24px 0;
  border-radius: 10px;
}
.banner-search-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  width: 90%;
  margin: 0 -10px;
}
.banner-form .input-block {
  min-width: 180px;
  width: 100%;
  display: inline-block;
  text-align: left;
  border-right: 1px solid #e6e6e6;
  padding: 0 10px;
  margin: 0 5px 24px;
}
.input-locaion {
  position: relative;
}
.banner-form .input-block .input-locaion .form-control {
  padding-right: 20px;
}
.input-locaion img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.banner-form .input-block label {
  font-size: 12px;
  font-weight: 500;
  color: #4f4f4f;
  margin-bottom: 0;
}
.banner-form .input-block .form-control {
  font-size: 14px;
  font-weight: 400;
  color: #1d1d1d;
  padding: 0;
  border-radius: 0;
  height: auto;
  border: 0;
}
.banner-form .input-block .form-control::placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #1d1d1d;
}
.banner-form .input-block .select2-container .select2-selection--single {
  border: 0;
  height: auto;
}
.banner-form
  .input-block
  .select2-container
  .select2-selection--single
  .select2-selection__rendered {
  padding-left: 0;
  line-height: normal;
  color: #1d1d1d;
}
.banner-form
  .input-block
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: auto;
  top: 7px;
}
.banner-form .input-block-btn {
  float: right;
  margin: 0 0 24px;
  margin-left: auto;
}
.banner-form .input-block-btn .btn {
  padding: 14px 25px;
}
.banner-form .input-block-btn .btn i {
  font-size: 14px;
  margin-right: 5px;
}
.popular-search {
  display: flex;
  align-items: center;
}
.popular-search ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.popular-search h5 {
  font-size: 16px;
  margin-right: 12px;
  margin-bottom: 12px;
  flex-shrink: 0;
}
.popular-search ul li {
  margin: 0 12px 12px 0;
}
.popular-search ul li:last-child {
  margin-right: 0;
}
.popular-search ul li a {
  background: #fff;
  border-radius: 10px;
  padding: 5px 15px;
  font-size: 14px;
  color: #1d1d1d;
  font-weight: 600;
  display: inline-flex;
}
.popular-search ul li a:hover {
  background: rgb(var(--primary-color));
  color: #fff;
}
.banner-img-right {
  max-width: 500px;
  position: absolute;
  right: 30px;
}
.banner-bg-imgs img {
  position: absolute;
  z-index: -1;
}
.banner-bg-imgs .banner-bg-one {
  right: 200px;
  top: 0;
}
.banner-bg-imgs .banner-bg-two {
  right: 38%;
  bottom: 0;
}
.banner-bg-imgs .banner-bg-three {
  left: 0;
  top: 0;
  max-width: 400px;
}
.banner-bg-imgs .banner-bg-four {
  left: 20px;
  top: 50px;
  animation: spin 3000ms linear infinite;
}
.banner-small-bg-one {
  position: absolute;
  bottom: 30%;
  right: 60px;
}
.banner-small-bg-two {
  position: absolute;
  bottom: 23%;
  right: 450px;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.service-section {
  padding: 80px 0;
}
.section-header {
  margin-bottom: 40px;
}
.section-header h2 {
  font-size: 36px;
  margin-bottom: 0;
  position: relative;
}
.section-header h2 span {
  position: relative;
}
.section-header h2 span::after {
  content: "";
  background-image: url(../img/bg/title-bar-img.svg);
  position: absolute;
  width: 100%;
  height: 10px;
  left: 0;
  bottom: -6px;
  background-size: cover;
}
.service-grid .servive-name h4 {
  font-weight: 600;
  margin-bottom: 3px;
  font-size: 18px;
}
.service-grid {
  background: #fff;
  box-shadow: 0 4px 13px -2px rgba(19, 16, 34, 0.06),
    0 4.8px 24.4px -6px rgba(19, 16, 34, 0.1);
  border-radius: 10px;
  margin-bottom: 24px;
}
.service-grid .service-img {
  position: relative;
  transition: 0.5s all;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
}
.service-grid .service-img:hover img {
  transform: scale(1.14);
  transition: 0.5s all;
}
.service-grid .service-img img {
  border-radius: 10px 10px 0 0;
  width: 100%;
  transition: 0.5s all;
}
.service-grid .servive-name span {
  color: #4f4f4f;
}
.service-type {
  padding: 24px;
}
.next-arrow a i {
  color: #1d1d1d;
  font-size: 18px;
}
.service-grid:hover .next-arrow a i {
  color: rgb(var(--primary-color));
}
.avg-price h6 {
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 5px;
}
.avg-price span {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
}
.avg-price {
  position: absolute;
  text-align: right;
  right: 0;
  top: 0;
  margin: 15px 15px 0 0;
}
.more-btn {
  margin-top: 26px;
}
.more-btn a.btn {
  display: inline-flex;
  padding: 14px 25px;
  height: auto;
  align-items: center;
  justify-content: center;
}
.more-btn a.btn i {
  font-size: 12px;
  margin-left: 8px;
}
.explore-gigs-section {
  background: #fff;
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}
.section-tab {
  margin-bottom: 40px;
}
.section-tab ul li .nav-link {
  background: #fff;
  color: #1d1d1d;
  font-size: 15px;
  padding: 10px 25px;
  border-radius: 10px;
  margin-right: 15px;
  font-weight: 500;
  transition: 0.5s all;
}
.section-tab ul li .nav-link.active {
  background: rgb(var(--primary-color));
  color: #fff;
}
.section-tab ul li .nav-link:hover {
  background: rgb(var(--primary-color));
  color: #fff;
  transition: 0.5s all;
}
.section-tab ul li:last-child .nav-link {
  margin-right: 0;
}
.section-head {
  align-items: center;
  justify-content: space-between;
}
.gigs-grid {
  background: #fff;
  box-shadow: 0 4.4px 12px -1px rgba(222, 222, 222, 0.36);
  border: 1px solid #f8f8f8;
  border-radius: 10px;
  margin-bottom: 24px;
}
.gigs-grid .star-rate span i {
  color: #ffb906;
}
.gigs-content {
  padding: 24px;
}
.gigs-content .gigs-info .badge {
  background: rgb(var(--primary-light-color));
  color: rgb(var(--primary-color));
  padding: 5px 8px 5px 20px;
  border-radius: 10px;
  position: relative;
  display: inline-flex;
  align-items: center;
}
.gigs-content .gigs-info .badge::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 10px;
  background: rgb(var(--primary-color));
  position: absolute;
  left: 5px;
}
.gigs-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.gigs-info p {
  display: inline-flex;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #1d1d1d;
  margin-bottom: 0;
}
.owl-carousel .owl-item .gigs-info p img {
  width: 18px;
  height: 18px;
  margin-right: 6px;
}
.gigs-info p img {
  width: 18px;
  height: 18px;
  margin-right: 6px;
}
.gigs-info p i {
  margin-right: 6px;
}
.gigs-info small {
  font-size: 14px;
  font-weight: 500;
  margin-left: 8px;
  margin-right: auto;
}
.gigs-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px dashed #cdcdcd;
}
.gigs-share {
  display: inline-flex;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.gigs-share a.img-icon {
  background: #f2f2f2;
  color: #1d1d1d;
}
.gigs-share a {
  width: 32px;
  height: 32px;
  margin-right: 6px;
  border-radius: 50px;
  color: #1170e4;
  background: #f1f6fd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
}
.gigs-share a:hover {
  color: #fff;
  background: #1170e4;
}
.gigs-card-footer .badge {
  background: #fcf2f5;
  border-radius: 20px;
  color: #e82646;
  padding: 5px 10px 5px 28px;
  position: relative;
  display: inline-flex;
  align-items: center;
}
.gigs-card-footer .badge::before {
  content: "\e939";
  font-family: feather;
  font-weight: 900;
  position: absolute;
  left: 10px;
}
.gigs-card-footer h5 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0;
}
.star-rate span {
  font-size: 14px;
  color: #4f4f4f;
  display: inline-flex;
  align-items: center;
  font-weight: 600;
}
.star-rate span i {
  color: #9b9b9b;
  margin-right: 5px;
}
.star-rate span i.filled {
  color: #ffb906;
}
.gigs-title {
  margin: 15px 0;
}
.gigs-title h3 {
  font-size: 20px;
  margin-bottom: 0;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}
.card-overlay-badge span {
  font-size: 14px;
  border-radius: 10px;
  padding: 8px 10px;
  display: inline-flex;
  align-items: center;
}
.gigs-img {
  position: relative;
  border-radius: 10px 10px 0 0;
}
.gigs-img:hover .img-slider img {
  transform: scale(1.14);
  transition: 0.5s all;
}
.gigs-img .img-slider a {
  position: relative;
  overflow: hidden;
  display: block;
  border-radius: 10px 10px 0 0;
}
.gigs-img .img-slider a::after {
  content: "";
  background: linear-gradient(
    182deg,
    rgba(0, 0, 0, 0.55) -7.43%,
    rgba(0, 0, 0, 0) 45.63%,
    rgba(0, 0, 0, 0.13) 98.07%
  );
  width: 100%;
  height: 100%;
  border-radius: 10px 10px 0 0;
  position: absolute;
  top: 0;
  left: 0;
}
.gigs-img img {
  border-radius: 10px 10px 0 0;
  position: relative;
  transition: 0.5s all;
}
.card-overlay-badge {
  display: flex;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  margin: 15px 0 0 15px;
  z-index: 1;
}
.card-overlay-badge span i {
  margin-right: 8px;
}
.card-overlay-badge span.bg-warning {
  margin-right: 8px;
}
.fav-selection {
  position: absolute;
  right: 0;
  top: 0;
  margin: 15px 15px 0 0;
  z-index: 1;
}
.fav-selection a {
  width: 32px;
  height: 32px;
  margin-right: 6px;
  background: #fff;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.fav-selection a:last-child {
  margin-right: 0;
}
.fav-selection .fav-icon.favourite {
  background: rgb(var(--primary-color));
  color: #fff;
}
.user-thumb {
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 0 15px 15px 0;
  z-index: 1;
}
.user-thumb img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 2px solid #fff;
}
.img-slider .owl-dots {
  display: flex;
  justify-content: center;
  width: 100%;
  position: absolute;
  bottom: 0;
}
.img-slider .owl-dots .owl-dot {
  width: 5px;
  height: 5px;
  border-radius: 40px;
  background: #f2f2f2;
  margin: 0 0 15px;
  margin-right: 5px;
}
.img-slider .owl-dots .owl-dot.active {
  width: 27px;
  height: 5px;
}
.gigs-card-slider.owl-carousel .owl-nav {
  display: flex;
  justify-content: center;
  margin-top: 16px;
}
.gigs-card-slider.owl-carousel .owl-nav button {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #cdcdcd;
  background: #fff;
  margin-right: 15px;
  transition: 0.5s all;
}
.gigs-card-slider.owl-carousel .owl-nav button:hover {
  background: #1d1d1d;
  color: #fff;
  transition: 0.5s all;
}
.gigs-card-slider.owl-carousel .img-slider .owl-nav {
  display: none;
}
.gigs-card-slider.owl-carousel .owl-nav button:last-child {
  margin-right: 0;
}
.section-bg-one {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.section-bg-two {
  position: absolute;
  right: 20px;
  bottom: 50px;
  z-index: -1;
  animation: spin 3000ms linear infinite;
}
.client-slider-sec {
  background: #040404;
  padding: 80px 0;
}
.client-logo {
  min-height: 40px;
  display: flex;
  align-items: center;
}
.client-slider-sec .section-header p {
  color: #fff;
  text-align: center;
}
.explore-services-sec {
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}
.explore-services-one {
  position: absolute;
  right: 0;
  top: -100px;
  z-index: -1;
}
.explore-services-two {
  position: absolute;
  left: 0;
  top: 0;
  max-width: 450px;
  z-index: -1;
}
.trusted-customers {
  background-image: url(../img/bg/section-bg-02.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 100px 0;
  position: relative;
  overflow: hidden;
  z-index: 1;
  border-radius: 10px;
}
.trusted-customers::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: linear-gradient(
    180deg,
    #000 0%,
    rgba(0, 0, 0, 0) 48%,
    rgba(0, 0, 0, 0.76) 100%
  );
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.trusted-bg-one {
  position: absolute;
  right: -40px;
  top: -40px;
}
.trusted-bg-two {
  position: absolute;
  left: -40px;
  bottom: -40px;
}
.trusted-customers .section-header {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.trusted-customers .section-header h2 {
  color: #fff;
  font-size: 48px;
  margin-bottom: 15px;
  text-align: center;
  max-width: 800px;
}
.trusted-customers .section-header p {
  color: #fff;
  font-size: 18px;
  margin-bottom: 0;
}
.trusted-customers-sec {
  position: relative;
}
.explore-bg1 {
  position: absolute;
  top: -25%;
  left: 0;
  width: 300px;
}
.explore-bg2 {
  position: absolute;
  bottom: 140px;
  left: -70px;
  animation: spin 3000ms linear infinite;
  width: 60px;
}
.popular-section.expert-section {
  padding: 80px 0;
}
.expert-wrapper {
  background: #1d1d1d;
  padding: 24px 24px 0;
}
.expert-header h2 {
  color: #fff;
}
.expert-header p {
  color: #e6e6e6;
  margin-bottom: 40px;
}
.expert-icon {
  flex-shrink: 0;
  margin-right: 30px;
}
.expert-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
}
.expert-item h4 {
  color: #fff;
  margin-bottom: 14px;
}
.expert-item p {
  color: #e6e6e6;
  margin-bottom: 0;
}
.expert-section .popular-img {
  position: unset;
}
.expert-section .popular-img-left {
  bottom: 50px;
  left: 10px;
  top: auto;
}
.top-listing-section {
  position: relative;
  padding: 80px 0 56px;
}
.con-bg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  z-index: -1;
}
.provide-section {
  position: relative;
  background: #fdf6f1;
  padding: 80px 0 56px;
  z-index: 1;
}
.provide-section::before {
  position: absolute;
  background: url(../img/bg/provide-bg.jpg);
  content: "";
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background-position: top center;
  background-size: cover;
  z-index: -1;
}
.provide-box {
  background: #fff;
  padding: 24px;
  border-radius: 10px;
  margin-bottom: 24px;
}
.provide-box .provide-icon {
  background: #040404;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  display: flex;
  margin-bottom: 40px;
}
.provide-box h3 {
  margin-bottom: 15px;
}
.provide-box p {
  margin-bottom: 40px;
}
.provide-box .btn i {
  margin-left: 5px;
}
.provide-section .section-header h2 {
  margin-bottom: 24px;
}
.country-lists .gigs-location img {
  filter: unset;
}
.country-lists .gigs-title h3 {
  margin-bottom: 10px;
}
.country-lists .gigs-title p {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0;
}
.country-lists .card-overlay-badge span i {
  font-size: 6px;
}
.country-lists .gigs-card-footer h5 {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.country-lists .gigs-card-footer h5 span {
  font-size: 14px;
  color: #4f4f4f;
  margin-right: 8px;
}
.fw-semibold {
  font-weight: 600;
}
.section-header p {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
}
.cta-section {
  background: url(../img/bg/faq-bg.png);
  border-radius: 10px;
  padding: 14px;
  margin: 80px 0;
}
.cta-wrap {
  background: #fdf6f1;
  padding: 60px;
  border-radius: 10px;
  position: relative;
  z-index: 1;
}
.cta-bg1 {
  position: absolute;
  top: 0;
  left: 0;
}
.cta-bg2 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.cta-wrap h3 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 0;
}
.cta-wrap .badge {
  font-size: 16px;
  font-weight: 600;
  padding: 13px 10px;
  background: #1d1d1d;
  border-radius: 10px;
  margin-bottom: 15px;
  white-space: pre-wrap;
}
.cta-btn i {
  margin-left: 5px;
}
.popular-section {
  background: #040404;
  position: relative;
  overflow: hidden;
  padding: 80px 0 56px;
}
.popular-img {
  position: relative;
}
.popular-img-left {
  position: absolute;
  top: 460px;
}
.popular-img-left img {
  animation: spin 3000ms linear infinite;
  width: 60px;
}
.popular-img-right {
  position: absolute;
  top: -80px;
  right: -40px;
}
.popular-img-right img {
  width: 400px;
}
.category-grid {
  background: #040404;
  border: 1px solid #4f4f4f;
  padding: 24px;
  margin-bottom: 24px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
}
.popular-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background: #1d1d1d;
  margin-bottom: 24px;
  opacity: 1;
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
}
.category-grid:hover .popular-icon {
  opacity: 0;
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
}
.popular-content {
  opacity: 1;
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
}
.category-grid:hover .popular-content {
  opacity: 0;
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
}
.popular-content h5 {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
  color: #fff;
  margin-bottom: 5px;
}
.popular-content p {
  font-weight: 600;
  color: #cdcdcd;
  margin-bottom: 0;
}
.category-overlay {
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  overflow: hidden;
  width: 100%;
  height: 0;
  border-radius: 10px;
  z-index: 1;
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
}
.category-grid:hover .category-overlay {
  height: 100%;
  bottom: 0;
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
}
.category-overlay-img {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
}
.category-overlay-img:before {
  background: rgb(var(--primary-color), 0.67);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
}
.category-overlay-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.category-overlay-content {
  position: absolute;
  z-index: 1;
  bottom: 24px;
  left: 24px;
}
.category-overlay-content h5 {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
  color: #fff;
  margin-bottom: 5px;
}
.category-overlay-content i {
  font-size: 18px;
  color: #fff;
  margin-bottom: 0;
}
.listing-section {
  background: #fff;
  position: relative;
  overflow: hidden;
  padding: 80px 0;
}
.listing-tab .nav {
  border: 0;
  margin-bottom: 25px;
}
.listing-tab .nav li {
  margin-bottom: 15px;
}
.listing-tab .nav li a {
  background: #fff;
  color: #1d1d1d;
  font-size: 15px;
  padding: 10px 25px;
  border-radius: 10px;
  margin-right: 15px;
  font-weight: 500;
  transition: 0.5s all;
  box-shadow: 0 4px 12px -1px #dedede5c;
}
.listing-tab .nav .nav-link.active {
  background: rgb(var(--primary-color));
  color: #fff;
}
.listing-tab .nav .nav-link:hover {
  background: rgb(var(--primary-color));
  color: #fff;
  transition: 0.5s all;
}
.listing-tab .nav li:last-child .nav-link {
  margin-right: 0;
}
.gigs-location {
  display: inline-flex;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  -webkit-box-align: center;
  -ms-flex-align: center;
  margin-bottom: 0;
}
.gigs-location img {
  filter: invert(25%) sepia(97%) saturate(2355%) hue-rotate(204deg)
    brightness(97%) contrast(87%);
  width: auto !important;
}
.gigs-location span {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  background: #e7f1fc;
  margin-right: 8px;
}
.listing-gigs .gigs-grid .gigs-img .img-slider a,
.listing-gigs .gigs-grid .gigs-img .gigs-img .img-slider img {
  border-radius: 10px;
}
.listing-gigs .gigs-grid .gigs-info {
  justify-content: flex-start;
}
.listing-gigs .gigs-grid {
  padding: 24px;
}
.listing-gigs .gigs-grid .gigs-content {
  padding: 24px 0 0;
}
.listing-gigs .gigs-grid .star-rate {
  margin-left: 8px;
}
.listing-gigs .star-rate {
  border-left: 1px solid #cdcdcd;
  padding-left: 8px;
}
.listing-gigs .star-rate span {
  font-weight: 500;
}
.listing-gigs .gigs-grid .user-thumb {
  bottom: -23px;
  margin: 0 15px 0 0;
}
.listing-gigs .gigs-grid .user-thumb img {
  border: 6px solid #fff;
}
.testimonial-section {
  position: relative;
  background: #fdf6f1;
  padding: 80px 0;
}
.testimonial-item {
  background: #fff;
  padding: 24px;
  border-radius: 10px;
  margin-bottom: 24px;
}
.testimonial-icon {
  margin-bottom: 24px;
}
.testimonial-slider .testimonial-icon img {
  width: auto;
}
.testimonial-item h4 {
  margin-bottom: 15px;
}
.testimonial-item p {
  margin-bottom: 15px;
}
.testimonial-item .star-rate {
  margin-bottom: 24px;
}
.testimonial-slider .testimonial-user img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 15px;
}
.testimonial-user {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px dotted #b4b4b4;
  padding-top: 24px;
}
.testimonial-info h6 {
  margin-bottom: 6px;
}
.testimonial-info p {
  margin-bottom: 0;
}
.testimonial-slider.owl-carousel .owl-nav {
  display: flex;
  justify-content: center;
  margin-top: 16px;
}
.testimonial-slider.owl-carousel .owl-nav button {
  width: 48px;
  height: 48px;
  margin-right: 15px;
  transition: 0.5s all;
}
.testimonial-bg1 {
  position: absolute;
  top: 10%;
  left: 0;
}
.testimonial-bg2 {
  position: absolute;
  bottom: 10%;
  right: 0;
}
.testimonial-bg3 {
  position: absolute;
  bottom: 0;
  left: 79px;
}
.faq-section {
  padding: 80px 0;
}
.faq-section .faq-wrapper {
  padding: 0;
  background: 0 0;
}
.faq-section .faq-card {
  box-shadow: 0 4.4px 12px -1px #dedede5c;
}
.faq-sec {
  margin-bottom: 80px;
}
.faq-heading .section-header {
  margin-bottom: 24px;
}
.faq-heading p {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 40px;
}
.faq-heading .btn i {
  margin-left: 5px;
}
.faq-wrapper {
  padding: 24px;
  background: url(../img/bg/faq-bg.png);
}
.faq-wrapper .faq-card {
  margin-bottom: 15px;
  border: 0;
}
.faq-wrapper .faq-card:last-child {
  margin-bottom: 0;
  padding-bottom: 15px;
}
.faq-wrapper .faq-card p:last-child {
  margin-bottom: 0;
}
.faq-wrapper .faq-card .faq-title {
  font-size: 20px;
}
.breadcrumb-bar {
  background: #fdf6f1;
  position: relative;
  overflow: hidden;
  padding: 40px 0;
}
.breadcrumb-img {
  position: relative;
}
.breadcrumb-img .breadcrumb-left {
  position: absolute;
  top: -40px;
  left: 0;
}
.breadcrumb-img .breadcrumb-left img {
  width: 215px;
}
.breadcrumb-title {
  font-size: 24px;
  font-weight: 600;
  color: #1d1d1d;
  margin-bottom: 0;
  display: inline-flex;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 1;
}
.breadcrumb-title a {
  font-size: 20px;
  margin-right: 6px;
}
.breadcrumb-bar-info .breadcrumb-title {
  margin-bottom: 50px;
}
.page-breadcrumb ol {
  font-size: 14px;
  font-weight: 600;
  color: #4f4f4f;
  background-color: transparent;
  margin-bottom: 10px;
  padding: 0;
  position: relative;
  z-index: 1;
  display: inline-flex;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
}
.page-breadcrumb ol li {
  font-weight: 600;
  color: #4f4f4f;
}
.page-breadcrumb ol li a {
  font-weight: 600;
  color: #4f4f4f;
}
.page-breadcrumb .breadcrumb a:hover {
  color: rgb(var(--primary-color));
}
.page-breadcrumb ol li.active {
  color: rgb(var(--primary-color));
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  content: "\f105";
  font: normal normal normal 14px/1.6 FontAwesome;
  color: #000;
}
.page-breadcrumb .breadcrumb-item + .breadcrumb-item {
  padding-left: 10px;
}
.page-content {
  padding: 60px 0;
}
.select2-results__option {
  padding: 10px 12px;
  font-size: 14px;
}
.select2-container .select2-selection--single {
  border: 1px solid #cdcdcd;
  border-radius: 10px;
  height: 42px;
  outline: 0;
  font-size: 14px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 42px;
  right: 7px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  position: absolute;
  top: 50%;
  left: 50%;
  border-color: #4f4f4f;
  border-style: solid;
  border-width: 0 2px 2px 0;
  padding: 3px;
  height: 0;
  margin-left: -6px;
  margin-top: -3px;
  width: 0;
  transform: rotate(45deg) translateY(-50%);
  -webkit-transform: rotate(45deg) translateY(-50%);
  -ms-transform: rotate(45deg) translateY(-50%);
}
.select2-container--default.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: #4f4f4f;
  border-width: 2px 0 0 2px;
  margin-top: 3px;
  padding: 3px;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  padding-right: 30px;
  padding-left: 12px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #4f4f4f;
  line-height: 42px;
  font-weight: 400;
}
.select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background-color: rgb(var(--primary-color));
  border: 0;
}
.select2-container--default .select2-selection--multiple {
  border: 1px solid #dcdcdc;
  min-height: 42px;
}
.select2-dropdown {
  border-color: #dcdcdc;
}
.search-filter {
  float: left;
  width: 100%;
  position: relative;
  padding: 24px 24px 4px;
  margin-top: -110px;
  margin-bottom: 60px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 4px 13px -2px rgba(19, 16, 34, 0.06),
    0 4.8px 24.4px -6px rgba(19, 16, 34, 0.1);
}
.search-filter form {
  float: left;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.search-filter-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  width: 90%;
  margin: 0 -5px;
}
.search-filter .form-group {
  min-width: 180px;
  width: 100%;
  display: inline-block;
  text-align: left;
  border-right: 1px solid #e6e6e6;
  padding: 0 10px 0 0;
  margin: 0 5px 20px;
}
.search-filter .form-group label {
  font-size: 12px;
  font-weight: 500;
  color: #4f4f4f;
  margin-bottom: 0;
}
.search-filter .form-group .form-control {
  font-size: 14px;
  font-weight: 400;
  color: #1d1d1d;
  padding: 0;
  border-radius: 10px;
  height: auto;
  border: 0;
}
.search-filter .form-group .form-control::placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #1d1d1d;
}
.search-filter .form-group .select2-container .select2-selection--single {
  border: 0;
  height: auto;
}
.search-filter
  .form-group
  .select2-container
  .select2-selection--single
  .select2-selection__rendered {
  padding-left: 0;
  line-height: normal;
  color: #1d1d1d;
}
.search-filter
  .form-group
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: auto;
  top: 7px;
}
.search-filter .search-filter-btn {
  float: right;
  margin: 0 0 20px;
  margin-left: auto;
}
.search-filter .search-filter-btn .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  min-width: 106px;
  min-height: 54px;
  border-radius: 10px;
}
.search-gigs .gigs-grid {
  margin-bottom: 24px;
  box-shadow: 0 4px 13px -2px rgba(19, 16, 34, 0.06),
    0 4.8px 24.4px -6px rgba(19, 16, 34, 0.1);
}
.search-gigs .gigs-info small {
  font-size: 14px;
  font-weight: 500;
  color: #4f4f4f;
  margin-left: 8px;
  margin-right: auto;
}
.search-load-btn {
  text-align: center;
  margin-top: 16px;
}
.search-load-btn .btn {
  padding: 11px 18px;
  border-radius: 10px;
  display: inline-flex;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  min-height: 48px;
}
.search-load-btn .btn .spinner-border {
  padding: 0;
  margin: 0;
  border: 0;
  width: 18px;
  height: 18px;
}
.search-filter-selected .form-group {
  position: relative;
}
.search-filter-selected.breadcrumb-select-box .form-group {
  position: relative;
  float: right;
}
.search-filter-selected
  .form-group
  .select2-container
  .select2-selection--single
  .select2-selection__rendered {
  padding-left: 30px;
  color: #4f4f4f;
  font-weight: 600;
}
.search-filter-selected .form-group .select-box-icon {
  position: absolute;
  left: 10px;
  top: 12px;
  z-index: 5;
}
.search-filter-selected .form-group .select2-container {
  width: auto !important;
}
.sort-search-gigs h5 {
  margin-bottom: 0;
  font-size: 16px;
}
.sort-search-gigs {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #cdcdcd;
}
.search-filter-selected
  .form-group
  .select2-container
  .select2-selection--single
  .select2-selection__rendered {
  padding-left: 70px;
  color: #1d1d1d;
}
.breadcrumb-select-box.search-filter-selected
  .form-group
  .select2-container
  .select2-selection--single
  .select2-selection__rendered {
  padding-left: 30px;
}
.filter-select-boxes
  .search-filter-selected
  .form-group
  .select2-container
  .select2-selection--single
  .select2-selection__rendered {
  padding-left: 30px;
}
.search-filter-selected .form-group .sort-text {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  font-weight: 600;
  font-size: 14px;
  color: #4f4f4f;
}
.sort-search-gigs .search-filter-selected .form-group select {
  color: #1d1d1d;
}
.filter-gigs {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.filter-gigs h5 {
  margin-right: 10px;
  margin-bottom: 10px;
}
.filter-gigs .filter-select-boxes {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.filter-gigs .search-filter-selected .form-group {
  float: unset;
}
.filter-gigs .filter-select-boxes li {
  margin-right: 10px;
  margin-bottom: 10px;
}
.filter-gigs .filter-select-boxes li:last-child {
  margin-right: 0;
}
.pagination {
  justify-content: center;
  padding: 0;
}
.pagination ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 16px;
}
.pagination ul li a,
.pagination li a {
  width: 45px;
  height: 45px;
  border: 1px solid #b4b4b4;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  font-weight: 600;
  color: #1d1d1d;
  transition: 0.5s all;
}
.pagination ul li a.active,
.pagination li.active a {
  background: rgb(var(--primary-color));
  color: #fff;
  border-color: rgb(var(--primary-color));
}
.pagination ul li a:hover,
.pagination li.active a:hover {
  background: rgb(var(--primary-color));
  color: #fff;
  border-color: rgb(var(--primary-color));
  transition: 0.5s all;
}
.pagination ul li a.previous {
  margin-right: 24px;
  font-size: 12px;
}
.pagination ul li a.next {
  margin-left: 9px;
  margin-right: 0;
  font-size: 12px;
}
.page-item:first-child .page-link,
.page-item:last-child .page-link {
  border-radius: 50%;
}
.page-content.content {
  padding: 60px 0 36px;
}
.page-content.category-wrap {
  padding: 60px 0 20px;
}
.service-wrap {
  border-radius: 10px;
  border: 1px solid #cdcdcd;
  box-shadow: 0 4px 9px -1px rgba(19, 16, 34, 0.03);
  padding: 24px;
  margin-bottom: 24px;
}
.service-wrap h3 {
  margin-bottom: 24px;
}
.service-wrap p:last-child {
  margin-bottom: 0;
}
.service-lists li {
  padding-left: 20px;
  position: relative;
  margin-bottom: 20px;
}
.service-lists li::before {
  content: "\f111";
  font-family: "font awesome 5 free";
  font-weight: 600;
  position: absolute;
  left: 0;
  top: 6px;
  font-size: 6px;
}
.service-widget {
  border-radius: 10px;
  border: 1px solid #cdcdcd;
  padding: 24px;
  margin-bottom: 24px;
}
.service-widget .btn {
  margin-bottom: 24px;
  height: auto;
  padding: 14px 20px;
}
.service-widget .btn i {
  margin-right: 5px;
}
.service-img-wrap {
  margin-bottom: 24px;
}
.service-img-wrap img {
  border-radius: 10px;
}
.service-amt {
  text-align: center;
  margin-bottom: 24px;
}
.service-amt p {
  color: #4f4f4f;
  margin-bottom: 0;
}
.service-amt h2 {
  font-size: 28px;
  margin-bottom: 0;
}
.buy-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
}
.buy-items li:not(:last-child) {
  margin-right: 15px;
}
.buy-box {
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 4px 9px -1px rgba(19, 16, 34, 0.03);
  padding: 10px;
  text-align: center;
}
.buy-box i {
  margin-bottom: 8px;
}
.buy-box p {
  font-size: 14px;
  margin-bottom: 10px;
}
.buy-box h6 {
  font-size: 16px;
  font-weight: 600;
  color: #1d1d1d;
  margin-bottom: 0;
}
.member-info {
  margin-bottom: 14px;
}
.member-info li {
  border-bottom: 1px solid #cdcdcd;
  margin-bottom: 10px;
  padding: 0 0 10px;
  font-size: 14px;
  font-weight: 600;
}
.member-info li:last-child {
  border-bottom: 0;
}
.member-info li span {
  font-size: 14px;
  font-weight: 500;
  color: #1d1d1d;
  float: right;
}
.user-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 24px;
}
.user-img {
  flex-shrink: 0;
  margin-right: 10px;
}
.user-img img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.user-info h5 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 5px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.user-info h6 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 5px;
}
.user-info p {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0;
}
.user-info p i {
  margin-right: 5px;
  color: #ffb906;
}
.user-info .badge {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 3px 5px;
}
.user-info .badge i {
  font-size: 7px;
  margin-right: 5px;
  line-height: 0;
}
.badge {
  font-size: 14px;
  font-weight: 500;
  padding: 5px 2px;
}
.badge-success {
  border-radius: 10px;
  border: 1px solid #1abe17;
  background: #f2faf2;
  color: #1abe17;
}
.extra-service {
  margin-bottom: 24px;
}
.extra-service h3 {
  font-weight: 600;
  margin-bottom: 20px;
}
.service-time {
  border: 1px solid #cdcdcd;
}
.service-time li {
  background-color: #fcfcfc;
  padding: 15px;
  border-bottom: 1px solid #cdcdcd;
}
.service-time li:last-child {
  border: 0;
}
.service-time .delivery-info h6 {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 5px;
}
.service-time .delivery-info p {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0;
}
.service-time .delivery-amt h6.amt {
  color: #1d1d1d;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0;
}
.delivery-add {
  text-align: right;
}
.btn-light-primary {
  background-color: rgb(var(--primary-light-color));
  border: 1px solid rgb(var(--primary-light-color));
  color: rgb(var(--primary-color));
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  padding: 7px 14px;
  font-weight: 600;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
  border-radius: 10px;
}
.btn-light-primary:hover,
.btn-light-primary.active,
.btn-light-primary:active,
.open > .dropdown-toggle.btn-primary {
  background-color: rgb(var(--primary-color));
  border: 1px solid rgb(var(--primary-color));
  color: #fff;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}
.btn-light-primary i {
  margin-right: 5px;
}
.modal-form-group {
  margin-bottom: 15px;
}
.form-control {
  border-radius: 10px;
  border: 1px solid #cdcdcd;
  background: #fff;
  font-size: 14px;
  font-weight: 500;
  padding: 10px 12px;
}
.form-control::placeholder {
  color: #828282;
}
.service-modal .user-details {
  background: #f2f2f2;
  border-radius: 10px;
  padding: 24px;
}
.service-modal .form-control::placeholder {
  color: #4f4f4f;
}
.modal-content {
  border-radius: 5px;
}
.modal-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
}
.modal-header {
  padding: 24px;
}
.modal-body {
  padding: 24px;
}
.modal {
  z-index: 1050 !important;
}
.modal-backdrop {
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1040 !important;
}
.modal-backdrop.show {
  opacity: 1;
}
.service-modal .select2-container .select2-selection--single {
  border: 1px solid #cdcdcd;
  height: 41px;
}
.service-modal
  .select2-container
  .select2-selection--single
  .select2-selection__rendered {
  padding-left: 12px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 10px;
}
.service-modal p {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0;
}
.service-modal .drag-upload {
  margin-bottom: 10px;
}
.custom_check {
  color: #4f4f4f;
  position: relative;
  font-size: 14px;
  padding-left: 30px;
  margin-bottom: 10px;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  height: 20px;
}
.custom_check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.custom_check input:checked ~ .checkmark {
  background-color: rgb(var(--primary-color));
  border-color: rgb(var(--primary-color));
}
.custom_check input:checked ~ .checkmark:after {
  display: block;
}
.custom_check .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  border: 1px solid #cdcdcd;
  background-color: #fff;
  border-radius: 5px;
  transition: all 0.4s ease;
}
.custom_check .checkmark:after {
  content: "\f00c";
  font-family: "font awesome 5 free";
  font-weight: 600;
  position: absolute;
  display: block;
  color: #fff;
  font-size: 12px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 0;
}
.custom_check a {
  color: rgb(var(--primary-color));
}
.breadcrumb-links {
  text-align: right;
}
.breadcrumb-links a {
  color: #1d1d1d;
  font-size: 14px;
  font-weight: 600;
}
.breadcrumb-links li {
  display: inline-block;
}
.breadcrumb-links li:not(:last-child) {
  margin-right: 15px;
}
.breadcrumb-links a span {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid #cdcdcd;
  color: #1d1d1d;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  margin-right: 8px;
}
.breadcrumb-links a:hover {
  color: rgb(var(--primary-color));
}
.breadcrumb-links a:hover span {
  color: rgb(var(--primary-color));
  border: 1px solid rgb(var(--primary-color));
}
.breadcrumb-info .breadcrumb-title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 15px;
}
.breadcrumb-info .info-links li {
  display: inline-block;
  margin-right: 15px;
  color: #000;
  font-size: 14px;
  font-weight: 500;
}
.breadcrumb-info .info-links li i {
  color: rgb(var(--primary-color));
  margin-right: 8px;
}
.breadcrumb-info .info-links li.order-count {
  color: #1170e4;
  border-radius: 10px;
  background: #f1f6fd;
  padding: 5px 11px;
}
.breadcrumb-info .info-links li.order-count i {
  color: #1170e4;
}
.faq-card {
  background: #fff;
  padding: 15px;
  border-bottom: 1px solid #cdcdcd;
}
.faq-card:last-child {
  margin-bottom: 0;
  border: 0;
  padding-bottom: 0;
}
.faq-card .faq-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
}
.faq-card a {
  color: #1d1d1d;
  display: block;
  position: relative;
  padding-left: 28px;
}
.faq-card .card-collapse .faq-content {
  padding-top: 15px;
}
.faq-card a:after {
  content: "+";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.faq-card a:not(.collapsed):after {
  content: "-";
}
.faq-card a:not(.collapsed)::after {
  color: rgb(var(--primary-color));
}
.sortby-title h4 {
  color: #4f4f4f;
  margin-bottom: 20px;
}
.sortby-title h4 span {
  color: #1d1d1d;
}
.sortby-title .form-group {
  margin-bottom: 20px;
}
.bg-success-light {
  background: #1abe17;
}
.review-widget {
  margin-bottom: 24px;
}
.review-widget .review-title h3 {
  margin-bottom: 20px;
}
.review-widget .pagination {
  justify-content: start;
  -webkit-justify-content: start;
  -ms-flex-pack: start;
}
.review-widget .pagination ul {
  margin: 0;
}
.review-lists li {
  border-bottom: 1px solid #cdcdcd;
}
.review-lists li:last-child {
  margin-bottom: 20px;
}
.review-lists li ul li {
  border-bottom: 0;
}
.review-wrap {
  padding: 24px 0;
}
.review-user-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}
.review-img {
  margin-right: 11px;
}
.review-img img {
  width: 60px;
  height: 60px;
  flex-shrink: 0;
  border-radius: 6px;
}
.reviewer-loc,
.reviewer-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-wrap: wrap;
}
.reviewer-info h6,
.reviewer-info p {
  display: inline-block;
}
.reviewer-info h6 {
  margin: 0 15px 5px 0;
}
.reviewer-loc p {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 15px 5px 0;
}
.reviewer-loc p i {
  margin-right: 8px;
}
.review-content p {
  margin-bottom: 10px;
}
.reviewer-rating p {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
}
.reviewer-rating .star-rate {
  border-right: 1px solid #cdcdcd;
  margin-right: 5px;
  padding-right: 5px;
  font-size: 14px;
  font-weight: 600;
}
.review-content a {
  font-size: 14px;
  font-weight: 500;
  color: #4f4f4f;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.review-content i {
  margin-right: 8px;
}
.review-content a:hover {
  color: rgb(var(--primary-color));
}
.review-lists > li > ul > li .review-wrap {
  border-radius: 10px;
  background: #f2f2f2;
  padding: 24px;
}
.service-wrap.tags-lists-widget {
  padding-bottom: 14px;
}
.service-wrap.tags-widget {
  padding-bottom: 14px;
}
.tags li {
  display: inline-block;
  margin: 0 15px 10px 0;
}
.tags li a {
  padding: 8px 10px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 10px;
  background: #f2f2f2;
  display: inline-block;
}
.tags li a:hover {
  background: rgb(var(--primary-color));
  color: #fff;
}
.about-me {
  border-radius: 10px;
  background: #fbfbfb;
  padding: 24px;
  margin-bottom: 24px;
}
.about-me h6 {
  font-size: 16px;
  font-weight: 600;
  color: #1d1d1d;
  margin-bottom: 10px;
}
.about-me p {
  margin-bottom: 10px;
}
.about-me a {
  font-size: 14px;
  font-weight: 500;
  color: rgb(var(--primary-color));
}
.slider-card {
  margin-bottom: 24px;
}
.slider-nav-thumbnails {
  border-radius: 10px;
}
.slider-nav-thumbnails img {
  width: 100%;
  border-radius: 10px;
}
.owl-nav button.owl-next,
.owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
  width: 44px;
  height: 44px;
  border-radius: 30px;
  border: 1px solid #cdcdcd;
  background: #fff;
  box-shadow: 0 4px 9px -1px rgba(19, 16, 34, 0.03);
  transition: ease all 0.5s;
  -webkit-transition: ease all 0.5s;
  -ms-transition: ease all 0.5s;
}
.owl-nav button.owl-next:hover,
.owl-nav button.owl-prev:hover {
  background: #1d1d1d;
  color: #fff;
  transition: ease all 0.5s;
  -webkit-transition: ease all 0.5s;
  -ms-transition: ease all 0.5s;
}
.slider-card .owl-carousel .owl-nav button.owl-prev {
  left: -15px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.slider-card .owl-carousel .owl-nav button.owl-next {
  right: -15px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.mynav1 {
  text-align: right;
  margin-bottom: 24px;
}
.mynav1 .owl-prev,
.nav-top .owl-prev {
  margin-right: 15px;
}
.recent-img img {
  border-radius: 10px;
}
.share-icon {
  width: 32px;
  height: 32px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  background: #f2f2f2;
  color: #1170e4;
  border-radius: 50%;
  margin-right: 8px;
}
.share-icon:hover {
  background-color: #1170e4;
  color: #fff;
}
.fav-selection a.video-icon {
  right: 45px;
}
.fav-selection a.video-icon:hover {
  right: 45px;
}
.title-sec h3 {
  margin-bottom: 24px;
}
.worknav {
  text-align: right;
  margin-bottom: 24px;
}
.review-widget .review-header {
  border-bottom: 1px solid #cdcdcd;
}
.review-widget .review-header h3 {
  margin-bottom: 20px;
}
.review-widget .sort-search-gigs {
  display: block;
  margin: 0;
  padding: 0;
}
.review-widget .search-filter-selected {
  float: right;
  margin-bottom: 20px;
}
.new-modal .modal-header {
  border-bottom: 1px solid #cdcdcd;
  margin: 0 24px;
  padding: 24px 0 15px;
  justify-content: space-between;
}
.new-modal .modal-body {
  padding-top: 15px;
}
.modal-btn .btn {
  height: auto;
  padding: 8px 10px;
}
.detail-table {
  border-radius: 10px;
  border: 1px solid #cdcdcd;
  margin-bottom: 15px;
}
.detail-table table {
  margin: 0;
}
.detail-table thead th,
.detail-table tfoot th {
  background: #f2f2f2;
  color: #1d1d1d;
  font-size: 14px;
  font-weight: 600;
  border: 0;
}
.detail-table tr {
  border-color: #cdcdcd;
}
.detail-table tr td {
  font-size: 14px;
  font-weight: 500;
  color: #1d1d1d;
}
.text-primary {
  color: rgb(var(--primary-color)) !important;
}
.new-modal .user-info .location {
  font-size: 14px;
  font-weight: 500;
  margin-left: 11px;
  color: #4f4f4f;
  position: relative;
  padding-left: 10px;
}
.new-modal .location::before {
  background: #cdcdcd;
  width: 1px;
  height: 100%;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
}
.new-modal .user-img img {
  border-radius: 6px;
}
.modal-title {
  margin-bottom: 0;
}
.modal-content {
  border-radius: 10px;
}
.modal-header .close-btn {
  background-color: #f2f2f2;
  border: 1px solid #f2f2f2;
  border-radius: 50%;
  color: #363636;
  font-size: 16px;
  height: 26px;
  width: 26px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}
.modal-header .close-btn:hover {
  border: 1px solid #ff7f25;
  background-color: #ff7f25;
  color: #fff;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
  -webkit-transform: rotateZ(360deg);
  -moz-transform: rotateZ(360deg);
  transform: rotateZ(360deg);
}
.order-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
}
.order-item img {
  object-fit: cover;
}
.order-info h5 {
  margin-bottom: 9px;
}
.order-info ul li {
  display: inline-block;
  margin-right: 8px;
  padding-right: 8px;
  font-size: 14px;
  font-weight: 500;
  position: relative;
}
.order-info ul li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.order-info ul li::after {
  background: #cdcdcd;
  width: 1px;
  height: 100%;
  position: absolute;
  content: "";
  right: 0;
  top: 0;
}
.order-info ul li:last-child::after {
  content: none;
}
.order-status .title {
  font-size: 16px;
  margin-bottom: 10px;
}
.order-img {
  margin-right: 8px;
}
.order-img img {
  width: 80px;
  height: 80px;
  border-radius: 10px;
}
.gigs-slider .gigs-grid {
  margin-bottom: 24px;
}
.recent-works {
  padding-top: 36px;
}
.back-to-top-icon.show {
  opacity: 1;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
.back-to-top i {
  color: #fff;
}
.back-to-top-icon {
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 9999;
  width: 36px;
  height: 36px;
  text-align: center;
  border-radius: 10px;
  background: rgb(var(--primary-color));
  color: #fff;
  cursor: pointer;
  border: 0;
  text-decoration: none;
  transition: opacity 0.2s ease-out;
  opacity: 0;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
.back-to-top-icon:hover {
  color: #fff;
  background: #ff7f25;
}
.app-screen-img {
  border-radius: 10px;
}
.breadcrumb-bar.breadcrumb-two {
  background: #fff;
  position: relative;
  z-index: 2;
}
.breadcrumb-bar.breadcrumb-two::before {
  content: "";
  background-image: url(../img/bg/breadcrumb-bg.png);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}
.blog-grid {
  position: relative;
  background: #fff;
  padding: 24px;
  border-radius: 10px;
  box-shadow: 0 4px 9px -1px rgba(19, 16, 34, 0.03),
    0 4.4px 20px -1px rgba(19, 16, 34, 0.05);
  margin-bottom: 24px;
}
.blog-img {
  margin-bottom: 15px;
  border-radius: 10px;
  position: relative;
  transition: 0.5s all;
  overflow: hidden;
}
.blog-img img {
  border-radius: 10px;
  width: 100%;
  transition: 0.5s all;
}
.blog-img:hover img {
  transform: scale(1.14);
  transition: 0.5s all;
}
.blog-content .user-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.blog-content .badge-text .badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 5px 10px;
  color: rgb(var(--primary-color));
  background: rgb(var(--primary-light-color));
  font-size: 14px;
}
.blog-content .user-info {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
.blog-content .badge-text {
  margin-bottom: 5px;
}
.blog-content .user-info img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  margin-right: 10px;
}
.blog-content .user-info h6 {
  margin-bottom: 0;
  font-size: 16px;
  text-align: left;
}
.blog-content .user-info h6 span {
  display: block;
  margin-top: 3px;
  font-size: 14px;
  color: #4f4f4f;
  font-weight: 400;
}
.blog-title h3 {
  font-size: 20px;
  margin: 10px 0 15px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}
.blog-content-footer p {
  display: inline-flex;
  align-items: center;
  margin-bottom: 0;
}
.blog-content-footer p span {
  display: inline-block;
  margin-right: 5px;
}
.blog-content-footer .read-more {
  font-weight: 600;
  color: #4f4f4f;
  display: inline-flex;
  align-items: center;
}
.blog-content-footer .read-more:hover {
  color: rgb(var(--primary-color));
}
.blog-content-footer .read-more span {
  line-height: normal;
  margin-left: 5px;
}
.blog-sidebar .card {
  border: 0;
  border-radius: 10px;
  padding: 24px;
  box-shadow: 0 4px 9px -1px rgba(19, 16, 34, 0.03),
    0 4.4px 20px -1px rgba(19, 16, 34, 0.05);
}
.blog-sidebar .card-header h6 {
  font-weight: 500;
  margin-bottom: 15px;
}
.blog-sidebar .card-header {
  padding: 0;
  background-color: #fff;
  border-bottom: 1px solid #cdcdcd;
}
.blog-sidebar .card-body {
  padding: 15px 0 0;
}
.blog-sidebar {
  margin-bottom: 24px;
}
.blog-sidebar .card-header h6 img {
  margin-right: 8px;
}
.blog-sidebar .search-group {
  margin-bottom: 20px;
}
.card.tag-widget {
  padding-bottom: 4px;
}
.category-widget .categories li {
  color: #1d1d1d;
  margin-bottom: 10px;
}
.category-widget .categories li span {
  float: right;
}
.tags-list li {
  display: inline-block;
  margin: 0 10px 20px 0;
}
.tags-list li a {
  padding: 3px 10px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 10px;
  background: rgb(var(--primary-light-color));
  color: rgb(var(--primary-color));
  display: inline-block;
}
.tags-list li a:hover {
  background: rgb(var(--primary-color));
  color: #fff;
}
.latest-posts li {
  box-shadow: 0 4.4px 12px -1px #dedede5c;
  margin-bottom: 10px;
  border-radius: 10px;
  padding: 15px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.latest-posts li:last-child {
  margin-bottom: 0;
}
.post-thumb {
  border-radius: 10px;
  flex-shrink: 0;
  margin-right: 15px;
  transition: 0.5s all;
  overflow: hidden;
}
.post-thumb:hover img {
  transform: scale(1.14);
  transition: 0.5s all;
}
.post-thumb img {
  width: 100px;
  height: 95px;
  border-radius: 10px;
  transition: 0.5s all;
}
.post-info h6 {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  margin-bottom: 10px;
}
.blog-user {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.blog-user img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  margin-right: 10px;
}
.blog-user-info p {
  font-size: 14px;
  font-weight: 600;
  color: #1d1d1d;
  margin-bottom: 0;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.blog-user-info .xs-text {
  font-size: 12px;
  color: #4f4f4f;
  font-weight: 400;
}
.blog-carousel .owl-dots {
  text-align: center;
}
.blog-carousel .owl-dots .owl-dot.active {
  background: rgb(var(--primary-color));
}
.about-us-section {
  padding: 80px 0 56px;
}
.about-inner-img {
  margin-bottom: 24px;
  border-radius: 10px;
}
.about-inner-img img {
  border-radius: 10px;
}
.about-us-head h6 {
  color: rgb(var(--primary-color));
  margin-bottom: 5px;
}
.about-us-head h2 {
  font-size: 28px;
  margin-bottom: 10px;
  max-width: 500px;
}
.about-us-head p {
  margin-bottom: 15px;
}
.about-us-head h5 {
  font-size: 20px;
  margin-bottom: 10px;
}
.about-features {
  display: flex;
}
.about-features .list-one {
  margin-right: 24px;
}
.about-features ul li {
  margin-bottom: 15px;
}
.about-features ul li span {
  margin-right: 5px;
}
.about-us-header {
  text-align: center;
  margin-bottom: 40px;
}
.why-choose-sec {
  background: #fdf6f1;
  padding: 80px 0 56px;
}
.about-us-header h2 {
  font-size: 28px;
  margin-bottom: 10px;
}
.about-us-header p {
  max-width: 490px;
  margin: auto;
}
.why-choose-card {
  background: #fff;
  box-shadow: 0 4px 9px -1px rgba(19, 16, 34, 0.03),
    0 4.4px 20px -1px rgba(19, 16, 34, 0.05);
  border-radius: 10px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 24px;
  transition: 0.5s all;
}
.why-choose-card:hover {
  transform: translateY(-5px);
  transition: 0.5s all;
}
.card-icon {
  width: 63px;
  height: 71px;
  border-radius: 64% 36% 26% 74%/66% 75% 25% 34%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgb(var(--primary-light-color));
  margin: 0 auto 15px;
}
.why-choose-card h4 {
  font-size: 18px;
  margin-bottom: 15px;
}
.why-choose-card p {
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  margin-bottom: 0;
}
.popular-category-sec {
  padding: 80px 0;
}
.popular-category-sec .about-us-header {
  margin-bottom: 20px;
}
.popular-cat-card {
  border: 1px solid #4f4f4f;
  padding: 24px 0;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transition: 0.5s all;
  margin-top: 20px;
  box-shadow: 0 4px 9px -1px rgba(19, 16, 34, 0.03),
    0 4.4px 20px -1px rgba(19, 16, 34, 0.05);
}
.category-icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  padding: 10px;
  background: #1d1d1d;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  transition: 0.5s all;
}
.popular-cat-card:hover .category-icon {
  background: rgb(var(--primary-color));
  transition: 0.5s all;
}
.popular-cat-card:hover {
  transform: translateY(-10px);
  transition: 0.5s all;
}
.popular-cat-card h4 {
  font-size: 18px;
  margin-bottom: 5px;
}
.popular-cat-card span {
  font-size: 14px;
  font-weight: 600;
}
.popular-category-slider .owl-dots {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}
.popular-category-slider .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  background: #e6e6e6;
  border-radius: 20px;
  margin-right: 5px;
}
.popular-category-slider .owl-dots .owl-dot:last-child {
  margin-right: 0;
}
.popular-category-slider .owl-dots .owl-dot.active {
  width: 30px;
  background: rgb(var(--primary-color));
}
.client-review-sec {
  background: #fdf6f1;
  padding: 80px 0;
}
.review-card {
  background: #fff;
  border-radius: 10px;
  padding: 24px;
}
.review-card h4 {
  font-size: 20px;
  margin: 24px 0 15px;
}
.review-card p {
  margin-bottom: 15px;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}
.review-user {
  display: flex;
  align-items: center;
  padding-top: 24px;
  margin-top: 24px;
  border-top: 1px dashed #b4b4b4;
}
.owl-carousel .quotation-icon img {
  width: auto;
}
.owl-carousel .review-user img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 15px;
}
.review-user h6 {
  margin-bottom: 0;
  font-size: 16px;
}
.review-user h6 span {
  display: block;
  font-size: 14px;
  color: #4f4f4f;
  margin-top: 3px;
}
.owl-carousel.review-slider .owl-nav {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.owl-carousel.review-slider .owl-nav button {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #cdcdcd;
  border-radius: 50%;
  margin-right: 10px;
  color: #1d1d1d;
  transition: 0.5s all;
}
.owl-carousel.review-slider .owl-nav button:hover {
  background: #1d1d1d;
  color: #fff;
  transition: 0.5s all;
}
.start-seller-sec {
  padding: 80px 0;
}
.seller-inner-img img {
  border-radius: 10px;
  width: 100%;
}
.seller-info-content {
  background: #fff;
  box-shadow: 0 4.4px 12px -1px rgba(222, 222, 222, 0.36);
  border-radius: 10px;
  padding: 40px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  margin: auto 0 auto -100px;
  height: 530px;
}
.seller-info-content p {
  margin-bottom: 15px;
}
.seller-info-content h3 {
  font-size: 28px;
  margin-bottom: 15px;
}
.seller-para {
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}
.sllers-list {
  display: flex;
  align-items: center;
  flex-direction: column;
  align-items: self-start;
  flex-shrink: 0;
  margin-right: 15px;
}
.sllers-list li {
  margin-bottom: 15px;
}
.sllers-list li span {
  color: #1abe17;
  margin-right: 10px;
}
.seller-small-img img {
  border-radius: 10px;
  width: 100%;
}
.team-section {
  padding: 80px 0;
}
.team-grid {
  background: #fff;
  box-shadow: 0 4px 9px -1px rgba(19, 16, 34, 0.03),
    0 4.4px 20px -1px rgba(19, 16, 34, 0.05);
  border-radius: 10px;
  padding: 24px;
  margin-bottom: 24px;
  position: relative;
}
.team-img {
  position: relative;
  overflow: hidden;
  margin-bottom: 5px;
}
.team-overlay-img {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.team-overlay-img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
}
.team-grid:hover .team-overlay-img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
}
.team-overlay-img img {
  width: 100%;
  border-radius: 10px;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
}
.team-grid:hover .team-overlay-img img {
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
}
.team-view-btn {
  position: absolute;
  top: 0;
  width: 100%;
  text-align: center;
  opacity: 0;
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
}
.team-grid:hover .team-view-btn {
  top: 50%;
  opacity: 1;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
}
.team-view-btn .btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 11px 18px;
  height: auto;
}
.team-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.team-title {
  margin-top: 10px;
}
.team-title h4 {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 200px;
  margin-bottom: 5px;
}
.team-title p {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 180px;
  margin-bottom: 0;
}
.team-social-links {
  margin-top: 10px;
}
.team-social-links a {
  width: 40px;
  min-width: 40px;
  height: 40px;
  margin-right: 5px;
  border-radius: 50%;
  background: #e6e6e6;
  color: #363636;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.team-social-links a:last-child {
  margin-right: 0;
}
.team-social-links a:hover {
  background: rgb(var(--primary-color));
  color: #fff;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.hi-icon {
  display: inline-block;
  font-size: 0;
  cursor: pointer;
  border-radius: 0;
  text-align: center;
  position: relative;
  z-index: 1;
}
.hi-icon:after {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 0;
  content: "";
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.hi-icon:before {
  speak: none;
  font-size: 18px;
  line-height: 20px;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  display: block;
  -webkit-font-smoothing: antialiased;
}
.hi-icon {
  overflow: hidden;
  -webkit-transition: background 0.3s, color 0.3s, box-shadow 0.3s;
  -moz-transition: background 0.3s, color 0.3s, box-shadow 0.3s;
  transition: background 0.3s, color 0.3s, box-shadow 0.3s;
}
.hi-icon:after {
  display: none;
}
.hi-icon:hover:before {
  -webkit-animation: toTopFromBottom 0.5s forwards;
  -moz-animation: toTopFromBottom 0.5s forwards;
  animation: toTopFromBottom 0.5s forwards;
}
@-webkit-keyframes toTopFromBottom {
  49% {
    -webkit-transform: translateY(-100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(100%);
  }
  51% {
    opacity: 1;
  }
}
@-moz-keyframes toTopFromBottom {
  49% {
    -moz-transform: translateY(-100%);
  }
  50% {
    opacity: 0;
    -moz-transform: translateY(100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes toTopFromBottom {
  49% {
    transform: translateY(-100%);
  }
  50% {
    opacity: 0;
    transform: translateY(100%);
  }
  51% {
    opacity: 1;
  }
}
.team-slider .owl-dots {
  text-align: center;
  margin-top: 16px;
}
.team-slider .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  border-radius: 50px;
  background: #ffe3cf;
  margin: 0;
  margin-right: 5px;
}
.team-slider .owl-dots .owl-dot:last-child {
  margin-right: 0;
}
.team-slider .owl-dots .owl-dot.active {
  width: 30px;
  height: 10px;
  background: rgb(var(--primary-color));
}
.team-details {
  margin-bottom: 40px;
}
.team-details-img {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.team-details-img img {
  width: 100%;
  border-radius: 10px;
}
.team-details-img .team-social-links {
  position: absolute;
  bottom: 20px;
  width: 100%;
  margin-top: 0;
  text-align: center;
}
.team-details-heading {
  margin-bottom: 24px;
}
.team-details-heading h2 {
  margin-bottom: 6px;
}
.team-details-heading h5 {
  color: rgb(var(--primary-color));
  margin-bottom: 24px;
}
.team-details-heading p {
  margin-bottom: 0;
}
.team-details-list ul li {
  margin-bottom: 8px;
}
.team-details-list ul li:last-child {
  margin-bottom: 0;
}
.team-details-list ul li span {
  font-weight: 600;
  color: #1d1d1d;
}
.team-persnoal-info {
  padding: 24px;
  margin-bottom: 40px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 4px 9px -1px rgba(19, 16, 34, 0.03),
    0 4.4px 20px -1px rgba(19, 16, 34, 0.05);
}
.team-persnoal-info h3 {
  font-weight: 600;
  margin-bottom: 15px;
}
.team-persnoal-info p {
  margin-bottom: 0;
}
.team-skills {
  margin-bottom: 40px;
}
.team-skills-info {
  padding: 24px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 4px 9px -1px rgba(19, 16, 34, 0.03),
    0 4.4px 20px -1px rgba(19, 16, 34, 0.05);
}
.team-skills-info h3 {
  font-weight: 600;
  margin-bottom: 15px;
}
.team-progress {
  margin-bottom: 24px;
}
.team-progress-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  margin-bottom: 10px;
}
.team-progress-content h6 {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0;
}
.team-progress-content p {
  font-size: 14px;
  font-weight: 500;
  color: #1d1d1d;
  margin-bottom: 0;
}
.team-skills-info .progress {
  height: 10px;
}
.team-skills-info .progress-bar {
  background: rgb(var(--primary-color));
}
.team-skills-info .progress-bar.w-90 {
  width: 90%;
}
.team-skills-info .progress-bar.w-82 {
  width: 82%;
}
.team-skills-info .progress-bar.w-85 {
  width: 85%;
}
.team-skills-info .progress-bar.w-95 {
  width: 95%;
}
.team-skills-info .progress-bar.w-80 {
  width: 80%;
}
.team-skills-info ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
}
.team-skills-info ul li:after {
  content: "\f111";
  font-family: "font awesome 5 free";
  font-weight: 600;
  position: absolute;
  display: block;
  font-size: 6px;
  top: 8px;
  left: 12px;
}
.team-skills-info p {
  margin-bottom: 0;
}
.team-form {
  background: #fff;
  box-shadow: 0 4px 9px -1px rgba(19, 16, 34, 0.03),
    0 4.4px 20px -1px rgba(19, 16, 34, 0.05);
  border-radius: 10px;
  padding: 24px;
}
.team-form-heading {
  margin-bottom: 24px;
}
.team-form-heading h3 {
  font-weight: 600;
  margin-bottom: 5px;
}
.team-form-heading p {
  font-weight: 600;
  margin-bottom: 0;
}
.team-form .form-group {
  margin-bottom: 24px;
}
.team-form .form-group textarea.form-control {
  min-height: 160px;
}
.support-top {
  padding: 80px 0;
}
.support-map iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.support-bottom {
  padding: 80px 0 56px;
  background: #fdf6f1;
}
.support-grid {
  background: #fff;
  box-shadow: 0 4px 9px -1px rgba(19, 16, 34, 0.03),
    0 4.4px 20px -1px rgba(19, 16, 34, 0.05);
  border-radius: 10px;
  padding: 24px;
  margin-bottom: 24px;
  text-align: center;
}
.support-grid.con-info {
  border: 1px solid #cdcdcd;
  box-shadow: none;
  text-align: left;
}
.support-grid.con-info .support-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.support-grid.con-info .support-icon {
  margin-bottom: 0;
}
.support-grid.con-info .support-icon span {
  border: 1px solid rgb(var(--primary-color));
  background: #fff;
}
.support-grid.con-info .support-icon {
  margin: 0 15px 0 0;
}
.support-icon {
  margin: 0 0 15px;
}
.support-icon span {
  width: 60px;
  height: 60px;
  border-radius: 50px;
  background: #fdf6f1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  margin: auto;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.support-icon span img {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.support-grid:hover .support-icon span {
  background: rgb(var(--primary-color));
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.support-grid:hover .support-icon span img {
  filter: invert(1) brightness(1000);
  transform: rotateY(360deg);
  -webkit-transform: rotateY(360deg);
  -ms-transform: rotateY(360deg);
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.support-details h6 {
  margin-bottom: 15px;
}
.support-details p {
  margin-bottom: 0;
}
.support-details-address p {
  max-width: 200px;
  margin: 0 auto;
}
.support-heading .section-header h2 {
  max-width: 600px;
}
.support-map.map-v3 {
  line-height: 0;
  margin-bottom: 0;
}
.support-map.map-v3 iframe {
  height: 500px;
}
.support-img {
  transition: 0.5s all;
  overflow: hidden;
  border-radius: 10px;
}
.support-img img {
  transition: 0.5s all;
  border-radius: 10px;
}
.support-img:hover img {
  transform: scale(1.14);
}
.service-gigs .gigs-grid {
  margin-bottom: 24px;
}
.sidebar-widget {
  border-radius: 10px;
  border: 1px solid #cdcdcd;
  background: #fff;
  padding: 15px;
}
.sidebar-header {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  margin-bottom: 14px;
  flex-wrap: wrap;
}
.sidebar-header h3 {
  margin-bottom: 10px;
}
.sidebar-header .reset-link {
  text-decoration: underline;
  margin-bottom: 10px;
  color: #e82646;
  font-size: 14px;
  font-weight: 500;
}
.sidebar-header .reset-link:hover {
  color: rgb(var(--primary-color));
}
.sidebar-widget .btn {
  height: auto;
  padding: 9px 20px;
}
.sidebar-widget .btn i {
  padding-right: 5px;
}
.collapse-card {
  margin-bottom: 15px;
}
.sidebar-widget .collapse-card:last-child .card-title a.collapsed {
  border: 0;
}
.collapse-card .card-title {
  font-size: 18px;
  font-weight: 500;
}
.collapse-card .card-title a {
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 15px;
  border-bottom: 1px solid #cdcdcd;
  color: #4f4f4f;
}
.collapse-card .card-title a:hover,
.collapse-card .card-title a.collapsed:hover::after {
  color: rgb(var(--primary-color));
}
.collapse-card .card-title a::after {
  content: "\f056";
  font-family: "font awesome 5 free";
  font-weight: 900;
  position: absolute;
  right: 0;
  top: 1px;
  font-size: 16px;
  color: rgb(var(--primary-color));
}
.collapse-card .card-title a.collapsed::after {
  content: "\f055";
  color: #1d1d1d;
}
.collapse-card .card-title a img {
  margin-right: 8px;
}
.collapse-body {
  padding: 15px 0;
}
.collapse-body ul li:not(:last-child) {
  margin-bottom: 10px;
}
.collapse-body ul li .custom_check {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
}
.collapse-body ul li .custom_check .checkmark {
  top: 2px;
}
.sidebar-widget .form-group {
  margin-bottom: 20px;
}
.sidebar-widget .form-control {
  padding: 10px 12px;
  font-weight: 600;
}
.search-group {
  position: relative;
}
.search-group .search-icon {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  color: #828282;
}
.search-group .form-control {
  padding: 10px 12px 10px 30px;
}
.seller-list li a {
  color: #4f4f4f;
}
.seller-list li a:hover {
  color: rgb(var(--primary-color));
}
.seller-list li span {
  float: right;
}
.custom_radio {
  color: #4f4f4f;
  display: inline-block;
  position: relative;
  font-size: 16px;
  padding-left: 30px;
  margin-bottom: 0 !important;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.custom_radio input {
  position: absolute;
  opacity: 0;
}
.custom_radio input:checked ~ .checkmark:after {
  opacity: 1;
}
.custom_radio .checkmark {
  position: absolute;
  top: 50%;
  left: 0;
  height: 20px;
  width: 20px;
  transform: translateY(-50%);
  background-color: #fff;
  border: 1px solid #cdcdcd;
  border-radius: 50%;
}
.custom_radio .checkmark:after {
  display: block;
  content: "";
  position: absolute;
  opacity: 0;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgb(var(--primary-color));
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.slide-title-wrap {
  margin-top: 30px;
}
.title-section {
  border-bottom: 1px solid #cdcdcd;
  padding-bottom: 9px;
  margin-bottom: 24px;
}
.title-header {
  margin-bottom: 15px;
}
.title-header h3 {
  margin-bottom: 5px;
}
.title-header p {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
}
.title-filter {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  justify-content: end;
  -webkit-justify-content: end;
  -ms-flex-pack: end;
  float: right;
}
.title-filter .select2-container .select2-selection--single {
  height: 42px;
}
.title-filter .search-group {
  max-width: 276px;
  margin-bottom: 15px;
}
.title-section .search-filter-selected {
  margin: 0 0 0 10px;
}
.title-section .search-filter-selected .form-group {
  margin-bottom: 15px;
}
.text-dark {
  color: #1d1d1d !important;
}
.view-all a {
  font-size: 14px;
  font-weight: 600;
  color: rgb(var(--primary-color));
}
.gigs-user-info {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.gigs-user-info li {
  position: relative;
  padding-left: 9px;
  margin-right: 8px;
}
.gigs-user-info li:first-child {
  padding-left: 0;
}
.gigs-user-info li:last-child {
  margin-right: 0;
}
.gigs-user-info li:first-child::before {
  content: none;
}
.gigs-user-info li::before {
  content: "|";
  position: absolute;
  top: 0;
  height: 100%;
  color: #cdcdcd;
  width: 1px;
  left: 0;
}
.gigs-user {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.gigs-user img {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  margin-right: 8px;
  border-radius: 50%;
}
.gigs-user-info p {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0;
}
.gigs-loc p i {
  margin-right: 8px;
}
.view-content ul li:last-child {
  margin-bottom: 10px;
}
.service-sliders.owl-carousel .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.service-box {
  border-radius: 10px;
  border: 1px solid #cdcdcd;
  background: #fff;
  box-shadow: 0 4.4px 12px -1px rgba(222, 222, 222, 0.36);
  padding: 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  height: 100%;
}
.service-box:hover {
  border: 1px solid rgb(var(--primary-color));
}
.service-box .service-info {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.service-box .service-icon {
  border-radius: 10px;
  background: #fdf6f1;
  width: 62px;
  height: 62px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  margin-right: 8px;
  flex-shrink: 0;
}
.service-box .service-icon img {
  width: auto;
}
.service-box .servive-name h5 {
  margin-bottom: 0;
}
.service-box .servive-name p {
  margin-bottom: 0;
}
.slider-title {
  font-size: 28px;
  margin-bottom: 20px;
}
.service-nav {
  margin-bottom: 20px;
}
.service-gigs .gigs-info small {
  font-size: 14px;
  font-weight: 500;
  color: #4f4f4f;
  margin-left: 8px;
  margin-right: auto;
}
.filters-wrap {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 9px;
}
.filters-wrap > li {
  display: inline-block;
  margin-right: 15px;
}
.filters-wrap li.view-all {
  margin-bottom: 15px;
}
.filters-wrap li.view-all img {
  margin-right: 8px;
}
.filters-wrap .collapse-card {
  position: relative;
}
.filters-wrap .filter-header a {
  border: 1px solid #cdcdcd;
  border-radius: 10px;
  background: #fff;
  padding: 10px 30px 10px 10px;
  font-size: 14px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  color: #4f4f4f;
  white-space: nowrap;
}
.filters-wrap .filter-header a img {
  margin-right: 8px;
}
.filters-wrap .filter-header a::after {
  content: "\f078";
  font-family: "font awesome 5 free";
  font-weight: 900;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  color: #4f4f4f;
}
.filters-wrap .collapse-body {
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 4px 13px -2px rgba(19, 16, 34, 0.06),
    0 4.8px 24.4px -6px rgba(19, 16, 34, 0.1);
  position: absolute;
  top: 100%;
  width: 320px;
  left: 0;
  z-index: 2;
  padding: 15px;
  display: none;
  margin-top: 5px;
}
.filter-btn {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  border-top: 1px solid #cdcdcd;
  padding-top: 15px;
  margin-top: 15px;
}
.filter-btn a {
  font-weight: 600;
  color: #040404;
}
.filter-btn .btn {
  padding: 8px 14px;
  height: auto;
}
.marketing-section {
  border-radius: 10px;
  background: #040404;
  position: relative;
  padding: 60px;
  text-align: center;
  color: #fff;
  margin-bottom: 40px;
  overflow: hidden;
}
.marketing-section h2 {
  font-size: 28px;
  color: #fff;
  margin-bottom: 5px;
}
.marketing-section p {
  font-size: 14px;
  margin-bottom: 0;
}
.market-bg {
  position: absolute;
  right: 0;
  top: 0;
}
.market-img {
  position: absolute;
  left: 0;
  top: 0;
}
.marketing-content {
  margin: auto;
  max-width: 512px;
}
.owl-nav.disabled {
  display: none;
}
.trend-section {
  border-bottom: 1px solid #cdcdcd;
  margin-bottom: 24px;
  padding-bottom: 24px;
}
.trend-section h3 {
  font-weight: 600;
  margin-bottom: 20px;
}
.trend-section .trend-nav {
  margin-bottom: 20px;
}
.trend-box {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  border-radius: 10px;
  border: 1px solid #cdcdcd;
  background: #fff;
  box-shadow: 0 4.4px 12px -1px rgba(222, 222, 222, 0.36);
  padding: 15px;
}
.trend-info {
  margin-right: 24px;
}
.trend-info h6 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 2px;
}
.trend-info p {
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 0;
}
.filters-section {
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.service-sliders.owl-carousel .owl-stage-outer {
  overflow: visible;
}
.service-sliders .owl-item {
  opacity: 0;
  transition: opacity 2000ms;
}
.service-sliders .owl-item.active {
  opacity: 1;
}
.owl-carousel button.owl-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #e6e6e6;
  margin: 0 3px;
}
.owl-carousel button.owl-dot.active {
  width: 30px;
  border-radius: 5px;
}
.login-wrapper {
  width: 100%;
  overflow: hidden;
  height: 100vh;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.login-wrapper .login-content {
  width: 100%;
  height: 100vh;
  padding: 24px;
  overflow: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  flex-wrap: wrap;
}
.login-wrapper .login-content .login-logo {
  display: flex;
  max-width: 310px;
  margin: 0 auto 55px;
  justify-content: center;
}
.login-wrapper .login-userset {
  width: 470px;
}
.login-heading {
  text-align: center;
  margin-bottom: 30px;
}
.login-heading h3 {
  font-weight: 600;
  margin-bottom: 5px;
}
.login-heading p {
  margin-bottom: 0;
}
.form-wrap {
  position: relative;
  margin-bottom: 24px;
}
.login-card {
  padding: 24px;
  border-radius: 10px;
  border: 1px solid #cdcdcd;
  background-color: #fff;
}
.form-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
}
.form-icon .form-control {
  padding: 10px 30px 10px 15px;
}
.form-focus .focus-label {
  font-size: 14px;
  font-weight: 400;
  pointer-events: none;
  position: absolute;
  -webkit-transform: translate3d(0, -50%, 0) scale(1);
  -ms-transform: translate3d(0, -50%, 0) scale(1);
  -o-transform: translate3d(0, -50%, 0) scale(1);
  transform: translate3d(0, -50%, 0) scale(1);
  transform-origin: left top;
  transition: 240ms;
  left: 15px;
  top: 50%;
  z-index: 1;
  color: #828282;
  margin-bottom: 0;
}
.form-focus.focused .focus-label {
  opacity: 1;
  top: 0;
  font-size: 12px;
  z-index: 1;
  background-color: #fff;
  color: rgb(var(--primary-color));
  padding: 0 5px;
  left: 11px;
}
.form-focus.focused .form-control {
  background: #fff;
  border-color: rgb(var(--primary-color));
}
.form-focus .form-control:focus {
  border-color: rgb(var(--primary-color));
}
.form-focus .form-control:focus ~ .focus-label,
.form-focus .form-control:-webkit-autofill ~ .focus-label {
  opacity: 1;
  font-weight: 400;
  top: 0;
  font-size: 12px;
  z-index: 1;
  background-color: #fff;
  color: rgb(var(--primary-color));
  padding: 0 5px;
  left: 11px;
}
.login-content .btn {
  width: 100%;
  height: auto;
  padding: 8px 20px;
}
.span-or {
  background-color: #fff;
  padding: 0 10px;
  z-index: 9;
  position: relative;
}
.login-or::before {
  left: 0;
}
.login-or::after {
  right: 0;
}
.login-or::before,
.login-or::after {
  width: 100%;
  content: "";
  border-top: 1px solid #dbdbdb;
  position: absolute;
  top: 50%;
}
.login-or {
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  color: #1d1d1d;
  margin: 24px 0;
  padding: 10px 0;
  position: relative;
}
.login-social-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.login-social-link li {
  width: 50%;
}
.login-social-link li a {
  box-shadow: 0 4.4px 12px -1px #dedede5c;
  font-size: 18px;
  font-weight: 500;
  color: #1d1d1d;
  padding: 11px 10px;
  border-radius: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  background-color: #fff;
  border: 1px solid #fff;
}
.login-social-link li a:hover {
  border: 1px solid #ff7f25;
  color: #ff7f25;
}
.login-social-link li a img {
  margin-right: 5px;
}
.login-social-link li + li {
  margin-left: 15px;
}
.acc-in {
  text-align: center;
  margin-top: 120px;
}
.acc-in p {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 0;
}
.acc-in p a {
  color: rgb(var(--primary-color));
}
.authentication-wrapper {
  background: rgb(var(--primary-color));
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  width: 50%;
}
.authentication-content {
  height: 100%;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: end;
}
.login-slider {
  padding: 0 80px;
  text-align: center;
}
.login-slider h2 {
  color: #fff;
  margin-bottom: 10px;
}
.login-slider p {
  color: #fff;
  font-weight: 600;
  margin-bottom: 0;
}
.login-carousel .owl-dots {
  text-align: center;
}
.login-carousel .login-slider img {
  width: auto;
  margin: 0 auto 60px;
}
.login-bg .shape-01 {
  position: absolute;
  top: 0;
  left: 0;
}
.login-bg .shape-04 {
  position: absolute;
  top: 25%;
  left: 50px;
}
.login-bg .shape-02 {
  position: absolute;
  top: 3%;
  right: 5%;
}
.login-bg .shape-03 {
  position: absolute;
  top: 8%;
  left: 45%;
}
.login-bg .shape-05 {
  position: absolute;
  bottom: 10px;
  left: 50px;
  animation: spin 3000ms linear infinite;
}
.login-bg .shape-06 {
  position: absolute;
  bottom: 0;
  left: 45%;
}
.login-bg .shape-07 {
  position: absolute;
  bottom: 0;
  left: 70%;
}
.login-carousel {
  margin-bottom: 80px;
}
.forgot-link {
  font-size: 14px;
  font-weight: 600;
  color: rgb(var(--primary-color));
}
.mantadory-info p {
  color: #e82646;
  margin-bottom: 0;
}
.mantadory-info p i {
  margin-right: 8px;
}
.error-wrapper {
  width: 100%;
  overflow: hidden;
  height: 100vh;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.error-item {
  width: 100%;
  height: 100vh;
  padding: 24px;
  overflow: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  flex-wrap: wrap;
}
.error-imgs .error-bg {
  position: absolute;
  z-index: -1;
}
.error-imgs .error-01 {
  left: 6%;
  bottom: 20%;
}
.error-imgs .error-02 {
  left: 50%;
  transform: translateX(-50%);
  top: 5%;
}
.error-imgs .error-03 {
  right: 7%;
  bottom: 30%;
}
.error-imgs .error-04 {
  right: 7%;
  top: 10%;
}
.error-imgs .error-05 {
  left: 14%;
  top: 20%;
  width: 66px;
}
.error-img img {
  margin-bottom: 50px;
}
.error-info {
  margin: 0 auto;
  max-width: 390px;
}
.error-content h2 {
  font-size: 36px;
  margin-bottom: 10px;
}
.error-content p {
  color: #828282;
  margin: 0 0 10px;
}
.error-content .btn {
  padding: 8px 17px;
}
.error-content .btn i {
  margin-left: 5px;
}
.count-bgs .count-01 {
  position: absolute;
  bottom: -20px;
  left: -15px;
  z-index: -1;
  width: 66px;
}
.count-bgs .count-02 {
  position: absolute;
  bottom: -70px;
  right: 5%;
  z-index: -1;
}
.count-imgs.error-imgs .error-01 {
  left: 30px;
  bottom: 10%;
}
.count-imgs.error-imgs .error-05 {
  left: 14%;
  top: 10%;
}
.count-imgs.error-imgs .error-02 {
  bottom: 50px;
  right: 5%;
  left: auto;
  top: auto;
}
.days-count {
  position: relative;
  display: inline-block;
  margin-bottom: 80px;
}
.days-count ul {
  background-color: #fff;
  border: 1px solid #cdcdcd;
  border-radius: 10px;
  padding: 24px 24px 10px;
  display: inline-block;
  position: relative;
}
.days-count ul li {
  display: inline-block;
  padding: 10px;
  border-right: 1px solid #cdcdcd;
  text-align: center;
  width: 200px;
  margin-bottom: 14px;
}
.days-count ul li:last-child {
  border: 0;
}
.days-count ul li h3 {
  font-size: 36px;
  margin-bottom: 0;
}
.days-count ul li p {
  color: #686868;
  margin-bottom: 0;
}
.header-logo {
  margin-bottom: 50px;
}
.coming-soon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  flex-direction: column;
  height: inherit;
  padding: 20px;
  overflow: auto;
  width: 100%;
}
.coming-content h2 {
  font-size: 42px;
  margin-bottom: 24px;
}
.getback-content {
  max-width: 535px;
  width: 100%;
  margin: 0 auto;
}
.getback-content p {
  margin-bottom: 30px;
}
.getback-content .form-wrap {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mail-form .btn {
  padding: 8px 15px;
  height: 42px;
}
.mail-form .form-control {
  font-weight: 600;
  height: 42px;
  margin-right: 10px;
}
.social-footer {
  margin-top: 50px;
}
.social-footer .social-icon {
  margin-bottom: 15px;
}
.social-footer p {
  color: #1d1d1d;
  margin-bottom: 0;
}
.social-icon li {
  display: inline-block;
  margin-right: 15px;
}
.social-icon li:last-child {
  margin-right: 0;
}
.social-icon li a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  background: #1d1d1d;
  color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.lock-screen .login-heading h3 {
  margin-bottom: 15px;
}
.lock-user img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-bottom: 15px;
}
.lock-user p {
  font-weight: 600;
  color: #1d1d1d;
}
.coming-content .progress {
  height: 12px;
}
.progress-wrap {
  max-width: 386px;
  width: 100%;
  margin: 0 auto 80px;
}
.progress-wrap p {
  text-align: left;
  font-weight: 600;
}
.progress-wrap p span {
  float: right;
}
.maintanence-sec .coming-content h2 {
  font-size: 60px;
  margin-bottom: 15px;
}
.maintanence-sec .coming-content p {
  margin-bottom: 15px;
}
.lock-screen .login-card {
  max-width: 480px;
  margin: 0 auto;
  width: 100%;
}
.category-wrap .category-item {
  margin-bottom: 40px;
}
.category-item {
  margin-bottom: 24px;
}
.category-img {
  position: relative;
  transition: 0.5s all;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 14px;
}
.category-img img {
  border-radius: 10px;
  transition: 0.5s all;
}
.category-item .category-img:hover img {
  transform: scale(1.14);
  transition: 0.5s all;
}
.category-slug {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}
.category-slug a {
  box-shadow: 0 4px 13px -2px rgba(19, 16, 34, 0.06);
  background: #fff;
  color: #1d1d1d;
  font-size: 14px;
  font-weight: 600;
  padding: 5px 10px;
  border-radius: 10px;
}
.category-list ul li {
  padding: 10px 0;
  border-bottom: 1px solid #cdcdcd;
}
.category-list ul li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.category-list ul li a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.category-list ul li a i {
  margin-left: 8px;
  opacity: 0;
  transition: 0.5s all;
}
.category-list ul li a:hover {
  color: rgb(var(--primary-color));
}
.category-list ul li a:hover i {
  opacity: 1;
  transition: 0.5s all;
}
.blog-detail-img img {
  border-radius: 10px;
  margin-bottom: 20px;
}
.blog-contents p {
  margin-bottom: 20px;
}
.blog-wrap {
  background: #fdf6f1;
  border-left: 2px solid rgb(var(--primary-color));
  padding: 24px;
  margin-bottom: 20px;
}
.blog-contents .blog-wrap p,
.blog-wrap p {
  margin-bottom: 0;
}
.blog-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 24px;
  background: rgb(var(--primary-light-color));
  margin-bottom: 20px;
  border-radius: 10px;
}
.blog-author .author-img {
  margin-right: 10px;
  flex-shrink: 0;
}
.blog-author .author-img img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
}
.blog-author .author-detail h5 {
  color: rgb(var(--primary-color));
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 5px;
}
.blog-author .author-detail h6 {
  color: #1d1d1d;
  margin-bottom: 10px;
}
.blog-author .author-detail p {
  margin-bottom: 0;
}
.blog-details .blog-pagination {
  margin-bottom: 20px;
}
.blog-pagination {
  border: 1px solid #cdcdcd;
  border-width: 1px 0;
  padding: 20px 0 10px;
}
.blog-pagination .page-link {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 10px;
}
.blog-pagination p {
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 0;
}
.blog-pagination .page-link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 5px;
}
.blog-pagination .page-previous i {
  margin-right: 5px;
}
.blog-pagination .page-next i {
  margin-left: 5px;
}
.blog-paginationblog-details {
  margin-bottom: 20px;
}
.comment-section h3 {
  margin-bottom: 24px;
}
.comment-section .custom_check {
  font-weight: 600;
}
.relate-post-section {
  background: #fdf6f1;
  padding: 80px 0 56px;
}
.relate-post-section h3 {
  margin-bottom: 15px;
}
.badge.bg-primary-light {
  color: rgb(var(--primary-color));
  background: rgb(var(--primary-light-color));
}
.portfolio-detail-img {
  margin-bottom: 24px;
}
.portfolio-detail-img img {
  border-radius: 10px;
}
.portfolio-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  flex-wrap: wrap;
  margin-bottom: 14px;
}
.portfolio-header h2 {
  margin-bottom: 10px;
}
.portfolio-header .badge {
  display: inline-block;
  padding: 7px 10px;
  margin-bottom: 10px;
}
.portfolio-contents h5 {
  margin-bottom: 15px;
}
.portfolio-scope {
  margin-bottom: 24px;
}
.portfolio-scope p {
  margin-bottom: 15px;
}
.portfolio-scope p:last-child {
  margin-bottom: 0;
}
.portfolio-scope ul li {
  position: relative;
  padding-left: 15px;
}
.portfolio-scope ul li::before {
  position: absolute;
  content: "\f111";
  font-family: "font awesome 5 free";
  font-weight: 600;
  top: 8px;
  left: 0;
  font-size: 6px;
}
.portfolio-info {
  box-shadow: 0 4px 13px -2px #1310220f, 0 4.8px 24.3px -6px #1310221a;
  padding: 24px 24px 19px;
  margin-bottom: 24px;
}
.portfolio-info h6 {
  margin-bottom: 5px;
}
.portfolio-info p {
  margin-bottom: 0;
}
.portfolio-social .social-icon li {
  margin: 0 10px 5px 0;
}
.portfolio-box {
  margin-bottom: 24px;
}
.portfolio-social {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.portfolio-social h6 {
  margin: 0 22px 5px 0;
}
.portfolio-social .social-icon li a {
  width: 40px;
  height: 40px;
  background: #e6e6e6;
  color: #363636;
}
.portfolio-social .social-icon li a:hover {
  background: rgb(var(--primary-color));
  color: #fff;
}
.portfolio-details .blog-pagination {
  margin-bottom: 24px;
}
.mouse-cursor {
  position: fixed;
  left: 0;
  top: 0;
  pointer-events: none;
  border-radius: 50%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  visibility: hidden;
}
.cursor-inner {
  margin-left: -4px;
  margin-top: -4px;
  width: 10px;
  height: 10px;
  z-index: 10000001;
  background: rgb(var(--primary-color)) !important;
  -webkit-transition: width 0.3s ease-in-out, height 0.3s ease-in-out,
    margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: width 0.3s ease-in-out, height 0.3s ease-in-out,
    margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
.cursor-inner.cursor-hover {
  margin-left: -20px;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  background: rgb(var(--primary-color)) !important;
  opacity: 0.1;
}
.cursor-outer {
  margin-left: -15px;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 10000000;
  opacity: 0.5;
  border: 2px solid rgb(var(--primary-color));
  -webkit-transition: all 0.08s ease-out;
  transition: all 0.08s ease-out;
}
.cursor-outer.cursor-hover {
  opacity: 0;
}
.mim_tm_all_wrap[data-magic-cursor="hide"] .mouse-cursor {
  display: none;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: -1111;
}
.navbar-nav > li a.nav-link.active,
.navbar-nav > li a.active {
  color: rgb(var(--primary-color));
  position: relative;
}
.navbar-nav > li > a.nav-link.active::before,
.navbar-nav > li > a.active::before {
  content: "";
  width: 10px;
  height: 10px;
  background: rgb(var(--primary-color));
  position: absolute;
  border-radius: 54% 0% 85% 0% / 87% 0% 100% 12%;
  left: 50%;
  top: 12px;
  transform: translatex(-50%);
}
.footer {
  background: #040404;
  padding: 40px 0 0;
  position: relative;
  z-index: 1;
}
.footer-bg-one {
  position: absolute;
  left: 20px;
  bottom: 100px;
  z-index: -1;
}
.footer-bg-two {
  position: absolute;
  right: 0;
  bottom: 50px;
  max-width: 220px;
  z-index: -1;
}
.footer-widget {
  margin-bottom: 20px;
}
.footer-widget img {
  margin-bottom: 20px;
}
.footer-widget h3 {
  font-size: 20px;
  color: #fff;
  margin-bottom: 24px;
}
.footer-widget p {
  color: #cdcdcd;
  margin-bottom: 20px;
}
.footer-widget .menu-items li a {
  color: #cdcdcd;
}
.footer-widget .menu-items li a:hover {
  color: rgb(var(--primary-color));
}
.footer-widget .menu-items li {
  margin-bottom: 10px;
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 15px;
}
.footer-widget .menu-items li:last-child {
  margin-bottom: 0;
}
.footer-widget .menu-items li::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 10px;
  background: #4f4f4f;
  position: absolute;
  left: 0;
}
.social-links ul {
  display: flex;
  align-items: center;
}
.social-links ul li {
  margin-right: 15px;
}
.social-links ul li:last-child {
  margin-right: 0;
}
.social-links ul li a {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #1d1d1d;
  transition: 0.5s all;
}
.social-links ul li a:hover {
  background: rgb(var(--primary-color));
  transition: 0.5s all;
}
.social-links ul li a i {
  font-size: 20px;
}
.location-list li h6 {
  font-size: 14px;
  color: #cdcdcd;
  margin-bottom: 5px;
}
.location-list li span {
  width: 46px;
  height: 46px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #1d1d1d;
  flex-shrink: 0;
  margin-right: 8px;
}
.location-list li {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0 24px 15px 0;
}
.location-list li p {
  color: #fff;
  margin-bottom: 0;
}
.support-widget {
  border-top: 1px solid #1d1d1d;
  padding: 40px 0 25px;
  margin-top: 20px;
}
.paypal-icons {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 15px;
}
.footer-bottom {
  background: #1d1d1d;
  padding: 20px 0;
}
.footer-bottom-links ul {
  display: flex;
  align-items: center;
  justify-content: end;
}
.footer-bottom-links ul li a {
  color: #cdcdcd;
}
.footer-bottom-links ul li a:hover {
  color: rgb(var(--primary-color));
}
.footer-bottom-links ul li {
  margin-right: 30px;
}
.footer-bottom-links ul li:last-child {
  margin-right: 0;
}
.copy-right p {
  color: #fff;
  margin-bottom: 0;
}
.privacy-section .terms-policy ul li {
  margin: 0 0 11px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.privacy-section .terms-policy ul li span {
  margin-right: 10px;
  color: rgb(var(--primary-color));
}
.privacy-section .terms-policy p:last-child {
  margin-bottom: 0;
}
.gallery-widget {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 24px;
}
.gallery-widget img {
  border-radius: 10px;
}
.gallery-overlay {
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
  text-align: center;
  z-index: 9;
}
.gallery-widget:hover a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
}
.gallery-widget:hover .gallery-overlay {
  opacity: 1;
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
  top: 50%;
}
.gallery-overlay h4 {
  color: #fff;
  margin-bottom: 5px;
}
.gallery-overlay p {
  color: #fff;
  margin-bottom: 0;
}
.user-sidebar {
  border: 1px solid #cdcdcd;
  padding: 24px;
  border-radius: 10px;
}
.user-sidebar .user-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #cdcdcd;
  padding-bottom: 24px;
  margin-bottom: 24px;
}
.user-head img {
  width: 60px;
  height: 60px;
  border-radius: 6px;
  margin-right: 8px;
}
.user-information {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  width: 100%;
}
.user-information h6 {
  margin-bottom: 5px;
}
.user-information ul li {
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  margin-right: 5px;
  padding-right: 8px;
  position: relative;
}
.user-information ul li::before {
  content: "|";
  right: 0;
  top: 0;
  position: absolute;
  color: #cdcdcd;
}
.user-information ul li:last-child::before {
  content: none;
}
.user-information ul li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.user-information ul li i {
  color: #ffb906;
}
.user-edit {
  width: 26px;
  height: 26px;
  border: 1px solid #cdcdcd;
  border-radius: 50%;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
}
.user-edit:hover {
  background-color: rgb(var(--primary-color));
  border-color: rgb(var(--primary-color));
  color: #fff;
}
.user-body ul li {
  margin-bottom: 5px;
}
.user-body ul li a {
  font-size: 14px;
  font-weight: 500;
  color: #4f4f4f;
  padding: 10px;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.user-body ul li a img {
  margin-right: 8px;
  width: 16px;
}
.user-body ul li a.active,
.user-body ul li a:hover {
  background: rgb(var(--primary-color));
  color: #fff;
}
.user-body ul li a.active img,
.user-body ul li a:hover img {
  filter: brightness(0) invert(1);
}
.dashboard-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  border-bottom: 1px solid #cdcdcd;
  margin-bottom: 20px;
  padding-bottom: 10px;
  flex-wrap: wrap;
}
.dashboard-header .main-title {
  margin-bottom: 7px;
}
.dashboard-header .main-title h3 {
  margin-bottom: 3px;
}
.head-info {
  margin-bottom: 10px;
}
.head-info p,
.dashboard-header .main-title p {
  margin-bottom: 0;
}
.head-info p {
  font-weight: 600;
}
.head-info .btn {
  padding: 8px 14px;
}
.dash-widget {
  background: #f2f2f2;
  border-radius: 10px;
  padding: 24px;
  margin-bottom: 24px;
}
.dash-widget .dash-icon {
  width: 44px;
  height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  border-radius: 50%;
  color: #fff;
  margin-bottom: 15px;
}
.dash-widget p {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0;
}
.dash-widget h3 {
  margin-bottom: 0;
}
.bg-pending {
  background-color: #7230ff;
}
.dash-widget.dash-credit {
  background: #f2faf2;
  overflow: hidden;
}
.dash-widget.dash-credit .dash-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
}
.dash-widget.dash-credit .dash-cash-info {
  overflow: hidden;
}
.dash-widget.dash-credit h3 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dash-widget.dash-credit .dash-icon {
  margin: 0 15px 0 0;
  border: 1px solid #cdcdcd;
  color: #1d1d1d;
  flex-shrink: 0;
}
.dash-grade {
  background: #fff;
  border-radius: 10px;
  padding: 15px;
}
.dash-grade img {
  margin-right: 8px;
}
.dash-earning {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  background: #040404;
  border-radius: 10px;
  padding: 24px;
  margin-bottom: 24px;
  position: relative;
  z-index: 1;
}
.dash-earning::before {
  background: url(../img/bg/dash-bg.png);
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  width: 40%;
  height: 100%;
  background-repeat: no-repeat;
  z-index: -1;
}
.dash-earning p,
.dash-earning h6 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0;
  color: #fff;
}
.dash-earning h3 {
  color: #fff;
  margin-bottom: 24px;
}
.dash-earning h6 {
  font-weight: 500;
}
.dash-earning h6 span {
  color: rgb(var(--primary-color));
}
.earning-btn .btn {
  padding: 8px 15px;
}
.dashboard-card .card-body {
  padding: 15px;
}
.dashboard-card.card-gig {
  margin-bottom: 0;
}
.recent-payment {
  overflow: hidden;
}
.recent-payment h6 {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin-bottom: 5px;
}
.recent-payment ul li {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  margin-right: 10px;
  padding-right: 10px;
  position: relative;
}
.recent-payment ul li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.recent-payment ul li::before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 1px;
  height: 16px;
  background: #cdcdcd;
}
.recent-payment ul li:last-child::before {
  content: none;
}
.recent-payment ul li .badge-receive {
  margin-right: 10px;
}
.badge-receive {
  border-radius: 10px;
  padding: 6px 10px;
}
.file-content h6 {
  margin-bottom: 5px;
}
.recent-payment p,
.file-content p {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0;
}
.bg-pink-light {
  background: #fcf2f5 !important;
}
.dashboard-card .card-header {
  padding: 15px 15px 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  flex-wrap: wrap;
}
.dashboard-card .card-header .card-title {
  margin-bottom: 10px;
}
.dashboard-card .card-header .view-link {
  margin-bottom: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 600;
  color: #4f4f4f;
}
.dashboard-card .card-header .view-link:hover {
  color: rgb(var(--primary-color));
}
.dashboard-card .card-header .view-link i {
  margin-left: 5px;
}
.file-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.file-wrap .file-icon {
  width: 48px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  background: #f2f2f2;
  border-radius: 10px;
  margin-right: 8px;
}
.file-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.file-actions a {
  width: 32px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  background: #f2f2f2;
  border-radius: 10px;
  margin-right: 5px;
}
.file-actions a:last-child {
  margin-right: 0;
}
.file-actions a:hover {
  background: rgb(var(--primary-color));
  color: #fff;
}
.gigs-list li {
  display: inline-block;
  margin: 0 15px 10px 0;
}
.gigs-list li:last-child {
  margin-right: 0;
}
.gigs-list li a {
  font-size: 14px;
  font-weight: 600;
  padding-bottom: 5px;
  border-bottom: 2px solid #fff;
}
.gigs-list li a.active {
  color: rgb(var(--primary-color));
  border-color: rgb(var(--primary-color));
}
.table-img {
  margin-right: 5px;
  flex-shrink: 0;
}
.table-img img {
  width: 45px;
  height: 45px;
  object-fit: cover;
  border-radius: 8px;
}
.search-filter-selected.select-icon
  .form-group
  .select2-container
  .select2-selection--single
  .select2-selection__rendered {
  padding-left: 36px;
  color: #4f4f4f;
}
.dashboard-header .form-group {
  margin-bottom: 10px;
}
.gig-card-head {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.gig-card-head h4 {
  margin-right: 24px;
}
.card-table .table tr {
  border-color: #cdcdcd;
}
.card-table .table tr:last-child {
  border-color: transparent;
}
.card-table .table tr:last-child td:first-child {
  border-bottom-left-radius: 10px;
}
.card-table .table tr:last-child td:last-child {
  border-bottom-right-radius: 10px;
}
.card-table .table-hover > tbody > tr:hover > * {
  background-color: #f2f2f2;
}
.success-message .success-popup-icon {
  margin-bottom: 15px;
}
.success-message h4 {
  margin-bottom: 15px;
}
.success-content {
  margin-bottom: 40px;
}
.success-message p {
  margin-bottom: 0;
}
.success-message p span {
  color: #1d1d1d;
}
.success-message .btn {
  padding: 8px 15px;
}
.property-info {
  margin-bottom: 24px;
}
.property-info h4 {
  margin-bottom: 5px;
}
.property-info p {
  margin-bottom: 0;
}
.add-property-wrap {
  border: 1px solid #cdcdcd;
  border-radius: 10px;
  padding: 24px 24px 0;
  margin-bottom: 24px;
}
.add-property-wrap h6 {
  margin-bottom: 15px;
}
.add-property-wrap .btn {
  padding: 7px 14px;
  margin-bottom: 24px;
}
.add-property-wrap .btn i {
  margin-right: 5px;
}
.upload-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  margin-bottom: 24px;
}
.upload-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.upload-image span {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: #f2f2f2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  margin-right: 8px;
}
.upload-image h6 {
  margin-bottom: 0;
}
.upload-wrap a {
  width: 32px;
  height: 32px;
  border-radius: 10px;
  color: #1d1d1d;
  background: #f2f2f2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
}
.upload-wrap a:hover {
  background: rgb(var(--primary-color));
  color: #fff;
}
.upload-list {
  margin-bottom: 9px;
}
.upload-list li {
  margin: 0 24px 15px 0;
}
.upload-list li a {
  border: 1px solid #cdcdcd;
  border-radius: 10px;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.upload-list li a.active,
.upload-list li a:hover {
  background: #f2f2f2;
}
.upload-list li span {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #1d1d1d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  margin-right: 10px;
}
.upload-list li h6 {
  margin-bottom: 0;
}
.drag-upload {
  background: #fefefe;
  border: 1px dashed #cdcdcd;
  border-radius: 10px;
  position: relative;
}
.drag-upload input {
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  cursor: pointer;
}
.drag-upload .img-upload {
  text-align: center;
  padding: 40px 15px;
}
.drag-upload p i {
  color: rgb(var(--primary-color));
  margin-right: 8px;
}
.drag-upload p {
  font-size: 14px;
  color: #1d1d1d;
  margin-bottom: 0;
}
.confirm-content .custom_check {
  height: inherit;
  margin: 0;
}
.confirm-content .custom_check a {
  color: rgb(var(--primary-color));
}
.confirm-content .checkmark {
  top: 50%;
  transform: translateY(-50%);
}
.gig-post.marketing-section p {
  font-weight: 500;
  margin-bottom: 24px;
}
.gigs-step ul {
  padding: 24px 24px 9px;
  border: 1px solid #cdcdcd;
  border-radius: 10px;
}
.gigs-step ul li {
  min-width: 152px;
  display: inline-block;
  margin: 0 24px 15px 0;
}
.gigs-step ul li span {
  background: #1d1d1d;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #1d1d1d;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  margin-bottom: 10px;
}
.gig-post .gigs-step ul li p {
  color: #e6e6e6;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 2px;
}
.gigs-step ul li h6 {
  color: #fff;
  margin-bottom: 0;
}
.form-control:disabled {
  background: #cdcdcd;
}
.gig-option.form-control {
  margin-bottom: 14px;
}
.gig-option label {
  margin-right: 24px;
  font-weight: 400;
}
.gig-option label:last-child {
  margin-right: 0;
}
.custom_check.extra-serv {
  margin-bottom: 15px;
}
.btn-item .btn {
  padding: 8px 14px;
}
.btn-item .btn + .btn {
  margin-left: 10px;
}
.new-badge {
  padding: 6px 11px;
  border-radius: 10px;
}
.dropdown-action .dropdown-item {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.dropdown-action .dropdown-item i {
  margin-right: 5px;
}
.action-icon {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 1px solid #cdcdcd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
}
.action-icon:focus {
  background-color: #fff;
  color: #1d1d1d;
}
.action-icon:hover {
  background-color: #cdcdcd;
  color: #1d1d1d;
}
.form-sort {
  position: relative;
}
.form-sort .form-icon {
  position: absolute;
  z-index: 101;
  width: 16px;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
}
.form-sort
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  padding-left: 35px;
}
.form-sort .form-control {
  padding-left: 32px;
  width: 130px;
}
.form-sort .form-control::placeholder {
  font-weight: 600;
  color: #4f4f4f;
}
.bootstrap-datetimepicker-widget table th {
  font-size: 14px;
  font-weight: 500;
}
.bootstrap-datetimepicker-widget table td {
  font-size: 14px;
}
.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
  background-color: rgb(var(--primary-color));
}
.table-filter .form-wrap {
  margin-bottom: 20px;
}
.table-filter
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  font-weight: 600;
}
.table-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  flex-wrap: wrap;
}
.table-filter .filter-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-wrap: wrap;
}
.table-filter .filter-item li p {
  color: #1d1d1d;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 20px;
}
.table-filter li {
  margin: 0 10px 0 0;
}
.table-footer {
  margin-top: 20px;
}
.table-filter #tablefilter {
  margin-bottom: 20px;
}
.table-filter #tablefilter div.dataTables_filter .form-control {
  max-width: 270px;
}
.table-filter .search-form .form-control {
  padding: 10px 12px 10px 35px;
}
.table-filter .search-form .form-icon {
  left: 12px;
  color: #828282;
}
.col-form-label {
  font-size: 14px;
  font-weight: 600;
  padding: 0 0 5px;
}
.review-item {
  background: #f2f2f2;
  padding: 24px;
  border-radius: 10px;
  margin-bottom: 20px;
}
.review-item .review-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.review-item .review-content h6 {
  margin-bottom: 5px;
  color: #4f4f4f;
  font-weight: 700;
}
.review-item.reply-box {
  background: #fdf6f1;
}
.file-view {
  background: #f2f2f2;
  border-radius: 10px;
  padding: 24px;
}
.file-view .file-img {
  margin-bottom: 24px;
}
.file-view .file-img img {
  border-radius: 10px;
}
.table-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.table-action a + a {
  margin-left: 5px;
}
.table-action a {
  width: 26px;
  height: 26px;
  border-radius: 10px;
  background: #f2f2f2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  color: #4f4f4f;
}
.table-action a:hover {
  background: rgb(var(--primary-color));
  color: #fff;
}
.user-review .pagination ul {
  margin-top: 5px;
}
.user-review .review-lists .review-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  box-shadow: 0 4.4px 12px -1px rgba(222, 222, 222, 0.36);
  padding: 24px;
  margin-bottom: 15px;
}
.user-review .review-lists .review-content h6 {
  margin-bottom: 5px;
  color: #4f4f4f;
  font-weight: 700;
}
.user-review .review-lists li {
  border-bottom: 0;
}
.user-review .review-lists .review-content p {
  margin-bottom: 0;
}
.user-review .review-lists .review-img img {
  border-radius: 50%;
}
.user-review .table-action {
  margin-left: 75px;
}
.wallet-wrap {
  background: #040404;
  border-radius: 10px;
  padding: 24px 24px 9px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  margin-bottom: 20px;
}
.wallet-wrap .wallet-list {
  display: inline-block;
}
.wallet-wrap .btn {
  margin-bottom: 15px;
}
.wallet-item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 40px 15px 0;
}
.wallet-item:last-child {
  margin-right: 0;
}
.wallet-item span {
  width: 54px;
  height: 54px;
  border-radius: 40px;
  background: #1d1d1d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  margin-right: 8px;
}
.wallet-item .wallet-info p {
  color: #e6e6e6;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 2px;
}
.wallet-item .wallet-info h3 {
  color: #fff;
  margin-bottom: 0;
}
.amt-wrap {
  background: #f2f2f2;
  padding: 15px;
  border-radius: 10px;
  margin-bottom: 15px;
}
.amt-wrap .form-wrap {
  margin-bottom: 10px;
}
.buyer-method {
  margin-bottom: 20px;
}
.buyer-method h6 {
  margin-bottom: 5px;
}
.buyer-method .custom_radio {
  margin-right: 15px;
}
.amt-wrap .form-control {
  background: 0 0;
}
.amt-list li {
  font-size: 14px;
  font-weight: 600;
  margin-right: 10px;
  display: inline-block;
}
.amt-list li:last-child {
  margin-right: 0;
}
.amt-list li .vary-amt {
  background: #1d1d1d;
  border-radius: 10px;
  color: #fff;
  font-weight: 500;
  padding: 3px 10px;
  display: inline-block;
}
.notication-item {
  box-shadow: 0 4px 9px -1px #13102208, 0 4.4px 20px -1px #1310220d;
  padding: 24px;
  margin-bottom: 24px;
  border: 1px solid #fff;
  border-radius: 10px;
}
.notication-item .notication-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.notication-item span {
  flex-shrink: 0;
  margin-right: 15px;
}
.notication-item span img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
}
.notication-item .notication-content p {
  margin-bottom: 2px;
}
.notication-item .notication-content p i {
  color: #e82646;
  font-size: 8px;
}
.notication-item:last-child {
  margin-bottom: 0;
}
.notication-item .notication-content .notify-time {
  margin-bottom: 0;
  color: #1d1d1d;
}
.notication-item:hover {
  border-color: rgb(var(--primary-color));
}
.notication-item .notification-btn .btn {
  display: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-weight: 600;
}
.notication-item:hover .notification-btn .btn {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: -webkit-inline-box;
  display: -ms-inline--flexbox;
  display: inline-flex;
}
.notification-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  flex-wrap: wrap;
  margin-bottom: 16px;
}
.notification-header ul li {
  display: inline-block;
  margin: 0 10px 24px 0;
}
.notification-header ul li:last-child {
  margin-right: 0;
}
.notification-header ul li .btn {
  border: 1px solid #cdcdcd;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 14px;
}
.notification-header ul li .btn:hover {
  background: rgb(var(--primary-color));
  border-color: rgb(var(--primary-color));
  color: #fff;
}
.notification-header ul li .btn i {
  margin-right: 3px;
  line-height: inherit;
}
.notification-header ul li .btn-delete {
  color: #e82646;
}
.noti-btn .btn {
  padding: 8px 15px;
  margin-top: 10px;
}
.noti-btn .btn + .btn {
  margin-left: 15px;
}
.price-section {
  padding: 80px 0 56px;
}
.pricing-tab {
  text-align: center;
}
.pricing-tab ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  background: #fdf6f1;
  box-shadow: 0 4px 9px -1px #13102208, 0 4.4px 20px -1px #1310220d;
  border-radius: 10px;
  margin-bottom: 24px;
  padding: 15px;
}
.pricing-tab ul li {
  display: inline-block;
}
.pricing-tab ul li a {
  font-weight: 600;
  background: #fdf6f1;
  border-radius: 10px;
  padding: 8px 0;
  display: inline-block;
  margin-right: 10px;
}
.pricing-tab ul li:last-child a {
  margin-right: 0;
}
.pricing-tab ul li a.active {
  background: rgb(var(--primary-color));
  color: #fff;
  padding: 8px 10px;
}
.price-card {
  box-shadow: 0 4px 9px -1px #13102208, 0 4.4px 20px -1px #1310220d;
  border: 1px solid #b4b4b4;
  border-radius: 10px;
  padding: 24px;
  margin-bottom: 24px;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
.price-card.active,
.price-card:hover {
  background: rgb(var(--primary-color));
  border-color: rgb(var(--primary-color));
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
.price-card:hover h3,
.price-card:hover h2,
.price-card:hover h6,
.price-card:hover .price-title p,
.price-card.active h3,
.price-card.active h2,
.price-card.active h6,
.price-card.active .price-title p,
.price-card:hover ul li,
.price-card.active ul li {
  color: #fff;
}
.price-card:hover .price-title h3::before,
.price-card.active .price-title h3::before {
  background: #fff;
}
.price-card:hover .price-btn a,
.price-card.active .price-btn a {
  background: rgb(var(--primary-light-color));
  color: rgb(var(--primary-color));
}
.price-card .price-title {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
}
.price-card .plan-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  flex-wrap: wrap;
}
.price-card .plan-type .badge {
  background: rgb(var(--primary-light-color));
  color: rgb(var(--primary-color));
  display: inline-block;
  padding: 7px 10px;
  border-radius: 10px;
}
.price-card .price-title h3 {
  padding-bottom: 15px;
  margin: 0 10px 5px 0;
  position: relative;
}
.price-card .price-title h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 8px;
  background: rgb(var(--primary-color));
  border-radius: 10px;
}
.price-card .price-title h2 {
  margin-bottom: 2px;
}
.price-card .price-title p {
  margin-bottom: 5px;
  color: #1d1d1d;
  text-align: right;
}
.price-card .price-features ul {
  margin-bottom: 25px;
}
.price-card .price-features ul li {
  margin-bottom: 14px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.price-card .price-features ul li i {
  color: #1abe17;
}
.price-card .price-features ul li.inactive i {
  color: #e82646;
}
.price-card:hover .price-features ul li i,
.price-card:hover .price-features ul li.inactive i,
.price-card.active .price-features ul li i,
.price-card.active .price-features ul li.inactive i {
  color: #fff;
}
.price-card .price-features ul li:last-child {
  margin-bottom: 0;
}
.price-card .price-features ul li span {
  margin-right: 5px;
}
.price-card .price-btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 14px 18px;
}
.price-features h6 {
  margin-bottom: 15px;
}
.price-card .price-btn a i {
  margin-left: 5px;
}
.card-bottom {
  margin-bottom: 0;
}
.page-back-btn a {
  color: #e82646;
  font-weight: 500;
  font-size: 15px;
}
.settings-page-lists .settings-head {
  display: flex;
  align-items: center;
  box-shadow: 0 4.400000095367432px 12px -1px #dedede5c;
  background: #fff;
  padding: 15px 15px 5px;
  border-radius: 10px;
  margin: 24px 0;
  flex-wrap: wrap;
}
.settings-page-lists .settings-head li {
  margin-right: 30px;
  margin-bottom: 10px;
}
.settings-page-lists .settings-head li:last-child {
  margin-right: 0;
}
.settings-page-lists .settings-head li a {
  font-size: 15px;
  font-weight: 500;
}
.settings-page-lists .settings-head li a.active {
  border-bottom: 2px solid rgb(var(--primary-color));
  color: rgb(var(--primary-color));
}
.settings-card {
  border: 1px solid #cdcdcd;
  background: #fff;
  border-radius: 10px;
  padding: 24px;
  margin-bottom: 24px;
}
.settings-card .settings-card-head {
  border-bottom: 1px solid #cdcdcd;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.settings-card .settings-card-head h4 {
  margin-bottom: 0;
}
.img-upload-head {
  display: flex;
  align-items: center;
  margin-bottom: 34px;
}
.img-upload-head .profile-img {
  flex-shrink: 0;
  margin-right: 8px;
}
.img-upload-head .profile-img img {
  width: 120px;
  height: 120px;
  border-radius: 5px;
}
.img-formate p {
  font-size: 14px;
  max-width: 300px;
}
.upload-remove-btns {
  display: flex;
  align-items: center;
}
.upload-remove-btns .drag-upload {
  border: 0;
  margin-bottom: 0;
  border-radius: 10px;
}
.upload-remove-btns .drag-upload .img-upload {
  padding: 11px 15px;
  background: rgb(var(--primary-color));
  color: #fff;
  border-radius: 10px;
}
.upload-remove-btns .drag-upload .img-upload p {
  font-size: 16px;
  color: #fff;
  line-height: normal;
}
.img-remove-btn a {
  padding: 11px 15px;
  color: rgb(var(--primary-color));
  background: rgb(var(--primary-light-color));
  border-radius: 10px;
  margin-left: 15px;
  display: inline-block;
}
.settings-card-footer {
  margin-top: 16px;
}
.changed-info {
  font-size: 16px;
  color: #363636;
  margin-bottom: 15px;
}
.status-toggle .check {
  display: block;
  height: 0;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  margin: 0;
  padding: 0;
}
.status-toggle .checktoggle {
  background: #cdcdcd;
  cursor: pointer;
  display: block;
  font-size: 0;
  margin-bottom: 0;
  position: relative;
  border-radius: 12px;
  width: 30px;
  height: 14px;
}
.status-toggle .checktoggle:after {
  content: " ";
  display: block;
  width: 10px;
  height: 10px;
  background-color: #fff;
  -webkit-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  transform: translate(3px, -50%);
  -webkit-transform: translate(3px, -50%);
  -ms-transform: translate(3px, -50%);
  position: absolute;
  top: 50%;
  left: 0;
  border-radius: 50%;
}
.status-toggle .check:checked + .checktoggle {
  background: #1abe17;
}
.status-toggle .check:checked + .checktoggle:after {
  right: 0;
  width: 10px;
  height: 10px;
}
.status-toggle .check:checked + .checktoggle:after {
  left: 100%;
  transform: translate(calc(-100% - 3px), -50%);
}
.settings-card h6 {
  margin-bottom: 0;
}
.billing-type {
  background: #f2f2f2;
  border-radius: 10px;
  padding: 24px 24px 0;
  margin-bottom: 24px;
}
.payment-btn {
  border-bottom: 1px solid #4f4f4f;
}
.payment-method-edit {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.payment-method-edit .card-type {
  display: flex;
  align-items: center;
}
.payment-method-edit .card-type .payment-card-img {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #f2f2f2;
  margin-right: 5px;
}
.plan-bill-table .col-sm-12 {
  padding-right: 0;
}
.table-card {
  border: 1px solid #cdcdcd;
  border-radius: 10px;
  padding: 14px 15px 25px 24px;
  margin-bottom: 24px;
}
.table-card td {
  border: 0;
  padding: 10px;
}
.table-card th {
  padding: 10px;
}
.table-card th h6 {
  margin-bottom: 0;
}
.table-card th h4 {
  margin-bottom: 0;
}
.table-card .table tbody td {
  font-weight: 600;
  font-size: 16px;
  color: #4f4f4f;
  padding: 10px;
}
.table-card .table th:first-child {
  padding-left: 0;
}
.table-card .table tr td:first-child {
  padding-left: 0;
}
.table-card.integrated-table {
  padding-bottom: 14px;
}
.integrated-table th {
  font-size: 20px;
  font-weight: 600;
  color: #1d1d1d;
}
.noti-setting-table th {
  font-size: 16px;
  font-weight: 600;
  color: #1d1d1d;
}
.noti-setting-table th:first-child {
  font-size: 20px;
}
.table-card thead th:first-child {
  width: 70%;
}
.integration-icon {
  border: 1px solid #cdcdcd;
  width: 100px;
  height: 50px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.badge.bg-soft-secondary {
  background: #f1f1f1;
  color: #1d1d1d;
}
.integrated-table .table .custom-first-row td {
  padding-top: 15px;
}
.integration-name h6 {
  margin: 0 0 0 15px;
  font-weight: 400;
}
.badge.bg-soft-danger {
  background: #fcf2f5;
  color: #e82646;
}
.settings-modal {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.settings-modal:hover {
  background: #f2f2f2;
}
.my-skills {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.service-wrap.skills-wrap {
  padding-bottom: 14px;
}
.my-skills li span {
  display: flex;
  align-items: center;
  background: #040404;
  color: #fff;
  border-radius: 10px;
  padding: 5px 10px;
  line-height: normal;
  font-size: 14px;
  margin-bottom: 10px;
}
.my-skills li {
  margin-right: 10px;
}
.my-skills li:last-child {
  margin-right: 0;
}
.my-skills li span i {
  font-size: 8px;
  margin-right: 5px;
}
.service-wrap.my-profile-info {
  padding-bottom: 0;
}
.my-profile-details {
  background: #f2f2f2;
  border-radius: 10px;
  padding: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}
.my-profile-details .user-details {
  margin-bottom: 0;
}
.my-profile-info .user-img img {
  border-radius: 5px;
}
.more-details {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
.more-details .icon-info {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid #cdcdcd;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
.more-details h6 {
  font-size: 14px;
  color: #4f4f4f;
}
.more-details h6 span {
  display: block;
  font-weight: 500;
}
.profile-work-slide.listing-gigs .star-rate {
  margin-left: 0;
  padding-left: 0;
  border-left: 0;
}
.profile-work-slide .card-overlay-badge span i {
  font-size: 8px;
}
.profile-work-slide.gigs-card-slider.owl-carousel .owl-nav {
  position: absolute;
  right: 0;
  top: -70px;
  margin-bottom: 24px;
  margin-top: 0;
}
.chat-wrapper .content {
  display: flex;
  display: -webkit-flex;
}
.chat-wrapper .content .sidebar-group {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  position: relative;
  z-index: 99;
  width: 340px;
  border: 1px solid #cdcdcd;
  background: #fcfcfc;
  margin-right: 24px;
  border-radius: 10px;
}
.left-sidebar .slimScrollDiv {
  border-radius: 10px;
}
.chat-wrapper .content .sidebar-group .sidebar {
  background: #fcfcfc;
  overflow: hidden;
  width: 340px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.dropdown-menu .dropdown-item span {
  margin-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.dropdown-menu .dropdown-item {
  font-size: 14px;
  cursor: pointer;
  padding: 7px 14px;
  font-weight: 500;
  color: #424242;
}
.chat-wrapper .content .sidebar-group .sidebar:not(.active) {
  display: none;
}
.header-top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  font-weight: 600;
  background-color: rgb(var(--primary-color));
}
.header-top .logo {
  margin-top: 0 !important;
}
.header-top > span {
  font-size: 22px;
}
.header-top ul {
  margin-bottom: 0;
  display: flex;
}
.header-top ul.header-action {
  margin-top: 14px !important;
}
.chat-header ul {
  margin-bottom: 0;
}
.chat-header ul li:not(.list-inline-item) {
  margin-bottom: 0;
  width: 48px;
  margin-right: 15px !important;
}
.chat-header ul li:last-child {
  margin-right: 0 !important;
}
.sidebar-body {
  flex: 1;
  overflow: auto;
  padding: 24px 24px 10px;
  width: 100%;
}
.pin-chat img {
  margin-right: 6px;
}
.sidebar-body .profile-name {
  font-weight: 600;
  color: #4b0973;
  font-size: 18px;
  margin-bottom: 0;
}
.online-profile {
  position: relative;
}
.online-profile span {
  position: relative;
  color: #565656;
  font-size: 13px;
  padding-left: 10px;
}
.online-profile span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  background-color: #49e073;
  width: 8px;
  height: 8px;
  border-radius: 50px;
}
.close_profile4 {
  color: #000;
  border-color: #e6e6e6;
}
.sidebar .user-list li a,
.sidebar .user-list li .list-user-blk {
  padding: 10px;
  display: flex;
  display: -webkit-flex;
  cursor: pointer;
  margin-bottom: 15px;
  border: 1px solid #e0e0e0;
  box-shadow: none;
  border-radius: 5px;
  position: relative;
  transition: ease all 0.5s;
  -webkit-transition: ease all 0.5s;
  -ms-transition: ease all 0.5s;
}
.sidebar .user-list li a:hover,
.sidebar .user-list li .list-user-blk:hover {
  background-color: #f8ecff;
  transition: ease all 0.5s;
  -webkit-transition: ease all 0.5s;
  -ms-transition: ease all 0.5s;
}
.sidebar .user-list li.item-typing {
  background-color: #f1f6ff;
}
.sidebar .user-list li figure {
  margin-right: 1rem;
}
.sidebar .user-list li .users-list-body {
  flex: 1;
  position: relative;
  min-width: 0;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.lock-icon {
  color: #000;
}
.sidebar .user-list li .users-list-body > div:first-child {
  min-width: 0;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.parti-notify-check {
  margin-bottom: 0 !important;
  display: flex;
  align-items: center;
}
.sidebar .user-list li .users-list-body h5 {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 3px;
  color: #0a0a0a;
}
.sidebar .user-list li .users-list-body p {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 0;
  color: #232323;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.sidebar .user-list li .users-list-body p .bx-map {
  font-size: 16px;
}
.sidebar .user-list li .users-list-body p.missed-call-col {
  color: #de3e44;
}
.sidebar .user-list li .users-list-body .last-chat-time {
  padding-left: 15px;
  position: relative;
}
.sidebar .user-list li .users-list-body .last-chat-time .text-muted {
  color: #424242 !important;
  font-weight: 400;
  font-size: 12px;
  margin-bottom: 5px;
  display: block;
  text-align: right;
}
.sidebar .user-list li .users-list-body .last-chat-time .support-toggle {
  color: rgb(var(--primary-color));
}
.sidebar .user-list li .users-list-body .last-chat-time .new-message-count {
  width: 20px;
  height: 20px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  line-height: 0;
  font-size: 11px;
  background-color: rgb(var(--primary-color));
  color: #fff;
  border-radius: 50%;
  margin-left: auto;
  margin-top: 10px;
  position: absolute;
  right: 0;
  bottom: 0;
}
.sidebar .user-list li .users-list-body .last-chat-time .chat-toggle {
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: 0;
  text-align: right;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  width: 18px;
  height: 24px;
}
.sidebar .user-list li.unread h5 {
  color: #fff;
}
.sidebar .user-list li.unread p {
  color: #fff;
}
.sidebar .user-list li.unread .text-muted {
  color: rgba(255, 255, 255, 0.4) !important;
}
.sidebar .user-list li.user-list-item.item-typing .users-list-body p {
  color: #0d9b35;
}
.rightside_tab {
  padding-top: 5px !important;
}
.chat-pin {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: end;
  -webkit-justify-content: end;
  -ms-flex-pack: end;
}
.chat-pin img {
  width: 10px;
}
.chat-pin .check {
  color: #1abe17;
}
.chat-pin .count-message {
  background: rgb(var(--primary-color));
  width: 20px;
  height: 20px;
  border-radius: 50px;
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
}
.select-message-box {
  margin-top: 50px;
}
.select-message-box h4 {
  margin-bottom: 5px;
}
.select-message-box p {
  margin-top: 0;
  margin-bottom: 24px;
  color: #424242;
  font-size: 16px;
  font-weight: 400;
}
.select-message-box .btn i {
  font-size: 15px;
}
.chat {
  flex: 1;
  display: flex;
  flex-direction: column;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  width: 100%;
  height: 100%;
}
.chat.setting-chat {
  filter: blur(8px);
  -webkit-filter: blur(8px);
}
.chat .chat-header .chat-options.chat-small ul li a {
  width: 35px;
  height: 35px;
}
.chat-options ul.list-inline .list-inline-item {
  margin-bottom: 0;
}
.last-seen {
  color: #424242;
  font-size: 14px;
}
.user_callog {
  display: flex;
  margin-top: 0;
}
.chev-icon i {
  font-size: 18px;
}
.calllog_p {
  margin-left: 5px;
}
.chat-options.chat-option-profile .list-inline-item a {
  background: #f5f5f5;
  width: 38px;
  height: 38px;
  border-radius: 50px;
  color: #424242;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
}
.chat-options.chat-option-profile .list-inline-item a:hover {
  background: rgb(var(--primary-color));
  color: #fff;
}
.chat-options.chat-option-profile .list-inline {
  border-bottom: 1px solid #ededed;
  margin-bottom: 0;
  padding-bottom: 15px;
}
.last-seen-profile span {
  color: #424242;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 12px;
  display: block;
}
.header_button {
  position: absolute;
  right: 5px;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  background: #ffa977;
  bottom: 40px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ffa977;
  border-color: #ffa977;
}
.right_sidebar_profile {
  margin-top: 0;
}
.account_details,
.security_details {
  background-color: #edeef6;
  border-color: #d9d7d8;
  border-radius: 5px !important;
  border-bottom: 0 !important;
}
.close_icon {
  font-size: 18px;
}
.button_plus {
  margin-left: 0;
}
.chat .chat-header {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  padding: 13px 24px;
  align-items: center;
  background: #fff;
  position: relative;
}
.chat-search {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  transition: ease all 0.5s;
  -webkit-transition: ease all 0.5s;
  -ms-transition: ease all 0.5s;
  opacity: 0;
  visibility: hidden;
}
.chat-search.visible-chat {
  opacity: 1;
  visibility: visible;
  top: 100%;
  transition: ease all 0.5s;
  -webkit-transition: ease all 0.5s;
  -ms-transition: ease all 0.5s;
  z-index: 9;
}
.form-control-feedback {
  z-index: 2;
  display: block;
  text-align: center;
  pointer-events: none;
  color: rgba(0, 0, 0, 0.4);
  position: absolute;
  left: 13px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.form-control-feedback i {
  font-size: 16px;
  color: #0a0a0a;
}
.user-chat-search {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  transition: ease all 0.5s;
  -webkit-transition: ease all 0.5s;
  -ms-transition: ease all 0.5s;
  opacity: 0;
  visibility: hidden;
}
.user-chat-search.visible-chat {
  opacity: 1;
  visibility: visible;
  top: 100%;
  transition: ease all 0.5s;
  -webkit-transition: ease all 0.5s;
  -ms-transition: ease all 0.5s;
  z-index: 9;
}
.chat-search input[type="text"],
.user-chat-search input[type="text"] {
  padding: 8px 8px 8px 35px;
  width: 100%;
  min-height: 47px;
  border-radius: 0 0 5px 5px;
  border: 1px solid #e5e7eb;
  font-size: 13px;
  background-color: #fff;
  color: #0a0a0a;
  font-size: 15px;
  font-weight: 500;
}
.chat-search input[type="text"]:hover,
.user-chat-search input[type="text"]:hover,
.chat-search input[type="text"]:focus,
.user-chat-search input[type="text"]:focus,
.chat-search input[type="text"]:focus-visible,
.user-chat-search input[type="text"]:focus-visible {
  border-color: #f3f3f3;
}
.all-chats {
  position: relative;
}
.close-btn-chat,
.user-close-btn-chat {
  width: 25px;
  height: 25px;
  border-radius: 25px;
  color: #0a0a0a;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  position: absolute;
  right: 12px;
  top: 9px;
  cursor: pointer;
}
.main_content {
  width: 100% !important;
}
.chat .chat-header .user-details {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.avatar-main {
  height: 50px;
  width: 50px;
}
.chat .chat-header .user-details figure {
  margin-right: 1rem;
}
.chat .chat-header .user-details h5 {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 4px;
  line-height: 1;
  color: #424242;
}
.archive-btn {
  border: 1px solid #008024;
  color: #008024;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 500;
  padding: 2px 6px;
  margin-right: 1.5rem;
}
.archive-btn-grey {
  border: 1px solid #909090;
  color: #909090;
  border-radius: 4px;
  font-size: 9px;
  font-weight: 500;
  padding: 2px 6px;
  margin-top: 0.25rem;
}
.right_sidebar_icon {
  list-style: none;
}
.chat .chat-header .chat-options ul {
  margin-bottom: 0;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.btn.btn-outline-light:hover {
  background: #e6e6e6;
}
.chat .chat-header .chat-options ul > li > a {
  font-size: 14px;
  color: #424242;
  cursor: pointer;
  width: 40px;
  height: 40px;
  padding: 0;
  border-radius: 50px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.chat .chat-header .chat-options ul > li > a i {
  font-size: 20px;
}
.chat .chat-header .chat-options ul > li > a:not(.no-bg):hover {
  background-color: #f5f5f5;
  border-color: #f5f5f5;
}
.chat .chat-body {
  flex: 1;
  padding: 24px;
  padding-bottom: 100px;
}
.chat .chat-body:not(.no-message) {
  overflow: auto;
}
.chat .chat-body {
  padding-bottom: 100px;
}
.chat .chat-body.no-message {
  user-select: none;
}
.chat .chat-body .messages {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  align-items: flex-start;
  -webkit-align-items: flex-start;
}
.chat .chat-body .messages .chats {
  max-width: 75%;
  margin-bottom: 30px;
  display: flex;
  display: -webkit-flex;
}
.chat-avatar {
  padding: 8px 15px 0 8px;
  display: flex;
  display: -webkit-flex;
  align-items: flex-start;
  -webkit-align-items: flex-start;
}
.chat .chat-body .messages .chat-profile-name h6 {
  margin-bottom: 0;
  color: #0a0a0a;
  font-weight: 600;
  font-size: 15px;
}
.chat .chat-body .messages .chat-profile-name h6 span {
  font-size: 12px;
  color: #9e9e9e;
  font-weight: 400;
  padding-left: 10px;
}
.chats.chats-right .chat-profile-name {
  justify-content: end;
  -webkit-justify-content: end;
  -ms-flex-pack: end;
}
.chat-profile-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 5px;
}
.replay-forms .chat-profile-name h6 {
  margin-bottom: 0;
}
.replay-forms .chat-profile-name h6 span {
  color: #9e9e9e;
  font-size: 12px;
  margin-left: 10px;
}
.chat .chat-body .messages .chats:last-child {
  margin-bottom: 0;
}
.chat .chat-body .messages .chats .chat-time {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  margin-bottom: 0;
}
.chat .chat-body .messages .chats .chat-time .avatar {
  margin-right: 1rem;
}
.chat .chat-body .messages .chats .chat-time h5 {
  font-size: 15px;
  margin-bottom: 0;
}
.chat .chat-body .messages .chats .chat-time .time {
  color: #fff;
  margin-top: 2px;
  font-size: 12px;
  font-weight: 400;
}
.chat .chat-body .messages .chats .chat-time .time i {
  color: rgba(247, 247, 247, 0.5);
}
.chat .chat-body .messages .chats .chat-time .time i img {
  width: 14px;
  height: auto;
  margin-left: 2px;
  vertical-align: 0;
}
.chat .chat-body .messages .chats .message-content {
  background-color: #fff;
  border-radius: 20px 20px 20px 0;
  padding: 14px 20px;
  color: #424242;
  font-size: 14px;
  font-weight: 400;
  box-shadow: 0 6px 12px 0 #00000008;
}
.chat .chat-body .messages .chats .message-content.award-link a {
  color: #424242;
  margin-bottom: 2px;
  display: block;
}
.chat .chat-body .messages .chats .message-content.chat-award-link a {
  display: flex;
  margin-bottom: 10px;
}
.chat
  .chat-body
  .messages
  .chats
  .message-content.chat-award-link
  .emoj-group
  li
  a {
  margin-bottom: 0;
}
.chat .chat-body .messages .chats .message-content.award-link img {
  border-radius: 10px;
}
.chats.chats-right {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.group-set-wrap {
  cursor: pointer;
}
.message-star {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.message-star .avatar {
  width: 26px;
  height: 26px;
  margin-right: 10px;
}
.message-star .avatar img {
  width: 100%;
}
.message-star h6 {
  color: #0a0a0a;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 0;
}
.message-star h6 span i {
  color: #fec001;
}
.chat .chat-body .messages .chats .message-content a {
  color: #ffa633;
}
.chat .chat-body .messages .chats.chats-right {
  margin-left: auto;
}
.chat-voice-group ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  padding: 0;
  margin-bottom: 0;
}
.chat-voice-group ul li span {
  width: 28px;
  height: 28px;
  background: rgb(var(--primary-color));
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
}
.chat-voice-group li {
  margin-bottom: 0;
  color: #424242;
  font-size: 14px;
  font-weight: 400;
  list-style: none;
}
.chat-voice-group li + li {
  padding-left: 10px;
}
.chat .chat-body .messages .chats.chats-right .chat-time {
  justify-content: flex-end;
}
.chat .chat-body .messages .chats.chats-right .message-content {
  background-color: #f8ecff;
  color: #232323;
  border-radius: 15px 0 15px 15px;
  padding: 15px;
}
.chat .chat-body .messages .chats.chats-right .chat-action-btns {
  order: 2;
  -webkit-order: 2;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: center;
  -webkit-justify-content: center;
}
.chat
  .chat-body
  .messages
  .chats.chats-right
  .chat-action-btns
  .chat-action-col {
  width: 20px;
  text-align: center;
}
.chat .chat-body .messages .chats.chats-right .chat-action-btns .chat-read-col {
  display: flex;
  display: -webkit-flex;
  align-items: flex-end;
  -webkit-align-items: flex-end;
  padding-bottom: 22px;
  color: #008024;
}
.chat .chat-body .messages .chats.chats-right .chat-content {
  order: 1;
  -webkit-order: 1;
}
.chat .chat-body .messages .chats.chats-right .chat-avatar {
  padding: 8px 0 0 15px;
}
.chat .chat-body .messages .chats.chats-right .message-content .chat-time {
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
}
.chat
  .chat-body
  .messages
  .chats.chats-right
  .message-content
  .chat-time
  .time {
  color: #909090;
}
.chat
  .chat-body
  .messages
  .chats.chats-right
  .message-content
  .chat-time
  .time
  i {
  color: #a3c2ff;
}
.chat .chat-body .messages .download-col {
  position: relative;
}
.chat .chat-body .messages .download-col ul {
  list-style: none;
  padding: 0;
  margin: 0 0 5px;
  display: flex;
  display: -webkit-flex;
}
.chat .chat-body .messages .download-col ul li + li {
  margin-left: 5px;
}
.chat .chat-body .messages .download-col .image-download-col {
  position: relative;
}
.chat .chat-body .messages .download-col .image-download-col a > img {
  border: 1px solid transparent;
  width: 80px;
  border-radius: 8px;
}
.chat
  .chat-body
  .messages
  .chats
  .message-content.fancy-msg-box
  .image-not-download
  span {
  position: absolute;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.chat
  .chat-body
  .messages
  .download-col
  .image-download-col.image-not-download
  a
  > img {
  -webkit-filter: blur(1px);
  filter: blur(1px);
}
.chat .chat-body .messages .download-col .download-action,
.chat .chat-body .messages .file-download .download-action,
.file-download-col .download-action {
  position: absolute;
  right: 8px;
  bottom: 8px;
  line-height: 0;
}
.chat .chat-body .messages .file-download .download-action {
  bottom: 14px;
}
.chat .chat-body .messages .download-col .download-action a,
.chat .chat-body .messages .file-download .download-action a,
.file-download-col .download-action a {
  color: #fff;
  font-size: 10px;
}
.chat .chat-body .messages .download-col .download-action div + div,
.chat .chat-body .messages .file-download .download-action div + div,
.file-download-col .download-action div + div {
  margin-left: 8px;
}
.chat .chat-body .messages .download-col .download-action div img,
.chat .chat-body .messages .file-download .download-action div img,
.file-download-col .download-action div img {
  width: 13px;
}
.chat .chat-body .messages .file-download {
  position: relative;
  background: #f5f5f5;
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 7px;
}
.chat .chat-body .messages .file-download .file-type {
  width: 54px;
  height: 54px;
  background-color: #fff;
  border-radius: 4px;
}
.chat .chat-body .messages .file-download .file-type i {
  color: #9e9e9e;
  font-size: 24px;
}
.chat .chat-body .messages .file-download .file-details span.file-name {
  color: #0a0a0a;
  display: inline-block;
  width: 100%;
  font-size: 15px;
  font-weight: 500;
}
.chat .chat-body .messages .file-download .file-details span.file-size {
  color: #909090;
  display: inline-block;
  width: 100%;
}
.chat .chat-body .messages .file-download .file-details ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  margin-bottom: 0;
}
.chat .chat-body .messages .file-download .file-details ul li {
  list-style: none;
  color: #424242;
  font-size: 14px;
  position: relative;
}
.chat .chat-body .messages .file-download .file-details ul li::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 13px;
  background: #c2c2c2;
  right: -8px;
  top: 5px;
}
.chat
  .chat-body
  .messages
  .file-download
  .file-details
  ul
  li:last-child::before {
  display: none;
}
.chat .chat-body .messages .file-download .file-details ul li + li {
  padding-left: 15px;
}
.chat .chat-body .messages .file-download .file-details ul li a {
  color: rgb(var(--primary-color));
}
.chat .chat-body .messages .file-download .download-action a {
  color: rgb(var(--primary-color));
}
.chat-select .select2-container .select2-selection--single {
  border: 0;
  height: 24px;
}
.chat-select
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #344357;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  font-weight: 600;
}
.chat-select
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 24px;
  right: 7px;
}
.success-pass {
  margin-bottom: 40px;
  text-align: center;
}
.chat-select
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: #344357;
  border-style: solid;
  border-width: 0 2px 2px 0;
  padding: 3px;
  height: 0;
  left: 50%;
  margin-left: -5px;
  margin-top: -5px;
  position: absolute;
  top: 50%;
  width: 0;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.chat-select
  .select2-container--default.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: #344357;
  border-width: 2px 0 0 2px;
  padding: 3px;
  margin-top: -5px;
}
.chat-select
  .select2-container--default.form-control-sm
  .select2-selection--single
  .select2-selection__arrow {
  top: 7px;
}
.chat-select
  .select2-container--default.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: #344357;
  border-style: solid;
  border-width: 0 2px 2px 0;
  padding: 3px;
}
.chat-select
  .select2-container
  .select2-selection--single
  .select2-selection__rendered {
  padding-right: 40px;
  padding-left: 0;
}
.chat-select
  .select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background-color: #4b4b9f;
}
.chat-select .select2-container--default .select2-selection--multiple {
  border: 1px solid #ddd;
  min-height: 40px;
}
.chat-select .select2-container--open .select2-dropdown--below {
  margin-top: 10px;
}
.review-files p {
  margin-bottom: 5px;
  color: #424242;
  font-size: 14px;
}
.like-chat-grp ul {
  padding: 0;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  margin-top: 10px;
}
.like-chat-grp ul li {
  list-style: none;
}
.like-chat-grp ul li + li {
  margin-left: 10px;
}
.like-chat-grp ul li a {
  border: 1px solid #e0e0e0;
  border-radius: 50px;
  padding: 3px 12px;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  color: #0a0a0a;
  font-weight: 400;
  font-size: 14px;
}
.like-chat-grp ul li.like-chat a {
  background: #fef6dc;
}
.like-chat-grp ul li.comment-chat a {
  background: #ffe8e9;
}
.like-chat-grp ul li a img {
  margin-left: 5px;
}
.chat-line {
  margin: 0 0 20px;
  position: relative;
  text-align: center;
  width: 100%;
}
.chat-line:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  background-color: #eee;
  width: 100%;
  height: 1px;
}
.chat-date {
  background-color: #fff;
  color: #0a0a0a;
  font-size: 14px;
  padding: 4px 20px;
  border-radius: 50px;
  display: inline-block;
  font-weight: 400;
  position: relative;
  border: 1px solid #e0e0e0;
}
.chat .chat-footer {
  position: relative;
}
.chat .chat-footer form {
  display: flex;
  display: -webkit-flex;
  align-items: end;
  -webkit-align-items: end;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 24px;
  background-color: #f5f5f5;
}
.chat .chat-footer form .form-buttons .btn {
  margin-left: 0;
  color: #bdbfc7;
  font-size: 20px;
  padding: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}
.chat .chat-footer form .form-buttons .btn:last-child {
  margin-right: 0;
}
.chat .chat-footer form .specker-col span {
  color: rgb(var(--primary-color));
  font-size: 25px;
}
.chat .chat-footer form .attach-col i,
.chat .chat-footer form .smile-col i {
  color: rgb(var(--primary-color));
  font-size: 20px;
}
.chat .chat-footer form .smile-col i {
  font-size: 22px;
}
.chat .chat-footer form .smile-col {
  right: inherit;
  left: 15px;
}
.chat .chat-footer form .attach-col {
  right: inherit;
  left: 60px;
}
.chat + .sidebar-group {
  margin-right: 0;
}
.chat + .sidebar-group .sidebar {
  margin-right: 0;
}
.group-comman-theme {
  padding: 0 24px;
}
.group-comman-theme h6 {
  margin-bottom: 15px;
}
.group-comman-theme ul {
  padding: 0;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ededed;
}
.group-comman-theme ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style: none;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  padding: 5px;
  margin-bottom: 10px;
}
.group-comman-theme ul li:last-child {
  margin-bottom: 0;
}
.group-comman-theme ul li .avatar {
  flex-shrink: 0;
  margin-right: 10px;
}
.theme-content h6 {
  margin-bottom: 6px;
  color: #0a0a0a;
  font-size: 15px;
  font-weight: 500;
}
.theme-content p {
  margin-bottom: 0;
  text-align: start;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  color: #424242;
  font-size: 14px;
}
.chat-message-grp {
  padding: 24px;
  padding-top: 0;
}
.chat-message-grp ul {
  padding: 0;
}
.chat-message-grp ul li {
  list-style: none;
  margin-bottom: 15px;
}
.chat-message-grp ul li:last-child {
  margin-bottom: 0;
}
.chat-message-grp ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
}
.chat-message-grp ul li a:hover .stared-group h6 {
  color: rgb(var(--primary-color));
}
.stared-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.stared-group span {
  width: 30px;
  height: 30px;
  border-radius: 6px;
  margin-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
}
.star-message {
  background: #fef6dc;
}
.star-message i {
  color: #fec001;
}
.mute-message {
  background: #ebfdfffa;
}
.mute-message i {
  color: #02a2b9;
}
.block-message {
  background: #ffe8e9;
}
.block-message i {
  color: #de3e44;
}
.report-message {
  background: #f8ecff;
}
.report-message i {
  color: rgb(var(--primary-color));
}
.delete-message {
  background: #ffe8e9;
}
.delete-message i {
  color: #de3e44;
}
.count-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.count-group span {
  width: 30px;
  height: 30px;
  border-radius: 50px;
  color: #424242;
  font-size: 14px;
  background: #f5f5f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  margin-right: 5px;
}
.count-group i {
  color: #424242;
  font-size: 16px;
}
.stared-group h6 {
  font-size: 15px;
  font-weight: 500;
  color: #0a0a0a;
  margin-bottom: 0;
}
.chat .chat-footer form .form-buttons .btn.send-btn {
  width: 40px;
  height: 40px;
  border-radius: 6px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #fff !important;
  background: rgb(var(--primary-color));
  margin-left: 10px;
}
.set-search {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  border-radius: 50px;
  width: 28px;
  height: 28px;
}
.set-search:hover {
  background: #f5f5f5;
  border-color: #f5f5f5;
}
.chat .chat-footer form .form-buttons .btn.send-btn:hover {
  background-color: #fff;
  border-color: rgb(var(--primary-color));
}
.chat .chat-footer form .form-buttons .btn.send-btn:hover i {
  color: rgb(var(--primary-color));
}
.chat .chat-footer form .form-buttons .btn.send-btn:focus {
  box-shadow: none;
}
.chat .chat-footer form .smile-foot {
  margin-right: 10px;
}
.chat .chat-footer form .smile-foot .action-circle {
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
}
.chat .chat-footer form .smile-foot .action-circle:hover {
  background-color: #ededed;
  border-color: #ededed;
}
.chat .chat-footer form .smile-foot .action-circle i {
  color: #424242;
  font-size: 18px;
}
.chat .slimScrollDiv {
  height: 100% !important;
}
.dropdown-menu .dropdown-item span.star-msg,
.dropdown-menu .dropdown-item span.star-msg-one,
.dropdown-menu .dropdown-item span.star-msg-three,
.dropdown-menu .dropdown-item span.star-msg-four,
.dropdown-menu .dropdown-item span.star-msg-five {
  font-size: 14px;
  cursor: pointer;
  font-weight: 500;
  color: #424242;
}
.header-action {
  list-style: none;
  margin: 0;
  padding: 0;
}
.header-action li {
  display: inline-block;
  margin-left: 10px;
}
.header-action li a {
  color: #1b1a1a;
  font-size: 18px;
}
.user-list {
  border-radius: 0.25rem;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}
.user-list li a {
  padding: 17px 20px;
  display: flex;
  display: -webkit-flex;
  cursor: pointer;
  border-radius: 6px;
  margin-bottom: 10px;
  border: 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.user-list li .avatar {
  margin-right: 0.8rem;
  display: inline-block;
  margin-bottom: 0;
  height: 46px;
  width: 46px;
  border-radius: 50%;
  position: relative;
  z-index: 0;
}
.avatar-away::before,
.avatar-offline::before,
.avatar-online::before {
  content: "";
  position: absolute;
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  top: 0;
  right: 2px;
  border: 2px solid #fff;
  z-index: 9;
}
.avatar-online::before {
  background-color: #34d859;
}
.avatar-away::before {
  background-color: #ffe600;
}
.animate-typing-col {
  color: #0d9b35;
}
.animate-typing-col .dot {
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  margin-right: -1px;
  background: #0d9b35;
  -webkit-animation: wave 1.3s linear infinite;
  animation: wave 1.3s linear infinite;
  opacity: 0.6;
}
.animate-typing-col .dot:nth-child(2) {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.animate-typing-col .dot:nth-child(3) {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
@-webkit-keyframes wave {
  0%,
  100%,
  60% {
    -webkit-transform: initial;
    transform: initial;
  }
  30% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
@keyframes wave {
  0%,
  100%,
  60% {
    -webkit-transform: initial;
    transform: initial;
  }
  30% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
.user-list li .avatar .letter-avatar {
  width: 45px;
  height: 45px;
  border-radius: 45px;
  margin-right: 0.8rem;
  margin-bottom: 0;
  position: relative;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  background-color: #e8dbff;
  font-size: 16px;
  font-weight: 600;
  color: #420ba1;
}
.chat_form {
  border-radius: 20px;
  margin-right: 0;
  background: #fff;
  border: 1px solid #c2c2c2;
  box-shadow: 0 4px 4px #f5f8ff;
  border-radius: 6px;
  height: 40px;
  padding: 10px;
}
.chat .chat-footer form .form-control::-webkit-input-placeholder {
  color: #424242;
  opacity: 1;
}
.chat .chat-footer form .form-control::-moz-placeholder {
  color: #424242;
  opacity: 1;
}
.chat .chat-footer form .form-control:-ms-input-placeholder {
  color: #424242;
  opacity: 1;
}
.chat .chat-footer form .form-control:-moz-placeholder {
  color: #424242;
  opacity: 1;
}
.user-list .avatar > a > img,
.user-list .avatar > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.support-close a {
  color: #292f4c;
  opacity: 0.5;
  border-color: #e6e6e6;
}
.chat-wrapper .content .sidebar-group.right-sidebar .sidebar {
  width: 310px;
}
.primary-title {
  color: #ffa977;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0;
}
.primary-title i {
  font-size: 14px;
}
.support-action {
  padding: 0;
  margin: 0;
  list-style: none;
}
.support-action li {
  padding: 11px 0;
  border-bottom: 1px solid #f1f1f1;
}
.support-action li a {
  color: #181c2f;
}
.support-action li a {
  color: #181c2f;
  font-size: 14px;
  font-weight: 700;
}
.support-action li.report-support a,
.support-action li.delete-chat a,
.support-action li.sign-out a {
  color: red;
}
.left-sidebar {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.left-sidebar-wrap {
  background: #fbfbfb;
  overflow: hidden;
  width: 448px;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  flex: 1;
}
.right-sidebar {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  background-color: #fafbff;
  opacity: 100%;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  position: relative;
  width: 320px;
}
.right-sidebar.video-right-sidebar {
  width: 371px;
}
.video-call-chat .left-chat-title.with-bg {
  background: 0 0;
}
.video-call-chat .left-chat-title {
  border: 0;
}
.chat.video-call-chat .chat-body {
  background-image: none;
}
.video-call-chat .chat-title h4 {
  font-size: 18px;
  font-weight: 600;
  color: #424242;
}
.video-call-chat .chat-title span {
  font-size: 12px;
  font-weight: 400;
  color: #424242;
}
.chat.video-call-chat .chat-body .messages .chats .message-content {
  background: #f5f5f5;
}
.chat.video-call-chat .chat-body .messages .chats.chats-right .message-content {
  background: #f8ecff;
}
.right-sidebar.video-right-sidebar .chat .chat-body {
  padding-bottom: 110px;
}
.member-details {
  margin-bottom: 10px;
}
.chat-member-details {
  padding: 0 24px;
}
.chat-member-details .member-details ul {
  padding: 0;
  border-bottom: 1px solid #ededed;
}
.chat-member-details .member-details ul li {
  list-style: none;
  margin-bottom: 15px;
}
.chat-member-details .member-details ul li h6 {
  font-size: 15px;
  font-weight: 400;
  color: #424242;
  margin-bottom: 5px;
}
.chat-member-details .member-details ul li h5 {
  font-size: 15px;
  font-weight: 500;
  color: #0a0a0a;
  margin-bottom: 0;
}
.chat-member-details .member-details ul li span {
  font-size: 16px;
  font-weight: 400;
  color: #0a0a0a;
}
.chat-member-details .member-details ul li a {
  font-size: 15px;
  font-weight: 500;
  color: rgb(var(--primary-color));
  border-radius: 100px;
  padding: 5px;
  background: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
}
.chat-member-details .member-details ul li a + a {
  margin-left: 10px;
}
.chat-member-details .member-details ul li a:hover {
  color: #0a0a0a;
}
.right-sidebar .right-sidebar-wrap {
  background-color: #fff;
  border-left: 1px solid #e0e0e0;
  border-radius: 0;
  margin-top: 0;
  margin-bottom: 0;
  height: calc(100vh - 0px);
}
.right-sidebar .right-sidebar-wrap .sidebar-body {
  padding: 0;
}
.right-sidebar .right-sidebar-wrap .right-sidebar-profile {
  padding: 24px;
  padding-bottom: 0;
  margin-bottom: 15px;
}
.right-sidebar.show-right-sidebar {
  margin-right: 0;
}
.right-sidebar.video-right-sidebar.show-right-sidebar {
  margin-right: 0;
}
.right-sidebar.video-right-sidebar .chat {
  margin-left: 0 !important;
  display: block;
}
.right-sidebar.hide-right-sidebar {
  margin-right: -320px;
}
.right-sidebar.video-right-sidebar.hide-right-sidebar {
  margin-right: -371px;
}
.right-sidebar .support-close_call .close_profile,
.status-modal .custom-status-close {
  width: 25px;
  height: 25px;
  border-radius: 25px;
  color: #0a0a0a;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  background-color: #f5f5f5;
  border-color: #f5f5f5;
}
.group-description .description-sub h5 span a {
  width: 25px;
  height: 25px;
  border-radius: 25px;
  color: #0a0a0a;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  border-color: #f5f5f5;
}
.list_group_notread {
  color: #ffa977 !important;
}
.tooltip > .tooltip-inner {
  text-align: left;
  max-width: 500px;
  --bs-tooltip-bg: rgb(var(--primary-color));
}
.tooltip {
  --bs-tooltip-bg: rgb(var(--primary-color));
}
.tooltip .arrow {
  display: none;
  background-color: rgb(var(--primary-color));
}
.tooltip .tooltip-inner {
  background-color: rgb(var(--primary-color));
}
.chat-cont-type {
  display: flex;
  align-items: center;
  justify-content: center;
}
.chat-cont-type .chat-type-wrapper {
  margin-bottom: 0;
}
.chat-cont-type .chat-type-wrapper p {
  color: #9e9e9e;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 0;
}
.group-type-radio {
  display: block;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.group-type-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.group-type-radio {
  font-size: 16px;
  font-weight: 400;
  color: #424242;
  margin-right: 24px;
}
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 22px;
  width: 22px;
  background-color: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 50%;
}
.pass-login label {
  color: #0a0a0a;
  font-size: 14px;
  font-weight: 500;
}
.select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background-color: rgb(var(--primary-color)) !important;
}
.group-type-radio input:checked ~ .checkmark {
  background-color: rgb(var(--primary-color));
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.group-type-radio input:checked ~ .checkmark:after {
  display: block;
}
.group-type-radio .checkmark:after {
  top: 4px;
  left: 4px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #fff;
}
.right-sidebar-profile > .avatar {
  background: rgba(66, 11, 161, 0.1);
}
.right-sidebar-profile .profile-name span i {
  font-size: 16px;
}
.group_img {
  position: relative;
  display: inline-block;
}
.group-name-search {
  margin-bottom: 14px;
}
.parti-wrapper {
  margin-bottom: 14px;
  display: flex;
  align-items: center;
}
.group_header {
  width: 38px !important;
  height: 38px !important;
  border: 2px solid #fff;
}
.last-chat-time i.missed-col {
  width: 17px;
  display: inline-block;
  margin-top: 10px;
}
.last-chat-time i.missed-col img {
  max-width: 100%;
  height: auto;
}
.right-sidebar-head {
  padding: 0 24px;
}
.right-sidebar-head.share-media .share-media-blk {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
}
.right-sidebar-head h5 {
  font-size: 15px;
  font-weight: 600;
  color: #1f2937;
  margin-bottom: 0;
}
.right-sidebar-head.share-media .about-media-tabs .nav-tabs {
  margin-bottom: 15px;
  background: #ededed;
  padding: 5px;
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
}
.right-sidebar-head.share-media .about-media-tabs {
  border-bottom: 1px solid #ededed;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.right-sidebar-head.share-media .about-media-tabs .nav .nav-item.active {
  background: #fff;
  border-radius: 6px;
  color: #424242;
}
.right-sidebar-head.share-media .about-media-tabs .nav .nav-item {
  padding: 2px 10px;
  font-size: 14px;
  color: #424242;
  font-weight: 500;
  border: 0;
  margin-right: 10px;
}
.right-sidebar-head.share-media .about-media-tabs .nav .nav-item:last-child {
  margin-right: 0;
}
.right-sidebar-head.share-media .about-media-tabs .share-media-img li {
  margin: 0 6px 6px 0;
  position: relative;
}
.right-sidebar-head.share-media .about-media-tabs .share-media-img li img {
  border-radius: 8px;
  width: 84px;
}
.right-sidebar-head.share-media .about-media-tabs .share-media-img li span i {
  font-size: 20px;
  color: #fff;
}
.right-sidebar-head.share-media
  .about-media-tabs
  .share-media-img
  li:hover
  span
  i {
  color: #eee;
}
.right-sidebar-head.share-media
  .about-media-tabs
  .share-media-img
  li.blur-media
  img {
  filter: blur(2px);
}
.right-sidebar-head.share-media .about-media-tabs .share-media-img li span {
  position: absolute;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.media-file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  margin-bottom: 15px;
}
.media-file:last-child {
  margin-bottom: 0;
}
.media-doc-blk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.media-doc-blk span {
  width: 50px;
  height: 50px;
  border-radius: 5px;
  background: #f5f5f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  margin-right: 10px;
}
.media-doc-blk span i {
  font-size: 24px;
}
.document-detail ul {
  padding: 0;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.document-detail ul li {
  list-style: none;
  color: #424242;
  font-size: 14px;
  font-weight: 400;
  position: relative;
}
.document-detail ul li::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 13px;
  background: #c2c2c2;
  right: -8px;
  top: 5px;
}
.document-detail ul li:last-child::before {
  display: none;
}
.document-detail ul li + li {
  padding-left: 15px;
}
.document-detail h6 {
  color: #0a0a0a;
  font-size: 15px;
  font-weight: 500;
}
.media-download a {
  color: #424242;
}
.social-media-col {
  margin-top: 35px;
}
.media-link-grp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
}
.media-link-detail h6 a {
  color: #0a0a0a;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 5px;
}
.media-link-detail span a {
  color: #424242;
  font-size: 14px;
  font-weight: 400;
  word-break: break-all;
}
.media-link-detail a:hover {
  color: rgb(var(--primary-color));
}
.share-media-blk a {
  color: rgb(var(--primary-color));
  font-weight: 500;
}
.link-img img {
  border-radius: 4px;
  margin-right: 10px;
}
.social-media-col:after {
  content: "";
  display: table;
  clear: both;
}
.social-media-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.social-media-col ul li {
  float: left;
}
.social-media-col ul li + li {
  margin-left: 10px;
}
.social-media-col ul li a {
  color: #420ba1;
  font-size: 18px;
}
.social-media-col h6,
.settings-col h6 {
  font-weight: 600;
  color: #000;
  font-size: 15px;
  margin-bottom: 20px;
}
.settings-col {
  margin-top: 35px;
}
.settings-col:after {
  content: "";
  display: table;
  clear: both;
}
.settings-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.settings-col ul li {
  color: #939393;
  font-weight: 500;
}
.settings-col ul li + li {
  margin-top: 15px;
}
.settings-col .switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 23px;
  margin-bottom: 0;
  margin-right: 10px;
}
.settings-col .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.settings-col .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.settings-col .slider:before {
  position: absolute;
  content: "";
  height: 15px;
  width: 15px;
  left: 4px;
  bottom: 4px;
  background-color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.settings-col input:checked + .slider {
  background-color: #2196f3;
}
.settings-col input:focus + .slider {
  box-shadow: 0 0 1px #2196f3;
}
.settings-col input:checked + .slider:before {
  -webkit-transform: translateX(16px);
  -ms-transform: translateX(16px);
  transform: translateX(16px);
}
.settings-col .slider.round {
  border-radius: 34px;
}
.settings-col .slider.round:before {
  border-radius: 50%;
}
.report-col {
  margin-top: 35px;
  padding: 12px;
  padding-bottom: 50px;
}
.report-col:after {
  content: "";
  display: table;
  clear: both;
}
.report-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.report-col ul:after {
  content: "";
  display: table;
  clear: both;
}
.report-col ul li {
  display: block;
  width: 100%;
  font-weight: 500;
  position: relative;
}
.report-col ul li a {
  color: red;
  padding-left: 25px;
}
.report-col ul li a span {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 16px;
}
.report-col ul li + li {
  margin-top: 19px;
}
.file-download-col:after {
  content: "";
  display: table;
  clear: both;
}
.file-download-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.file-download-col ul li {
  float: left;
  width: 50%;
  padding: 5px;
}
.file-download-col ul li.full-width {
  width: 100%;
}
.file-download-col ul li .image-download-col {
  position: relative;
}
.file-download-col ul li .image-download-col a > img {
  width: 100%;
}
.load-more-btn {
  font-weight: 600;
  margin-top: 10px;
}
.load-more-btn i {
  background: #0057ff;
  border-radius: 50%;
  height: 12px;
  width: 12px;
  color: #fff;
  line-height: 8px;
  font-size: 12px;
  vertical-align: middle;
}
.chat-message-grp.chat-encrypt {
  padding-bottom: 0;
}
.chat-message-grp.chat-encrypt ul {
  border-bottom: 1px solid #ededed;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.participants-list {
  padding: 0 24px;
}
.participants-list-group {
  border-bottom: 1px solid #ededed;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.participants-list-group h6 {
  margin-bottom: 15px;
  font-size: 15px;
  font-weight: 500;
  color: #0a0a0a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
}
.participants-list .participants-list-group h6.parti-search {
  font-size: 20px !important;
  display: flex;
  align-items: center;
}
.participants-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.participants-list ul li {
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  background-color: #fff;
  padding: 10px;
}
.participants-list ul li + li {
  margin-top: 10px;
}
.participants-list .users-list-body h5 {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 5px;
  color: #0a0a0a;
}
.participants-list .users-list-body p {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 0;
  color: #424242;
  font-size: 14px;
  font-weight: 400;
}
.participants-list .users-list-body {
  flex: 1;
  position: relative;
  min-width: 0;
  display: flex;
  display: -webkit-flex;
  width: 100%;
}
.user-list li a.admin-shade {
  box-shadow: none;
}
.participants-list .admin-profiles {
  display: inline-block;
  color: rgb(var(--primary-color));
  border-radius: 6px;
  font-size: 12px;
  padding: 2px 10px;
  font-weight: 500;
  background: #f8ecff;
}
.participants-list .admin-profiles:hover {
  background: rgb(var(--primary-color));
  color: #fff;
}
.chat-message-grp.group-exits {
  padding: 0 24px;
  padding-bottom: 30px;
}
.grp-delete .chat-action-col {
  display: flex;
  align-items: center;
  height: 100%;
}
.grp-delete .chat-action-col > a {
  color: #c8c8d8;
}
.chat-action-col > a {
  color: #424242;
}
.chat-profile-name .chat-action-col a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.darkmode-btn {
  width: 35px;
  height: 32px;
  background-color: #0057ff;
  border: 1px solid #fbfbfb;
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  margin: 0 auto;
}
.darkmode-btn:hover,
.darkmode-btn:focus,
.add-supports-btn:hover,
.add-supports-btn:focus {
  color: #fff;
}
.add-supports-btn {
  width: 25px;
  height: 25px;
  border-radius: 30px;
  background-color: rgb(var(--primary-color));
  color: #fff;
  font-size: 10px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  margin: 0 auto;
}
.group-call-tab .nav-tabs .nav-link {
  color: rgb(var(--primary-color));
  border: 0;
  border-radius: 10px;
  font-weight: 500;
  padding: 6px 25px;
}
.group-call-tab .nav-tabs .nav-link:hover {
  color: rgb(var(--primary-color));
}
.group-call-tab .nav-tabs .nav-link + .nav-link {
  margin-left: 10px;
}
.group-call-tab .nav-tabs .nav-link.active {
  background-color: rgba(90, 7, 139, 0.1);
  color: rgb(var(--primary-color));
}
.group-call-tab nav {
  padding: 0 15px 20px;
  position: relative;
}
.group-call-tab nav:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #e2e2e2;
  height: 1px;
}
.right-sidebar.hide-message-right {
  margin-right: -320px;
}
.chat.chat-support {
  background-image: none;
  background: #f8f6fa;
}
.chat.chat-support .slimscroll {
  padding: 24px;
}
.chat.chat-support .chat-header {
  background: 0 0;
  border: 0;
  padding: 0;
}
.chat-options.chat-support-list ul > li > a {
  background: #fff;
}
.chat.chat-support .chat-header .avatar {
  width: 100px;
  height: 100px;
}
.chat.chat-support .chat-header .user-details h5 {
  font-size: 18px;
  color: #0a0a0a;
  font-weight: 600;
}
.call-video span {
  font-size: 20px;
  color: #424242;
}
.call-video span + span {
  margin-left: 10px;
}
.fav-title.support-title h6 {
  font-size: 18px;
  color: #0a0a0a;
}
.personal-info h5 {
  color: #0a0a0a;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 24px;
}
.personal-info ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #424242;
  margin-bottom: 20px;
}
.personal-info ul li:last-child {
  margin-bottom: 0;
}
.personal-info ul li h6 {
  font-size: 14px;
  font-weight: 400;
  width: 50%;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.personal-info ul li h6 i {
  font-size: 20px;
  margin-right: 10px;
}
.personal-info ul li h6 img {
  margin-right: 10px;
}
.personal-info ul li span {
  font-size: 16px;
  font-weight: 500;
}
.personal-info ul li span a {
  color: #ffa633;
}
.support-added {
  font-size: 20px;
}
.dropdown-menu.support-menus span i {
  font-size: 16px;
  color: #424242;
}
.cal-icon {
  position: relative;
}
.cal-icon span {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.user-block-group .notify-check .form-check .custom-check .checkmark {
  top: -10px;
  left: 10px;
}
.mute-chat-btn .btn-primary:hover img {
  filter: invert(13%) sepia(85%) saturate(7478%) hue-rotate(266deg)
    brightness(42%) contrast(108%);
}
.chat .chat-footer form .form-buttons .btn.send-btn:hover {
  background-color: #fff;
  border-color: rgb(var(--primary-color));
}
.chat .chat-footer form .form-buttons .btn.send-btn:hover i {
  color: rgb(var(--primary-color));
}
.chat .chat-footer form .form-buttons .btn.send-btn:focus {
  box-shadow: none;
}
.chat .chat-footer form .smile-foot {
  margin-right: 10px;
}
.chat .chat-footer form .smile-foot .action-circle {
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
}
.chat .chat-footer form .smile-foot .action-circle:hover {
  background-color: #ededed;
  border-color: #ededed;
}
.chat .chat-footer form .smile-foot .action-circle i {
  color: #424242;
  font-size: 18px;
}
.chat .slimScrollDiv,
.right_sidebar_profile .slimScrollDiv {
  height: 100% !important;
}
.dropdown-menu .dropdown-item span.star-msg,
.dropdown-menu .dropdown-item span.star-msg-one,
.dropdown-menu .dropdown-item span.star-msg-three,
.dropdown-menu .dropdown-item span.star-msg-four,
.dropdown-menu .dropdown-item span.star-msg-five {
  font-size: 14px;
  cursor: pointer;
  font-weight: 500;
  color: #424242;
}
.header-action {
  list-style: none;
  margin: 0;
  padding: 0;
}
.header-action li {
  display: inline-block;
  margin-left: 10px;
}
.header-action li a {
  color: #1b1a1a;
  font-size: 18px;
}
.user-list {
  border-radius: 0.25rem;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}
.user-list li a {
  padding: 17px 20px;
  display: flex;
  display: -webkit-flex;
  cursor: pointer;
  border-radius: 6px;
  margin-bottom: 10px;
  border: 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.user-list li .avatar {
  margin-right: 0.8rem;
  display: inline-block;
  margin-bottom: 0;
  height: 46px;
  width: 46px;
  border-radius: 50%;
  position: relative;
  z-index: 0;
}
.avatar-away::before,
.avatar-offline::before,
.avatar-online::before {
  content: "";
  position: absolute;
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  top: 0;
  right: 2px;
  border: 2px solid #fff;
  z-index: 9;
}
.avatar-online::before {
  background-color: #34d859;
}
.avatar-away::before {
  background-color: #ffe600;
}
.animate-typing-col {
  color: #0d9b35;
}
.animate-typing-col .dot {
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  margin-right: -1px;
  background: #0d9b35;
  -webkit-animation: wave 1.3s linear infinite;
  animation: wave 1.3s linear infinite;
  opacity: 0.6;
}
.animate-typing-col .dot:nth-child(2) {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.animate-typing-col .dot:nth-child(3) {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
@-webkit-keyframes wave {
  0%,
  100%,
  60% {
    -webkit-transform: initial;
    transform: initial;
  }
  30% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
@keyframes wave {
  0%,
  100%,
  60% {
    -webkit-transform: initial;
    transform: initial;
  }
  30% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
.user-list li .avatar .letter-avatar {
  width: 45px;
  height: 45px;
  border-radius: 45px;
  margin-right: 0.8rem;
  margin-bottom: 0;
  position: relative;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  background-color: #e8dbff;
  font-size: 16px;
  font-weight: 600;
  color: #420ba1;
}
.chat_form {
  border-radius: 20px;
  margin-right: 0;
  background: #fff;
  border: 1px solid #c2c2c2;
  box-shadow: 0 4px 4px #f5f8ff;
  border-radius: 6px;
  height: 40px;
  padding: 10px;
}
.chat .chat-footer form .form-control::-webkit-input-placeholder {
  color: #424242;
  opacity: 1;
}
.chat .chat-footer form .form-control::-moz-placeholder {
  color: #424242;
  opacity: 1;
}
.chat .chat-footer form .form-control:-ms-input-placeholder {
  color: #424242;
  opacity: 1;
}
.chat .chat-footer form .form-control:-moz-placeholder {
  color: #424242;
  opacity: 1;
}
.user-list .avatar > a > img,
.user-list .avatar > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.support-close a {
  color: #292f4c;
  opacity: 0.5;
  border-color: #e6e6e6;
}
.chat-wrapper .content .sidebar-group.right-sidebar .sidebar {
  width: 310px;
}
.primary-title {
  color: #ffa977;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0;
}
.primary-title i {
  font-size: 14px;
}
.support-action {
  padding: 0;
  margin: 0;
  list-style: none;
}
.support-action li {
  padding: 11px 0;
  border-bottom: 1px solid #f1f1f1;
}
.support-action li a {
  color: #181c2f;
}
.support-action li a {
  color: #181c2f;
  font-size: 14px;
  font-weight: 700;
}
.chat .chat-footer form .form-buttons .btn.send-btn:hover {
  background-color: #fff;
  border-color: rgb(var(--primary-color));
}
.chat .chat-footer form .form-buttons .btn.send-btn:hover i {
  color: rgb(var(--primary-color));
}
.chat .chat-footer form .form-buttons .btn.send-btn:focus {
  box-shadow: none;
}
.chat .chat-footer form .smile-foot {
  margin-right: 10px;
}
.chat .chat-footer form .smile-foot .action-circle {
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
}
.chat .chat-footer form .smile-foot .action-circle:hover {
  background-color: #fff6f1;
  border-color: #fff6f1;
}
.chat .chat-footer form .smile-foot .action-circle i {
  color: #424242;
  font-size: 18px;
}
.down-emoji-circle {
  position: absolute;
  left: 10px !important;
  top: -38px !important;
}
.emoj-action .down-emoji-circle ul,
.emoj-action-foot .down-emoji-circle ul {
  padding: 10px;
}
.down-emoji-circle ul li + li {
  margin-left: 14px;
}
.emoj-action .down-emoji-circle ul li:last-child a,
.emoj-action-foot .down-emoji-circle ul li:last-child a {
  width: 34px;
  height: 34px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.emoj-group-list,
.emoj-group-list-foot {
  display: none;
  position: absolute;
  top: -50px;
  left: -90px;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
.emoj-group-list ul,
.emoj-group-list-foot ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  border-radius: 50px;
  padding: 5px;
}
.emoj-group-list ul li a,
.emoj-group-list-foot ul li a {
  padding: 0;
}
.emoj-group-list ul li.add-emoj a,
.emoj-group-list-foot ul li.add-emoj a {
  background: #ededed;
}
.emoj-group-list ul li.add-emoj a i,
.emoj-group-list-foot ul li.add-emoj a i {
  font-size: 20px;
  color: #424242;
}
.chat-hover {
  position: absolute;
  bottom: 30px;
  right: 10px;
  display: none;
}
.add-section ul li {
  float: left;
  border-radius: 50px;
  width: 28px;
  height: 28px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.chat .chat-body {
  flex: 1;
  padding: 15px;
}
.chat .chat-body:not(.no-message) {
  overflow: auto;
}
.chat .chat-body.no-message {
  user-select: none;
}
.chat .chat-body .messages {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  align-items: flex-start;
  -webkit-align-items: flex-start;
}
.chat .chat-body .messages .chats {
  max-width: 75%;
  margin-bottom: 30px;
  display: flex;
  display: -webkit-flex;
}
.chat-avatar {
  padding: 8px 15px 0 8px;
  display: flex;
  display: -webkit-flex;
  align-items: flex-start;
  -webkit-align-items: flex-start;
}
.chat .chat-body .messages .chat-profile-name h6 {
  margin-bottom: 0;
  color: #0a0a0a;
  font-weight: 600;
  font-size: 15px;
}
.chat .chat-body .messages .chat-profile-name h6 span {
  font-size: 12px;
  color: #9e9e9e;
  font-weight: 400;
  padding-left: 10px;
}
.chats.chats-right .chat-profile-name {
  justify-content: end;
  -webkit-justify-content: end;
  -ms-flex-pack: end;
}
.chat-profile-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 5px;
}
.replay-forms .chat-profile-name h6 {
  margin-bottom: 0;
}
.replay-forms .chat-profile-name h6 span {
  color: #9e9e9e;
  font-size: 12px;
  margin-left: 10px;
}
.chat .chat-body .messages .chats:last-child {
  margin-bottom: 0;
}
.chat .chat-body .messages .chats .chat-time {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  margin-bottom: 0;
}
.chat .chat-body .messages .chats .chat-time .avatar {
  margin-right: 1rem;
}
.chat .chat-body .messages .chats .chat-time h5 {
  font-size: 15px;
  margin-bottom: 0;
}
.chat .chat-body .messages .chats .chat-time .time {
  color: #fff;
  margin-top: 2px;
  font-size: 12px;
  font-weight: 400;
}
.chat .chat-body .messages .chats .chat-time .time i {
  color: rgba(247, 247, 247, 0.5);
}
.chat .chat-body .messages .chats .chat-time .time i img {
  width: 14px;
  height: auto;
  margin-left: 2px;
  vertical-align: 0;
}
.chat .chat-body .messages .chats .message-content {
  background-color: #f8f8f8;
  border-radius: 0 10px 10px 10px;
  padding: 14px 20px;
  color: #424242;
  font-size: 14px;
  font-weight: 400;
  box-shadow: 0 6px 12px 0 #00000008;
}
.chat .chat-body .messages .chats .message-content.award-link a {
  color: #424242;
  margin-bottom: 2px;
  display: block;
}
.chat .chat-body .messages .chats .message-content.chat-award-link a {
  display: flex;
  margin-bottom: 10px;
}
.chat
  .chat-body
  .messages
  .chats
  .message-content.chat-award-link
  .emoj-group
  li
  a {
  margin-bottom: 0;
}
.delete-pop-btn .btn-primary {
  margin: 0 0 0 10px;
}
.delete-model-head {
  padding: 40px;
}
.delete-model-head .modal-header {
  padding: 0;
  margin-bottom: 32px;
}
.delete-model-head .modal-body {
  padding: 0;
}
.delete-chat-notify {
  margin-bottom: 32px;
}
.delete-chat-notify .form-check {
  margin-bottom: 14px;
}
.chat .chat-body .messages .chats .message-content.award-link img {
  border-radius: 10px;
}
.chats.chats-right {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.group-set-wrap {
  cursor: pointer;
}
.message-star {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.message-star .avatar {
  width: 26px;
  height: 26px;
  margin-right: 10px;
}
.message-star .avatar img {
  width: 100%;
}
.message-star h6 {
  color: #0a0a0a;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 0;
}
.message-star h6 span i {
  color: #fec001;
}
.chat .chat-body .messages .chats .message-content a {
  color: #ffa633;
}
.chat .chat-body .messages .chats.chats-right {
  margin-left: auto;
}
.chat-voice-group ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  padding: 0;
  margin-bottom: 0;
}
.chat-page-wrapper .dropdown-menu .dropdown-item {
  display: flex;
}
.chat-voice-group ul li span {
  width: 28px;
  height: 28px;
  background: rgb(var(--primary-color));
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
}
.chat-voice-group li {
  margin-bottom: 0;
  color: #424242;
  font-size: 14px;
  font-weight: 400;
  list-style: none;
}
.chat-voice-group li + li {
  padding-left: 10px;
}
.chat .chat-body .messages .chats.chats-right .chat-time {
  justify-content: flex-end;
}
.chat .chat-body .messages .chats.chats-right .message-content {
  background-color: #f8ecff;
  color: #232323;
  border-radius: 15px 0 15px 15px;
  padding: 15px;
}
.chat .chat-body .messages .chats.chats-right .chat-action-btns {
  order: 2;
  -webkit-order: 2;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: center;
  -webkit-justify-content: center;
}
.chat
  .chat-body
  .messages
  .chats.chats-right
  .chat-action-btns
  .chat-action-col {
  width: 20px;
  text-align: center;
}
.chat .chat-body .messages .chats.chats-right .chat-action-btns .chat-read-col {
  display: flex;
  display: -webkit-flex;
  align-items: flex-end;
  -webkit-align-items: flex-end;
  padding-bottom: 22px;
  color: #008024;
}
.chat .chat-body .messages .chats.chats-right .chat-content {
  order: 1;
  -webkit-order: 1;
}
.chat .chat-body .messages .chats.chats-right .chat-avatar {
  padding: 8px 0 0 15px;
}
.chat .chat-body .messages .chats.chats-right .message-content .chat-time {
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
}
.chat
  .chat-body
  .messages
  .chats.chats-right
  .message-content
  .chat-time
  .time {
  color: #909090;
}
.chat
  .chat-body
  .messages
  .chats.chats-right
  .message-content
  .chat-time
  .time
  i {
  color: #a3c2ff;
}
.chat .chat-body .messages .download-col {
  position: relative;
}
.chat .chat-body .messages .download-col ul {
  list-style: none;
  padding: 0;
  margin: 0 0 5px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  row-gap: 10px;
}
.chat .chat-body .messages .download-col ul li + li {
  margin-left: 5px;
}
.chat .chat-body .messages .download-col .image-download-col {
  position: relative;
}
.chat .chat-body .messages .download-col .image-download-col a > img {
  border: 1px solid transparent;
  width: 80px;
  border-radius: 8px;
}
.chat
  .chat-body
  .messages
  .chats
  .message-content.fancy-msg-box
  .image-not-download
  span {
  position: absolute;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.chat
  .chat-body
  .messages
  .download-col
  .image-download-col.image-not-download
  a
  > img {
  -webkit-filter: blur(1px);
  filter: blur(1px);
}
.chat .chat-body .messages .download-col .download-action,
.chat .chat-body .messages .file-download .download-action,
.file-download-col .download-action {
  position: absolute;
  right: 8px;
  bottom: 8px;
  line-height: 0;
}
.chat .chat-body .messages .file-download .download-action {
  bottom: 14px;
}
.chat .chat-body .messages .download-col .download-action a,
.chat .chat-body .messages .file-download .download-action a,
.file-download-col .download-action a {
  color: #fff;
  font-size: 10px;
}
.chat .chat-body .messages .download-col .download-action div + div,
.chat .chat-body .messages .file-download .download-action div + div,
.file-download-col .download-action div + div {
  margin-left: 8px;
}
.chat .chat-body .messages .download-col .download-action div img,
.chat .chat-body .messages .file-download .download-action div img,
.file-download-col .download-action div img {
  width: 13px;
}
.chat .chat-body .messages .file-download {
  position: relative;
  background: #f5f5f5;
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 7px;
}
.chat .chat-body .messages .file-download .file-type {
  width: 54px;
  height: 54px;
  background-color: #fff;
  border-radius: 4px;
}
.chat .chat-body .messages .file-download .file-type i {
  color: #9e9e9e;
  font-size: 24px;
}
.chat .chat-body .messages .file-download .file-details span.file-name {
  color: #0a0a0a;
  display: inline-block;
  width: 100%;
  font-size: 15px;
  font-weight: 500;
}
.chat .chat-body .messages .file-download .file-details span.file-size {
  color: #909090;
  display: inline-block;
  width: 100%;
}
.chat .chat-body .messages .file-download .file-details ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  margin-bottom: 0;
}
.chat .chat-body .messages .file-download .file-details ul li {
  list-style: none;
  color: #424242;
  font-size: 14px;
  position: relative;
}
.chat .chat-body .messages .file-download .file-details ul li::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 13px;
  background: #c2c2c2;
  right: -8px;
  top: 5px;
}
.chat
  .chat-body
  .messages
  .file-download
  .file-details
  ul
  li:last-child::before {
  display: none;
}
.chat .chat-body .messages .file-download .file-details ul li + li {
  padding-left: 15px;
}
.chat .chat-body .messages .file-download .file-details ul li a {
  color: rgb(var(--primary-color));
}
.chat .chat-body .messages .file-download .download-action a {
  color: rgb(var(--primary-color));
}
.chat-select .select2-container .select2-selection--single {
  border: 0;
  height: 24px;
}
.chat-select
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #344357;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  font-weight: 600;
}
.chat-select
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 24px;
  right: 7px;
}
.success-pass {
  margin-bottom: 40px;
  text-align: center;
}
.chat-select
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: #344357;
  border-style: solid;
  border-width: 0 2px 2px 0;
  padding: 3px;
  height: 0;
  left: 50%;
  margin-left: -5px;
  margin-top: -5px;
  position: absolute;
  top: 50%;
  width: 0;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.chat-select
  .select2-container--default.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: #344357;
  border-width: 2px 0 0 2px;
  padding: 3px;
  margin-top: -5px;
}
.chat-select
  .select2-container--default.form-control-sm
  .select2-selection--single
  .select2-selection__arrow {
  top: 7px;
}
.chat-select
  .select2-container--default.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: #344357;
  border-style: solid;
  border-width: 0 2px 2px 0;
  padding: 3px;
}
.chat-select
  .select2-container
  .select2-selection--single
  .select2-selection__rendered {
  padding-right: 40px;
  padding-left: 0;
}
.chat-select
  .select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background-color: #4b4b9f;
}
.chat-select .select2-container--default .select2-selection--multiple {
  border: 1px solid #ddd;
  min-height: 40px;
}
.chat-select .select2-container--open .select2-dropdown--below {
  margin-top: 10px;
}
.review-files p {
  margin-bottom: 5px;
  color: #424242;
  font-size: 14px;
}
.like-chat-grp ul {
  padding: 0;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  margin-top: 10px;
}
.like-chat-grp ul li {
  list-style: none;
}
.like-chat-grp ul li + li {
  margin-left: 10px;
}
.like-chat-grp ul li a {
  border: 1px solid #e0e0e0;
  border-radius: 50px;
  padding: 3px 12px;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  color: #0a0a0a;
  font-weight: 400;
  font-size: 14px;
}
.like-chat-grp ul li.like-chat a {
  background: #fef6dc;
}
.like-chat-grp ul li.comment-chat a {
  background: #ffe8e9;
}
.like-chat-grp ul li a img {
  margin-left: 5px;
}
.chat-line {
  margin: 0 0 20px;
  position: relative;
  text-align: center;
  width: 100%;
}
.chat-line:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  background-color: #eee;
  width: 100%;
  height: 1px;
}
.chat-date {
  background-color: #fff;
  color: #0a0a0a;
  font-size: 14px;
  padding: 4px 20px;
  border-radius: 50px;
  display: inline-block;
  font-weight: 400;
  position: relative;
  border: 1px solid #e0e0e0;
}
.chat .chat-footer {
  position: relative;
}
.chat .chat-footer form {
  display: flex;
  display: -webkit-flex;
  align-items: end;
  -webkit-align-items: end;
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  padding: 24px;
  background-color: #fff;
  border-bottom: 1px solid #cdcdcd;
  border-radius: 10px;
  align-items: center;
}
.chat .chat-footer form .form-buttons .btn {
  margin-left: 0;
  color: #bdbfc7;
  font-size: 20px;
  padding: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}
.chat .chat-footer form .form-buttons .btn:last-child {
  margin-right: 0;
}
.chat .chat-footer form .specker-col span {
  color: rgb(var(--primary-color));
  font-size: 25px;
}
.chat .chat-footer form .attach-col i,
.chat .chat-footer form .smile-col i {
  color: rgb(var(--primary-color));
  font-size: 20px;
}
.chat .chat-footer form .smile-col i {
  font-size: 22px;
}
.chat .chat-footer form .smile-col {
  right: inherit;
  left: 15px;
}
.chat .chat-footer form .attach-col {
  right: inherit;
  left: 60px;
}
.chat + .sidebar-group {
  margin-right: 0;
}
.chat + .sidebar-group .sidebar {
  margin-right: 0;
}
.group-comman-theme {
  padding: 0 24px;
}
.group-comman-theme h6 {
  margin-bottom: 15px;
}
.group-comman-theme ul {
  padding: 0;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ededed;
}
.group-comman-theme ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style: none;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  padding: 5px;
  margin-bottom: 10px;
}
.group-comman-theme ul li:last-child {
  margin-bottom: 0;
}
.group-comman-theme ul li .avatar {
  flex-shrink: 0;
  margin-right: 10px;
}
.theme-content h6 {
  margin-bottom: 6px;
  color: #0a0a0a;
  font-size: 15px;
  font-weight: 500;
}
.theme-content p {
  margin-bottom: 0;
  text-align: start;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  color: #424242;
  font-size: 14px;
}
.chat-message-grp {
  padding: 24px;
  padding-top: 0;
}
.chat-message-grp ul {
  padding: 0;
}
.chat-message-grp ul li {
  list-style: none;
  margin-bottom: 15px;
}
.chat-message-grp ul li:last-child {
  margin-bottom: 0;
}
.chat-message-grp ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
}
.chat-message-grp ul li a:hover .stared-group h6 {
  color: rgb(var(--primary-color));
}
.stared-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.stared-group span {
  width: 30px;
  height: 30px;
  border-radius: 6px;
  margin-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
}
.star-message {
  background: #fef6dc;
}
.star-message i {
  color: #fec001;
}
.mute-message {
  background: #ebfdfffa;
}
.chat-page .slimscroll {
  height: calc(100vh - 130px) !important;
}
.chat-page .chat .slimscroll {
  height: calc(100vh - 190px) !important;
}
.replay-forms {
  width: 100%;
  border: 1px solid #e0e0e0;
  background: #fff;
  border-radius: 10px;
}
.replay-forms .form-control {
  border: 0;
  background: 0 0;
  box-shadow: none;
}
.uplaod-image {
  height: 400px;
}
.uplaod-image img {
  width: 100%;
  height: 100%;
}
.uplaod-image .chat {
  background: 0 0;
  height: auto;
}
.sroll-side-view {
  height: 400px;
  overflow-y: scroll;
  overflow-x: hidden;
}
.sroll-side-view::-webkit-scrollbar {
  width: 5px;
  height: 10px;
  border-radius: 50px !important;
}
.sroll-side-view::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 50px !important;
}
.sroll-side-view::-webkit-scrollbar-thumb {
  background: rgb(var(--primary-color));
  border-radius: 50px !important;
}
.sroll-side-view::-webkit-scrollbar-thumb:hover {
  background: rgb(var(--primary-color));
}
.multi-load {
  border: 2px solid #c8ccc8;
  box-shadow: inset 0 0 7px grey;
  border-left-color: #5a078b;
  border-top-color: #b8beb8;
  border-right-color: #b8beb8;
  border-bottom-color: #b8beb8;
  text-align: center;
  box-sizing: border-box;
}
.right-sidebar .right-sidebar-wrap {
  background-color: #fff;
  border-left: 1px solid #e0e0e0;
  border-radius: 0;
  margin-top: 0;
  margin-bottom: 0;
  height: calc(100vh - 0px);
}
.right-sidebar .right-sidebar-wrap .sidebar-body {
  padding: 0;
}
.right-sidebar .right-sidebar-wrap .right-sidebar-profile {
  padding: 24px;
  padding-bottom: 0;
  margin-bottom: 15px;
}
.right-sidebar.video-right-sidebar.show-right-sidebar {
  margin-right: 0;
}
.right-sidebar.video-right-sidebar .chat {
  margin-left: 0 !important;
  display: block;
}
.right-sidebar.hide-right-sidebar {
  margin-right: -320px;
}
.right-sidebar.video-right-sidebar.hide-right-sidebar {
  margin-right: -371px;
}
.right-sidebar .support-close_call .close_profile,
.status-modal .custom-status-close {
  width: 25px;
  height: 25px;
  border-radius: 25px;
  color: #0a0a0a;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  background-color: #f5f5f5;
  border-color: #f5f5f5;
}
.group-description .description-sub h5 span a {
  width: 25px;
  height: 25px;
  border-radius: 25px;
  color: #0a0a0a;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  border-color: #f5f5f5;
}
.list_group_notread {
  color: #ffa977 !important;
}
.tooltip > .tooltip-inner {
  text-align: left;
  max-width: 500px;
  --bs-tooltip-bg: rgb(var(--primary-color));
}
.tooltip {
  --bs-tooltip-bg: rgb(var(--primary-color));
}
.tooltip .arrow {
  display: none;
  background-color: rgb(var(--primary-color));
}
.tooltip .tooltip-inner {
  background-color: rgb(var(--primary-color));
}
.chat-cont-type {
  display: flex;
  align-items: center;
  justify-content: center;
}
.chat-cont-type .chat-type-wrapper {
  margin-bottom: 0;
}
.chat-cont-type .chat-type-wrapper p {
  color: #9e9e9e;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 0;
}
.group-type-radio {
  display: block;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.group-type-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.group-type-radio {
  font-size: 16px;
  font-weight: 400;
  color: #424242;
  margin-right: 24px;
}
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 22px;
  width: 22px;
  background-color: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 50%;
}
.pass-login label {
  color: #0a0a0a;
  font-size: 14px;
  font-weight: 500;
}
.select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background-color: rgb(var(--primary-color)) !important;
}
.group-type-radio input:checked ~ .checkmark {
  background-color: rgb(var(--primary-color));
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.group-type-radio input:checked ~ .checkmark:after {
  display: block;
}
.group-type-radio .checkmark:after {
  top: 4px;
  left: 4px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #fff;
}
.right-sidebar-profile > .avatar {
  background: 0 0;
}
.right-sidebar-profile .profile-name span i {
  font-size: 16px;
}
.group_img {
  position: relative;
  display: inline-block;
}
.group-name-search {
  margin-bottom: 14px;
}
.parti-wrapper {
  margin-bottom: 14px;
  display: flex;
  align-items: center;
}
.group_header {
  width: 38px !important;
  height: 38px !important;
  border: 2px solid #fff;
}
.last-chat-time i.missed-col {
  width: 17px;
  display: inline-block;
  margin-top: 10px;
}
.last-chat-time i.missed-col img {
  max-width: 100%;
  height: auto;
}
.right-sidebar-head {
  padding: 0 24px;
}
.right-sidebar-head.share-media .share-media-blk {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
}
.right-sidebar-head h5 {
  font-size: 15px;
  font-weight: 600;
  color: #1f2937;
  margin-bottom: 0;
}
.right-sidebar-head.share-media .about-media-tabs .nav-tabs {
  margin-bottom: 15px;
  background: #ededed;
  padding: 5px;
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
}
.right-sidebar-head.share-media .about-media-tabs {
  border-bottom: 1px solid #ededed;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.right-sidebar-head.share-media .about-media-tabs .nav .nav-item.active {
  background: #fff;
  border-radius: 6px;
  color: #424242;
}
.right-sidebar-head.share-media .about-media-tabs .nav .nav-item {
  padding: 2px 10px;
  font-size: 14px;
  color: #424242;
  font-weight: 500;
  border: 0;
  margin-right: 10px;
}
.right-sidebar-head.share-media .about-media-tabs .nav .nav-item:last-child {
  margin-right: 0;
}
.right-sidebar-head.share-media .about-media-tabs .share-media-img li {
  margin: 0 6px 6px 0;
  position: relative;
}
.right-sidebar-head.share-media .about-media-tabs .share-media-img li img {
  border-radius: 8px;
  width: 84px;
}
.right-sidebar-head.share-media .about-media-tabs .share-media-img li span i {
  font-size: 20px;
  color: #fff;
}
.right-sidebar-head.share-media
  .about-media-tabs
  .share-media-img
  li:hover
  span
  i {
  color: #eee;
}
.right-sidebar-head.share-media
  .about-media-tabs
  .share-media-img
  li.blur-media
  img {
  filter: blur(2px);
}
.right-sidebar-head.share-media .about-media-tabs .share-media-img li span {
  position: absolute;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.media-file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  margin-bottom: 15px;
}
.media-file:last-child {
  margin-bottom: 0;
}
.media-doc-blk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.media-doc-blk span {
  width: 50px;
  height: 50px;
  border-radius: 5px;
  background: #f5f5f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  margin-right: 10px;
}
.media-doc-blk span i {
  font-size: 24px;
}
.document-detail ul {
  padding: 0;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.document-detail ul li {
  list-style: none;
  color: #424242;
  font-size: 14px;
  font-weight: 400;
  position: relative;
}
.document-detail ul li::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 13px;
  background: #c2c2c2;
  right: -8px;
  top: 5px;
}
.document-detail ul li:last-child::before {
  display: none;
}
.document-detail ul li + li {
  padding-left: 15px;
}
.document-detail h6 {
  color: #0a0a0a;
  font-size: 15px;
  font-weight: 500;
}
.media-download a {
  color: #424242;
}
.social-media-col {
  margin-top: 35px;
}
.media-link-grp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
}
.media-link-detail h6 a {
  color: #0a0a0a;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 5px;
}
.media-link-detail span a {
  color: #424242;
  font-size: 14px;
  font-weight: 400;
  word-break: break-all;
}
.media-link-detail a:hover {
  color: rgb(var(--primary-color));
}
.share-media-blk a {
  color: rgb(var(--primary-color));
  font-weight: 500;
}
.link-img img {
  border-radius: 4px;
  margin-right: 10px;
}
.social-media-col:after {
  content: "";
  display: table;
  clear: both;
}
.chat-page .content {
  padding: 0;
  overflow: hidden;
  margin-bottom: 60px;
  height: calc(100vh - 100px);
}
.chat-page-wrapper {
  padding-top: 60px;
}
.header-two .dropdown-item img {
  margin-right: 5px;
}
.emoj-group {
  position: absolute;
  top: 50%;
  right: -100px;
  opacity: 0;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.rig-emoji-group {
  position: absolute;
  right: 210px;
}
.wrap-emoji-group {
  position: absolute;
  right: 290px;
  z-index: 9;
}
.status-message-box h6 {
  font-size: 20px;
  color: #0a0a0a;
  margin-bottom: 24px;
}
.status-message-box .avatar {
  width: 92px;
  height: 92px;
  margin-bottom: 24px;
}
.status-message-box .view-link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
}
.status-message-box .view-link a:hover {
  color: #650681;
}
.status-message-box .view-link p {
  font-size: 16px;
  font-weight: 400;
  color: #424242;
}
.chat-hover {
  position: absolute;
  bottom: 30px;
  right: 10px;
  display: none;
}
.chat-user-list {
  position: relative;
}
.chat-user-list:hover .chat-hover {
  display: block;
}
.chat-user-list:hover .chat-pin,
.chat-hover:hover .chat-pin {
  margin-right: 15px;
}
.chat-hover span {
  cursor: pointer;
}
.chat.call-log-group {
  background-image: none;
  background-color: #f8f6fa;
}
.chat.call-log-group .chat-header {
  border: 0;
  background: 0 0;
}
.chat.call-log-group .chat-body {
  background-image: none;
}
.missed-call-chat {
  color: #de3e44;
}
.outgoing-call {
  color: #02a2b9;
}
.incoming-call {
  color: #1ba345;
}
.phone-income i {
  color: #1ba345;
  margin-right: 3px;
}
.phone-missed i {
  color: #de3e44;
  margin-right: 3px;
}
.phone-outgoing i {
  color: #02a2b9;
  margin-right: 3px;
}
.dark-mode-toggle {
  display: none;
}
.dark-mode-toggle.active {
  display: block;
}
.list-inline-item .dropdown-menu {
  background: #fff;
  border: 1px solid #e5e7eb;
  box-sizing: border-box;
  box-shadow: 0 4px 3px 0 rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  min-width: 173px;
  z-index: 999;
}
.list-inline-item .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
}
.main-chat-blk .sidebar-group {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  position: relative;
  z-index: 99;
  width: 340px;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.main-chat-blk .chat-page-wrapper .sidebar {
  position: initial;
}
.main-chat-blk .chat-page-wrapper .left-chat-title {
  padding: 15px;
  border-bottom: 1px solid #e0e0e0;
  min-height: 72px;
}
.main-chat-blk .all-chats {
  position: relative;
}
.main-chat-blk .chat-page-wrapper .setting-title-head h4 {
  font-size: 18px;
  color: #092c4c;
  font-weight: 700;
}
.main-chat-blk .add-section ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.main-chat-blk .add-section ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.main-chat-blk .add-section ul li a {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  font-size: 20px;
}
.main-chat-blk .top-online-supports {
  padding: 24px 24px 0;
}
.main-chat-blk .fav-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  margin-bottom: 15px;
}
.main-chat-blk .top-supports-box .profile-img {
  position: relative;
  width: 46px;
  height: 46px;
}
.main-chat-blk .top-supports-box .profile-img.online:before {
  content: "";
  position: absolute;
  right: 0;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  top: 0;
  background-color: #49e073;
  width: 10px;
  height: 10px;
  border: 2px solid #fff;
  border-radius: 50px;
}
.main-chat-blk .top-supports-box .profile-img img {
  max-width: 100%;
  height: auto;
  border-radius: 50px;
}
.main-chat-blk .sidebar-body {
  flex: 1;
  overflow: auto;
  padding: 24px 24px 10px;
  width: 100%;
}
.main-chat-blk .fav-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  margin-bottom: 15px;
}
.main-chat-blk .fav-title h6 {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.main-chat-blk .user-list {
  border-radius: 0.25rem;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}
.main-chat-blk .user-list {
  border-radius: 0.25rem;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}
.main-chat-blk .user-list li .avatar {
  margin-right: 0.8rem;
  display: inline-block;
  margin-bottom: 0;
  height: 46px;
  width: 46px;
  border-radius: 50%;
  position: relative;
  z-index: 0;
}
.main-chat-blk .avatar-online::before {
  background-color: #00e65b;
}
.main-chat-blk .avatar-away::before,
.main-chat-blk .avatar-offline::before,
.main-chat-blk .avatar-online::before {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 25%;
  height: 25%;
  border-radius: 50%;
  content: "";
  border: 2px solid #fff;
}
.main-chat-blk .sidebar .user-list li .users-list-body {
  flex: 1;
  position: relative;
  min-width: 0;
  display: flex;
}
.main-chat-blk .sidebar .user-list li .users-list-body > div:first-child {
  min-width: 0;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.main-chat-blk .sidebar .user-list li .users-list-body h5 {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 3px;
  color: #0a0a0a;
}
.main-chat-blk .sidebar .user-list li .users-list-body p {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 0;
  font-size: 14px;
}
.main-chat-blk .sidebar .user-list li .users-list-body .last-chat-time {
  padding-left: 15px;
  position: relative;
}
.main-chat-blk
  .sidebar
  .user-list
  li
  .users-list-body
  .last-chat-time
  .text-muted {
  color: #424242 !important;
  font-weight: 400;
  font-size: 12px;
  margin-bottom: 5px;
  display: block;
  text-align: right;
}
.main-chat-blk .chat-pin {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: end;
  -webkit-justify-content: end;
  -ms-flex-pack: end;
}
.main-chat-blk .chat .chat-header {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  padding: 15px;
  align-items: center;
  background: #fcfcfc;
  box-shadow: 0 4.400000095367432px 12px -1px #dedede5c;
  position: relative;
  margin: 15px;
}
.main-chat-blk .chat .chat-header .user-details {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.header-navbar-rht li .dropdown-menu.show {
  opacity: 1;
  visibility: visible;
}
.main-chat-blk .chat .chat-body .messages {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  align-items: flex-start;
  -webkit-align-items: flex-start;
}
.main-chat-blk .chat .chat-body .messages .chats {
  max-width: 75%;
  margin-bottom: 1.5rem;
  display: flex;
  display: -webkit-flex;
}
.main-chat-blk .chat-avatar {
  padding: 8px 15px 0 8px;
  display: flex;
  display: -webkit-flex;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  flex-shrink: 0;
}
.main-chat-blk .dreams_chat {
  width: 40px;
  height: 40px;
  object-fit: cover;
}
.main-chat-blk .dreams_chat {
  width: 40px;
  height: 40px;
  object-fit: cover;
}
.main-chat-blk .chat .chat-body .messages .chat-profile-name h6 {
  margin-bottom: 0;
  color: #0a0a0a;
  font-weight: 600;
  font-size: 15px;
}
.main-chat-blk .chat-line {
  margin: 0 0 20px;
  position: relative;
  text-align: center;
  width: 100%;
}
.main-chat-blk .chat-line:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  background-color: #eee;
  width: 100%;
  height: 1px;
}
.main-chat-blk .chat-date {
  border-radius: 100px;
  background: #e8ebed;
  color: #0a0a0a;
  font-size: 14px;
  padding: 4px 20px;
  display: inline-block;
  font-weight: 400;
  position: relative;
  border: 1px solid #e0e0e0;
}
.view-all-chat-profiles {
  color: #ffa633;
}
.chat.chat-messages {
  border: 1px solid #cdcdcd;
  border-radius: 10px;
}
.location-sharing {
  background: #e6e6e6;
  border-radius: 5px;
  display: flex;
  align-items: center;
  padding: 5px;
  min-width: 300px;
}
.location-sharing h6 {
  font-weight: 400;
  font-size: 16px;
}
.location-sharing h6 a {
  display: block;
  font-size: 14px;
  font-weight: 500;
}
.sharing-location-icon {
  width: 54px;
  height: 54px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  margin-right: 10px;
}
.select-group-chat a {
  color: #111;
  font-weight: 600;
  font-size: 18px;
}
.topnav-dropdown-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
}
.topnav-dropdown-header p {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
}
.header-navbar-rht li.logged-item .dropdown-menu.dropdown-menu-end.noti-blk {
  max-width: 440px;
  padding: 0;
}
.notification-message {
  padding: 0 15px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ffe6d8;
}
.notification-message .noti-details {
  font-size: 14px;
  margin-bottom: 0;
}
.notification-message .noti-details span {
  color: #4f4f4f;
  font-weight: 500;
}
.notification-message .avatar {
  margin-right: 15px;
}
.noti-time {
  font-size: 14px;
  color: #4f4f4f;
  margin-bottom: 0;
}
.notify-btns {
  margin-top: 15px;
  margin-bottom: 8px;
}
.noti-time.notitime {
  margin-top: 15px;
}
.noti-reply-msg {
  font-size: 14px;
  padding-left: 10px;
  border-left: 2px solid #cdcdcd;
  margin-top: 10px;
  margin-bottom: 0;
}
.noti-blk ul {
  margin-top: 15px;
}
.noti-blk ul li.notification-message:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.clear-all-noti {
  text-align: center;
  margin: 20px 0;
}
.clear-notification {
  font-weight: 600;
  font-size: 14px;
  color: #e82646;
}
.notification-message a .avatar {
  position: relative;
}
.notification-message .active-noti .avatar:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 20px;
  background: #1abe17;
  position: absolute;
  bottom: 0;
  right: 0;
}
.notification-title a {
  color: rgb(var(--primary-color));
  font-size: 12px;
  font-weight: 500;
}
.mark-all-noti {
  font-size: 14px;
  font-weight: 500;
}
.dropdowns {
  position: relative;
}
.dropdown-menu {
  display: none;
}
.toggle,
.dropdown-menu {
  width: 100%;
}
.is-active .dropdown-menu {
  display: block;
}
@media only screen and (min-width: 992px) {
  .main-nav li {
    display: block;
    position: relative;
  }
  .main-nav > li > a {
    line-height: 70px;
    padding: 0 !important;
  }
  .main-nav > li > a > i {
    font-size: 12px;
    margin-left: 3px;
  }
  .main-nav li > ul {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    display: block;
    font-size: 14px;
    left: 0;
    margin: 0;
    min-width: 200px;
    opacity: 0;
    padding: 10px;
    position: absolute;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    top: 100%;
    visibility: hidden;
    z-index: 1000;
  }
  .main-nav li.has-submenu:hover > .submenu {
    opacity: 1;
    visibility: visible;
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
  }
  .main-nav .has-submenu.active > a {
    color: rgb(var(--primary-color));
  }
  .main-nav .has-submenu.active .submenu li.active > a {
    color: rgb(var(--primary-color));
  }
  .main-nav > li .submenu li:first-child a {
    border-top: 0;
  }
  .main-nav
    > li.has-submenu:hover
    > .submenu
    > li.has-submenu:hover
    > .submenu {
    visibility: visible;
    opacity: 1;
    margin-top: -1px;
    margin-right: 0;
  }
  .main-nav > li .submenu > li .submenu {
    left: calc(100% + 10px);
    top: 0;
    margin-top: 0;
  }
  .main-nav li .submenu a:hover {
    background: #f2f2f2;
  }
  .main-nav li .submenu a.active {
    color: #fff;
    background-color: rgb(var(--primary-color));
  }
  .main-nav > .has-submenu > .submenu > .has-submenu > .submenu::before {
    top: 20px;
    margin-left: -35px;
    box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.15);
    border-color: transparent #fff #fff transparent;
  }
  .header-navbar-rht .dropdown-toggle.show + .dropdown-menu {
    visibility: visible;
    opacity: 1;
    margin-top: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .header-navbar-rht li .dropdown-menu {
    border-radius: 5px;
    padding: 0;
    margin: 0;
    min-width: 200px;
    top: 100%;
    right: 0;
    left: auto;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .header-navbar-rht li.logged-item .dropdown-menu {
    min-width: 330px;
  }
  .main-nav li.megamenu {
    position: unset;
  }
  .main-nav li > ul.mega-submenu {
    border-radius: 0 0 5px 5px;
    max-height: calc(100vh - 80px);
    overflow-y: auto;
  }
  .main-nav li > ul.mega-submenu::-webkit-scrollbar {
    width: 6px;
    background: #cdcdcd;
    height: 10px;
  }
  .main-nav li > ul.mega-submenu::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #e7e7e7;
    border-radius: 4px;
  }
  .main-nav li > ul.mega-submenu::-webkit-scrollbar-thumb {
    background: #686868;
    border-radius: 4px;
  }
  .main-nav li > ul.mega-submenu::-webkit-scrollbar-thumb:hover {
    background: #1b2559;
  }
}
@media only screen and (max-width: 1399.98px) {
  .banner-img-right {
    max-width: 440px;
  }
  .banner-head h1 {
    font-size: 52px;
    max-width: 570px;
  }
  .banner-small-bg-two {
    bottom: 33%;
    right: 350px;
  }
  .banner-small-bg-one {
    bottom: 35%;
    right: 100px;
    max-width: 50px;
  }
  .banner-form .input-block {
    min-width: 160px;
  }
  .popular-content h5 {
    font-size: 18px;
  }
  .category-overlay-content h5 {
    width: 150px;
    font-size: 18px;
  }
  .filter-gigs h5 {
    margin-right: 9px;
  }
  .filter-gigs .filter-select-boxes li {
    margin-right: 9px;
  }
  .blog-content .user-info h6 {
    font-size: 15px;
  }
  .seller-info-content {
    height: auto;
    max-height: 500px;
  }
  .footer-widget .menu-items li a {
    font-size: 15px;
  }
  .login-slider h2 {
    font-size: 30px;
  }
  .login-carousel .login-slider img {
    width: 80%;
    margin: 0 auto 30px;
  }
  .login-carousel {
    margin-bottom: 40px;
  }
  .login-bg {
    width: 120px;
  }
  .error-imgs .error-02 {
    width: 60px;
  }
  .error-imgs .error-01 {
    width: 100px;
  }
  .login-wrapper .login-content .login-logo {
    margin: 0 auto 80px;
  }
  .acc-in {
    margin-top: 80px;
  }
  .maintanence-sec .coming-content h2 {
    font-size: 56px;
  }
  .main-menu-wrapper .main-nav > li + li {
    margin-left: 25px;
  }
  .dash-widget.dash-credit .dash-icon {
    margin: 0 8px 0 0;
  }
  .table-filter #tablefilter div.dataTables_filter .form-control {
    max-width: 220px;
  }
  .user-sidebar {
    padding: 20px;
  }
}
@media only screen and (max-width: 1299.98px) {
  .banner-img-right {
    max-width: 400px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .main-menu-wrapper {
    margin: 0;
  }
  .main-nav > li.active > a,
  .main-nav > li > a,
  .main-nav > li .submenu li a {
    font-size: 13px;
  }
  .header-navbar-rht li > a.log-btn {
    font-size: 12px;
  }
  .header .header-nav {
    padding: 0 25px;
  }
  .main-nav > li.active > a,
  .main-nav .has-submenu.active .submenu li.active > a,
  .main-nav .has-submenu.active > a {
    color: #fff !important;
  }
  .main-nav > li .submenu > li.has-submenu > a::after {
    content: "\f078";
  }
  .main-nav .has-submenu.active > a {
    color: #1879cd;
  }
  .main-nav .has-submenu.active .submenu li.active > a {
    color: #1879cd;
  }
  .btn-primary {
    padding: 10px 15px;
  }
  .btn-secondary {
    padding: 10px 15px;
  }
  .top-header .list-inline-items a {
    font-size: 13px;
  }
  .header-navbar-rht li > a.header-login {
    padding: 10px 20px;
  }
  .header-navbar-rht li > a {
    font-size: 12px;
  }
  .banner-head h1 {
    font-size: 43px;
    max-width: 480px;
  }
  .banner-img-right {
    max-width: 330px;
    right: 20px;
  }
  .banner-small-bg-one {
    bottom: 35%;
    right: 3%;
  }
  .banner-small-bg-two {
    bottom: 35%;
    right: 290px;
  }
  .banner-form {
    padding: 15px;
  }
  .banner-form form {
    padding: 20px 20px 0;
  }
  .banner-form .input-block {
    min-width: 130px;
    padding: 0 5px;
    margin: 0 5px 20px;
  }
  .banner-form .input-block .form-control {
    padding-right: 20px;
  }
  .banner-form .input-block-btn {
    margin: 0 0 20px;
  }
  .banner-form .input-block-btn .btn {
    padding: 10px 14px;
  }
  .banner-form .input-block-btn .btn i {
    font-size: 12px;
  }
  .seller-inner-img {
    height: 500px;
  }
  .seller-inner-img img {
    height: 100%;
  }
  .seller-info-content {
    margin-left: -80px;
  }
  .owl-nav button.owl-next,
  .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel .owl-nav button.owl-prev {
    width: 40px;
    height: 40px;
  }
  .login-slider h2 {
    font-size: 26px;
  }
  .login-bg .shape-04,
  .login-bg .shape-05 {
    width: 50px;
  }
  .login-wrapper .login-userset {
    width: 400px;
  }
  .login-bg .shape-02 {
    width: 60px;
  }
  .login-bg .shape-03 {
    width: 50px;
  }
  .maintanence-sec .coming-content h2 {
    font-size: 46px;
  }
  .paypal-icons {
    margin-bottom: 0;
  }
  .main-menu-wrapper .main-nav > li + li {
    margin-left: 15px;
  }
  .gigs-title h3,
  .gigs-card-footer h5 {
    font-size: 18px;
  }
  .menu-heading h5 {
    font-size: 18px;
  }
  .img-upload-head .profile-img img {
    width: 100px;
    height: 100px;
  }
}
@media only screen and (max-width: 991.98px) {
  body {
    font-size: 15px;
  }
  .main-nav > li .submenu-head li a {
    white-space: normal !important;
  }
  .header .header-nav {
    padding: 0 20px;
  }
  .main-nav > li .submenu-head li a {
    white-space: normal;
  }
  .megamenu-full-width {
    border-radius: 0;
  }
  .sidebar-overlay.opened {
    display: block;
  }
  .feature-offers {
    padding: 60px 0 40px;
  }
  .main-nav > li.active > a,
  .main-nav > li > a {
    font-size: 14px;
  }
  .banner-wrap-btn {
    justify-content: center;
  }
  .header-navbar-rht > li {
    padding-right: 15px;
  }
  .main-nav {
    padding: 0;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    background: rgb(var(--primary-light-color));
  }
  .main-nav ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
  }
  .main-nav > li {
    margin-left: 0;
  }
  .main-nav li + li {
    margin-left: 0;
  }
  .header-navbar-rht li > a {
    font-size: 14px;
  }
  .notification-header {
    margin-bottom: 0;
  }
  .product-more {
    padding: 40px 0;
  }
  .product-more h3 {
    margin-bottom: 20px;
  }
  .main-nav > li > a {
    line-height: 1.5;
    padding: 15px 20px !important;
    font-size: 14px;
    font-weight: 500;
  }
  .main-nav > li > a > i {
    float: right;
    margin-top: 5px;
  }
  .main-nav > li .submenu li a {
    border-top: 0;
    color: #0a1f2f;
    padding: 10px 15px 10px 35px;
    font-size: 14px;
  }
  .main-nav > li .submenu ul li a {
    padding: 10px 15px 10px 45px;
  }
  .main-nav > li .submenu > li.has-submenu > a::after {
    content: "\f078";
  }
  .main-nav .has-submenu.active > a {
    color: rgb(var(--primary-color));
  }
  .main-nav .has-submenu.active .submenu li.active > a {
    color: rgb(var(--primary-color));
  }
  .main-nav > li > a:hover::after,
  .main-nav > li.active > a::after {
    top: 0;
  }
  .main-menu-wrapper {
    order: 3;
    width: 260px;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 11111;
    transform: translateX(-260px);
    transition: all 0.4s;
    background-color: rgb(var(--primary-light-color));
    margin: 0;
  }
  .menu-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: rgb(var(--primary-light-color));
  }
  .navbar-header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .menu-heading h5 {
    font-size: 15px;
  }
  .main-nav > li {
    border-bottom: 1px solid #e1e2e5;
    margin-right: 0;
  }
  .main-nav li > ul.mega-submenu {
    padding: 0 20px;
  }
  .main-nav .mega-submenu ul {
    display: block !important;
  }
  #mobile_btn {
    line-height: 0;
    display: inline-block;
  }
  .mobile_btns {
    color: rgb(var(--primary-color));
    cursor: pointer;
    display: flex;
    font-size: 26px;
    height: 76px;
    left: 0;
    padding: 0 15px;
    position: absolute;
    text-align: center;
    top: 0;
    z-index: 10;
    justify-content: center;
    align-items: center;
  }
  .header .header-left {
    position: absolute;
    width: 100%;
    display: block;
    height: auto;
    top: 0;
    left: 0;
  }
  .header .header-left .sidebar-logo {
    padding: 26px 0;
  }
  .container {
    max-width: 100%;
  }
  .header-nav {
    height: 65px;
  }
  .card-bottom {
    margin-bottom: 24px;
  }
  .feature-wrap h3 {
    font-size: 24px;
  }
  .feature-wrap p {
    font-size: 15px;
  }
  .menu-heading h5 {
    font-size: 16px;
  }
  .main-menu {
    display: block;
  }
  .main-nav > li > a,
  .main-nav > li.active > a {
    color: #0a1f2f;
    font-weight: 500;
  }
  .main-menu-wrapper .main-nav li + li {
    margin-left: 0;
  }
  .top-header {
    display: none;
  }
  .section-header h2 {
    font-size: 30px;
  }
  .hero-section {
    padding: 60px 0 48px;
  }
  .banner-bg-imgs .banner-bg-four {
    top: 20px;
    max-width: 50px;
  }
  .banner-img {
    display: none;
  }
  .banner-head h1 {
    font-size: 36px;
  }
  .service-section {
    padding: 50px 0;
  }
  .section-tab ul li .nav-link {
    padding: 10px 20px;
    margin-right: 10px;
  }
  .explore-gigs-section,
  .listing-section,
  .client-slider-sec,
  .testimonial-section,
  .popular-section.expert-section {
    padding: 60px 0;
  }
  .popular-section,
  .provide-section,
  .price-section {
    padding: 60px 0 36px;
  }
  .faq-sec {
    margin-bottom: 60px;
  }
  .cta-section {
    margin: 60px 0;
  }
  .why-choose-sec,
  .about-us-section {
    padding: 60px 0 36px;
  }
  .popular-category-sec,
  .client-review-sec,
  .start-seller-sec {
    padding: 60px 0;
  }
  .cta-wrap {
    padding: 40px;
  }
  .cta-wrap h3 {
    font-size: 32px;
  }
  .provide-section::before {
    display: none;
  }
  .faq-heading {
    margin-bottom: 30px;
  }
  .section-bg-two {
    max-width: 50px;
  }
  .trusted-customers .section-header h2 {
    font-size: 35px;
    max-width: 580px;
  }
  .trusted-customers {
    padding: 60px 15px;
  }
  .explore-services-sec {
    padding: 60px 0;
  }
  .footer-bottom-links ul {
    justify-content: center;
    margin-top: 20px;
  }
  .copy-right p {
    text-align: center;
  }
  .navbar-nav li a.nav-link.active::before {
    display: none;
  }
  .select2-container--default .select2-selection--single {
    outline: 0;
  }
  .search-filter {
    padding: 20px 20px 0;
  }
  .search-filter .form-group {
    min-width: 130px;
  }
  .gigs-card-footer h5 {
    font-size: 18px;
  }
  .gigs-share a {
    width: 28px;
    height: 28px;
  }
  .breadcrumb-img {
    display: none;
  }
  .search-filter-selected.breadcrumb-select-box .form-group {
    float: left;
  }
  .breadcrumb-select-box {
    margin-top: 20px;
  }
  .dashboard-card.card-gig {
    margin-bottom: 24px;
  }
  .service-amt h2 {
    font-size: 24px;
  }
  .service-widget .btn {
    margin-bottom: 24px;
    padding: 10px 20px;
    font-size: 15px;
  }
  .listing-tab .nav li {
    margin-bottom: 10px;
  }
  .gigs-card-slider.owl-carousel .owl-nav,
  .testimonial-slider.owl-carousel .owl-nav {
    margin-top: 6px;
  }
  h3 {
    font-size: 22px;
  }
  .listing-tab .nav {
    margin-bottom: 20px;
  }
  .breadcrumb-links {
    text-align: left;
  }
  .breadcrumb-info .info-links li {
    margin-bottom: 10px;
  }
  .breadcrumb-links li {
    margin-top: 10px;
  }
  .breadcrumb-info .breadcrumb-title {
    font-size: 24px;
  }
  .faq-card .faq-title,
  .faq-wrapper .faq-card .faq-title {
    font-size: 16px;
  }
  .faq-heading p {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .section-header,
  .expert-header p {
    margin-bottom: 30px;
  }
  .filter-gigs h5 {
    margin-right: 10px;
  }
  .filter-gigs .filter-select-boxes li {
    margin-right: 10px;
  }
  .seller-info-content {
    margin: 0;
    max-height: 100%;
  }
  .seller-feature-list {
    flex-direction: column;
    align-items: self-start;
  }
  .sllers-list {
    margin-bottom: 24px;
  }
  .seller-inner-img {
    height: 100%;
  }
  .popular-img {
    display: none;
  }
  .owl-nav button.owl-next,
  .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel .owl-nav button.owl-prev {
    width: 35px;
    height: 35px;
  }
  .slider-card .owl-carousel .owl-nav button.owl-prev {
    left: -10px;
  }
  .slider-card .owl-carousel .owl-nav button.owl-next {
    right: -10px;
  }
  .sidebar-widget {
    margin-bottom: 24px;
  }
  .collapse-body ul li .custom_check {
    font-size: 15px;
  }
  .title-filter {
    float: left;
  }
  .filters-section {
    display: block;
  }
  .authentication-wrapper {
    display: none;
  }
  .login-wrapper .login-content .login-logo {
    margin: 0 auto 50px;
  }
  .acc-in {
    margin-top: 50px;
  }
  .login-social-link li a {
    font-size: 16px;
  }
  .error-content h2 {
    font-size: 30px;
  }
  .error-img img {
    margin-bottom: 35px;
  }
  .maintanence-sec .coming-content h2 {
    font-size: 38px;
  }
  .coming-content h2 {
    font-size: 32px;
  }
  .days-count ul li h3 {
    font-size: 28px;
  }
  .days-count ul li {
    width: 150px;
  }
  .days-count {
    margin-bottom: 50px;
  }
  .listing-gigs .gigs-grid .star-rate {
    margin-left: 5px;
  }
  .listing-gigs .star-rate {
    padding-left: 5px;
  }
  .gigs-card-footer {
    flex-wrap: wrap;
  }
  .country-lists .gigs-card-footer h5 span {
    margin-right: 5px;
  }
  .support-widget {
    padding: 30px 0;
  }
  .team-section {
    padding: 40px 0;
  }
  .team-grid {
    padding: 20px;
    margin-bottom: 20px;
  }
  .team-slider .owl-dots {
    margin-top: 10px;
  }
  .team-details-img {
    margin-bottom: 24px;
  }
  .support-top {
    padding: 40px 0;
  }
  .support-map {
    margin-bottom: 20px;
  }
  .support-map iframe {
    height: 450px;
  }
  .support-bottom {
    padding: 40px 0 20px;
  }
  .support-grid {
    padding: 20px;
    margin-bottom: 20px;
  }
  .recent-works {
    padding-top: 16px;
  }
  .support-img {
    margin: 0 auto 20px;
  }
  .faq-wrapper {
    padding: 15px;
  }
  .blog-title h3 {
    font-size: 18px;
  }
  .user-sidebar {
    margin-bottom: 24px;
  }
  .price-card .price-btn a {
    padding: 10px 14px;
  }
  .faq-section {
    padding: 60px 0;
  }
  .profile-work-slide.gigs-card-slider.owl-carousel .owl-nav {
    top: -60px;
  }
  .chat-wrapper .content .sidebar-group {
    width: 100%;
  }
  .left-sidebar.hide-left-sidebar {
    margin-left: -991px;
  }
  .left-sidebar.hide-left-sidebar {
    margin-left: -991px;
  }
  .chat.show-chatbar {
    display: block;
    margin-left: 0;
  }
  .right-sidebar.hide-right-sidebar {
    margin-right: -991px;
  }
  .chat .chat-header {
    padding: 15px 15px 10px;
  }
  .chat-page-wrapper .content {
    height: 100%;
    display: block;
  }
  .chat-page .chat .slimscroll {
    height: 100%;
  }
  .chat-messages {
    display: none;
  }
  .chat-messages.show-chatbar {
    display: block;
  }
  .left-sidebar .slimScrollDiv {
    height: 100% !important;
  }
  .chat_sidebar.hide-left-sidebar {
    display: none !important;
  }
}
@media only screen and (max-width: 767.98px) {
  body {
    font-size: 14px;
  }
  .header .header-nav {
    padding: 0 25px;
  }
  .faq-section {
    padding: 40px 0;
  }
  h1,
  .h1 {
    font-size: 2rem;
  }
  h2,
  .h2 {
    font-size: 1.75rem;
  }
  h3,
  .h3 {
    font-size: 20px;
  }
  h4,
  .h4 {
    font-size: 1rem;
  }
  h5,
  .h5 {
    font-size: 15px;
  }
  h6,
  .h6 {
    font-size: 15px;
  }
  .main-nav > li > a:hover::after,
  .main-nav > li.active > a::after {
    top: 0;
    bottom: inherit;
  }
  #mobile_btn {
    margin-right: 20px;
  }
  .section-header h2 {
    font-size: 26px;
  }
  .section-head {
    flex-direction: column;
  }
  .trusted-customers .section-header h2 {
    font-size: 28px;
  }
  .banner-head h1::after,
  .section-header h2::after {
    display: none;
  }
  .hero-section {
    padding: 40px 0 28px;
    border-radius: 0;
  }
  .header-navbar-rht li:first-child {
    margin-right: 0;
  }
  .header-navbar-rht li:first-child:after {
    display: none;
  }
  .banner-head h1 {
    font-size: 32px;
  }
  .breadcrumb-title {
    font-size: 20px;
  }
  .breadcrumb-bar-info .breadcrumb-title {
    margin-bottom: 0;
  }
  .breadcrumb-title a {
    font-size: 16px;
  }
  .page-content {
    padding: 40px 0;
  }
  .btn-primary {
    font-size: 15px;
  }
  .btn-secondary {
    font-size: 15px;
  }
  .explore-gigs-section,
  .listing-section,
  .testimonial-section,
  .popular-section.expert-section {
    padding: 40px 0;
  }
  .core-section .custom-row .custom-col {
    width: 33.3%;
  }
  .banner-bg-imgs {
    display: none;
  }
  .search-filter {
    padding: 15px 15px 0;
    margin: 0 0 20px;
  }
  .search-filter form {
    display: block;
  }
  .search-filter-list {
    width: 100%;
    margin: 0;
    display: block;
  }
  .search-filter .form-group {
    min-width: 130px;
    border: 0;
    padding: 0;
    margin: 0 0 15px;
  }
  .search-filter .search-filter-btn {
    float: left;
  }
  .search-filter .search-filter-btn .btn {
    font-size: 14px;
    padding: 10px;
    min-width: 100px;
    min-height: 40px;
  }
  .why-choose-sec,
  .about-us-section {
    padding: 40px 0 16px;
  }
  .popular-category-sec,
  .client-review-sec,
  .start-seller-sec {
    padding: 40px 0;
  }
  .search-gigs .gigs-grid {
    margin-bottom: 20px;
  }
  .search-gigs .gigs-grid .gigs-content {
    padding: 20px;
  }
  .search-load-btn {
    margin-top: 10px;
  }
  .search-load-btn .btn {
    padding: 10px 15px;
    font-size: 14px;
    min-height: 40px;
  }
  .sort-search-gigs {
    flex-direction: column;
    align-items: start;
  }
  .sort-search-gigs h5 {
    margin-bottom: 20px;
  }
  .filter-gigs {
    flex-direction: column;
    align-items: start;
  }
  .buy-items li:not(:last-child) {
    margin-right: 8px;
  }
  .delivery-info {
    margin-bottom: 15px;
  }
  .delivery-add {
    text-align: left;
    margin-top: 15px;
  }
  .about-us-head h2,
  .about-us-header h2,
  .seller-info-content h3 {
    font-size: 24px;
  }
  .breadcrumb-info .breadcrumb-title {
    font-size: 22px;
  }
  .service-wrap h3 {
    margin-bottom: 15px;
  }
  .page-content.content {
    padding: 40px 0 16px;
  }
  .category-wrap .category-item {
    margin-bottom: 30px;
  }
  .page-content.category-wrap {
    padding: 40px 0 10px;
  }
  .banner-form {
    margin-bottom: 20px;
  }
  .banner-form form {
    padding: 15px 15px 1px;
    display: block;
  }
  .banner-search-list {
    width: 100%;
    margin: 0;
    display: block;
  }
  .banner-content .input-block {
    min-width: inherit;
    width: 100%;
    padding: 0;
    margin: 0 0 15px;
    border: 0;
  }
  .banner-form .input-block-btn {
    float: inherit;
    margin: 0 0 15px;
  }
  .banner-form .input-block-btn .btn {
    width: 100%;
  }
  .gigs-grid {
    margin-bottom: 15px;
  }
  .gigs-content {
    padding: 15px;
  }
  .gigs-title h3 {
    font-size: 18px;
  }
  .gigs-card-slider.owl-carousel .owl-nav {
    margin-top: 15px;
  }
  .more-btn a.btn {
    padding: 10px 25px;
  }
  .gigs-card-slider.owl-carousel .owl-nav button {
    width: 35px;
    height: 35px;
  }
  .popular-section {
    padding: 40px 0 25px;
  }
  .category-grid {
    padding: 15px;
    margin-bottom: 15px;
  }
  .popular-icon {
    margin-bottom: 15px;
  }
  .category-overlay-content {
    bottom: 15px;
    left: 15px;
  }
  .review-img img {
    width: 55px;
    height: 55px;
  }
  .modal-title {
    font-size: 18px;
  }
  .order-item {
    flex-direction: column;
    text-align: center;
  }
  .order-img {
    margin: 0 0 10px;
  }
  .collapse-body ul li .custom_check {
    font-size: 14px;
  }
  .title-header p {
    font-size: 16px;
  }
  .slide-title-wrap {
    margin-top: 10px;
  }
  .marketing-section h2 {
    font-size: 24px;
  }
  .marketing-section {
    padding: 40px;
  }
  .market-bg {
    width: 60px;
  }
  .login-social-link {
    display: block;
  }
  .login-social-link li + li {
    margin: 15px 0 0;
  }
  .login-social-link li {
    width: 100%;
  }
  .login-wrapper .login-userset {
    max-width: 350px;
    width: 100%;
  }
  .social-icon li a {
    width: 30px;
    height: 30px;
  }
  .error-content h2 {
    font-size: 28px;
  }
  .error-imgs .error-01,
  .error-imgs .error-03 {
    width: 60px;
  }
  .maintanence-sec .coming-content h2 {
    font-size: 30px;
  }
  .coming-content h2 {
    font-size: 26px;
  }
  .days-count ul li h3 {
    font-size: 24px;
  }
  .days-count ul li {
    width: 100%;
    border: 0;
  }
  .post-thumb img {
    width: 65px;
    height: 60px;
  }
  .provide-section {
    padding: 40px 0 25px;
  }
  .relate-post-section,
  .price-section {
    padding: 40px 0 16px;
  }
  .provide-box {
    padding: 15px;
    margin-bottom: 15px;
  }
  .provide-section .section-header h2,
  .provide-box .provide-icon,
  .provide-box p {
    margin-bottom: 15px;
  }
  .blog-contents p,
  .blog-detail-img img,
  .top-listing-section .category-item,
  .testimonial-item,
  .faq-heading .section-header {
    margin-bottom: 15px;
  }
  .blog-author {
    padding: 15px;
  }
  .testimonial-slider.owl-carousel .owl-nav {
    margin-top: 15px;
  }
  .expert-header .section-header,
  .portfolio-scope {
    margin-bottom: 20px;
  }
  .faq-sec {
    margin-bottom: 40px;
  }
  .portfolio-info {
    padding: 15px 15px 4px;
    margin-bottom: 20px;
  }
  .cta-section {
    margin: 40px 0;
  }
  .cta-wrap {
    padding: 20px;
  }
  .cta-wrap h3 {
    font-size: 26px;
    margin-bottom: 24px;
  }
  .listing-gigs .gigs-grid {
    padding: 15px;
  }
  .section-tab {
    margin-bottom: 30px;
  }
  .client-slider-sec,
  .explore-services-sec {
    padding: 40px 0;
  }
  .top-listing-section {
    padding: 40px 0 25px;
  }
  .support-widget {
    padding: 20px 0;
    margin-top: 0;
  }
  .team-title h4 {
    font-size: 20px;
    margin-bottom: 2px;
  }
  .team-details-img {
    margin-bottom: 20px;
  }
  .team-details-heading {
    margin-bottom: 20px;
  }
  .team-details-heading h5 {
    margin-bottom: 20px;
  }
  .team-details {
    margin-bottom: 20px;
  }
  .team-skills {
    margin-bottom: 0;
  }
  .team-skills-info {
    margin-bottom: 20px;
  }
  .team-persnoal-info {
    padding: 20px;
    margin-bottom: 20px;
  }
  .team-form,
  .price-card {
    padding: 20px;
  }
  .team-form-heading {
    margin-bottom: 20px;
  }
  .team-form .form-group {
    margin-bottom: 20px;
  }
  .support-grid.con-info .support-icon {
    margin-right: 10px;
  }
  .support-grid.con-info .support-icon span {
    width: 50px;
    height: 50px;
  }
  .pagination ul li a.previous {
    margin-right: 19px;
  }
  .pagination ul li a,
  .pagination li a {
    width: 30px;
    height: 30px;
    margin-right: 10px;
    font-size: 12px;
  }
  .user-sidebar {
    padding: 20px;
  }
  .user-review .review-lists .review-wrap {
    display: block;
  }
  .user-review .table-action {
    margin: 15px 0 0;
  }
  .wallet-wrap {
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }
}
@media only screen and (max-width: 575.98px) {
  body {
    font-size: 14px;
  }
  .template-features li {
    margin-bottom: 15px;
  }
  h1,
  .h1 {
    font-size: 1.75rem;
  }
  h2,
  .h2 {
    font-size: 1.5rem;
  }
  h3,
  .h3 {
    font-size: 1.25rem;
  }
  h4,
  .h4 {
    font-size: 1rem;
  }
  h5,
  .h5 {
    font-size: 15px;
  }
  h6,
  .h6 {
    font-size: 15px;
  }
  .card {
    margin-bottom: 0.9375rem;
  }
  .card-header {
    padding: 0.75rem 1.25rem;
  }
  .card-footer {
    padding: 0.75rem 1.25rem;
  }
  #mobile_btn {
    margin-right: 0;
  }
  .navbar-header,
  .table-filter .search-form {
    width: 100%;
  }
  .header-navbar-rht {
    display: none;
  }
  .navbar-brand.logo {
    margin: auto;
  }
  .popular-search,
  .table-filter {
    flex-direction: column;
  }
  .table-filter li {
    margin: 0;
    width: 100%;
  }
  .banner-bg-imgs .banner-bg-four {
    display: none;
  }
  .table-filter .filter-item {
    width: 100%;
    flex-direction: column;
  }
  .table-filter #tablefilter div.dataTables_filter .form-control {
    max-width: 100%;
  }
  .section-tab,
  .form-sort .form-control,
  .table-filter #tablefilter,
  #tablefilter div.dataTables_filter label {
    width: 100%;
  }
  .section-tab .nav-pills,
  .listing-tab .nav {
    flex-direction: column;
  }
  .section-tab ul li .nav-link,
  .listing-tab .nav li .nav-link {
    width: 100%;
    margin: 0 0 10px;
    text-align: center;
  }
  .trusted-customers .section-header p {
    text-align: center;
  }
  .footer-bottom-links ul {
    flex-direction: column;
  }
  .footer-bottom-links ul li {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .footer-bottom-links ul li:last-child {
    margin-bottom: 0;
  }
  .main-nav li.responsive-link {
    display: block;
  }
  .pagination ul li {
    margin-bottom: 0;
  }
  .user-details,
  .buy-items {
    flex-direction: column;
  }
  .user-img {
    margin: 0 0 15px;
  }
  .user-info {
    text-align: center;
  }
  .service-amt h2 {
    font-size: 22px;
  }
  .buy-items li:not(:last-child) {
    margin: 0 0 10px;
  }
  .buy-items {
    display: block;
  }
  .blog-title h3 {
    margin-top: 0;
  }
  .blog-content .user-info,
  .blog-content .badge-text .badge {
    margin-bottom: 15px;
  }
  .slider-card .owl-carousel .owl-nav,
  .error-imgs {
    display: none;
  }
  .review-widget .search-filter-selected {
    float: left;
  }
  .title-filter,
  .filters-wrap {
    display: block;
  }
  .filters-wrap li {
    display: block;
    margin-right: 0;
  }
  .title-section .search-filter-selected {
    margin-left: 0;
  }
  .filters-wrap .collapse-body,
  .filters-wrap .filter-header a {
    width: 100%;
  }
  .blog-author {
    flex-direction: column;
    text-align: center;
  }
  .blog-author .author-img {
    margin: 0 0 15px;
  }
  .star-rate span,
  .gigs-content .gigs-info .badge {
    font-size: 13px;
  }
  .team-section-list {
    padding: 40px 0 25px;
  }
  .upload-list {
    flex-direction: column;
  }
  .upload-list li {
    display: block;
    margin-right: 0;
  }
  .gigs-step ul li {
    width: 100%;
    margin-right: 0;
  }
  .img-upload-head {
    display: block;
  }
  .img-formate p {
    margin-top: 10px;
  }
  .upload-remove-btns {
    display: block;
  }
  .upload-remove-btns .drag-upload .img-upload p {
    margin-top: 0;
  }
  .img-remove-btn a {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
    text-align: center;
  }
  .my-profile-details {
    flex-direction: column;
  }
  .my-profile-details .user-edit {
    margin-top: 15px;
  }
  .main-chat-blk .chat .chat-header {
    flex-direction: column;
    align-items: start;
  }
  .main-chat-blk .chat .chat-header .user-details {
    align-items: start;
  }
  .chat-messages .user-details {
    flex-direction: row;
  }
  .chat-messages .chat-options {
    margin-top: 20px;
  }
  .chat .chat-footer form {
    padding: 15px;
  }
  .chat .chat-footer form .smile-foot .action-circle {
    width: 20px;
    height: 20px;
  }
  .location-sharing {
    min-width: 180px;
  }
}
