﻿body {
    background: #f2f3f8;
}

a {
    color: #13689e;
}
.m-aside-menu.m-aside-menu--skin-light .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item.m-menu__item--active > .m-menu__heading .m-menu__link-text, .m-aside-menu.m-aside-menu--skin-light .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item.m-menu__item--active > .m-menu__link .m-menu__link-text {
    color: #13689e;
}

.floating-label-group {
    position: relative;
}

    .floating-label-group .floating-label {
        top: 20px;
        bottom: 0px;
        left: 0px;
        opacity: 1;
        color: #13689e;
        /*color: forestgreen;*/
        padding: 5px;
    }

    .floating-label-group input:focus .floating-label,
    .floating-label-group input:not(:focus):valid ~ .floating-label {
        font-size: 15px;
        color: #13689e;
        position: absolute;
        pointer-events: none;
        top: 0px;
        left: 12px;
        transition: all 0.1s ease;
    }


    .floating-label-group select:not(:focus) ~ .floating-label {
        font-size: 15px;
        color: #13689e;
        position: absolute;
        pointer-events: none;
        top: 9px;
        left: 12px;
        transition: all 0.1s ease;
    }


@media screen and (max-width: 800px) {
    .form-control {
        height: 6.5rem;
    }
}

.m-input--standard {
    font-size: 1.65rem;
    font-family: inherit;
    text-align: center;
}


html, body {
    font-family: Outfit;
    font-size: 15px;
}

.btn-primary {
    color: #fff;
    background-color: #13689e;
    border-color: #13689e;
}

    .btn-primary:hover {
        color: #fff;
        background-color: #1286cf;
        border-color: #13689e;
    }

.form-control:focus {
    outline: none !important;
    border: 1px #13689e;
    box-shadow: 0 0 10px #719ECE;
}

.m-stack.m-stack--general {
    table-layout: auto;
}
.logo-image {
    height: 60px;
    width: unset;
}

.m-brand {
    width:100%;
}

.radio-tooltip {

    border: 0px solid lightgray;
  
}

    @media screen and (max-width: 1025px) {
        .logo-image {
           height:50px;
           
        }
        .m-brand__logo-wrapper {
            padding: 10px;
        }
        .m-stack.m-stack--general {
            table-layout: inherit;
        }
    }


/*    @media screen and (max-width: 600px) {
        .logo-image {
            height: 80%;
            width: 80%;
        }
    }*/

    .skeleton {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 4px;
    background-color: #afafaf !important;
    color: transparent !important;
    border-color: #1e2226 !important;
    user-select: none;
    cursor: default;
}

    .skeleton img {
        opacity: 0;
        background-color: gray !important;
    }

    .skeleton .kt-widget__media {
        background-color: gray !important;
    }

    .skeleton .kt-widget__desc {
        height: 40px;
        width: fit-content;
        background-color: gray !important;
    }

    .skeleton .info {
        color: gray !important;
        background-color: gray !important;
    }


.skeleton a {
    color: gray !important;
    background-color: gray !important;
}

    .skeleton h1 {
        color: gray !important;
        background-color: gray !important;
    }

    .skeleton button {
        border-color:gray;
        color: gray !important;
        background-color: gray !important;
    }

    .skeleton::after {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        transform: translateX(-100%);
        background-image: linear-gradient( 90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 20%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) );
        animation: shimmer 2s infinite;
        content: '';
    }

    .skeleton i {
        display:none;
    }

    .skeleton span {
        color: gray !important;
        background-color: gray !important;
    }


@keyframes shimmer {
    100% {
        transform: translateX(100%);
    }
}

#LanguageDropdown {
    width: 150px !important;
    top: -140px;
    margin-left: -30px;
}

@media (max-width: 1024px) {
    .m-header--fixed-mobile .m-topbar {
        margin-top: 0;
        top: -10px;
    }

    .m-header--fixed-mobile .m-body {
        padding-top: 112px !important;
    }

    .m-topbar .m-topbar__nav.m-nav {
        float: none;
        width:100%;
        margin: 0 0 0 0 !important;
        text-align:center;
    }
}