@media (max-width: 1400px) {
    
}
@media (max-width: 1199.98px) {
    .cards .cards__col-3{
        width: 33.3%;
    }
    /*
    .flex-lg-col{
        flex-direction: column;
    }*/
    .flex-lg-col.content__header{
        align-items: flex-end;
        flex-wrap: nowrap;
    }
    .flex-lg-col.content__header .content__header-left h1{
        width: 100%;
    }
    .flex-lg-col.content__header .form-search{
        margin-right: 5px;
    }
    .flex-lg-col.content__header .form-search{
        width: 200px;
    }
    /*
    .content__header{
        flex-direction: column;
        align-items:flex-start;
    }
    .content__header .content__header-left{
        width: 100%;
        margin-bottom: 10px;
    }
    .content__header .categories{
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .content__header .dropdown-content{
        width: 100%;
        max-width: 100%;
        min-width: 100%;
    }
    .content__header .content__header-left form{
        width: 100%;
        margin-right: 0;
        max-width: 100%;
    }
    .content__header .content__header-right{
        width: 100%;
    }
    .content__header .content__header-right button{
        width: 100%;
    }*/
}

@media (max-width: 991.98px) {
    .cards .cards__col-3{
        width: 50%;
    }
    .content__header-left.flex-md-col{
        align-items:flex-start;
    }
    .align-end-md{
        align-items: flex-end;
    }
    .flex-md-col{
        flex-direction: column;
    }
    .flex-md-col.content__header .content__header-left{
        width: 100%;
    }
    .flex-md-col.content__header .content__header-right{
        width: 100%;
    }
    .flex-md-col.content__header .dropdown-wrapper{
        width: 100%;
        margin-right: 0;
        margin-bottom: 5px;
    }
    .flex-md-col.content__header .form-search{
        width: 100%;
        margin-bottom: 5px;
        margin-right: 0;
    }
    .flex-md-col.content__header .dropdown-content{
        max-width: 100%;
        min-width: 100%;
    }
}

@media (max-width: 767.98px) {
    .content__header-right .btn{
        margin-bottom: 5px;
    }
    .items-group.cards .cards__col-6, .items-group.cards .cards__col-3, .items-group.cards .cards__col-4{
        width: 100%;
    }
    .cards .cards__col-3{
        width: 100%;
    }
    .flex-sm-col{
        flex-direction: column;
    }
    .pagination__body{
        flex-direction: column;
    }

    .payment-element{
        padding: 10px;
    }
    
    .payment-element .payment-element-info .text{
        display: flex;
        flex-direction: column;
    }
    .payment-element .payment-element-info .text span{
        border: none !important;
    }
}

@media (max-width: 575.98px) {
    .content__header.none-border .buttons-group{
        flex-direction: column;
        align-items: flex-start;
    }
    .content__header.none-border .content__header-right{
        width: 100%;
    }
    .buttons-group .btn{
        width: 100%;
        margin-right: 0;
        justify-content: flex-start;
    }
    .centered-dropdown .dropdown-content{
        left: 50%;
        transform: translate(-50%, 0);
    }
    .hidden-xs{
        display: none;
    }
    .flex-wrap-sm{
        flex-wrap: wrap;
    }
    .flex-wrap-sm .input, .flex-wrap-sm .btn{
        margin-bottom: 2.5px;
        margin-top: 2.5px;
    }
    .flex-wrap-sm .dropdown-wrapper .btn{
        margin: 0;
    }
    .payment-element .payment-element-info .text{
        padding-top: 5px;
    }
    .popup_wrpr .popup__window .popup__window-content h2, .popup_wrpr .popup__window .popup__window-content h3{
        font-size: 18px !important;
        line-height: 25px;
    }
    .search-map input{
        display: block;
        margin: 5px 0 !important;
        transform: translate(-50%,0);
        left: 50%;
        font-size: 14px;
        padding: 5px 0px 5px 35px;
        background-size: 20px;
        max-width: 95%;
        width: 95%;
    }
    .payment-element{
        align-items: flex-start;
    }
    .payment-element .payment-element-info{
        flex-direction: column;
        justify-content: left;
        align-items: flex-start;
    }
    .payment-element .flex-options .text span.text-item{
        padding: 0;
        margin: 0;
    }
    /*
    .el-form .flex{
        flex-direction: column;
    }*/
    .flex-xs-col{
        flex-direction: column;
        align-items: flex-start;
    }
    .flex-xs-col label{
        margin-bottom: 5px;
        margin-right: 0 !important;
    }
    .content__header.flex-xs-col .content__header-left{
        width: 100%;
        padding-right: 0;
    }
    .content__header.flex-xs-col .content__header-left .hidden-tab{
        width: 100%;
    }
    .content__header.flex-xs-col .content__header-left .hidden-tab form{
        width: 100%;
    }
    
    .popup-iot-dashboard{
        right: auto;
        max-width: 100%;
        width: calc(100vw - 105px);
    }
    .popup-iot-dashboard .actions .actions-item button{
        margin-right: 0;
    }
    .popup-iot-dashboard .actions .actions-item{
        flex-direction: column;
    }
    .popup-iot-dashboard .actions .actions-item button{
        margin-bottom: 5px;
    }
    .popup-iot-dashboard .actions .actions-item button svg{
        display: none;
    }
    .popup-iot-dashboard .progress-bar{
        flex-direction: column;
    }
    .popup-iot-dashboard .number-progress{
        display: block;
        margin-top: 5px;
    }
    .popup-iot-dashboard .actions{
        flex-direction: column;
    }
    .popup-iot-dashboard .actions-item button{
        width: 100%;
    }
    .popup-iot-dashboard .progress-bar .linear-progress{
        width: 100%;
    }
    .buttons-group .btn.w-auto-xs{
        width: auto;
    }
}
@media (max-width: 360px) {
    .pagination__list{
        padding: 0 10px;
    }
    .popup-iot-dashboard{
        padding: 0 0 15px 0;
    }
    /*.btn{
        width: 100%;
    }*/
    .plan-content-item button{
        width: 100%;
        margin-right: 0;
        margin-bottom: 5px;
    }
    .group-delete{
        width: 100%;
    }
    .group-delete button{
        width: 100%;
    }
}
@media (min-width: 576px) {
    
}

@media (min-width: 768px) {

}

@media (min-width: 992px) {

}

@media (min-width: 1200px) {

}
