@import './bootstrap.min.css';
@import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0');
@import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,1,0');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Georgian:wght@400;700&display=swap');
@import url('../fontawesome/css/all.min.css');
@import './balloon.css';
@import url("https://cdn.web-fonts.ge/fonts/bpg-arial-caps/css/bpg-arial-caps.min.css");
@import url("//cdn.web-fonts.ge/fonts/dejavu-sans/css/dejavu-sans.min.css");
@import url("//cdn.web-fonts.ge/fonts/bpg-mrgvlovani-caps/css/bpg-mrgvlovani-caps.min.css");

:root {

    /* start bootstrap colors */
    --bg-light: #ddd;
    --bs-blue: #013466;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-black: #000;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: rgba(23, 24, 68, 1);
    --bs-primary: #013466;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: rgba(23, 24, 68, 1);
    --bs-primary-rgb: 6, 119, 249;
    --bs-secondary-rgb: 108, 117, 125;
    --bs-success-rgb: 25, 135, 84;
    --bs-info-rgb: 13, 202, 240;
    --bs-warning-rgb: 255, 193, 7;
    --bs-danger-rgb: 220, 53, 69;
    --bs-light-rgb: 248, 249, 250;
    --bs-dark-rgb: 33, 37, 41;
    --bs-primary-text: #0a58ca;
    --bs-secondary-text: #6c757d;
    --bs-success-text: #146c43;
    --bs-info-text: #087990;
    --bs-warning-text: #997404;
    --bs-danger-text: #b02a37;
    --bs-light-text: #6c757d;
    --bs-dark-text: #495057;
    --bs-primary-bg-subtle: #cfe2ff;
    --bs-secondary-bg-subtle: #f8f9fa;
    --bs-success-bg-subtle: #d1e7dd;
    --bs-info-bg-subtle: #cff4fc;
    --bs-warning-bg-subtle: #fff3cd;
    --bs-danger-bg-subtle: #f8d7da;
    --bs-light-bg-subtle: #fcfcfd;
    --bs-dark-bg-subtle: #ced4da;
    --bs-primary-border-subtle: #9ec5fe;
    --bs-secondary-border-subtle: #e9ecef;
    --bs-success-border-subtle: #a3cfbb;
    --bs-info-border-subtle: #9eeaf9;
    --bs-warning-border-subtle: #ffe69c;
    --bs-danger-border-subtle: #f1aeb5;
    --bs-light-border-subtle: #e9ecef;
    --bs-dark-border-subtle: #adb5bd;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;



    --bs-body-color-rgb: 33, 37, 41;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: rgba(23, 24, 68, 1);
    --bs-emphasis-color: #000;
    --bs-emphasis-color-rgb: 0, 0, 0;
    --bs-secondary-color: rgba(33, 37, 41, 0.75);
    --bs-secondary-color-rgb: 33, 37, 41;
    --bs-secondary-bg: #e9ecef;
    --bs-secondary-bg-rgb: 233, 236, 239;
    --bs-tertiary-color: rgba(33, 37, 41, 0.5);
    --bs-tertiary-color-rgb: 33, 37, 41;
    --bs-tertiary-bg: #f8f9fa;
    --bs-tertiary-bg-rgb: 248, 249, 250;
    --bs-body-bg: #fff;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-link-color: #013466;
    --bs-link-color-rgb: 132, 98, 255;
    --bs-link-decoration: underline;
    --bs-link-hover-color: #0a58ca;
    --bs-link-hover-color-rgb: 10, 88, 202;
    --bs-code-color: #d63384;
    --bs-highlight-bg: #fff3cd;
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #dee2e6;
    --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
    --bs-border-radius: 0.375rem;
    --bs-border-radius-sm: 0.25rem;
    --bs-border-radius-lg: 0.5rem;
    --bs-border-radius-xl: 1rem;
    --bs-border-radius-2xl: 2rem;
    --bs-border-radius-pill: 50rem;
    --bs-box-shadow: 0 0.5rem 1rem rgba(var(--bs-body-color-rgb), 0.15);
    --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(var(--bs-body-color-rgb), 0.075);
    --bs-box-shadow-lg: 0 1rem 30px rgba(var(--bs-body-color-rgb), 0.175);
    --bs-box-shadow-inset: inset 0 1px 2px rgba(var(--bs-body-color-rgb), 0.075);
    --bs-emphasis-color: #000;
    --bs-form-control-bg: var(--bs-body-bg);
    --bs-form-control-disabled-bg: var(--bs-secondary-bg);
    --bs-highlight-bg: #fff3cd;
    --bs-breakpoint-xs: 0;
    --bs-breakpoint-sm: 576px;
    --bs-breakpoint-md: 768px;
    --bs-breakpoint-lg: 992px;
    --bs-breakpoint-xl: 1200px;
    --bs-breakpoint-xxl: 1400px;
    /* end bootstrap colors */



    /* start my colors */
    --header-height: 96px;
    --header-h: 75px;
    /* dashboard */
    --header-bg: var(--bg-white);
    --logo-text-color: var(--bs-blue);
    --logo-h: 45px;
    --sidebar-w: 280px;
    --border-bottom: 1px solid var(--border-line-color);
    --logo-text-bg: rgba(23, 24, 68, 01);
    --links-hover-bg: #1d4175;
    --links-hover-bg2: #145DA0;
    --body-bg: #f1eaf6;
    --bg-white: #fff;
    --menu-links-header-color: #666;
    --border-line-color: rgba(0, 0, 0, 0.1);
    --sidebar-a: var(--color-black);
    --sidebar-a-hover: #013466;
    --theme-switcher-parent-bg: var(--color-ddd);
    --bg-active: dodgerblue;
    --partners-carousel-arrow-color: rgba(6, 119, 249, 1);
    --footer-contact-icon-bg: var(--color-eee);
    --lightbox-header-parent: rgba(6, 119, 249, 0.865);
    --dashboard-icons-color: #3a4990;
    --color-333: #333;
    --footer-icons-color: #2d69f0;
    --dashboard-decor-bg: #2d69f0;
    --border-dash-decor: #58acfa;
    --color-eee: #eee;
    --color-ddd: #ddd;
    --color-black: #000;
    --header-fixed-nav-bg: #fff;
    --fixed-nav-links: #013466;
    --nav-item-border-on-hover: 2px solid var(--bs-blue) !important;
    --hd-content-a: var(--color-333);
    --hd-content-a-hover: var(--bs-blue);
    --why-grid-item-bg: #fff;

    --join-card-bg: #fff;
    --join-card-header-text-color: #013466;
    --main-title-text-color: #013466;
    --bg-article-info: #fff;
    --grid-article-info-hover: #f0f0f0;
    --grid-article-title-text-color: #444;
    --grid-article-title-hover-text-color: #050018;

    --header-fixed-hover-inhover: dodgerblue;
    --header-fixed-hover-bg: #fff;
    --header-fixed-hover-border-radius: 0px;
    --hn-item-dropdown-hd-content: #fff;

    --hn-item-dropdown-hd-content-link-hover-bg: var(--bs-blue);
    --hn-item-dropdown-hd-content-link-hover-text: #fff;
    --footer-block-title-color: #333;
    --footer-contact-name-color: #333;
    --footer-links-hover-color: #000;
    --footer-copyright-color: #333;
    --sidenav-card-header-bg: #fff;
    --sidenav-card-header-text: var(--bs-blue);
    --msa-color-active: #fff;
    --msa-after-bg: var(--bs-blue);
    --trigger-color: #333;
    --bg-ddd: #ddd;
    --lightbox-headertext-color: #000;
    --btn-outline-showMore-color: rgba(6, 119, 249, 1);
    --btn-outline-showMore-bg: transparent;
    --btn-outline-showMore-border: 1px solid rgba(6, 119, 249, 1);

    --btn-outline-showMore-hover-color: #fff;
    --btn-outline-showMore-hover-bg: rgba(6, 119, 249, 0.9);
    --btn-outline-showMore-hover-border: 1px solid #fff;

    --lightbox-layer: rgba(6, 119, 249, 0.9);
    --section-title-color: #333;
    --section-title-weight: 600;

    --modeSwitcher-text: #333;
    --bg-menu-trigger: #333;
    --dashboard-widget-icon-color: #fff;
    --dashboard-search-form-bg: #ddd;
    --dashboard-widget-icon-bg: linear-gradient(to left, var(--dashboard-icons-color), var(--footer-icons-color));
    --widget-r-side-color: #333;
    --why-info-text-color: var(--bs-blue);
}


