﻿/*@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');
*/

:root {
    --bs-tile-primary-rgb: 239, 171, 0;
    --bs-tile-secondary-rgb: 37, 69, 146;
}

html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

a, .btn-link {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.content {
    padding-top: 1.1rem;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    bottom: 10px;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    /* left: 0; */
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    /* width: 100%; */
    z-index: 1000;
    right: 10px;
    background-color: black;
    width: 300px;
    /*    animation: seconds 1.0s forwards;
    animation-iteration-count: 1;
    animation-delay: 5s;*/
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        color: white;
    }

    #blazor-error-ui a {
        cursor: pointer;
        color: white;
    }

@keyframes seconds {
    0% {
    }

    100% {
        all: initial;
    }
}


.main-content > :not(header) {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
}

.main-content > header {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
}


.img-container {
    height: calc(100vh - 72px - 72px);
}

/*@media (min-height: 840px) {
    .img-clouds {
        display: none
    }
}

@media (min-height: 1080px) {
    .img-clouds {
    }
}*/


@media (max-width: 576px) and (orientation: portrait) {
    .img-logo {
        width: 100%;
    }
}

@media (min-width: 577px) {
    .img-logo {
        height: 250px;
    }
}

input.form-control {
    color: var(--bs-white) !important;
    background-color: var( --bs-primary) !important;
}


    input.form-control::placeholder {
        color: color-mix(in srgb,var(--bs-primary ) 30%, white) !important;
        opacity: 1;
    }


.select-value-text-color {
    color: color-mix(in srgb,var(--bs-primary ) 30%, white) !important;
}

.dropdown-menu li input {
    color: black !important;
}

    .dropdown-menu li input::placeholder {
        color: var(--bs-primary) !important;   
    }

input.form-input-default {
    color: black !important;
}



    input.form-input-default::placeholder {
        color: var(--bs-primary) !important;
    }

.img-logo {
    width: 100%;
}

input.form-control-white-bg {
    color: black !important;
    background-color: var(--bs-white) !important;
}

    input.form-control-white-bg::placeholder {
        color: var(--bs-primary) !important;
    }
