/*---validation start---*/

.form-group .field-validation-error {
    font-size: 0.875rem;
    line-height: 1;
    vertical-align: top;
    margin-bottom: 0.5rem;
    margin-top: 0.5rem !important;
    display: inline-block;
    color: rgb(254 123 149) !important;
}

/*---validation end---*/

/*---alert start---*/

.alert {
    padding: 15px 20px;
    margin: 10px 0;
    border-radius: 5px;
    font-family: "ubuntu-bold", sans-serif;
    font-size: 1rem;
    position: relative;
    color: #fff;
}

.alert-success {
    background-color: #1bcfb4;
}

.alert-danger {
    background-color: #fe7c96;
}

.alert-info {
    background-color: #198ae3;
}

.alert-primary {
    background-color: #b66dff;
}

.alert-warning {
    background-color: #fed713;
}

.alert-secondary {
    background-color: #c3bdbd;
}

/*---alert end---*/

.navbar .navbar-menu-wrapper .navbar-nav .nav-item.dropdown .dropdown-toggle:after {
    color: white;
}

hr {
    color: #ebedf2;
    opacity: 1;
}

.cursor-pointer {
    cursor: pointer;
}

.content-wrapper {
    padding: 1rem 1rem;
}

.page-header {
    margin: 0 0 0.5rem 0;
}

.card-body {
    padding: 0.5rem 0.5rem !important;
}

.grid .card-body {
    padding: 0.5rem 0.5rem !important;
}

@media (min-width: 768px) {
    .w-md-auto {
        width: auto !important;
    }

    .text-md-right {
        text-align: right !important;
    }

    .ml-md-auto {
        margin-left: auto !important;
    }
}

@media (max-width: 991px) {
    .bg-mobile-transparent {
        background-color: transparent !important;
    }
}

@media (min-width: 576px) {
    .w-sm-auto {
        width: auto !important;
    }

    .card-body {
        padding: 2.5rem 2.5rem 2.5rem 2.5rem !important;
    }

    .grid .card-body {
        padding: 1rem 2.5rem 2.5rem 2.5rem !important;
    }

    .content-wrapper {
        padding: 1.25rem 2.25rem;
    }

    .page-header {
        margin: 0 0 1.5rem 0;
    }
}

.dataTable tbody td.child {
    padding: 0;
    margin: 0;
}

    .dataTable tbody td.child ul {
        width: 100%;
    }

        .dataTable tbody td.child ul li {
            padding: 5px 10px !important;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

            .dataTable tbody td.child ul li:has(pre) {
                display: block;
                word-break: break-all;
            }

.pagination .page-item.active a {
    background: #c3bdbd;
    border-color: #c3bdbd;
}

.page-link:focus, .nav-link:focus-visible {
    box-shadow: none;
}


/*flags start*/

.flag-icon-background {
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat
}

.flag-icon {
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    position: relative;
    display: inline-block;
    width: 1.33333333em;
    line-height: 1em
}

    .flag-icon:before {
        content: '\00a0'
    }

    .flag-icon.flag-icon-squared {
        width: 1em
    }

.flag-icon-ua {
    background-image: url(../images/flags/ua.svg)
}

.flag-icon-us {
    background-image: url(../images/flags/us.svg)
}

.flag-icon-ru {
    background-image: url(../images/flags/ru.svg)
}

.flag-icon-pl {
    background-image: url(../images/flags/pl.svg)
}

/*flags end*/
