﻿

/*.mkd-shadow-cl-line {
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

.mkd-shadow-wide-dark {
    box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
}

.mkd-shadow-clear-line {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

.mkd-shadow-line-smooth {
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}

.mkd-shadow-border {
    box-shadow: rgba(6, 24, 44, 0.4) 0px 0px 0px 2px, rgba(6, 24, 44, 0.65) 0px 4px 6px -1px, rgba(255, 255, 255, 0.08) 0px 1px 0px inset;
}

.mkd-shadow-bottom {
    box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
}

.mkd-border-round {
    border-radius: 16px;
   
}

.mkd-border-solid{
    border-radius: 24px;
    border: 1px solid lightblue;
}

.mkd-pd-card {
    padding: 16px 16px 16px 16px
}

.mkd-glass-container {
    background-color: #0000001f;
    backdrop-filter: blur(15px);
}


.mkd-round-input {
    line-height: 1.5;
    text-align: center;
    border-radius: 8px;
    background-color: transparent;
}

.trans-blue {
    backdrop-filter: blur(15px);
    background-color: rgba(10, 102, 194, 0.1)
}

.trans-blue-dark {
    backdrop-filter: blur(5px);
    background-color: rgb(43 103 159 / 65%);
}



dialog::backdrop {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0, 0, 0.2);
    display: flex;
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

dialog {
    width: 60%;
    background-color: #1463bf52;
    backdrop-filter: blur(15px);*/
    /* background-color: white;*/
    /*border-radius: 16px;
    padding: 1rem;
}

    dialog[open] {
        animation: fade-in 5s ease normal
    }

.dialog .dialog-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.5rem;
    color: white;
}

.dialog .dialog-body {
    padding: 0.5rem;
}

.dialog .dialog-footer {
    padding: 0.5rem;
}

.dialog-body table {
    color: white;
}

    .dialog-body table thead tr {
        background-color: #498e49cf;
    }

.close {
    height: 40px;
    width: 40px;
    background-color: transparent;
    transition: 0.25s ease;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: white
}

    .close:hover {
        background-color: #DDD;
    }


@keyframes fade-in {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes slide-down {
    from {
        top: calc(100vh * -1);
    }

    to {
        top: 0px;
    }*/


.mkd-shadow-cl-line {
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

.mkd-shadow-wide-dark {
    box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
}

.mkd-shadow-clear-line {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

.mkd-shadow-line-smooth {
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}

.mkd-shadow-border {
    box-shadow: rgba(6, 24, 44, 0.4) 0px 0px 0px 2px, rgba(6, 24, 44, 0.65) 0px 4px 6px -1px, rgba(255, 255, 255, 0.08) 0px 1px 0px inset;
}

.mkd-shadow-bottom {
    box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
}

.mkd-border-round {
    border-radius: 16px;
}

.mkd-border-solid {
    border-radius: 24px;
    border: 1px solid lightblue;
}

.mkd-pd-card {
    padding: 16px 16px 16px 16px
}

.mkd-glass-container {
    background-color: #0000001f;
    backdrop-filter: blur(15px);
}

.ws-row span {
    font-size: 16px;
    padding: .5rem;
    color: white;
}

.mkd-row-fw {
    width: 100%;
}

.mkd-flex-row {
    margin: 32px 0 32px 0;
    display: flex;
    justify-content: space-evenly;
    flex-basis: 100%;
}

.trans-blue {
    backdrop-filter: blur(15px);
    background-color: rgba(10, 102, 194, 0.1)
}

.trans-blue-dark {
    backdrop-filter: blur(5px);
    background-color: rgb(43 103 159 / 65%);
}

.th-color {
    background-color: #407760;
}

.tb-color {
    background-color: transparent;
}

.tb-card-color {
    background-color: rgb(255 255 255);
}

.mkd-btn-round {
    align-items: center;
    background-color: #0A66C2;
    border: 0;
    border-radius: 100px;
    box-sizing: border-box;
    color: #ffffff;
    cursor: pointer;
    display: inline-flex;
    font-family: -apple-system, system-ui, system-ui, "Segoe UI", Roboto, "Helvetica Neue", "Fira Sans", Ubuntu, Oxygen, "Oxygen Sans", Cantarell, "Droid Sans", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Lucida Grande", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 600;
    justify-content: center;
    line-height: 20px;
    max-width: 480px;
    min-height: 40px;
    min-width: 0px;
    overflow: hidden;
    padding: 0px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    touch-action: manipulation;
    transition: background-color 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s, box-shadow 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s, color 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s;
    user-select: none;
    -webkit-user-select: none;
    vertical-align: middle;
}

    .mkd-btn-round:hover,
    .mkd-btn-round:focus {
        background-color: #16437E;
        color: #ffffff;
    }

    .mkd-btn-round::active {
        background: #09223b;
        color: rgb(255, 255, 255, .7);
    }

    .mkd-btn-round::disabled {
        cursor: not-allowed;
        background: rgba(0, 0, 0, .08);
        color: rgba(0, 0, 0, .3);
    }

.mkd-d-flex {
    display: flex;
}

.mkd-img-h-container {
    padding: 0.5rem;
    font-size: 20px;
    font-weight: 600;
    border-radius: 100px;
    color: white;
}


.mkd-select-label {
    width: 90%;
    font-size: 14px;
    padding: 4px 8px 8px 4px;
    float: right
}

.mkd-select-ctrl {
    justify-content: center;
    flex-flow: row-reverse;
    padding: 2px 0 0 2px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
    color: #101010;
    background-color: #d6eaff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 2rem;
}


.tb tr:hover {
    background-color: rgba(23, 82, 141, 0.6);
    --bs-table-bg: transparent;
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: #212529;
    --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
    --bs-table-active-color: #212529;
    --bs-table-active-bg: rgba(0, 0, 0, 0.1);
    --bs-table-hover-color: #212529;
    --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
}

.tb-bg-white {
    background-color: white !important;
    border: 0;
    border-top: 0;
}

.tb-left-border {
    border-left: 1px #73b9dbba groove;
}

.tb tr {
    border-color: #1d6bb3d1;
    border-style: double;
    border-width: 0;
}

.tb > tr > td:has([rowspan]) {
    background-color: white;
}

.tb-bg-white {
    background-color: white;
}

.bd-fade-in {
    opacity: 1;
    animation-name: fade-in;
    animation-duration: 1s;
    animation-timing-function: ease-in;
}

.bd-slide-down {
    position: relative;
    top: 0px;
    animation-name: slide-down;
    animation-duration: 5s;
    animation-timing-function: ease-in;
}


.mkd-round-input {
    line-height: 1.5;
    text-align: center;
    border-radius: 8px;
    background-color: transparent;
    color: white;
}

.init-anim{
    opacity: 1;
    animation-name:fade-in;
    animation-duration: 4s;
    animation-timing-function: linear;
}

@keyframes left-to-right {
    from {
        width: 10px;
    }

    to {
        width: 200px;
    }
}