.required {
    color: red;
    font-size: 16px;
}
.profile-page {
    padding: 25px 15px;
}
.title-profile {
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 600;
    color: var(--second-color);
    padding: 8px 0;
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 20px;
}
.profile-tabs {
    border-right: 1px solid #e7e7e7;
}
.profile-tabs .nav-pills .nav-link.active, .profile-tabs .nav-pills .show>.nav-link {
    color: #fff;
    background-color: var(--second-color);
}
.profile-tabs .nav-link {
    color: var(--second-color);
    text-align: left;
}
.table>thead th {
    font-weight: 600;
    color: var(--second-color);
    padding-top: 15px;
}
.outline-success-badge {
    width: max-content;
    padding: 0 10px;
    display: block;
    border: 1px solid green;
    color: green;
    border-radius: 30px;
    font-size: 14px;
    transition: .3s;
}
.outline-success-badge:hover {
    transform: scale(1.06);
}
.order-details {
    margin: 50px auto;
}
.order-details .order_sub_title {
    font-size: 15px;
    color: var(--third-color);
    letter-spacing: .7px;
    display: flex;
    margin-bottom: 25px;
}
.order-details .order_sub_title span {
    color: var(--second-color);
    font-weight: 600;
}
.order-details .order_sub_title p {
    padding: 0 6px;
}
.order-items {
    margin: 10px 0;
}
.order-items h5{
    margin-bottom: 0;
}
.order-items div:first-child {
    justify-content: start;
    flex-wrap: wrap;
}
.order-items div {
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.order-items-head h5 {
    font-size: 17px;
    font-weight: 600;
    margin-top: 8px;
    margin-bottom: 8px;
    text-transform: capitalize;
}
.order-items-head {
    border-bottom: 3px solid #e3e3e3;
}
.order-items-body {
    padding: 5px  0;
}
.order-items-body img {
    width: 100%;
}
.order-items p {
    margin-bottom: 0;
    font-size: 15px;
    color: var(--third-color);
    padding: 0 4px;
}
.order-items .item-option {
    font-size: 14px;
    padding: 0 4px;
    color: var(--third-color);
}
.product-name {
    color: var(--second-color) !important;
    font-size: 16px !important;
}
.order-detail {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 3px;
}
.order-detail h5 {
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: .5px;
}
.order-detail h3 {
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: .5px;
    color: var(--main-color);
}
.order-note {
    font-size: 15px;
    color: var(--third-color);
    min-height: 130px;
    display: block;
    background-color: #f7f9f9;
    border-radius: 4px;
    padding: 10px;
}
.cart-total .title-profile {
    font-size: 16px;
}
.table td {
    font-size: 14px;
    color: var(--third-color);
    font-weight: 300;
}
.table>tbody {
    color: var(--second-color);
    border-color: var(--second-color);
}
.table-hover > tbody > tr:hover {
    color: var(--second-color);
    border-top: 1px solid #ccc !important;
    border-bottom: 1px solid;
}
tr {
    color: var(--second-color);
}
.table-bordered tbody tr {
    border: 0.1px solid #cccccc52;
    font-size: 16px;
    color: #cccccce6;
    font-weight: 400;
}

tbody, td, tfoot, th, thead, tr{
    border-bottom: 1px solid #8e8e8e42 !important;
}
.table td:nth-child(2) {
    overflow: hidden;
    text-overflow: ellipsis;
}
.highlight {
    background: #ff9;
}
table.dataTable {
    width: 100% !important;
    border-collapse: collapse !important;
}
.table {
    table-layout: fixed;
    max-width: 100% !important;
    margin-bottom: 18px !important;
}
.page-link {
    position: relative;
    display: block;
    color: #6e6b7b;
    background-color: #f3f2f7;
    margin: 0;
    margin-left: 0;
    font-size: 14px;
    font-weight: 300;
    min-width: 2.286rem;
    padding: 0.5rem 0.85rem;
    border: 0 solid #dae1e7;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.page-item.previous .page-link, .page-item.prev .page-link, .page-item.next .page-link, .page-item.first .page-link, .page-item.last .page-link {
    width: auto;
}
.page-item:not(.prev-item) .page-link, .page-item:not(.next-item) .page-link, .page-item:not(.first) .page-link, .page-item:not(.last) .page-link, .page-item:not(.active) .page-link {
    line-height: 1.3;
}
.page-item.active {
    background-color: var(--bs-pagination-disabled-bg);
    border-radius: 0;
}
.page-item.active .page-link {
    z-index: 3;
    border-radius: 5rem;
    background-color: #001e69;
    color: #fff !important;
    text-align: center;
}
.page-item:first-child:not(.prev-item) .page-link {
    border-top-left-radius: 1.428rem;
    border-bottom-left-radius: 1.428rem;
}
.page-item:last-child:not(.next-item) .page-link {
    border-top-right-radius: 1.428rem;
    border-bottom-right-radius: 1.428rem;
}
.dataTables_filter label {
    color: var(--second-color);
    font-size: 15px;
}
.dataTables_wrapper .dataTables_filter input {
    margin-inline: 8px;
    color: var(--second-color);
    transition: .5s;
    font-size: 14px;
    border-color: #aaaaaa75;
    height: 40px;
    border-radius: 30px;
}
.dataTables_wrapper .dataTables_filter input:focus{
    border-color: var(--third-color);
    outline: none;
}
.dataTables_length label {
    color: var(--second-color);
    font-size: 15px;
}
.dataTables_wrapper .dataTables_length select{
    margin: 0 5px;
    padding-right: 1.6rem;
    display: block;
    width: 100%;
    padding: 0.5rem 1.5rem 0.5rem 1rem;
    -moz-padding-start: calc(1rem - 3px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.45;
    color: #6e6b7b;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23d8d6de' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-down'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 15px 14px;
    border: 1px solid #d8d6de;
    border-radius: 0.357rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none;
}
.dataTables_wrapper .dataTables_length select:focus {
    border-color: var(--third-color);
    outline: none;
}

.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate{
    color: var(--third-color);
    font-size: 14px;
    font-weight: 300;
}
.dataTables_paginate span {
    background-color: #e7e7e7;
    padding: 4px 12px;
    border-radius: 30px;
    transition: .5s;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background: var(--main-color) !important;
    border-color: var(--main-color) !important;
    color: #fff !important;
    padding: 0 !important;
    border-radius: 30px !important;
    width: 26px;
    height: 26px;
    line-height: 26px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 0;
    color: var(--second-color) !important;
    border: none;
    transition: .5s;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: var(--third-color) !important;
    border: none;
    background: transparent;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.next span:hover,
 .dataTables_wrapper .dataTables_paginate .paginate_button.previous span:hover {
    background: var(--third-color);
    color: var(--second-color);
}
.dataTables_wrapper .dataTables_paginate .paginate_button.next.disabled span:hover,
 .dataTables_wrapper .dataTables_paginate .paginate_button.previous.disabled span:hover {
    background: var(--main-color);
    color: #666;
}
.table-bordered thead tr th:nth-child(4), .table-bordered thead tr th:nth-child(5),
.table-bordered thead tr th:nth-child(6),.table-bordered thead tr th:nth-child(7),
.table-bordered tbody tr td:nth-child(4), .table-bordered tbody tr td:nth-child(5),
.table-bordered tbody tr td:nth-child(6), .table-bordered tbody tr td:nth-child(7) {
    text-align: center;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active{
    color: #ccc !important;
}
.table-bordered tbody tr td:nth-child(1){
    color: #7c72ef;
}
a#action-table svg {
    width: 100%;
    cursor: pointer;
    color: var(--second-color);
    transition: .5s;
}
a#action-table svg:hover {
    color: var(--third-color);
}
table.dataTable{
    border-collapse: collapse
}
.pro-pack{
    color: #28c76f;
    background-color: rgba(40,199,111,.12);
    padding: 2px 20px;
    border-radius: 30px;
}
.noob-pack{
    color: #ff9f43;
    background-color:  rgba(255,159,67,.12);;
    padding: 2px 15px;
    border-radius: 30px;
}
table.dataTable thead th, table.dataTable thead td{
    padding: 10px;
}
.order-vueBtn{
    display: flex;
    justify-content: center;
    align-items: center;
}
.order-vueBtn:hover {
    color: var(--main-color);
}
.select2-container--default .select2-selection--single, .select2-container--default .select2-selection--multiple {
    padding: 0 15px;
    height: 42px !important;
    text-align: left;
    font-size: 14px;
    line-height: 42px;
    border: 1px solid var(--border-color) !important;
    border-radius: 60px;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    display: inline !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
    color: var(--third-color) !important;
    line-height: 1.4 !important;
    font-size: 13px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgZmlsbD0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2U9IiNiYmIiPjxwYXRoIGQ9Ik02IDlsNiA2IDYtNiIvPjwvc3ZnPg==);
    top: 8px !important;
    right: 10px !important;
    background-position: right 1px top 50%;
    background-size: auto 18px;
    background-repeat: no-repeat;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}
.select2-container--default .select2-dropdown {
    border-width: 1px;
    border-color: #81818133;
    border-radius: 0;
    background-color: #FFF;
}
.select2-container--default .select2-search--dropdown {
    position: relative;
    padding: 18px;
    border-bottom: 1px solid var(--border-color);
    background-color: #F9F9F9;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    padding: 0 15px;
    height: 42px;
    border: 1px solid var(--border-color) !important;
    background-color: #FFF;
    background-image: none;
    color: #777;
}
.select2-container--default .select2-search--dropdown:after {
    position: absolute;
    top: calc( 50% - 9px);
    right: 30px;
    content: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pjxzdmcgdmlld0JveD0iMCAwIDMyIDMyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjx0aXRsZS8+PGcgaWQ9InNlYXJjaCI+PHBhdGggZD0iTTI5LjcxLDI4LjI5bC02LjUtNi41LS4wNywwYTEyLDEyLDAsMSwwLTEuMzksMS4zOXMwLC4wNSwwLC4wN2w2LjUsNi41YTEsMSwwLDAsMCwxLjQyLDBBMSwxLDAsMCwwLDI5LjcxLDI4LjI5Wk0xNCwyNEExMCwxMCwwLDEsMSwyNCwxNCwxMCwxMCwwLDAsMSwxNCwyNFoiLz48L2c+PC9zdmc+);
    width: 18px;
    height: 18px;
}
.select2-results__options {
    --li-mb: 0;
}
.select2-container--default .select2-results__option {
    padding: 10px 18px;
    font-size: 13px;
    color: var(--third-color);
}
.select2-container--default .select2-search--dropdown .select2-search__field:focus-visible {
    outline: 0;
}
.select2-container--default .select2-results__option[aria-selected=true] {
    color: #FFF;
    font-weight: 600;
    background-color: var(--main-color) !important;
}
.select2-container {
    width: 100% !important;
}
.select2-container--default .select2-search--inline .select2-search__field {
    height: 41px;
    margin: 0;
}
li.select2-selection__choice {
    background-color: #001e69 !important;
    border-color: #001e69 !important;
    color: #fff;
    border: 0 !important;
    border-radius: 12px !important;
    line-height: 24px;
    vertical-align: top !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    border-right: 0;
    color: #fff;
    font-size: 20px;
    font-weight: 300;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    font-size: 13px;
    padding-inline: 0px 8px;
}
.profile-page .form-control:not(textarea) {
    height: 42px;
    font-size: 14px;
}
.profile-page textarea.form-control {
    font-size: 14px;
    border-radius: 16px;
}
table.dataTable thead th, table.dataTable tfoot th {
    font-weight: 400 !important;
    width: max-content !important;
}
.page-item.disabled .page-link {
    color: #b9b9c3;
}
.badge {
    font-size: 14px;
    font-weight: 400;
}
.badge.badge-light-success {
    background-color: rgba(40, 199, 111, 0.12);
    color: #28c76f !important; 
}
.badge.badge-light-info {
    background-color: rgba(0, 207, 232, 0.12);
    color: #00cfe8 !important; 
}
.badge.badge-light-danger {
    background-color: rgba(234, 84, 85, 0.12);
    color: #ea5455 !important;
}
.badge.badge-light-secondary {
    background-color: rgba(130, 134, 139, 0.12);
    color: #82868b !important;
}
.commissions-ticket{
    background-color: var(--main-color);
    padding: 20px;
    position: relative;
    color: #fff;
}
.commissions-ticket:before, .commissions-ticket:after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 10px;
    background-color: transparent;
    background-image: radial-gradient(farthest-side, transparent 6px, var(--main-color) 0);
    background-size: 15px 15px;
}
.commissions-ticket:before {
    top: -10px;
    background-position: -3px -5px, 0 0;
}
.commissions-ticket:after {
    bottom: -10px;
    background-position: -3px 2px, 0 0;
}

