/*for tablet*/
@media screen and (max-width: 991px) {
   html[dir="ltr"]  .table-responsive td {
      padding-right:0.5rem;
        padding-left: 30%;
        text-align:left;
    }
    html[dir="ltr"] .table-responsive td:before {
        left: 6px;
        right: 0;
        padding-left:0.5rem;
        padding-right: 10px;
        text-align:left;
        white-space: pre-wrap;
    }
    html[dir="ltr"] .table-responsive td:before{
        content: attr(data-bs-original-title);
    }
    html[dir="ltr"] .table-responsive td.pe-0{
        padding-right:0.5rem;
        padding-left:0.5rem!important;
    }
    html[dir="ltr"] .table tbody tr{
        margin-bottom: 1rem;
    }
    html[dir="ltr"] #forecast-time .table-responsive td{
        padding-right:0.5rem;
        padding-left: 55%;
    }
   html[dir="ltr"]  #forecast-time .table-responsive td:before{
        width: 55%;
    }
    html[dir="ltr"] .dropstart .dropdown-toggle::before {
    border-right: .3em solid;
    border-left:0;
    }
}
/*For Mobiles*/
@media screen  and (max-width: 767px) {

   html[dir="ltr"] .sidebar {
        transform: translateX(-100%);
        transition: all 0.5s cubic-bezier(0.250, 0.250, 0.750, 0.750);
    }
   html[dir="ltr"] .open-sidebar {
        transform: none;
        transition: all 0.5s cubic-bezier(0.250, 0.250, 0.750, 0.750);
        visibility: visible;
    }
    html[dir="ltr"] .dropstart .dropdown-toggle::before {
    border-right: .3em solid;
    border-left:0;
    }

}
