@import "glyphicons.css";

/* main styles */

@font-face {
    font-family: 'e-Ukraine';
    src: url("../fonts/e-Ukraine-Regular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
    font-display: swap;
}

body {
    font-family: 'e-Ukraine', sans-serif !important;
    min-width: 320px;
    outline: none;
    color: #000;
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
}

.overlay-full-screen:before {
    content: '';
    background: #000;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.7;
    transition-delay: 500ms;
    z-index: 2;
}

body.main-guest-page {
    font-size: 18px;
}

img#loader {
    display:none;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    opacity: .6;
}

.modal-header {
    flex-direction: row-reverse;
}

.modal-header h1, .modal-header h3 {
    font-size: 28px;
}

header {
    /*z-index: 6;*/
    position: relative;
}

.fade:not(.show) {
    opacity: 1;
}

a:not(.btn, .default-link), a:not(.btn, .default-link):hover, .card-title, .sub-menu-inner li a {
    color: #000000 !important;
}

a:hover {
    color: #000;
    text-decoration: none;
}

.nav-user-name a {
    color: #000 !important;
}
.nav-transfer-notification {
    align-self: center;
    background: teal;
    border-radius: 18px;
    margin-right: 1rem;
}
.navbar-light .navbar-nav .nav-link:hover {
    color: #000;
}

.nav-link:hover {
    color: #000000;
}

.background-gray {
    background: #E5E5E5;
}

.background-blue {
    background: #D7E4F6;
}

.background-blue-gray {
    background: #E7EEF3;
}

.background-green {
    background: #DDF0E4;
}

.background-yellow {
    background: #FFF7E3;
}

.background-white {
    background: #ffffff;
}

.fs-11 {
    font-size: 11px;
}

.fs-16 {
    font-size: 16px;
}

.btn-black, .nav-link.btn-black {
    font-size: 13px;
    line-height: 20px;
    letter-spacing: -0.02em;
    color: #FFFFFF !important;
    background-color: #000000;
    padding: 15px 40px;
    display: inline-block;
    border-radius: 25px;
}

.btn-black:hover {
    color: #fff !important;
}

.btn-bullying {
    font-size: 13px;
    line-height: 20px;
    letter-spacing: -0.02em;
    padding: 15px 40px;
    display: inline-block;
    border-radius: 25px;
}

.btn-bullying:hover {
    color: #fff;
}

@media (min-width: 768px) {
    .btn-bullying-j {
        display: none;
    }
}

@media (min-width: 500px) {
    .bul-btn-sec {
        display: none;
    }
}

@media (max-width: 500px) {
    .btn-bullying-j {
        display: none;
    }

    .bul-btn-sec {
        display: block;
    }
}

.navbar-collapse ul.flex-column {
    gap: 10px;
}

.dropdown-menu {
    border: none;
    background: transparent;
}

.dropdown-item:hover, .dropdown-item:focus {
    background: transparent;
    color: #000;
}

h1 {
    /*font-size: 56px;*/
}

h1:first-letter, h2:first-letter, h3:first-letter{
    /*margin-left: -0.1em;*/
}

h2 {
    font-size: 42px;
}

h3 {
    font-size: 38px;
}

header {
    font-size: 13px;
}

.main-header-icons {
    margin-top: 150px;
    margin-bottom: 45px;
}

.main-page-caption {
    font-size: 68px;
    line-height: 80px;
    letter-spacing: 0.15em;
    margin-bottom: 40px;
}

.main-page-description {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 105px;
    line-height: 20px;
}

.navbar-toggler-icon-custom {
    width: 17px;
    height: 17px;
    border: none;
    background-image: url("../images/redizine/toggle-icon-burger.png");
    background-size: cover;
}

.navbar-light .navbar-toggler {
    border: none;
}

.navbar-light .navbar-nav .nav-link {
    color: #000000 !important;
}