.commissions-ticket.ticket-waiting {
    background-color: rgba(130, 134, 139, 0.12);
    color: #82868b !important;
}
.commissions-ticket.ticket-waiting:before, .commissions-ticket.ticket-waiting:after {
    background-image: radial-gradient(farthest-side, transparent 6px, rgba(130, 134, 139, 0.12) 0);
}

.commissions-ticket.ticket-success {
    background-color: rgba(40, 199, 111, 0.12);
    color: #28c76f !important; 
}
.commissions-ticket.ticket-success:before, .commissions-ticket.ticket-success:after {
    background-image: radial-gradient(farthest-side, transparent 6px, rgba(40, 199, 111, 0.12) 0);
}

.commissions-ticket.ticket-canceled {
    background-color: rgba(234, 84, 85, 0.12);
    color: #ea5455 !important;
}
.commissions-ticket.ticket-canceled:before, .commissions-ticket.ticket-canceled:after {
    background-image: radial-gradient(farthest-side, transparent 6px, rgba(234, 84, 85, 0.12) 0);
}
small {
    font-size: 12px;
}

table.dataTable {
    table-layout: auto;
    width: 100%;
}

table.dataTable th,
table.dataTable td {
    white-space: nowrap;
}
.new_recover .form-control {
    border-radius: 16px;
}
.new_recover .form-control:not(textarea) {
    height: 44px;
    border-radius: 30px;
}
.profile-tabs {
    max-width: 80%;
    visibility: visible !important;
}
.profile-tabs-toggle {
    position: absolute;
    top: 160px;
    left: 100%;
    z-index: 1;
    display: none;
    width: 40px;
    height: 40px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    box-shadow: 4px 1px 6px 0px rgb(23 76 255 / 38%);
    line-height: 38px;
    opacity: 1;
    -webkit-transition: all .1s linear .2s;
    -o-transition: all .1s linear .2s;
    transition: all .1s linear .2s;
    padding: 0px;
}
.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}
.main-btn {
    font-size: 14px;
    font-weight: 300;
    /* max-width: max-content; */
}
.quote_invoice svg {
    width: 30px;
    height: 30px;
    cursor: pointer;
}
.form-label {
    font-size: 14px;
}
.card {
    --bs-card-border-color: #e7e7e7;
    --bs-card-border-radius: 12px;
    box-shadow: 0 4px 24px 0 rgba(34, 41, 47, 0.1);
    transition: all 0.3s ease-in-out, background 0s, color 0s, border-color 0s;
}
.card .card-header {
    background-color: transparent;
}
.btn.btn-icon {
    padding: 0.3rem 0.5rem;
    margin-top: 25px;
}