html,
body {
    padding: 0;
    margin: 0;
    background: #eeeef0;
}
a {
    text-decoration: none !important;
}



.transparent-space {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;

    background: url('./assets/images/visuals3-03.jpg');
    background-position: center;
    background-size: cover;
}

.transparent-space::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    background: rgba(30, 17, 87, 0.2)
}

.short-container {
    max-width: 1000px;
    margin-left: auto !important;
    margin-right: auto !important;
}

.container {
    max-width: 1200px;
    margin: auto;
}

.main-wraper {
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    z-index: 3;
}

.bpg-arial {
    font-family: 'FiraGO';
}

.fz-17 {
    font-size: 17px;
    line-height: 1.6;
}

header>* {
    min-height: var(--header-h);
    max-height: var(--header-h);
}

.logos {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
}


.menu-trigger {
    cursor: pointer;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.menu-trigger * {
    color: var(--bg-menu-trigger-color);
}

.header-search * {
    color: #333 !important;
}

.flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.lang-trigger img {
    max-width: 28px;
}

h4 {
    line-height: 1;
    cursor: pointer;
    font-family: "FiraGO", sans-serif;
    font-feature-settings: 'case' on;
    font-weight: 500;
    color: var(--color-black);
    font-size: 22px;
}

.border-dash {
    min-height: 5px;
    background: var(--border-dash-decor);
    max-width: 60px;
    margin: auto;
    min-width: 60px;
    margin-bottom: 25px;
}

.d-flex>*.border-dash:first-child {
    background: var(--footer-icons-color);
}

.f-flex>*.border-dash:last-child {
    background: var(--border-dash-decor) !important;
}

/* footer */


.gallery-items>* .full-screen-layer {
    transition: 300ms ease;
    opacity: 0;
}

.gallery-items>*:hover .full-screen-layer {
    opacity: 1;
}

.footer-topline {
    background: var(--logo-text-bg);
    min-height: 25px;
}


.footer-blocks {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    width: calc(100% + 30px);
    gap: 30px;
}

.footer-block {
    padding: 20px 0px;
    min-width: 260px;
}

.footer-block-title {
    font-family: "FiraGO", sans-serif;
    font-feature-settings: "case" on;
    font-feature-settings: 'case' on;
    font-size: 22px;
    font-weight: 500;
    text-align: left;
    padding: 20px 15px;
}

.footer-links a {
    display: block;
    padding: 12px 15px;
    line-height: 1;
    font-size: 16px;

    font-family: "FiraGO", sans-serif;
    font-feature-settings: "case" on;
    font-feature-settings: 'case' on;
    font-weight: 400;
    color: var(--color-333);
}

.footer-contact-icon {
    --samesize: 40px;
    min-height: var(--samesize);
    max-height: var(--samesize);
    min-width: var(--samesize);
    max-width: var(--samesize);

    color: var(--logo-text-bg);
    font-size: 18px;
    background: var(--color-eee);
    color: var(--footer-icons-color);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-contact-name {
    font-family: "FiraGO", sans-serif;
    font-feature-settings: "case" off;
    text-transform: initial;
    font-size: 17px;
    font-weight: 400;
    color: var(--color-333);
}

.footer-contact-links {
    padding: 0px 15px;
}

.footer-contact-links>* {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 5px 0px;
}

.footer-copyright {
    padding: 20px;
    margin-top: 10px;
    text-align: center;
    font-family: 'FiraGO', sans-serif;
    font-feature-settings: "case" off;
    text-transform: initial;
    font-size: 16px;
    font-weight: 600;
    color: var(--color-333);
    border: 2px solid var(--color-eee);
}

.conference-year {
    background: var(--bg-white);
    width: fit-content;
    margin: auto;
    color: var(--dashboard-icons-color);
    padding: 10px 30px;
    font-size: 30px;
    margin-top: 20px;
}

.header-menu {
    background: var(--bg-white);
    position: fixed;
    left: 0;
    top: 75px;
    right: 0;
    bottom: auto;
    z-index: 100;
}

.hm-links {
    display: flex;
    gap: 10px;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 20px;
    padding-bottom: 20px;
}

.hm-links>* {
    display: inline-block;
    color: var(--dashboard-icons-color);
    line-height: 1;
    cursor: pointer;
    font-family: "FiraGO", sans-serif;
    font-feature-settings: "case" on;
    font-feature-settings: 'case' on;
    font-weight: 400;
    padding: 15px 20px;
    min-width: 32%;
    background: var(--bg-white);
    border-radius: 4px;
    transition: 0.3s ease;
}

.hm-links .active,
.hm-links>*:hover {
    background: var(--dashboard-icons-color);
    color: var(--bg-white);
}

.logo img {
    height: var(--logo-h);
}

/* dahsboard styles */
.sidebar {
    background: #fff;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    min-height: 100dvh;
    max-height: 100dvh;
    overflow-x: hidden;
    overflow-y: auto;

    min-width: var(--sidebar-w);
    max-width: var(--sidebar-w);
    z-index: 100;
    border-right: var(--border-bottom);
}

.logo-x-button {
    display: flex;
    align-items: center;
    gap: 15px;
    min-width: var(--sidebar-w);
    max-width: var(--sidebar-w);
    min-height: var(--header-h);
}

.sidebar-y-spacer {
    min-height: 15px;
    max-height: 15px;
}

header {
    position: fixed;
    width: 100%;
    top: 0;
    right: 0;
    z-index: 200;
    background: #fff;
    left: var(--sidebar-w);
    max-width: calc(100% - var(--sidebar-w));
    padding: 0px 20px;
}

/* main {
    margin-top: 76px;
} */

@media(max-width: 1200px) {
    sidebar {
        display: none;
    }

    .logo-x-button {
        border-right: none !important;
    }
}


sidebar-links {
    display: block;
}

.sidebar-logo {
    display: flex;
    justify-content: center !important;
    align-items: center;
    border-bottom: 1px solid #ddd;

    min-height: 80px;
    max-height: 80px;
}

/* sidebar-links .active,
sidebar-links .sidebar-item:hover {
    background: #014e9e;
} */

sidebar-links .active .sidebar-item-title,
sidebar-links .active .sidebar-item-icon,
sidebar-links .active .sidebar-item-icon i,
sidebar-links .active .sidebar_favewsome_icon i {
    color: #014e9e !important;
}

.sidebarDropdown .sidebar-item:hover *,
.sidebarDropdown .sidebar-item.active * {
    color: #0061df !important;
}

/* .sidebarDropdown .sidebar-item.px-3:hover,
.sidebarDropdown .sidebar-item.active {
    color: #0061df !important;
} */

sidebar-links .sidebar-item {
    display: flex;
    align-items: center;
    gap: 10px;
    transition: 0.2s ease-in-out;
}

sidebar-links .sidebar-item .sidebar-item-icon {
    color: #181818;
    min-width: 50px;
    max-width: 50px;
    text-align: center;
    font-size: 24px !important;
    margin-left: 9px;
}

.sidebar_favewsome_icon i {
    color: #181818;
}

sidebar-links .sidebar-item-title {
    line-height: 1;
    cursor: pointer;
    font-family: "BPG Arial Caps", sans-serif;
    font-weight: 600;
    color: #18181a;
    padding: 13px 10px 13px 0px;
    font-size: 14px;
    display: block;
    width: 100%;
    letter-spacing: 0.4px;
}


sidebar-links>.sidebar-item .sidebar-item-title {
    padding: 17px 10px 17px 0px;
}

.sidebarDropdown .sidebar-item-title {
    color: #18181a !important;
}

.sidebarDropdown {
    background-color: #eef !important;
    border-radius: 10px !important;
}


.mobile-header {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 20;
    background: #fff;
    border-bottom: #ddd 1px solid;
    z-index: 990;

    min-height: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;

    padding-left: 10px;
    padding-right: 10px;
}

.mobile-menu-trigger {
    display: flex;
    align-items: center;
    justify-content: center;

    --wh: 50px;
    min-width: var(--wh);
    max-width: var(--wh);
    min-height: var(--wh);
    max-height: var(--wh);
    border-radius: 6px;
    transition: 300ms;
    cursor: pointer;
}

.mobile-menu-trigger:hover,
.mobile-menu-trigger.active {
    background-color: #ddd;

}

.mobile-header * {
    color: #191547;
}


.dropbtn {
    background-color: #04AA6D;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
}

.mobile_dropdown {
    position: relative;
    display: block;
}

.mobile_dropdown-content {
    display: none;
    position: absolute;
    right: 0;
    background-color: #fff;
    min-width: 300px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    border-radius: 0px 0px 6px 6px;
    padding: 10px;
}

.mobile_dropdown-content a {
    color: black;
    padding: 7px 16px;
    text-decoration: none;
    display: block;
    font-size: 16px;
    border-radius: 6px;
    font-family: "FiraGO";
    font-feature-settings: 'case';
    font-feature-settings: 'case' on;
    font-weight: 500;
}

.mobile_dropdown-content a:hover {
    background-color: #ddd;
}

.mobile_dropdown.show .mobile_dropdown-content {
    display: block;
}

.mobile_dropdown:hover .dropbtn {
    background-color: #3e8e41;
}

.mobile_dropdown.show .mobile_dropdown-content {
    display: inline-block;
}

.mobile_dropdown.show .mobile_dropdown-content {
    opacity: 1;
    animation: showMobDropdownReal 0.6s;
}


@keyframes showMobDropdownReal {
    from {
        opacity: 0;
        margin-top: -20px;
    }

    to {
        opacity: 1;
        margin-top: 0px;
    }
}


.fakeSearchbox_button {
    border-radius: 50px;
    background-color: #ddd;
    min-height: 40px;
    max-height: 40px;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 16px;
    padding-right: 15px;
    transition: 0.3s;
}

.fakeSearchbox_button:hover {
    outline: 1px solid #40c8f4;
}

.mob-header-sized-flex {
    min-height: 76px;
    max-height: 76px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mob_langicons_flex {
    display: flex;
    align-items: center;
}

.mob_langicons_flex a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    width: 50%;
}

.mob_langicons_flex a>.icon {
    --wh: 40px;
    min-width: var(--wh);
    max-width: var(--wh);
    min-height: var(--wh);
    max-height: var(--wh);
    border-radius: 50px;
}

.langCodeLabel {
    font-family: "FiraGO";
    font-feature-settings: 'case';
    font-feature-settings: 'case' on;
    font-size: 17px;
    text-align: center;
}

.langicon2 {
    --w_h: 35px;
    min-width: var(--w_h);
    max-width: var(--w_h);
    min-height: var(--w_h);
    max-height: var(--w_h);
    outline: 2px solid #035c82;
    border: 4px solid #fff;
    border-radius: 50%;
}

.mob_langicons_flex .active .langicon2 {
    border: 4px solid #035c82;
}

.active .langCodeLabel {
    color: #035c82 !important;
    font-weight: 500;
}

.pe-15 {
    padding-right: 15px;
}

.header-search {
    background: var(--color-ddd) !important;
    border-radius: 50px;
    overflow: hidden;
    width: 400px;
    display: flex;
}

.header-search>* {
    min-height: 45px;
    outline: none !important;
    border: none !important;
    background: var(--dashboard-search-form-bg) !important;
    color: var(--dashboard-icons-color);
}

.header-search>input {
    padding: 0px 15px;
    width: 100%;
    font-family: 'FiraGO';
}

.header-search>button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    text-align: left;
    font-family: 'FiraGO';
    transition: 0.2s ease-in-out;
}

.widgets {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}

.widgets>* {
    background: var(--bg-white);
    color: var(--color-333);
    font-family: 'FiraGO';
    min-height: 100px;
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.widget-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--dashboard-widget-icon-color);

    --widget-icon-h: 60px;
    min-width: var(--widget-icon-h);
    max-width: var(--widget-icon-h);
    min-height: var(--widget-icon-h);
    max-height: var(--widget-icon-h);
    background: var(--dashboard-widget-icon-bg);
    border-radius: 8px;
}

