.tw-container { max-width:1100px; }

.tw-card {
    background:#fff;
    padding:25px;
    border:1px solid #e2e4e7;
    border-radius:8px;
    margin-top:20px;
}

.tw-field {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 20px;
    
}

.tw-field label {
    width: 100px;
    font-weight: 600;
    padding-top: 8px;
    margin-bottom: 0; /* remove old spacing */
}

.tw-field input,
.tw-field select {
    flex: 1;
    padding: 8px 12px;
    border: 1px solid #ccd0d4;
    border-radius: 6px;
}

.tw-save { 
    /* text-align:right; */
     margin-top:20px; }

/* .tw-row { display:flex; gap:30px; margin-top:20px; } */
.tw-col { flex:1; }

.tw-preview {
    background:#f6f7f7;
    padding:20px;
    min-height:140px;
    border-radius:6px;
}

.tw-top-action {
    display:flex;
    justify-content:flex-end;
    margin-bottom:15px;
}

.tw-status-active { color:green; font-weight:600; }
.tw-status-inactive { color:red; font-weight:600; }


.tw-row {
    display: grid;
    /* grid-template-columns: 1fr 1fr; */
    gap: 30px;
    margin-bottom: 15px;
    margin-top: 20px;;
}



/* Toggle Switch */
.tw-switch {
    position: relative;
    display: inline-block;
    width: 46px;
    height: 24px;
}

.tw-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.tw-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: .3s;
    border-radius: 24px;
}

.tw-slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    transition: .3s;
    border-radius: 50%;
}

.tw-switch input:checked + .tw-slider {
    background-color: #2271b1;
}

.tw-switch input:checked + .tw-slider:before {
    transform: translateX(22px);
}


.tw-custom-select {
    position: relative;
    border: 1px solid #ccc;
    border-radius: 6px;
    background: #fff;
    cursor: pointer;
    width: 370px;
}

.tw-selected {
    padding: 10px;
}

.tw-options {
    display: none;
    position: absolute;
    width: 100%;
    background: #fff;
    border: 1px solid #ccc;
    /* border-top: none; */
    max-height: 250px;
    overflow-y: auto;
    z-index: 9999;
    margin-top: 5px;
    scrollbar-width: none;
}

.tw-option {
    padding: 10px;
    border-bottom: 1px solid #eee;
}

.tw-option:hover {
    background: #f5f5f5;
}

.tw-title {
    font-weight: 600;
}

.tw-desc {
    font-size: 12px;
    color: #777;
}


