@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;0,900;1,400&display=swap');

@font-face {
    font-family: 'Redaction';
    src: url('../redaction/Redaction_2_001/webfonts/Redaction-Regular.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'Redaction Degraded';
    src: url('../redaction/Redaction_2_001/webfonts/Redaction_10-Regular.woff2') format('woff2');
    font-display: swap;
}

html, body {
    margin: 0px;
    padding: 0px;
    font-family: 'Redaction', serif;
}

body {
    border: 1px solid #CCCCCC;
}

.no-scroll {
    overflow: hidden;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

p.p--l {
    font-size: 16pt;
    line-height: 26pt;
}

p.p--s {
    font-size: 16pt;
    line-height: 26pt;
}

p {
    width: 100%;
    cursor: default;
}



#header--container {
    width: 100%;
    padding: 0px;
}

#title--container {
    position: absolute;
    z-index: 100;
    top: 200px; /*20vh*/
    box-shadow: 0px 0px 10px 10px rgba(255,255,255,0.6);
    background-color: rgba(255,255,255,0.6);
    border-radius: 50px;
    cursor: default;
}

#title {
    font-family: 'Redaction Degraded', serif;
    font-weight: normal;
    font-size: 50pt;
    color: #788a9b;
    line-height: 80pt;
    padding: 20px 50px 0px 50px;
    margin: 0px;
}

#subtitle {
    width: 50vw;
    font-family: 'Redaction Degraded', serif;
    font-weight: normal;
    font-size: 16pt;
    letter-spacing: 2px;
    color: #788a9b;
    padding: 50px 50px 20px 50px;
    margin: 0px;
    /* text-transform: uppercase; */
}


.header--bg {
    position: sticky;
    top: 0px;
    left: 0px;
    width: 100%;
    opacity: 0.6;
}

#bg--1 {
    /* background-image: url("../images/headers/p1-bw-simpl-AMB-1010-WLake-19-01.svg"); */
    margin-top: -600px; /*40vh*/
}

#bg--2 {
    /* background-image: url("../images/headers/p2-bw-simpl-AMB-1010-WLake-19-01.svg"); */
    margin-top: -400px; /* 20vh */
}

#bg--3 {
    /* background-position: 0px 0px; */
    /* background-image: url("../images/headers/p3-bw-simpl-AMB-1010-WLake-19-01.svg"); */
}

#header--attribution {
    position: fixed;
    max-width: 33%;
    bottom: 10px;
    right: 10px;
    font-size: 10pt;
    z-index: 500;
    visibility: visible;
}

.attribution {
    background-color: rgba(255,255,255,0.7);
    color: #333333;
    padding: 10px;
}

section#vis--container {
    display: flex;
    flex-direction: row;
    position: relative;
    background-color: #FFFFFF;
}

aside#vis--filters {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    flex: 1 0 200px;
    padding: 10px 20px;
    align-self: flex-start;
}

#vis--list {
    flex: 0 1 100%;
    /* min-height: 200vh; */
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.cell {
    display: flex;
    flex: 1 0 25%;
    padding: 30px;
    align-items: center;
    justify-content: center;
    border: 1px solid #f3f3f3;
    opacity: 1;
}

#vis--list .cell {
    max-width: 25%;
}

.thumbnail, 
.thumbnail--no-hover {
    border-radius: 10px;
    border: 1px solid #FFFFFF;
    opacity: 1;
    box-shadow: 8px 4px 20px #888888;
}

.thumbnail {
    max-width: 100%;
}

.thumbnail--no-hover {
    filter: grayscale(0.8);
    width: 100%;
}



.thumbnail:hover {
    border: 1px solid #446688;
    cursor: pointer;
}

