@media (min-width: 992px){ #sendmail-modal .modal-lg{ max-width: 70%; } } .sendmail-setting-form .trumbowyg-editor { background-color: #fff; padding: 10px; } .sendmail-header label{ text-align: left; font-size: 10px; width: 75px; font-weight: bold; color: #9cadc0; text-transform: uppercase; display: flex; } .sendmail-header .form-control{ border-radius: 2rem !important; } .sendmail-header .form-control:focus, .sendmail-header .form-control:active { } .sendmail-header .recipientBox li > .input-group .form-control{ } .sendmail-header .recipientBox li > .input-group .form-control:focus, .sendmail-header .recipientBox li > .input-group .form-control:active{ } .sendmail-header ul{ list-style-type: none; padding: 0; } #sendmail-modal .modal-content{ box-shadow: 0 0 40px rgba(0,0,0,0.5); border-radius: 0; min-height: 500px; border: 0; border-top-left-radius: calc(0.3rem - 1px); border-top-right-radius: calc(0.3rem - 1px); } #sendmail-modal .modal-header{ background:#222222; } #sendmail-modal .modal-header .btn-close{ color: #9cadc0; } #sendmail-modal .modal-title{ font-size: 12px; font-weight: bold; margin-top: 5px; padding: 0px; color: #9cadc0; text-transform: uppercase; } #sendmail-modal .modal-footer{ background: #f0f6fc; } #sendForm > div.row { background: #f0f6fc; } #sendmail-modal #attachments { display: flex; flex-direction: column; color: #bdc2c6; border-radius: 1rem; background-color: #ffffff; text-align: left; padding: 0; margin: 0 !important; } #sendmail-modal #attachments[data-type="dropzone"] > ul { font-size: 0.9em; padding-bottom: 0.5rem; } #sendmail-modal #attachments[data-type="dropzone"] > ul > li { position: relative; border: 0; margin: 0.1rem 0.5rem; padding: 0; border-radius: 2rem; transition: background 0.05s linear; } #sendmail-modal #attachments[data-type="dropzone"] > ul > li:hover a{ color: #326ba4; } #sendmail-modal #attachments[data-type="dropzone"] > ul > li:hover { color: #326ba4; background: hsl(210, 67%, 91%); } #sendmail-modal #attachments[data-type="dropzone"] > ul > li > i:first-of-type { margin-left: 10px; } #sendmail-modal #attachments[data-type="dropzone"] > ul > li > i.pointer { right: 10px; } #sendmail-modal #attachments a { color: #7daad7; text-decoration: none; background-color: transparent; transition: color 0.05s linear; word-break: break-all; } #sendmail-modal .trumbowyg-button-pane{ background: #f0f6fc; border-bottom: 0; } #sendmail-modal .trumbowyg-box, #sendmail-modal .trumbowyg-editor{ border: 0; } #sendmail-modal .trumbowyg-editor { background-color: transparent; } #sendmail-modal .modal-body { padding: 0; } .sendmail-autocomplete-mail{ color: #5482aa; font-size: 12px; } .sendmail-autocomplete-line strong{ padding: 0 2px; background-color: #ffffcf; color: #ae8100; font-weight: normal; } .sendmail-header .recipient-type button{ width: 55px; text-align: left; font-size: 10px; font-weight: bold; color: #9cadc0 !important; padding: 0; text-transform: uppercase; border-radius: 0; background: transparent !important; border:0 !important; } .sendmail-header .recipient-type div.dropdown-menu{ width: 52px !important; min-width: 0; } .sendmail-header .recipient-type a.dropdown-item{ color: #9cadc0 !important; background-color: transparent !important; font-size:12px !important; text-align:left; } .sendmail-header .recipient-type a.dropdown-item:hover{ background-color: rgb(240, 246, 252) !important; }