@import url(https://fonts.googleapis.com/css?family=Cairo);
body{
    font-family: Cairo;
}

.bg-strong-bliss {
     background-image:
     -webkit-gradient(linear,left top,right top,from(#ccc),
     color-stop(19%,#f0f0f0),
     color-stop(60%,#f0f0f0),
     to(#ccc))!important;
}
.metismenu-item {
     margin-top: 2px !important;
 }
 .widget-content .widget-numbers {
     font-weight: 700;
     font-size: 1.8rem;
     display: block;
 }
 .widget-content .widget-content-right {
     margin-left: auto;
 }
 .apexcharts-canvas {
     position: relative;
     user-select: none;
 }

.table th, .table td {
    vertical-align: middle;
}

tr.notAct td {
    position: relative;
    padding: 5px 10px;
}

tr.notAct td:before {
    content: " ";
    position: absolute;
    top: 50%;
    left: 0;
    border-bottom: 1px solid #111;
    width: 100%;
}
.dropdown-menu {
    min-width: 150px;
}
.dropdown-menu.dropdown-menu-right .dropdown-item span{
    margin-right: 20px;
}
.dropdown-menu.dropdown-menu-left .dropdown-item span{
    margin-left: 20px;
}
.dropdown-item {
    padding: 2px 10px;
}
.dropdown-item a{
    color: #111;
    padding: 0.5rem 1rem;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: background-color .3s ease,color .3s ease;
    -o-transition: background-color .3s ease,color .3s ease;
    transition: background-color .3s ease,color .3s ease;
    cursor: pointer;
}
.dropdown-item a .metismenu-icon {
    color: #3f6ad8;
    font-size: 1rem;
    width: 30px;
    text-align: center;
    opacity: .45;
    margin-left: -10px;
}
.dropdown-item a:hover {
    opacity: .9;
    color: #3f6ad8;
    text-decoration: none;
}
.dropdown-item a:hover .metismenu-icon {
    opacity: .9;
    color: #3f6ad8;
}
.btnSubmit{
    padding: 8px 30px;
    font-size: 16px;
}
.imgPrev {
    width: 80px;
    height: 80px;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 2px;
}
.ql-container{
    height: auto !important;
    min-height: 300px;
}
.delItem{
    display: inline-block;
    background: #ff0000;
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
    line-height: 20px;
    cursor: pointer;
    font-weight: bold;
}

.imagesPreview img {
    transition: transform 0.3s ease-in-out;
}
.imagesPreview img:hover {
    transform: scale(10);
}

.variantTd hr {
    margin-top: 2px;
    margin-bottom: 2px;
}
