* {
margin: 0;
padding: 0;
box-sizing: border-box;
list-style: none !important;
text-decoration: none !important;
font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

:root {
--design-bg: #424141;
--border-px: 8px;
}

.container-fluid {
padding-left: 0px !important;
padding-right: 0px !important;
}

img {
width: 100%;
}

p {
margin-bottom: 0px;
}

a {
color: black ;
}

a:hover {
color: black;
}

ul {
padding: 0px;
margin: 0px;
}

p {
margin-bottom: 0px !important;
}

button {
border: none;
}

input {
outline: none;
}

.body_bg {
background: #D9D9D9;
}

.container {
max-width: 1400px;
width: 100%;
margin: auto;
padding-left: 10px !important;
padding-right: 10px !important;
}

.df {
display: flex;
}

.df-aic {
display: flex;
align-items: center;
}

.df-jcsb {
display: flex;
justify-content: space-between;
}

.df-aic-jcc {
display: flex;
align-items: center;
justify-content: center;
}

.df-aic-jcsb {
display: flex;
align-items: center;
justify-content: space-between;
}

.df-aic-jcfe {
display: flex;
align-items: center;
justify-content: flex-end;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}

.header_top {
position: relative;
}

.header_logo {
max-width: 130px;
}

.header_content {
display: flex;
align-items: center;
justify-content: space-between;
margin-top: 10px;

}

.come_in_blog {
cursor: pointer;
padding: 5px 20px;
background: #ff710d;
color: white;
font-size: 18px;
}



.notification {
background-color: #f2f2f2;
border: 1px solid #ccc;
padding: 10px;
border-radius: 5px;
cursor: pointer;

}

/* modal */

.user_info {
font-size: 20px;
font-weight: 600;
margin-bottom: 40px;
}

.login-content {
border: 1px solid var(--design-bg);
border-radius: var(--border-px);
}

.login-header-logo {
display: flex;
align-items: center;
justify-content: center;
margin: auto;
width: 100%;
gap: 5px;
font-weight: 600;
font-size: 20px;
}

.login-header-logo img {
width: 130px;
}

.input-group {
position: relative;
}

.register-info {
display: flex;
align-items: center;
justify-content: center;
}

.register-info-content {
max-width: 800px;
width: 100%;
border-radius: var(--border-px);
padding: 20px;
margin: auto;
}

.register-info-content > .modal-title {
text-align: center;
margin-bottom: 20px;
}



.register-info-content  > .modal-body-right-text > a{
max-width: 350px;
width: 100%;
height: 40px;
transition: 0.2s;
border-radius: var(--border-px);
background: var(--design-bg);
border: none;
box-shadow: var(--design-bg) 0px 15px 50px -10px;
color: white;
font-size: 18px;
font-weight: 500;
display: flex;
align-items: center;
justify-content: center;
padding: 10px;
margin-left: auto;
transition: 0.2s;
}

.register-info-content   > .modal-body-right-text > a:hover {
background: var(--design-bg);
color: white;
transition: 0.2s; 
}

.register-input-password {
position: absolute;
left: 100%;
display: none;
max-width: 310px;
width: 100%;
height: 100%;
border-radius: var(--border-px) !important;

z-index: 10;
}

.register-input-password-list {
height: 100%;
}

.input-password-item {
border: 1px solid rgba(0,0,0,.125); 
background: white;
padding: 10px;
font-weight: 500;
color: red;
}

#password-text3, #password-text5 {
color: green;
}

.register-input-password-active{
opacity: 1 ;
visibility: visible ;
z-index: 1;
}

.profile-blog-input .error {
max-width: 100%;
top: 100%;

}

.form__item.error-item > .register-input {
border: 1px solid red; 
}

.form__item.error-item > .error {
color: red;
}

.form__item.error-item > .register-password-eye, .form__item.valid-item > .register-password-eye {
right: 36px;
top: 3px;
}

.form__item.error-item > .register-password2-eye, .form__item.valid-item > .register-password2-eye {
right: 36px;
top: 3px;
}

.input-group > label {
position: absolute;
top: 100%;
padding-left: 50px;
}

#password1 + label{
top: 100%;

}

.register-input {
border: 1px solid var(--design-bg);
position: relative; 
}

.register-input-icon {
position: absolute;
z-index: 100;
right: 10px;
top: 6px;
}

.register-input-icon  span:nth-child(1){
color: green;
}

.register-input-icon  span:nth-child(2){
color: red;
}

.register-input-icon > span {
display: none;
font-size: 20px;
}

.form__item.error-item > .register-input-icon > span:nth-child(2) {
display: block;
}

