@font-face { font-family: Arial, Helvetica, sans-serif; src: url('../Helvetica-Font-Family/Helvetica-Bold.ttf'); } 

body{
    font-family: Helvetica !important;
}

body.sidebar-main .iq-sidebar{
    background-color: #008000 !important;
}
.iq-sidebar-menu .side-menu li a{
    color:red;
}

.app-item-center{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.label {
    letter-spacing: 0.5px;
    padding: 4px 10px;
    border-radius:2px;
    font-size: 14px;
    text-transform: capitalize;
}

.label-primary{
    background-color: rgb(240, 246, 255);
    color: rgb(0, 102, 255) !important;
}

.label-unique{
    background-color: rgb(248, 238, 255);
    color: rgb(153, 0, 255) !important;
}

.label-success{
    background-color: rgb(242, 255, 238);
    color: rgb(0, 220, 22) !important;
}

.label-alert{
    background-color: rgb(255, 238, 238);
    color: rgb(255, 0, 0) !important;
}

.label-warning{
    background-color: rgb(255, 251, 238);
    color: rgb(255, 196, 0) !important;
}

.app-small-btn{
    width: 28px;
    height: 28px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    float:left;
    transition:0.3s;
    margin:5px 5px ;
    text-transform: capitalize;
}

.app-small-btn:hover{
    transform:scale(1.1);
    color:white;
}

.alert-btn{
    background-color: rgb(255, 0, 0);
    color: white;
}

.primary-btn{
    background-color: rgb(0, 102, 255);
    color: white;
}

.unique-btn{
    background-color: rgb(153, 0, 255);
    color: white;
}

.success-btn{
    background-color: rgb(0, 240, 8);
    color: rgb(248, 255, 243);
}

.disable-btn{
    background-color: rgb(218, 218, 218);
    cursor:not-allowed;
    color: rgb(248, 255, 243);
    text-transform: capitalize;
}

.app-medium-btn{
    text-transform: capitalize;
    height: 28px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    float:left;
    transition:0.6s;
    margin:5px 5px ;
    padding: 0px 10px;
    outline: none;
    border: none;
}

.app-medium-btn p{
    text-transform: capitalize;
    color: white !important;
    margin: 0;
    padding: 5px 5px;
}

.app-medium-btn:hover{
    text-decoration: none;
    transform: scale(1.1);
    color: white;
}

.app-general-btn{
    padding: 10px 14px;
    border-radius: 5px;
    border: none;
    outline: none;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0.5px;
    text-transform: capitalize;
}

.app-btn-primary{
    background-color: rgb(0, 106, 255);
    color: white;
}

.product-profile-dp{
    width: 200px;
    z-index: 100;
}

/* .table-details{
    border: 1px solid #f2f2f2;
} */



.info{
    font-size: 14px;
    padding: 8px 12px;
    letter-spacing: 0.5px;
}

.success{
    color: rgb(0, 213, 0);
    background-color: rgb(236, 255, 236);
}

.wrong{
    color: red;
    background-color: rgb(255, 245, 245);
}

/* 
.app-product-img{
    width:45px !important;
    height:45px !important;
    border-radius:5px !important;
} */

.app-custom-normal-btn{
    padding: 8px 12px;
    background-color: rgb(0, 123, 255);
    border-radius: 5px;
    color: white;
    text-decoration: none;
    transition: 0.4s;
    letter-spacing: 0.5px;
    font-weight: 600;
    font-size: 14px;
    outline: none;
    border: none;
}

.app-custom-normal-btn:hover{
    transform: scale(1.1);
    color: white;
}

.app-bg-alert{
    background-color: rgb(255, 243, 243);
}

.app-bg-success{
    background-color: rgb(245, 255, 243);
}

.app-bottom-line{
    width:50px;
    height:4px;
    background:rgb(15, 15, 116);
}

.bidYes{
    display: none;
}

.bidNo{
    display: none;
}


.preview-image-form-div{
    width: 300px;
    height:300px;
    background:#f2f2f2;
    /* display:flex; */
}

.preview-image-form{
    width: 200px;
    height: 100%;
    margin: 0 auto;
}


.app-list-style{
    list-style-type:square;
    border-radius: 5px;
    padding: 10px 10px 10px 30px;
    border: 1px solid #f2f2f2;
}
.app-list-style li{
    margin: 7px 0px;
}

.hide-sec{display: none;}

/* .table-details td{
    padding: none !important;
} */

.cls-pd-none{padding: none !important;}

.table-custom{
    width: 100%;
}
.table-custom td{ padding: 8px 0;}

.app-image-200{
    background: rgb(252, 253, 254);height:200px;width:200px;margin:0 auto;display:flex;border-radius:5px;
}

.app-image-200 img{
    height:100%;margin:0 auto;display:flex;border-radius:5px;max-width:200px;
}



/* // Product images */
html * {
    box-sizing: border-box;
}
.upload__btn p {
    margin: 0 10px;
}
.upload__box {
    padding: 1px;
}
.upload__inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}
.upload__btn {
    /* display: inline-block; */
    font-weight: 600;
    color: #fff;
    text-align: center;
    min-width: 116px;
    padding: 5px;
    transition: all 0.3s ease;
    cursor: pointer;
    border: 2px solid;
    background-color: #007bff;
    border-radius: 5px;
    line-height: 26px;
    font-size: 14px;
}
.upload__btn:hover {
    transition: all 0.3s ease;
}
.upload__btn-box {
    margin-bottom: 10px;
}
.upload__img-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.upload__img-box {
    width: 120px;
    padding: 0 10px;
    margin-bottom: 12px;
}
.upload__img-close {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 10px;
    right: 10px;
    text-align: center;
    line-height: 24px;
    z-index: 1;
    cursor: pointer;
}
.upload__img-close:after {
    content: '\2716';
    font-size: 14px;
    color: white;
}
.img-bg {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    padding-bottom: 100%;
    border-radius: 5px;
}


/* multiple categories */
.container {
    margin-top: 50px;
  }
  .choices__inner {
    border-radius: 0px;
  }
  .choices__list--multiple .choices__item {
    background-color: #0071BC;
    border: 1px solid #0071BC;
    border-radius: 0px;
  }

.alert-toast{
    padding: 10px 18px;
    background-color: rgb(255, 241, 241);
    color: red;
    border-radius: 5px;
}

/* toast message/ */
.message-box{
    padding:12px 20px;
    border-radius:10px;
    line-height:28px;
    width: 100%;
}
.warning-box{
    background: rgba(255, 170, 0, 0.084);
    color:rgb(255, 170, 0);
}
.alert-box{
    background: rgba(255, 0, 0, 0.084);
    color:rgb(255, 0, 0);
}
.info-box{
    background: rgba(0, 98, 255, 0.084);
    color:rgb(0, 119, 255);
}
.success-box{
    background: rgba(0, 255, 76, 0.084);
    color:rgb(0, 202, 34);
}

#form label.error{
    color: red;
    font-size: 14px;
    border-radius: 5px;
    font-weight: 500;
    letter-spacing: 0.5px;
    margin-top: 5px;
    padding: 4px 8px;
    background-color: rgb(255, 246, 246);
}

.iq-sidebar-menu .side-menu li a span{
    color: white !important;
}
.iq-sidebar-menu .side-menu li a i{
    color: white !important;
}

.sidebar-default .iq-sidebar-menu .side-menu>li.active>a{
        background: #7cb342 !important;
    color:white !important;
}

.app-text-transform{
    text-transform:capitalize;
}