.main-block{
    background-color: #fff;
    padding: 0;
}
.title-user {
     padding-top: 55px;
    font-weight: 600;
    line-height: 38.73px;
    font-size: 32px;
    margin-bottom: 24px;
    margin-left: 10px;
    text-align: center;
}
.box-info {
    margin-bottom: 40px;
    display: flex;
    padding-left: 0;
}
.form-inline {
    width: 70%;
    display: flex !important;
    gap: 10px;
}
.form-control {
    border-radius: 5px!important;
    background-color: rgb(220 233 255);
    border: 1px solid  #ced4da!important;

}
.form-select, .form-control {
    background: #F1F1F1;
    cursor: pointer;
}
.user {
    border: none;
    border-radius: 4px;
    flex-direction: column;
    /* margin-top: 40px; */
}
.box-map {
    display: flex
;
    /* margin-top: 20px; */
}
div, table {
    user-select: none;
    cursor: default;
}
#map {
    cursor: crosshair;
    z-index: 3 !important;
}
.map-user {
    width: 280px !important;
    height: 290px !important;
}
.leaflet-pane {
    z-index: 400;
}
.list-group-flush {
    width: 100%;
}
.list-group {
    text-align: center;
}
.outgoing-user {
    list-style-type: none;
    display: contents;
    text-align: start;
    color: #47A0D8;
    font-size: 16px;
    font-weight: 500;
}
.outgoing-user span {
    font-weight: 600 !important;
    color: #424242 !important;
    font-size: 24px !important;
    line-height: 47.73px !important;
}
.box-nodata {
    padding: 2px 2px;
    margin: auto;
    width: 100%;
}
.box-nodata p {
    font-size: 20px;
    color: red;
    font-weight: 600;
}

.second-colon {
    height: 57vh;
    overflow-y: auto;
}
.fist-colon{
    padding-left: 0;
}
.panel {
    padding: 0 18px;
    background-color: transparent;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}
.accordion:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}
.active:after {
    content: "\2212";
}
.accordion {
    background-color: transparent;
    color: #47A0D8;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}

.accordion:focus{
    outline: none;
}
.active, .accordion:hover {
    background-color: #f2f2f2;
}
.information {
    align-items: start;
    padding: 10px 15px;
    border: none !important;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0) !important;
}

.card-user {
    border: 1px solid #dcdcdc;
    border-radius: 4px;
    box-shadow: 7px 7px 10px 5px rgba(0, 0, 0, 0.1);
    flex-direction: column;
}
.row{
    display: flex;
    flex-direction: column;
    overflow: hidden;
}
.form-inline {
    width: 70%;
    display: flex !important;
    flex-wrap: nowrap;
    gap: 10px;
}

.input-btn {
    border-radius: 5px;
    border:none;
    color: white;
    background: #0d95e8;
    padding: 5px;
}
.deleteded{
    background: transparent;
}
a{
    text-decoration: none;
}
.container.footer .row{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: flex-start;
}

@media     (min-width: 576px) {
    .form-inline .form-control {
        /* display: inline-block; */
        width: 100%;
        vertical-align: middle;
    }
}

@media screen and (max-width: 1240px){
    .box-info{
        flex-wrap: wrap;
    }

    .fist-colon{
        flex: 0 0 auto;
        width: 80.333333%;
    }
    .col-lg-7{
        max-width:100% ;
    }
.col-lg-5{
    max-width: 100%;
}
    .second-colon{
        flex: 0 0 auto;
        width: 100.000000%;
    }

    .input-btn {
        padding: 6px 10px;
    }
    .img-fist-user img {
        width: 580px !important;
    }
    .map-user {
        width: 620px !important;
        height: 345px !important;
    }
}



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

    .fist-colon {
        flex: 0 0 auto;
        width: 100.333333%;
    }
    .second-colon {
        overflow-y: auto !important;
    }

}

@media screen and (max-width: 991px){
    .navbar-toggler {
        display: none;
    }
    .form-inline{
        width: 100%;
    }
}

@media screen and (max-width: 860px){
    .form-inline {
        width: 97%;
        margin: auto;
    }

    .title-user {
        text-align: center;
        font-size: 22px;
    }
}

@media screen and (max-width: 767px){
    .map-car {
        flex-wrap: wrap;
    }

    .vmestokarty {
        width: 100%;
        height: 25vh;
    }

    .form-inline {
        width: 92%;
        margin: auto;
    }

    .box-nodata {
        width: 90%;
    }
    .box-map{
        display: flex;
        flex-direction: column;
    }
    .second-colon{
        overflow-y: auto!important;
        height: 490px;
    }
}

@media screen and (max-width: 560px){
    .search-gov-number{
        height: 50px;
    }

    .input-btn{
        height: 50px;
    }

    .user-search{
        height: 100px !important;
        margin: 0px;
        width: 400px !important;
    }
    .container{
        max-width: 515px;
    }

}

@media screen and (max-width: 480px){
    .list-group-flush {
        width: 100%!important;
    }
    .container{
        max-width: 454px;
    }
    .title-user{
        text-align: start;
        margin-left: 0;
    }
}
@media screen and (max-width: 430px){
    .list-group-flush {
        width: 100%!important;
    }
    .container{
        max-width: 400px;
    }

    .title-user{
        text-align: start;
        margin-left: 0;
    }
}

@media screen and (max-width: 380px) {
    .user-search {
        width: 330px !important;
    }
    .container{
        max-width: 340px;
    }
}
@media screen and (max-width: 280px) {
    .user-search {
        width: 190px !important;
    }
    .container{
        max-width: 200px;
    }
    .img-fist-user img{
        width: 200px!important;
    }
    .title-user {
        text-align: center;
        margin-left: 0;
    }
}

