@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@import url('https://cdn.jsdelivr.net/npm/bootstrap@4.6.2/dist/css/bootstrap.min.css');
@import url('https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css');
@import url('https://cdnjs.cloudflare.com/ajax/libs/toastr.js/latest/toastr.css');

a{
    text-decoration: none;
}

.text-sm{
    font-size: 14px !important;
}

hr{
    border-color: #fff !important;
}

.fi{
    border-radius: 2px;
}

.hide{
    display: none !important;
}

.line-through{
    text-decoration: line-through !important;
}

.modal-content.loading:before{
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: -1px;
    width: calc(100% + 2px);
    height: 100%;
    background: rgb(255, 255, 255) url(../images/loading.gif) no-repeat center center / 32px auto;
    opacity: 1;
    filter: alpha(opacity = 1);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    z-index: 2;
    visibility: visible;
    overflow: hidden;
}

body.loading{
    overflow: hidden;
}

body.loading:before{
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: -1px;
    width: calc(100% + 2px);
    height: 100vh;
    background: rgb(255, 255, 255) url(../images/loading.gif) no-repeat center center / 32px auto;
    opacity: 1;
    filter: alpha(opacity = 1);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    z-index: 2;
    visibility: visible;
    overflow: hidden;
}

.custom-badge{
    border: 1px solid;
    border-radius: 2px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    line-height: 1;
    max-width: 100%;
    padding: 0 6px;
    height: 18px;
    border-color: #eceff3;
    color: #333853;
    background: #eceff3;
}

.badge-text{
    color: #333853;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 9px;
}


.brand-link{
    padding: 5px;
    background-color: #fff !important;
    border-bottom: 1px solid #dee2e6 !important;
}

.login-card-body .input-group .form-control, .register-card-body .input-group .form-control {
    border-right-width: 1px;
}

.nav-treeview .nav-item .nav-link p{
    font-weight: 499;
}

.card-header{
    background-color: #fff !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.card-title{
    font-size:18px !important;
    font-weight: 600;
}

.btns{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    
}