.form__item.error-item > .register-input-icon > span:nth-child(1) {
display: none;
}

.form__item.valid-item > .register-input-icon > span:nth-child(1) {
display: block;
}

.form__item.valid-item > .register-input-icon > span:nth-child(2) {
display: none;
}

.input-group > span{
background: var(--design-bg);
color: white;
font-size: 20px;
}

.input-group input {
outline: none !important; 
border-left: none;
font-size: 20px;
}

.input-group-text {
border-radius: none !important;
}

.input-group input:focus {
box-shadow: none !important;
outline: none !important;
}

.login-header {
position: relative;
display: flex;
align-items: center;
justify-content: space-between;
padding: 10px !important;
}

.login-header-btn {
position: absolute;
top: 12px;
right: 15px;
background: transparent;
border: none;
font-size: 25px;
color: var(--design-bg);
}

.login-button {
display: flex;
justify-content: flex-end;
}

.navigate-right-button {
display: flex;
align-items: center;
gap: 10px;
}

.navigate-btn {
max-width: 150px;
width: 100%;
height: 40px;
transition: 0.2s;
background: green;
border: none;
color: white;
font-size: 18px;
font-weight: 500;
display: flex;
align-items: center;
justify-content: center;  
padding: 10px;
transition: 0.2s ease; 

}

.navigate-btn:nth-child(2) {
border: 2px solid var(--design-bg);
background: transparent;
color: black;
}

.navigate-btn:hover {
opacity: 0.8;
color: white;
transition: 0.2s ease; 
}

.navigate-btn:nth-child(2):hover {
background: var(--design-bg);
color: white;
transition: 0.2s ease; 
}
.login-text {
display: block;
margin-bottom: 10px;
text-align: end;
}

.comein_message_title {
font-weight: 300;
font-size: 14px;
line-height: 16px;
color: var(--primary-gray);
margin-bottom: 13px;
}

.comein_message_list {
display: flex;
align-items: center;
gap: 20px;
margin-bottom: 15px;
}

.comein_message_item {
width: 48px;
height: 48px;
display: flex;
align-items: center;
justify-content: center;
background: var(--design-bg);
border: 0.5px solid var(--design-bg);
cursor: pointer;
font-size: 20px;
color: white;
border-radius: var(--border-px);
}

.comein_message_item:hover {
color: white;
}

.profile-blog-input {
position: relative;
margin-bottom: 10px;
max-width: 350px;  
}

.profile-blog-input label {
height: auto !important;    
}

.profile-blog-input input{
border: 1px solid rgba(0, 0, 0, 0.12);
font-weight: 400;
height: 2.5rem;
border-radius: var(--border-px);
color: rgba(0, 0, 0, 0.87);

}

.mob_img {
display: none;
}

.profile-blog-input.error-item input {
border: 1px solid rgb(255, 55, 55);
}

.profile-password-eye, .profile-password2-eye, .profile-oldpassword-eye {
position: absolute;
right: 12px;
top: 28px;
z-index: 100;
}

.modalpassword {
top: 9px;
}

.profile-eye-icon, .profile-eye2-icon, .profile-oldeye-icon {
font-size: 19px;
font-weight: 500;
cursor: pointer;
}

.profile-eye-noactive, .profile-eye2-noactive {
display: none;
}

.profile-eye > .profile-eye-noactive, .profile-eye > .profile-eye2-noactive {
display: block;
}

.profile-eye > .profile-eye-acitve, .profile-eye > .profile-eye2-acitve {
display: none;
}

.register-input-icon {
position: absolute;
z-index: 100;
right: 10px;
top: 6px;
}

.register-input-icon  span:nth-child(1){
color: green;
}

.register-input-icon  span:nth-child(2){
color: red;
}

.register-input-icon > span {
display: none;
font-size: 20px;
}

.form__item.error-item > .register-input-icon > span:nth-child(2) {
display: block;
}

.form__item.error-item > .register-input-icon > span:nth-child(1) {
display: none;
}

.form__item.valid-item > .register-input-icon > span:nth-child(1) {
display: block;
}

.form__item.valid-item > .register-input-icon > span:nth-child(2) {
display: none;
}

/* modal finish */

/* clothing */

.clothing {
padding: 85px 0px;
}

.clothing_content {
display: flex;
align-items: center;
justify-content: space-between;
}


.clothing_title {
font-weight: 600;
font-size: 65px;
line-height: 140%;
color: rgb(33, 33, 33);
margin-bottom: 15px;
}

.clothing_text {
font-weight: 500;
font-size: 24px;
line-height: 160%;
letter-spacing: 1px;
margin-bottom: 60px !important;
}

