.profile {
    margin-bottom: 50px;
}
.profile .head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
.profile .head-left {

}
.profile .head-left a {
    margin-left: 25px;
}
.profile .head-left .form-control:disabled  {
    background-color: #fff;
    border: 1px solid transparent;
    padding-left: 0;
}
.profile .head-left .btn {
    display: none;
}
.profile .head-left.active .btn {
    display: inline-block;
}
.icon-circle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 1 0 28px;
    width: 28px;
    height: 28px;
    border: 1px solid #c5cde3;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-decoration: none!important;
}
.profile .head .icon-circle:hover {
    border: 1px solid #039;
}
.profile .head .icon-circle:hover i {
    color: #039;
}
.profile .head-options .delete,
.profile .head-options .delete:hover {
    border: 1px solid #f11616;
}
.profile .head-options .delete i,
.profile .head-options .delete:hover i {
    color: #f11616;
}

.icon-circle i {
    font-size: 16px;
    color: #039;
}
.profile .head-name {
    font-weight: bold;
}
.profile .head-right {

}
.profile .head-options a {
    margin-left: 7px;
}

.profile .auth {
    margin-bottom: 15px;
}
.profile .auth i {
    vertical-align: bottom;
    color: #039;
    font-size: 18px;
    margin-right: 2px;
}
.profile .auth a {
    color: #039;
    text-decoration: underline;
}
.profile .auth a:hover {
    text-decoration: none;
}
.profile .btn-outline-primary {
    display: inline-flex;
    align-items: center;
}
.profile .btn-outline-primary i {
    font-size: 18px;
    margin-right: 5px;
}
.profile-favourites {
    margin-bottom: 30px;
}
.profile-favourites ul {
    list-style: none;
    padding-left: 0;
}
.profile-favourites li {
    position: relative;
    margin-bottom: 10px;
}
.profile-favourites li > div {
    display: flex;
    align-items: center;
}
.profile-favourites li  .name-wrap {
    display: flex;
    width: 200px;
}
.profile-favourites li span {
    display: inline-block;
    color: #010101;
}
.profile-favourites .icon-delete {
    color: #f11616;
    border: 1px solid #f11616;
    margin-right: 10px;
}
.profile-favourites .btn-outline-primary {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    padding: 0.25rem 0.8rem;
}

.profile .drug-list-wrap{
    min-height: 300px;
}

.profile .drug-list {

}
/* .profile .drug-list-wrap .lists {
    padding: 10px;
    background-color: #EFF5FFFF;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
} */
/* .profile .drug-list-wrap .lists > div {
    margin-bottom: 7px;
}
.profile .drug-list-wrap .lists > span {
    color: #039;
}
.profile .drug-list-wrap .lists ul {
    padding-left: 18px;
}
.profile .drug-list-wrap .lists ul li {
    color: #039;
    margin-bottom: 3px;
}
.profile .drug-list-wrap .lists ul li a {
    color: #333;
} */
.profile .drug-list .item-wrap {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.profile .drug-list .item {
    display: flex;
    align-items: center;
    flex:1 1 auto;
    padding: 5px 10px;
    border: 1px solid #c5cde3;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.profile .drug-list .item .name {
    flex: 1 1 auto;
}
.profile .drug-list .item-wrap .action {
    display: flex;
    align-items: center;
    padding: 0 10px;
    text-decoration: none;
    font-size: 20px;
}
.profile .drug-list .item .action:first-child {
    padding-left: 0;
}
.profile .drug-list .item .action.disable {
    color: #DADADA;
    cursor: default;
}
.profile .drug-list .item .action-pharm-price.disable .path1:before,
.profile .drug-list .item .action-pharm-price.disable .path2:before,
.profile .drug-list .item .action-pharm-price.disable .path3:before {
    color: #DADADA;
}
.profile .drug-list .item .action.disable .count {
    background-color: #DADADA;
}

.profile .drug-list .item-wrap .action-delete {
    color: #f11616;
    padding-right: 0;
    font-size: 18px;
    border: none;
    background: none
}

.action-delete {
    color: #f11616;
    padding-right: 0;
    font-size: 18px;
    border: none;
    background: none
}
.profile .drug-list .item-wrap .action-add {
    color: #039;
    padding-right: 0;
    font-size: 20px;
}
.profile .drug-list .item .action-interaction {
    margin-left: 10px;
    color: #426feb;
    position: relative;
    font-size: 22px;
}
.profile .icons-favourite-faq {
    color: #426feb;
    font-size: 16px;
}
.profile .icons-favourite-faq-first {
    color: #426feb;
    font-size: 20px;
}
.profile .drug-list .item .count {
    display: inline-block;
    position: absolute;
    top: -3px;
    color: #fff;
    background-color: #039;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    padding: 3px 4px 1px 4px;
    font-size: 10px;
    line-height: 11px;
    font-weight: 300;
    -webkit-border-radius: 0.6rem;
    -moz-border-radius: .6rem;
    border-radius: 0.6rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.profile .drug-list .item .action-interaction .count {
    left: calc(100% - 38px);
}
.profile .drug-list .item .action-znvlp {
    font-size: 12px;
    color: #426feb;
}
.profile .drug-list .item .action-duplicate {
    color: #426feb;
    position: relative;
    padding-left: 15px;
    padding-right: 0;
}
.profile .drug-list .item .action-duplicate .count {
    left: calc(100% - 30px);
}
.modal-fixed-header.show {
    display: flex!important;
    justify-content: center;
}
.modal-fixed-header .modal-dialog {
    z-index: 9999;
    position: absolute;
    height: 100vh;
    width: 100%;
    margin: 0;
    overflow: hidden;
}
.modal-fixed-header .modal-header {
    background-color: #fff;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    height: 62px;
}
.modal-fixed-header .modal-body {
    height: calc(100vh - 62px);
    margin-top: 62px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}
.modal-fixed-header .table {
    margin-bottom: 0;
}
#modal-lists .custom-control-label {
    padding-top: 3px;
}
.form-add-list {
    display: none;
}
.profile #add-note .note-dosages {
    margin-bottom: 10px;
}
.profile #add-note .note-dosage {
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 7px;
    padding: 2px 5px;
    margin: 0 2px 4px 0;
    cursor: pointer;
}
.profile #add-note .note-dosage.active {
    background-color: #039;
    color: #fff;
}