#focus--panel {
    z-index: 100;
    position: fixed;
    width: 100%;
    height: calc(100vh);
    top: 0px;
    right: -100vw;
    padding: 0px;
    border-left: 2px solid #CCC;
    background-color: rgba(255,255,255,1);
    display: flex;
    flex-direction: column;
    align-self: flex-start;
}
#treemap--container {
    width: 100%;
    height: calc(100vh);
    margin-bottom: 100px;
    display: flex;
    flex-direction: column;
    padding: 50px 0px 50px 0px;
}

#treemap--header {
    font-family: 'Redaction', serif;
    color: #666666;
    display: inline-block;
    padding: 5px 10px;
    margin-right: 10px;
}


#focus--treemap-vis {
    flex: 1 0;
    padding: 0px 0px 50px 0px;
    display: flex;
    flex-direction: column;
}

#focus--treemap {
    width: 100%;
    flex: 1 0 100%;
}

#focus--treemap-container {
    z-index: 100;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    padding: 0px;
    border-left: 2px solid #CCC;
    background-color: rgba(255,255,255,1);
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    z-index: 2000;
    display: flex;
    flex-direction: column;
}

#focus--close,
#focus--treemap-close {
    font-family: 'Redaction', serif;
    font-size: 14pt;
    color: #666666;
    padding: 20px;
    width: 100%;
    min-height: 5%;
    background-color: #DDDDDD;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#focus--close-button,
#focus--treemap-close-button {
    cursor: pointer;
}

#focus--close-button:hover,
#focus--treemap-close-button:hover {
    color: #446688;
}

#focus--detail-container {
    flex: 1 0 90%;
    height: calc(90vh);
    display: flex;
    flex-direction: row;
    position: relative;
    overflow-y: scroll;

}

#focus--image-container {
    flex: 0 1 70vw;
    width: 70vw;
    height: 100%;
    padding: 20px;
    pointer-events: all;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}

#focus--image {
    width: 100%;
    height: 80%;
    flex: 1 0 80%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 20px;
    cursor: move;
    
}

#focus--detail {
    height: 65%;
    width: 100%;
}

#focus--map-container {
    /* height: 100%; */
    flex: 0 1 30vw;
    width: 30vw;
    display: flex;
    flex-direction: column;
    background-color: #EEEEEE;
    padding-left: 30px;
    padding-right: 30px;

}

#focus--map {
    margin-top: 20px;
    margin-bottom: 40px;
    width: 100%;
    height: 400px;
    border-radius: 10px;
    /* flex: 1 0 500px; */
}

#focus--location {
    margin-top: 0px;
    margin-bottom: 40px;
    padding-bottom: 20px;
    border-bottom: 1px dotted #CCCCCC;
    width: 100%;
}

#focus--image svg {
    border: 3px solid #EEEEEE;
    border-radius: 10px;
}





#treemap--filter {
    flex: 1 0;
    padding: 5px;
}

#treemap--vis {
    flex: 1 0 100%;
    height: 100vh;
    padding: 0px;
    position: relative;
}

#treemap--loader {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    visibility: visible;
    background-color: #FEFEFE;
    z-index: 100;
}

#treemap--selection {
    font-family: 'Redaction', serif;
    font-size: 14pt;
    padding: 5px 10px;
}

select#treemap--select {
    display: none;
    font-family: 'Redaction', serif;
    padding: 5px 10px;
    background-color: #F1F1F1;
    border-radius: 5px;
    border: none;
}

.treemap--option {
    display: inline-block;
    margin: 10px;
    cursor: pointer;
    padding: 5px 10px;
    border-bottom: 1px solid #CCCCCC;
}

.treemap--option:hover {
    background-color: #446688;
    color: #FFFFFF;
}

.treemap--option-selected {
    background-color: #446688;
    color: #FFFFFF;
}

.short {
    font-family: 'Redaction Degraded', serif;
    width: 100%;
    min-height: 40%;
    border-top: 1px solid #EEEEEE;
    border-bottom: 1px solid #EEEEEE;
    background: #f6f6f6;
    font-size: 16pt;
    line-height: 26pt;
    padding: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#instructions {
    background-color: #788a9b;
    color: #FFFFFF;
    font-size: 14pt;
    line-height: 22pt;
}

