/*--------------------------------
01. Settings style
--------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap");
/*--------------------------------
02. Base style
--------------------------------*/
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}



.table-style thead th {
  padding: 14px 20px;
  background: #337eb7;
  text-transform: capitalize;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #ffffff;
}

/* .table-style thead th:first-child {
  border-radius: 10px 0 0 10px;
}

.table-style thead th:last-child {
  border-radius: 0 10px 10px 0;
} */

.table-style tbody td {
  padding: 12px 20px;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #596680;
}







.customers__area {
  padding: 25px 25px 30px;
}



.customers__top__left {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.customers__top__left p {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #596680;
}

.customers__top__left select {
  margin: 0 12px;
  padding: 11px 12px;
  border: 0;
  background: #F2F4F7;
  border-radius: 8px;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #596680;
}

.customers__top__right {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.customers__top__right .item:not(:first-child) {
  margin-left: 15px;
}

@media screen and (max-width: 480px) {
  .customers__top__right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .customers__top__right .item:not(:first-child) {
    margin-left: 0;
    margin-top: 20px;
  }
}

.customers__top__right .item .input__group {
  position: relative;
}

.customers__top__right .item .input__group .overlay {
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.customers__top__right .item .input__group .overlay a img {
  width: 20px;
  height: 20px;
}

.customers__top__right .item .input__group input {
  padding: 11px 15px 12px 45px;
  border: 0;
  background: #F2F4F7;
  border-radius: 8px;
}

.customers__table {
  width: 100%;
  overflow-x: auto;
}

.customers__table table {
  width: 100%;
}

.customers__table table thead th {
  padding: 14px 20px;
  background: #337eb7;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #ffffff;
}

.customers__table table tbody td {
  /* padding: 12px 20px 13px; */
  line-height: 17px;
  color: #000;
    font-size: 14px;
    font-family: 'Roboto';
    font-weight: 400;
    border: 1px solid #f1f3f4;
    border-width: 0.3px;
}

.customers__table table tbody td:nth-child(1) {
  min-width: 50px;
}

.customers__table table tbody td:nth-child(2) {
  min-width: 200px;
}

.customers__table table tbody td:nth-child(3) {
  min-width: 180px;
}

.customers__table table tbody td:nth-child(4) {
  min-width: 200px;
}

.customers__table table tbody td:nth-child(5) {
  min-width: 100px;
}

.customers__table table tbody td:nth-child(6) {
  min-width: 100px;
}

.customers__table table tbody td:nth-child(7) {
  min-width: 100px;
}

.customers__table table tbody tr {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.customers__table table tbody tr:hover {
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 15px rgba(161, 167, 179, 0.2);
          box-shadow: 0px 0px 15px rgba(161, 167, 179, 0.2);
}

.user-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.user-info__img img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

.user-info__text {
  margin-left: 14px;
}

.user-info__text h2 {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #596680;
}

.status {
  padding: 6px 10px 7px;
  border-radius: 4px;
 
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
}

.status.active {
  background-color: #E1FAE1;
  color: #4CBF4C;
}

.status.blocked {
  background-color: #FFE6E6;
  color: #F96363;
}

.action__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.action__buttons a i {
  font-size: 18px;
  color: #B6B9BF;
}

.action__buttons a:not(:first-child) {
  margin-left: 15px;
}

.user-contact {
  text-align: left;
}

.user-contact li:not(:first-child) {
  margin-top: 15px;
}

.user-contact .list-item img {
  width: 17px;
  height: 17px;
}

.user-contact .list-item span {
  margin-left: 12px;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #596680;
}

.contact-list__area {
  padding: 25px;
  margin-bottom: 30px;
}

.contact-list__top {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .contact-list__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .contact-list__top .item__left {
    margin-bottom: 20px;
  }
}

.contact-list__top .input__group {
  position: relative;
}

.contact-list__top .input__group input {
  border: 0;
  width: 250px;
  background: #F2F4F7;
  border-radius: 8px;
  padding: 11px 12px 12px 45px;
}

.contact-list__top .input__group input:focus {
  border: 0;
}

.contact-list__top .input__group .overlay {
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.contact-list__table {
  width: 100%;
  overflow-x: auto;
}

.contact-list__table table {
  width: 100%;
}

.contact-list__table table thead th {
  padding: 14px 20px;
  text-transform: capitalize;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #273041;
}

.contact-list__table table tbody td {
  padding: 13px 20px;
}

.contact-list__table table tbody td:nth-child(1) {
  min-width: 250px;
}

.contact-list__table table tbody td:nth-child(2) {
  min-width: 200px;
}

.contact-list__table table tbody td:nth-child(3) {
  min-width: 200px;
}

.contact-list__table table tbody td:nth-child(4) {
  min-width: 200px;
}

.contact-list__table table tbody td:nth-child(5) {
  min-width: 300px;
}

.contact-list__table table tbody tr {
  border-bottom: 1px solid #ECEDF0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.contact-list__table table tbody tr:hover {
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 15px rgba(161, 167, 179, 0.2);
          box-shadow: 0px 0px 15px rgba(161, 167, 179, 0.2);
}

.contact-list__table table .user-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact-list__table table .user-info .user-img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40px;
          flex: 0 0 40px;
  margin-right: 12px;
}

.contact-list__table table .user-info .user-img img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.contact-list__table table .user-info .user-text h2 {
  text-transform: capitalize;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #596680;
}

.contact-list__table table .user-info .user-text p {
  margin-bottom: 0;
  text-transform: capitalize;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #596680;
}

.contact-list__table table .data-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #596680;
}

.contact-list__table table .action-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact-list__table table .action-list li:not(:last-child) {
  margin-right: 15px;
}

.contact-list__table table .action-list li:first-child {
  margin-right: 40px;
}

.contact-list__table table .action-list .list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: -10px;
}

.contact-list__table table .action-list .list-item a {
  margin-left: 10px;
}

.profile__item {
  padding: 25px;
  margin-bottom: 30px;
}

.profile__item__top {
  margin-bottom: 23px;
  text-align: center;
}

.profile__item__top .user-img {
  margin-bottom: 20px;
}

.profile__item__top .user-img img {
  width: 95px;
  height: 95px;
  border-radius: 50%;
  border: 5px solid #FAFBFC;
}

.profile__item__top .user-text {
  margin-bottom: 17px;
}

.profile__item__top .user-text h2 {
  margin-bottom: 5px;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #273041;
}

.profile__item__top .user-text h3 {
  text-transform: capitalize;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #596680;
}


.basic-example__table table.table-style thead th {
  border-bottom: 0;
}

.basic-example__table table.striped-style tbody tr:nth-child(odd) {
  background-color: #F7F9FA;
}

.basic-example__table table.bordered-style thead th,
.basic-example__table table.bordered-style tbody td {
  border: 1px solid #ECEDF0;
}

.basic-example__table table.borderless-style thead th,
.basic-example__table table.borderless-style tbody td {
  border: 0;
}

.basic-example__table table.hover-style tbody tr:hover {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 15px rgba(161, 167, 179, 0.2);
          box-shadow: 0px 0px 15px rgba(161, 167, 179, 0.2);
}

.basic-example__table table.dark-style thead th {
  background-color: #2D3340;
  padding: 19px 15px;
  color: #ffffff;
  border-bottom: 1px solid #393F4D;
}

.basic-example__table table.dark-style thead th:first-child {
  border-top-left-radius: 10px;
}

.basic-example__table table.dark-style thead th:last-child {
  border-top-right-radius: 10px;
}

.basic-example__table table.dark-style tbody td {
  background-color: #2D3340;
  border-bottom: 1px solid #393F4D;
}

.basic-example__table table.dark-style tbody tr:last-child td {
  border-bottom: 0;
}

.basic-example__table table.dark-style tbody tr:last-child td:first-child {
  border-bottom-left-radius: 10px;
}

.basic-example__table table.dark-style tbody tr:last-child td:last-child {
  border-bottom-right-radius: 10px;
}

.basic-example__table table .data-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #596680;
}

.basic-example__table table .customer-name,
.basic-example__table table .gender {
  text-transform: capitalize;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #596680;
}

.basic-example__table table.dark-style .data-text,
.basic-example__table table.dark-style .customer-name,
.basic-example__table table.dark-style .gender {
  color: #B8BECC;
}

.responsive__table {
  width: 100%;
  overflow-x: auto;
}

.responsive__table table {
  width: 100%;
}

.responsive__table table thead th {
  text-transform: capitalize;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #273041;
  padding: 14px 15px;
  border-bottom: 1px solid #ECEDF0;
}

.responsive__table table tbody td {
  padding: 15px;
  border-bottom: 1px solid #ECEDF0;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #596680;
}

.responsive__table table tbody td:nth-child(1) {
  min-width: 200px;
}

.responsive__table table tbody td:nth-child(2) {
  min-width: 100px;
}

.responsive__table table tbody td:nth-child(3) {
  min-width: 200px;
}

.responsive__table table tbody td:nth-child(4) {
  min-width: 150px;
}

.responsive__table table tbody td:nth-child(5) {
  min-width: 200px;
}

.responsive__table table tbody td:nth-child(6) {
  min-width: 150px;
}

.responsive__table table .form-control {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #596680;
}

.responsive__table table .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #5991FF;
}

