#div-mobile {
    display: none;
    }
/*@media (max-width: 780px) {
@media screen and (min-width: 320px) and (max-width: 900px) {
    #div-mobile {
        display: block;
    }
    #page-wrapper{
        display: none;
    }
    #user-status-div{
        display: none;
    }
}
*/


.btn-info-new{
    -webkit-border-radius: 100%;
    border-radius: 100%;
    border: none;
    color: #eeeeee;
    text-align: center;
    width: 64px;
    height: 64px;
    /*transform: perspective(50px);*/
    display: flex;
    position: fixed;
    bottom: 50px;
    right: 50px;
    animation: glowing 3s infinite;

}

.rate-info{
    animation: glowing 3s infinite;
}

@keyframes glowing {
0% { background-color: #e0e0e0; box-shadow: 0 0 15px #cbeeff; }
50% { background-color: #dae7f4; box-shadow: 0 0 15px #a8b6c3; }
100% { background-color: #e0e0e0; box-shadow: 0 0 15px #cbeeff; }
}

@keyframes ripple {
    0% {opacity: 1; box-shadow: 0 0 15px #7ba8ff; background-color: #119dff}
    50% {opacity: 1; box-shadow: 0 0 15px #119dff; background-color: #275495}
    100% {opacity: 1; box-shadow: 0 0 15px #7ba8ff; background-color: #119dff}
}

.btn-question{
    display: flex;
    position: fixed;
    bottom: 100px;
    left: 50px;
    color: rgba(255, 255, 255, 255);
    background-color: #119dff;
    /*border-color: #2127fa;*/
    /*animation: spinner-border 3s;*/
    animation-name: ripple;
    animation-duration: 10s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

/*@keyframes spinner-border {*/

/*}*/

.btn-you{
    -webkit-border-radius: 100%;
    border-radius: 100%;
    border: none;
    color: #eeeeee;
    text-align: center;
    width: 40px;
    height: 40px;
    margin-right: 0.25rem;
    font-size: 0.8rem;
    background: rgb(218, 218, 218);
    /*background: radial-gradient(circle, rgb(56, 179, 147) 0%, rgb(20, 68, 57) 100%);*/
    /*background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 35%, rgba(0,212,255,1) 100%);*/
}

.login-container{
    position: absolute;
    /*overflow: hidden;*/
    margin: 2% 2%;
    /*padding: 2% 2%;*/
    width: 90%;
    height: 90%;
    background-image: url("../svg/login.svg");
    background-size: 50%;
    background-repeat: no-repeat;
    /*-webkit-background-size: cover;*/
    /*-moz-background-size: cover;*/
    /*-o-background-size: cover;*/
    background-position: center;
    /*opacity: 85%;*/
}

.login-div{
    margin-top: 7%;
    margin-left: 5%;
    /*position: center;*/
    /*alignment: center;*/
    width: 400px;
    background-color: #d6d8e5;
    border-radius: 12px;
    border-color: rgba(0, 16, 61, 0.12);
    border-width: 1px;
    border-style: solid;
    box-shadow: var(--vkui--elevation1, 2px 2px 0 2px #e8eaf7);
    opacity: 85%;
}

.login-eye{
    position: relative;
    flex: 0.05 auto;
    min-width: 0;
    background-image: none !important;
    background-color: rgb(232, 240, 254);
    border: 1px solid #ced4da;
    border-radius: 0.25rem !important;
}

.reg-div{
    /*position: center;*/
    /*alignment: center;*/
    margin: 3% 15%;
    /*margin: auto;*/
    width: 70%;
    padding: 5% 25%;
    /*width: 400px;*/
    background-color: #d6d8e5;
    border-radius: 12px;
    border-color: rgba(0, 16, 61, 0.12);
    border-width: 1px;
    border-style: solid;
    box-shadow: var(--vkui--elevation1, 2px 2px 0 2px #e8eaf7);
}

.login-cap{
    position: absolute;
    left: 10%;
    font-size: 2vw;
    width: 80%;
    text-align: center;
    color: #00529e;
}

.card-rate{
    width: 15rem;
    /*height: 100%;*/
    min-height: 35rem;
    background: rgba(226, 239, 250, 0.25);
    margin-top: 1rem;
}

.card-rate-value{
    position: absolute;
    bottom: 5rem;
    color: #0a53be;
    font-size: large;
    font-weight: 800;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 100px;
}

.card-rate-btn{
    /*width: 100%;*/
    position: absolute;
    bottom: 5px;
    left: 3px;
    right: 3px;
}

.card-rate-title{
    text-align: center;
    font-size: large;
    font-weight: 800;
}

.card-time{
    color: #0a53be;
}

.card-rate-text{
    font-size: smaller;
    line-height: 1;
}

.card-cap1{
    font-size: x-small;

}

.btn-close{
    calc(-.5 * var(--bs-modal-header-padding-y)) calc(-.5 * var(--bs-modal-header-padding-x)) calc(-.5 * var(--bs-modal-header-padding-y)) auto;
}


.modal-header .btn-close {
    position: absolute;
    right: 2%;
}

.dropdown-toggle {
    width: 100%;
}

.dropdown-menu {
    width: 100%;
    background-color: #f8f9fa;
    font-style: italic;
    font-size: small;
}

.form-check .form-check-input{
    float: left;
}

.btn-i{
    margin: .5rem;
    max-height: 30vh;
}

.btn-dop-norm{
    margin: .5rem .5rem .5rem .5rem;
}

.biot-a{
    width: 60%;
    left: 25%;
    position: fixed;
}

.biot-sidebar{
    width: 14rem;
    }

.norm-info{
    font-size: .8rem;
    font-weight: bold;
    padding-left: 1rem;
}

.norm-dop{
    font-size: .8rem;
    font-style: italic;
    padding-left: 1rem;
}

.norm-menu{
    width: 1em;
    height: 1em;
    cursor: pointer;
    margin: .1rem;
    padding: 0 .2rem .1rem .2rem;
    color: #fff;
    background-color: #6c757d;
    border-radius: .25rem;
}

.norm-menu-specified{
    background-color: #20c997 !important;
}

.norm-menu-specified-opt{
    background-color: #2290ff !important;
}

.select-name{
    background-color: rgba(237, 112, 108, 0.57) !important;
    --bs-table-striped-bg: rgba(237, 112, 108, 0.57) !important;
}

.norm-not-include{
    text-decoration: line-through;
}

.norm-menu-td{
    display: flex;
    /*align-items: center;*/
    flex-direction: row;
}

.btn-filter-card{
    padding: 0.05rem 0.05rem 0.05rem 0.05rem ;
    font-size: .7rem;
    border-radius: .2rem;
    margin: 0.2rem
}

.filter-siz-name, .filter-siz-name-p1{
    border-radius: .2rem;
    margin: 0.2rem;
    font-size: .7rem;
    width: 100%;
    height: 36px;
    border: 1px solid #ccc;
}

.filter-clear{
    font-size: .7rem;
    margin-top: 0.2rem;
    margin-bottom: 0.2rem;
    cursor: pointer;
}

.tooltip-inner {
    min-width: 450px; /* the minimum width */
}

.sidebar {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 16rem;
    padding: 2rem 1rem;
    background-color: #f8f9fa;
    /*display: none;*/
    /*overflow-x: hidden;*/
    /*overflow-y: auto;*/
}

#siz-dop td, #tab-siz-p1 td{
    text-align: left;
}


table#table-rate{
    width: 600px;
    margin-top: 1rem;
    margin-left: auto;
    margin-right: auto;
}

/*table#table-rate th, td{*/
#table-rate th, td{
    text-align: center;
    vertical-align: middle;
}
table#table-rate td:nth-of-type(1) {
  width: 150px;
  font-weight: bold;
}
table#table-rate td:nth-of-type(2) {
  width: 120px;
}
table#table-rate td:nth-of-type(3) {
  width: 120px;
}
table#table-rate td:nth-of-type(4) {
  width: 120px;
}

#div-tab-norm-client{
    font-size: 0.75rem;
}

#reviews_inner{
    margin: 0 0 30px 0;
    overflow: hidden;
}

