/* CONTENT */
*{
    font-size: 100%;
    cursor: url("https://freight.cargo.site/t/original/i/795549767f90bde0c0f663014351f25cb115f683dede893f2d0e746fbe878d15/square_cursor_VV.png") 10 10, auto !important;
}

.web-colors {
    --color-background: #fff;
    --color-accent: rgba(0, 85, 255);
    --font-color: #000000;
    --alt-font-color: #fff;
}

::selection {
    color: white;
    text-shadow: 0 0 0.4em rgba(0, 85, 255, 0.7), 0 0 .1em rgba(255, 255, 255);

}
::-moz-selection {
    color: white;
    text-shadow: 0 0 0.4em rgba(0, 85, 255, 0.7), 0 0 .1em rgba(255, 255, 255);

}

body {
    background-color: #fff;
    color: #000;
}

.name {
    letter-spacing: -0.09vw;
}

.logo a:hover {
    color: #fff;
    text-shadow: 0 0 0.4em rgba(0, 85, 255, 0.7), 0 0 .1em rgba(255, 255, 255);
}

a:active {
    text-decoration: none;
}

.page a.active {
    text-decoration: none;
}

/* unvisited link */
a:link {
    text-decoration: none;
}

/* visited link */
a:visited {
    text-decoration: none;
}

/* mouse over link */
a:hover {
    color: #fff;
    text-shadow: 0 0 0.4em rgba(0, 85, 255, 0.7), 0 0 .1em rgba(255, 255, 255);

}

/* selected link */
a:active {
    text-decoration: none;
}

i,
em {
    font-style: italic;
}

b,
strong {
    font-weight: bold;
}

sub,
sup {
    position: relative;
    vertical-align: baseline;
}

sub {
    top: 0.3em;
}

sup {
    top: -0.4em;
}

s {
    text-decoration: line-through;
}

img {
    border: 0;
    padding: 0;
}

ul,
ol {
    margin: 0;
    padding: 0 0 0 1em;
}

blockquote {
    margin: 0;
    padding: 0 0 0 2em;
}

hr {
    background: rgba(127, 127, 127, 0.2);
    border: 0;
    height: 1px;
    display: block;
}

.content img {
    float: none;
    margin-bottom: .5em;
}

/* Navigation */

.main_nav {
    background-color: #fff;
    margin: 0px;
    padding: 5px 15px 5px 15px;
    box-sizing: border-box;
    border-top: 1px solid #000;
    border-bottom: 1px solid black;
    border-left: 1px solid black;
    z-index:90;
}

.main_nav:hover {
    color: #fff;
    text-shadow: 0 0 0.4em rgba(0, 85, 255, 0.7), 0 0 .1em rgba(255, 255, 255);
}

.main_nav_link {
    background-color: #fff;
    margin: 0px;
    padding: 5px 15px 5px 15px;
    box-sizing: border-box;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    border-left: 1px solid black;
    z-index:90;
}

.main_nav_link a:hover {
    color: #fff;
    text-shadow: 0 0 0.4em rgba(0, 85, 255, 0.7), 0 0 .1em rgba(255, 255, 255);
}

.nav_info {
    background-color: #fff;
    margin: 0px;
    padding: 5px 15px 5px 15px;
    box-sizing: border-box;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    border-left: 1px solid black;
    z-index:90;
}

.nav_info_blank {
    margin-top: -1px;
    box-sizing: border-box;
    border-top: 1px solid #000;
    z-index:90;
}

.nav_info:hover {
    color: #fff;
    text-shadow: 0 0 0.4em rgba(0, 85, 255, 0.7), 0 0 .1em rgba(255, 255, 255);
}

.nav_info_sub{
    font-size: 1.5rem;
    margin-top: -1px;
    padding: 5px 15px 5px 15px;
    box-sizing: border-box;
    border-left: 1px solid black;
    border-bottom: 1px solid black;
    border-top: 1px solid black;
    z-index:100;
}

.nav_info_sub a:hover {
    color: #fff;
    text-shadow: 0 0 0.4em rgba(0, 85, 255, 0.7), 0 0 .1em rgba(255, 255, 255);
}