.responsive__table table .data-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #596680;
}

.responsive__table table .customer-name,
.responsive__table table .gender {
  text-transform: capitalize;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #596680;
}

.editable__table {
  width: 100%;
  overflow-x: auto;
}

.editable__table table {
  width: 100%;
}

.editable__table table thead th {
  text-transform: capitalize;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #273041;
  padding: 14px 15px;
  border-bottom: 1px solid #ECEDF0;
}

.editable__table table thead th:nth-child(1) {
  padding: 0;
  width: 0px;
}

.editable__table table tbody td {
  padding: 4px 15px;
  border-bottom: 1px solid #ECEDF0;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #596680;
}

.editable__table table tbody td:nth-child(1) {
  width: 0px;
}

.editable__table table tbody td:nth-child(2) {
  min-width: 150px;
}

.editable__table table tbody td:nth-child(3) {
  min-width: 200px;
}

.editable__table table tbody td:nth-child(4) {
  min-width: 150px;
}

.editable__table table tbody td:nth-child(5) {
  min-width: 300px;
}

.editable__table table tbody td:nth-child(6) {
  min-width: 150px;
}

.data-table__area {
  width: 100%;
  overflow: auto;
}

.data-table__area table {
  width: 100%;
}

.data-table__area table thead th {
  padding: 14px 15px;
  text-transform: capitalize;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #273041;
}

.data-table__area table tbody td {
  padding: 14px 15px;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #596680;
}

table.dataTable thead th {
  border-bottom: 0;
}

table.dataTable.row-border tbody th,
table.dataTable.row-border tbody td,
table.dataTable.display tbody th,
table.dataTable.display tbody td {
  border-top: 0;
}

#project-list-table.dataTable tbody td,
#filter-table.dataTable thead th,
#filter-table.dataTable tbody td {
  border-bottom: 1px solid #ECEDF0;
}

