@font-face {
    font-family: 'PTSans';
    src: url(../fonts/PT_Sans-Web-Regular.ttf);
}
body {
    font-family: 'PTSans';
}
.btn{
    /*background: #504745;*/
    background: #00649f;
    /*border: 1px solid #504745;*/
    border: 1px solid #02598c;
}
.btn:hover{
    /*background:#423937;*/
    background:#00649fd6;
}
.btn.disabled{
    background: #87CEEB;
    cursor: not-allowed;
    pointer-events: none;
    color: #696969;
}
#content h1{
    /*color: #887771;*/
    color: #405e9e;
    font-weight: bold;
}

#header{
    /*background: #fff;*/
    background-image: linear-gradient(to right, #00649f, #ffffff 35%);
}
#footer {
    background: #00649f;
}

#content .footnote {
    color: #405e9e;
}
#content .footnote:hover {
    color: #10278a;
}
#footer .copyright {
    color: #ffffff;
}
.img-logo img {
    max-width: 100%;
    padding: 10px 10px 0px 40px;
}
.row {
    display: flex;
}
.org-name {
    margin: auto;
}
.org-name h1 {

    font-size: 24px;
    font-weight: bold;
    color: #00649f;
    text-shadow: #ffffff 1px 1px 0, #ffffff -1px -1px 0, #ffffff -1px 1px 0, #ffffff 1px -1px 0;
}
.form-mini {
    background: #fff;
    border-radius: 20px;
    border: 0px solid #524b48;
    box-shadow: -0.5px 1.9px 0 0 rgba(16, 43, 86, 0);
}
.form-mini .title {
    margin: 0 !important;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    background: linear-gradient(to right, #00649f -45%, #fff);
}

#menu_auth_true ul li a {
    color: #00649f;
    font-weight: bold;
    display: inline-block;
    font-size: 15px;
    line-height: 18px;
    text-decoration: none;
    border-bottom: 1px dashed;
    letter-spacing: 1px;
}
#header .box_login a{
    color: #00649f;
    font-weight: bold;
}

#header .box_login a:hover{
    color: #10278a;
}

#add-directions .directs .direct_wrap .direct_title {
    font-weight: bold;
    background: linear-gradient(to right, #00649f -45%, #6aafd8);
}

.form-mini .title .glyphicon {
    cursor: pointer;
    color: #00649f;
    text-decoration: none;
}
.login-title h3{
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    color: #00649f;
}
.login-title p{
    text-align: justify;
    font-size: 15px;

}

.mx-auto{
    margin: 0 auto !important;
}

.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
    border-top-color: #6AAFD8; /* цвет стрелочки (по умолчанию #000)*/
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
    border-right-color: #6AAFD8; /* цвет стрелочки (по умолчанию #000)*/
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
    border-bottom-color: #6AAFD8; /* цвет стрелочки (по умолчанию #000) */
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
    border-left-color: #6AAFD8; /* цвет стрелочки (по умолчанию #000) */
}
.tooltip-inner {
    max-width: 250px; /* максимальная ширина подсказки (по умолчанию 200px) */
    color: #fff; /* цвет шрифта */
    background-color: #6AAFD8; /* цвет фона (по умолчанию #000) */
    border-radius: 0.25rem; /* радиус скругдения углов */
}

.text-red {
    color: red !important;
}

.ui-autocomplete {
    max-height: 300px;
    max-width: 330px;
    background-color: #fff;
    overflow-y: auto;
    overflow-x: hidden;
}

.ui-helper-hidden-accessible {
    display: none !important;
}

#main-stepper .v-application--wrap {
    min-height: auto;
}

.noty_theme__bootstrap-v4.noty_type__success {
    background-color: #00649fd6;
    color: #fff;
    border-color: #00649fd6;
}

.noty_theme__bootstrap-v4.noty_type__success .noty_buttons {
    background: #00649fd6 !important;
}

.noty_theme__bootstrap-v4.noty_type__success .noty_buttons .btn {
    background: #65b9c1;
    color: #fff;
}

/* Плавное открытие/закрытие как у Materialize modal (opacity ~0.3s), без slide Noty по умолчанию */
.noty_epk_avatar_fade_open {
    animation: noty_epk_avatar_fade_open_kf 0.3s ease-out forwards;
}

.noty_epk_avatar_fade_close {
    animation: noty_epk_avatar_fade_close_kf 0.3s ease-in forwards;
}