@media (min-width: 992px) and (max-width: 1199px) {

}
@media (min-width: 768px) and (max-width: 991px) {

}
@media (min-width: 576px) and (max-width: 767px) {

}
@media (min-width: 0) and (max-width: 575px) {

    .profile .drug-list .item .action {
        padding: 0 8px;
    }
    .profile .drug-list .item .action-delete {
        margin-right: 0;
        border: none;
        background: none;
    }
    .profile .drug-list .item .action-znvlp {
        font-size: 10px;
    }
    .profile .drug-list .item .action-interaction {
        margin-left: 0;
    }
    .profile .drug-list .item .action-interaction .count {
        left: calc(100% - 36px);
    }
    .profile .drug-list .item .action-duplicate .count {
        left: calc(100% - 30px);
    }
    .profile .drug-list .item .action-duplicate {
        padding-left: 10px;
        padding-right: 0;
    }
    #modal-services .modal-header {
        padding: .5rem;
    }
    #modal-services .modal-header .h5 {
        font-size: 16px;
    }

}

/* #resultList { */
    /* padding: 10px 10px 10px 30px;
    background: white;
    width: 100%;
    min-height: 150px;
    box-shadow: 0 0 2px 2px #ccc;
    overflow-y: scroll;
    height: 150px;
    margin-top: 5px; */
    /* background-color: white;
    border: 1px solid #c5cde3;
    border-radius: 5px; */
    /* max-height: 200px;
    overflow-y:scroll; */
/* } */

.items input {
    display: block;
}
/* .resultListButton{
    position: absolute;
    width: 100%;
    background: white;
    padding: 10px;
    box-shadow: 0 2px 2px 2px #ccc;
} */

/* Витальные характеристики */
.vital input::placeholder {
    color: #00A0FF;
    opacity: 1;
}
.vital-search {
    display: inline-flex;
    border: 1px solid #c5cde3;
    border-radius: 10px;
    padding: 5px 10px;
}
.vital-search-field {
    border: 0;
}
.vital-search-field:focus {
    outline: none;
}

/* Списки пользователя */
@media (min-width: 1425px) {
    .left-lists {
        position: fixed;
        left: 5px;
        top: 50%;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
        background-color: #EDF1FC;
        max-width: 220px;
        min-width: 150px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }
}
.left-lists {
    background-color: #EDF1FC;
    min-width: 150px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 1em;
}

.profile-dropdown-results {
    margin-top: 0.5rem;
    box-shadow: 2px 2px 6px #0000001C;
    background-color: white;
    border-radius: 10px;
}

.profile-button-results {
    border-radius: 7px;
    margin: 5px 2px;
}

/* #collapseInfoLink {
    text-decoration: none;
    text-decoration-color: #333333;
    color: #333333;
}
#collapseInfoLink::hover {
    text-decoration: none;
    text-decoration-color: #333333;
} */

.custom_check-input{
    height: 25px;
    width: 25px;
    background-color: #eee;
    border: 2px solid #ccc;
    border-radius: 4px;
    padding: 78px;
    margin-left: -29px !important;
}

.profile_check-input{
    width: 10px;
    height: 10px;
    background: #003399;
}

.profile_custom-button{
    border: 1px solid;
    border-radius: 5px;
    margin: 0px 5px 5px 0px;
    padding-right: 10px;
    height: 40px;
}

.scrollable-container {
    max-height: 1000px;
    overflow-y: auto;

}
/* Custom scrollbar styles */
.scrollable-container::-webkit-scrollbar {
    width: 12px;
}
.scrollable-container::-webkit-scrollbar-track {
    background: #f1f1f1;
}
.scrollable-container::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 6px;
}
.scrollable-container::-webkit-scrollbar-thumb:hover {
    background: #555;
}