.header_right {
display: flex;
align-items: center;
gap: 15px;
}

.come_in_tel, .come_in_telegram {
font-weight: 600;
font-size: 20px;
color: rgb(33, 33, 33);
transition: all 0.4s ease 0s;
}


.come_in_telegram {
    color: #1187c3;
}

.clothing_row {
display: flex;
flex-wrap: wrap;
gap: 20px;
}

.clothing_item {
max-width: 245px;
width: 100%;
}

.clothing_icon {
width: 56px;
margin-bottom: 16px;
}

.clothing_item_title {
font-weight: 900;
font-size: 16px;
line-height: 140%;
color: rgb(33, 33, 33);
margin-bottom: 9px;
}

.clothing_item_text {
max-width: 100%;
font-size: 14px;
line-height: 140%;
color: rgb(0, 0, 0);
}

.come_link {
border: 2px solid var(--design-bg);
padding: 10px 15px;
cursor: pointer;
transition: 0.2s ease;
}

.come_link:hover {
transition: 0.2s ease;
opacity: 0.8;
color: white;
background: var(--design-bg);
}

.CabModal_add_input input{
background: white;
margin-top: 10px;
color: black;
font-size: 14px;
font-weight: 500;
}

/* clothing finish */

/* clot_slider */

.clot_slider {
padding-top: 50px;
}

.slider_item_content {
width: 100%;
display: flex;
align-items: center;
justify-content: center;

}

.clot_slider_img {
max-width: 100%;
width: 100%;
border-radius: 16px;
overflow: hidden;
}

/* clot_slider finish */

/* card */

.card_title {
text-align: center;
margin-top: 80px;
margin-bottom: 40px;
font-weight: 600;
font-size: 32px;
text-transform: uppercase;
color: #424141;
}

.card_list {
display: flex;
flex-wrap: wrap;
}

.card_item {
width: calc((100% - 100px) / 4);
margin-right: 12.5px;
margin-left: 12.5px;
margin-bottom: 20px;
align-self: flex-end;
}


.card_item:last-child {
  margin-right: 0;
}

.card_item_img {
border-radius: 8px;
overflow: hidden;

}

.card_item_name {
font-weight: 400;
font-size: 20px;
line-height: 24px;
color: #424141;
margin-top: 7px;
text-align: center;
margin-bottom: 25px;
height: 38px;
}

.footer_content {
display: flex;
justify-content: space-between;
gap: 15px;
}

.footer_blog {
max-width: 33%;
width: 100%;
}

.footer_blog_title {
  font-size: 18px;
  font-weight: 600;
  color: #555;
  margin-bottom: 10px;
}

.footer-messeg-ul {
  gap: 15px;
  flex-wrap: wrap;
}

.card_item_footer {
display: flex;
align-items: center;
justify-content: space-between;
}

.brand {
text-align: end;
font-size: 14px;
color: #424141;
margin-top: 20px;
}

.card_item_link {
margin-right: 15px;
background: transparent;
border: 2px solid #424141;
font-weight: 400;
font-size: 20px;
line-height: 29px;
padding: 14px;
transition: 0.2s ease;
display: block;
}

.card_item_link:hover{
background: #424141;
color: white;
transition: 0.2s ease;

}

.card_item_price {
font-weight: 400;
font-size: 32px;
line-height: 39px;
 color: #000000;
}

/* card finish */


/* cabinet */

.cabinet_search_title {
font-size: 18px;
font-weight: 500;
padding-bottom: 5px;
}

.cabinet_search_flex {
display: flex;
gap: 15px;
}

.cabinet_search_input {
background: white;
padding: 10px;
}

.cabinet_search_submit {
padding: 5px 20px;
height: 46px;
background: #8BD5FF;
border: none;
font-size: 16px;
font-weight: 500;
}

.cabinet_tabs {
display: flex;
align-items: center;
flex-wrap: wrap;
gap: 15px;
margin-top: 20px;
}

.cabinet_tabs_item, .cabinet_tabs_link {
position: relative;
background: #ffffff;
padding: 10px 30px;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
}

.cabinet_tabs_item span {
position: absolute;
top: 0px;
right: 5px;
padding: 5px;
width: 20px;
height: 20px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
font-size: 14px;
color: black;
}

.cabinet_tabs_item .tabs_item_bg6 {
background: #00FF29;
right: 46%;
}

.time_item_bg {
right: 26px !important;
}

.tabs_item_bg1 {
background: rgb(222, 222, 222);
}

.tabs_item_bg2 {
background: #FFE500;
}