.padding--top {
    padding-top: 200px;
}

.two-column--container {
    font-family: 'Redaction Degraded', serif;
    width: 100%;
    min-height: 100%;
    border-top: 1px solid #EEEEEE;
    border-bottom: 1px solid #EEEEEE;
    background: #f6f6f6;
    font-size: 16pt;
    line-height: 26pt;
    display: flex;
    flex-direction: row;
    justify-content: center;
    position: relative;
}

.column {
    flex: 1 0 50%;
    width: 50%;
    justify-content: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 40px;
}

.column--sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    align-self: flex-start;
}

.column .cell {
    flex: 1 0 100%;
}

.tooltip {
    background-color: rgba(255,255,255,0.8);
    font-family: "Lato", sans-serif;
    font-size: 12pt;
    padding: 10px;
}


.filter--selected {
    color: #FFFFFF;
    font-weight: 900 !important;
    background-color: #446688;
    border-radius: 5px;
}

#filters--container {
    position: relative;
}

.filter--row {
    display: block;
    margin: 15px 0px 15px 0px;
    cursor: pointer;
    font-size: 14px;
}

.filter--label {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    display: block;
    /* border-width: 0px 0px 2px 0px;
    border-style: solid; */
    /* border-radius: 15px; */
    /* border-color: #CCCCCC; */
    padding: 10px 8px;
}


/* On mouse-over, add a grey background color */
.filter--row:hover input ~ .checkbox {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.filter--row input:checked ~ .checkbox {
    background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkbox:after {
    content: "";
    position: absolute;
    display: none;
}

  /* Show the checkmark when checked */
.filter--row input:checked ~ .checkbox:after {
    display: block;
}

  /* Style the checkmark/indicator */
.filter--row .checkbox:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* photo detail */


.part {
    fill: none;
    stroke: #FEFEFE;
    stroke-width: 1;
    stroke-dasharray: 2,3;
    stroke-linejoin: round;
    stroke-linecap: round;
    pointer-events: none;
}

.border {
    fill: none;
    stroke: #FFF;
    opacity: 0.3;
    stroke-width: 6;
    stroke-linejoin: round;
    stroke-linecap: round;
    pointer-events: none; 
}

.handle {
    fill: #F9F9F9;
    fill-opacity: 0.5;
    stroke: #FFFFFF;
    stroke-width: 2;
    cursor: pointer;
}

.handleBorder {
    fill: none;
    opacity: 0.5;
    stroke: #FEFEFE;
    stroke-width: 8;
}

.partG {
    cursor: pointer;
}


.tag {
    display: inline-block;
    font-family: "Lato", sans-serif;
    font-size: 10pt;
    border-width: 1px;
    border-style: solid;
    border-color: #FFFFFF;
    border-radius: 15px;
    padding: 5px 10px;
    margin: 3px;
    cursor: default;
}

.tag:hover {
    border-color: #CCCCCC;
}

.bigspacer {
    width: 35%;
    z-index: 500;
    position: relative;
    padding: 500px 0px 500px 0px;
}

.bigspacer p {
    background-color: rgba(255,255,255,0.9);
    padding: 60px;
    margin-bottom: 500px;
    box-shadow: 0px 10px 10px #333333;
    border-radius: 0px 10px 10px 0px;

}

.big--center {
    width: 100%;
    z-index: 500;
    position: relative;
    padding: 500px 0px 0px 0px;
}

.big--center p {
    background-color: rgba(255,255,255,0.9);
    padding: 60px 60px 500px 60px;
    margin: 0px;
    background-image: linear-gradient(white,#f6f6f6);

}

.no--shadow {
    box-shadow: none !important;
}

#bg--3-obs {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    perspective-origin: 50%;
    perspective: 3px;
    pointer-events: none;
    display: flex;
    flex-direction: column;
    justify-content: center;

}

#bg--3-obs .background {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20vw;
    height: 0px;
    margin-left: -10vw;
    margin-top: 0px;
    margin-bottom: auto;
    box-shadow: 0px 0px 100px 15vw #292929;
}

#bg--3-obs img{
    width: 100%;
    transform: translateZ(0px);
}