.nav_name {
    background-color: white;
    margin: 0px;
    padding: 5px 15px 5px 15px;
    box-sizing: border-box;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    z-index:90;
}

.nav_name_view {
    background-color: white;
    margin: 0px;
    padding: 5px 15px 5px 15px;
    box-sizing: border-box;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    z-index:90;
}

.nav_name_view:hover {
    color: #fff;
    text-shadow: 0 0 0.4em rgba(0, 85, 255, 0.7), 0 0 .1em rgba(255, 255, 255);
}

#openall span:hover {
    color: #fff;
    text-shadow: 0 0 0.4em rgba(0, 85, 255, 0.7), 0 0 .1em rgba(255, 255, 255);
}

#navbar {
    background-color: #fff;
    position: fixed;
    float: bottom;
    bottom: 0px;
    transition: bottom 0.3s;
    z-index:150;
}

#navbar_small {
    background-color: #fff;
    position: fixed;
    float: bottom;
    bottom: 0px;
    transition: bottom 0.3s;
    z-index:150;
}

#stickThis.stick {
    margin-top: 0;
    position: fixed;
    top: 0;
    z-index: 9999;
}

#mobileStick.sticky {
    margin-top: 0;
    position: fixed;
    top: 0;
    z-index: 9999;
}

.logo {
    display: flex;
    font-size: 5.5vw;
    line-height: 5.5vw;
    letter-spacing: -0.2vw;
    padding-right: 15px;
}

.logo:hover {
	color: white;
    text-shadow: 0 0 0.4em rgba(0, 85, 255, 0.7), 0 0 .1em rgba(255, 255, 255);

}

.logo > div {
    width: 100%;
}

.logo-description {
	font-size: 1.3vw; 
    letter-spacing: -.02vw; 
    line-height: 1.6vw; 
    padding-top: 5px;
}

#stick-here {
    height: 0px !important;
}

#stick-mobile {
    height: 0px !important;
}

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

    #stickMobile.stick {
        margin-top: 0;
        position: fixed;
        top: 0;
        z-index: 9999;
    }
    
    .logo {
        display: flex;
        font-size: 9.5vw;
        line-height: 8.5vw;
	}
    
    .logo-description {
        font-size: 2.6vw; 
        letter-spacing: -.025vw; 
        line-height: 3.1vw; 
        padding-top: 1px;
	}

}


/* FOOTER */

.footer {
    font-size: 1rem;
    line-height: 3rem;
}


/* CONTENT */

.content_title {
    background-color: white;
    margin-top: -1px;
    margin-bottom: 0px;
    padding: 5px 15px 5px 15px;
    box-sizing: border-box;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    margin-top: -2px;
    z-index:150;
}

.content_title:hover {
    background-color: #fff;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    color: white;
    text-shadow: 0 0 0.4em rgba(0, 85, 255, 0.7), 0 0 .1em rgba(255, 255, 255);
}

.content_sub {
    background-color: white;
    margin-top: -1px;
    margin-bottom: 1px;
    padding: 5px 15px 5px 15px;
    box-sizing: border-box;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    z-index:150;

}

.content_sub_image {
    margin-top: -2px;
    margin-bottom: 0px;
    padding: 0px;
    box-sizing: border-box;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    border-left: 0px;
    border-right: 0px;
    z-index:90;
}

.content_sub_hide {
    margin-top: -2px;
    margin-bottom: 1px;
    padding: 15px;
    box-sizing: border-box;
    border-left: 1px solid black;
    z-index:90;
}

div .content_sub_hide a:hover {
    color: #fff;
    text-shadow: 0 0 0.4em rgba(0, 85, 255, 0.7), 0 0 .1em rgba(255, 255, 255);
}

#breakmain {
    top: 0;
}


/* IMAGE SLIDER */

.slide_container {
    margin-bottom: -10px;
    background-color: black;
    color: white;
    border-top: 1px solid black;
}

.mySlides {
    display: none;
}

.cursor {
    cursor: url("https://freight.cargo.site/t/original/i/795549767f90bde0c0f663014351f25cb115f683dede893f2d0e746fbe878d15/square_cursor_VV.png") 20 20, auto !important;
}