#customers-table.dataTable thead .sorting,
#customers-table.dataTable thead .sorting_asc,
#customers-table.dataTable thead .sorting_desc,
#project-list-table.dataTable thead .sorting,
#project-list-table.dataTable thead .sorting_asc,
#project-list-table.dataTable thead .sorting_desc {
  background-image: none;
}

#filter-table tbody td:nth-child(1) {
  min-width: 150px;
}

#filter-table tbody td:nth-child(2) {
  min-width: 100px;
}

#filter-table tbody td:nth-child(3) {
  min-width: 200px;
}

#filter-table tbody td:nth-child(4) {
  min-width: 150px;
}

#filter-table tbody td:nth-child(5) {
  min-width: 200px;
}

table.dataTable.no-footer {
  border-bottom: 0;
}

.dataTables_length {
  margin-bottom: 25px;
}

.dataTables_length label {
  text-transform: capitalize;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #596680;
}

.dataTables_length label select {
  margin: 0 8px;
  border: 0;
  padding: 10px;
  background: #fff;
  border-radius: 8px;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #337eb7;
  border: 1px solid #337eb7;
}

.dataTables_length label select:focus-visible{
  outline: 0px solid #337eb7 !important;
}


.dataTables_filter {
  margin-bottom: 25px;
}

.dataTables_filter label {
  text-transform: capitalize;
  text-transform: capitalize;
    font-weight: 500;
    font-size: 20px;
    line-height: 17px;
    color: #0d5b18 ;
}

.dataTables_filter label input {
border-radius: 5px;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #596680;
    border: 1px solid #0d5b18;
    padding: 8px;
}
.dataTables_filter label input:focus-visible{
  border:0px !important;

  outline: 2px solid #337eb7 !important;
}

#customers-table_paginate,
#project-list-table_paginate {
  display: none;
}

@media screen and (max-width: 640px) {
  .dataTables_length,
  .dataTables_filter {
    text-align: left;
  }
}

.icon__item__area {
  padding: 25px 25px 30px;
  margin-bottom: 30px;
}

.icon__item__area .item-top-between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.icon__item__area .item-top-between .item-top__left {
  width: 70%;
}

.icon__item__area .item-top-between .item-top__right {
  width: 25%;
}

@media screen and (max-width: 767px) {
  .icon__item__area .item-top-between .item-top__left {
    width: 58%;
  }
  .icon__item__area .item-top-between .item-top__right {
    width: 38%;
  }
}

@media screen and (max-width: 480px) {
  .icon__item__area .item-top-between {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .icon__item__area .item-top-between .item-top__left {
    width: 100%;
    margin-bottom: 20px;
  }
  .icon__item__area .item-top-between .item-top__right {
    width: 100%;
  }
}

.icon__item__area .item-top .input__group input,
.icon__item__area .item-top .input__group select,
.icon__item__area .item-top-between .input__group input,
.icon__item__area .item-top-between .input__group select {
  width: 100%;
  background: #F2F4F7;
  border-radius: 10px;
  border: 1px solid transparent;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #596680;
}

.icon__item__area .item-top .input__group input:focus,
.icon__item__area .item-top .input__group select:focus,
.icon__item__area .item-top-between .input__group input:focus,
.icon__item__area .item-top-between .input__group select:focus {
  border: 1px solid #5991FF;
}

.icon__item__area .item-top .input__group .input-overlay input:focus + .overlay img,
.icon__item__area .item-top-between .input__group .input-overlay input:focus + .overlay img {
  -webkit-filter: none;
          filter: none;
}

.icon__item__top h2 {
  margin-bottom: 15px;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #273041;
}

.icon__item__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -20px 0 0 -20px;
}

.icon__item__grid .single-item {
  margin: 20px 0 0 20px;
  width: calc(100% / 6 - 20px);
}

@media screen and (max-width: 991px) {
  .icon__item__grid .single-item {
    width: calc(100% / 5 - 20px);
  }
}

@media screen and (max-width: 767px) {
  .icon__item__grid .single-item {
    width: calc(100% / 4 - 20px);
  }
}

@media screen and (max-width: 575px) {
  .icon__item__grid .single-item {
    width: calc(100% / 3 - 20px);
  }
}

@media screen and (max-width: 480px) {
  .icon__item__grid .single-item {
    width: calc(100% / 2 - 20px);
  }
}

@media screen and (max-width: 375px) {
  .icon__item__grid .single-item {
    width: calc(100% - 20px);
  }
}

.icon__item__grid .single-item {
  background: #FAFBFC;
  border: 1px solid #EBEDF0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
  padding: 35px 7px;
  text-align: center;
}

.icon__item__grid .single-item i {
  font-size: 20px;
  color: #596680;
}

.icon__item__grid .single-item svg {
  width: 20px;
  height: 20px;
  color: #596680;
}

.icon__item__grid .single-item img {
  width: 20px;
  height: 20px;
}

.icon__item__grid .single-item p {
  margin-top: 12px;
  margin-bottom: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #596680;
}

.setting__area {
  padding: 30px;
  margin-bottom: 40px;
}

.setting__content .nav.nav-tabs {
  border-bottom: 2px solid #EBEDF2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.setting__content .nav.nav-tabs .nav-link {
  border: 2px solid transparent;
  padding: 0 16px 12px !important;
  text-transform: capitalize;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #596680;
}

.setting__content .nav.nav-tabs .nav-link img {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}

.setting__content .nav.nav-tabs .nav-link.active {
  border-bottom: 2px solid #5991FF;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #5991FF;
}