.tabs_item_bg3 {
background: #ff8282;
}

.tabs_item_bg4 {
background: #b9c2ef;
}

.tabs_item_bg5 {
background:#ff710d;
}

.tabs_item_active {
background: #8BD5FF;
}

.cabinet_blog_item {
display: none;
}

.cabinet_blog_info {
margin-top: 10px;
}

.cabinet_table_tr td:nth-child(3){
width: 100px;
}

.cabinet_table_tr td:nth-child(2){
width: 150px;
}

.cabinet_table_tr td:nth-child(4){
width: 75px;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
}

.cabinet_table_tr td:nth-child(5) {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;  
}

.cabinet_table_tr td:nth-child(6){
width:90px;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
}

.cabinet_table_tr td:nth-child(7), .cabinet_table_tr td:nth-child(8), .cabinet_table_tr td:nth-child(9){
width:80px;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
}



.cabinet_table_tr td:nth-child(10){
width:100px;
}

.cabinet_blog_table {
overflow: auto;  
height: 700px;
margin-bottom: 20px;
}


table tr td:nth-child(1), table tr td:nth-child(2) {
position: sticky;
top: 0px;
left: 0;
z-index: 10;

}

table tr td:nth-child(2) {
left: 21px;
}

table tr td:nth-child(11) {
position: sticky;
top: 0px;
right: 0;
z-index: 10;

}

table tr th {
position: sticky;
top: 0px;
z-index: 100;
background: #d9d9d9;
}

table tr th:nth-child(1), table tr th:nth-child(2) {
position: sticky;
top: 0px;
left: 0;
z-index: 1000;
white-space: initial;
} 

table tr th:nth-child(11) {
position: sticky;
top: 0px;
right: 0;
z-index: 100;
white-space: initial;
background: #d9d9d9;
width: 91px;
}

table tr th:nth-child(2)  {
left: 30px;
}

.cabinet_table {
width: 100%;
}

table tr td, thead tr th {
padding: 3px;

}

thead tr th {
font-weight: 500;
padding-bottom: 5px;
font-size: 14px;
}

table tr td {
background: rgba(255, 255, 255, 1);  
border: 5px solid rgba(217, 217, 217, 1);
position: relative;

}

/* table tr td:nth-child(11), table tr td:nth-child(12) {
background: transparent;
} */


.table_btn {
padding: 5px 10px;
opacity: 0.7;
}

.table_btn:hover {
opacity: 1;
}

table tr td .message_item_active {
right: 5px;
}

.table_tr {
display: flex;
align-items: center;
gap: 5px;
font-size: 14px;
}

.table_tr br {
display: none;
}

.table_tr_tel {
display: flex;
flex-direction: column;
align-items: center;
}

.table_tr_icon {
display: flex;
align-items: center;
justify-content: center;
}

.table_active {
width: 13px;
height: 13px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
}

.active_bg1 {
background: rgba(255, 229, 0, 1);
}

.active_bg2 {
background: rgba(255, 0, 0, 1);
}

.active_bg3 {
background: rgba(0, 41, 255, 1);
}

.active_bg4 {
background: rgb(0, 255, 41);
}

#cashier_table table tr td:nth-child(1), #cashier_table table tr td:nth-child(2) {
width: 20px;
}

#cashier_table .cabinet_table_tr td:nth-child(5) {
width: 20px;
}

#cashier_table .cabinet_table_tr td:nth-child(10) {
width: 150px;
}

#courier_table table tr td:nth-child(1), #courier_table table tr td:nth-child(2) {
width: 20px;
} 

#courier_table .cabinet_table_tr td:nth-child(5) {
width: 20px;
}

#courier_table .cabinet_table_tr td:nth-child(10) {
width: 150px;
}

#master_table table tr td:nth-child(1), #master_table table tr td:nth-child(2) {
  width: 20px;
  }
  #master_table .cabinet_table_tr td:nth-child(5) {
    width: 20px;
    }
    
    #master_table .cabinet_table_tr td:nth-child(10) {
    width: 150px;
    }
.cabinet_button_add {
display: flex;
align-items: center;
justify-content: flex-end;
}

.cabinet_button_add input {

}

@media (min-width: 576px) {
.CabModal_dialog_centered {
max-width: 1100px !important;
}
}

.CabModal_dialog_centered .modal-title {
font-size: 20px;
font-weight: 600;
}


.CabModal_item {
display: flex;
justify-content: space-between;
padding: 15px;
border-top: 1px solid rgb(159, 159, 159);
}


.CabModal_left {
width: 60%;
display: flex;
flex-direction: column;
}