.slidePrevArrows {
    position: absolute;
    width: auto;
    padding: 25% 0;
    font-size: 2rem;
    line-height: 2rem;
}

.slideNextArrows {
    position: absolute;
    width: auto;
    right: 0px;
    padding: 25% 0;
    font-size: 2rem;
    line-height: 2rem;
}

#prev {
    -webkit-text-stroke: 1px #fff;  
    padding: 80% 500px 80% 50px;
}

#prev:hover {
    color: #fff;
    padding: 80% 500px 80% 50px;
}

#next {
    -webkit-text-stroke: 1px #fff;
    padding: 80% 50px 80% 500px;
}

#next:hover {
    color: #fff;
    padding: 80% 50px 80% 500px;
}

@media only screen and (max-width: 600px) {
	#prev {
        -webkit-text-stroke: 1px #fff;  
        padding: 20% 100px 20% 50px;
    }

    #prev:hover {
        color: #fff;
        padding: 20% 100px 20% 50px;
    }

    #next {
        -webkit-text-stroke: 1px #fff;
        padding: 20% 50px 20% 100px;
    }

    #next:hover {
        color: #fff;
        padding: 20% 50px 20% 100px;
    }
}

.numbertext {
    color: white;
    position: absolute;
    padding: 15px;
}

.name {
    position: relative;
    display: inline-block;
}

.name .text1 {
    visibility: hidden;
    width: auto;
    background-color: #fff;
    text-align: left;
    padding: 5px 20px 5px 10px;
    font-size: 1.5rem;
    color: #fff;
    text-shadow: 0 0 0.4em rgba(0, 85, 255, 0.7), 0 0 .1em rgba(255, 255, 255);
    position: absolute;
    top: 70%;
    margin-left: -30px;
    border-radius: 20px;
    box-shadow: 0 0 0.4em rgba(0, 85, 255, 0.7), 0 0 .1em rgba(255, 255, 255);
    letter-spacing: -0.02rem;
}

.name:hover .text1 {
    visibility: visible;
}

.name:hover {
    color: #fff;
    text-shadow: 0 0 0.4em rgba(0, 85, 255, 0.7), 0 0 .1em rgba(255, 255, 255);
}

@media only screen and (min-width: 600px) {
    .top_menu_small {
        display: none;
    }

    .projects_small {
        display: none;
    }
    #navbar_small {
        display: none;
    }
    #nav_info_sub_small {
        display: none;
    }
}

@media only screen and (max-width: 1300px) {
    .name {
        position: relative;
        display: inline-block;
    }

    .name .text1 {
        visibility: hidden;
        width: auto;
        background-color: #fff;
        text-align: left;
        padding: 5px 20px 5px 10px;
        font-size: 1.5rem;
        color: #fff;
        text-shadow: 0 0 0.4em rgba(0, 85, 255, 0.7), 0 0 .1em rgba(255, 255, 255);
        position: absolute;
        top: 70%;
        margin-left: -30px;
        border-radius: 20px;
        box-shadow: 0 0 0.4em rgba(0, 85, 255, 0.7), 0 0 .1em rgba(255, 255, 255);
        letter-spacing: -0.02rem;
    }

    .name:hover .text1 {
        visibility: visible;
    }

    .name:hover {
        color: #fff;
        text-shadow: 0 0 0.4em rgba(0, 85, 255, 0.7), 0 0 .1em rgba(255, 255, 255);
    }
}