.setting__content .nav.nav-tabs .nav-link.active img {
  -webkit-filter: invert(54%) sepia(45%) saturate(2864%) hue-rotate(199deg) brightness(99%) contrast(104%);
          filter: invert(54%) sepia(45%) saturate(2864%) hue-rotate(199deg) brightness(99%) contrast(104%);
}

.setting__content .tab-content {
  margin-top: 24px;
}

.setting__content .item-title h2 {
  margin-bottom: 4px;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #273041;
}

.setting__content .item-title p {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #596680;
}

.setting__content .tab-content .user__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 480px) {
  .setting__content .tab-content .user__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.setting__content .tab-content .user-img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80px;
          flex: 0 0 80px;
  margin-right: 40px;
  position: relative;
}

.setting__content .tab-content .user-img img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}

@media screen and (max-width: 480px) {
  .setting__content .tab-content .user-img {
    margin-right: 0;
    margin-bottom: 30px;
  }
}

.setting__content .tab-content .user-img .overlay {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: #BE63F9;
  border: 1px solid #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.setting__content .tab-content .user-img .overlay label {
  cursor: pointer;
}

.setting__content .tab-content .user-img .overlay label img {
  width: 14px;
}

.setting__content .tab-content .user-img .overlay input {
  display: none;
}

.setting__content .tab-content .user-button a {
  background: #EBEDF0;
  border-radius: 8px;
  padding: 12px 20px;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #596680;
}

.setting__content .input__button button {
  min-width: 140px;
}

@media screen and (max-width: 480px) {
  .setting__content .input__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .setting__content .input__button button {
    width: 100%;
  }
  .setting__content .input__button button:not(:first-child) {
    margin-top: 20px;
  }
}

.setting__item .list-title h2 {
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  color: #273041;
}

.setting__item .input__group input,
.setting__item .input__group textarea,
.setting__item .input__group select {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #596680;
}

