::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: #00000024;
}

::-webkit-scrollbar-thumb {
    background: #20202042;
    border-radius: 3px;
}

html * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {

    background-color: #333;
    background: url('../_img/noise1.png');
    font-family: 'Montserrat', sans-serif;
    font-size:.8em;

}

thead
{
    background-color: #fff;
}
.table-filter{
    background-color: #fff;
}
/*RADIUSY*/
.br-0 {
    border-radius: 0px!important;
}

.br-1 {
    border-radius: 8px!important;
}

.br-2 {
    border-radius: 10px!important;
}

.br-3 {
    border-radius: 20px!important;
}

.br-50 {
    border-radius: 50%!important;
}

/*TEKSTY*/
h1 {
    font-weight: 700;
    font-size: 2rem;
}

h2 {
    font-weight: 600;
    font-size: 1.7rem;
}

h3 {
    font-size: 1.6rem;
}

.text {
    font-weight: 400;
    font-size: 1rem;
}

.fw-semibold {
    font-weight: 600;
}

.small {
    font-size: 0.8rem!important;
}
.xsmall {
    font-size: 0.7rem!important;
}

/*BUTTONY*/
.btn-dark {
    background: linear-gradient(135deg, #01203b 0%, #002647 50%, #00294D 100%);
    box-shadow: -6px -6px 12px #07355d, 6px 6px 12px #031c31;
    border-radius: 10px;
    color: white;
    min-height: 80px;
    min-width: 80px;
    border:0;
}

.btn-dark:hover {
    background: linear-gradient(135deg, #01172a 0%, #001c34 50%, #002647 100%);
}

.btn-light-bg {
    box-shadow: -4px -4px 8px rgba(255, 255, 255), 6px 6px 12px rgba(0, 38, 71, 0.2)!important;
}

.btn-light {
    background: #f5f5f5;
    box-shadow: -5px -5px 10px #FFFFFF, 5px 5px 20px rgba(210, 215, 220, 0.8);
    border-radius: 10px;
}

.btn-light-reverse {
    background: #f2f2f2;
    box-shadow: inset -2px -2px 5px #FFFFFF, inset 2px 2px 10px rgba(209, 214, 220, 0.9)!important;
}

.btn-dark-sign {
    background: linear-gradient(315deg, #002647 22.4%, rgba(0, 38, 71, 0.7) 100%);
    box-shadow: -3px -3px 6px rgba(255, 255, 255, 0.25), 3px 3px 6px rgba(0, 0, 0, 0.25);
    border-radius: 8px;
    min-width:38px;
    min-height:40px;
    color: white;
    border: none;
}

.btn-dark-sign > i {
    text-shadow: 2px 2px 6px #01172a;
}

.btn-dark-sign:hover {
    background: linear-gradient(135deg, #01172a 0%, #001c34 50%, #002647 100%);
    color: white;
}

.btn-outline-sign {
    background: #F6F6F6;
    box-shadow: 2px 2px 5px rgba(0, 38, 71, 0.6);
    border-radius: 8px;
    min-width:38px;
    min-height:40px;
    color: #002647;
    border: 2px solid #002647;
}

.btn-outline-sign-green {
    background: #F6F6F6;
    box-shadow: 2px 2px 5px rgba(0, 38, 71, 0.6);
    border-radius: 8px;
    min-width:38px;
    min-height:40px;
    color: rgb(41, 176, 12);
    border: 2px solid #29B00CFF;
}
.btn-outline-sign-green:hover {
    border: 2px solid #29B00CFF;
    color:#29B00CFF;
}

.btn-outline-sign > i {
    text-shadow: 2px 2px 6px rgba(0, 38, 71, 0.5);
}

.btn-outline-sign:hover {
    border: 2px solid #2f578a;
}

.btn-grey {
    background: rgba(226, 228, 231, 0.5);
    box-shadow: -4px -4px 10px rgba(255, 255, 255, 0.5), 5px 5px 10px rgba(0, 38, 71, 0.2);
    border-radius: 10px;
}

.btn-menu {
    color: white;
    border:0;
    border-radius: 10px;
    opacity:50%;
    width:80px;
    min-height: 80px;
}

.btn-menu:hover {
    color: white;
    background: linear-gradient(135deg, #01172a 0%, #001c34 50%, #002647 100%);
    opacity: 100%;
}

/*Pozostałe*/
.light-input {
    background: none;
    border: 0;
    border-bottom: 2px solid rgba(88, 121, 164, 1);
    padding: 10px;
    color: rgb(200, 220, 243);
}

.light-input::placeholder {
    color: rgba(88, 121, 164, 1);
}

.light-input:focus-visible {
    outline:none;
    border-bottom: 2px solid rgb(105, 139, 183);
}

.checkbox {
    --form-control-color: #002647;
    display: grid;
    grid-template-columns: 1em auto;
    gap: 0.5em;
}
.checkbox input {
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    margin: 0;
    color: #0b1d26;
    width: 15px;
    border-radius: 5px;
    height: 15px;
    border: 2px solid #002647;
    transform: translateY(-0.075em);
    display: grid;
    place-content: center;
}
.checkbox input[type=checkbox]:checked::before {
    transform: scale(1) !important;
}
.checkbox input[type=checkbox]::before {
    border-radius: 3px;
    content: "";
    width: 9px;
    height: 9px;
    transform: scale(0);
    transition: 120ms transform ease-in-out;
    box-shadow: inset 1em 1em #002647;
}

.mjm-logo {
    height: 15vh;
}

.mjm-main {
    padding: 60px;
}

hr {
    margin: 0;
    background: rgba(255, 255, 255, 0.75);
    box-shadow: 0px 1px 5px rgba(255, 255, 255, 0.8);
}

.hr-sect {
    display: flex;
    flex-basis: 100%;
    align-items: center;
    color: rgb(0, 0, 0);
    font-size: 1rem;
    margin: 8px 0px;
    font-weight:100;
}
.hr-sect::before,
.hr-sect::after {
    content: "";
    flex-grow: 1;
    background: rgb(0, 0, 0);
    height: 1px;
    font-size: 0px;
    line-height: 0px;
    margin: 0px 16px;
}
.light {
    background: rgba(30, 61, 101, 0.7);
}

.mjm-table-pagination button:first-child {
    width:40px;
    height:40px;
}

.mjm-table-pagination button:last-child {
    width:40px;
    height:40px;
}

.mjm-profile {
    transition: 2s;
    padding: 20px 50px 20px 10px;
}

.showDiv {
    margin-right: 0;
    transition: 2s;
}

.alert-red{
    color: #ff0000;

    border: 1px dashed #ff0000;
}
.alert-green{
    color: #46b30a;

    border: 1px dashed #46b30a;
}
.alert-blue{
    color: #1581de;

    border: 1px dashed #1581de;
}

.logo
{
    width: 130px;
    height: 130px;
}

.logo-md
{
    width: 80px;
}
.logo-sm{
    width: 45px;

}
.logo-xs
{
    width: 40px;
    height: 40px;

}

.bgImage-xs
{

    width: 150px;

    object-fit: cover;
}

.avatar
{
    border-radius: 50%;
    width: 70px;
    height: 70px;
    object-fit: cover;
}

.avatar-xs
{
    border-radius: 100px;
    width: 30px;
}

.avatar-sm
{
    border-radius: 100px;
    width: 40px;
}

.tooltip {
    font-size: 0.8rem!important;
}
.tooltip.show {
    opacity: 0.9!important;
}

.tooltip .tooltip-arrow::before {
    position: absolute!important;
    content: ""!important;
    border-color: transparent!important;
    border-style: solid!important;
}

.tooltip-inner {
    max-width: 300px!important;
    padding: 0.5rem 0.75rem!important;
    color: #1a1a1a !important;
    text-align: left!important;
    background-color: #e3e4e7 !important;
    border-radius: 0.25rem!important;
    -webkit-backdrop-filter: blur(15px)!important;
    backdrop-filter: blur(15px)!important;
}

#wrapper {
    width:  89vw;
    height: 100%;
    box-sizing: border-box;
}

label {
    cursor: pointer;
}
label:focus {
    outline: none;
}

.menu {
    position: absolute;
    top: 0;
    right: 0;
    background: #E1E3E7;
    width: 350px;
    height: 100%;
    transform: translate3d(350px, 0, 0);
    transition: transform 0.4s;
}

.menu label.menu-toggle {
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
    position: absolute;
    right: 350px;
    width: 50px;
    height: 100vh;
    line-height: 0px;
    display: block;
    padding: 0;
    text-indent: -9999px;
    background: #E1E3E7 url(https://cdn4.iconfinder.com/data/icons/ionicons/512/icon-ios7-arrow-left-512.png) 50% 5%/25px 25px no-repeat;
}
.menu ul li > label {
    background: url(https://cdn4.iconfinder.com/data/icons/ionicons/512/icon-arrow-right-b-128.png) 95% 50%/16px 16px no-repeat;
}
.menu ul li a, .menu ul li label {
    display: block;
    text-align: center;
    padding: 0 20px;
    line-height: 60px;
    text-decoration: none;
    color: #000;
}

.menu ul li a:hover, .menu ul li label:hover {
    color: #666;
}

.menu-checkbox {
    display: none;
}

.menu .menu label.menu-toggle {
    background: none;
}

.menu-checkbox:checked + .menu {
    transform: translate3d(0, 0, 0);
}

.action
{
    cursor: pointer;
    font-size:1.5em;
}

.action-normal
{
    cursor: pointer;

}


.btn-blue {
    color: #fff;
    background-color: #213b5d;
    border-color: #213b5d;
    font-weight: 400;
}
.btn-blue:hover {
    color: #fff;
    background-color: #27456d;
}

.border-bottom-custom{
    border-bottom: 2px solid #000;
    width: 100%;
}

.fieldset {
    margin-top: 15px;
    border-color: #ccc;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    padding: 10px;
    background-color: #fff;
}
.fieldset h2 {
    background: #fff;
    color: #777777;
    float: left;
    font-size: 14px;
    font-weight: normal;

    margin-top: -20px;
    padding: 0 10px;
    margin-bottom: 0;
    border-color: #ccc;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
}

.fieldset label{
    color:#000;
}

.fieldset .nav-link {
    color: #000;
}

.checkmark__circle {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 2;
    stroke-miterlimit: 10;
    stroke: #7ac142;
    fill: none;
    animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.checkmark {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: block;
    stroke-width: 2;
    stroke: #fff;
    stroke-miterlimit: 10;
    margin: 0 auto;
    box-shadow: inset 0px 0px 0px #7ac142;
    animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
}

.checkmark__check {
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}


.errormark__circle {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 2;
    stroke-miterlimit: 10;
    stroke: #ff0000;
    fill: none;
    animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}
.errormark {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: block;
    stroke-width: 2;
    stroke: #fff;
    stroke-miterlimit: 10;
    margin: 0 auto;
    box-shadow: inset 0px 0px 0px #ff0000;
    animation: fillRed .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
}
.errormark__check {
    transform-origin: 50% 50%;
    stroke-dasharray: 29;
    stroke-dashoffset: 29;
    animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}


@keyframes stroke {
    100% {
        stroke-dashoffset: 0;
    }
}
@keyframes scale {
    0%, 100% {
        transform: none;
    }
    50% {
        transform: scale3d(1.1, 1.1, 1);
    }
}
@keyframes fill {
    100% {
        box-shadow: inset 0px 0px 0px 30px #7ac142;
    }
}


@keyframes fillRed {
    100% {
        box-shadow: inset 0px 0px 0px 30px #ff0000;
    }
}

.modalAlert .modal-content{
    background-color: #ffffffb5;
}

.modalAlert .alert{
    margin-bottom: 0;
}

.tab-content{
    border: 1px solid #dee2e6;
    border-top:0;
    background-color: #fff;
    padding: 10px;
}


.box {
    --border-size: 3px;
    --border-angle: 0turn;

    border-radius: 0;
    background-image: conic-gradient(from var(--border-angle), #fff, #ffffff 50%, #fff), conic-gradient(from var(--border-angle), transparent 20%, #08f, #f03); /*f03*/
    background-size: calc(100% - (var(--border-size) * 2)) calc(100% - (var(--border-size) * 2)), cover;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-animation: bg-spin 3s linear infinite;
    animation: bg-spin 3s linear infinite;
}

.box-green {
    background-image: conic-gradient(from var(--border-angle), #fff, #ffffff 50%, #fff), conic-gradient(from var(--border-angle), transparent 20%, #08f, #01da01); /*f03*/

}

@-webkit-keyframes bg-spin {
    to {
        --border-angle: 1turn;
    }
}
@keyframes bg-spin {
    to {
        --border-angle: 1turn;
    }
}
.box:hover {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

@property --border-angle {
    syntax: "<angle>";
    inherits: true;
    initial-value: 0turn;
}

.userView .nav-link{
    background: #f1f1f1 linear-gradient(180deg, rgba(222, 226, 230, 1) 0%, rgba(255, 255, 255, 1) 100%);
    border-color: #dee2e6 #dee2e6 #fff;
    border-bottom: 1px solid #dee2e6;

}
.userView .nav-link.active{
    background: rgb(215 255 215) linear-gradient(180deg, rgba(215, 255, 215, 1) 0%, rgba(255, 255, 255, 1) 100%);
}

#dmgInfo h2{
    font-size: 1.5em;
    border-bottom: 2px solid #7acb00;
}

#dmgInfo h3{
    font-size: 1.6em;
    color:  #7acb00;
    font-weight: bold;
}

#dmgInfo .content p, #dmgInfo .content ul{
    font-size:1.1em;
}

#dmgInfo ul{
    list-style-type: none;
}

.inactive{
    filter: grayscale(1);
}

.table-primary-custom
{
    background-color: #cfe2ff94;
}

.table-success-custom
{
    background-color: rgba(209, 231, 221, 0.49);
}

.flip-card {
    background-color: transparent;

    height: 200px;

    perspective: 1000px; /* Remove this if you don't want the 3D effect */
    margin: 0 auto;
}

/* This container is needed to position the front and back side */
.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

/* Position the front and back side */
.flip-card-front, .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden; /* Safari */
    backface-visibility: hidden;
}

/* Style the front side (fallback if image is missing) */
.flip-card-front {
    background-color: #fff;
    color: black;
}

/* Style the back side */
.flip-card-back {
    background-color: rgb(255, 255, 255);
    color: #000;
    transform: rotateY(180deg);
    text-transform: uppercase;
}

.flip-card a:hover{
    text-decoration: none;
}
.certDownloaded{
    border:2px solid #7acb00;
    border-radius:0
}

.riks-logo-insurance-coverage
{
    max-height: 100px;
    width: auto;
    max-width: 300px;
}

.modal-xxl {
    max-width: calc(100% - 120px);
}

