:focus-visible {
    outline:0;
}

.wrapper {
}

.container {
    max-width: 1200px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input[type=number] {
    -moz-appearance:textfield;
}

body.loading > main {
    position: relative;
}

body.loading > main:before {
    content: '';
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: .8;
    background-color: #fff;
    background-image: url(/images/loader-grey.gif);
    background-repeat: no-repeat;
    background-position: 50%;
    overflow: hidden;
    z-index: 100;
}

#page-content-wrapper > .container-fluid {
    padding-top: 80px;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 25px;
}

.execute-button {
    max-width: 500px;
    margin: 0 auto;
    position: fixed;
    bottom: 10px;
    left: 325px;
    z-index: 10;
}

.generate-random-settings-css {
    margin: 0 auto;
    position: fixed;
    bottom: 10px;
    left: 450px;
    z-index: 10;
}

dl, ol, ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.logo-title {
    padding: 0.875rem 1.25rem!important;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.45;
    color: #212529;
    border-top: none;
    border-right: none;

}

.css-ellipses-1 {
    max-width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.top-divider {
    position: fixed;
    top: 0;
    width: 100%;
    height: 3px;
    background-color: #dc3545;
    z-index: 30;
}

.navbar {
    height: 57px;
}

.navbar-css {
    position: fixed;
    top: 0;
    width: calc(100% - 200px);
    z-index: 20;
}

.navbar-css  .nav-link {
    border-bottom: 0;
}
.no-display {
    display: none!important;
}

.show-download {
    display: flex!important;
}

.nav-download-main {
    color: #0b5ed7 !important;
}

/*
.images__items {
    padding: 15px 0;
    margin-bottom: 20px;
    display: grid;
    grid-template-columns: repeat( 12, minmax(130px, 1fr) );
    grid-gap: 10px;
}
*/
.images__items {
    padding: 15px 0;
    margin-bottom: 20px;
    display: flex;
    justify-content: start!important;
    flex-wrap: wrap;
}

.images__item {
    width: 140px;
    position: relative;
    padding-bottom: calc(var(--bs-gutter-x) * 0.5);
    text-align: center;
    flex: 0 1 140px;
    margin-right: 20px;
}




.images__item._active {
    opacity: .4;
}

.images__item img {
    width: 100%;
    height: 100px;
    object-fit: cover;
}

.images__item img:hover {
    cursor: pointer;
}

.images__item img._active {
    border: 2px solid #dc3545;
}

.preview img {
    width: 100%;
    max-width: 150px;
    max-height: 150px;
    object-fit: cover;
}

.preview ol {
    display: inline-block;
}

.preview li {
    float: left;
    padding: 10px;
}

.images__item .but-close {
    position: absolute;
    top: 10px;
    right: 15px;
    background: #fff;
    border-radius: 100%;
    width: 20px;
    height: 20px;
    line-height: 19px;
    text-align: center;
    text-decoration: none;
}

.images__title-time {
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;
    text-align: center;
    bottom: 43px;
    font-size: 12px;

    width: 100%;
    color: #fff;
    font-weight: 700;
}

.images__title-time:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 30px;
    background-color: rgba(0, 0, 0, 0.5);
}

.images__title-time span {
    z-index: 10;
}

.images__name {
    margin-top: 5px;
    width: auto;
    display: inline-block;
    padding: 5px 10px;
    text-align: center;
    font-size: 10px;
    background-color: #e5e5e5;
    border-color: #e5e5e5;
    color: #636464!important;
    border-radius: 0.25rem;
    cursor: pointer;
}

.images__name:hover {
    color: #fff!important;
    background-color: #198754;
    border-color: #198754;
}


.fake-upload {
    pointer-events: none;
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 100px;
    margin: 0 auto;
    background-color: #e5e5e5;
    border-color: #e5e5e5;
    color: #636464!important;
}

.download__wrapper {
    max-width: 350px;
    margin-right: 195px;
}

.nav-items {
    display: flex;
    padding-left: 0;
    padding-bottom: 20px;
}

.nav-item {
    text-decoration: none;
}

.nav-item.right {
    flex: 1 1 100%;
    text-align: right;
}

