.ui-dialog { z-index: 999009 !important ;}
.table-tcp tr td {
padding: 3px 6px;
color: white !important;
text-align: center;
border: none;
text-decoration: none;
font-size: 12px;
font-family: inherit;
cursor: pointer;
overflow: visible;
width: auto;
line-height: 12px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
white-space: nowrap;
background: #428bca;
font-weight: 200;
}
.tcp-popup-widget {
margin: 0;
padding: 0;
overflow: hidden;
}
.tcp-label-img{
width: 130px;
}
.tcp-label-img-select{
width: 110px;
} .tcp-point-popup {
display: none;
position: fixed;
z-index: 99999;
padding-top: 50px;
left: 0;
top: 0;
width: 100%;
height: 100%;
overflow: auto;
background-color: rgb(0, 0, 0);
background-color: rgba(0, 0, 0, 0.4);
}
.tcp-point-popup-content {
display: flex;
flex-direction: column;
position: relative;
background-color: #fefefe;
padding: 0;
border: 1px solid #888;
width: 95%;
height: 95%;
margin: auto;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.tcp-point-popup-buttons {
float: right;
}
.tcp-point-popup-btn:hover,
.tcp-point-popup-btn:focus {
color: #000;
text-decoration: none;
cursor: pointer;
}
.tcp-point-popup-header {
padding: 2px 16px;
color: white;
}
.tcp-point-popup-header h4 {
color: #1d2327 !important;
font-size: 1.3em !important;
margin: 1em 0 !important;
font-weight: 600 !important;
padding-left: 0 !important;
}
.tcp-point-popup-body {
display: flex;
flex-grow: 1;
padding: 10px;
}
.tcp-point-popup-footer {
float: right;
padding: 16px 16px;
color: white;
}
.tcp-widget-iframe {
height: 100%;
width: 100%;
border: none;
overflow: hidden;
}
.tcp-label-img-select {
max-width: 50px;
display: inline-block;
margin-right: 5px;
position: relative;
bottom: -6px;
}
.tsp-btn-below-rate {
display: flex;
align-items: center;
gap: 10px;
}
.tcp-label-img-select-below-rate {
height: 2.5em;
width: auto;
object-fit: contain;
}.fio_select{
padding: 10px;
border-bottom: 1px dashed #b9b8b8;
width: 100%;
box-sizing: border-box;
display: flex;
align-items: center;
}
.fio_select .fio_select_input {
padding: 9px;
}
.fio_select span{
font-weight: bold;
font-size: 16px;
padding-left: 5px;
}
.fio_select img {
height: 45px;
margin-right: 5px;
margin-left: 10px;
border-radius: 5px;
} .wc-block-components-checkout-step__content .wc-block-components-radio-control__label-group >span > span {
display:flex;
}
.wc-block-components-checkout-step__content .wc-block-components-radio-control__label-group >span > span img {
margin-right:5px;
}