.tw-top-row {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.tw-left-col,
.tw-right-col {
    flex: 1;
    min-width: 300px;
}

.tw-preview-card {
    position: sticky;
    top: 20px;
}





.tw-top-row-one
{
 display:flex !important;
 gap:20px !important;
 align-items:flex-start !important;
}

.tw-col-one
{
    flex:1 !important; 
    min-width:300px !important;
}

.tw-card-one
{
    padding:33px 15px !important;
}

.tw-mar-tp
{
    margin-top:10px !important;
}

.txtarea-field
{
    width:76% !important;padding:10px !important; background: #fff !important;
}

.tw-field-one
{
  margin-top:15px;
 display:flex;
 align-items:center;
 gap:25px;  
}

.send_to_label
{
    min-width:90px;
 font-weight:600;
 margin:0;
}

.radio-btn-field
{
    display:flex;
 align-items:center;
 gap:6px;
 margin:0;
 white-space:nowrap;
}

.tw-mar-tp-0
{
    margin-top:0px;
}

.variable-sec
{
    padding:15px; 
    display:none;
}



.tw-card-one-line
{
  padding:15px; 
  position:sticky; 
  top:20px;
}

.template-preview-sec
{
    border:1px solid #ddd;
     padding:10px; 
     min-height:140px;
      flex:1;
}

.tw-mar-tp-20
{
    margin-top:20px;
}

.tw-field-two
{
    margin-bottom:10px; 
    display:flex;
     gap:10px; 
     align-items:center;
}
.static-css-one
{
    flex:1; 
    display:none;
}

.flex-property
{
     flex:1; 
}
.btn-property
{
    display:flex; 
    flex-direction:column; 
    flex:1; gap:5px;
}
.doc-style-one
{
    font-weight:600; 
    font-size:14px;
}
.doc-style-two
{
    font-size:12px; 
    color:#777;
}
.doc-btn-style
{
    padding:6px 14px;
    background:#25D366;
    color:#fff;
    text-decoration:none;
    border-radius:20px;
    font-size:12px;
    font-weight:600;
}
.w-120
{
width:120px;
}

.img-style
{
    max-width:100%; 
    margin-bottom:10px;
}
.vdo-style
{
    max-width:100%; 
    margin-bottom:10px;
}
.vdo-style-one
{
    border:1px solid #e0e0e0;
border-radius:10px;
padding:12px;
background:#ffffff;
margin-bottom:12px;
}
.vdo-style-two
{
    width:45px;
height:45px;
background:#f1f3f4;
border-radius:8px;
display:flex;
align-items:center;
justify-content:center;
font-size:22px;
}

.vdo-style-three
{
    display:flex; 
    align-items:center; 
    gap:12px;
}

.doc-style-three
{
    font-weight:600; 
    font-size:14px;
}

.doc-style-four
{
    font-size:12px; 
    color:#777;
}

.media-btn-css
{
    padding:6px 14px;
background:#25D366;
color:#fff;
text-decoration:none;
border-radius:20px;
font-size:12px;
font-weight:600;
}

.btn-border
{
    border-top:1px solid #e5e5e5;
}

.btn-css-one
{
    width:100%;
padding:12px 0;
background:none;
border:none;
border-bottom:1px solid #e5e5e5;
color:#0073aa;
font-weight:600;
font-size:14px;
cursor:pointer;
}

.variable-sec-one
{
    margin-bottom:10px; 
    display:block;
}
.media-file-css
{
    display:block; 
    margin-bottom:6px;
}

.media-file-css-one
{
    font-size:12px; 
    color:#666;
}
.btn-url-css
{
    margin-bottom:10px;
     display:flex;
     gap:10px;
     align-items:flex-start;
}
.dis-none
{
    display:none;
}

.media-file-css-two
{
    max-width:100%;
     margin-bottom:10px;
}

.doc-style-five
{
    border:1px solid #e0e0e0;
    border-radius:10px;
    padding:12px;
    background:#ffffff;
    margin-bottom:12px;"
}

.doc-style-six
{
    display:flex; 
    align-items:center; 
    gap:12px;
}
.doc-style-seven
{
    width:45px;
    height:45px;
    background:#f1f3f4;
    border-radius:8px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:22px;
}

.list-filter-css
{
    display:flex;
     justify-content:space-between;
     align-items:center;
     margin-bottom:10px;   
}

.list-mar-0
{
    margin:0;
}
.list-mar-b-15
{
    margin-bottom: 15px;
}

.list-mar-l-7
{
    margin-left: 8px !important;

}
.tw-logo-one
{
    text-align:center;
     padding:20px;
     margin-bottom:20px;
}

.tw-logo-two
{
    height:50px;
     width:auto;
     margin-bottom:15px;
     margin-top:15px;
}

.mar-b-10
{
    margin-bottom:10px;
}

.setup-style-one
{
    font-size:14px;
     line-height:1.5;
     margin-bottom:10px;
}

.setup-style-two
{
    color:#2271b1;
     text-decoration:none;
     font-weight:500;
}
.setup-style-three
{
    display:flex;
     gap:20px;
     flex-wrap:wrap;
}

.setup-style-four
{
    flex:1;
     min-width:350px;
     padding:20px;
}
.setup-w-100
{
    width: 100%;
}

.info-box-style
{
     margin-top:0px;
     display:flex;
     align-items:flex-start;
     gap:8px;
     background:#f0f6fc;
     border-left:3px solid #2271b1;
     padding:8px 10px;
     border-radius:6px;
     font-size:13px;
}

.info-box-style-one
{
    color:#2271b1;
     text-decoration:none;
     font-weight:500;
}

.setup-style-five
{
    flex:1;
     max-width:300px;
     padding:20px;
}

.mar-tp-0
{
    margin-top:0;
}

.setup-style-six
{
    font-size:13.5px; 
    line-height:1.5;
}
.setup-style-seven
{
    color:#2271b1; 
    text-decoration:none;
}

.mar-tp-2
{
    margin-top:2px;
}

.setup-style-eight
{
    color:#333;
}

.mar-btm-15
{
    margin-bottom: 15px !important;
}