﻿html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
    user-select:none
}


@font-face {
    font-family: 'Material Symbols Outlined';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/materialsymbolsoutlined/v133/kJF1BvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oDMzByHX9rA6RzaxHMPdY43zj-jCxv3fzvRNU22ZXGJpEpjC_1n-q_4MrImHCIJIZrDCvHOej.woff2) format('woff2');
}

@keyframes example {
    from {
        color: red;
        transform: rotate(0deg)
    }

    to {
        color: #808080;
        transform: rotate(360deg)
    }
}

table a[href*="Delete/"], table a[href*="Edit"], table a[href*="Details"] {
    font-size: 0px;
    font-family: 'Material Symbols Outlined' !important;
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    color: #808080;
    margin-left: 5px;
    margin-right: 5px;
    /*    text-align: center;
    vertical-align: central;

    border-radius: 50%;
    box-shadow: 0.375em 0.375em 0 0 rgba(15, 28, 63, 0.125);
    height: 35px;
    width: 35px;*/
}

    /*table a[href*="Delete"] {
    background: #ff0000;
}*/

    table a[href*="Delete/"]:hover, table a[href*="Edit"]:hover, table a[href*="Details"]:hover {
        text-decoration: none;
        animation-name: example;
        animation-duration: 1000ms;
    }

    table a[href*="Delete/"]:before {
        content: 'delete';
        font-size: 24px;
        color: red;
    }

    /*table a[href*="Edit"] {
    background: aquamarine;
}*/

    table a[href*="Edit"]:before {
        content: 'edit';
        font-size: 24px;
        color: green;
    }

    /*table a[href*="Details"] {
    background: #0094ff;
}*/

    table a[href*="Details"]:before {
        content: 'read_more';
        font-size: 24px;
        color: deepskyblue;
    }


.form-check {
    margin-bottom: 20px;
    margin-top: 20px;
}


@font-face {
    font-family: NotoColorEmojiLimited;
    unicode-range: U+1F1E6-1F1FF;
    src: url(https://raw.githack.com/googlefonts/noto-emoji/main/fonts/NotoColorEmoji.ttf);
}


.info {
    color: #808080;
    font-size: 12px;
    margin-bottom: 20px;
}

.textarea {
    min-height: 150px !important;
}