@keyframes noty_epk_avatar_fade_open_kf {
    from {
        opacity: 0;
        transform: translate3d(0, 0, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes noty_epk_avatar_fade_close_kf {
    from {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
    to {
        opacity: 0;
        transform: translate3d(0, 0, 0);
    }
}

/* Окно Noty перед загрузкой фото с ПК / с камеры (showImageAlert) — не путать с .popup-camera */
#noty_layout__center.noty-epk-avatar-format-layout {
    width: auto !important;
    max-width: 94vw !important;
}

.noty_bar.noty-epk-avatar-format {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: max-content;
    max-width: min(352px, 94vw);
    margin-left: auto;
    margin-right: auto;
    /* не даём базовому transform из noty.css и анимации opacity «смешивать» сдвиг */
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    background-color: #fff !important;
    color: #000 !important;
    border: 1px solid rgba(0, 0, 0, 0.12) !important;
    border-radius: 8px 8px 0 0 !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    font-weight: normal;
    line-height: 1.4;
}

.noty_bar.noty-epk-avatar-format .noty_body {
    /* как в модалке изменений: контент не прилипает к краям */
    padding: 18px 20px 12px !important;
    text-align: center;
}

/* Контент внутри с адекватными паддингами как у модалки изменений */
.noty-epk-avatar-format__inner {
    pointer-events: none;
    display: block;
    width: 100%;
}

.noty-epk-avatar-format__img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    border-radius: 0;
}

.noty-epk-avatar-format__caption {
    margin: 12px 0 0 !important;
    font-weight: 600 !important;
    font-size: 15px !important;
    line-height: 1.4 !important;
    color: #000 !important;
}

.noty_bar.noty-epk-avatar-format .noty_buttons {
    background: #fff !important;
    border-top: none !important;
    /* как в модалке изменений: футер с отступами */
    padding: 8px 20px 16px !important;
}

/* Высота и типографика как у .btn в #modal-change-request (Materialize: height 36px, line-height 36px) */
.noty_bar.noty-epk-avatar-format .noty_buttons .btn.noty-epk-avatar-format__action {
    display: block !important;
    width: 100% !important;
    height: 36px !important;
    min-height: 36px !important;
    line-height: 36px !important;
    margin: 0 !important;
    border-radius: 0 !important;
    background: #00649f !important;
    color: #fff !important;
    border: 0 !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 14px !important;
    font-weight: 400 !important;
    padding: 0 16px !important;
    box-sizing: border-box !important;
    white-space: normal !important;
}

input, select {
    border-radius: 0px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(169, 169, 169);
    border-image: initial;
}

select {
    -webkit-appearance: button;
    appearance: button;
}

.popup-custom-form {
    height: 100vh;
}

#add-directions .search_form {
    margin: 0px;
}


#add-directions .search_form input {
    width: 100%;
}

.bg--white {
    background-color: #fff;
}

.popup-form--direction {
    padding: 20px 0;
}

#add-directions {
    width: 100%;
    max-width: 1440px;
    height: 100%;
    margin: 10px auto;
    overflow: hidden;
}

.add-directions_title {
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: bold;
}

#add-directions .directs {
    height: 625px;
}

.selects-block {
    display: flex;
    flex-wrap: wrap;
    margin: 20px -10px 0;
}

.btn-direction {
    display: flex;
    justify-content: center;
}

#add-directions .directs .direct_wrap .direct_title {
    padding: 0px;
}

#add-directions .directs .direct_wrap {
    margin-bottom: 5px;
}

#add-directions .mfp-close {
    top: 0;
}

input[type="file"] {
    border-color: transparent;
}

.fs-19 {
    font-size: 19px !important;
}

.mb-15 {
    margin-bottom: 15px;
}

.menu_auth_true--disable {
    cursor: not-allowed;
    text-decoration: none;
    opacity: 0.5;
}

.fs-25 {
    font-size: 25px !important;
}
.fs-20 {
    font-size: 20px !important;
}

.color-main {
    color: #405e9e;
}

ul.dropdown-content.select-dropdown li span {
    color: #405e9e;
}

.select-wrapper input.select-dropdown:focus {
    border-bottom-color: #405e9e;
}

.materialize-input[type="checkbox"]:checked+span:not(.lever):before {
    border-right: 2px solid #405e9e;
    border-bottom: 2px solid #405e9e;
}

