﻿.view {
    position: relative;
    cursor: default;
}

.mw250 {
    min-width: 250px;
}

    .view, .view .mask, .waves-effect {
        overflow: hidden;
    }

        .view img, .view video {
            position: relative;
            display: block;
        }

.img-fluid, .modal-dialog.cascading-modal.modal-avatar .modal-header, .video-fluid {
    max-width: 100%;
    height: auto;
    /*border: 1px solid #dddddd;*/
    border-radius: 10px 10px;
}

.w-100 {
    width: 100% !important;
}

.h-335 {
    height: 335px !important;
}

.p-50 {
    padding: 50px;
}

.collection-card .stripe.dark {
    background-color: rgba(233,2,2,.75);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.collection-card .stripe {
    bottom: 0;
}

.collection-card .stripe {
    position: absolute;
    bottom: .01rem;
    width: 100%;
    text-align: center;
    padding: 1.2rem;
}

.pointer {
    cursor: pointer !important;
}

.white-text {
    color: #fff !important;
    font-size: 14px;
    line-height: 18px;
}

.px-2 {
    padding: 10px !important;
}

.text-small {
    font-size: 70%;
}

.small, small {
    font-size: 80%;
    font-weight: 400;
}

.mb-0, .my-0 {
    margin-bottom: 0 !important;
}

.erMsg {
    color: red;
    display: none;
}
