/*========================================================================================
* +-+-+-+-+-+ Project    : MAIL3B
* +-+-+-+-+-+ Author     : MAIL3B.COM
* +-+-+-+-+-+ Version    : V1.0
========================================================================================*/

.hiddenItem{display:none!important}.text-right{text-align:right}div.background{background-color:#328369 !important;background-repeat:no-repeat!important;background-position:center!important;background-size:cover!important;width:100%;height:100vh;}aside{width:200px!important;background-image:url(database\Assets\background.jpg)!important;background-repeat:no-repeat!important;background-position:center!important;background-size:cover!important}aside:before{display:block;content:"";position:absolute;width:100%;height:100vh;background-color:rgba(14,110,184,.3)!important}aside a.item{color:#fff!important;padding-top:16px!important;padding-bottom:16px!important}aside a.item:focus{outline:none!important}aside a.item:first-child{text-align:center}aside a.item:first-child img{display:initial;width:auto}aside a.item:last-child:before{display:none}aside a.item:last-child div.label{color:#fff!important;font-weight:400;font-size:12px}div.pusher{width:calc(100% - 200px)!important;-webkit-transform:translate3d(200px,0,0)!important;transform:translate3d(200px,0,0)!important;padding:0 20px}section > div.breadcrumb{padding-top:2em;margin:0}div.breadcrumb a:not(:hover),h4 a{color:#00b5ad!important;outline:none!important;font-weight:400!important}h4 a:hover{cursor:pointer!important}div.segment:nth-child(2) > div.fields,div.segment:nth-child(2) > div.field>div.fields,div.segment:nth-child(5) > div.fields,div.segment:nth-child(8) > div.fields,div.segment:nth-child(14) div.fields:nth-child(2){margin-bottom:0!important}div.segment:nth-child(8) > div.fields > div.field > div.field{margin-bottom:1em!important}div.segment:nth-child(8) h5{margin-bottom:8px;font-size:13px}div.segment:nth-child(8) span{display:inline-block;width:110px}div.segment:nth-child(20){margin-bottom:2rem!important;overflow-y:auto}div.segment:nth-child(20).show{height:355px}div.segment:nth-child(20) div.segment:first-child{margin-top:0!important}div.segment:nth-child(20) div.segment:last-child{margin-bottom:0!important}div.segment:not(.attached){margin:20px 0!important}div.dropdown,div.dropdown i{padding-top:14px!important;padding-bottom:14px!important}input{height:45px!important}textarea[name="server"],textarea[name="headers"]{height:126px!important}textarea[name="feedsWrapper"]{height:210px!important}textarea[name="letter"],textarea[name="recipients"],textarea[name="failures"],iframe.preview{height:300px!important}div.instruction{padding:15px;background-color:#f3f4f5;border:1px solid rgba(34,36,38,.15);border-radius:.28571429rem}div.instruction>small a{color:#00b5ad!important}iframe.preview{width:100%;overflow-y:auto;border:1px solid rgba(34,36,38,.15);border-radius:.28571429rem}iframe.preview html,iframe.preview body{margin:0;padding:0}div.ui.toggle.checkbox input:focus:checked~label:before,div.ui.toggle.checkbox input:checked~label:before{background-color:#328369!important}div.ui.toggle.checkbox label{font-weight:400}section table.status td.green{color:#328369}section table.status td.red{color:#DB2828}section table.status td.orange{color:#F2711C}section table.status pre{margin:0}
.logout {
    padding: 10px 20px;          /* Standard padding */
    background-color: #328369;   /* Green background */
    color: white;                /* White text color */
    font-size: 16px;             /* Readable font size */
    font-weight: bold;           /* Bold text for prominence */
    border: none;                /* No border */
    border-radius: 5px;          /* Rounded corners */
    cursor: pointer;            /* Pointer cursor to indicate it is clickable */
    text-align: center;          /* Centered text inside the button */
    display: inline-block;       /* Align as a button */
  }
  
  .logout:hover {
    background-color: #276c54;   /* Darker green on hover for visual feedback */
  }