.widget-r-side * {
    color: var(--widget-r-side-color);
}

.widget-number {
    font-weight: 600;
    font-size: 20px;
    margin-top: 3px;
}

/* apps */
.app-widgets {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(360px, 1fr));
}

.app-widgets>* {
    background: var(--bg-white);
    color: var(--color-333);
    font-family: 'FiraGO';
    min-height: 100px;
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.app-widget-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--dashboard-widget-icon-color);

    --widget-icon-h: 60px;
    min-width: var(--widget-icon-h);
    max-width: var(--widget-icon-h);
    min-height: var(--widget-icon-h);
    max-height: var(--widget-icon-h);
    background: var(--dashboard-widget-icon-bg);
    border-radius: 8px;
}

.app-widget-r-side * {
    color: var(--widget-r-side-color);
}

.app-widget-number {
    font-weight: 600;
    font-size: 20px;
    margin-top: 3px;
}

/* end apps */

.dashboard-decor {
    background: #014e9e;
    min-height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dashboard-decor img {
    height: 70px;
}

.page-steps {
    background: var(--bg-white);
    display: flex;
    align-items: center;
    border-radius: 50px 0px 0px 50px;
    border: 1px solid #d8dae0;
}

.page-steps>* {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    --w_h: 50px;
    min-height: var(--w_h);
    min-width: var(--w_h);
    font-family: 'FiraGO';
    padding: 4px 15px;
    color: var(--dashboard-icons-color);
    border-left: 1px solid var(--footer-icons-color);
}

.step-icon {
    padding: 0px !important;
}

.page-steps>* {
    transition: 0.2s ease-in-out;
}

.page-steps>*:hover,
.step-icon {
    background: #3286bf;
    color: var(--bg-white);
}

.page-title {
    line-height: 1;
    cursor: pointer;
    font-family: "FiraGO", sans-serif;
    font-feature-settings: "case" on;
    font-feature-settings: 'case' on;
    font-weight: 600;
    color: var(--dashboard-icons-color);
    font-size: 18px;
    padding: 25px 0px;
}

.firago {
    line-height: 1;
    cursor: pointer;
    font-family: "FiraGO", sans-serif;
    font-feature-settings: "case" on;
    font-feature-settings: 'case' on;
}

.mt-25 {
    margin-top: 25px;
}

.mb-25 {
    margin-top: 25px;
}

.pt-25 {
    padding-top: 25px;
}

.pb-25 {
    padding-top: 25px;
}

.posts-grid {
    display: flex;
    flex-wrap: wrap;
}

.posts-grid>* {
    width: 48%;
    border-radius: 0px;
    padding: 10px;
}



.pgi-image {
    background: var(--color-ddd);
    min-width: 300px;
    min-height: 200px;
}

.pgi-status {
    display: block;
    width: fit-content;
    background: var(--footer-icons-color) !important;
    color: var(--bg-white);
    font-size: 14px;
    font-family: 'FiraGO';
    padding: 4px 10px;
    border-radius: 50px;
}

.pgi-title {
    font-size: 17px;
    padding: 20px 0px;
}

.pgi-r-side {
    padding: 15px;
}

.lang-filter {
    background: var(--color-ddd);
    padding: 0px;
    display: flex;
    gap: 0;
}

.lang-filter>* {
    padding: 5px 10px;
    font-size: 14px;
}

.lang-filter>.active {
    background: var(--footer-icons-color);
    color: var(--bg-white);
    font-family: 'BPG Arial Caps';
}

.move-buttons {
    display: flex;
    align-items: center;
}

.move-buttons>a {
    margin: 2px;
    background: var(--color-ddd);
    color: var(--color-333) !important;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;

}

.move-buttons>a:hover {
    background: var(--footer-icons-color);
    color: var(--bg-white);
    border: none;
}

.move-buttons>a:hover * {
    color: var(--bg-white);
}

.move-buttons * {
    font-size: 30px !important;
}

.card-header {
    display: flex;
    align-items: center;
    padding: 0px
}

.flex {
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-icon {
    min-width: 40px;
    max-width: 40px;
    min-height: 40px;
    max-height: 40px;
    font-size: 18px;
    padding: 0px !important;
}

.login-layout {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;

    /* overflow */
    overflow-x: hidden;
    overflow-y: auto;

    /* Make content absolutely center */
    display: grid;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.login-card {
    display: block;
    min-width: 400px;
    max-width: 400px;
    min-height: 400px;
    background: var(--bg-white);
    border-radius: 10px;
}


.px-4-5 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
}

.btn-login,
.btn-massive {
    min-height: 58px;
    border-radius: .375rem;
}

.btn-massive-2 {
    min-height: 50px;
    border-radius: .375rem;
}

.round {
    border-radius: 6px;
    overflow: hidden;
}

.login-card input,
.login-card label,
.alert,
.text-muted,
p,
div {
    font-family: 'FiraGO';
}

.alert-success {
    background: #12c527;
    border-color: #12c527;
    color: var(--bg-white);
}

.alert-danger {
    background: rgba(245, 20, 53, 0.7) !important;
    border-color: rgba(245, 20, 53, 0.7) !important;
    color: var(--bg-white);
}

.alert-info {
    background: rgba(12, 61, 178, 0.7) !important;
    border-color: rgba(12, 61, 178, 0.7) !important;
    color: var(--bg-white);
}

.alert-info {
    background: rgba(231, 204, 0, 0.7) !important;
    border-color: rgba(231, 204, 0, 0.7) !important;
    color: var(--color-black) !important;
}

.login-card-stabilizator {
    min-height: 600px;
    display: grid;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.bresponse {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 900;

    font-family: 'FiraGO';
    text-align: center;
    color: var(--bg-white);
    max-width: 400px;
    padding: 15px 20px;
    border-radius: 6px;
    margin: auto auto 30px auto;
}

.bresponse-success {
    background: rgba(18, 197, 39, 0.7);
}

.bresponse-info {
    background: rgba(12, 61, 178, 0.7);
}

.bresponse-warning {
    background: rgba(231, 204, 0, 0.7);
    color: var(--color-black);
}

.bresponse-error {
    background: rgba(245, 20, 53, 0.7);
}

.lines-3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* number of lines to show */
    line-clamp: 3;
    -webkit-box-orient: vertical;
}


.admin-news-title {
    line-height: 1;
    cursor: pointer;
    font-family: "FiraGO", sans-serif;
    font-feature-settings: "case" on;
    font-feature-settings: 'case' on;
    font-weight: 500;
    color: var(--color-black);
    line-height: 1.3;
}


.fz-normal {
    line-height: 1.4;
}


.lang-language-switchers {
    display: flex;
    align-items: center;
    gap: 5px;
    background: var(--bg-white);
    border-bottom: 1px solid var(--border-line-color);
    border-radius: 6px 6px 0px 0px;
    overflow: hidden;
}

.lang-language-switchers>* {
    padding: 8px 10px;
    /* background: var(--bg-white); */
    border-radius: 6px 6px 0px 0px;
}


.lls-btn {
    color: var(--color-black);
    font-weight: bold;
    background: var(--bg-white);
    padding: 12px 20px;
    border-radius: 6px;
    cursor: pointer;
}

.form-tabs {
    background: var(--bg-white);
    padding: 20px;
    border-radius: 0px 0px 6px 6px;
}

.lang-language-switchers .active .lls-btn {
    background: #ddd !important;
}

.bpg-arial-inside span,
.mce-text,
input,
select,
textarea {
    font-family: 'FiraGO';
}

.mce-tinymce.mce-container.mce-panel {
    border-radius: 6px;
}

.nowrap {
    white-space: nowrap;
}

.btn-ratio {
    position: relative;
    padding-left: 35px !important;
    white-space: nowrap;
}

.needtobe-fited img {
    object-fit: cover;
}

.quick-checkbox {
    position: relative;
    padding-left: 40px;
}

.quick-checkbox::before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    margin-top: 9px;
    margin-left: 8px;

    --w_h: 16px;
    min-height: var(--w_h);
    max-height: var(--w_h);
    min-width: var(--w_h);
    max-height: var(--w_h);
    border-radius: 50%;


    background: var(--bg-white);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--bg-white);
    font-weight: 800;
    font-family: 'Arial';
}