.switch label input[type="checkbox"]:checked + .lever {
    background-color: #a1b6ed !important;
}

.switch label input[type="checkbox"]:checked + .lever:after {
    background-color: #405e9e !important;
}

.switch label input[type=checkbox][disabled]+.lever, .switch label input[type=checkbox][disabled]:checked+.lever {
    background-color: #e0e0e0 !important;
}

.switch label input[type=checkbox][disabled]+.lever:after, .switch label input[type=checkbox][disabled]:checked+.lever:after {
    background-color: #949494 !important;
}

input[type="checkbox"]:not(:disabled) ~ .lever:active::before,
input[type="checkbox"]:not(:disabled).tabbed:focus ~ .lever::before {
    transform: none !important;
    background-color: #a1b6ed !important;
}

.bold {
    font-weight: bold !important;
}

.disabled-collapse {
    pointer-events: none;
    opacity: 0.5;
    filter: blur(1px);
}

[type="radio"]:checked+span:after,
[type="radio"].with-gap:checked+span:before,
[type="radio"].with-gap:checked+span:after {
    border: 2px solid #405e9e !important;
}

[type="radio"]:checked+span:after, [type="radio"].with-gap:checked+span:after {
    background-color: #405e9e !important;
}

.collapsible-header i {
    color: #00649f;
}

.collapsible.expandable .collapsible-header {
    align-items: center;
    justify-content: space-between;
    background-color: #f1efef;
}
.collapsible.expandable .collapsible-body {
    background-color: #fff;
    padding: 1rem;
}

.collapsible-header_items {
    display: flex;
    align-items: center;
}

input.valid[type=text]:not(.browser-default):disabled {
    border-bottom: 1px dotted rgba(0,0,0,0.42);
    box-shadow: 0 0px 0 0 #4CAF50;
}

.btn, .btn-large, .btn-small {
    background-color: #00649f !important;
}

.btn-file {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.mt-2rem {
    margin-top: 2rem !important;
}

/*.row {*/
/*    margin-bottom: 20px !important;*/
/*}*/

#group_lgot {
    width: 100%;
}

table.mw-th-300 td {
    max-width: 300px;
}

.privelege-subtitle {
    font-size: 24px;
    color: #405e9e;
    padding-left: 15px;
}

a.icon:hover {
    text-decoration: none;
}

.popup-title {
    font-size: 25px;
    color: #405e9e;
    text-align: center;
    padding-top: 20px;
}
.profile-avatar {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    height: 150px;
    width: 150px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 50%;
}

.avatar-icon {
    background-color: #fff;
    padding: 4px;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.4s ease-in-out;
    border: 1px solid transparent;
}

.avatar-button:hover i{
    border: 1px solid;
}

.avatar-button {
    display: flex;
    align-items: center;
}

.avatar-buttons-group {
    display: flex;
    align-items: baseline;
    justify-content: space-around;
    width: 70%;
}

.autocomplete-content li img {
    display: none;
}

.header-avatar {
    height: 40px;
    width: 40px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 50%;
}

/* Камера: затемнение как у Materialize modal (opacity 0.5 → rgba) */
.popup-camera.epk-modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    align-items: center;
    justify-content: center;
    padding: 16px;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.5);
}

