.app-wrapper{
    min-height: 100vh;
}

textarea {
    min-height: 6rem !important;
    width: 100%;
}


#testimonial-image, #testimonial-image-edit {
    max-width: 12rem;
    max-height: 7rem;
}


.main-image-post img {
    width: 150px;
}

.small-text {
    font-size: 12px;
    color: #979797;
}


#preview-image, #preview-image-edit, #cover-image, #cover-image-edit {
    max-width: 250px;
}

#slider-image, #slider-image-edit  {
   width: 100%;
}

.thead-primary {
    background-color: #15a362 !important;
    
}

.thead-red {
    background-color: #e0513e !important;
    
}

.thead-primary tr th {
    color: #fff !important;
}

.text-light {
    color: #fff !important;
}

.input-custom, .btn-custom {
    height: 48px !important;
}

.images-preview-div img, .images-preview-div-edit img{
    max-width: 100px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.btn-full {
    width: 100%;
}


.brand-custom {
    width: 150px !important;
}


.background-login {
  height: 100vh;
  max-width: 100vw;
}

.app-content {
    min-height: 80vh !important;
}

.image-gallery {
    max-width: 100%;
}

.picture-ava-edit img {
    max-width: 10rem !important;
    margin-right: 2rem;
}


.categori {
    padding: 1rem 0px 3px 1rem;
}

.categori h6 {
    color: rgb(31, 129, 31);
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
}


.dashboard h5 {
    color: green !important;
    font-size: 24px;
    margin-top: 8px;
}


.app-branding .logo-icon {
    height: 3rem;
    width: 6rem;
}



.app-branding .logo-text {
    color: green !important;
}


.minus, .plus{
    width:34px;
    height:34px;
    background:#f2f2f2;
    border-radius:4px;
    padding:4px 5px 8px 5px;
    border:1px solid #ddd;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}

.minus:hover, .plus:hover {
    cursor: pointer;
}

.quantity {
    height:34px;
    width: 100px;
    text-align: center;
    font-size: 26px;
    border:1px solid #ddd;
    border-radius:4px;
    display: inline-block;
    vertical-align: middle;

}


.select2-selection {
    height: 36px !important;
    border-color: #ced4da !important;
    text-align: center;
}

.select2-selection__rendered {    line-height: 48px !important;}.select2-container .select2-selection--single {    height: 48px !important;}.select2-selection__arrow {    height: 48px !important;}