.flags-dropdown .dropdown-menu{
    width: 600px;
    background-color: #ffffff!important;
}
.pagination{
    display: block;
}
.pagination li{
    display: inline-block;
}

.dite-box{
    white-space: nowrap;
}

.flags-list{
    margin: 0;
    padding: 0;
    list-style: none;
}

.flags-list li{
    margin-bottom: 15px;
}
.flags-list li::before{
    content: '';
    display: inline-block;
    background-image: url(/assets/images/flag.png);
    width: 16px;
    height: 16px;
    margin-right: 10px;
    position: relative;
    top: 3px;
}
.list-flags{
    width: 170px;
}
.mat-div__full-text{
    margin-bottom: 15px;
}
.mat-div__full-text:last-child{
    flex: 0 0 100%;
    max-width: 100%;
}

.btn-forma-send{
    width: 100%;
    height: 100%;
    background-color: #0096db;
    color: #ffffff;
}

.big-title,
.title-bandle{
    font-size: 28px;
    border-left: 3px solid #0096db;
    padding-left: 10px;
    margin-bottom: 15px;
}
.title-bandle{
    font-size: 21px;
}

.card-title-link{
    text-decoration: none;
    color: #2a2a2a;
}
.card-title-link:hoevr{
    color: #0096db;
}

.title-link{
    font-size: 18px;
}
.flags-icons{
    position: relative;
}
.flags-icons span{
    position: absolute;
    width: 200px;
    min-height: 30px;
    background-color: #ffffff;
    font-size: 12px;
    left: 50%;
    display: none;
    margin-left: -100px;
    top: -50px;
    text-align: center;
    padding: 5px;
    -webkit-box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.2);
}
.flags-icons:hover span{
    display: block;
}

.flags-icons span::after{
    content: "\f0dd";
    font-family: FontAwesome;
    position: absolute;
    bottom: -19px;
    color: #ffffff;
    font-style: normal;
    font-size: 28px;
    left: 50%;
    margin-left: -10px;
    z-index: 0;
}

.section-settings{
    background-color: #2a2a2a10;
    border-top: 3px solid #0096db;
}

.green-status{
    color: #177807;
}

.page-link{
    text-decoration: none;
}

@media (max-width:575px) {

}

@media (max-width:767px) {
 
}
@media (max-width:991px) {

}

@media (min-width:992px) {

}

@media (min-width:1200px) {
 
}