div:where(.swal2-container).swal2-bottom>.swal2-popup{
    top: -50px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.invoice-badge{
    margin-left: 40px;
    margin-top: -12px;
    position: absolute;
}

.badge{
    align-items: center;
    border: 1px solid;
    border-radius: 2px;
    box-sizing: border-box;
    display: inline-flex;
    justify-content: center;
    line-height: 1;
    max-width: 100%;
    cursor: default;
}

.badge-md{
    height: 24px;
    padding: 0 12px;
}

.badge-text{
    text-transform: uppercase;
    line-height: 14px;
    letter-spacing: 1px;
    margin: auto 0;
    display: inline-block !important;
    white-space: nowrap !important;
    color: inherit;
}


.currency-convert{
    padding-bottom: 11px;
}

.currency-convert::after{
content: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="15" height="15" viewBox="0 0 24 24"%3E%3Cpath fill="currentColor" d="M11.178 19.569a.998.998 0 0 0 1.644 0l9-13A.999.999 0 0 0 21 5H3a1.002 1.002 0 0 0-.822 1.569z"%2F%3E%3C%2Fsvg%3E');
position: absolute;
background-repeat: no-repeat;
top: 26px;
left: 140px;
}

.toast-top-right {
    top: 63px !important;
    right: 12px;
}

.data-table{
    font-size: 15px;
}

table.dataTable > thead > tr > th, table.dataTable > thead > tr > td {
    padding: 10px;
    border-bottom: 0px solid rgba(0, 0, 0, 0.3) !important;
}

table.dataTable thead th, table.dataTable tfoot th{
    font-weight: 500 !important;
    font-size: 13px;
}

.table>:not(caption)>*>*{
    border-bottom-width: 0px;
}

.original-price.has-discount{
    text-decoration: line-through;
    color: var(--secondary);
}

table.dataTable.no-footer {
     border-bottom: 1px solid rgba(0, 0, 0, 0.3) !important;
}

.form-control, .selectize-input{
    border: 1px solid #aaa;
}

.post-title{
    border: none;
    font-size: 25px;
    height: auto;
}

.form-control::placeholder{
    color: #aaa;
}

.text-sm .select2-container--default .select2-selection--single, select.form-control-sm ~ .select2-container--default .select2-selection--single{
    font-size: 1rem;
}

.select2-container--default .select2-dropdown .select2-search__field:focus, .select2-container--default .select2-search--inline .select2-search__field:focus {
    outline: none;
    border: 1px solid #ffffff;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    cursor: default;
    padding-left: 17px !important;
    padding-right: 6px !important;
}

.text-sm .select2-container--default .select2-selection--single .select2-selection__rendered, select.form-control-sm ~ .select2-container--default .select2-selection--single .select2-selection__rendered {
    margin-top: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-width: 7px 5px 0 5px !important;
    left: 0% !important;
    top: 99% !important;
}

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

.note-btn.dropdown-toggle::after{
    border: 0;
}


.selectize-control.multi .selectize-input>div {
    background-color: var(--primary) !important;
    background-image: var(--primary) !important; 
    border-color: var(--primary) !important;
    background-repeat: repeat-x;
}

.hover-show{
    display: none;
}


.file-area{
    align-items: center;
    background-color: #e8eef2;
    border: 1px dashed #b9c4ca;
    border-radius: 3px;
    display: flex;
    justify-content: center;
    padding: 20px;
    position: relative;
    text-align: center;
    transition: all .3s;
    width: 100%;
}

.zip-fileUpload{
    min-height: 100px;
}


.file-input{
    cursor: pointer;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.file-label{
    cursor: pointer;
    color: #2196f3;
    font-weight: 700;
    height: 100%;
    align-items: center;
    display: flex;
    justify-content: center;
    position: relative;
    width: 100%;
}

.labelIcon{
    fill: #2196f3;
    height: 30px;
    margin-bottom: 5px;
    width: 40px;
}

.output-file{
    flex-flow: row wrap;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.form-check-label{
    cursor: pointer;
    font-size: 15px;
}

label{
    position: relative;
}

label.required::after{
position: absolute;
content: "*";
color: #2196f3;
margin-left: 6px;
}

.filename{
    font-size: 16px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: calc(100% - 40px);
    padding-right: 25px;
    width: auto;
}

.btn-remove-file{
    background-color: transparent;
    cursor: pointer;
    height: 30px;
    position: absolute;
    right: -5px;
    width: 30px;
}

.circle-remove-btn{
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 2px 5px rgba(0,0,0,.3);
    cursor: pointer;
    height: 20px;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 20px;
    z-index: 4;
}

.circle-remove-btn::after,.circle-remove-btn::before{
    background-color: #505b60;
    content: "";
    height: 12px;
    left: 50%;
    position: absolute;
    top: 50%;
    transition: background-color .3s;
    width: 2px;
 
}

.circle-remove-btn::before{
    transform: translate(-50%,-50%) rotate(-45deg);
}

.circle-remove-btn::after{
    transform: translate(-50%,-50%) rotate(45deg);
}

.circle-remove-btn::after:hover,.circle-remove-btn::before:hover{
    background-color: #d84315;
}

.upload-image-preview{
    border-radius: 3px;
    height: 0;
    margin: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
}

.upload-image-preview img{
    height: auto;
    width: 100%;
}


.form-control-top{
    margin-top: 50px;
    transform: translateZ(0);
    transition:all 0.5s;
    animation:slide-down 0.7s;
    opacity:0.9;  
}

@media(min-width: 768px){
    .form-control-top{
        margin-left: 223px;
    }
}

@media (min-width: 768px)
{
    body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav) .content-wrapper, body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav) .main-footer, body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav) .main-header {
    padding-left: 40px;
    padding-right: 40px;
}
}

div:where(.swal2-container) div:where(.swal2-popup){
    width: auto !important;
}

.passCtrl{
    position: absolute;
    right: 20px;
    top: 44px;
    cursor: pointer;
}

