@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap');
body,
a,
span,
p,
div,
b{
    font-family: 'Inter', sans-serif;
}
:root{
    --bs-body-font-size:14px!important;
    --violet: #B530CE;
}
.overlayPage{
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    background: #fff;
    z-index: 99999999999;
    overflow: auto;
}

.max-600{
    width: 600px;
    max-width: 90%;
}

.loading-spinner{
    position: fixed;
    top: 0;
    left: 0;
    z-index:9999999999999999999999999999;
    background: rgba(0,0,0,.5);
    width: 100vw;
    height: 100vh;
}
.lds-ring {
display: inline-block;
position: relative;
width: 80px;
height: 80px;
position: fixed;
top: 50%;
left: 50%;
translate: -50% -50%;
}
.lds-ring div {
box-sizing: border-box;
display: block;
position: absolute;
width: 64px;
height: 64px;
margin: 8px;
border: 8px solid #fff;
border-radius: 50%;
animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
border-color: #fff transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
animation-delay: -0.15s;
}
@keyframes lds-ring {
0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(360deg);
}
}
  

.card-img-top{
    height: 60px;
    width: auto!important;
    min-width: auto;
    border-radius: 5px;
    border: 1px solid #f2f2f2;
}

h1,
h2,
h3,
h4,
h5{font-weight: 700!important;}
.font-bolder{font-weight: 900!important;}
.font-medium{font-weight: 500!important;}
.font-bold{font-weight: 600!important;}


.listing_item:not(.no-action){cursor: pointer;}
.listing_item .card{transition:all ease-in-out .2s}
.listing_item:not(.no-action) .card:hover{
    /* border: 1px solid var(--violet); */
    box-shadow: 0px 0px 15px rgba(0,0,0,.1);
}
.listing_item .card-text{color: #7c7c7c;font-size: 13px;line-height: initial;}

.form-image-preview{
    border: 1px solid #dee2e6;
    border-radius: 5px;
    width: fit-content;
}
.form-image-preview img{height: 40px;}

.panel{
    background: #fff;
    box-shadow: 0px 0px 5px 0px rgba(23, 24, 24, .05), 0px 1px 2px 0px rgba(0, 0, 0, .15);
    border-radius: 10px;
}
.f16{font-size: 16px!important;}

body .btn-primary{
    box-shadow: 0 0 2px rgba(0, 0, 0, .05), inset 0 -1px 0 rgba(0, 0, 0, .2);
}

.pre-formatted {
    white-space: pre-line;
}

.badge.small{
    font-size: 9px!important;
    line-height: initial;
}

.btn.btn-primary{
    /* text-transform: uppercase; */
    font-weight: 600;
    font-size: 14px;
}

.h3 small{
    font-weight: 600;
    color: gray;
    font-size: 14px;
}

#widget-content-list{}
#widget-content-list .search{position: relative;}
#widget-content-list .search button{
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    border: 0;
    background: transparent;
    display: flex;
    align-items: center;
    padding: 0 .7rem;

}

.widget-content-list-items{}
.widget-content-list-items .status{
    height: 16px;
    width: 16px;
    border-radius: 50%;
    border: 2px solid #fff;
    box-shadow: 0 0 0 1px #ccc;
    background: #f2f2f2;
}
.widget-content-list-items .status.active{
    background: rgba(var(--bs-success-rgb));
}

.btn-primary.btn-add{display: flex;align-items: center;}

.btn-primary.btn-add span{line-height: initial;}

body .breadcrumb{
    margin: -3rem -3rem 0rem -3rem;
    padding: 1.6rem;
    border-bottom: 1px solid #ccc;
}
.breadcrumb  .breadcrumb-item{}
.breadcrumb  .breadcrumb-item:first-child a{
    color: #131313;
    font-weight: bold;
}
.breadcrumb .breadcrumb-item a{
    color: #666;
    text-decoration: none;
    font-weight: 600;
    text-transform: lowercase;
}
.breadcrumb .breadcrumb-item a:hover{
    text-decoration: underline;
    color: var(--violet);
}
.breadcrumb .breadcrumb-item span{opacity: .5;}

.app-header{
    
    margin: 0 -3rem 0 -3rem;
    padding:1rem 1.6rem;
    border-bottom: 1px solid #ccc;
    
}
.app-header h1{
    font-size: 14px;
    font-weight: 500!important;
    margin: 0;
}
.app-header h1 img{
    border-radius: 5px;
    height: 36px;
    border: 1px solid #f2f2f2;
}

body .btn-link{
    text-decoration: none;
    color: var(--violet);
}
.btn-primary.btn-add span{line-height: initial;}

.active-toggle{
    border: 1px solid;
    border-radius: 5px;
    font-size: 10px;
    line-height: 22px;
    padding: 0 10px;
    font-weight: 500;
    background: transparent;
}
.active-toggle:hover{
    background:#f2f2f2
}


.field-col{}
.field-col.item__data__image__0__url_.item_InputText{flex: 1;}
.field-col.item__data__image__0__url_.item_InputText input{font-size: 12px;}
.field-col.item__data__rating_{margin-left: auto;}
.field-col.item__data__rating_ i{
    color: var(--bs-warning);
}

.field-col .item_thumbnail{
    object-fit: cover;
    aspect-ratio: 1;
    border-radius: 5px;
    border: 1px solid #f2f2f2;
    padding: 3px;
    width: 60px;
}

.field-col  .btn-sm, .field-col  .btn-group-sm > .btn {
    --bs-btn-padding-y: 0.25rem;
    --bs-btn-padding-x: 0.5rem;
    --bs-btn-font-size: 0.675rem;
    --bs-btn-border-radius: var(--bs-border-radius-sm);
}