.avatar-upload {
    position: relative;
    max-width: 192px;
    margin: auto;
}
.avatar-upload .avatar-edit {
    position: absolute;
    right: calc(50% - 19px);
    z-index: 1;
    bottom: -15px;
}
.avatar-upload .avatar-edit input {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
}
.avatar-upload .avatar-edit label {
    display: inline-block;
    width: 34px;
    height: 34px;
    margin-bottom: 0;
    border-radius: 100%;
    background: #FFFFFF;
    border: 1px solid transparent;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    font-weight: normal;
    transition: all 0.2s ease-in-out;
    position: relative;
}
.avatar-upload .avatar-edit label:hover {
    background: #f1f1f1;
    border-color: #d6d6d6;
}
.avatar-upload .avatar-edit label svg{
    width: 20px;
    height: 20px;
    position: absolute;
    top: calc(50% - 10px);
    left: calc(50% - 10px);
    fill: none;
}
.avatar-upload .avatar-preview {
    width: 192px;
    height: 192px;
    position: relative;
    border-radius: 100%;
    border: 6px solid #F8F8F8;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}
.avatar-upload .avatar-preview > div {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-image: url('../../../assets/images/default_product.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #fff;
}
.avatar-upload .avatar-preview .drop-zoon__preview-image {
  border-radius: 50%;
  z-index: 0;
}
.upload-area__drop-zoon {
  position: relative;
  min-height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border: 2px dashed #000;
  border-radius: 15px;
  cursor: pointer;
  transition: border-color 300ms ease-in-out;
  background-color: #fff;
  padding: 10px;
}
.drop-zoon__paragraph {
    font-size: 14px !important;
    color: var(--third-color);
    margin: 5px 0;
    font-weight: 300;
    transition: opacity 300ms ease-in-out;
}
.drop-zoon:hover .drop-zoon__icon, .drop-zoon:hover .drop-zoon__paragraph {
  opacity: 0.7;
}
.drop-zoon__icon svg {
  fill: none;
  width: 50px;
  height: 50px;
}
.drop-zoon__icon svg path {
  stroke: #000;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.3;
}
.drop-zoon__loading-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
  color: #000;
  z-index: 10;
}
.drop-zoon__preview-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 0.3125rem;
  border-radius: 10px;
  display: none;
  z-index: 1000;
  transition: opacity 300ms ease-in-out;
  background-color: #fff;
}
.drop-zoon:hover .drop-zoon__preview-image {
  opacity: 0.8;
}
.drop-zoon__file-input {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1001;
}
.upload-area .error {
  display: flex;
  justify-content: center;
  margin: 5px auto;
}
.drop-zoon--over {
  border-color: rgb(63, 134, 255);
}
.drop-zoon--over .drop-zoon__icon, .drop-zoon--over .drop-zoon__paragraph {
  opacity: 0.7;
}
.drop-zoon--Uploaded .drop-zoon__icon, .drop-zoon--Uploaded .drop-zoon__paragraph {
  display: none;
}
.upload-area__file-details {
  height: 0;
  visibility: hidden;
  opacity: 0;
  text-align: left;
  transition: none 500ms ease-in-out;
  transition-property: opacity, visibility;
  transition-delay: 500ms;
}
.file-details--open {
  height: auto;
  visibility: visible;
  opacity: 1;
}
.uploaded-file {
  display: flex;
  align-items: center;
  padding: 0.625rem 0;
  visibility: hidden;
  opacity: 0;
  transition: none 500ms ease-in-out;
  transition-property: visibility, opacity;
}
.uploaded-file--open {
  visibility: visible;
  opacity: 1;
}
.uploaded-file__icon-container {
  position: relative;
  margin-right: 0.3125rem;
}
.uploaded-file__icon {
  font-size: 3.4375rem;
  color: rgb(63, 134, 255);
}
.uploaded-file__info {
  position: relative;
  top: -0.3125rem;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.uploaded-file__name {
  width: 100%;
  max-width: 180px;
  display: inline-block;
  font-size: 1rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: right;
  direction: ltr;
}
.drop-zoon__title {
    font-size: 20px;
}
.drop-zoon__title label{
    color: var(--main-color);
}
.avatar-square .avatar-upload {
    max-width: 100%;
}
.avatar-square .avatar-upload .avatar-preview {
    width: 100%;
    min-height: 220px;
    border-radius: 12px;
}
.avatar-square .avatar-upload .avatar-preview > div, .avatar-square .avatar-upload .avatar-preview .drop-zoon__preview-image {
    border-radius: 0;
    object-fit: cover;
}
.card {
    border: 0;
    border-radius: 16px;
}
.boost-title:after {
    content: "";
    position: relative;
    display: block;
    height: 3px;
    background-color: var(--main-color);
    width: 80px;
    border-radius: 30px;
    left: calc(50% - 40px);
    top: 5px;
}
.store {
    position: relative;
    box-shadow: 0px 0 10px #0000001c;
    border-radius: 16px;
    overflow: hidden;
    transition: .3s;
}
.store:hover {
    box-shadow: 0 0 20px #cccccc91;
}
.store-cover{
    width: 100%;
    height: 185px;
    object-fit: cover;
    background-color: #f4f4f4;
    box-shadow: 0 1px 4px #0000000d;
}
.store-profile {
    background-color: #f4f4f4;
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 30px;
    overflow: hidden;
    position: absolute;
    bottom: -12px;
    left: 10px;
    border: 2px solid #fff;
    box-shadow: rgb(0 0 0 / 20%) 0px 2px 8px;
}
.store-body {
    padding: 18px 18px 14px;
}
.store-body h5 {
    font-weight: 600;
    color: var(--second-color);
    letter-spacing: .6px;
    text-transform: capitalize;
}
.store-body p {
    margin-bottom: 0;
    font-size: 14px;
    color: var(--third-color);
    font-weight: 300;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 42px;
}
.load-more .btn{
    width: max-content;
    min-width: 200px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
}
.empty-stores {
    max-width: 650px;
    margin: auto;
    padding: 50px 0;
}
.empty-stores svg {
    width: 210px;
    height: 210px;
    color: #e7e7e7;
    fill: none;
}
.empty-stores p {
    font-size: 15px;
    color: var(--third-color);
    font-weight: 300;
}
@media(max-width: 991.8px){
    .profile-tabs-toggle {
        display: block;
    }
}
@media(max-width:768px){
    .table{
        table-layout: inherit;
    }
}

@media(max-width: 576px){
    .profile-page  p {
        font-size: 14px;
    }
    .profile-page .form-label {
        font-size: 15px;
    }
    .profile-page .form-control {
        height: 42px;
        font-size: 14px;
        font-weight: 300;
    }
    .select2-container--default .select2-selection--single .select2-selection__rendered {
        font-size: 14px;
        font-weight: 300;
        line-height: 40px !important;
    }
}