@media only screen and (max-width: 600px) {
    .top_menu {
        display: none;
    }

    .projects {
        display: none;
    }
    #navbar {
        display: none;
    }

    .playroom .text2 {
        display: none;   
    }

    .name .text1 {
        display: none;   
    }

    #spin_sub {
        border-bottom: 1px solid black;
    }

    .logo a:hover {
        background-color: #fff;
        color: #fff;
        text-shadow: 0 0 0.4em rgba(0, 85, 255, 0.7), 0 0 .1em rgba(255, 255, 255);
    }

    .main_nav:hover {
        background-color: #fff;
        color: #fff;
        text-shadow: 0 0 0.4em rgba(0, 85, 255, 0.7), 0 0 .1em rgba(255, 255, 255);
    }

    .main_nav_link a:hover {
        background-color: #fff;
        color: #fff;
        text-shadow: 0 0 0.4em rgba(0, 85, 255, 0.7), 0 0 .1em rgba(255, 255, 255);
    }

    .nav_info:hover {
        background-color: #fff;
        color: #fff;
        text-shadow: 0 0 0.4em rgba(0, 85, 255, 0.7), 0 0 .1em rgba(255, 255, 255);
    }

    .nav_info_sub a:hover {
        background-color: #fff;
        color: #fff;
        text-shadow: 0 0 0.4em rgba(0, 85, 255, 0.7), 0 0 .1em rgba(255, 255, 255);
    }

    .nav_name_view:hover {
        background-color: #fff;
        color: #fff;
        text-shadow: 0 0 0.4em rgba(0, 85, 255, 0.7), 0 0 .1em rgba(255, 255, 255);
    }

    #openall span:hover {
        background-color: #fff;
        color: #fff;
        text-shadow: 0 0 0.4em rgba(0, 85, 255, 0.7), 0 0 .1em rgba(255, 255, 255);
    }

    .bottom_nav_small a {
        color: black;
        font-size: 1rem;
        line-height: 1.2rem;
        text-align: left;
    }

    .bottom_nav_small a:hover {
        color: #0055ff;
        text-shadow: 0 0 0.4em rgba(0, 85, 255, 0.7), 0 0 .1em rgba(255, 255, 255);
    }

    .content_title:hover {
        background-color: #fff;
        border-top: 1px solid black;
        border-bottom: 1px solid black;
        color: #fff;
        text-shadow: 0 0 0.4em rgba(0, 85, 255, 0.7), 0 0 .1em rgba(255, 255, 255);
    }

}

/**
* Loading Animation
*/

.loading[data-loading] {
    position: fixed;
    bottom: 8px; 
    left: 8px;
}

/**
* Editor styles
*/

[data-predefined-style="true"] bodycopy {
    font-size: 1rem;
    font-weight: 400;
    color: rgba(0, 0, 0, 1);
    font-family: "Neue Haas Grotesk", Icons;
    font-style: normal;
    line-height: 1.2;
}

[data-predefined-style="true"] bodycopy a {
    color: black;
    text-decoration: none;
}

[data-predefined-style="true"] bodycopy a:hover {
    color: #fff;
    text-shadow: 0 0 0.4em rgba(0, 85, 255, 0.7), 0 0 .1em rgba(255, 255, 255);
}

bodycopy a.image-link,
bodycopy a.icon-link,
bodycopy a.image-link:hover,
bodycopy a.icon-link:hover {
    border-bottom: 0;
    padding-bottom: 0;
}

[data-predefined-style="true"] h1 {
    font-family: "Neue Haas Grotesk", Icons;
    font-style: normal;
    font-weight: 400;
    padding: 0;
    margin: 0;
    font-size: 5.5vw;
    line-height: 5vw;
    letter-spacing: -0.2vw;
    color: rgba(0, 0, 0, 1);
}

@media only screen and (max-width: 600px) {
    
    [data-predefined-style="true"] h1 {
        font-size: 9.5vw;
        line-height: 9vw;
	}

}

[data-predefined-style="true"] h1 a {
    color: rgba(0, 0, 0, 1);
}

[data-predefined-style="true"] h2 {
    font-family: "Neue Haas Grotesk", Icons;
    font-style: normal;
    font-weight: 400;
    padding: 0;
    margin: 0;
    color: rgba(0, 0, 0, 1);
    font-size: 1.5rem;
    line-height: 1.2;
}

[data-predefined-style="true"] h2 a {
    color: rgba(0, 0, 0, 1);
}

[data-predefined-style="true"] h2 a:hover {
    color: #fff;
    text-shadow: 0 0 0.4em rgba(0, 85, 255, 0.7), 0 0 .1em rgba(255, 255, 255);
}