#cellphone--underlay {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    pointer-events: none;
    display: none;
    background-image: url("../images/headers/minify/cellphone-underlay@300x.png");
    background-size: cover;
    background-position: center center;
    filter: grayscale();
}

#cellphone--underlay img {
    width: 100%;


}


.visible {
    opacity: 1;
    transition: opacity 250ms;
}

.invisible {
    opacity: 0;
    transition: opacity 250ms;
}


#map--underlay-container {
    margin-top: -750px;
    width: 100%;
    z-index: 500;
    position: relative;
    background-color: #FFFFFF;
}

#map--underlay-map {
    z-index: -2000;
    position: sticky;
    top: 0px;
    left: 0px;
    width: 100%;
    pointer-events: none;
    border-top: 5px solid #FEFEFE;
    box-shadow: 0px -10px 25px #333333;
    
}

#map--underlay {
    width: 100%;
    height: calc(100vh);
}

#map--underlay-container p {
    background-color: rgba(255,255,255,0.95);
    padding: 60px;
    box-shadow: 0px 0px 100px #333333;

}

.empty-spacer {
    width: 100%;
    height: 1000px;
}

.dark {
    background-color: #292929;
}

.text--light {
    color: #FEFEFE;
}


.no-border {
    border: none;
}

#svg--underlay {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    pointer-events: none;
    display: flex;
    justify-content: center;
    align-items: center;
    
}

.map--label {
    font-family: 'Redaction';
    font-size: 14pt;
    text-align: center;
    line-height: 16pt;
    color: #FFFFFF;
    border-radius: 0;
    background-color: rgba(120, 138, 155, 0.98);
    padding: 5px 15px;
}

.map--label::before {
    display: none;
}

.observer--container {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
}

footer {
    padding: 100px 10% 100px 10%;
    background-color: #788a9b;
    color: #FFFFFF;
    font-size: 12pt;
    line-height: 22pt;
}

footer p {
    margin-bottom: 50px;
}

footer a:link, footer a:visited {
    color: #ffcf00;
}

a:link, a:visited {
    color: #b59300;
    text-decoration: none;
    cursor: pointer;
}

a:hover {
    text-decoration: underline;
}


#interactivemap--container {
    width: 100%;
    height: calc(60vh);
    cursor: move;
}

#loading--container {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    padding: 20px;
    z-index: 1000;
    opacity: 1;
    overflow: hidden;
}

#loading {
    width: 100%;
    background-color: rgba(230, 230, 230, 0.9);
    border-radius: 5px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 5px;
}

#loading p {
    font-family:Georgia, 'Times New Roman', Times, serif;
    color: #788a9b;
    font-size: 12pt;
    font-weight: bold;
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin: 0px;
}

.map--attribution {
    font-size: 10pt;
    font-family:Georgia, 'Times New Roman', Times, serif;
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: rgba(255,255,255,0.8);
    display: inline;
}

.map--attribution ul {
    list-style-type: none;
    padding: 5px;
    margin: 0px;
}

.map--attribution li {
    display: inline-block;
}

.map--attribution button {
    display: none;
}


/* Responsive */


