.main-cat-ul
{
    list-style-type: none !important;
    padding-left: 0;
}

.not-found
{
    padding: 100px 0;
}

.preview-add-container
{
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: #f5f8fa;
    overflow-y: auto;
}

.preview-top
{
    background-color: white;
    min-height: 50px;
    margin-bottom: 22px;
    padding: 5px 0;
    text-align: center;
}

.link
{
    cursor: pointer;
}

.mt-15
{
    margin-top: 15px;
}

.dropzone
{
    border: 2px dashed #0087F7;
    background: white;
    border-radius: 5px;
    min-height: 300px;
    padding: 90px 0;
    vertical-align: baseline;
}

.dz-remove
{
    display:inline-block !important;
    width:1.2em;
    height:1.2em;

    position:absolute;
    top:-5px;
    right:-5px;
    z-index:1000;

    font-size:1.2em !important;
    line-height:1em;

    text-align:center;
    font-weight:bold;
    border:1px solid red !important;
    border-radius:1.2em;
    color:white;
    background-color:red;
    opacity:0.8;

}

.dz-remove:hover
{
    text-decoration:none !important;
    opacity:1;
    color: white !important;
    background-color: #f92020;
}

.error
{
    color: red !important;
}

.breadcrumb
{
    background-color: transparent !important;
    padding: 0 !important;
}

.modal-content
{
    background: #f4f4f4 !important;
    border: none !important;
}

.social_login_opt > div
{
    padding-right: 0 !important;
}

.menu-select
{
    -webkit-appearance: none !important;
}

.help-block
{
    color: red !important;
}

.category-list > li > a:hover
{
    color: white !important;
}

.og-category, .og-packet
{
    background: #ffffff !important;
    max-width: 570px !important;
    height: 40px !important;
    line-height: 40px !important;
    border: 1px solid #e0e0e0 !important;
    position: relative !important;
    /*z-index: 50 !important;*/
    padding: 0 15px !important;
    font-size: 15px !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

.og-category:focus, .og-packet:focus
{
    box-shadow: none !important;
}

.w-100
{
    width: 100% !important;
}

.label-wrap {
    white-space: normal !important;
    text-align: left !important;
}