
/*# sourceMappingURL=data:application/json;charset=utf8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY3VzdG9tLmNzcyIsInNvdXJjZXMiOlsiY3VzdG9tLnNjc3MiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiJ9 */

/*# sourceMappingURL=custom.css.map */



#product-gallery {
    margin: 20px 0px !important;
    margin-bottom: 40px !important;
    border: 1px solid #afa6a6;
    border-radius: 10px;
    padding: 20px;
}

.dropzoneimg {
    /* margin: 20px 5px!important; */
    margin-bottom: 21px !important;
    border: 1px solid #afa6a6;
    border-radius: 10px;
    padding: 10px 20px;
}

.dropzoneimg .card-body {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px !important;
    padding-top: 8px !important;
}

.img-delte-btn {
    background: #ef020263;
    padding: 8px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .2s;
    cursor: pointer;
}

.img-delte-btn:hover {
    color: white !important;
    background-color: #f10017;
}
a {
    cursor: pointer;
   color: black;
}

.card-header {
  padding: 20px !important;
  display: flex;
  align-items: center;
  justify-content: space-between
}
.card-header .btn-primary {
  border-radius: 4px !important;
  padding: 5px 8px !important
}
.action-btns{
  text-align: center
}
.action-btns a ,.action-btns a{
  display:inline-block !important;
  margin: 5px
}

.tick-icon{
  width: 50px !important;
}
.main-sidebar .sidebar-brand {
margin-bottom: 25px;
}

.logo-w11{width: 195px;margin: 25px auto 0px;transition: all .5s;}

.h-i{
    font-size: 1.3rem;
    margin-right: 8px;
    color: #0d8fa3;
}

.comment-container {
    border: 1px solid #007889;
    padding: 25px;
    border-radius: 15px;
}

.comment-textarea{
    border: 1px solid #0000004d;
    border-radius: 5px !important;
}
.flex{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.form-control:disabled, .form-control[readonly] {
    background-color:#e9ecef9e;
    opacity: 1;
}
.not-allowed{
        background-color:#e9ecef9e;
        }


        .action-btns form {
            display: flex;
            align-items: center;
            justify-content: space-between;
        }


.h-auto{
    height: auto !important;
}

.my-0-mx-auto{
    margin: 0px auto;
}
.just-flex{
    display: flex;
}


.sidebar-mini .logo-w11 {
    width: 46px !important;
}


.login-container{
    max-width: 100%;
    width: 600px;
}

.flex-center-xy{
    max-height: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.u-cheque-btns{
    display: inline-block;
    margin: 5px 15px;
    cursor:pointer;
    margin-bottom: 10px;
}
.u-cheque-btns label {
    padding-left: 5px;
    font-size: 15px;
    margin: 0px;
    cursor: pointer;
}


.display_flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}



#minDate,#maxDate {
    padding: 0px 8px;
    border-radius: 3px;
    outline: none;
    border: 1px solid #007889;
}