@media only screen and (max-width: 833px) {

    #title--container {
        top: 50px;
    }

    #title {
        font-size: 24pt;
        line-height:40pt;
        padding: 20px 50px 0px 50px;
    }
    

    #subtitle {

        font-size: 11pt;
        width: 100%;
    }



    p.p--l {
        font-size: 12pt;
        line-height: 18pt;
    }
    
    p.p--s {
        font-size: 12pt;
        line-height: 18pt;
    }

    .two-column--container {
        font-size: 12pt;
        line-height: 18pt;
    }

    .column {
        padding: 20px 40px;
    }

    .cell.no-border {
        padding: 0px 0px 60px 0px;
    }

    .padding--top {
        padding-top: 50px;
    }

    #gallery--intro {
        font-size: 12pt;
        line-height: 18pt;
        padding: 40px;
    }

    .short {
        font-size: 12pt;
        line-height: 18pt;
        padding: 20px;
    }

    #focus--detail,
    #focus--location {
        font-size: 12pt;
        line-height: 18pt;
    }

    #focus--close, #focus--treemap-close {
        font-size: 10pt;
    }

    .tag {
        font-size: 8pt;
        padding: 0px 8px;
        border-radius: 8px;
    }

    #loading {
        padding: 5px;
    }

    #loading p {
        font-size: 10pt;
    }

    #intro--decay {
        flex-direction: column;
    }

    #obs-4 {
        flex-direction: column-reverse;
        padding-bottom: 20px;
    }

    #obs-4 .column,
    #intro--decay .column {
        flex: 1 0 100%;
        width: 100%;
        padding: 20px;
    }

    #obs-4 .column--sticky,
    #intro--decay .column--sticky {
        position: relative;
    }

    #vis--list .cell {
        flex: 1 0 50%;
        max-width: 50%;
        padding: 10px;
    }

    #focus--panel {

        min-height: calc(100vh);  
        margin-bottom: 0;      
        height: auto;
    }

    #focus--detail-container {
        flex-direction: column;
        flex: unset;
    }

    #focus--image-container {
        padding: 5%;
        margin-top: 20px;
        margin-bottom: 20px;

    }


    #focus--image-container,
    #focus--map-container {
        flex: unset;
        width: 100%;
        /* height: auto; */
    }

    #focus--map-container {
        padding-left: 15px;
        padding-right: 15px;
    }
    
    #focus--image {
        min-height: 800px;
        height: unset;
        flex: unset;
    }

    #focus--map {
        height: 400px;
    }

    #focus--map-container {
        flex-direction: column-reverse;
    }
    
    #focus--location {
        margin-top: 0px;
        margin-bottom: 10px;
        padding-bottom: 0px;
        padding-top: 20px;
        border-top: 1px dotted #CCCCCC;
        border-bottom: none;
    }

    #focus--detail {
        height: auto;
        margin-bottom: 40px;
    }

    select#treemap--select {
        display: inline-block;
    }

    .treemap--option {
        display: none;
    }

    .bigspacer {
        width: 100% !important;
    }

    .bigspacer p,
    #map--underlay-container p {
        border-radius: 0px !important;
        padding: 20px;
    }


    #header--attribution {
        font-size: 8pt;
    }

    #instructions {
        font-size: 12pt;
        line-height: 18pt;
    }

    aside#vis--filters {
        padding: 10px;
    }

    aside#vis--filters h3 {
        margin: 0px;
    }

    .filter--label {
        padding: 2px 5px;
    }

    footer {
        padding: 30px;
        line-height: 16pt;
        font-size: 10pt;
    }

    footer h2 {
        font-size: 14pt;
        margin: 0px;
        margin-bottom: 20px;
    }

    .big--center p {
        padding: 40px 20px 500px 20px;

    }

    @media (orientation: landscape) {
        #bg--1 {
            /* background-image: url("../images/headers/p1-bw-simpl-AMB-1010-WLake-19-01.svg"); */
            margin-top: -200px; /*40vh*/
        }
        
        #bg--2 {
            /* background-image: url("../images/headers/p2-bw-simpl-AMB-1010-WLake-19-01.svg"); */
            margin-top: -125px; /* 20vh */
        }

        #header--attribution {
            max-width: 50%;
        }
    
    }

    @media (orientation: portrait) {
        #bg--1 {
            /* background-image: url("../images/headers/p1-bw-simpl-AMB-1010-WLake-19-01.svg"); */
            margin-top: -100px; /*40vh*/
        }

        #title {
            line-height: 30px;
            padding: 30px;
        }

        #subtitle {
            padding: 30px;
        }

        #bg--1 {
            /* background-image: url("../images/headers/p1-bw-simpl-AMB-1010-WLake-19-01.svg"); */
            margin-top: -100px; /*40vh*/
        }
        
        #bg--2 {
            /* background-image: url("../images/headers/p2-bw-simpl-AMB-1010-WLake-19-01.svg"); */
            margin-top: 25px; /* 20vh */
        }

        #title--container {
            height: 100vh;
        }

        #header--attribution {
            max-width: 100%;
        }

        #vis--list .cell {
            flex: 1 0 100%;
            width: 100%;
            max-width: 100%;
        }

        section#vis--container {
            flex-direction: column !important;
        }

        aside#vis--filters {
            background-color: white;
            padding: 10px;
            flex: 1 0 100%;
            width: 100%;
        }

        .filter--row {
            display: inline-block;
            font-size: 12px;
            margin: 0px;
            padding: 0px;
        }

        .filter--label {
            margin: 2px 5px 0px 0px;
            border: 1px solid #CCC;
            border-radius: 8px;
            padding: 2px;
          }

            
    }

}