.CabModal_button {
display: flex;
align-items: center;
justify-content: space-between;
gap: 20px;
}

.CabModal_button_input input{
max-width: 170px;
height: 40px;
}

.CabModal_right {
width: 40%;
}

.CabModal_right {
display: flex;
gap: 30px;
flex-direction: column;
justify-content: flex-end;
align-items: end;
margin-top: 15px;
}

.CabModal_right .CabModal_result_item {
width: 75%;
}

.CabModal_title {
font-weight: 500;
font-size: 18px;
}

.CabModal_button_title {
font-size: 14px;
}

.CabModal_title {
font-weight: 500;
}

.CabModal_text {
margin-top: 10px;
font-size: 14px;
}

.CabModal_button {
margin-top: auto;
}

.CabModal_result_item {
display: flex;
align-items: center;
flex-wrap: wrap;
justify-content: space-between;
gap: 7px;
width:45%;
}

.CabModal_result_blog {
width: 30%;
}


.CabModal_result_bg{
position: relative;
max-width: 100%;
width: 100%;
height: 80px;
background: rgba(176, 176, 176, 1);
cursor: pointer;
}

.CabModal_result_bg label {
max-width: 100%;
width: 100%;
height: 100%;
cursor: pointer;
}

.CabModal_result_bg label::before {
color: white;
content: "Фото";
position: absolute;
top: 0px;
left: 0px;
display: flex;
align-items: center;
justify-content: center;
font-size: 14px;
text-align: center;
width: 100%;
height: 100%;
z-index: 1;
}

.CabModal_result_blog label img {
width: 100%;
height: 100%;
display: none;
}

.CabModal_button_btn {
width: max-content;
background: rgba(255, 114, 114, 1);
padding: 5px 15px;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
transition: 0.2s ease;
}

.CabModal_button_btn:hover {
opacity: 0.8;
transition: 0.2s ease;
}

.add_btn {
background: rgba(139, 213, 255, 1);
}

.result_file {
display: none !important;
}

.CabModal_result_title {
position: absolute;
top: -25px;
}

.result_foto_delete, .buket_modal_delete {
position: absolute;
top: -5px;
right: -5px;
width: 20px;
height: 20px;
display: flex;
align-items: center;
justify-content: center;
padding: 10px;
background: #ebebeb;
border-radius: 50%;
font-size: 12px;
opacity: 0;
visibility: hidden;
z-index: -1;
}

.result_foto_delete:hover, .buket_modal_delete:hover {
background: rgba(255, 114, 114, 1);
color: white;
}

.result_foto_show {
opacity: 1;
visibility: visible;
z-index: 100;
}

.result_label_close::before {
z-index: -1 !important;
}

.modal-content {
background: #E8E7E7 !important;
}

.CabModal_add {
margin-top: 15px;
}

.service_blog {
display: none;
padding: 15px;
border-top: 1px solid rgb(159, 159, 159);
}

.add_service_button {
padding: 15px;
}

.CabModal_add_btn {
background: rgb(139 213 255);
padding: 5px 15px;
display: flex;
align-items: center;
justify-content: center;
gap: 10px;
max-width: max-content;
width: 100%;
margin-left: auto;
cursor: pointer;
}



.CabModal_list_item {
background: white;
padding: 10px;
cursor: pointer;
}

.CabModal_list_item_content {
display: flex;
align-items: center;
justify-content: space-between;
}

.CabModal_add_list {
display: flex;
align-items: center;
gap: 30px;
}

.CabModal_list_col {
width: 33%;
}

.add_service_active {
background: var(--design-bg);
color: white;
}

.CabModal_list_icon {
font-size: 18px;
transition: 0.2s ease;
}

.CabModal_list_blog {
cursor: pointer;
padding: 5px 0px;
}

.CabModal_list_active .CabModal_list_icon {
transform: rotate(180deg);
transition: 0.2s ease;
}

.CabModal_list_item_dropdown {
display: none;
}

.CabModal_list_header {
display: flex;
align-items: center;
justify-content: space-between;
}

.CabModal_add_right {
margin-top: 20px;
display: flex;
flex-direction: column;
justify-content: space-between;
}

.CabModal_add_right .CabModal_result_bg{
height: 105px;
}

.report-dropdown {
position: relative;
width: 150px;
height: 46px;
text-align: left;
cursor: pointer;
background: white;
color: black;
padding: 8px 12px;
font-size: 14px;
}

.report_option {
height: 100%;
display: flex;
align-items: center;
overflow: hidden;
}

