/*
Template Name: Velzon - Admin & Dashboard Template
Author: Themesbrand
Website: https://themesbrand.com/
Contact: support@themesbrand.com
File: Custom Css File
*/

.card-shadow{
    box-shadow: 0px 31.7292px 63.4583px rgba(138, 149, 158, 0.2);
}
.max-w-900{ max-width:900px;}
.product_wrapper h5{ font-size:1.25rem;}
 .form-group-b .form-label{ font-size:13px; color: #203B54; font-weight:500;}
 .form-group-b .form-control{ font-size: 14px;}
    .form-group-b .form-select{  font-size: 14px;}
    .form-group-b .ck.ck-editor__main>.ck-editor__editable,
    .form-group-b .ck.ck-toolbar{    border-color:rgba(26, 18, 43, 0.1)!important;}
    .form-group-b .ck.ck-toolbar {    background: #fff!important;padding: 5px 10px;}
    .form-group-b  .ck-editor__editable {       height: 130px!important;
        min-height: auto!important;  }
    
        .max-w-100{ max-width:100px;}

        .clearfix{ clear: both;}

        .dropzone-preview-v2 li {
            display: inline-block;
            margin-right: 30px;
            margin-bottom: 30px;
        }

        .dropzone-preview-v2 li > div {
            width: 120px;
            height: 120px;
            position: relative;
        }
        
        .dropzone-preview-v2 li > div .flex-grow-1 {
            display: none;
        }
        
        .dropzone-preview-v2 li > div .flex-shrink-0.me-3 {
            margin: 0!important;
        }
        
        .dropzone-preview-v2 li .btn-danger {
            position: absolute;
            top: -6px;
            right: -13px;
            font-size: 0;
            width: 24px;
            height: 24px;
            padding: 0;
            border-radius: 50%;
            
    line-height: 22px;

        }
        .dropzone-preview-v2 li .btn-danger::after{
            font-family: remixicon!important;
            font-style: normal;
            content: "\eb98";
            font-size:20px;
        }
        .dropzone-preview-v2 li > div .avatar-sm {
            width: 120px;
            height: 120px;
        }
        
        .dropzone-preview-v2 li > div .avatar-sm img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        
        .dropzone-preview-v2 li > div .p-2 {
            padding: 0!important;
        }