@media (max-width: 1199px){
    #reviews_inner__item {
    height: 155px;
    float: none;
    }
}

#reviews_inner__item {
    padding: 15px 15px 15px 41px;
    margin: 0 10px 10px 0;
    /*background: #f5f5f5 url(../img/rev_check.png) 15px 15px no-repeat;*/
    width: 100%;
    height: 140px;
    /*float: left;*/
    /*overflow: hidden;*/
    border-radius: 10px;
}

.review-item-public{
    background: #f5f5f5 url(../img/rev_check.png) 15px 15px no-repeat;
}
.review-item-not-public{
    background: #fddc9a url(../img/reviews_bg.png) 15px 15px no-repeat;
}

#review_text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 120px;
    font-size: 12.5px !important;
    margin-bottom: 5px !important;
    color: #353535 !important;
    line-height: 1.4em !important;
    font-style: italic;
}

.btn-edit-review {
    position: absolute;
    /*top: 0;*/
    right: 50px;
}

span.review_date {
    color: grey;
    font-size: 10px;
    font-style: italic;
    margin-bottom: 5px;
    /*margin-top: -10px;*/
}

span.review_firm {
    /*color: #6c757d;*/
    font-size: 11px;
    font-family: monospace, monospace;
}

span.review_name {
    width: 200px;
    font-size: 13px;
    color: rgb(59, 56, 59);
    text-align: left;
    font-weight: 700;
    margin-bottom: 3px;
}

.provider-rate {
    display: inline-block;
    margin: .2rem;
    padding: 0;
    width: auto;
    font-size: .75rem;
}

.norm-input{
    width: 3.5rem;
}


.center {
  margin-left: auto;
  margin-right: auto;
}


.norm-th {
    text-align: center;
    vertical-align: middle;
}

.norm-cl-value {
    font-style: italic !important;
}

.col-dop-siz {
    border: 1px solid #ccc;
    border-radius: 4px;
    height: 36px;
    margin: 0 5px;
    font-size: small;
}

.td-siz-save{
    color: #0d6efd !important;
}

.area-grow{
    /*resize: vertical;*/
    /*overflow: auto;*/
    height: 120px;
}

.row_num_pivot{
    display: flex;
    align-items: start;
    font-style: italic;
    color: rgba(156, 158, 171, 0.65);
}

.td-dop, .nav-man{
    background-color: rgba(214,216,229,0.57) !important;
    font-style: italic;
}

.man-layout{
    padding: 2rem;

}

.man-m1{
    padding: .3rem .3rem .3rem .3rem;
    /*font-size: x-small !important;*/
}

.man-cw1{
    width: 10rem;
}

.man-upload-field{
    /*width: 100%;*/
    height: 64px;
    text-align: center;
    border-width: 1px;
    border-style: dashed;
    border-radius: 5px;
    line-height: 60px;
    /*margin: 10px;*/
    cursor: pointer;
    background-color: #e1edff;
}

.man-fs-props {
    font-size: 0.75rem !important;
}

.man-div{
    margin: .3rem .3rem .3rem .3rem;
    height: 400px;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #f8f9fa;
}

.man-nav{
    padding: 2rem;
}
