.hand {
    cursor: pointer;
}

.display-none {
    display: none;
}

.tbl-checkbox{
    margin-bottom: 0px !important;
}

.tbl-sm-btn {
    padding: 0.3rem 00.78rem !important;
}

table .dropdown-toggle::after {
    content: unset !important;
}

.oneline_trunc {
    -webkit-line-clamp: 1;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}
.three_lines_trunc {
    -webkit-line-clamp: 3;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}

.four_lines_trunc {
    -webkit-line-clamp: 4;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}
.lg_lines_trunc {
    -webkit-line-clamp: 20;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}

.shodan_cell_ellip{
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 300px;
}

.link_cell_ellip{
    direction: rtl;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 1050px;
}

.link_cell_ellip_ltr{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 1050px;
}

.sm_link_cell_ellip_ltr{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 250px;
}

.filter-dropdown {
    width: 300px;
}

.filter-dropdown .dropdown-item{
    padding: 10px 20px;
}
.filter-dropdown.show{
    position: absolute;
    right: 0px;
    left: auto;
    margin: 0px;
}
table.table-bordered.dataTable td {
    vertical-align: top;
}

.md_img_intd{
    width: 100%;
    max-width: 300px;
}
.sm_img_intd{
    width: 100%;
    max-width: 120px;
}

.selection-label{
    display: flex;
}
.selection-switch{
    border-radius: 5px;
    display: flex;
    padding: 10px;
    justify-content: space-between;
    border: 1px solid #ababb0;
    width: -webkit-fill-available;
    width: -moz-available;
}

.w-avail{
    width: -webkit-fill-available;
    width: -moz-available;
}

.selection-label .custom-switch-indicator{
}
.selection-switch .help{
    text-decoration: underline;
}

.form-label2{
    display: block;
    margin-top: 0px !important;
    font-size: 14px;
    margin-bottom: 0.375rem;
}

.form-control, .dropify-wrapper {
    border: 1px solid #ababb0;
}

.col-md-3-11{
    position: relative;
    width: 100%;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
}

.col-md-4-11{
    position: relative;
    width: 100%;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
}

.col-md-8-11{
    position: relative;
    width: 100%;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
}

.fs-14 {
    font-size: 14px;
}

.rwizard .content{
    padding: 15px !important;
}
.rwizard .content section{
    padding: 15px !important;
    border-radius: 5px;
    border: 1px solid #c3bdbd;
}

.rwizard .content .review-sec{
    padding: 15px !important;
    border-radius: 5px;
    border: 1px solid #f74f75;
}

.rwizard .content .review-sec .rvbtn{
    background-color: #f74f75 !important;
}

.rwizard .content .rvh{
    color: #f74f75 !important;
}

#wizard3 .steps ul li a{
    pointer-events: none;
}

@media (min-width: 768px) {
    .col-md-3-11{
        flex: 0 0 27.272727%;
        max-width: 27.272727%;
    }
    .col-md-4-11{
        flex: 0 0 36.363636%;
        max-width: 36.363636%;
    }
    .col-md-8-11{
        flex: 0 0 72.727272%;
        max-width: 72.727272%;
    }
}

@media (min-width: 992px) {
    .wizard.vertical > .content {
        width: 80% !important;
    }
    .wizard.vertical > .actions {
        width: 80% !important;
    }
    .wizard.vertical>.steps {
        width: 20% !important;
    }
}

