.account_name_row {
    display: flex;
    width: 100%;
    margin-bottom: 20px;
    align-items: center;
    flex-wrap: wrap;
}

a.docode_out_link {
    margin-left: 20px;
    padding: 5px 20px;
    color: var(--wh);
    background: var(--blue);
    border: 1px solid var(--blue);
}

a.docode_out_link:hover {
    color: var(--blue);
    background: var(--wh);
}

a.docode_sync_data {
    display: block;
    margin-left: 20px;
    background: var(--blue);
    border: 1px solid var(--blue);
    color: var(--wh);
    padding: 5px 10px;
    text-align: center;
}

a.docode_sync_data:hover {
    background: var(--wh);
    color: var(--blue);
}

.docode_lk_container [type="submit"] {
    -webkit-appearance: none;
    background: var(--green);
    border-color: var(--green);
    color: var(--wh);
    width: 100%;
    text-transform: uppercase;
}

.docode_loginpage label {
    display: block;
    font-size: 14px;
}

.docode_lk_attention {
    width: 100%;
    margin: 10px 0 0;
}

.dhl_actions {
    width: 100%;
    display: flex;
    padding: 15px;
}

.house_dist{
	display: none;
}

div.mce-edit-area iframe {
    height: 300px !important;
}

.docode_lk_btn {
    background: var(--blue);
    color: var(--wh);
    padding: 9px 30px;
    border: 1px solid var(--blue);
    display: block;
    text-align: center;
    cursor: pointer;
}

.docode_lk_btn:hover {
    background: var(--wh);
    color: var(--blue);
}

.button, [type="submit"] {
    position: relative;
    padding: 5px 20px;
    border: 1px solid #000;
    cursor: pointer;
    background: #fff;
}

.dropzone, .dropzone * {
    box-sizing: border-box
}
.dropzone {
    position: relative
}
.dropzone .dz-preview {
    position: relative;
    display: inline-block;
    width: 120px;
    margin: .5em
}
.dropzone .dz-preview .dz-progress {
    display: block;
    height: 15px;
    border: 1px solid #aaa
}
.dropzone .dz-preview .dz-progress .dz-upload {
    display: block;
    height: 100%;
    width: 0;
    background: green
}
.dropzone .dz-preview .dz-error-message {
    color: red;
    display: none
}
.dropzone .dz-preview.dz-error .dz-error-mark, 
.dropzone .dz-preview.dz-error .dz-error-message {
    display: block
}
.dropzone .dz-preview.dz-success .dz-success-mark {
    display: block
}
.dropzone .dz-preview .dz-error-mark, 
.dropzone .dz-preview .dz-success-mark {
    position: absolute;
    display: none;
    left: 30px;
    top: 30px;
    width: 54px;
    height: 58px;
    left: 50%;
    margin-left: -27px
}
.dropzone .dz-preview .dz-error-message {
    position: static;
    width: 100%;
    opacity: 1
}
.dropzone .dz-message .dz-button {
    font-size: 20px;
    font-family: Oswald, sans-serif
}

.ui-sortable-handle {
    width: 100%;
    height: 200px;
    background: var(--wh);
}

.close-img-modal {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 40px;
    cursor: pointer;
    padding: 5px 5px;
    line-height: 1.1
}
.close-img-modal:hover {
    color: red
}
.ui-sortable-helper .cab_img_item_delete {
    opacity: .8
}

.docode_loginpage {
    position: relative;
}

.docode_loginpage .button, .docode_loginpage [type="submit"] {
    margin-top: 10px;
    transition: 0.3s;
    width: 100%;
}

.docode_lk_enter_title {
    font-size: 18px;
    border: 1px solid var(--bl);
    padding: 5px 20px;
    margin-right: 1px;
    cursor: pointer;
    opacity: 0.5;
    transition: 0.3s;
    min-width: 130px;
    text-align: center;
}

.docode_lk_enter form {
    background: #fff;
    box-sizing: border-box;
    padding: 20px 20px 10px;
    width: 280px;
}

.docode_loginpage_tabs {
    display: flex;
}

.docode_lk_enter {
    display: none;
}

.docode_lk_enter.active {
    display: block;
}

.docode_lk_enter_title.active {
    background: #fff;
    opacity: 1;
}

.docode_lk_enter_title:hover {
    opacity: 1;
}
.docode_lk_enter.active form {
	background: var(--l-blue);
}

.docode_loginpage p {
    margin: 0 0 15px;
}

.docode_lk_container .button:hover, 
.docode_lk_container [type="submit"]:hover {
    background: var(--wh);
    color: var(--green);
}