.quick-checkbox.checked::before {
    background: var(--bg-active);
    outline: 2px solid var(--bg-white);
}






.pages-grid {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}

.pages-grid>* {
    background: var(--bg-white);
    color: #333;
    font-family: 'FiraGO';
    min-height: 100px;
    padding: 20px;
}

.pages_badge {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 5px 10px;
    background: var(--bg-white);
    color: #000;
    z-index: 3;

    width: fit-content;
    height: fit-content;
    margin-top: auto;
    margin-left: 10px;
    margin-bottom: 10px;
    font-family: 'FiraGO';
    font-size: 15px;
}

.news-grid {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}

.news-grid>* {
    background: var(--bg-white);
    color: #333;
    font-family: 'FiraGO';
    min-height: 100px;
    padding: 20px;
}

.news_badge {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 5px 10px;
    background: var(--bg-white);
    color: #000;
    z-index: 3;

    width: fit-content;
    height: fit-content;
    margin-top: auto;
    margin-left: 10px;
    margin-bottom: 10px;
    font-family: 'FiraGO';
    font-size: 15px;
}





.news-table .table-header {
    display: grid;
    gap: 1px;
    grid-template-columns: 60px 220px auto 180px 160px;
}


.table-header>* {
    font-family: "FiraGO", sans-serif;
    font-feature-settings: "case" on;
    font-feature-settings: 'case' on;

    background: var(--bg-white);
    padding: 15px;

}

.ts-badge {
    font-size: 14px;
    padding: 5px;
}

.news-title-column {
    min-width: 265px;
}

.pages-table .table-header {
    display: grid;
    gap: 1px;
    grid-template-columns: 60px 220px auto 180px 160px;
}