.report-dropdown.report-active-creation .report_ul {
display: block;
left: 0px;
top: 100%;
position: absolute;
z-index: 1100;
transition: height 0.2s ease 0s;
cursor: pointer;
background: white;
border: 1px solid var(--design-bg);
min-width: 100%;
overflow-x: hidden;
}

.report-li {
padding: 5px;
}

.report-li:hover {
background: var(--design-bg);
color: white;
}

.product-main-name {
font-size: 16px;
}

.report-dropdown .report_ul {
position: relative;
top: 55px;
left: 0;
width: 100%;
background: #fff;
display: none;
}

.report_option:before {
content: "";
position: absolute;
top: 40%;
right: 14px;
width: 4px;
height: 4px;
border: 4px solid;
border-color: transparent transparent var(--design-bg) var(--design-bg);
transform: rotate(-45deg);
}

.report-dropdown.report-active-creation .report_option:before {
top: 46%;
transform: rotate(-225deg);
}

.CabModal_add_comment textarea{
margin-top: 10px;
min-height: 130px;
max-height: 130px;
}

.CabModal_add_button {
display: flex;
align-items: center;
justify-content: flex-end;
gap: 20px;
margin-top: 15px;
}

.add_service_btn {
padding: 5px 15px;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
}



.btn_save_disabled {
opacity: 0.8;
pointer-events: none;
}

.CabModal_agreed {
font-size: 18px;
font-weight: 500;
}

.CabModal_status {
display: flex;
align-items: center;
gap: 5px;
}

.CabModal_history_title {
font-size: 18px;
font-weight: 500;
}

.CabModal_history_item {
margin-top: 5px;
}

.CabModal_confirmation {
padding: 15px;
}

.CabModal_confirmation_button {
display: flex;
align-items: center;
justify-content: flex-end;
gap: 15px;
}

.confirmation_title {
font-size: 18px;
font-weight: 500;
}

.confirmation_comment textarea {
min-height: 130px;
max-height: 130px;
margin-top: 5px;
margin-bottom: 5px;
}
/* cabinet finish */

/* setting */

.setting_tel_flex {
display: flex;

}

.setting_tel_flex input{
max-width: 250px;
width: 100%;
font-size: 16px;
}

.setting_text {
padding-top: 15px;
max-width: 400px;
}

.setting_text a{
color: #1187c3;
}

.setting_tel_submit {
background: var(--design-bg);
color: white;
padding: 5px 15px;
height: 46px;
}

.setting_tabs {
display: flex;
align-items: center;
gap: 20px;
margin-top: 20px;

}

.setting_tabs_link {
position: relative;
background: #ffffff;
padding: 10px 24px;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
}

.setting_tabs_active {
background: #8BD5FF;
}

.setting_blog {
margin-top: 20px;
}

.setting_tabs_title {
font-size: 18px;
font-weight: 500;
padding-bottom: 5px;
display: flex;
align-items: center;
gap: 15px;
}

.buket_list {
display: flex;
align-items: center;
flex-wrap: wrap;
gap: 20px;
margin-top: 15px;
}

.buket_item {
background: white;
padding: 10px;
max-width: 234px;
width: 100%;
}

.buket_modal_btn {
padding: 5px 15px;
color: white;
background: #009f1a;
cursor: pointer;
font-size: 14px;
}

.buket_item_img {
position: relative;
background: rgba(176, 176, 176, 1);
width: 100px;
height: 100px;
}

.buket_item_img::before {
color: white;
content: "Фото";
position: absolute;
top: 0px;
left: 0px;
display: flex;
align-items: center;
justify-content: center;
font-size: 14px;
text-align: center;
width: 100%;
height: 100%;
z-index: 1;
}

.buket_item_flex {
display: flex;
align-items: baseline;
gap: 5px;
}

.buket_item_input input{
width: 18px;
height: 18px;
}

.buket_item_name {
font-size: 16px;
position: relative;
width: 145px;
font-weight: 600;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
}

.buket_item_amount {
display: flex;
align-items: center;
gap: 5px;
}

.buket_item_amount input {
max-width: 50px;
width: 100%;
border: none;
text-align: center;
background: transparent;
pointer-events: none;
}

.buket_modal_content {
padding: 20px;
}

.buket_modal_content .buket_modal_input input{
width: 300px;
}

.buket_modal_content .report-dropdown {
width: 300px;
margin-left: unset !important;

}

.buket_modal_img {
position: relative;
background: rgba(176, 176, 176, 1);
width: 150px;
height: 150px;
}

.buket_modal_img input {
display: none;
}

.buket_modal_label {
max-width: 100%;
width: 100%;
height: 100%;
cursor: pointer;
}