.setting__item .input__group__between.style-2 {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.setting__item .input__group__between.style-2 .error-msg {
  margin-top: 7px;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  color: #596680;
}

.setting__item .input__group .input-group {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.setting__item .input__group .input-group .input-group-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #596680;
  background-color: #F0F4F7;
  padding: 11px 14px;
}

.setting__item .input__group .input-overlay {
  position: relative;
}

.setting__item .input__group .input-overlay .overlay {
  position: absolute;
  top: 50%;
  left: 14px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.setting__item .input__group .input-overlay .overlay img {
  width: 20px;
  height: 20px;
}

.setting__item .input__group .input-overlay .password-visibility {
  position: absolute;
  top: 50%;
  right: 14px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
}

.setting__item .input__group .input-overlay .password-visibility.show::before {
  opacity: 1;
}

.setting__item .input__group .input-overlay .password-visibility::before {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1px;
  height: 100%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background-color: #8F95B2;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.setting__item .input__group .input-overlay .password-visibility img {
  width: 20px;
  height: 20px;
}

.setting__item .input__group label {
  margin-bottom: 11px;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #273041;
}

.setting__item .input__group input {
  padding: 13px 13px 13px 49px;
  width: 100%;
  background: #FAFBFC;
  border: 1px solid #DFE3EB;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
}

.setting__item .input__group input:focus {
  border: 1px solid #5991FF;
  -webkit-box-shadow: 0px 0px 2px rgba(89, 145, 255, 0.7);
          box-shadow: 0px 0px 2px rgba(89, 145, 255, 0.7);
}

.setting__item .input__group input:focus + .overlay img {
  -webkit-filter: invert(67%) sepia(44%) saturate(7028%) hue-rotate(201deg) brightness(102%) contrast(101%);
          filter: invert(67%) sepia(44%) saturate(7028%) hue-rotate(201deg) brightness(102%) contrast(101%);
}

.setting__item .input__check:not(:first-child) {
  margin-top: 13px;
  border-top: 1px solid #DCDFE5;
  padding-top: 13px;
}

.setting__item .input__check .item-left h2 {
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  color: #273041;
}

.setting__item .input__check .item-left p {
  margin-bottom: 0;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: #596680;
}

.setting__item .input__check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.setting__item .input__check input[type="checkbox"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  width: 45px;
  height: 25px;
  background: #94A0B8;
  border-radius: 27px;
}

.setting__item .input__check input[type="checkbox"]::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 3px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.setting__item .input__check input[type="checkbox"]:checked {
  background: #5991FF;
}

.setting__item .input__check input[type="checkbox"]:checked::before {
  left: 23px;
}

.setting__item .card-type__area h2 {
  margin-bottom: 11px;
  text-transform: capitalize;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #273041;
}

.setting__item .card-type__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: -20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.setting__item .card-type__list .card-type__item {
  background: #FAFBFC;
  border: 1px solid #EBEDF0;
  border-radius: 10px;
  margin-left: 20px;
  width: calc(100% / 4 - 20px);
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 575px) {
  .setting__item .card-type__list .card-type__item {
    width: calc(100% / 2 - 20px);
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 480px) {
  .setting__item .card-type__list .card-type__item {
    width: calc(100% / 1 - 20px);
  }
}

.setting__item .card-type__item {
  position: relative;
}

.setting__item .card-type__item .card-check {
  position: absolute;
  top: 10px;
  right: 10px;
}

.setting__item .card-type__item .card-check input[type='checkbox'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 20px;
  height: 20px;
  background: #ffffff;
  border-radius: 4px;
  position: relative;
}

.setting__item .card-type__item .card-check input[type='checkbox']::before {
  position: absolute;
  content: "\f00c";
  font-family: 'FontAwesome';
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #ffffff;
  opacity: 0;
}

.setting__item .card-type__item .card-check input[type='checkbox']:checked {
  background: #5991FF;
}

.setting__item .card-type__item .card-check input[type='checkbox']:checked::before {
  opacity: 1;
}

.setting__item .card-type__item.active {
  border: 2px solid #5991FF;
}

.setting__item .card-type__item.active .card-check input[type='checkbox'] {
  background: #5991FF;
}

.setting__item .plan__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -24px;
}

@media screen and (max-width: 767px) {
  .setting__item .plan__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.setting__item .plan__list .plan__item h2 {
  margin-bottom: 10px;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #273041;
}

.setting__item .plan__list .plan__item p {
  margin-bottom: 17px;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: #596680;
}

.setting__item .plan__list .plan__item h3 {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #273041;
}

.setting__item .plan__list .plan__item h3 span {
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: #596680;
}

.setting__item .plan__list .plan__item {
  background: #FAFBFC;
  border: 1px solid #EBEDF0;
  border-radius: 10px;
  padding: 20px 20px 24px;
  width: calc(100%/3 - 24px);
  height: 100%;
  margin-left: 24px;
  position: relative;
}

.setting__item .plan__list .plan__item .plan-check {
  position: absolute;
  top: 20px;
  right: 18px;
}

.setting__item .plan__list .plan__item .plan-check input[type='checkbox'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 25px;
  height: 25px;
  background: #ffffff;
  border-radius: 4px;
  position: relative;
}

.setting__item .plan__list .plan__item .plan-check input[type='checkbox']::before {
  position: absolute;
  content: "\f00c";
  font-family: 'FontAwesome';
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #5991FF;
  opacity: 0;
}

.setting__item .plan__list .plan__item .plan-check input[type='checkbox']:checked {
  background: #ffffff;
}

.setting__item .plan__list .plan__item .plan-check input[type='checkbox']:checked::before {
  opacity: 1;
}

.setting__item .plan__list .plan__item.active {
  background: linear-gradient(219.61deg, #5991FF 0%, #BE63F9 100%);
}

.setting__item .plan__list .plan__item.active h2,
.setting__item .plan__list .plan__item.active p,
.setting__item .plan__list .plan__item.active h3,
.setting__item .plan__list .plan__item.active h3 span {
  color: #ffffff;
}

.setting__item .plan__list .plan__item.active .plan-check input[type='checkbox'] {
  background: #ffffff;
}

@media screen and (max-width: 767px) {
  .setting__item .plan__list .plan__item {
    width: calc(100%/2 - 24px);
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 575px) {
  .setting__item .plan__list .plan__item {
    width: calc(100%/1 - 24px);
  }
}

.gallery__area {
  padding: 30px 25px;
}

.gallery__area .pagination__area {
  padding: 0;
}

.gallery__content .nav.nav-tabs {
  background: #F2F4F7;
  border-radius: 8px;
  padding: 2px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.gallery__content .nav-link {
  border: 0;
  padding: 6px 20px !important;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #596680;
}

.gallery__content .nav-link:focus {
  border: 0;
}

.gallery__content .nav-link.active {
  border: 0;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 2px 6px rgba(163, 177, 204, 0.15);
          box-shadow: 0px 2px 6px rgba(163, 177, 204, 0.15);
  border-radius: 8px;
  font-weight: 500;
  color: #5991FF;
}

.gallery__content .nav-link.active:focus {
  border: 0;
}

.gallery__content .tab-content {
  margin-top: 30px;
}

.gallery__item {
  margin-bottom: 24px;
  background: #FFFFFF;
  border: 1px solid #DFE3EB;
  border-radius: 10px;
  overflow: hidden;
  height: calc(100% - 24px);
}

.gallery__item .gallery-img {
  width: 100%;
  height: auto;
}

.gallery__item .gallery-img img {
  width: 100%;
  height: auto;
}

.gallery__item .gallery-text {
  padding: 20px;
}

.gallery__item .gallery-text a {
  margin-bottom: 3px;
  text-transform: capitalize;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #273041;
}

.gallery__item .gallery-text h3 {
  margin-bottom: 15px;
  text-transform: capitalize;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  color: #596680;
}

.gallery__item .gallery-text p {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #596680;
}

.map__area {
  margin-bottom: 30px;
  padding: 25px;
}

.map__area .map__item {
  width: 100%;
  height: 280px;
  border-radius: 8px;
  overflow: hidden;
}

.map__content iframe {
  width: 100%;
  height: 280px;
  border: 0;
}

.map__area .map__item .jvectormap-zoomin,
.map__area .map__item .jvectormap-zoomout {
  position: absolute;
  left: unset;
  right: 10px;
  background: #F7F9FA;
  border: 1px solid #DFE2EB;
  font-size: 20px;
  color: #596680;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.map__area .map__item .jvectormap-zoomin {
  top: 10px;
  width: 20px;
  height: 20px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.map__area .map__item .jvectormap-zoomin::before {
  position: absolute;
  z-index: 9;
  content: "";
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 17px;
  height: 1px;
  background: #DFE2EB;
}

.map__area .map__item .jvectormap-zoomout {
  top: 34px;
  width: 20px;
  height: 20px;
  border-top: 0;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.leaflet-default-icon-path {
  background-image: url("../images/map-icon/marker-icon.png");
}

.leaflet-default-shadow-path {
  background-image: url("../images/map-icon/marker-shadow.png");
}

.leaflet-control-layers-toggle {
  background-image: url("../images/map-icon/layers.png");
}

.toast-chart__area {
  padding: 25px;
  margin-bottom: 30px;
}

.toast-chart__area .item-title {
  margin-bottom: 12px;
}

.toast-chart__area .item-title h2 {
  text-transform: capitalize;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #273041;
}

.toast-chart__area .item-title h3 {
  margin-top: 12px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #596680;
}

.toast-chart__area .chart__content .chart__item {
  width: 100%;
  height: 380px;
}

.pricing__area {
  padding: 25px;
  margin-bottom: 40px;
}

.pricing__area__title {
  padding: 49px 0 45px;
  max-width: 45%;
  margin: 0 auto;
  text-align: center;
}

.pricing__area__title h2 {
  margin-bottom: 16px;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  color: #273041;
}

.pricing__area__title p {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #596680;
}

@media screen and (max-width: 991px) {
  .pricing__area__title {
    padding: 49px 0 45px;
    max-width: 56%;
  }
}

@media screen and (max-width: 767px) {
  .pricing__area__title {
    padding: 25px 0 40px;
    max-width: 80%;
  }
}

@media screen and (max-width: 480px) {
  .pricing__area__title {
    max-width: 100%;
  }
  .pricing__area__title h2 {
    font-size: 20px;
  }
}

.pricing__area__content .nav.nav-tabs {
  background: #F6F7FA;
  border-radius: 8px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 50px;
  padding: 2px;
}

.pricing__area__content .nav.nav-tabs .nav-link {
  padding: 6px 12px !important;
  text-transform: capitalize;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #596680;
  border: 0;
}

.pricing__area__content .nav.nav-tabs .nav-link:hover {
  border: 0;
}

.pricing__area__content .nav.nav-tabs .nav-link.active {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 2px 6px rgba(163, 177, 204, 0.15);
          box-shadow: 0px 2px 6px rgba(163, 177, 204, 0.15);
  border-radius: 8px;
  font-weight: 500;
  color: #5991FF;
}

.pricing__item {
  height: calc(100% - 25px);
  margin-bottom: 25px;
  background: #FAFBFC;
  border: 1px solid #EBEDF0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
  padding: 30px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.pricing__item::before {
  position: absolute;
  z-index: -1;
  content: "";
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: linear-gradient(219.61deg, #5991FF 0%, #BE63F9 100%);
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.pricing__item:hover::before, .pricing__item.active::before {
  width: 100%;
  opacity: 1;
}

.pricing__item:hover .pricing__item__top .item-img, .pricing__item.active .pricing__item__top .item-img {
  background: rgba(255, 255, 255, 0.15);
}

.pricing__item:hover .pricing__item__top .item-img img, .pricing__item.active .pricing__item__top .item-img img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.pricing__item:hover .pricing__item__top .item-text h2, .pricing__item.active .pricing__item__top .item-text h2 {
  color: #ffffff;
}

.pricing__item:hover .pricing__item__top .item-text p, .pricing__item.active .pricing__item__top .item-text p {
  color: rgba(255, 255, 255, 0.8);
}

.pricing__item:hover .pricing__item__top .item-text h3, .pricing__item.active .pricing__item__top .item-text h3 {
  color: rgba(255, 255, 255, 0.8);
}

.pricing__item:hover .pricing__item__top .item-text h3 span, .pricing__item.active .pricing__item__top .item-text h3 span {
  color: #ffffff;
}

.pricing__item:hover .pricing__item__list .list-item img, .pricing__item.active .pricing__item__list .list-item img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.pricing__item:hover .pricing__item__list .list-item h2, .pricing__item.active .pricing__item__list .list-item h2 {
  color: rgba(255, 255, 255, 0.8);
}

.pricing__item:hover .pricing__item__button a, .pricing__item.active .pricing__item__button a {
  background-color: rgba(255, 255, 255, 0.8);
}

.pricing__item__top .item-img {
  margin-bottom: 24px;
  background: #F7EBFF;
  border-radius: 12px;
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pricing__item__top .item-img img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.pricing__item__top .item-text h2 {
  margin-bottom: 8px;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #273041;
}

.pricing__item__top .item-text p {
  margin-bottom: 17px;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #596680;
}

.pricing__item__top .item-text h3 {
  text-transform: capitalize;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #596680;
}

.pricing__item__top .item-text h3 span {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #273041;
}

.pricing__item .pricing__item__list {
  margin: 30px 0;
}

.pricing__item .pricing__item__list li:not(:first-child) {
  margin-top: 10px;
}

.pricing__item .pricing__item__list .list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pricing__item .pricing__item__list .list-item img {
  width: 16px;
  height: 16px;
  margin-right: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.pricing__item .pricing__item__list .list-item h2 {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #596680;
}

.pricing__item__button a {
  width: 100%;
  background: #FAFBFC;
  border: 1px solid #5991FF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
  padding: 13px;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #5991FF;
}

.pricing__table {
  width: 100%;
  overflow-x: auto;
}

.pricing__table table {
  width: 100%;
  border: 1px solid #E7E8EB;
}

.pricing__table table thead th {
  border: 1px solid #E7E8EB;
}

.pricing__table table thead th:nth-child(1) {
  margin-top: 10px;
}

.pricing__table table tbody td {
  border: 1px solid #E7E8EB;
  padding: 11px 20px;
}

.pricing__table table tbody td:nth-child(1) {
  min-width: 250px;
}

.pricing__table table tbody td:nth-child(2) {
  min-width: 250px;
}

.pricing__table table tbody td:nth-child(3) {
  min-width: 250px;
}

.pricing__table table tbody td:nth-child(4) {
  min-width: 250px;
}

.pricing__table table .heading-text {
  display: block;
  padding: 13px 19px;
  background: #EDF1F9;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #273041;
}

.pricing__table table .title-text {
  padding: 20px 20px 25px;
}

.pricing__table table .title-text .data-title {
  margin-bottom: 11px;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #273041;
}

.pricing__table table .title-text p {
  margin-bottom: 20px;
  text-transform: capitalize;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #596680;
}

.pricing__table table .title-text p span {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #273041;
}

.pricing__table table .title-text a {
  display: block;
  background: #FFFFFF;
  border: 1px solid #5991FF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
  padding: 13px;
  text-align: center;
  text-transform: capitalize;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #5991FF;
}

.pricing__table table .data-title {
  text-transform: capitalize;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #273041;
}

.pricing__table table .data-text {
  text-transform: capitalize;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #596680;
}

.color__item {
  padding: 25px 25px 30px;
  margin-bottom: 30px;
  height: calc(100% - 30px);
}

.color__item .item-title h2 {
  text-transform: capitalize;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #273041;
}

.color__item .color__list .list-item:first-child {
  border-radius: 10px 10px 0 0;
}

.color__item .color__list .list-item:last-child {
  border-radius: 0 0 10px 10px;
}

.color__item .color__list .list-item {
  padding: 23px;
  text-align: center;
  text-transform: capitalize;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}

.button__area {
  padding: 25px 25px 30px;
  margin-bottom: 30px;
  height: calc(100% - 30px);
}

.button__area .item-title {
  margin-bottom: 30px;
}

.button__area .item-title h2 {
  text-transform: capitalize;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #273041;
}

.button__area .button__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: -15px 0 0 -15px;
}

.button__area .button__list a {
  margin: 15px 0 0 15px;
}

.button__area .button__list .item-between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -15px 0 0 -15px;
}

.button__area .button__list .item-between .group-button {
  margin: 15px 0 0 15px;
}

.button__list .group-button .nav.nav-tabs {
  background: #F6F7FA;
  border-radius: 8px;
  padding: 2px;
}

.button__list .group-button .nav.nav-tabs .nav-link {
  text-transform: capitalize;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #596680;
  padding: 6px 15px !important;
  border: 0;
}

.button__list .group-button .nav.nav-tabs .nav-link.active {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 2px 6px rgba(163, 177, 204, 0.15);
          box-shadow: 0px 2px 6px rgba(163, 177, 204, 0.15);
  border-radius: 8px;
  font-weight: 500;
  color: #5991FF;
}

.button__list .group-button .nav.nav-tabs.style-2 .nav-link.active {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media screen and (max-width: 480px) {
  .button__list .group-button .nav.nav-tabs .nav-link {
    padding: 5px 10px !important;
  }
}

.button__list .group-button-tab {
  margin-top: 20px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.button__list .group-button-tab .nav.nav-tabs .nav-link {
  border: 0;
  padding: 0 20px 10px !important;
  border-bottom: 2px solid #EBEDF2;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #596680;
}

.button__list .group-button-tab .nav.nav-tabs .nav-link i {
  font-size: 24px;
  color: #596680;
  margin-right: 10px;
}

.button__list .group-button-tab .nav.nav-tabs .nav-link.active {
  border-bottom: 2px solid #5991FF;
  color: #5991FF;
}

.button__list .group-button-tab .nav.nav-tabs .nav-link.active i {
  color: #5991FF;
}

@media screen and (max-width: 480px) {
  .button__list .group-button-tab .nav.nav-tabs .nav-link {
    padding: 5px 10px !important;
  }
}

.typography__area {
  padding: 25px;
  margin-bottom: 30px;
  height: calc(100% - 30px);
}

.typography__area .item-title {
  margin-bottom: 20px;
}

.typography__area .item-title h2 {
  text-transform: capitalize;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #273041;
}

.typography__area .item-content .heading-title.display h1, .typography__area .item-content .heading-title.display h2, .typography__area .item-content .heading-title.display h3, .typography__area .item-content .heading-title.display h4, .typography__area .item-content .heading-title.display h5, .typography__area .item-content .heading-title.display h6 {
  font-weight: 400;
  color: #273041;
  margin-bottom: 20px;
}

.typography__area .item-content .heading-title.display h1 {
  font-size: 80px;
  line-height: 80px;
}

.typography__area .item-content .heading-title.display h2 {
  font-size: 72px;
  line-height: 72px;
}

.typography__area .item-content .heading-title.display h3 {
  font-size: 64px;
  line-height: 64px;
}

.typography__area .item-content .heading-title.display h4 {
  font-size: 56px;
  line-height: 56px;
}

.typography__area .item-content .heading-title.display h5 {
  font-size: 48px;
  line-height: 48px;
}

.typography__area .item-content .heading-title.display h6 {
  font-size: 40px;
  line-height: 40px;
}

@media screen and (max-width: 480px) {
  .typography__area .item-content .heading-title.display h1 {
    font-size: 58px;
    line-height: 60px;
  }
  .typography__area .item-content .heading-title.display h2 {
    font-size: 48px;
    line-height: 50px;
  }
  .typography__area .item-content .heading-title.display h3 {
    font-size: 38px;
    line-height: 64px;
  }
  .typography__area .item-content .heading-title.display h4 {
    font-size: 28px;
    line-height: 40px;
  }
  .typography__area .item-content .heading-title.display h5 {
    font-size: 24px;
    line-height: 30px;
  }
  .typography__area .item-content .heading-title.display h6 {
    font-size: 20px;
    line-height: 30px;
  }
}

.typography__area .item-content .heading-title h1, .typography__area .item-content .heading-title h2, .typography__area .item-content .heading-title h3, .typography__area .item-content .heading-title h4, .typography__area .item-content .heading-title h5, .typography__area .item-content .heading-title h6 {
  font-weight: 600;
  color: #273041;
  margin-bottom: 20px;
}

.typography__area .item-content .heading-title h1 {
  font-size: 32px;
  line-height: 32px;
}

.typography__area .item-content .heading-title h2 {
  font-size: 24px;
  line-height: 24px;
}

.typography__area .item-content .heading-title h3 {
  font-size: 18.72px;
  line-height: 20px;
}

.typography__area .item-content .heading-title h4 {
  font-size: 16px;
  line-height: 16px;
}

.typography__area .item-content .heading-title h5 {
  font-size: 13.28px;
  line-height: 15px;
}

.typography__area .item-content .heading-title h6 {
  font-size: 10.72px;
  line-height: 15px;
}

@media screen and (max-width: 480px) {
  .typography__area .item-content .heading-title h1 {
    font-size: 28px;
    line-height: 32px;
  }
  .typography__area .item-content .heading-title h2 {
    font-size: 24px;
    line-height: 30px;
  }
  .typography__area .item-content .heading-title h3 {
    font-size: 18px;
    line-height: 20px;
  }
  .typography__area .item-content .heading-title h4 {
    font-size: 16px;
    line-height: 20px;
  }
  .typography__area .item-content .heading-title h5 {
    font-size: 13px;
    line-height: 15px;
  }
  .typography__area .item-content .heading-title h6 {
    font-size: 10px;
    line-height: 15px;
  }
}

.inline-text h2 {
  margin-bottom: 12px;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #273041;
}

.inline-text p {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #596680;
}

.inline-text p:not(:first-child) {
  margin-top: 14px;
}

.inline-text p mark {
  background-color: #FFF9ED;
  color: #596680;
}

.inline-text p small {
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
}

.unordered__list {
  list-style: disc;
}

.unordered__list li {
  margin-left: 10px;
}

.unordered__list li:not(:first-child) {
  margin-top: 20px;
}

.ordered__list li {
  margin-left: -10px;
}

.unordered__list li,
.ordered__list li {
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  color: #596680;
}

.unordered__list li:not(:first-child),
.ordered__list li:not(:first-child) {
  margin-top: 20px;
}

.typography__area .item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .typography__area .item-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .typography__area .item-content .item-content__left {
    margin-bottom: 20px;
  }
}

.typography__area.font__area .font__area__top {
  padding-bottom: 25px;
  border-bottom: 1px solid #DCDFE5;
  margin-bottom: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.typography__area.font__area .font__area__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.typography__area.font__area .font__area__content .item__left .font-item:not(:first-child),
.typography__area.font__area .font__area__content .item__right .font-item:not(:first-child) {
  margin-top: 40px;
}

@media screen and (max-width: 480px) {
  .typography__area.font__area .font__area__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .typography__area.font__area .font__area__content .item__right {
    margin-top: 40px;
  }
}

.font-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.font-item__left {
  margin-right: 24px;
}

.font-item h2 {
  font-weight: 600;
  font-size: 48px;
  line-height: 50px;
  color: #273041;
}

.font-item h3 {
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #273041;
}

.font-item h4 {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #273041;
}

.font-item.thin h2, .font-item.thin h4 {
  font-weight: 100;
}

.font-item.ex-light h2, .font-item.ex-light h4 {
  font-weight: 200;
}

.font-item.light h2, .font-item.light h4 {
  font-weight: 300;
}

.font-item.regular h2, .font-item.regular h4 {
  font-weight: 400;
}

.font-item.medium h2, .font-item.medium h4 {
  font-weight: 500;
}

.font-item.semi-bold h2, .font-item.semi-bold h4 {
  font-weight: 600;
}

.font-item.bold h2, .font-item.bold h4 {
  font-weight: 700;
}

.font-item.ex-bold h2, .font-item.ex-bold h4 {
  font-weight: 800;
}

.font-item.black h2, .font-item.black h4 {
  font-weight: 900;
}

blockquote {
  max-width: 496px;
  padding-left: 25px;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #596680;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}

@media screen and (max-width: 575px) {
  blockquote {
    max-width: 100%;
  }
}

blockquote::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background-color: #DCDFE5;
}

blockquote span {
  margin-top: 16px;
  padding-top: 4px;
  position: relative;
}

blockquote span::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100px;
  height: 1px;
  background-color: #DCDFE5;
}

blockquote.right {
  padding-left: 0px;
  padding-right: 25px;
  text-align: right;
}

blockquote.right::before {
  left: unset;
  right: 0;
}

blockquote.right span::before {
  left: unset;
  right: 0;
}

.footer__area {
  padding: 22px 0px 21px 0;
  background: #F0F2F5;
}

.footer__copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 480px) {
  .footer__copyright {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer__copyright__left {
    margin-bottom: 10px;
  }
}

.footer__copyright h2 {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #596680;
}

/*--------------------------------
04. Components style
--------------------------------*/
.breadcrumb__content {
  padding: 10px 0 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 575px) {
  .breadcrumb__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-line-pack: start;
        align-content: flex-start;
  }
  .breadcrumb__content .breadcrumb__title {
    margin-bottom: 15px;
  }
}
td img {
  height: 50px !important;
  width: 80px !important; 
  object-fit: contain;
}