[data-predefined-style="true"] small {
    display: inline-block;
    font-size: 8.9rem;
    line-height: 1.3;
    font-family: "Authentic Sans Condensed", Icons;
    color: rgba(0, 0, 0, 1);
    font-style: normal;
    font-weight: 400;
}

[data-predefined-style="true"] small a {
    color: rgba(0, 0, 0, 1);
    border-bottom-width: 0em;
}

/**
* Breakpoints
*/


[data-css-preset] .page {
    background-color: initial /*!page_bgcolor*/;
}

.mobile .page,
[data-css-preset].mobile .page {
    position: relative;
    min-height: 10px;
    max-width: 100%;
    width: 100%;
    background-color: transparent /*!page_bgcolor*/;
}

[data-css-preset] .container {
    margin-left: 0 /*!content_left*/;
    margin-right: auto /*!content_left*/;
    text-align: left /*!text_left*/;
}

[data-css-preset] body {
    background-color: rgba(255, 255, 255, 0)/*!body_bgcolor*/;
}

[data-css-preset] .container_width {
    width: 100% /*!content_left*/;
}

[data-css-preset] .content_padding {
    padding-top: 0rem /*!main_margin*/;
    padding-bottom: 0rem /*!main_margin*/;
    padding-left: 0rem /*!main_margin*/;
    padding-right: 0rem /*!main_margin*/;
}


[data-css-preset] text-limit {
    display: inline-block /*!text_width*/;
    max-width: 66rem/*!text_width*/;
}

/**
* Thumbnails
*/

div[thumbnails] {
    justify-content: flex-start;
}

[data-css-preset] .thumbnails {
    background-color: rgba(0, 0, 0, 0)/*!thumbnails_bgcolor*/;   
}

[data-css-preset] .thumbnails_width {
    width: 100%/*!thumbnails_width*/;
}

[data-css-preset] [thumbnails-pad] {
    padding: 1rem/*!thumbnails_padding*/;
}

[data-css-preset] [thumbnails-gutter] {
    margin: -2rem/*!thumbnails_padding*/;
}

[data-css-preset] [responsive-layout] [thumbnails-pad] {
    padding: 0.5rem/*!responsive_thumbnails_padding*/; 
}

[data-css-preset] [responsive-layout] [thumbnails-gutter] {
    margin: -1rem/*!responsive_thumbnails_padding*/; 
}

.thumbnails .thumb_image {
    outline: 0px solid rgba(0,0,0,.12);
    outline-offset: -1px;
}

.thumbnails .title {
    margin-top: 1.2rem;
    margin-bottom: .3rem;
    font-size: 1.8rem;
    font-weight: normal;
    color: rgba(0, 0, 0, 0.85);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
    font-style: normal;
    line-height: 1.1;
}

.thumbnails .tags {
    margin-top: 1.2rem;
    margin-bottom: 0.5rem;
    font-size: 1.6rem;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.35);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
    font-style: normal;
    line-height: 1.2;
}

.thumbnails .tags a {
    border-bottom: 0;
    color: rgba(0, 0, 0, 0.35);
    text-decoration: none;
}

.thumbnails .has_title .tags {
    margin-top: 0rem;
}

/*
* Image Zoom
*/

.content img.image-zoom:active {
    opacity: .7;
}

/**
* Quick View
*/

[data-css-preset] .quick-view {
    padding-top: 2.5rem /*!quick_view_padding*/;
    padding-bottom: 2.5rem /*!quick_view_padding*/;
    padding-left: 2.5rem /*!quick_view_padding*/;
    padding-right: 2.5rem /*!quick_view_padding*/;
    height: 100% /*!quick_view_height*/;
    width: 100% /*!quick_view_width*/;
}

body.mobile .quick-view {
    width: 100%;
    height: 100%;
    margin: 0;
}


[data-css-preset] .quick-view-background {
    background: rgba(255, 255, 255, 0.95) /*!quick_view_bgcolor*/;
}

.quick-view-caption {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif;
    transition: 100ms opacity ease-in-out;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 2rem 0;
    text-align: center;
    font-size: 1.8rem;
}

