/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

* {
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

* ::-webkit-scrollbar {
    width: 0;
    height: 0;
}

* ::-webkit-scrollbar-thumb {
    border-radius: 100px;
    background: var(--light_gray);
    border: 6px solid rgba(0, 0, 0, 0.2);
}

body {
    margin: 0;
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #ffffff;
    --main_color: #2D9ADD;
    --black: #040404;
    --yellow: #fdc50c;
    --corn_gray: #58585b;
    --gray: #838383;
    --light_gray: #d1d1d1;
    --y_gradient_yellow: linear-gradient( 180deg, rgba(253, 204, 42, 0.22) 42.67%, #fdc50c 100%);
    --y_gradient_blue: linear-gradient( 180deg, rgba(16, 175, 202, 0) 42.67%, #10afca 100%);
    --header_page_gradient: linear-gradient( 0deg, #10afca 28.27%, rgba(16, 175, 202, 0) 63.13%), linear-gradient(0deg, rgba(16, 175, 202, 0.38), rgba(16, 175, 202, 0.38));
    --line-color: #004591;

    --primary-50: #EFF6FF;
    --primary-600-base: #2563EB;
    --gray-menu: #7A7A9D;
    --bg-color: #002043;
    --neutral-600: #6F6C90;
    --neutral-300: #D4D4D4;
    --neutral-400: #A3A3A3;
    --blue-500: #3B82F6;
    --blue-600: #2563EB;
    --neutral-800: #170F49;
}

a {
    font-size: 14px;
    text-decoration: none;
    color: var(--black);
    margin: 0;
    /* white-space: nowrap; */
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

a:hover {
    color: var(--yellow);
}

p {
    font-size: 16px;
    color: var(--black);
    margin: 0;
}

b {
    font-weight: 500;
}

h1,
h2,
h3,
h4,
h5 {
    color: var(--black);
    margin: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 600;
}

code {
    font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New", monospace;
}

.button {
    padding: 10px 20px;
    border-radius: 10px;
    background: var(--yellow) !important;
    color: var(--corn_gray) !important;
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    border: none;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 11px;
}

.button:hover {
    color: var(--corn_gray) !important;
    -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.25);
}

.main-color {
    color: var(--main_color);
}

table {
    width: 100%;
    border-collapse: collapse;
}

thead tr {
    border-bottom: 1px solid #eef0f4;
}

tbody tr {
    border-bottom: 1px dotted #eef0f4;
}

th {
    padding: 15px 0;
    color: #9faab7;
    text-align: left;
}

td {
    padding: 20px 0;
    text-align: left;
}

td a {
    color: var(--main_color);
}


/*----------------------------*/

img {
    max-width: 100%;
}

@media screen and (max-width: 420px) {
    .button {
        padding: 7px 15px;
        font-size: 13px;
    }
}
/*
.page-managements-managements .page-header{
 background-image: url('https://caa.gov.kz/storage/app/media/bpla/onasfoto.jpg') !important;
        background-position-y: 31% ;
        }
        */

        .activity_item a{
            z-index: 50;
        }

.icao-logo{
    width: 100% !important;;
    height: 100px !important;;
    object-fit: contain !important;;
}
.upr-text{
    font-size: 14px !important;;
    line-height: 1 !important;;
    text-align: center !important;;
    padding: 0 15px !important;;
}

@media(max-width:500px){
    .icao-logo{
        height: 50px !important;
        object-fit: contain !important;
    }
    .upr-text{
        font-size: 12px !important;;
    }
}