.nav-link {
    text-decoration: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.nav-link._active {
    border-top: 1px solid rgba(0, 0, 0, 0.125);
    border-left: 1px solid rgba(0, 0, 0, 0.125);
    border-right: 1px solid rgba(0, 0, 0, 0.125);
    border-bottom: 0;
}

.nav-download {
    display: none;
    color: #dc3545;
    font-weight: 700;
    white-space: nowrap;
}

.nav-download:hover {
    color: #dc3545;
    text-decoration: revert;
}

.nav-download-no-exif {
    font-weight: 400;
}

.nav-item__separator {
    flex: 1 1 auto;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

/*.nav-item__separator {*/
/*    border-bottom: 1px solid rgba(0, 0, 0, 0.125);*/
/*}*/
/*.nav-item__separator:last-child {*/
/*    flex: 1 1 auto;*/
/*}*/

.exif-data_wrapper {
    padding-top: 15px;
    padding-bottom: 15px;
}

#sidebar-wrapper {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 0;
    height: 100vh;
    width: 200px;
    margin-left: 0!important;
}

#page-content-wrapper {
    padding-left: 200px;
    padding-bottom: 130px;
    /*width: calc(100% - 300px);*/
}

.modal-close-css {
    text-decoration: none;
    display: inline-block;
    margin-left: auto;
}

.group-id__item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.group-id__item:hover {
    color: #636464!important;
    background-color: #e5e5e5;
}

.group-id__item a {
    width: 100%;
    text-decoration: none;
    color: inherit;
}

.group-id__item._active {
    color: #636464!important;
    background-color: #e5e5e5;
}


.group-css {
    margin: 0 10px 10px;;
}


.edit-group-css {
    position: absolute;
    right: 10px;
    opacity: 0;
    overflow: hidden;
    z-index: -10;
}

.group-id__item:hover .edit-group-css {
    opacity: 1;
    overflow: visible;
    z-index: 1;
}

.group-modal-css {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    padding: 24px 0;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: .5s;
    opacity: 0;
    overflow: hidden;
    background-color: #ffffffad;
    z-index: -10;
}

.group-modal-css form {
    padding: 20px;
    max-width: 600px;
    position: relative;
    display: flex;
    flex-direction: column;
    height: auto;
    max-height: 100%;
    width: 100%;
    margin: 0 auto;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgb(0 0 0 / 28%);
    background: #fff;
    overflow: hidden;
}

.create-group-modal-css._active {
    opacity: 1;
    overflow: visible;
    z-index: 35;
}

.edit-group-modal-css._active {
    opacity: 1;
    overflow: visible;
    z-index: 10;
}

.remove-group-modal-css._active {
    opacity: 1;
    overflow: visible;
    z-index: 10;
}

.create-group-css {
    margin: 0;
    position: absolute;
    bottom: 10px;
    left: 15px;
}

.remove-group-css {
    position: fixed;
    bottom: 10px;
    right: 10px;
    margin: 0;
}

.remove-images-css {
    right: 160px;
    bottom: 10px;
}

.edit-image-name-modal-css._active {
    opacity: 1;
    overflow: visible;
    z-index: 10;
}

.bottom-menu-content {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 56px;
    border-top: 3px solid #dc3545;
}


.btn-add-settings-css {
    margin-left: auto;
}

.form-add-settings {
    max-width: 600px;
}

.form-group-settings {
    position: relative;
}

.form-group-settings label {
    margin-bottom: 5px;
}

.btn-back {
    width: auto;
    margin-left: auto;
}

.group-title {
    /*padding: 0.875rem 1.25rem!important;*/
    margin-bottom: 0;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.45;
    color: #212529;
    border-top: none;
    border-right: none;
}

#yandex-map {
    /*position: absolute;*/
    /*top: 100px;*/
    /*right: 0;*/
    /*width: 45%;*/
    height: 320px;
}

#map {
    position: relative;
    width: 100% !important;
    height: 100%!important;
    padding: 0;
    margin: 0;
}

.gps__wrapper {
    /*position: absolute;*/
    /*top: 0;*/
    /*right: 0;*/
    /*display: flex;*/
    /*width: 45%;*/
}
.gps__wrapper > .form-group:first-child {
    margin-right: 20px;
}

.form-group {
    margin-bottom: 15px;
}

#GPSLatitudeLongitude {
    background-color: #fdd7d7;
}

.required:after{
    content:'*';
    color:red;
    padding-left:5px;
}