.quick-view-caption span {
    padding: 0.5rem 1rem;
    display: inline-block;
    background: rgba(0,0,0,0.4);
    color: white;
}


/**
* Image Zoom Navigation Arrows 
*/

.quick-view-navigation .left-arrow,
.quick-view-navigation .right-arrow {
    /* Change height/width together to scale */
    height: 36px;
    width: 36px;
}

.quick-view-navigation .left-arrow .inner-color,
.quick-view-navigation .right-arrow .inner-color {
    stroke: #fff;
    stroke-width: 1.5px;
}

.quick-view-navigation .left-arrow .outer-color,
.quick-view-navigation .right-arrow .outer-color {
    stroke: #000;
    stroke-width: 2.5px;
    opacity: 0.6;
}

.quick-view-navigation .close-button {  
    top: 10px;
    right: 10px;
    /* Change height/width together to scale */
    width: 36px;
    height: 36px;
}

.quick-view-navigation .close-button .inner-color {
    stroke: #fff;
    stroke-width: 1.5px;
}

.quick-view-navigation .close-button .outer-color {
    stroke: #000;
    stroke-width: 2.5px;
    opacity: 0.6;
}

/** 
* Image Gallery Navigation Arrows 
*/

.image-gallery-navigation .left-arrow,
.image-gallery-navigation .right-arrow {
    /* Change height/width together to scale */
    height: 36px;
    width: 36px;
}

.image-gallery-navigation .left-arrow .inner-color,
.image-gallery-navigation .right-arrow .inner-color {
    stroke: #fff;
    stroke-width: 1.5px;
}

.image-gallery-navigation .left-arrow .outer-color,
.image-gallery-navigation .right-arrow .outer-color {
    stroke: #000;
    stroke-width: 2.5px;
    opacity: 0.6;
}

/**
* Wallpaper Backdrop Navigation Arrows 
*/

.wallpaper-navigation .left-arrow,
.wallpaper-navigation .right-arrow {
    /* Change height/width together to scale */
    width: 36px;
    height: 36px;
}

.wallpaper-navigation .left-arrow .inner-color,
.wallpaper-navigation .right-arrow .inner-color {
    stroke: #fff;
    stroke-width: 1.5px;
}

.wallpaper-navigation .left-arrow .outer-color,
.wallpaper-navigation .right-arrow .outer-color {
    stroke: #000;
    stroke-width: 2.5px;
    opacity: 0.6;
}


/**
* Feed
*/

.feed .content_container .page {
    border-top: 0px dashed rgba(0, 0, 0, 0.2);
}

.feed .content_container .page_container:first-child .page {
    border-top: 0;
}



/*
* Audio Player
*/

.audio-player {
    max-width: 36rem;
    height: 3.3rem;
    outline: 1px solid rgba(0,0,0,0.15);
    color: rgba(0, 0, 0, 0.6);
    background: #fff;
    font-size: 1.2rem;
    line-height: 1.3;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
    font-style: normal;
    font-weight: 400;
    text-align: left;
    margin: 1px 1px 1em 1px;
}

body.mobile .audio-player {
    max-width: 100%;
}

.audio-player .separator {
    width: 1px;
    background-color: rgba(0,0,0,0.15);
}

.audio-player .button {
    background: transparent;
    cursor: pointer;
    fill: rgba(0, 0, 0, 0.85);
}

.audio-player .icon {
    fill: rgba(0, 0, 0, 0.85);
    padding: 30%;
    width: 100%;
    margin: auto;
}

.audio-player .buffer {
    background: rgba(0,0,0,0.03);
}

.audio-player .progress {
    background: rgba(0,0,0,0.1);
}

.audio-player .progress-indicator {
    border: 1px solid rgba(0, 0, 0, 0.7);
    width: 1px;
    height: 100%;
    right: 0;
    position: absolute;
    cursor: ew-resize;
}

.audio-player .note-icon {
    height: 100%;
    width: 3.8rem;
    padding: 1rem;
    fill: rgba(0, 0, 0, 0.5);
}

.audio-player .current-time {
    padding-left: 1rem;
}

.audio-player .total-time {
    padding-right: 1rem;
}