/* «Корпус» камеры: чёрный, скругления как у компактного фотоаппарата */
.epk-modal-panel--camera {
    position: relative;
    width: 100%;
    max-width: min(640px, 96vw);
    background: linear-gradient(180deg, #1a1a1a 0%, #0d0d0d 40%, #080808 100%);
    color: #e0e0e0;
    border-radius: 18px;
    box-shadow:
        0 8px 32px rgba(0, 0, 0, 0.55),
        inset 0 1px 0 rgba(255, 255, 255, 0.06);
    padding: 0;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    overflow: hidden;
    border: 1px solid #2a2a2a;
}

.popup-camera__chrome-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 14px 8px;
    gap: 12px;
    background: linear-gradient(180deg, #222 0%, #141414 100%);
    border-bottom: 1px solid #0a0a0a;
}

.popup-camera__chrome-brand {
    display: flex;
    align-items: center;
    gap: 10px;
}

/* декоративный «объектив» и индикатор */
.popup-camera__lens-ring {
    display: inline-block;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 2px solid #3a3a3a;
    background: radial-gradient(circle at 35% 35%, #2d2d2d, #0a0a0a);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.9);
}

.popup-camera__flash-led {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #3d4a3a;
    box-shadow: 0 0 6px rgba(180, 255, 120, 0.35);
}

/* Закрыть / выход — справа в шапке (локализация lang.close) */
.popup-camera__btn-close-top {
    appearance: none;
    -webkit-appearance: none;
    flex-shrink: 0;
    margin: 0;
    padding: 8px 14px;
    font-size: 13px;
    font-weight: 600;
    color: #ddd;
    background: #2a2a2a;
    border: 1px solid #555;
    border-radius: 8px;
    cursor: pointer;
    line-height: 1.2;
    transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}

.popup-camera__btn-close-top:hover {
    background: #383838;
    color: #fff;
    border-color: #777;
}

.popup-camera__btn-close-top:focus {
    outline: 2px solid rgba(255, 255, 255, 0.35);
    outline-offset: 2px;
}

.popup-camera__screen {
    padding: 0;
    background: #000;
}

.popup-camera__viewport {
    width: 100%;
    max-width: 640px;
    line-height: 0;
    border-radius: 4px;
    overflow: hidden;
    background: #000;
    box-shadow:
        inset 0 0 0 2px #1f1f1f,
        inset 0 0 20px rgba(0, 0, 0, 0.6);
}

/* Нижняя панель: только затвор по центру */
.popup-camera__controls {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 16px 18px 20px;
    box-sizing: border-box;
    background: #050505;
    border-top: 1px solid #1a1a1a;
}

/* Круглый «затвор» */
.popup-camera__shutter {
    appearance: none;
    -webkit-appearance: none;
    position: relative;
    width: 72px;
    height: 72px;
    padding: 0;
    border-radius: 50%;
    border: 4px solid #d8d8d8;
    background: radial-gradient(circle at 38% 32%, #3a3a3a, #0c0c0c 55%, #000 100%);
    box-shadow:
        inset 0 0 0 3px #1a1a1a,
        inset 0 -6px 14px rgba(0, 0, 0, 0.85),
        0 6px 18px rgba(0, 0, 0, 0.55);
    cursor: pointer;
    transition: transform 0.12s ease, box-shadow 0.12s ease;
}

.popup-camera__shutter::after {
    content: '';
    position: absolute;
    inset: 20px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.12);
    pointer-events: none;
}

.popup-camera__shutter:hover {
    border-color: #f0f0f0;
}

.popup-camera__shutter:active {
    transform: scale(0.94);
    box-shadow:
        inset 0 0 0 3px #1a1a1a,
        inset 0 -4px 10px rgba(0, 0, 0, 0.9),
        0 3px 10px rgba(0, 0, 0, 0.45);
}

.popup-camera__shutter:focus {
    outline: 2px solid rgba(255, 255, 255, 0.45);
    outline-offset: 3px;
}

/* Модалка «изменения в заявлении» после входа (#modal-change-request на /main) */
#modal-change-request.modal.modal-change-request-compact {
    max-width: 520px;
    width: 92%;
    max-height: min(90vh, 100%) !important;
    height: auto !important;
    min-height: 0 !important;
    overflow: visible !important;
    top: 50% !important;
    left: 50% !important;
    right: auto !important;
    transform: translate(-50%, -50%) !important;
    margin: 0 !important;
    border-radius: 8px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.15);
}

#modal-change-request .modal-content-custom {
    padding: 18px 20px 12px;
    font-size: 15px;
    line-height: 1.5;
    max-height: none !important;
    overflow: visible !important;
}

#modal-change-request .change-request-greeting {
    font-size: 15px;
    line-height: 1.3;
    margin: 0 0 14px;
    font-weight: 600;
}

#modal-change-request .change-request-greeting-prefix {
    font-weight: 400;
}

#modal-change-request .change-request-greeting-fio {
    font-weight: 700;
}

#modal-change-request .change-request-approved-block {
    color: #1b5e20;
    background: #e8f5e9;
    border-radius: 4px;
    padding: 12px 14px;
    margin: 0 0 16px;
    font-size: 15px;
    line-height: 1.45;
}

#modal-change-request .change-request-approved-block .change-request-approved-title {
    margin: 0 0 8px;
    font-weight: 600;
}

#modal-change-request .change-request-funding-list {
    margin: 0;
    padding-left: 0;
    list-style: none;
}

