.tlh_container_main {
display: flex;
width: 100%;
}
.tlh_container {
background: #fff;
border: 1px solid #d3d3d3;
padding: 30px;
border-radius: 5px;
margin-top: 20px;
width: 70%;
margin-right: 20px;
}
.tlh_container_contact {
width: calc(30% - 40px);
margin-right: 20px;
background: #fff;
border: 1px solid #d3d3d3;
padding: 30px;
margin-top: 20px;
border-radius: 5px;
height: fit-content;
}
@media (max-width: 1200px) {
.tlh_container_main {
display: block;
}
.tlh_container, .tlh_container_contact {
width: calc(100% - 110px);
max-width: calc(100% - 110px);
margin-right: 20px;
margin-left: 20px;
margin-bottom: 20px;
}
}
body .tlh_container #setting-error-settings_updated {
margin: 30px 0 !important;
border: 0 !important;
background-color: #56a64c !important;
border-radius: 2px !important;
color: #fff !important;
padding: 20px !important;
}
body .tlh_container #setting-error-settings_updated p {
margin: 0 !important;
padding: 0 !important;
}
body .tlh_container #setting-error-settings_updated button {
padding: 0 !important;
}
body .tlh_container #setting-error-settings_updated .notice-dismiss:before {
color: #fff !important;
padding: 20px !important;
}
.tlh_container .tlh_container_inner {
background: #f5f5f5;
padding: 30px 30px 10px 30px;
border-radius: 5px;
}
.tlh_container .tlh_container_inner .form-table {
background: #fff;
padding: 10px 30px;
display: block;
border-radius: 5px;
margin-bottom: 30px;
}
.tlh_container .tlh_container_inner .form-table tbody {
width: 100%;
display: block;
}
.tlh_container .tlh_container_inner .form-table tr {
border-bottom: 1px solid #f3f3f3;
width: 100%;
display: block;
}
.tlh_container .tlh_container_inner .form-table tr:last-child {
border-bottom: 0px solid #f3f3f3;
}
.tlh_container .tlh_title {
margin: 30px 0;
}
.tlh_container .tlh_desc {
margin-bottom: 0;
width: 300px;
padding-bottom: 30px;
}
.tlh_container .tlh_label_desc {
margin-top: 20px;
max-width: 600px;
}
.tlh_container .tlh_label_tip {
background: #f5f5f5;
padding: 20px;
border-radius: 5px;
height: fit-content;
width: fit-content;
display: block;
}
.tlh_container_main .tlh_link {
color: #fbc30d;
}
body .tlh_container .button-primary {
color: #2d2c36 !important;
background-color: #fbc30d !important;
border-color: #fbc30d !important;
font-weight: 700 !important;
padding: 15px 25px !important;
}
.tlh_label_title {
font-weight: 600;
margin-bottom: 20px !important;
display: block;
} .switch {
position: relative;
display: inline-block;
width: 60px;
height: 34px;
}
.switch input {
opacity: 0;
width: 0;
height: 0;
}
.slider {
position: absolute;
cursor: pointer;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #ccc;
-webkit-transition: .4s;
transition: .4s;
}
.slider:before {
position: absolute;
content: "";
height: 26px;
width: 26px;
left: 4px;
bottom: 4px;
background-color: white;
-webkit-transition: .4s;
transition: .4s;
}
input:checked + .slider {
background-color: #fbc30d;
}
input:focus + .slider {
box-shadow: 0 0 1px #fbc30d;
}
input:checked + .slider:before {
-webkit-transform: translateX(26px);
-ms-transform: translateX(26px);
transform: translateX(26px);
}
.slider.round {
border-radius: 34px;
}
.slider.round:before {
border-radius: 50%;
} .tlh_container .tlh_container_inner .form-table input[type=text], .tlh_container .tlh_container_inner .form-table input[type=password] {
width: 400px;
padding: 8px 13px;
}