﻿
.d-none-desktop {
    display: none;
}
.mobileview{
    display:none;
}
.prf-system-img {
    width: 100%;
}

@media (max-width: 600px) {
    .margin-t-3 {
        margin-top: 1rem;
    }
    .margin-b-3{
        margin-bottom: 1rem;
    }
    .smalllogo {
        display:none;
    }
    .system-link {
        top: 10px;
    }
    .d-none-desktop {
        display: block;
    }
    .main-header .navbar-nav.justify-content-between{
        justify-content: start !important
    }
    .mobileview {
        display: block;
    }
    .desktopview {
        display: none;
    }
    .profiletext {
        width: 35px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    span.user-img img {
        width: 25px;
        height: 25px;
        border-radius: 50%;
        border: 1px solid #010E16;
    }
    .notification-sec.dropdown-menu-lg {
        max-width: 300px !important;
        min-width: 300px !important;
        padding: 0;
    }
    .main-drop .dropdown-menu[data-bs-popper] {
        top: 100%;
        right: 0;
        margin-top: var(--bs-dropdown-spacer);
        left: auto;
    }
    .d-sm-inlineblock{
        display:inline-block;
    }
    .table-offer td {
        font-size: 12px;
        padding: 4px 5px !important;
        width:100%;
        display:block;
    }
    .table-offer td .col-4 {
        max-width: 100%;
        flex: none;
        display: block;
        width: 100%;
        margin-bottom:5px !important;
        padding:0 !important;
    }
    .table-offer td .d-flex {
        max-width: 100%;
        flex: none;
        display: block !important;
        width: 100%;
    }
    .table-offer td  td{
        padding:0 !important
    }
    .table-offer td .d-flex-sm {
        display: flex !important
    }
    .table-offer td  .form-control {
        font-size: 12px;
        margin: 0 !important;
    }
    .table-offer td .ml-2 {
        margin: 0 !important;
    }
    .justify-content-sm-between{
        justify-content: space-between;
    }
    .profile-upload.position-relative {
        width: 160px;
        margin: 0 auto;
    }
    .m-mbl-0{
        margin:0  !important;
    }
    .ml-set {
        padding-left: 0;
    }
    #profileform .profile-upload {
        width: 90px;
    }
    .profile-content-sec, .person-info {
        font-size: 12px;
    }
    .p-mbl-0{
        padding:0 !important
    }
    table thead .sorting_asc:before, table thead .sorting_desc:after {
        display:none;
    }
    .flex-col-sm {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .single-checklist .w-one, .single-checklist .w-two, .single-checklist .w-three, .single-checklist .w-four, .single-checklist .w-five, .single-checklist .w-six {
        width: 100%;
    }
    .single-checklist .radio-own [type="radio"]:checked + label, .single-checklist .radio-own [type="radio"]:not(:checked) + label {
        font-size: 10px !important;
    }
    .single-checklist .w-one {
        display: flex !important;
        align-items: center !important;
    }
    .single-checklist .w-one .uploadsamplefile_sec {
        margin-left:10px !important
    }
    .single-checklist .w-three, .single-checklist .w-five, .single-checklist .w-four .d-flex {
        justify-content: start !important;
    }
    .col-12-sm {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .d-mbl-block{
        display:block !important;
    }
    .w-m-160px{
        min-width:160px;
    }
    .table-plan td{
        width:200px;
    }
}
@media (max-width: 400px) {
    .mt-xsm-2{
        margin-top:10px;
    }
}