.buket_modal_label::before {
color: white;
content: "Фото";
position: absolute;
top: 0px;
left: 0px;
display: flex;
align-items: center;
justify-content: center;
font-size: 14px;
text-align: center;
width: 100%;
height: 100%;
z-index: 1;
}

.buket_modal_label img{
position: relative;
z-index: 5;
width: 100%;
height: 100%;
}

.payment_btn {
width: 100%;
height: 46px;
display: flex;
align-items: center;
justify-content: center;
font-weight: 500;
font-size: 16px;
border: none;
background: #9CDA8D;
cursor: pointer;
}



#payment_add {
background: #9CDA8D; 
}

#payment_add:hover {
background: #6cc556; 
}

#payment_close {
background: #dfdfdf;
color: #878787;
width: 75%;
}

#payment_close:hover {
background: #b1b1b1;
}

.buket_modal_all_price:hover {
  background: #d8d6d6;
}

/* setting finish */

/* table_mob */

.table_mob {
display: none;
}

.table_mob_item {
background: #ffffff;
padding: 10px;
margin-top: 15px;
}

.table_mob_header {
display: flex;
align-items: center;
justify-content: space-between;
font-weight: 600;
cursor: pointer;
}

.table_mob_header div {
pointer-events: none;
}

.table_mob_icon {
transition: 0.2s;
}

.table_mob_active .table_mob_icon {
transform: rotate(180deg);
transition: 0.2s;
}

.table_mob_dropdown {

display: none;
margin-top: 20px;
}

.table_dropdown_blog {
display: flex;
align-items: center;
justify-content: space-between;
margin-top: 10px;
}

.mob_text{
display: none;
}

.table_dropdown_val {
display: flex;
align-items: center;
gap: 10px;
}

/* table_mob finish */


.message_item_active {
position: absolute;
top: 2px;
right: 29px;
width: 12px;
height: 12px;
border-radius: 50%;
background: red;
animation: blink 2s infinite;
}

@keyframes blink {
0% {
opacity: 1;
}
50% {
opacity: 0;
}
100% {
opacity: 1;
}
}

.add_header {
background: #a9e2ff;
padding: 2px 10px;
}

.add_header_row {
display: flex;
justify-content: space-between;
gap: 30px;
}

.add_header_item_number a{
display: block;
margin-top: 5px;
}

.add_header_item_title {
font-size: 16px;
font-weight: 600;
}

.add_header_list_item {
display: flex;
align-items: center;
gap: 5px;
justify-content: space-between;
}

.add_header_item_name {
position: relative;
width:102px;
font-weight: 600;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
}

.add_header_price .add_header_item_name{
width: max-content;
}

.user_blog {
display: flex;
flex-direction: column;
justify-content: center;
}

.add_header_buket {
height: 110px;
overflow: auto;
}

.add_header_result {
margin-top: 10px;
font-weight: 600;
}

.add_slider {
margin-top: 20px;
}



.add_slider_content {
width: 100%;
display: flex;
flex-direction: column;
height: 100%;
}

.add_slider_col {
margin-bottom: 10px;
}

.add_slider_date_input {
width: 50%;
}

.add_slider_date_input input {
width: 100%;
height: 46px;
}

.add_slider_col_input input{
width: 100%;
}

.add_slider_button {
display: flex;
align-items: center;
justify-content: flex-end;
padding: 10px;
}

.add_slider_btn {
padding: 10px 15px;
font-weight: 500;
font-size: 16px;
}

#add_slider_right {
background: #FFE27B;
}

.close {
background: #FF7B7B;
}

#add_slider_left, #add_submit {
background: #49b740;
border: none;
}

#add_submit:hover {
background: #24b417;
}

.add_slider_buket_hidden {
height: 420px;
overflow: auto;
}

.add_slider_buket_list {
display: flex;
flex-wrap: wrap;
gap: 6px;
}

.slider_buket_item {
position: relative;
max-width: 185px;
width: 100%;
height: max-content;
background: white;
}

.buket_item_active {
background: rgb(208, 208, 208);
}

.slider_buket_content {
width: 100%;
padding: 10px;
position: relative;
z-index: 5;
}

.postcard_buket_item  {
padding: 10px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
max-width: 135px;
width: 100%;
background: white;
cursor: pointer;
} 

.postcard_buket_item .buket_item_name{
width: 105px;
}

.slider_buket_icon {
position: absolute;
top: 0;
right: 0;
width: 28px;
height: 28px;
display: none;
align-items: center;
justify-content: center;
padding: 10px;
background: #e8e8e8;
cursor: pointer;
z-index: 10;
}