.table-header>* {
    font-family: "FiraGO", sans-serif;
    font-feature-settings: "case" on;
    font-feature-settings: 'case' on;

    background: var(--bg-white);
    padding: 15px;

}

.ts-badge {
    font-size: 14px;
    padding: 5px;
}

.pages-title-column {
    min-width: 265px;
}

.bg-ddd {
    background: #ddd;
}

.card-title {
    cursor: pointer;
    font-size: 16px;
    font-family: "FiraGO", sans-serif;
    font-feature-settings: "case" on;
    margin: 0px !important;
    padding: 15px 10px;
    font-weight: 500;
    line-height: 1;
}

.card-header {
    padding: 10px;
}

.iconic-btn {
    --w_h: 35px;
    min-width: var(--w_h);
    max-width: var(--w_h);
    min-height: var(--w_h);
    max-height: var(--w_h);

    border-radius: 6px;
    background: #ddd;
    display: flex;
    align-items: center;
    justify-content: center;

}

.code-container {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #f5f5f5;
    padding: 10px;
}

.code {
    background-color: #f5f5f5;
    padding: 2px 10px;
    border-radius: 5px;
    overflow-x: auto;
    width: 100%;
}

.copy-button {
    padding: 5px 10px;
    background-color: #007bff;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}



.dropdown-item {
    padding: 5px 10px 5px 13px !important;
    border-radius: 4px;
}



.fz-14 {
    font-size: 14px !important;
}

.fz-15 {
    font-size: 15px !important;
}

.fz-16 {
    font-size: 16px !important;
}

.fz-17 {
    font-size: 17px !important;
}

.fz-18 {
    font-size: 18px !important;
}

.bpg-mtavruli {
    font-family: "FiraGO", sans-serif;
    font-feature-settings: "case" on;
    font-feature-settings: 'case' on;
    font-weight: 400;
}


.edu-programs-grid {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}

.edu-program-item {
    position: relative;
    overflow: hidden;
}

.edu-program-image {
    padding-top: 88%;
    background-color: #ddd;
    background-size: cover;
    background-position: center;
}

.edu-program-label {
    font-family: "FiraGO", sans-serif !important;
    font-feature-settings: "case" on;
    font-feature-settings: 'case' on;
    line-height: 1.4;
    font-weight: 500;
    color: #2f2be0;
    font-size: 18px;
    text-align: left;
    padding: 20px;

    position: absolute;
    left: 0;
    bottom: 20px;
    max-width: calc(100% - 40px);

    background: #fff;

    transition: 0.3s;
}

.edu-program-item:hover .edu-program-label {
    margin-left: -110%;
}

.edu-program-hover-buttons {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    transition: 0.3s;
    max-width: calc(100% - 20px);
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    padding: 20px;
    margin-right: -105%;
}

.edu-program-label2 {
    font-family: "FiraGO", sans-serif !important;
    font-feature-settings: "case" on;
    font-feature-settings: 'case' on;
    line-height: 1.4;
    font-weight: 500;
    color: #2f2be0;
    font-size: 18px;
    margin-right: 5px;
}

.edu-program-button {
    display: block;
    background: #47c409;
    padding: 15px 20px;
    text-align: center;
    color: #fff !important;
    border-radius: 8px;
    font-family: "FiraGO", sans-serif !important;
    font-feature-settings: "case" on;
    font-feature-settings: 'case' on;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 500;
    transition: 0.3s;
    cursor: pointer;
}

.epb-green {
    background: #47c409 !important;
}

.epb-green:hover {
    background: #3b9e09 !important;
}

.epb-yellow {
    background: #ff9e0d !important;
}

.epb-yellow:hover {
    background: #e58e0b !important;
}

.edu-program-item:hover .edu-program-hover-buttons {
    margin-right: 0px;
}



.bpg-mtavruli {
    font-family: "FiraGO", sans-serif;
    font-feature-settings: "case" on;
    font-feature-settings: 'case' on;
}

.item_icon_round {
    --w_h: 70px;
    min-width: var(--w_h);
    max-width: var(--w_h);
    min-height: var(--w_h);
    max-height: var(--w_h);
    background: #ddd;
    border-radius: 50%;
    font-size: 40px;

    display: flex;
    align-items: center;
    justify-content: center;
}

.item_icon_round i {
    color: #7351ed !important;
}


.upload_window {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 200;
    background: rgba(12, 15, 48, 0.836);

    display: none;
    align-items: center;
    justify-content: center;
}

.upload_window.show {
    display: flex;
}

.upload_window_card {
    width: 600px;
    min-height: 300px;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
}

.windowc_card_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
}

.wc_close {
    --w_h: 35px;
    min-height: var(--w_h);
    max-height: var(--w_h);
    min-width: var(--w_h);
    max-width: var(--w_h);

    display: flex;
    align-items: center;
    justify-content: center;
    background: red;
    border-radius: 12px;
    color: #fff;
}

.wc_title {
    margin-left: 10px;
}

.upload_rounded_icon {
    background: #fef2f2;
    --w_h: 100px;
    min-height: var(--w_h);
    max-height: var(--w_h);
    min-width: var(--w_h);
    max-width: var(--w_h);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: auto;
    margin-top: -20px;
}

.upload_rounded_icon {
    font-size: 30px;
    color: royalblue;
}

.browsebutton {
    background-color: #eee;
    padding: 25px 20px 20px 20px;
    text-align: center;
    border: 2px dashed royalblue;
    transition: 0.3s;
}

.browsebutton:hover {
    scale: 1.01;
    background-color: #fff;
}

.browsebutton h4 {
    font-weight: 400;
}

.browsebutton * {
    color: royalblue;
}

.munus_list {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(386px, 1fr));
}

.munus_list>* {
    background-color: #fff;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;

    line-height: 1;
    cursor: pointer;
    font-family: "FiraGO", sans-serif;
    font-feature-settings: "case" on;
    font-feature-settings: 'case' on;
    font-weight: 400;
    color: #333;
    padding: 0px;
    font-size: 20px;
    transition: 0.3s;
}

.munus_list>*:hover {
    background-color: #eee;
}

.menu-list-item>* {
    padding: 5px;
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.menu-list-item .mli-wide-col {
    text-align: center;
    width: calc(100% - 70px);
    border-right: 2px solid #ddd;
}

.menu-list-item .mli-button-col {
    width: 70px;
    border-left: 1px soilid #ddd;
    flex-direction: column;
    gap: 10px;
}

.stat_cyrcle {
    --wh: 100px;
    min-width: var(--wh);
    max-width: var(--wh);
    min-height: var(--wh);
    max-height: var(--wh);
    border: 2px solid #000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.normal_sized {
    font-size: 16px;
}




.sidebar_favewsome_icon {
    color: var(--dashboard-icons-color);
    min-width: 46px;
    text-align: center;
    margin-left: 13px;
}

.sidebar_favewsome_icon i {
    font-size: 19px;
}

.stat_cyrcle i {
    font-size: 30px;
}

.delete_modal {
    display: grid;
    place-items: center;
    overflow-x: hidden;
    overflow-y: auto;

    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 400;
}

.modal_box {
    background-color: #fff;
    border-radius: 10px;
    padding: 20px 30px;
    width: 400px;
    max-width: 400px;
    min-height: 200px;
}

.modal-alert-icon {
    --wh: 80px;
    background: #fff;
    min-width: var(--wh);
    max-width: var(--wh);
    min-height: var(--wh);
    max-height: var(--wh);
    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid red;
    margin: 20px auto;
}

.modal-alert-icon i {
    font-size: 27px;
    margin-bottom: 3px;
}

.modal-alert-icon,
.modal-alert-icon i {
    color: red;
}

.modal_box_text {
    font-family: "FiraGO";
    font-size: 17px;
    text-align: center;
}

.modal_buttons {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.modal_buttons>* {
    padding: 12px 25px;
    border-radius: 6px;
    background-color: #c1c1c1;
    font-family: "FiraGO";
    font-feature-settings: 'case';
    font-feature-settings: 'case' on;
    font-weight: 600;
    position: relative;
    z-index: 1;
    transition: 0.2s;
}

.modal_buttons>*:hover::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.2);
}