.show-pass {
    display: inline-block;
    width: 22px;
    height: 22px;
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Cpath fill='%23000' d='M247.31 124.76c-.35-.79-8.82-19.58-27.65-38.41C194.57 61.26 162.88 48 128 48S61.43 61.26 36.34 86.35C17.51 105.18 9 124 8.69 124.76a8 8 0 0 0 0 6.5c.35.79 8.82 19.57 27.65 38.4C61.43 194.74 93.12 208 128 208s66.57-13.26 91.66-38.34c18.83-18.83 27.3-37.61 27.65-38.4a8 8 0 0 0 0-6.5M128 192c-30.78 0-57.67-11.19-79.93-33.25A133.47 133.47 0 0 1 25 128a133.33 133.33 0 0 1 23.07-30.75C70.33 75.19 97.22 64 128 64s57.67 11.19 79.93 33.25A133.46 133.46 0 0 1 231.05 128c-7.21 13.46-38.62 64-103.05 64m0-112a48 48 0 1 0 48 48a48.05 48.05 0 0 0-48-48m0 80a32 32 0 1 1 32-32a32 32 0 0 1-32 32'/%3E%3C/svg%3E");
    background-color: currentColor;
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
  }

  .hide-pass {
    display: inline-block;
    width: 22px;
    height: 22px;
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Cpath fill='%23000' d='M52.44 36a6 6 0 0 0-8.88 8l20.88 23c-37.28 21.9-53.23 57-53.92 58.57a6 6 0 0 0 0 4.88c.34.77 8.66 19.22 27.24 37.8C55 185.47 84.62 206 128 206a124.91 124.91 0 0 0 52.57-11.25l23 25.29a6 6 0 0 0 8.88-8.08Zm48.62 71.32l45 49.52a34 34 0 0 1-45-49.52M128 194c-31.38 0-58.78-11.42-81.45-33.93A134.57 134.57 0 0 1 22.69 128c4.29-8.2 20.1-35.18 50-51.91l20.2 22.21a46 46 0 0 0 61.35 67.48l17.81 19.6A113.47 113.47 0 0 1 128 194m6.4-99.4a6 6 0 0 1 2.25-11.79a46.17 46.17 0 0 1 37.15 40.87a6 6 0 0 1-5.42 6.53h-.56a6 6 0 0 1-6-5.45A34.1 34.1 0 0 0 134.4 94.6m111.08 35.85c-.41.92-10.37 23-32.86 43.12a6 6 0 1 1-8-8.94A134.07 134.07 0 0 0 233.31 128a134.67 134.67 0 0 0-23.86-32.07C186.78 73.42 159.38 62 128 62a120.19 120.19 0 0 0-19.69 1.6a6 6 0 1 1-2-11.83A131.12 131.12 0 0 1 128 50c43.38 0 73 20.54 90.24 37.76c18.58 18.58 26.9 37 27.24 37.81a6 6 0 0 1 0 4.88'/%3E%3C/svg%3E");
    background-color: currentColor;
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
  }

  @keyframes ldio-hqbyicd0hg9 {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

.ldio-hqbyicd0hg9 div {
    position: absolute;
    width: 15px;
    height: 15px;
    border: 1px solid #ffffff;
    border-top-color: transparent;
    border-radius: 50%;
}

.ldio-hqbyicd0hg9 div {
    animation: ldio-hqbyicd0hg9 1s linear infinite;
    top: 10px;
    left: 10px
}

.loadingio-spinner-rolling-s86t28zv56 {
    width: 20px;
    height: 20px;
    display: inline-block;
    overflow: hidden;
    background: none;
}

.ldio-hqbyicd0hg9 {
    width: 100%;
    height: 100%;
    position: relative;
    transform: translateZ(0) scale(1);
    backface-visibility: hidden;
    transform-origin: 0 0;
    /* see note above */
}

.ldio-hqbyicd0hg9 div {
    box-sizing: content-box;
}

.post-nav-list{
    border-bottom: 1px solid #e7e7e7;
}


.post-nav-list >li a{
    padding-bottom: 12px;
    font-size: 16px;
}

.post-nav-list >li a.active{
border-bottom: 3px solid var(--primary);
color: var(--primary);
}

.post-nav-list >li a:hover{
    color: var(--primary);
}

.post-body{
    display: inline-block;
    vertical-align: top;
    text-align: left;
    white-space: normal;
    width: 100%;
    line-height: normal;
    max-width: 100%;
    
}

.post-lists{
    background-color: #fff;
    border: 1px solid #cfd8dc;
    border-radius: 4px;
    box-shadow: none;

    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    margin: 0 0 8px 0;
    overflow: visible;
    padding: 16px;
    position: relative;
    vertical-align: top;
    width: 100%;
}

.empty-post-img{
    box-sizing: border-box;
    justify-content: center;
    border-radius: 2px;
    display: flex;
    height: 55px;
    min-width: 55px;
    background-color: #fff;
    border: 1px solid #dfe1e5;
    border-radius: 4px;
    border-radius: 4px;
    height: 64px;
    min-width: 72px;
}

.empty-post-img span{
    align-self: center;
    text-transform: capitalize;
    color: #78909c;
    font-family: roboto slab;
    font-size: 48px;
    letter-spacing: .75px;
    line-height: 64px;
}

.post-img{
    object-fit: contain;
    flex-shrink: 0;
    border-radius: 4px;
    height: 64px;
    width: 72px;
}


.post-title-wrap{
    align-self: flex-start;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 7px;
    color: #000;
}

.post-title-wrap a{
    font-size: 16px;
    font-weight: 500;
    letter-spacing: .25px;
    line-height: 21px;
    color: #212529;
}

.post-meta{
    align-self: center;
    flex: 0 0 auto;
}

.post-author{
    font-size: 14px;
    font-weight: 400;
letter-spacing: .4px;
line-height: 20px;
color: var(--primary);
}

.date-time{
    color: #546e7a;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .4px;
    line-height: 20px;
}

.no-post-container {
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-bottom: 90px;
}

.no-post {
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    max-width: 580px;
}

.no-post-img {
    display: block;
    height: 88px;
    margin: 72px 0 16px;
    max-width: 88px;
}

.no-post-h {
    color: #37474f;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: .25px;
    line-height: 21px;
}

.no-post-p {
    color: #546e7a;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .4px;
    line-height: 20px;
}


.seo-link{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.seo-title{
    margin-top: 3px;
    margin-bottom: 3px;
    font-size: 15px;
    font-weight: 600;
    color: #1a0dab;
    font-family: Arial;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.seo-description{
    line-clamp: 2;
    box-orient: vertical;
    white-space: normal;
        text-overflow: ellipsis;
        overflow: hidden;
}

.file-upload_area {
    cursor: pointer;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.file-area_label {
    color: #2196f3;
    font-weight: 700;
    height: 100%;
    cursor: pointer;
    align-items: center;
    display: flex;
    position: relative;
    justify-content: center;
    width: 100%;
}

.file-area.img-file {
    height: 147px;
    display: none;
    padding: 0;
}

.remove-file {
    background-color: #fff;
    border-radius: 50%;
    cursor: pointer;
    height: 20px;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 20px;
    z-index: 4;
    box-shadow: 0 2px 5px rgb(0 0 0 / 30%);
    border: 0;
}

#imagePreview {
    width: 100%;
    height: 147px;
    object-fit: cover;
}

.accordion-button svg{
    margin-right: 10px;
}


.table td {
    padding: 20px 2px !important;
    vertical-align: middle;
}

.setting-title{
    font-size: 16px !important;
    color: #000;
}

.fluent-mdl2--site-scan::after {
    display: inline-block;
    width: 18px;
    height: 18px;
    vertical-align: -0.125em;
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 2048 2048'%3E%3Cpath fill='black' d='M2048 128v1031q-28-28-60-50t-68-40V640H128v1024h1088l-128 128H0V128zm-128 384V256H128v256zm-509 954q0-66 25-123t68-99t100-67t124-24q67 0 125 25t101 68t68 102t25 125q0 65-24 122t-67 101t-99 68t-123 25q-48 0-94-13t-87-39l-201 201q-23 23-45 46t-46 45q-10 9-19 14t-24 5q-26 0-46-20t-20-46q0-14 5-23t14-20q21-24 44-46t47-45q51-51 100-101t101-101q-25-41-38-86t-14-94m128 12q0 38 14 71t39 58t58 39t72 14t74-15t64-43t44-62t17-74q0-36-15-69t-42-60t-60-42t-70-16q-39 0-74 16t-62 45t-43 63t-16 75'/%3E%3C/svg%3E");
  }

  .circum--dollar::after {
    display: inline-block;
    width: 22px;
    height: 22px;
    vertical-align: -0.125em;
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 21.934A9.934 9.934 0 1 1 21.934 12A9.945 9.945 0 0 1 12 21.934m0-18.868A8.934 8.934 0 1 0 20.934 12A8.944 8.944 0 0 0 12 3.066'/%3E%3Cpath fill='black' d='M14.5 13.5a2.006 2.006 0 0 1-2 2v1.01a.5.5 0 0 1-1 0V15.5h-1.25a.5.5 0 0 1 0-1h2.25a1 1 0 0 0 0-2h-1a2 2 0 0 1 0-4V7.49a.5.5 0 0 1 1 0V8.5h1.25a.5.5 0 0 1 0 1H11.5a1 1 0 0 0 0 2h1a2.006 2.006 0 0 1 2 2'/%3E%3C/svg%3E");
  }


  .ph--invoice-thin::after {
    display: inline-block;
    width: 22px;
    height: 22px;
    vertical-align: -0.125em;
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Cpath fill='black' d='M28 124a4 4 0 0 1 0-8h28a12 12 0 0 0 0-24H40a20 20 0 0 1 0-40h4v-4a4 4 0 0 1 8 0v4h12a4 4 0 0 1 0 8H40a12 12 0 0 0 0 24h16a20 20 0 0 1 0 40h-4v4a4 4 0 0 1-8 0v-4Zm200-68v136a12 12 0 0 1-12 12H40a12 12 0 0 1-12-12v-40a4 4 0 0 1 8 0v40a4 4 0 0 0 4 4h124v-40H80a4 4 0 0 1 0-8h84v-40h-60a4 4 0 0 1 0-8h116V60H96a4 4 0 0 1 0-8h128a4 4 0 0 1 4 4m-56 92h48v-40h-48Zm48 44v-36h-48v40h44a4 4 0 0 0 4-4'/%3E%3C/svg%3E");
  }

  .ph--pen-thin::after {
    display: inline-block;
    width: 22px;
    height: 22px;
    vertical-align: -0.125em;
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Cpath fill='black' d='M224.49 76.2L179.8 31.51a12 12 0 0 0-17 0L39.51 154.83a12 12 0 0 0-3.51 8.48V208a12 12 0 0 0 12 12h44.69a11.93 11.93 0 0 0 8.48-3.51l88.67-88.67l5.73 23l-38.39 38.4a4 4 0 1 0 5.65 5.66l40-40a4 4 0 0 0 1.06-3.8l-7.46-29.8l28.06-28.06a12 12 0 0 0 0-17.02M44 208v-38.34L86.35 212H48a4 4 0 0 1-4-4m52 2.34L45.66 160L136 69.66L186.35 120ZM218.83 87.51L192 114.34L141.66 64l26.83-26.83a4 4 0 0 1 5.66 0l44.68 44.69a4 4 0 0 1 0 5.65'/%3E%3C/svg%3E");
  }

  .mdi-light--account::after {
    display: inline-block;
    width: 22px;
    height: 22px;
    vertical-align: -0.125em;
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M11.5 14c4.14 0 7.5 1.57 7.5 3.5V20H4v-2.5c0-1.93 3.36-3.5 7.5-3.5m6.5 3.5c0-1.38-2.91-2.5-6.5-2.5S5 16.12 5 17.5V19h13zM11.5 5A3.5 3.5 0 0 1 15 8.5a3.5 3.5 0 0 1-3.5 3.5A3.5 3.5 0 0 1 8 8.5A3.5 3.5 0 0 1 11.5 5m0 1A2.5 2.5 0 0 0 9 8.5a2.5 2.5 0 0 0 2.5 2.5A2.5 2.5 0 0 0 14 8.5A2.5 2.5 0 0 0 11.5 6'/%3E%3C/svg%3E");
  }

  .bi--phone::after {
    display: inline-block;
    width: 18px;
    height: 18px;
    vertical-align: -0.125em;
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cg fill='black'%3E%3Cpath d='M11 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1zM5 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2z'/%3E%3Cpath d='M8 14a1 1 0 1 0 0-2a1 1 0 0 0 0 2'/%3E%3C/g%3E%3C/svg%3E");
  }

  .profile-pic-editable {
    cursor: pointer;
    position: relative;
    width: 150px;
    height: 150px;
    font-size: 3em;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    border-radius: 100%;
}

.cam-icon-wrap {
    position: absolute;
    opacity: 0;
    z-index: 2;
}

.img-circle.rounded-circle {
    object-fit: cover;
}

.profile-pic-editable:hover .cam-icon-wrap {
    opacity: 1;
    background: rgba(0, 0, 0, .65);
    border-radius: 0.375rem;
    width: 100%;
    height: 100%;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.favicon-browser{
    height: 61px;
    position: relative;
    top: 1px;
    width: 432px;
    background: url(/assets/images/fav.svg) no-repeat -5px 0;
}

.small-fav{
    border-radius: 2px;
    height: 20px;
    left: 79px;
    overflow: hidden;
    position: absolute;
    top: 21px;
    width: 20px;
}

.fav-text{
    left: 107px;
    position: absolute;
    top: 22px;
    width: 142px;

    overflow: hidden;
    text-overflow: ellipsis;
}

.logoPreview{
    object-fit: contain;
}

.card.rejected:after{
    position: absolute;
    width: 100%;
    height: 100%;
    content: "Declined";
    font-size: 138px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: red;
    font-weight: 700;
    opacity: 25%;
}

.card.verified:after{
    position: absolute;
    width: 100%;
    height: 100%;
    content: "Approved";
    font-size: 138px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: green;
    font-weight: 700;
    opacity: 25%;
}

.ic--baseline-verified::after {
    display: inline-block;
    width: 18px;
    height: 18px;
    vertical-align: -0.125em;
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23397e62' d='m23 12l-2.44-2.79l.34-3.69l-3.61-.82l-1.89-3.2L12 2.96L8.6 1.5L6.71 4.69L3.1 5.5l.34 3.7L1 12l2.44 2.79l-.34 3.7l3.61.82L8.6 22.5l3.4-1.47l3.4 1.46l1.89-3.19l3.61-.82l-.34-3.69zm-12.91 4.72l-3.8-3.81l1.48-1.48l2.32 2.33l5.85-5.87l1.48 1.48z'/%3E%3C/svg%3E");
  }

  .unlisted-style{
    list-style: none;
  }

  .chat-inner{
    position: relative;
    overflow: hidden;
    height: 100%;
    max-width: 100%;
    outline: 0;
    direction: ltr;

    max-height: none;
}

.tk-proactivity_img{
    border-radius: 50%;
    margin: 0 16px 0 0;
}

.tk-proactivity_info {
    flex: auto;
    padding: 6px 0 0;
}

.tk-proactivity_info h6{
    font-size: 15px;
    font-weight: 500;
}

.tk-proactivity_info h6 span{
    font-weight: 400;
}

.tk-proactivity_info p {
    margin: 0;
    font-size: 0.9375rem;
    line-height: 1.6em;
    font-weight: 400;
}

.sidebar-badge{
    background-color: #32536a;
    border-radius: 18px;
    color: #fff;
    border-color: #32536a;
}

.dWKizP {
    display: flex;
    padding: 20px 15px;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.gwAVTy .sc-fyZgVY:not(:last-of-type) {
    border-bottom: 1px solid rgb(245, 245, 245);
}

.gwAVTy .sc-fyZgVY:first-of-type {
    padding-top: 0px;
    padding-bottom: 30px;
}

.stat-card {
        background: white;
        border-radius: 15px;
        padding: 25px;
        box-shadow: 0 5px 15px rgba(0,0,0,0.08);
        transition: transform 0.3s ease;
        border: none;
    }
    
    .stat-card:hover {
        transform: translateY(-5px);
    }
    
    .stat-icon {
        width: 60px;
        height: 60px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.5rem;
        margin-bottom: 15px;
    }