.main-page-header {
    background: linear-gradient(81.28deg, #E3EAFD 4.71%, #E0E8F4 50.97%, #B6DBFD 90.49%);
    overflow: hidden;
    /*z-index: 0;*/
}

.wawe {
    background: url("/images/redizine/main-header-wawe.png") right top no-repeat;
    height: 100%;
    width: 100%;
    mix-blend-mode: lighten;
}

.main-page-header .navbar, .navbar {
    padding: 0 !important;
}

.card {
    border-radius: 0;
    border: none;
}

.system-aikom {
    border-radius: 2px;
    border: 1px solid;
    border-image: radial-gradient(circle, rgba(181,211,157,1) 0%, rgba(241,172,172,1) 25.66%, rgba(213,161,187,1) 54.47%, rgba(127,126,232,1) 86.04%, rgba(40,51,208,1) 100%);
}

.system-aikom-background {
    background: #FFF7E3;
}

.system-aikom h2 {
    line-height: 60px;
    letter-spacing: -2%;
}

.system-aikom img {
    margin-top: 15px;
}

.system-aikom-wrapper {
    padding: 3px;
    background: radial-gradient(circle, rgba(181,211,157,1) 0%, rgba(241,172,172,1) 25.66%, rgba(213,161,187,1) 54.47%, rgba(127,126,232,1) 86.04%, rgba(40,51,208,1) 100%);
}

.irc-background-header {
    background: #e7eef3 !important;
}

.modules-aikom {
    padding-top: 80px;
    padding-bottom: 60px;
    background: #F1F5F8;
}

.modules-aikom .card {
    background: transparent;
}

.modules-aikom-arrows-block {
    margin-bottom: 80px;
}

.controls {
    width: 200px;
}

.my-carousel-progress {
    background: #c1c4c6;
}

.my-carousel-progress-bar {
    background: #000000;
    height: 2px;
    transition: width 400ms ease;
    width: 0;
}

.splide__slide .card {
    height: 300px;
    margin-bottom: 10px;
}

.aikom-custom-arrow {
    padding: 0;
    border: none;
    background: transparent;
}

.aikom-partners {
    background: #E0E7ED;
    padding: 50px 0 50px 0;
}

.aikom-partners-caption {
    font-size: 28px;
    letter-spacing: -0.02em;
    color: #000000;
    margin-bottom: 30px;
}

.aikom-connect .card {
    height: 360px;
    padding: 18px;
}

.menu-border {
    border: 1px solid #000;
}

.disable-dash-breadcrump .breadcrumb-item + .breadcrumb-item::before {
    content: "";
}

.breadcrumb {
    padding: 0;
    margin: 55px 0 20px 0;
    background: transparent;
    background-color: transparent !important;
}

.breadcrumb-item {
    font-size: 12px;
}

.breadcrumb .breadcrumb-item a {
    color: black;
}

.card .card-header .btn-block::after {
    content: "-";
    padding-left: 20px;
    float: right;
}

.card .card-header .collapsed::after {
    content: "+";
    padding-left: 20px;
    float: right;
}

#accordion .btn-link {
    color: #000;
    font-size: 28px;
}

#accordion .btn-link:hover {
    text-decoration: none;
}

#accordion .card-header {
    background: transparent;
    border: none;
}

#accordion li, .list-style-position-inside li {
    list-style-position: inside;
}

#accordion .card {
    border-bottom: 2px solid #000;
    padding-bottom: 40px;
    margin-top: 40px;
}

.aikom-connect {
    margin: 80px 0;
}

.benefits-card {
    margin-top: 40px;
    border-bottom: 4px solid #E7EEF3;
}

.benefits-card p {
    font-size: 28px;
}

.benefits-card li {
    font-size: 16px;
}

.list-style-type-dash li {
    list-style-type: '- ';
}

.connect-poster {
    background-image: url("../images/redizine/connect-ej.png");
    background-size: cover;
    height: 527px;
}

.connect-poster-banner {
    color: #000;
    background: #FFFFFF;
    opacity: 0.9;
    border-radius: 4px;
    font-size: 38px;
    line-height: 40px;
    letter-spacing: -0.02em;
    padding: 43px 66px 47px 30px;
    width: 560px;
    top: 20px;
    left: 20px;
}

.connect-card {
    background: #E4EDFA;
    opacity: 0.9;
    box-shadow: 2px 3px 7px #C0CEE2;
    border-radius: 4px;
}

.connect-card-large-container,  .connect-card-large {
    width: 520px;
    height: 455px;
}

.connect-card-large-container, .connect-card-medium-container {
    margin-left: 15px;
}

.connect-card-medium-container, .connect-card-medium{
    height: 240px;
    width: 520px;
}

.connect-card-large, .connect-card-medium {
    top: -15px;
    left: -15px;
}

.connect-card-large li, .connect-card-large p {
    font-size: 16px;
}

.aikom-custom-table tr td:first-child {
    border-right: 4px solid #000000;
}

.aikom-custom-table td {
    width: 50%;
    border-top: 4px solid #000000;
    border-bottom: 4px solid #000000;
    padding: 50px 50px 50px 50px;
    font-size: 28px;
}


.aikom-custom-table td span {
    font-size: 18px;
}

.system-aikom-standart-padding {
    padding: 75px 40px 40px 40px;
}

.social-icons {
    margin-bottom: 100px;
}

.treeview span.icon {
    display: inline-block;
    width: 12px;
    height: 12px;
}