.mb_item_confirm {
    background-color: rgb(0, 186, 84);
    color: #fff;
}

.mb_item_cancel {
    background-color: rgb(218, 31, 2);
    color: #fff;
}

.documents-accourdeon-item {
    padding: 0px;
}

.dab-title {
    color: #000;
    font-size: 17px;
}

.dab-arrow {
    color: #000;
    font-size: 25px;
    margin: -10px
}

.dac-item {
    background: #fff;
    padding: 30px 40px 30px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.dac-item:hover {
    background: #fff;
}


.dac-item:hover .dab-title {
    color: #2f2be0;
}

.dac-item:hover i {
    color: rgb(255, 0, 136);
}

.documents-accourdeon-content {
    background: #ddd;
    margin-left: 10px;
    margin-right: 10px;
    padding: 15px;
}

.rotated_down .rotatable_icon {
    transform: rotate(90deg);
    animation: rotatedDown 2s;
}

@keyframes rotatedDown {
    from {
        transform: rotate(0deg);
    }

    from {
        transform: rotate(90deg);
    }
}

.documents-accourdeon-item {
    padding: 0px;
}

.documents-accourdeon-button {
    background: #fff;
    padding: 24px 40px;

    display: flex;
    align-items: center;
    justify-content: space-between;
}

.dab-title {
    color: #000;
    font-size: 17px;
}

.dab-arrow {
    color: #000;
    font-size: 25px;
    margin: -10px
}

.dac-item {
    background: #fff;
    padding: 30px 40px 30px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.dac-item:hover {
    background: #fff;
}


.dac-item:hover .dab-title {
    color: #2f2be0;
}

.dac-item:hover i {
    color: rgb(255, 0, 136);
}

.documents-accourdeon-content {
    background: #ddd;
    margin-left: 10px;
    margin-right: 10px;
    padding: 15px;
}

.rotated_down .rotatable_icon {
    transform: rotate(90deg);
    animation: rotatedDown 2s;
}

@keyframes rotatedDown {
    from {
        transform: rotate(0deg);
    }

    from {
        transform: rotate(90deg);
    }
}

.text-lower {
    text-transform: lowercase !important;
}

.bg-nice {
    background-color: #6057af !important;
}

@media(min-width:1200px) {
    main {
        margin-left: var(--sidebar-w);
    }
}

main {
    padding: 0px 20px 20px 20px;
}


.news-columns {
    display: flex;
    gap: 20px
}

.news-columns>* {
    width: 50%;
    min-height: 500px;
}

.big-news-thumbnail {
    background-color: #ddd;
    background-image: url('https://panacea.edu.ge/files/images/gallery/2023.12.5/1.jpg');
    background-size: cover;
    background-position: center;
    padding-top: 60%;
}

.smaller-news-thumbnail {
    background-color: #ddd;
    background-image: url('https://img.medscapestatic.com/thumbnail_library/mj_231012_doctors_diversity_talk_800x450.jpg');
    background-size: cover;
    background-position: center;
    padding-top: calc(124% + 1px);
}

.news-item-title {
    font-family: "FiraGO", sans-serif;
    font-feature-settings: 'case' on;
    font-weight: 600;
    font-size: 16px;
    /* letter-spacing: 1px; */
    color: var(--bg-gtu-light-dark);
    padding-top: 20px;
    padding-bottom: 10px;
    line-height: 1.4;
}

.news-item-date {
    font-family: "FiraGO", sans-serif;
    /* font-feature-settings:'case' on; */
    font-size: 14px;
    /* letter-spacing: 1px; */
    color: #333;
    padding-top: 0px;
    padding-bottom: 20px;
    line-height: 1.4;
}

.smaller-news-items {
    display: flex;
    gap: 20px;
}

.smaller-news-items>* {
    width: 50%;
}

.news-page-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 20px;
}

.news-page-grid .smaller-news-thumbnail {
    padding-top: calc(60% + 12px) !important;
}

.nice-pagination {
    background: #fff;
    padding: 13px;
    border: 1px solid #ccc;
    border-radius: 4px;
}


.maxlines1 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    /* number of lines to show */
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.maxlines2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
}



.bboard-textbox textarea {
    background-color: #f1f1f1;
    width: 100%;
    padding: 20px;
    border-radius: 4px;
    outline: none !important;
    border: 1px solid #ccc;
}

.college-nice-input {
    position: relative;
    display: flex;
    align-items: center;
    gap: 3px;
    background-color: #f1f1f1;
    width: 100%;
    border-radius: 4px;
    outline: none !important;
    border: 1px solid #ccc;
    padding: 0px !important;
}

.college-nice-input button {
    outline: none !important;
    border-top: none !important;
    border-bottom: none !important;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;

    font-family: "FiraGO";
    font-size: 15px;
    min-height: 50px;
    padding: 0px 15px;

}

.college-nice-input button:first-child,
.college-nice-input .nice-input-icon:first-child {
    border-left: none !important;
}

.college-nice-input button:last-child,
.college-nice-input .nice-input-icon:last-child {
    border-right: none !important;
}

.college-nice-input input {
    font-family: "FiraGO";
    font-size: 14px;
    color: #181743;
    border: none !important;
    outline: none !important;
    background: transparent !important;
    padding: 10px;
    width: 100%;
    --h: 50px;
    min-height: var(--h);
    max-height: var(--h)
}

.dropdown-select-element-button {
    --h: 50px;
    min-height: var(--h);
    max-height: var(--h);
    width: 100%;


    font-family: "FiraGO";
    font-size: 14px;
    color: #181743;
    background: #eee !important;

    border-radius: 4px;
    border: 1px solid #ccc;
    outline: none !important;

    overflow: hidden;
    padding: 10px;



    display: flex;
    align-items: center;
    padding-left: 0px !important;
}


.dropdown-select-element-button .nice-input-icon {
    min-width: 50px;
    border-left: none !important;
}

.college-nice-input button i {
    font-size: 25px;
}

.nice-input-icon {
    --h: 50px;
    min-width: var(--h);
    max-width: var(--h);
    min-height: var(--h);
    max-height: var(--h);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0px 15px;
    border: 1px solid #ccc;
    border-top: none !important;
    border-bottom: none !important;
}

.dropdown-select-element .dropdown-menu.show {
    width: 100%;
}