/* @media only screen and (min-width: 834px) and (max-width: 1100px) {
    .bigspacer {
        width: 100% !important;
    }

    .bigspacer p {
        border-radius: 0px !important;
    }

    #title {
        font-size: 36pt;
        line-height: 42pt;
        padding: 20px 50px 0px 50px;
    }
    
    #subtitle {

        font-size: 12pt;
    }

    p.p--l {
        font-size: 16pt;
        line-height: 22pt;
    }
    
    p.p--s {
        font-size: 16pt;
        line-height: 22pt;
    }

    .two-column--container {
        font-size: 16pt;
        line-height: 22pt;
    }

    .column {
        padding: 20px 40px;
    }

    .cell.no-border {
        padding: 0px 0px 60px 0px;
    }

    .padding--top {
        padding-top: 50px;
    }

    #gallery--intro {
        font-size: 16pt;
        line-height: 22pt;
    }

    .short {
        font-size: 16pt;
        line-height: 22pt;
    }

    #focus--detail,
    #focus--location {
        font-size: 16pt;
        line-height: 22pt;
    }


    #vis--list .cell {
        flex: 1 0 33%;
        max-width: 33%;
    }

    #focus--panel {

        min-height: calc(100vh);        
        height: auto;
    }

    #focus--detail-container {
        flex-direction: column;
        flex: unset;
    }

    #focus--image-container {
        padding: 5%;
        margin-top: 20px;
        margin-bottom: 20px;
    }


    #focus--image-container,
    #focus--map-container {
        flex: unset;
        width: 100%;
    }
    
    #focus--image {
        min-height: 800px;
        height: unset;
        flex: unset;
    }

    #focus--map {
        height: 400px;
    }

    #focus--map-container {
        flex-direction: column-reverse;
    }
    
    #focus--location {
        margin-top: 0px;
        margin-bottom: 10px;
        padding-bottom: 0px;
        padding-top: 40px;
        border-top: 1px dotted #CCCCCC;
        border-bottom: none;
    }

    #focus--detail {
        height: auto;
        margin-bottom: 40px;
    }

    select#treemap--select {
        display: inline-block;
    }

    .treemap--option {
        display: none;
    }


} */

/* See: https://cssloaders.github.io/ */
.loader {
    width: 25px;
    height: 25px;
    margin-right: 10px;
    border: 3px dotted #788a9b;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    animation: rotation 2s linear infinite;
  }
  
  @keyframes rotation {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  } 