.grid-view {
    font-size: 14px;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link ,
.nav-pills .dropdown-item.active {
    background-color: transparent;
    color: black;
}


.dropdown-menu.show {
    background: #ffffff;
    border: 1px solid #000;
    padding: 5px;
}

.pagination li a:not(.page-link)
{
    font-size: 14px;
    padding: 5px;
}

.pagination {
    margin-top: 10px;
}

#pjax-treemenu-container .nav-pills li,
.nav-container .nav-pills li
{
    padding-right: 30px;
    padding-bottom: 10px;
}

.nav-pills li a {
    color: black;
}

.datepicker-days, .datepicker-months, .datepicker-years, .datepicker-decades, .datepicker-centuries {
    background: #ececec;
    border-radius: 5px;
}

#add-planning-modal .modal-dialog {
    display: contents;
}
#module-menu p a {
    color: #000000;
    margin-top: 20px;
}

.nz-logo-cintainer {
    width: 100%;
    height: 73px;
}

.has-error .help-block {
    color: red;
}

footer {
    background-color: #000;
    color: #fff;
}

footer {
    font-size: 16px;
}

footer span, footer a:not(.btn), footer a:not(.btn):hover {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.7) !important;
}

.footer-line {
    width: 100%;
    height: 2px;
    background-color: #ffffff;
    opacity: 0.3;
}

.trassfer-find-similar-block {
    border-radius: 10px;
    border: 1px solid grey;
    text-align: left;
    padding: 10px 0 0 10px;
    margin-bottom: 20px;
}
@media screen and (min-width: 320px) and (max-width: 991px) {

    header .dropdown-menu.show {
        border: none;
        background: transparent;
    }


    body , header, main-page-description {
        font-size: 16px;
    }

    .breadcrumb {
        margin: 30px 0;
    }

    .aikom-connect {
        margin-top: 40px;
        margin-bottom: 40px;
    }

    h1, h2, h3, .system-aikom h2{
        font-size: 28px;
        line-height: 32px;
    }

    .aikom-partners {
        padding: 30px 0 30px 0;
    }

    .aikom-partners-mobile .row div {
        height: 70px;
    }
    .aikom-partners-mobile .row div a {
        display: inline-block;
    }

    .main-header-icons img{
        width: 120px;
    }

    .main-header-icons {
        margin-top: 65px;
        margin-bottom: 20px;
    }

    .main-page-caption {
        font-size: 52px;
    }

    .main-page-description {
        margin-bottom: 50px;
    }

    .btn-black, button.btn-black {
        padding: 15px 40px !important;
        border: none !important;
    }

    .collapse-login-menu {
        border-top: 2px solid #000;
        padding-top: 30px;
        margin-top: 20px;
    }

    .connect-poster-banner {
        width: 91%;
        padding: 20px;
    }

    .connect-card-large-container, .connect-card-large, .connect-card-medium-container, .connect-card-medium  {
        width: 100%;
        box-shadow: none;
        border-radius: 0;
    }

    .connect-card-large, .connect-card-medium {
        top: 0;
        left: 0;
    }

    .connect-card-large-container, .connect-card-medium-container {
        margin: 0;
        border-radius: 0px;
    }

    .aikom-custom-table tr td:first-child {
        border-right: 2px solid #000000;
    }

    .aikom-custom-table td {
        width: 50%;
        border-top: 2px solid #000000;
        border-bottom: 2px solid #000000;
        padding: 20px 20px 20px 20px;
        font-size: 18px;
    }

    .aikom-custom-table td span {
        font-size: 14px;
    }

    .footer-mon {
        width: 200px;
        height: 36px;
    }

    .footer-institute {
        width: 121px;
        height: 45px;
    }
}

.list-logo .list-item {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.list-logo .image-container {
    width: 100px;
    height: 100px;
    overflow: hidden;
    margin-right: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.list-logo .image-container img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0;
}

.zo-modal-header{
    flex-wrap: wrap;

    &h1{
        width: 90%;
    }
}

.card-bordered {
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}

.form-group-hint {
    color: darkorange;
    font-size: 10px;
}

.spinner-small {
    width: 1rem;
    height: 1rem;
    border: 0.15em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    display: inline-block;
    vertical-align: text-bottom;
    animation: spinner-border .75s linear infinite;
}

@keyframes spinner-small {
    100% { transform: rotate(360deg); }
}

ul.nd-styled-list,
ul.nd-styled-list li,
ul.nd-styled-list a {
    list-style-type: revert;
    margin: revert;
    padding: revert;
}

ul.nd-styled-list {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

a.default-link {
    color: #007bff;
}

a.default-link:hover {
    color: #0056b3;
}