.nice-input-label-sm {
    --h: 50px;
    min-height: var(--h);
    max-height: var(--h);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0px 15px;
    border: 1px solid #ccc;
    border-top: none !important;
    border-bottom: none !important;
    font-family: 'FiraGO', sans-serif;
    font-feature-settings: 'case' on;
    font-weight: 600;
    font-size: 13px;
    white-space: nowrap;
    background: linear-gradient(to bottom, #ba77f9, #844cde);
    color: #fff;
}

.form-check-input {
    transform: scale(1.2);
}

/* start filemanager */
.filemanager-modal {
    position: fixed;
    inset: 0;
    z-index: 400;
    background: rgba(58, 72, 144, 0.728);

    display: none;
    place-items: center;
}

.filemanager-modal.opened {
    display: grid !important;
}

/* ===== CARD ===== */
.filemanager-card {
    width: 100%;
    max-width: 1140px;
    margin: auto;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
}

@media (max-width: 1000px) {
    .filemanager-card {
        max-width: 90%;
    }
}

/* ===== HEADER / FOOTER ===== */
.filemanager-card-header,
.filemanager-card-footer {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 61px;
    padding: 10px 20px;
    font-family: 'FiraGO', sans-serif;
    border-bottom: 1px solid #ccc;
}

.filemanager-card-footer {
    border-top: 1px solid #ccc;
    border-bottom: none;
}

/* ===== TITLE ===== */
.filemanager-card-title {
    font-size: 16px;
    font-weight: 600;
    flex: 1;
}

/* ===== SEARCH ===== */
.filemanager-card-files-search {
    position: relative;
    background: #eee;
    border: 1px solid #ccc;
}

.filemanager-card-files-search input {
    border: none;
    outline: none;
    background: transparent;
    min-height: 45px;
    padding-left: 50px;
    width: 100%;
}

.filemanager-card-search-icon {
    position: absolute;
    inset: 0 auto 0 0;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* ===== BODY ===== */
.filemanager-card-body {
    padding: 20px;
    max-height: 60dvh;
    overflow-y: auto;
}

/* ===== CLOSE BUTTON ===== */
.filemanager-btn-close {
    --wh: 33px;
    width: var(--wh);
    height: var(--wh);
    background: #eee;
    border: 1px solid #ccc;

    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.filemanager-btn-close:hover {
    color: red;
}

/* ===== FILE GRID ===== */
.filemanager-files-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 10px;
}

/* ===== FILE ITEM ===== */
.filemanager-file-item {
    position: relative;
}

.filemanager-file-item-image {
    background: #ddd;
    padding-top: 60%;
    position: relative;
    overflow: hidden;
}

.filemanager-file-item-image img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.filemanager-file-item-name,
.filemanager-file-item-date {
    font-family: 'FiraGO', sans-serif;
    font-feature-settings: 'case' on;
    font-weight: 600;
}

.filemanager-file-item-name {
    font-size: 12px;
    padding: 5px 0;
}

.filemanager-file-item-date {
    font-size: 10px;
}

/* ===== FILE BOXES ===== */
.file_manager .file {
    position: relative;
    border-radius: .55rem;
    overflow: hidden;
    padding: 0 !important;
}

/* filename */
.file_manager .file .file-name {
    padding: 10px;
    border-top: 1px solid #f7f7f7;
}

.file_manager .file .file-name small .date {
    float: right;
}


.files-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 20px;

}

.files-grid .hover_insert {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    z-index: 22;
    margin-top: -300px;

}

.files-grid .card:hover .hover_insert {
    margin-top: 0px !important;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
}


.file-item-extension-decor {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    background: royalblue;
    color: #fff;
    font-family: FIraGO;
    font-feature-settings: 'case' on;
    font-weight: 600;
    width: 100px;
    height: 65px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.file-name p.filename {
    font-family: 'FiraGO', sans-serif;
    font-size: 15px;

}

.nice-input {
    position: relative;
    overflow: hidden;
    border: 1px solid #ccc;
    background: #eee;
    border-radius: 4px;
    display: flex;
}

.orbrowse {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 10px;
}

.nice-input .orbrowse:first-child {
    border-left: none !important;
}

.nice-input .orbrowse:last-child {
    border-right: none !important;
}

.inputButton {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 10px 12px;
    background: #7351ed;
    margin: 3px;
    color: #fff !important;
    border-radius: 4px;
}

.orbrowse:hover {
    cursor: pointer;
    background: #fafafa;
}

.inputButton:hover {
    cursor: pointer;
    background: #6648d2;
}

.p-card-minimal {
    padding: 17px !important;
}

.nice-input input,
.nice-input .fakeinput,
.nice-input textarea {
    background: transparent !important;
    border: 0px !important;
    outline: none !important;
    margin: 0px;
    padding: 10px 15px;
    display: block;
    width: 100%;
    max-width: 100%;
}

.nice-input textarea {
    min-height: 260px;
}

.col-form-label {
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 14px;
    text-align: right;
    color: #000;
}

.cursor-none {
    cursor: none !important;
}

.fakeinput {
    min-width: 200px !important;
    max-width: 200px !important;

    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

div[data-href] {
    cursor: pointer
}

/* end filemanager */



.bpg-mtavruli {
    font-family: 'FiraGO', sans-serif;
    font-feature-settings: "case" on;
    font-feature-settings: 'case' on;
}

.item_icon_round {
    --w_h: 70px;
    min-width: var(--w_h);
    max-width: var(--w_h);
    min-height: var(--w_h);
    max-height: var(--w_h);
    background: #ddd;
    border-radius: 50%;
    font-size: 40px;

    display: flex;
    align-items: center;
    justify-content: center;
}

.item_icon_round i {
    color: #7351ed !important;
}

.pre-registration-tabs {
    background: #2d69f0;
    display: flex;
    align-items: center;
    padding: 15px 20px;
    gap: 10px;
}

.pre-registration-tabs>* {
    color: #191547;
    display: block;
    padding: 6px 20px;
    border-radius: 20px;
    background: #f3f3ff;
    cursor: pointer;
}

.pre-registration-tabs>.active {
    color: #fff;
    display: block;
    background: #333;
}

.sidebar_heading {
    font-family: 'FiraGO', sans-serif;
    font-feature-settings: "case" on;
    font-feature-settings: 'case' on;
    line-height: 1;
    font-weight: 600;
    font-size: 16px;
    color: #001c40;
    padding: 10px;
}

.stat_cyrcle .sidebar_favewsome_icon {
    margin: 0px !important;
}

.nice-list-elements {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3px;
    max-height: 240px;
    overflow-x: hidden;
    overflow-y: auto;
}

.nice-list-element {
    display: flex;
    align-items: center;
    gap: 0;

    font-family: 'FiraGO';
    font-size: 15px;
    background: #eee;
    border: 1px solid #ccc;
    padding: 8px 10px 8px 15px;

}

/* start beautiful grid */

@keyframes slideIn {
    0% {
        opacity: 0;
        transform: translateY(100%);
    }

    100% {
        opacity: 1;
        transform: translateY(auto);
    }
}

.menu-bottom-carousel {
    background: transparent;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 20px;
    position: relative;
    z-index: 900;
}

.menu-bottom-carousel>* {
    cursor: pointer;
    min-height: 140px;
    background: #fff;
    display: flex;
    align-items: center;
    flex-direction: column;
    border-right: 1px solid #eee;
    transition: 0.3s;
}

.menu-bottom-carousel>*:hover {
    background: #eee;
}

.menu-bottom-carousel>*:last-child {
    border-right: none;
}

.menu-bottom-carousel .menu-item {
    position: relative;
    overflow: hidden;
}

.menu-bottom-carousel .menu-item:hover .menu-item-label {
    animation: slideIn 1s forwards;
}

.menu-bottom-carousel .menu-item:hover .menu-item-icon {
    animation: slideIn 1s forwards;
}

.menu-item-icon {
    margin: auto;
    width: 100px;
    background: transparent;
    text-align: center;
    min-height: 100px;
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.menu-item-icon img {
    --wh: 55px;
    max-width: var(--wh);
    min-width: var(--wh);
    min-height: var(--wh);
    max-height: var(--wh);
}

.menu-item-icon i {
    font-size: 50px;
    color: var(--bg-gtu-light-dark);
}

.menu-item-label {
    font-family: "FiraGO", sans-serif;
    font-feature-settings: 'case' on;
    min-height: 90px;
    font-size: 17px;
    letter-spacing: 1px;
    color: var(--bg-gtu-light-dark);
    text-align: center;
    line-height: 1.5;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
}


/* Tabs navigation */
.tabs-nav {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    border-bottom: 1px solid #ddd;
}

.tabs-nav li {
    margin: 0;
}

.tabs-nav li a {
    display: block;
    padding: 17px 18px;
    font-size: 14px;
    text-decoration: none;
    color: #666;
    border: 1px solid #ddd;
    border-bottom: none;
    background: #fff;
    margin-right: -1px;
}

/* Active tab */
.tabs-nav li.active a {
    color: #1a73e8;
    font-weight: 500;
    border-top: 3px solid dodgerblue;
    position: relative;
    top: 0px;
}

.tabs-nav li.active a::before {
    content: "";
    background: #fff;
    position: absolute;
    left: 0;
    bottom: -2px;
    right: 0;
    height: 3px;
}

/* Content box */
.tab-content {
    border: 1px solid #ddd;
    padding: 18px;
    font-size: 14px;
    line-height: 1.6;
}

/* Hide inactive content */
.tab-content.hidden {
    display: none;
}

.btn-normal {
    min-height: 45px;
    max-height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
}

/* fix sidebar */
.sidebardDropdownArrow {
    color: #1b6dc1 !important;
}

.sidebar-item.rotated .sidebardDropdownArrow {
    transform: rotate(180deg);
}

/* =====================
       BASE (everything closed)
    ===================== */
sidebar {
    display: none;
}

header {
    left: 0;
    max-width: 100%;
}

main {
    margin-left: 0;
}

/* =====================
       MOBILE (<1000px)
    ===================== */
@media (max-width: 999px) {
    #dashboard_layout.openmob sidebar {
        display: block;
        padding-top: 64px !important;
    }
}

/* =====================
       DESKTOP (>=1000px)
    ===================== */
@media (min-width: 1000px) {
    #dashboard_layout.openpc sidebar {
        display: block;
    }

    #dashboard_layout.openpc header {
        left: var(--sidebar-w);
        max-width: calc(100% - var(--sidebar-w));
    }

    #dashboard_layout.openpc main {
        margin-left: var(--sidebar-w);
    }
}

