.elementor-13 .elementor-element.elementor-element-af8c28b{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for container, class: .elementor-element-af8c28b */.hidden{
    display: none;
}
#tdt_email_template{
    background: #f1f4f9;
}
.tdt-email-template-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    box-sizing: border-box;
    border-bottom: 1px solid #ededed;
}
.tdt-email-template-header-left,
.tdt-email-template-header-right{
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 10px 20px;
}
.tdt-email-template-header-left img{
    width: 60px;
}


.tdt-email-template-header-toggle-button{
 background: #ededed;
 border-radius: 6px;
 padding: 6px;
 display: flex;
 align-items: center;
}
.tdt-email-template-header-toggle-btn{
    cursor: pointer;
    border: 1px solid #ededed;
    border-radius: 4px;
    width: 30px;
    height: 30px;
    
    display: flex;
    align-items: center;
    justify-content: center;
    
    transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
}
.tdt-email-template-header-toggle-btn:hover{
    border: 1px solid #aaa;
}
.tdt-email-template-header-toggle-desktop{
    background: #fff;
}

.tdt-email-template-header-control{
    display: flex;
    align-items: center;
    gap: 10px;
}
.tdt-email-template-header-button{
    cursor: pointer;
    color: #fff;
    background: #63748e;
    border-radius: 50px;
    padding: 8px 25px;
    
    transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
}
.tdt-email-template-header-button:hover{
    background: #314158;
}
.tdt-email-template-header-menu-container{
    position: relative;
    box-sizing: border-box;
    z-index: 10;
    
    display: flex;
    align-items: center;
}
.tdt-email-template-header-menu-icon{
    cursor: pointer;
    background: #ededed;
    border-radius: 6px;
    width: 30px;
    height: 30px;
    
    display: flex;
    align-items: center;
    justify-content: center;
}
.tdt-email-template-header-menu{
    position: absolute;
    top: calc(100% + 30px);
    right: 0px;
    width: 140px;
    list-style: none;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 6px;
    
    margin: 0;
    padding: 15px 10px;
}
.tdt-email-template-header-menu li{
    cursor: pointer;
    border-radius: 4px;
    margin-bottom: 5px;
    padding: 5px 10px;
    
    transition: background .5s ease-in-out;
    -o-transition: background .5s ease-in-out;
    -ms-transition: background .5s ease-in-out;
    -moz-transition: background .5s ease-in-out;
    -webkit-transition: background .5s ease-in-out;
}
.tdt-email-template-header-menu li:hover{
    background: #ededed;
}



.tdt-email-template-body{
    display: flex;
    justify-content: space-between;
}

.tdt-email-template-panel-component{
    width: 280px;
    background: #fff;
    box-sizing: border-box;
    box-shadow: 0 1px 1px rgba(0,0,0,0.5);
}
.tdt-email-template-panel-component-tab-container{
    display: flex;
    align-items: center;
    justify-content: space-around;
    border-bottom: 1px solid #ededed;
}
.tdt-email-template-panel-component-tab{
    cursor: pointer;
    text-align: center;
    border-bottom: 3px solid rgba(0,0,0,0);
    padding: 5px 10px;
    margin-bottom: -2px;
    width: 40%;
    
    transition: border-color .5s ease-in-out;
    -o-transition: border-color .5s ease-in-out;
    -ms-transition: border-color .5s ease-in-out;
    -moz-transition: border-color .5s ease-in-out;
    -webkit-transition: border-color .5s ease-in-out;
}
.tdt-email-template-panel-component-tab:hover{
    border-bottom: 3px solid #ddd;
}
.tdt-email-template-panel-component-tab-widget{
    border-bottom: 3px solid #00a5f4!important;
}

.tdt-email-template-widget{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
    padding: 15px;
}
.tdt-email-template-widget-card{
    cursor: grab;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 120px;
    height: 80px;
    font-size: 12px;
    border: 1px solid #ededed;
    border-radius: 6px;
    
    transition: background .5s ease-in-out;
    -o-transition: background .5s ease-in-out;
    -ms-transition: background .5s ease-in-out;
    -moz-transition: background .5s ease-in-out;
    -webkit-transition: background .5s ease-in-out;
}
.tdt-email-template-widget-card:hover{
    background: #b8e6fe;
}
.tdt-email-template-widget-card i{
    font-size: 28px;
}

.tdt-email-template-canvas-container{
    padding: 20px;
}
.tdt-email-template-canvas{
    width: 800px;
    min-height: 400px;
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.15);
}




.tdt-email-template-properties{
    background: #fff;
    box-shadow: 0 1px 1px rgba(0,0,0,0.5);
    width: 320px;
}
.tdt-email-template-property-panel{
    
}

.tdt-email-template-widget-property-panel{
    border-bottom: 1px solid #ededed;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.tdt-email-template-widget-property-panel h4{
    text-transform: uppercase;
    font-size: 16px;
    margin: 0;
}
.tdt-email-template-widget-property-panel p{
    font-size: 14px;
    margin: 0;
}
.tdt-email-template-property-panel-tab-container{
    padding: 10px;
}
.tdt-email-template-property-panel-tab-container div{
    background: #e1e8f0;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px;
}
.tdt-email-template-property-panel-tab{
    font-size: 14px;
    font-weight: 500;
    color: #45556c;
    border: none;
    padding: 8px 20px;
}
.tdt-email-template-property-panel-tab:hover{
    color: #2b2b2b;
    border: none;
    background: #f1f4f9;
}
.property-tab-active{
    color: #2b2b2b!important;
    background: #fff!important;
}

.tdt-email-template-property{
    
}
.tdt-email-template-property-content-setting{
    
}
.tdt-email-template-property-style-setting{
    
}
.tdt-email-template-property-advanced-setting{
    
}/* End custom CSS */