#modal-change-request .change-request-funding-list li {
    margin: 4px 0;
    padding-left: 0;
}

#modal-change-request .change-request-body p {
    margin: 0 0 12px;
}

#modal-change-request .modal-footer-custom {
    padding: 8px 20px 16px;
    text-align: center;
    border-top: none;
}

#modal-change-request .modal-footer-custom .btn {
    margin: 0;
    float: none;
    width: 100%;
    box-sizing: border-box;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

#modal-change-request .change-request-body a {
    text-decoration: none;
    color: #00649f;
    transition: color 0.2s ease;
}

#modal-change-request .change-request-body a:hover {
    text-decoration: none;
    color: #3399cc;
}

.notify-file-invalid,.notify-file-size-invalid {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 320px;
    background-color: #405e9e;
    color: #fff;
    padding: 5px;
    text-align: center;
    z-index: 2000;
}

.box-login_profile {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.box-login_profile-name {
    margin-left: 10px;
    font-weight: bold;
}

.box-login_logout{
    margin-left: 5px;
}

.box-login_wrapper {
    display: flex;
    align-items: center;
    cursor: pointer;
    margin-right: 20px;
}


.dropdown-content {
    top: 50px !important;
    margin-left: 100px !important;
}

#modal-email-change,
#modal-password-change {
    height: auto !important;
}

.modal-content-custom {
    padding: 24px;
}

.modal-footer-custom {
    border-radius: 0 0 2px 2px;
    background-color: #fafafa;
    padding: 4px 6px;
    height: 56px;
    width: 100%;
    text-align: left;
}


.directs-card {
    background-color: #ebebec;
    margin-bottom: 10px;
    padding: 15px;
}

.directs-card_header{
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: bold;
    color: #00649f;
}

.directs-card_body {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.directs-card_body-section {
    display: flex;
    flex-direction: column;
    width: 45%;
}

.directs-label {
    margin-bottom: 0 !important;
}

.directs-card_body-action {
    display: flex;
}

.directs-card_body-action i {
    color: #ef5350;
}

.form_direct {
    margin-bottom: 30px;
}

ul.ac-appender.dropdown-content {
    opacity: 1;
}

.custom-autocomplete {
    position: absolute !important;
    z-index: 5;
    background: #fff;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),
    0 3px 1px -2px rgba(0,0,0,0.12),
    0 1px 5px 0 rgba(0,0,0,0.2);
}

.custom-autocomplete li {
    padding: 14px 16px;
    color: #405e9e;
    cursor: pointer;
}
.custom-autocomplete li:hover {
    background-color: rgba(0,0,0,0.08);
}

.document-place-color {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    color: #fff;
    font-size: 20px;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.4s ease-in-out;
}

.document-place-color:hover {
    text-decoration: none;
    color: #fff;
}

.mfp-wrap {
    position: static !important;
}

@media screen and (max-width: 550px) {
    .directs-card_body {
        flex-direction: column;
        align-items: self-start;
    }
    .directs-card_body-section {
        width: 100%;
    }
}

.d_priority_counter {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #ffffff78;
    background-color: #465b9f78;
    border-radius: 0px 10px 10px 0px;
}

.d_priority_counter > div {
    padding: 2px 5px;
    margin: 0px 5px;
    border-radius: 10px;
    color: #465b9f;
    background-color: #FFFFFF;
}

.directions_priority_group {
    margin-bottom: 30px;
    /*border-bottom: 1px solid #6b93be;*/
}

.directions_priority_group_title {
    display: flex;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    background: linear-gradient(to right, #00649f -45%, #5e78b2);
    padding: 9px 0px;
    color: #fff;
}

.directions_priority_group_sub_title {
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    border-bottom: 1px solid #6074b3;
}

.directions_priority_group_sub_sh {
    cursor: pointer;
}

.directions_priority_form_direct {
    margin-bottom: 0px;
    /*border-bottom: 1px solid #6074b3;*/
}

.directions_priority_group_content {
    display: none;
}

.btn-small-n {
    height: 32.4px !important;
    line-height: 32.4px !important;
    font-size: 10px !important;
}

.direct-details {
    margin-right: 10px;
    padding: 5px;
    border: 1px solid;
    border-radius: 5px;
    float: left;
}

.comment-message-text {
    word-wrap: break-word;
    max-width: 550px;
}