.docode_lk_container {
    margin: 60px 0;
}

/****** FOTO WRAP *****/
.dragger_container{
	position: absolute;
	width: 200px;
	height: 200px;
	margin: 10px;
	border: 1px solid;
	z-index: 10;
	background: #fff;
	opacity: 0.5;
	display: none;
	/*pointer-events: none;*/
}

.dlh_editor {
    background: var(--l-blue);
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
}

.dlh_title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    width: 100%;
}

.dlh_section {
    margin-bottom: 40px;
    width: 100%;
}

.images-list_w {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    position: relative;
    text-align: center;
}

.docode_lk_foto_list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.docode_foto_place {
    width: calc(25% - 22px);
    height: 200px;
    margin: 10px;
    position: relative;
    border: 1px dashed #aaa;
    background: #fefefe;
}

.any_docode_lk_foto {
    width: calc(20% - 20px);
    height: 140px;
    margin: 10px;
    position: relative;
    border: 1px solid;
    cursor: move;
    border-radius: 10px;
    overflow: hidden;
}

.docode_lk_photo_btn.set_photo_desc {
    display: none;
}

.any_docode_lk_foto.selected {
    opacity: 0.5;
}

.docode_lk_the_photo {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.docode_lk_deleter {
    position: absolute;
    width: 25px;
    height: 25px;
    border: 1px solid red;
    border-radius: 50%;
    z-index: 1;
    background: #fff;
    top: 5px;
    right: 5px;
    transition: 0.3s;
    cursor: pointer;
}

.docode_lk_deleter:hover {
    background: red;
}

.docode_lk_deleter span {
    width: 12px;
    height: 1px;
    position: absolute;
    display: block;
    background: red;
    top: 50%;
    left: 50%;
    transition: 0.3s;
}

.docode_lk_deleter span:first-child {
    transform: translate(-50%, -50%) rotate(45deg);
}

.docode_lk_deleter span:last-child {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.docode_lk_deleter:hover span {
    background: #fff;
}

.images-list_title {
    width: 100%;
    margin: 20px 0;
    font-weight: 600;
    font-size: 18px;
}

.input_photo {
    width: 100%;
    height: 200px;
    position: relative;
    background: #fff;
    cursor: pointer;
}

input.file-cottage {
    display: none;
}

.foto_empty {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.5;
}

.foto_empty img {
    position: absolute;
    width: 60%;
    height: 100%;
    object-fit: contain;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.filename {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 20px 0;
    font-size: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.loaded_foto {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    display: none;
}

.loaded_foto img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.accept_upload_foto {
    margin: 10px 0;
    text-transform: uppercase;
    background: #fff;
    width: 139px;
    padding: 5px 30px;
    border: 1px solid;
    cursor: pointer;
    transition: 0.3s;
    text-align: center;
}

.accept_upload_foto:hover {
    color: blue;
}

.accept_upload_foto.disabled {
    opacity: 0.3;
    cursor: no-drop;
}

button.docode_upload {
    cursor: pointer;
    width: 150px;
    background: #fff;
    color: #000;
    border: 1px solid #000;
    padding: 5px;
    transition: 0.3s;
}

button.docode_upload:hover {
    color: #fff;
    background: #000;
}

.add_house_row {
    display: flex;
    margin-bottom: 20px;
}

.add_house_row.required .add_house_par_name:after {
    content: '*';
    color: red;
    margin-left: 2px;
}

.add_house_par_name {
    width: 250px;
}

.input_error {
    border-color: red !important;
}

.photo_desc_popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 30px;
    display: none;
    z-index: 10;
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.3);
}

.docode_lk_photo_actions {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
}

.docode_lk_photo_btn {
    flex: 1;
    padding: 5px;
    text-align: center;
    background: #fff;
    align-items: center;
    display: flex;
    justify-content: center;
    border: 1px solid #aaa;
    cursor: pointer;
    transition: 0.3s;
}

.docode_lk_photo_btn:hover {
    background: #eee;
}

.photo_desc_popup input, .photo_desc_popup textarea {
    width: 100%;
    margin: 10px 0;
    border: 1px solid;
    box-sizing: border-box;
}

.photo_desc_popup input[type="button"] {
    background: #fff;
    border: 1px solid;
    cursor: pointer;
    padding: 5px;
}

.photo_desc_popup input[type="button"]:hover {
    color: red;
}

.docode_lk_photo_main {
    display: flex;
    flex: 1;
    justify-content: center;
    align-items: center;
    background: var(--green);
    border: 1px solid #aaa;
    color: #fff;
}


/**** NEW LK ****/

.docode_lk_container input[type="text"], 
.docode_lk_container input[type="password"], 
.docode_lk_container select,
.docode_lk_container textarea,
.docode_lk_container input[type="number"], 
.docode_lk_container input[type="date"] {
    border: 1px solid var(--blue);
    border-radius: 4px;
    height: 40px;
    width: 100%;
}

.docode_lk_container textarea {
    height: 120px;
}

textarea.lk_chat_text {
    height: 60px;
}

.docode_lk_sidebar {
    display: flex;
    width: 100%;
    position: static;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.docode_lk_link {
    background: var(--blue);
    color: var(--wh);
    opacity: 0.5;
    padding: 10px;
    margin-bottom: 1px;
    align-items: center;
    display: flex;
    position: relative;
}

.docode_lk_link:hover, 
.docode_lk_link.active {
    opacity: 1;
    color: var(--wh);
}

.docode_lk_row {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

img.docode_lk_link_icon {
    width: 20px;
    margin-right: 10px;
}

.docode_lk_work {
    flex: 100%;
    overflow: auto;
}

.docode_lk_house_card {
    display: flex;
    width: 100%;
    background: var(--l-blue);
    padding: 10px;
    margin-bottom: 20px;
    position: relative;
}

.docode_lk_house_card.docode_lk_chat_card {
    width: calc(100% - 20px);
}


.docode_lk_chat_card.active {
    box-shadow: var(--shadow);
}

.dlh_card_img {
    width: 100px;
    margin-right: 20px;
    background: var(--wh);
    height: 100px;
    position: relative;
}

.dlh_card_img img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    object-fit: cover;
    left: 0;
}

.dlh_card_dates {
    color: var(--bl);
    font-size: 12px;
    line-height: 1;
    margin-bottom: 5px;
}

.dlh_card_title {
    font-weight: 600;
    font-size: 14px;
}

.dlh_card_obl {
    color: var(--txt-gray);
    margin-top: 0px;
    font-size: 12px;
    line-height: 1;
}

.dlh_card_price {
    font-weight: 600;
    color: var(--bl);
    font-size: 14px;
    display: flex;
    align-items: center;
}

.chat_alert {
    background: var(--red);
    color: var(--wh);
    border-radius: 50%;
    text-align: center;
    width: 20px;
    height: 20px;
    margin-left: 20px;
}

.docode_lk_chat_card .chat_alert {
	position: absolute;
    right: 10px;
}

.chat_container {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    align-items: flex-start;
}

.chat_workspace {
    flex: 1;
}

.chat_sidebar {
    width: 280px;
    margin-right: 20px;
}

.chat_sidebar.bl-scroll {
    max-height: 500px;
}

.dlh_actions {
    margin-left: auto;
}

.docode_lk_chat_card .dlh_actions {
    position: absolute;
    background: var(--wh);
}

.w_hide {
    display: none;
}

.w_hide.open {
    display: block;
}

.dhl_param {
    margin: 0 15px 30px;
    width: calc(50% - 30px);
    position: relative;
}

.dhl_param.dhl_param_25 {
	width: calc(25% - 30px);
}

.dhl_param_100 {
    margin: 0 15px 30px;
    width: calc(100% - 30px);
}

.dhl_dop_parameter .dhl_param_100 {
    width: calc(25% - 20px);
    margin: 10px;
}

.dhl_new_param_title {
    padding: 20px 0;
    border-top: 1px solid;
    width: 100%;
    margin: 0px 15px 0px;
    font-weight: 600;
}

.dhl_param input, .dhl_param select {
    width: 100%;
    /* border: none; */
    height: 40px;
    border-radius: 4px;
}

input.address_btn {
    position: absolute;
    width: 150px;
    bottom: 0;
    right: 0;
}

#dhl_map_wrap {
    width: 100%;
    height: 300px;
    background: var(--wh);
}

.radio_selector {
    display: flex;
}

.dhl_param_title {
    margin-bottom: 10px;
    font-size: 14px;
}

.radio_label {
    background: var(--gray);
    padding: 5px 20px;
    margin-right: 10px;
    border-radius: 50px;
    cursor: pointer;
    transition: 0.3s;
}

.radio_label:hover {
    background: var(--txt-gray);
}

.radio_label.checked {
    background: var(--blue);
    color: var(--wh);
}

.orders_house_title {
    width: 100%;
    margin-bottom: 20px;
    font-weight: 600;
}

.orders_list_head {
    display: flex;
    flex-wrap: wrap;
    align-items: end;
}

.orders_list_date {
    margin-right: 20px;
}

.orders_list_table_wrap {
    padding: 40px 0;
    overflow: auto;
    width: 100%;
}

table.docode_lk_table th, 
table.docode_lk_table td {
    padding: 10px 20px;
    text-align: center;
    font-size: 14px;
}

table.docode_lk_table tr:first-child {
    background: var(--g-blue) !important;
}

table.docode_lk_table tr:nth-child(2n+1) {
    background: var(--green-10);
}

table.docode_lk_table {
    background: var(--l-gray);
}

.docode_lk_popup {
    position: fixed;
    top: 50%;
    left: 50%;
    background: var(--wh);
    padding: 20px;
    border-radius: 8px;
    box-shadow: var(--shadow);
    transform: translate(-50%,  -50%);
    z-index: 1000;
    display: none;
}

.docode_lk_closer {
    position: absolute;
    width: 20px;
    height: 20px;
    cursor: pointer;
    right: 10px;
    background: var(--wh);
    top: 10px;
}

.docode_lk_closer span {
    display: block;
    position: absolute;
    width: 80%;
    height: 1px;
    background: var(--bl);
    transition: 0.3s;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
}

.docode_lk_closer span:last-child {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.docode_lk_popup_title {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    margin: 20px 0;
}

input.accept_order_summa {
    width: 100%;
    margin-bottom: 20px;
}

.docode_lk_closer:hover span {
    background: var(--red);
}

.order_edit {
    width: 20px;
    height: 20px;
    margin-left: auto;
    cursor: pointer;
    transition: 0.3s;
}

.order_pay_complete {
    display: flex;
}

.order_delete {
    width: 20px;
    height: 20px;
    margin-left: 20px;
    position: relative;
    border: 1.5px solid var(--red);
    border-radius: 3px;
    cursor: pointer;
    transition: 0.3s;
}

.order_delete span {
    display: block;
    width: 80%;
    height: 1px;
    background: var(--red);
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%) rotate(45deg);
}

.order_delete span:last-child {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.order_delete:hover, .order_edit:hover {
    opacity: 0.5;
}

.order_cottage .dlh_card_img {
    width: 50px;
    height: 50px;
    margin: 0 10px 0 0;
}

.order_cottage {
    display: flex;
    margin-left: -10px;
}

.order_cottage .dlh_card_price {
    font-weight: 400;
    font-size: 12px;
    text-align: left;
    line-height: 1;
}

.order_cottage .dlh_card_title {
    font-weight: 400;
    font-size: 12px;
    text-align: left;
    line-height: 1;
}

.order_cottage .dlh_card_obl {
    text-align: left;
    margin: 0;
}

.dhl_tarifs_all {
    margin-top: 40px;
}

.dhl_tarifs_wrap {
    width: 65%;
}

div.tarifs_calendar {
    width: 100%;
}

.dhl_calendar_title {
    color: var(--red);
    line-height: 1;
    margin-bottom: 20px;
}

.close_open_tarif_rows {
    display: flex;
    justify-content: center;
    padding: 10px;
    background: var(--l-blue);
    width: 100%;
    /* display: none; */
}

.add_repeater_answer.open .close_open_tarif_rows {
    /* position: relative; */
}

.close_open_tarif_rows span {
    color: var(--blue);
    font-weight: 600;
    border-bottom: 1px solid;
    cursor: pointer;
}

.dhl_tarifs_all .add_repeater_answer {
    max-height: 160px;
    overflow-y: auto;
    position: relative;
    margin: 0 -10px;
}

.dhl_tarifs_all .add_repeater_answer.open {
    max-height: unset;
}

.add_repeater_row {
	display: flex;
	margin: 0 0px 10px;
}

.add_repeater_col {
    margin: 0 10px;
    text-align: center;
    width: 26%;
    font-size: 14px;
    font-weight: 600;
}

.tarifs_tabs_list {
    width: 100%;
    display: flex;
    margin-bottom: 40px;
}

.tarifs_tabs_item {
    background: var(--blue);
    color: var(--wh);
    opacity: 0.5;
    padding: 10px;
    margin-bottom: 1px;
    align-items: center;
    display: flex;
    position: relative;
    cursor: pointer;
    transition: 0.3s;
}

.tarifs_tabs_item.active, .tarifs_tabs_item:hover {
    opacity: 1;
}

.tarif_versions_container {
    width: 100%;
    display: none;
}

.tarif_versions_wrap {
    width: 100%;
}

.tarif_versions_container.active {
    display: block;
}

.add_repeater_col.repeater_col_sm {
    flex: 1;
    border-left: 1px solid;
    margin: 0;
    padding: 0 10px;
}

span.day_name {
    display: none;
}

.tarif_versions_container input::-webkit-outer-spin-button, 
.tarif_versions_container input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.new_tarif_from_to label.new_tarif_label input[type="number"] {
    width: 50px;
    flex: unset;
    margin-left: 5px;
}

.new_tarif_from_to {
    display: flex;
    justify-content: space-between;
}

label.new_tarif_label {
    display: flex;
    align-items: center;
}

.add_repeater_col.repeater_col_sm:last-child {
    display: flex;
    align-items: center;
    flex: unset;
    padding: 0 0 0 10px;
    width: 20px;
    border: none;
    position: relative;
}


/*** and to mob ***/
.mobile_wrap .add_repeater_row {
    flex-direction: column;
    border: 1px solid;
    border-radius: 6px;
    position: relative;
    padding-top: 10px;
}

.mobile_wrap .add_repeater_col.repeater_col_md {
    width: 100%;
    margin-bottom: 20px;
}

.mobile_wrap .new_tarif_from_to {
    justify-content: center;
    align-items: center;
    padding-right: 30px;
}

.mobile_wrap label.new_tarif_label {
    margin-right: 20px;
}

.mobile_wrap .add_repeater_col.repeater_col_sm {
    width: 100%;
    border: none;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.mobile_wrap .add_repeater_col.repeater_col_sm:last-child {
    width: 20px;
    position: absolute;
    top: 10px;
    right: 10px;
    height: 20px;
}

.mobile_wrap  .mobile_wrap_head{
	display: none;
}

.mobile_wrap span.day_name {
    display: block;
    margin-right: auto;
}

.mobile_wrap .add_repeater_col.repeater_col_sm input[type="number"] {
    width: 100px;
    flex: unset;
    margin-right: 30px;
}
/*** end to mob ***/




.add_repeater_col.repeater_col_md {
    width: 20%;
}

.add_repeater_action {
    display: flex;
    justify-content: center;
    margin: 20px 0;
}

.add_repeater_reserve {
    display: none;
}

.del_repeater_str {
    position: relative;
    width: 20px;
    cursor: pointer;
}

.add_repeater_col.repeater_col_sm .del_repeater_str {
    height: 20px;
    position: absolute;
    left: 0;
}

.del_repeater_str span {
    width: 20px;
    height: 1px;
    display: block;
    background: var(--red);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    transition: 0.3s;
}

.del_repeater_str span:last-child {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.del_repeater_str:hover span {
    opacity: 0.5;
}

.dhl_tarifs .litepicker .container__months .month-item {
    width: 100%;
}

.dhl_tarifs .litepicker {
    width: 100%;
}

.dhl_tarifs .litepicker .container__main {
    width: 100%;
}

.dhl_tarifs .litepicker .container__months {
    width: 100%;
}

.dhl_tarifs .litepicker .container__days .day-item {
    height: 50px;
    text-align: center;
}

.dhl_tarifs .litepicker .container__months .month-item-weekdays-row {
    width: 100%;
}

.dhl_tarifs .litepicker .container__days>div, 
.dhl_tarifs .litepicker .container__days>a {
    width: 14.28%;
}

.dhl_tarifs .litepicker .container__days {
    width: 100% !important;
}

.dhl_tarifs .litepicker .container__days .day-item.is-locked {
    background: var(--l-blue);
    color: var(--bl) !important;
    opacity: 0.5;
}

.dhl_tarifs .litepicker .container__days .day-item.is-highlighted {
    background: var(--red);
    color: var(--wh);
}

.dhl_tarifs .litepicker .container__days .day-item.is-locked.is-highlighted {
    background: transparent;
}

.dhl_tarifs .litepicker .container__days .day-item.is-in-range {
    background: var(--g-blue);
    color: var(--bl);
}

.dhl_tarifs .litepicker .container__days .day-item.is-end-date,
.dhl_tarifs .litepicker .container__days .day-item.is-start-date{
    background: var(--blue);
}

.all_tarif_save_wrap {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-bottom: 20px;
}

.error_field {
    border-color: var(--red) !important;!i;!;
    background: #f001;
}

.date_attr{
	pointer-events: none;
	font-size: 10px;
}

.dhl_tarifs_days {
    flex: 1;
    margin-left: 40px;
    background: var(--wh);
    padding: 20px;
    align-self: self-start;
}

.dhl_date_wrap.dhl_date_from {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    margin-left: auto;
}

.dhl_date_wrap {
    border: 1px solid var(--txt-gray);
    padding: 5px 10px;
}

.dhl_date_wrap.dhl_date_to {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    margin-right: auto;
}

.dhl_dates {
    margin-bottom: 40px;
}

.dhl_tarif_tabs_wrap {
    display: flex;
}

.dhl_tarif_tab {
    background: var(--l-blue);
    padding: 5px 10px;
    margin-right: 5px;
    cursor: pointer;
    transition: 0.3s;
}

.dhl_tarif_tab:hover {
    color: var(--blue);
}

.dhl_tarif_tab.active {
    background: var(--blue);
    color: var(--wh);
}

.dhl_tarif_alarm {
    text-align: center;
    margin: 40px 0;
}

.dhl_tarif_tab_content {
    display: none;
}

.dhl_tarif_tab_content.active {
    display: block;
}

.day_tarif_save_wrap {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.dhl_tarif_tab_area {
    display: none;
}



/*** CHAT ***/
.lk_chat_wrap {
    display: flex;
    background: var(--l-blue);
    padding: 20px;
}

.lk_chat_sidebar {
    width: 250px;
    border-right: 1px solid;
    padding-right: 20px;
    max-height: 400px;
    overflow: auto;
}

.chat_item {
    display: flex;
    align-items: center;
    transition: 0.3s;
    cursor: pointer;
    margin-bottom: 20px;
	position: relative;
}

.chat_item_img {
    position: relative;
    width: 50px;
    height: 50px;
    border: 1px solid;
    margin-right: 10px;
}

.chat_item:hover,
.chat_item.active{
    background: #fff;
}

.lk_chat_messages {
    flex: 1;
    padding: 0 20px;
    border-right: 1px solid;
    margin-right: 20px;
}

.lk_chat_window {
    border: 1px solid;
    margin-bottom: 40px;
    background: #fff;
    padding: 10px;
    overflow: auto;
    height: 300px;
}

.lk_chat_message {
    position: relative;
    width: 80%;
    margin: 0 auto 20px;
    background: var(--wh);
    padding: 10px;
}

.lk_chat_message.lk_mess_right {
    margin-left: auto;
    margin-right: 0;
}

.lk_chat_message.lk_mess_left {
    margin-right: auto;
    margin-left: 0;
}

.lk_chat_author {
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 14px;
    display: flex;
    align-items: center;
}

.lk_chat_author img {
    width: 30px;
    margin-right: 20px;
}

.lk_mess_time {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 10px;
    font-size: 12px;
}

.lk_chat_actions {
    display: flex;
    align-items: center;
}

input.lk_chat_text {
    flex: 1;
    margin: 0 !important;
}

.lk_chat_btn {
    background: var(--blue);
    border-radius: 50%;
    padding: 10px;
    width: 40px;
    height: 40px;
    margin-left: 10px;
    cursor: pointer;
    transition: 0.3s;
    box-sizing: border-box;
}

.lk_chat_btn:hover {
    opacity: 0.7;
}

.lk_chat_btn img {
    filter: invert(1);
}

.lk_chat_message.lk_mess_time {
    left: 0;
}

.lk_chat_message.lk_mess_left .lk_chat_author {
    text-align: left;
}


.lk_chat_card {
    background: #fff;
    padding: 10px;
    margin-bottom: 20px;
}

.lk_chat_card_img {
    position: relative;
    height: 140px;
    margin-bottom: 10px;
}

.lk_chat_card_img img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.lk_chat_card_title {
    text-align: center;
    font-weight: 600;
    margin-bottom: 10px;
}

.lk_chat_sidebar {
    width: 250px;
    border-right: 1px solid;
    padding-right: 20px;
}

.chat_item {
    display: flex;
    align-items: center;
    transition: 0.3s;
    cursor: pointer;
    margin-bottom: 20px;
}

.chat_item_img {
    position: relative;
    width: 50px;
    height: 50px;
    border: 1px solid;
    margin-right: 10px;
}

.chat_item:hover,
.chat_item.active{
    background: #fff;
}

.lk_chat_window {
    border: 1px solid;
    margin-bottom: 40px;
    background: #fff;
    padding: 10px;
    overflow: auto;
    height: 500px;
}

.lk_chat_card_addr {
    display: flex;
	margin-top: 40px;
}

.lk_chat_sidebar {
    width: 250px;
    border-right: 1px solid;
    padding-right: 20px;
}

.chat_item {
    display: flex;
    align-items: center;
    transition: 0.3s;
    cursor: pointer;
    margin-bottom: 20px;
    position: relative;
}

.chat_item .lk_chat_alarm {
    position: absolute;
    display: none;
    width: 15px;
    height: 15px;
    background: red;
    border-radius: 50%;
    top: 0;
    left: 45px;
    z-index: 1;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    padding-left: 5px;
    box-sizing: border-box;
}

.head_alarms span {
    position: absolute;
    background: var(--red);
    color: var(--wh);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    text-align: center;
    top: 0px;
    right: 0px;
}

a.head_link_box .head_alarms span{
    top: -10px;
    right: -10px;
}

.lk_chat_alerts {
    background: #fff;
    padding: 10px;
    margin-bottom: 20px;
}

.alerts_title {
    font-weight: 600;
}

.lk_chat_alerts .checkbox_wrap {
    margin: 10px 0 0px;
    justify-content: space-between;
}

.chat_notice {
    width: 250px;
    background: var(--l-blue);
    padding: 10px;
    font-size: 14px;
    line-height: 130%;
    margin: 10px 0 0;
}

.lk_chat_alerts 
 .dhl_param_100 {
    margin: 10px 0 0px;
    width: 100%;
}

.chat_notice_title {
    font-weight: 600;
    text-align: center;
}

.chat_notice_text {
    margin: 10px 0;
}

a.chat_notice_btn:hover {
    background: var(--wh);
    color: var(--blue);
}

a.chat_notice_btn {
    text-align: center;
    display: block;
    background: var(--blue);
    color: var(--wh);
    padding: 5px;
    border: 1px solid var(--blue);
}
/*** END CHAT ***/

/*** SETTINGS ***/
.docode_lk_settings_wrap {
    width: 100%;
    padding: 0 20px;
}

.docode_lk_settings_action {
    display: flex;
}

/*** END SETTINGS ***/

/*** TESTOM ***/
.lk_testom_title {
    font-weight: 600;
}

.lk_testom_text {
    border: 1px solid;
    padding: 20px;
    margin: 40px 0;
}

.docode_lk_testom_wrap {
    display: flex;
    flex-wrap: wrap;
}

.docode_lk_testom {
    flex: 1;
    margin-right: 20px;
    padding-right: 20px;
    border-right: 1px solid;
}

.lk_testom_public {
    margin: 0 -15px;
}

.lk_testom_actions {
    display: flex;
}

.docode_lk_testom_item,
.docode_lk_question_item{
    margin-bottom: 20px;
    cursor: pointer;
    transition: 0.3s;
    position: relative;
}

.docode_lk_testom_item:hover,
.docode_lk_question_item:hover,
.docode_lk_testom_item.active,
.docode_lk_question_item.active{
    background: var(--l-blue);
}

.docode_lk_testom_list {
    max-height: 250px !important;
    width: 250px;
    padding-right: 10px;
}

.lk_testom_answer {
    margin: 40px 0;
}

.lk_testom_status {
    color: var(--txt-gray);
    font-size: 12px;
}


/*** END TESTOM ***/

input[type="text"]:disabled {
    cursor: no-drop;
    background: var(--gray);
}

.table_mob_name{
	display: none;
}

.preview_all_price {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 20px 0;
    flex-direction: column;
    align-items: center;
}

.dropdown_guests.preview_all_guests {
    display: block;
    opacity: 1;
    position: relative;
    pointer-events: all;
    padding: 10px;
}

.dropdown_guests.preview_all_guests .filter_setting_wrap .plus_minus {
    width: 50%;
}

.preview_all_price_popup {
    width: 300px;
    padding: 20px;
    box-shadow: var(--shadow);
    position: fixed;
    z-index: 11;
    background: var(--wh);
    top: 20px;
    display: none;
    max-height: 100%;
    overflow: auto;
}

#preview_calendar .litepicker .container__days .day-item {
    height: auto;
}

.preview_all_price_action .filter_setting_wrap {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 400;
}

.preview_all_price_action .filter_setting_wrap .settings_title {
    font-weight: 400;
}

.preview_all_price_action .settings_title {
    font-size: 14px;
    font-weight: 400;
}

.preview_all_price_action input[type="text"] {
    border: none;
    font-size: 14px;
    height: 30px;
}

.preview_all_price_popup.open {
    display: block;
}

.preview_all_price_answer {
    margin: 20px 0 0;
    font-weight: 600;
}

.preview_all_price_start{
	display: none;
}

.close_preview_all_price {
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 20px;
    cursor: pointer;
    transition: 0.3s;
    border-radius: 50%;
}

.close_preview_all_price:hover {
    opacity: 0.5;
}

.close_preview_all_price span {
    position: absolute;
    display: block;
    width: 80%;
    height: 2px;
    background: var(--red);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
}

.close_preview_all_price span:last-child {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.preview_atention {
    font-size: 14px;
    text-align: center;
    margin: 10px;
    line-height: 1;
    color: var(--red);
}

/* MEDIA */
@media(max-width: 500px){
	.tarif_repeater_head{
		display: none;
	}
	
    .docode_lk_enter {
        flex: 1;
    }
    
    .docode_lk_enter.active form {
        width: 100%;
    }
    
    .docode_loginpage {
        min-height: 300px;
    }
    
    .docode_loginpage input:not([type="checkbox"]) {
        width: 100%;
        box-sizing: border-box;
    }

	.docode_lk_sidebar {
	    width: max-content;
	    flex-wrap: nowrap;
	    overflow: auto;
	}
	
	.docode_lk_link {
	    text-align: center;
	}
	
	.dhl_tarifs_wrap {
	    width: 100%;
	}
	
	.dhl_calendar_title {
	    font-size: 13px;
	    margin-bottom: 20px;
	}
	
	.dhl_tarifs_days {
	    margin: 0;
	    position: absolute;
	    z-index: 90;
	    top: 500px;
	    left: 50%;
	    box-shadow: var(--shadow);
	    display: none;
	    transform: translateX(-50%);
	    width: 90vw;
	}

	.dhl_tarifs_days.open {
	    display: block;
	}
	
	.dhl_tarif_tab {
	    font-size: 14px;
	}

	.dhl_tarifs_days_close {
	    position: absolute;
	    /* background: var(--wh); */
	    right: 0;
	    top: 0;
	    width: 25px;
	    height: 25px;
	    /* border: 1px solid; */
	    transform: translate(0%, 0);
	}
	
	.dhl_tarifs_days_close span {
	    position: absolute;
	    width: 70%;
	    height: 1px;
	    background: var(--red);
	    top: 50%;
	    left: 50%;
	    transform: translate(-50%, -50%) rotate(45deg);
	}
	
	.dhl_tarifs_days_close span:last-child {
	    transform: translate(-50%, -50%) rotate(-45deg);
	}
	
	.dlh_status {
		background: var(--wh);
		padding: 5px;
		position: absolute;
		left: 0;
		font-size: 10px;
	}
	
	.orders_list_date {
		width: calc(50% - 20px);
		margin: 0 20px 10px 0;
	}

	.chat_sidebar.bl-scroll {
	    width: 100%;
	    margin: 0 0 20px;
	    max-height: 200px;
	    overflow: auto;
	    border-bottom: 1px solid;
	}

	.lk_chat_wrap {
	    flex-wrap: wrap;
	}
	
	.lk_chat_right {
	    margin-top: 40px;
	    width: 100%;
	}
	
	.lk_chat_messages {
	    border: none;
	    margin: 0;
	    padding: 0;
	}
	
	.docode_lk_house_card.docode_lk_chat_card {
	    width: 100%;
	}
	
	.dlh_card_img {
		width: 70px;
		height: 70px;
	}

	.any_docode_lk_foto {
	    width: calc(50% - 20px);
	}
	
	.dhl_dop_parameter .dhl_param_100 {
	    width: calc(50% - 20px);
	}

	.docode_lk_testom {
	    margin: 0;
	    padding: 0;
	    border: none;
	}
	
	.docode_lk_testom_list {
	    max-width: 100% !important;!i;!;
	    margin-top: 40px;
	    width: calc(100% - 0px);
	    background: var(--l-blue);
	    padding: 20px 20px 20px 20px;
	}

	.docode_lk_container textarea {
	    height: 80px;
	}
	
	.docode_lk_settings_wrap .dhl_param {
		width: 100%;
	}
	
	a.docode_sync_data {
		order: 1;
		margin: 10px 0 0;
	}
	
	.dhl_param.dhl_param_25 {
		width: calc(50% - 30px);
	}
	
	.dhl_param.addr_param {
		width: 100%;
	}

	input.address_btn {
		width: auto;
		padding: 10px 20px;
	}
	
	table.docode_lk_table tr:first-child {
		display: none;
	}

	table.docode_lk_table tr {
		display: flex;
		margin-bottom: 20px;
		border: 1px solid;
		background: var(--wh) !important;
		flex-direction: column;
		width: 100%;
	}

	table.docode_lk_table {
		width: 100%;
	}
	
	.table_mob_name{
		display: inline-block;
	}
	
	table.docode_lk_table td {
		padding: 5px 20px;
	}

	.preview_all_price_popup{
		max-height: 70%;
		top: 70px;
	}
	
	.dhl_tarifs_all .add_repeater_answer {
		max-height: 1000px;
	}
}









