* {
    box-sizing: border-box;
}
body {
    font-weight: 400;
    background: url("../../media/bg2.jpeg");
    background-size:cover;
}
body,
html,
.App,
.vertical-center {
    width: 100%;
    min-height: 100vh;
    justify-content: center;
    align-items: center;
}
.navbar {
    background:unset !important;
    width: 100%;
}

.signup-link {
    display:block;
    margin:1em;
    text-align: center;
}

.btn-outline-primary {
    border-color: #1833FF;
    color: #1833FF;
}
.btn-outline-primary:hover {
    background-color: #1833FF;
    color: #ffffff;
}
.vertical-center {
    display: flex;
    text-align: left;
    justify-content: center;
    flex-direction: column;
}
.title {
    margin-bottom:3em;
}

.inner-block {
    width: 450px;
    /*margin: auto;*/
    background: #ffffff;
    box-shadow: 0px 14px 80px rgba(34, 35, 58, 0.2);
    padding: 40px 55px 45px 55px;
    transition: all .3s;
    border-radius: 20px;
}
.vertical-center .form-control:focus {
    border-color: #2554FF;
    box-shadow: none;
}
.vertical-center h3 {
    text-align: center;
    margin: 0;
    line-height: 1;
    padding-bottom: 20px;
}
label {
    font-weight: 500;
}

.medialink {
    color:blue;
}

.mediaForm label, .mediaForm input, .colorPick {
    display:block;

}

.mediaForm label, button {
    margin-top:1em;

}

.nav img {
    max-height:50px;
}

.login{
    //position:relative;
    //top:1em;
    //left:1em;
    background-color: #dedede;
    color: var(--subColor);
    font-family: var(--fontFam);
    font-size: 13px;
    font-weight:bold;
    border: none;
    padding: 1em ;
    width:10em;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    justify-content: center;
    align-items: center;
    border-radius: .5em;
    margin:1em;
}


aside {
    position: fixed;
    left: 0;
    display: flex;
    flex-direction: column;
    padding-top: 5.5rem;
    padding-bottom: 2.5rem;
    width: 16rem;
    background-color: #fff;
    height: 100%;
    border-right: 1px solid #d5d8dc;
    z-index: 1;
}

.nav {
    position:fixed;top:0;width:100%;background:white;padding:.5em;box-shadow: 0 2px 6px 0 rgb(12 13 14 / 15%);z-index:100;

}

.mainside  {
    position: relative;
    padding-left: 16rem;
    flex: 1 1 auto;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #f1f2f3;
}


.dash-app-view__header-content {
    position: relative;
    padding-top: 5rem;
    margin-right: 2rem;
    margin-left: 2rem;
    display:flex;
    flex-wrap:wrap;
}

.dash-app-view__main-content {
    position: relative;
    margin-right: 2rem;
    margin-left: 2rem;
    padding-bottom: 5rem;
    display:flex;
    flex-wrap:wrap;
    width:100%;
    padding-top: 5em;
}

.card {
    width: 25rem;margin:2em;flex-wrap:wrap;
    flex-direction: column;
    flex-wrap:wrap;

}

.mymedia {
    /*height:20rem;*/
}

.mymedia .card-title {
    margin-bottom: 0;
}

.card-body{
    text-align: center;
    padding:1.25rem;
    text-align: left;
}


.card iframe {
    width:100%;
    border:0;
}


 iframe .ui {display:none; !important}

.dashboard-header {
    width: 100%;
    padding-left: 2em;
    padding-right: 7em;
    }

.media-num {float:left;}

.add-media {
    float:right;
    background-color: #dedede;
    color: var(--subColor);
    font-family: var(--fontFam);
    font-size: 13px;
    font-weight:bold;
    border: none;
    padding: .5em ;
    width:10em;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    justify-content: center;
    align-items: center;
    border-radius: .5em;
    margin:1em;
}


.addmedia-card object {
    height:150px;
    border:0;
    }

.config {
    background-color: #dedede;
    color: var(--subColor);
    font-family: var(--fontFam);
    font-size: 13px;
    font-weight:bold;
    border: none;
    padding: .5em ;
    width:10em;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    justify-content: center;
    align-items: center;
    border-radius: .5em;
    margin:1em;
}

.liste {
    list-style: georgian;
    display:block;
    width:100%;
}

.box {
    background:white;
    display:block;
    padding:2em;
    margin-left:2em;
}

.order-header {
    padding:1em;
    background:#f8f8f8;
}

.order-data td {
    padding:1em;
    background:white;
}

#urldisplay {
    font-weight:bold;
    overflow-wrap: break-word;
}

.mediaForm {
    width:100%;
    margin:0;
    padding:0;
    display:flex;
}