.postcard_active {
background: #00FF29;
}


.delivery_list {
display: flex;
margin-bottom: 10px;
}

.delivery_item {
cursor: pointer;
background: #F1F1F1;
height: 46px;
width:max-content;
font-weight: 500;
display: flex;
align-items: center;
justify-content: center;
width: 50%;
}

.delivery_item:hover {
background: #8ce59b;
}

.delivery_active {
background: #8ce59b;
}

.add_slider_date_item input {
width: 130px;
}

.add_slider_flex, .add_date_flex {
display: flex;
justify-content: space-between;
gap: 30px;
margin-bottom: 7px;
}

.add_date_flex {
gap: 4px;
}

.add_slider_blog {
max-width: 350px;
width: 100%;
}

.add_slider_title {
font-size: 15px;
font-weight: 600;
display: flex;
height: 43px;
align-items: baseline;
gap: 11px;
color: #777777;
}

.add_slider_icon {
font-size: 25px;
}

.add_buket_btn {
background: white;
display: flex;
align-items: center;
justify-content: center;
max-width: 150px;
width: 100%;
height: 40px;
border-radius: none !important;
border: none;
}

.kass_item_title {
font-size: 16px;
font-weight: 500;
}


.kass_item_img {
width: 74px;
display: flex;
align-items: center;
justify-content: center;
}

.add_slider  {
background: #c6c6c6;
padding: 0px 10px;
}

.kass_modal_summ {
font-weight: 600;
font-size: 18px;
margin-bottom: 10px;
}

.kass_modal_rusult {
font-weight: 600;
font-size: 18px;
margin-top: 10px;
}

.kass_slider_title {
font-size: 18px;
font-weight: 600;
height: 37px;
display: flex;
align-items: center;
justify-content: center;
gap: 5px;
color: #777777;
}

.kass_item {
padding: 10px;
background: white;
width: 50%;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
}


.kass_active {
  background: #8ce59b;
}

.postcard_modal_content {
padding: 15px;
height: 100%;
display: flex;
flex-direction: column;
justify-content: space-between;
}

.postcard_modal_list {
display: flex;
align-items: center;
flex-wrap: wrap;
gap: 9px;
}

.buket_modal_button, .buket_kass_button {
margin-top: 10px;
display: flex;
align-items: center;
gap: 10px;
justify-content: flex-end;
}

.buket_modal_button {
gap: 15px;
}

.buket_list_content {
max-width: 100%;
}



.buket_item .buket_item_input input{
 display: block;
}

@media (min-width: 576px) {
.postcard_modal_dialog {
max-width: 87% !important;
}
}

.add_slider_btn_date {
margin-top: 10px;
}

.add_slider_btn_date {
display: flex;
align-items: center;
justify-content: space-between;
gap: 10px;
}

.btn_date {
width: 50%;
height: 46px;
display: flex;
align-items: center;
justify-content: center;
padding: 2px 10px;
}

.buket_modal_input {
display: flex;
justify-content: space-between;
gap: 10px;
}

.buket_modal_input input {
width: 135px;
}



.buket_modal_all_price {
width: 100px;
height: 46px;
display: flex;
align-items: center;
justify-content: center;
background: white;
cursor: pointer;
color: #878787;
}

.content_wrapper {
display: flex;
align-items: center;
}

.postcard_id_element {
width: 15px;
display: none;
align-items: center;
justify-content: center;
font-size: 14px;
}

.postcard_id_active .postcard_id_element {
display: flex;
margin-right: 7px;
}

.delivery_modal_item .buket_modal_input input{
width: 300px;
}

.delete_btn {
background: red;
border: none;
}

.buket_item_info {
cursor: pointer;
width: 100%;
}


.error_content {
    border-radius: var(--border-px)
}


.error,
.error_blog {
    position: absolute;
    top: 5%;
    right: 1%;
    z-index: 9999;
    max-width: 100%;
    width: 100%
}

.error_blog {
    position: fixed;
    max-width: 20%;
    left: 0;
    top: 0;
    height: max-content;
    right: 0;
    bottom: 0;
    margin: auto
}

.error_content {
    overflow: hidden;
    border: 1px solid var(--design-bg);
    background: #fff;
    z-index: 100
}

.error_content_header {
    width: 100%;
    padding: 18px 19px 18px 12px;
    height: 40px;
    background: var(--design-bg);
    font-size: 15px;
    color: #fff
}

.error_content_text {
    font-size: 16px;
    padding: 10px
}

.error_content_close,
.language-drop-header {
    cursor: pointer
}