.ratio>* {
    object-fit: contain !important;
}


.card.nice .card-header,
.card.nice .card-body {
    padding: 20px;
}

.card.nice .card-header {
    font-family: 'FiraGO';
    font-weight: 500;
    text-transform: uppercase;
}

.card.nice .card-header-user-item {
    display: grid;
    grid-template-columns: 53px 1fr;
    align-items: center;
    gap: 20px;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    padding-left: 17px !important;
    padding-left: 17px !important;
}

.card.nice .card-header-user-item-avatar {
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 50px;
    padding-top: 100%;
}

.category-small-image {
    width: 66px;
    margin-top: -10px;
    margin-bottom: -10px;
    margin-left: -5px;
    border-radius: 6px;
    border: 1px solid #ccc !important;
    margin-right: 19px;
}

.p-10px {
    padding: 10px !important;
}


.table-news-image {
    width: 180px;
    padding-top: 56%;
    background: #ddd;
    border: 1px solid #ccc;
    background-position: center;
    background-size: cover;
}

.category-tag-item {
    background: #f3f4f6;
    border: 1px solid #ccc;
    border-radius: 50px;
    font-family: 'FiraGO';
    font-weight: 500;
    padding: 7px 15px;
    font-size: 15px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.category-tag-item:hover {
    background: #e5e7eb;
}

.category-tag-item span {
    font-size: 14px;
    font-weight: 500;
}

.category-tag-item i {
    font-size: 20px;
    color: red !important;
}

.parent-category-title {
    font-family: 'FiraGO';
    font-weight: 500;
    padding: 7px 5px;
    font-size: 16px;
}

.selected-categories-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;

    max-height: 240px;
    overflow-x: hidden;
    overflow-y: auto;
}

.nice-list-elements .btn-sm {
    margin-top: -6px;
    margin-bottom: -6px;
}

.nice-list-element insertable-to-menu {
    cursor: pointer;
}

.dropbtn {
    background-color: #4CAF50;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

.dropdown {
    position: relative;
}

.dropdown-content {
    display: none;
    position: absolute;
    z-index: 100;
    background-color: #f9f9f9;
    min-width: 200px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    background-color: #f1f1f1;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}

.dropbtnფრფ {
    min-height: 50px;
    width: 41px;
    outline: none;
    border: none;
    background: transparent;
}

.full-width-filter {
    border-bottom: 1px solid #ccc;
    background: #fff;
    min-height: 300px;
}

.folder-grid {
    display: grid;
    grid-gap: 15px;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}

.category-info {
    display: flex;
    align-items: center;
    gap: 25px;
}

.why-info {
    cursor: pointer;
    font-family: 'FiraGO', sans-serif;
    font-feature-settings: "case" on;
    font-weight: 400;
    width: 100%;
}

.bpg-arial {
    font-family: 'BPG Arial';
}

.price-and-buttons {
    margin-top: 6px;
    margin-bottom: -5px;
    margin-right: -5px;
}

.product-button-icon {
    /* background: #ddd; */
    --samesize: 40px;
    min-height: var(--samesize);
    min-width: var(--samesize);

    max-height: var(--samesize);
    max-width: var(--samesize);

    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;
}

.product-button-icon:hover {
    background: #ddd;
}

.product-button-icon i {
    color: #333;
    font-size: 18px !important;
}

.gap-2 {
    gap: 4px;
}

.product-buttons {
    display: flex;
    align-items: center;
    gap: 4px;
}

.price-and-buttons {
    margin-top: 6px;
    margin-bottom: -5px;
    margin-right: -5px;
}

.nice-input-icon img {
    max-width: 100%;
}

.modern-admin-header {
    min-height: 80px;
    max-height: 80px;
    background: #fff;
    border-bottom: 1px solid #ccc;

    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 20px;
}

.breadcrumb-current-page-title {
    font-family: 'BPG Arial Caps';
    color: #000;
    font-weight: 600;
    font-size: 20px;
    margin-top: 25px;
}

.modern-admin-header .filemanager-card-files-search {
    border-radius: 50px !important;
    max-width: 229px !important;
}

.modern-admin-header .filemanager-card-files-search input {
    min-height: 41px !important;
}

.statistics-section {
    min-height: 250px;
    background-color: transparent;
    padding: 0px 10px;
}

.statistic-item {
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    background: #1b6dc1;
  padding: 40px 20px;
}

.statistics-grid {
    display: flex;
    justify-content: space-around;
    gap: 20px;
    padding: 20px 0 !important;
}

.statistic-item-icon {
    --wh: 60px;
    min-width: var(--wh);
    max-width: var(--wh);
    min-height: var(--wh);
    max-height: var(--wh);
    border-radius: 50px;

    display: flex;
    align-items: center;
    justify-content: center;
}

.statistic-item-icon i {
    font-size: 50px !important;
}

.statistics-label {
    font-family: 'FiraGO', sans-serif;
    font-size: 17px;
    text-transform: uppercase;
}

.statistics-number {
    font-family: 'Roboto', sans-serif;
    font-size: 40px;
}


.card-header,
.card-body {
    padding: 20px;
}

.card-header {
    font-family: 'FiraGO';
    font-weight: 500;
    text-transform: uppercase;
}

.card-header-user-item {
    display: grid;
    grid-template-columns: 53px 1fr;
    align-items: center;
    gap: 20px;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    padding-left: 17px !important;
    padding-left: 17px !important;
}

.card-header-user-item-avatar {
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 50px;
    padding-top: 100%;
}