<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*  ----------------------------------------------------------------------------
    responsive settings
*/
/* responsive landscape tablet */
/* responsive portrait tablet */
/* responsive portrait phone */
.tdb-s-page-sec:not(:last-child) {
  margin-bottom: 35px;
  padding-bottom: 35px;
  border-bottom: 1px solid #EBEBEB;
}
.tdb-s-page-sec-header {
  margin-bottom: 35px;
}
.tdb-s-page-sec-header .tdb-s-notif {
  margin-top: 25px;
}
.tdb-spsh-row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.tdb-spsh-col {
  padding: 0 10px;
}
body h2.tdb-spsh-title {
  margin: 0;
  font-family: inherit;
  font-size: 1.429em;
  font-weight: 500;
  line-height: 1.2;
  color: #1d2327;
}
.tdb-spsh-descr {
  margin-top: 11px;
  font-size: .929em;
  line-height: 1.4;
  color: #555D66;
}
.tdb-s-page-sec-content {
  position: relative;
}
.tdb-s-page-sec-content .tdb-s-notif-error:not(:first-child) {
  margin-top: 40px;
}
.tdb-s-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-color: #0489FC;
  min-width: 100px;
  padding: 14px 24px 16px;
  font-size: 1em;
  line-height: 1;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  color: #fff;
  border: 0;
  border-radius: 5px;
  outline: 3px solid transparent;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out, outline-color 0.2s ease-in-out;
  -webkit-appearance: none;
  cursor: pointer;
}
.tdb-s-btn svg {
  position: relative;
  width: .9em;
  height: auto;
  margin-right: .5em;
}
.tdb-s-btn:hover,
.tdb-s-btn:active {
  background-color: #152BF7;
}
.tdb-s-btn:active:not(:disabled) {
  outline-color: rgba(21, 43, 247, 0.2);
}
.tdb-s-btn:disabled {
  background-color: #9ACFFD;
  pointer-events: none;
}
.tdb-s-btn.tdb-s-btn-saving:after {
  content: '';
  position: relative;
  width: 12px;
  height: 12px;
  margin-left: 15px;
  border: 1px solid #fff;
  border-left-color: transparent;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: fullspin 1s infinite ease-out;
  animation: fullspin 1s infinite ease-out;
  z-index: 2;
  transition: border-top-color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
}
.tdb-s-btn.tdb-s-btn-saved {
  background-color: #9ACFFD;
  pointer-events: none;
}
.tdb-s-btn.tdb-s-btn-saved:after {
  content: url('data:image/svg+xml; utf8, &lt;svg xmlns="http://www.w3.org/2000/svg" width="12" height="8.875" viewBox="0 0 12 8.875"&gt;&lt;path d="M7.125,13.875a1,1,0,0,1-.707-.293L3.293,10.457A1,1,0,0,1,4.707,9.043l2.418,2.418,6.168-6.168a1,1,0,0,1,1.414,1.414L7.832,13.582A1,1,0,0,1,7.125,13.875Z" transform="translate(-3 -5)" fill="%23fff"/&gt;&lt;/svg&gt;');
  width: 14px;
  height: auto;
  border: 0;
  -webkit-animation: none;
  animation: none;
}
.tdb-s-btn-hollow {
  min-width: 96px;
  padding: 12px 22px 14px;
  background-color: transparent;
  color: #444;
  border: 2px solid #A8AAB8;
}
.tdb-s-btn-hollow:hover,
.tdb-s-btn-hollow:active {
  background-color: transparent;
  color: #0489FC;
  border-color: #0489FC;
}
.tdb-s-btn-hollow:active:not(:disabled) {
  outline-color: rgba(4, 137, 252, 0.2);
}
.tdb-s-btn-hollow:disabled {
  background-color: transparent;
  color: #B3B3B3;
  border-color: #D3D4DB;
}
.tdb-s-btn-hollow.tdb-s-btn-saving:after {
  border-top-color: #444;
  border-bottom-color: #444;
}
.tdb-s-btn-hollow.tdb-s-btn-saving:hover:after {
  border-top-color: #0489FC;
  border-bottom-color: #0489FC;
}
.tdb-s-btn-hollow.tdb-s-btn-saved {
  background-color: transparent;
  color: #B3B3B3;
}
.tdb-s-btn-hollow.tdb-s-btn-saved:after {
  content: url('data:image/svg+xml; utf8, &lt;svg xmlns="http://www.w3.org/2000/svg" width="12" height="8.875" viewBox="0 0 12 8.875"&gt;&lt;path d="M7.125,13.875a1,1,0,0,1-.707-.293L3.293,10.457A1,1,0,0,1,4.707,9.043l2.418,2.418,6.168-6.168a1,1,0,0,1,1.414,1.414L7.832,13.582A1,1,0,0,1,7.125,13.875Z" transform="translate(-3 -5)" fill="%23B3B3B3"/&gt;&lt;/svg&gt;');
}
.tdb-s-btn-sm {
  min-width: 76px;
  padding: 10px 19px 12px;
  font-size: .929em;
}
.tdb-s-btn-sm svg {
  top: 1px;
}
.tdb-s-btn-sm.tdb-s-btn-saving:after {
  width: 11px;
  height: 11px;
  margin-left: 13px;
}
.tdb-s-btn-sm.tdb-s-btn-saving:not(.tdb-s-btn-saved):after {
  top: 1px;
}
.tdb-s-btn-sm.tdb-s-btn-saved:after {
  content: url('data:image/svg+xml; utf8, &lt;svg xmlns="http://www.w3.org/2000/svg" width="10" height="7.5" viewBox="0 0 10 7.5"&gt;&lt;path d="M6.5,12.5a1,1,0,0,1-.707-.293l-2.5-2.5A1,1,0,0,1,4.707,8.293L6.5,10.086l4.793-4.793a1,1,0,0,1,1.414,1.414l-5.5,5.5A1,1,0,0,1,6.5,12.5Z" transform="translate(-3 -5)" fill="%23fff" opacity="0.8"/&gt;&lt;/svg&gt;');
  top: -2px;
}
.tdb-s-btn-sm.tdb-s-btn-hollow {
  min-width: 72px;
  padding: 8px 17px 10px;
}
.tdb-s-btn-sm.tdb-s-btn-hollow.tdb-s-btn-saved:after {
  content: url('data:image/svg+xml; utf8, &lt;svg xmlns="http://www.w3.org/2000/svg" width="10" height="7.5" viewBox="0 0 10 7.5"&gt;&lt;path d="M6.5,12.5a1,1,0,0,1-.707-.293l-2.5-2.5A1,1,0,0,1,4.707,8.293L6.5,10.086l4.793-4.793a1,1,0,0,1,1.414,1.414l-5.5,5.5A1,1,0,0,1,6.5,12.5Z" transform="translate(-3 -5)" fill="%23B3B3B3" opacity="0.8"/&gt;&lt;/svg&gt;');
}
body .tdb-s-form .tdb-s-fc-inner {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -13px;
}
body .tdb-s-form .tdb-s-fc-inner:not(:last-child) {
  margin-bottom: 28px;
}
body .tdb-s-form .tdb-s-fc-inner:not(:last-child):after {
  content: '';
  display: block;
  margin: 28px 13px 0;
  width: 100%;
  height: 1px;
  background-color: #efefef;
}
body .tdb-s-form .tdb-s-fc-inner-title {
  display: flex;
  width: 100%;
  margin: 0 0 20px;
  padding: 0 13px;
  font-size: .929em;
  font-weight: 500;
  line-height: 1.2;
  color: #1d2327;
}
body .tdb-s-form .tdb-s-fc-inner-title span {
  background-color: #f1f1f1;
  border-radius: 3px;
  padding: 4px 7px 6px;
}
body .tdb-s-form .tdb-s-form-label {
  position: relative;
  display: block;
  margin-bottom: 8px;
  font-size: .929em;
  line-height: 1;
  font-weight: 600;
  color: #666;
}
body .tdb-s-form .tdb-s-form-input {
  margin: 0;
  padding: 0 15px 1px;
  width: 100%;
  height: 44px;
  min-height: 44px;
  font-size: 1em;
  line-height: 1.3;
  font-weight: 600;
  color: #444;
  border: 2px solid #D7D8DE;
  border-radius: 5px;
  outline: 3px solid transparent;
  box-shadow: none;
  transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out, outline-color 0.2s ease-in-out;
}
body .tdb-s-form .tdb-s-form-input:-webkit-autofill,
body .tdb-s-form .tdb-s-form-input:-webkit-autofill:hover,
body .tdb-s-form .tdb-s-form-input:-webkit-autofill:focus,
body .tdb-s-form .tdb-s-form-input:-webkit-autofill:active {
  -webkit-text-fill-color: #444;
  -webkit-box-shadow: 0 0 0 1000px white inset !important;
}
body .tdb-s-form .tdb-s-form-input::placeholder {
  color: #444;
  transition: color 0.2s ease-in-out;
}
body .tdb-s-form .tdb-s-form-input::-webkit-input-placeholder {
  color: #444;
  transition: color 0.2s ease-in-out;
}
body .tdb-s-form .tdb-s-form-input::-moz-placeholder {
  color: #444;
  transition: color 0.2s ease-in-out;
}
body .tdb-s-form .tdb-s-form-input:-ms-input-placeholder {
  color: #444;
  transition: color 0.2s ease-in-out;
}
body .tdb-s-form .tdb-s-form-input:-moz-placeholder {
  color: #444;
  transition: color 0.2s ease-in-out;
}
body .tdb-s-form .tdb-s-form-input:hover {
  color: inherit;
}
body .tdb-s-form .tdb-s-form-input:focus {
  box-shadow: none;
}
body .tdb-s-form .tdb-s-form-group:not(.tdb-s-fg-error) .tdb-s-form-input:focus:not([readonly]) {
  border-color: #0489FC !important;
  outline-width: 3px;
  outline-style: solid;
  outline-color: rgba(4, 137, 252, 0.1);
}
body .tdb-s-form .tdb-s-form-group:not(.tdb-s-fg-error) .tdb-s-form-input[readonly]:not(.tdb-s-form-input-date),
body .tdb-s-form .tdb-s-form-group:not(.tdb-s-fg-error) .tdb-s-form-input:disabled {
  color: #BEBEBE;
  border-color: #E8E9EC;
}
body .tdb-s-form .tdb-s-form-group:not(.tdb-s-fg-error) .tdb-s-form-input[readonly]:not(.tdb-s-form-input-date)::placeholder,
body .tdb-s-form .tdb-s-form-group:not(.tdb-s-fg-error) .tdb-s-form-input:disabled::placeholder {
  color: #BEBEBE;
}
body .tdb-s-form .tdb-s-form-group:not(.tdb-s-fg-error) .tdb-s-form-input[readonly]:not(.tdb-s-form-input-date)::-webkit-input-placeholder,
body .tdb-s-form .tdb-s-form-group:not(.tdb-s-fg-error) .tdb-s-form-input:disabled::-webkit-input-placeholder {
  color: #BEBEBE;
}
body .tdb-s-form .tdb-s-form-group:not(.tdb-s-fg-error) .tdb-s-form-input[readonly]:not(.tdb-s-form-input-date)::-moz-placeholder,
body .tdb-s-form .tdb-s-form-group:not(.tdb-s-fg-error) .tdb-s-form-input:disabled::-moz-placeholder {
  color: #BEBEBE;
}
body .tdb-s-form .tdb-s-form-group:not(.tdb-s-fg-error) .tdb-s-form-input[readonly]:not(.tdb-s-form-input-date):-ms-input-placeholder,
body .tdb-s-form .tdb-s-form-group:not(.tdb-s-fg-error) .tdb-s-form-input:disabled:-ms-input-placeholder {
  color: #BEBEBE;
}
body .tdb-s-form .tdb-s-form-group:not(.tdb-s-fg-error) .tdb-s-form-input[readonly]:not(.tdb-s-form-input-date):-moz-placeholder,
body .tdb-s-form .tdb-s-form-group:not(.tdb-s-fg-error) .tdb-s-form-input:disabled:-moz-placeholder {
  color: #BEBEBE;
}
body .tdb-s-form .tdb-s-form-group:not(.tdb-s-fg-error) .tdb-s-form-input[readonly] {
  background-color: #fff;
}
body .tdb-s-form .tdb-s-form-check input {
  display: none;
}
body .tdb-s-form .tdb-s-form-check label {
  display: flex;
  align-items: flex-start;
}
body .tdb-s-form .tdb-s-form-check .tdb-s-fc-check {
  position: relative;
  margin-right: 10px;
  width: 19px;
  height: 19px;
  background-color: #fff;
  border: 2px solid #D7D8DE;
  outline: 3px solid transparent;
  transition: border-color 0.2s ease-in-out, outline-color 0.2s ease-in-out;
  cursor: pointer;
}
body .tdb-s-form .tdb-s-form-check .tdb-s-fc-check:after {
  content: '';
  position: absolute;
  top: 3px;
  left: 3px;
  width: 9px;
  height: 9px;
  background-color: #0489FC;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}
body .tdb-s-form .tdb-s-form-check .tdb-s-fc-title {
  flex: 1;
  font-size: 1em;
  line-height: 1.3;
  font-weight: 600;
  color: #444;
  cursor: pointer;
}
body .tdb-s-form .tdb-s-form-check input[type=checkbox] + .tdb-s-fc-check {
  border-radius: 5px;
}
body .tdb-s-form .tdb-s-form-check input[type=checkbox] + .tdb-s-fc-check:after {
  border-radius: 3px;
}
body .tdb-s-form .tdb-s-form-check input[type=radio] + .tdb-s-fc-check,
body .tdb-s-form .tdb-s-form-check input[type=radio] + .tdb-s-fc-check:after {
  border-radius: 100%;
}
body .tdb-s-form .tdb-s-form-check input:checked + .tdb-s-fc-check {
  border-color: #0489FC;
  outline-color: rgba(4, 137, 252, 0.1);
}
body .tdb-s-form .tdb-s-form-check input:checked + .tdb-s-fc-check:after {
  opacity: 1;
}
body .tdb-s-form .tdb-s-form-check input[disabled] + .tdb-s-fc-check,
body .tdb-s-form .tdb-s-form-check input[disabled] + .tdb-s-fc-check + .tdb-s-fc-title {
  pointer-events: none;
}
body .tdb-s-form .tdb-s-form-check input[disabled] + .tdb-s-fc-check {
  border-color: #9ACFFD;
}
body .tdb-s-form .tdb-s-form-check input[disabled] + .tdb-s-fc-check + .tdb-s-fc-title {
  color: #BEBEBE;
}
body .tdb-s-form .tdb-s-form-check input[disabled]:checked + .tdb-s-fc-check {
  outline-color: rgba(4, 137, 252, 0.08);
}
body .tdb-s-form .tdb-s-form-check input[disabled]:checked + .tdb-s-fc-check:after {
  background-color: #9ACFFD;
}
body .tdb-s-form .tdb-s-form-group {
  position: relative;
  width: 100%;
  padding: 0 13px;
}
body .tdb-s-form .tdb-s-form-group:not(:last-child) {
  margin-bottom: 28px;
}
body .tdb-s-form .tdb-s-form-group-sm .tdb-s-form-label {
  font-size: .857em;
  margin-bottom: 6px;
}
body .tdb-s-form .tdb-s-form-group-sm .tdb-s-form-input {
  padding: 0 10px 2px;
  height: 36px;
  min-height: 36px;
  font-size: .929em;
}
body .tdb-s-form .tdb-s-form-group-sm .tdb-s-form-check .tdb-s-fc-check {
  width: 17px;
  height: 17px;
}
body .tdb-s-form .tdb-s-form-group-sm .tdb-s-form-check .tdb-s-fc-check:after {
  top: 2px;
  left: 2px;
}
body .tdb-s-form .tdb-s-form-group-sm .tdb-s-form-check .tdb-s-fc-title {
  font-size: 13px;
  line-height: 1.2;
}
body .tdb-s-form .tdb-s-fg-error .tdb-s-form-input {
  border-color: #FF0000;
  outline-color: rgba(255, 0, 0, 0.1);
}
body .tdb-s-form .tdb-s-fg-error-msg {
  position: absolute;
  top: calc(100% + 3px);
  left: 0;
  width: 100%;
  padding: 0 13px;
  font-size: .786em;
  line-height: 1.3;
  color: #FF3838;
}
body .tdb-s-form .tdb-s-form-content .tdb-s-notif {
  margin-top: 32px;
}
.tdb-s-notif {
  position: relative;
  padding: 25px;
  border-radius: 3px;
}
.tdb-s-notif,
.tdb-s-notif *:not(.tdb-s-btn) {
  font-size: 1em;
  line-height: 1.4;
}
.tdb-s-notif b {
  font-weight: 600;
}
.tdb-s-notif-descr:not(:last-child) {
  margin-bottom: 6px;
}
.tdb-s-notif-info,
.tdb-s-notif-notice {
  background-color: rgba(89, 98, 107, 0.08);
  color: #59626B;
}
.tdb-s-notif-warning {
  background-color: rgba(215, 133, 0, 0.12);
  color: #d78500;
}
.tdb-s-notif-error {
  background-color: rgba(255, 56, 56, 0.12);
  color: #ff3838;
}
.tdb-s-notif-xxsm {
  padding: 5px 10px 6px;
}
.tdb-s-notif-xxsm,
.tdb-s-notif-xxsm *:not(.tdb-s-btn) {
  font-size: .857em;
  line-height: 1.3;
}
.tdb-s-table {
  width: 100%;
  border: none;
  border-collapse: collapse;
  border-spacing: 0;
}
@media (max-width: 1018px) {
  .tdb-s-table {
    display: block;
  }
}
@media (max-width: 1018px) {
  .tdb-s-table-row {
    display: block;
  }
}
.tdb-s-table-col {
  position: relative;
  padding: 0;
  border: none;
  /* responsive tablet + desktop */
}
@media (min-width: 1019px) {
  .tdb-s-table-col:first-child {
    padding-left: 10px;
  }
  .tdb-s-table-col:not(:last-child):not(.tdb-s-table-col-expand) {
    padding-right: 15px;
  }
  .tdb-s-table-col:last-child {
    padding-right: 10px;
  }
}
@media (max-width: 1018px) {
  .tdb-s-table-col {
    display: flex;
    align-items: baseline;
    width: 100%;
  }
}
.tdb-s-table-col-label {
  width: 35%;
  margin-right: 10px;
  padding-right: 10px;
  color: #555D66;
  /* responsive tablet + desktop */
}
@media (min-width: 1019px) {
  .tdb-s-table-col-label {
    display: none;
  }
}
.tdb-s-table-header {
  font-size: .857em;
  line-height: 1;
  font-weight: 600;
  text-align: left;
  color: #555D66;
  border-bottom: 2px solid #D7D8DE;
}
@media (max-width: 1018px) {
  .tdb-s-table-header {
    display: none;
  }
}
.tdb-s-table-header .tdb-s-table-col {
  padding-bottom: 15px;
}
.tdb-s-table-body {
  font-size: .929em;
  line-height: 1;
  font-weight: 600;
  color: #1D2327;
}
@media (max-width: 1018px) {
  .tdb-s-table-body {
    display: block;
  }
}
.tdb-s-table-body .tdb-s-table-row:not(:last-child) {
  border-bottom: 1px solid #EBEBEB;
}
.tdb-s-table-body .tdb-s-table-row.tdb-s-table-row-active,
.tdb-s-table-body .tdb-s-table-row:hover {
  background-color: #F8F8F8;
}
@media (max-width: 1018px) {
  .tdb-s-table-body .tdb-s-table-row {
    padding: 15px 10px;
  }
}
@media (min-width: 1019px) {
  .tdb-s-table-body .tdb-s-table-col {
    padding-top: 12px;
    padding-bottom: 15px;
  }
}
@media (max-width: 1018px) {
  .tdb-s-table-body .tdb-s-table-col {
    padding-top: 7px;
    padding-bottom: 7px;
  }
}
.tdb-s-table-options-toggle {
  position: relative;
  top: 1px;
  fill: #878d93;
  transition: fill 0.2s ease-in-out;
  /* responsive portrait tablet */
}
@media (max-width: 1018px) {
  .tdb-s-table-options-toggle {
    display: none;
  }
}
.tdb-s-table-options-list {
  display: flex;
  /* responsive portrait tablet */
}
@media (min-width: 1019px) {
  .tdb-s-table-options-list {
    flex-direction: column;
    align-items: flex-start;
    position: absolute;
    top: 6px;
    right: 100%;
    min-width: 130px;
    padding: 8px 10px 9px;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.12);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.2s ease-in-out;
    z-index: 100;
    cursor: default;
  }
}
@media (max-width: 1018px) {
  .tdb-s-table-options-list {
    align-items: center;
    justify-content: center;
    width: 100%;
  }
}
@media (min-width: 1019px) {
  .tdb-s-table-col-options {
    padding-left: 10px;
    text-align: center;
    cursor: pointer;
  }
  .tdb-s-table-col-options:hover .tdb-s-table-options-toggle {
    fill: #000;
  }
  .tdb-s-table-col-options:hover .tdb-s-table-options-list {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}
@media (max-width: 1018px) {
  .tdb-s-table-col-options {
    padding-top: 17px;
  }
}
.tdb-s-table-col-options .tdb-s-tol-item {
  font-size: .786em;
  line-height: 1.2;
  font-weight: 600;
  color: #555D66;
  cursor: pointer;
}
.tdb-s-table-col-options .tdb-s-tol-item:hover {
  color: #000;
}
@media (min-width: 1019px) {
  .tdb-s-table-col-options .tdb-s-tol-item:not(:last-child) {
    margin-bottom: 8px;
  }
}
@media (max-width: 1018px) {
  .tdb-s-table-col-options .tdb-s-tol-item:not(:last-child) {
    margin-right: 12px;
  }
}
.tdb-s-table-col-options .tdb-s-tol-item-red {
  color: #FF6161;
}
.tdb-s-table-col-options .tdb-s-tol-item-red:hover {
  color: #ff0000;
}
.tdb-s-tol-sep {
  background-color: #EBEBEB;
  width: 100%;
  height: 1px;
  margin-top: 1px;
  margin-bottom: 8px;
  /* responsive portrait phone */
}
@media (max-width: 1018px) {
  .tdb-s-tol-sep {
    display: none;
  }
}
.tdb-s-modal-wrap,
.tdb-s-modal-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.tdb-s-modal-wrap {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 20px;
  z-index: 10000;
}
@media (min-width: 783px) {
  .admin-bar .tdb-s-modal-wrap {
    padding-top: 62px;
  }
}
@media (max-width: 782px) {
  .admin-bar .tdb-s-modal-wrap {
    padding-top: 76px;
  }
}
.tdb-s-modal-bg {
  position: absolute;
  background-color: rgba(107, 114, 128, 0.75);
}
.tdb-s-modal {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  min-width: 400px;
  max-width: 650px;
  max-height: 100%;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
  border-radius: 3px;
  z-index: 1;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .tdb-s-modal {
    min-width: 0;
  }
}
.tdb-s-modal-header,
.tdb-s-modal-footer {
  display: flex;
  align-items: center;
}
.tdb-s-modal-header {
  padding: 19px 25px 16px;
  border-bottom: 1px solid #EBEBEB;
}
.tdb-s-modal-header .tdb-s-modal-close {
  margin-left: auto;
  fill: #878d93;
  cursor: pointer;
  transition: transform 0.2s ease-in-out, fill 0.2s ease-in-out;
}
.tdb-s-modal-header .tdb-s-modal-close:hover {
  fill: #000;
  transform: rotate(90deg);
}
body h3.tdb-s-modal-title {
  margin: 0;
  padding: 0;
  font-size: 1.286em;
  line-height: 1.2;
  font-weight: 600;
  color: #1D2327;
}
.tdb-s-modal-body {
  padding: 30px 25px;
  overflow: auto;
}
.tdb-s-modal-body .tdb-s-s-notif:not(:first-child) {
  margin-top: 30px;
}
.tdb-s-modal-txt {
  font-size: 1em;
  line-height: 1.4;
  color: #59626B;
}
.tdb-s-modal-footer {
  justify-content: flex-end;
  padding: 18px 25px;
  border-top: 1px solid #EBEBEB;
}
.tdb-s-modal-footer:empty {
  display: none;
}
.tdb-s-modal-footer .tdb-s-btn:not(:last-of-type) {
  margin-right: 16px;
}
.tdb-template-type-card-sep {
  width: 100%;
  margin: 20px 30px;
  float: left;
}
#tdb-cloud-templates {
  font-size: 14px;
}
#tdb-cloud-templates * {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
@-webkit-keyframes fullspin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes fullspin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
#tdb-cloud-templates .tdb-s-content {
  position: relative;
  min-height: 50px;
}
#tdb-cloud-templates .tdb-s-content:before,
#tdb-cloud-templates .tdb-s-content:after {
  content: '';
  position: absolute;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
  pointer-events: none;
}
#tdb-cloud-templates .tdb-s-content:before {
  top: 0;
  left: 0;
  width: calc(100% + 6px);
  height: calc(100% + 6px);
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 1;
}
#tdb-cloud-templates .tdb-s-content:after {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: -23px;
  margin-left: -23px;
  width: 40px;
  height: 40px;
  border: 3px solid #888;
  border-left-color: transparent;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: fullspin 1s infinite ease-out;
  animation: fullspin 1s infinite ease-out;
  z-index: 2;
}
#tdb-cloud-templates .tdb-s-content-loading:before,
#tdb-cloud-templates .tdb-s-content-loading:after {
  opacity: 1;
  pointer-events: auto;
}
#tdb-cloud-templates .tdb-s-page:not(.tdb-s-page-templates-list) .tdb-s-page-content {
  background-color: #fff;
  padding: 35px 25px;
  border-radius: 3px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
  overflow: hidden;
}
#tdb-cloud-templates .tdb-s-page-templates-list .tdb-s-page-sec-content.tdb-s-content:before {
  background-color: transparent;
}
#tdb-cloud-templates .tdb-s-template-types {
  display: flex;
  flex-wrap: wrap;
  gap: 26px;
}
#tdb-cloud-templates .tdb-s-template-types-title {
  width: 100%;
  margin: 25px 0 5px;
  padding: 30px 0 0;
  font-size: 1.286em;
  line-height: 1.2;
  border-top: 1px solid #e0e0e0;
}
#tdb-cloud-templates .tdb-s-template-type {
  width: calc(50% - 13px);
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 2px 4px 0 #0000001E;
}
@media (max-width: 767px) {
  #tdb-cloud-templates .tdb-s-template-type {
    width: 100%;
  }
}
#tdb-cloud-templates .tdb-s-template-type-header {
  position: relative;
  background-color: #f9f9f9;
  padding: 12px 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 3px 3px 0 0;
}
#tdb-cloud-templates .tdb-s-tth-title {
  margin: 0;
  font-weight: 500;
}
#tdb-cloud-templates .tdb-s-tth-new {
  position: absolute;
  top: 50%;
  right: 13px;
  transform: translateY(-50%);
  cursor: pointer;
}
#tdb-cloud-templates .tdb-s-tth-new svg {
  position: relative;
  top: -1px;
  display: block;
  width: 20px;
  height: auto;
  stroke: #595e62;
}
#tdb-cloud-templates .tdb-s-tth-new:hover svg {
  stroke: #1a9a75;
}
#tdb-cloud-templates .tdb-templates {
  min-height: 120px;
  padding: 12px 15px;
}
#tdb-cloud-templates .tdb-templates:before {
  width: 100%;
  height: 100%;
}
#tdb-cloud-templates .tdb-templates-header {
  display: flex;
  margin: 0 0 9px;
}
#tdb-cloud-templates .tdb-templates-header-item {
  line-height: 1;
  text-align: center;
}
#tdb-cloud-templates .tdb-templates-header-item span {
  display: block;
  background-color: #f7f7f7;
  padding: 2px 9px 3px !important;
  font-size: 10px !important;
  font-style: italic;
  text-align: center;
  line-height: 1 !important;
  color: #909090;
  border-radius: 3px !important;
}
#tdb-cloud-templates .tdb-templates-header-item-name {
  flex: 1;
}
#tdb-cloud-templates .tdb-templates-header-item-name span {
  display: inline-block;
}
#tdb-cloud-templates .tdb-templates-header-item-global {
  width: 48px !important;
}
#tdb-cloud-templates .tdb-templates-header-item-mobile {
  margin-left: 14px !important;
  width: 90px !important;
}
#tdb-cloud-templates .tdb-template-el {
  display: flex;
  align-items: center;
  min-height: 18px;
}
@keyframes template_el_renaming_spinner {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
#tdb-cloud-templates .tdb-template-el:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 1;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease-in-out;
}
#tdb-cloud-templates .tdb-template-el:not(:last-child) {
  margin-bottom: 5px;
}
#tdb-cloud-templates .tdb-template-el:hover .tdb-template-el-wrap {
  visibility: visible;
}
#tdb-cloud-templates .tdb-template-el-title {
  max-width: 277px;
  padding-bottom: 3px;
  top: 1px;
  position: relative;
  cursor: pointer;
  font-size: 12px;
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#tdb-cloud-templates .tdb-template-el-title:hover {
  text-decoration: underline;
}
#tdb-cloud-templates .tdb-s-template-type_header .tdb-template-el-title,
#tdb-cloud-templates .tdb-s-template-type_footer .tdb-template-el-title {
  max-width: 381px;
}
#tdb-cloud-templates .tdb-template-el-title-input {
  width: 100%;
  min-height: auto;
  font-size: 11px;
  line-height: 1;
  padding: 0 40px 1px 2px;
  border-width: 0 0 1px 0;
  border-style: dotted;
  border-color: #000;
  border-radius: 0;
  outline: none !important;
}
#tdb-cloud-templates .tdb-template-el-title-input:disabled {
  color: #888;
  border-color: #888;
}
#tdb-cloud-templates .tdb-template-el-title-btns {
  position: absolute;
  top: 50%;
  right: -1px;
  transform: translateY(-50%);
  margin-top: -1px;
  z-index: 10;
}
#tdb-cloud-templates .tdb-template-el-title-btns i {
  padding: 5px 3px 4px;
  font-size: 8px;
  color: #555;
  cursor: pointer;
  pointer-events: auto;
}
#tdb-cloud-templates .tdb-template-el-title-save:hover {
  color: #1a9a75;
}
#tdb-cloud-templates .tdb-template-el-title-cancel:hover {
  color: red;
}
#tdb-cloud-templates .tdb-template-el-renaming:before {
  opacity: .75;
  pointer-events: auto;
}
#tdb-cloud-templates .tdb-template-el-renaming .tdb-template-el-title {
  flex: 1;
  max-width: none;
  padding-bottom: 0;
  z-index: 2;
}
#tdb-cloud-templates .tdb-template-el-renaming .tdb-template-el-wrap {
  display: none;
}
#tdb-cloud-templates .tdb-template-el-renaming .tdb-template-el-global {
  margin-left: 14px;
  pointer-events: none;
}
#tdb-cloud-templates .tdb-template-el-renaming-saving .tdb-template-el-title {
  position: relative;
}
#tdb-cloud-templates .tdb-template-el-renaming-saving .tdb-template-el-title:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 2px;
  transform: translateY(-50%);
  margin-top: -6px;
  width: 8px;
  height: 8px;
  margin-left: 15px;
  border: 1px solid #666;
  border-left-color: transparent;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: template_el_renaming_spinner 1s infinite ease-out;
  animation: template_el_renaming_spinner 1s infinite ease-out;
  z-index: 2;
  transition: border-top-color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
}
#tdb-cloud-templates .tdb-template-el-renaming-saving .tdb-template-el-title-btns {
  display: none;
}
#tdb-cloud-templates .tdb-template-el-wrap {
  visibility: hidden;
}
#tdb-cloud-templates .tdb-template-el-wrap .tdb-template-el-icon {
  position: relative;
  padding: 0 12px;
}
#tdb-cloud-templates .tdb-template-el-wrap .tdb-template-el-icon:hover .tdb-template-el-options {
  visibility: visible;
}
#tdb-cloud-templates .tdb-template-el-wrap .tdb-template-el-icon:before {
  content: '';
  position: relative;
  display: block;
  width: 15px;
  height: 15px;
  background: url("data:image/svg+xml;utf8,&lt;svg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 15 15'&gt;&lt;g&gt;&lt;path d='M2.5,6a1.447,1.447,0,0,1,1.062.438,1.509,1.509,0,0,1,0,2.125A1.447,1.447,0,0,1,2.5,9a1.446,1.446,0,0,1-1.062-.437,1.509,1.509,0,0,1,0-2.125A1.446,1.446,0,0,1,2.5,6Zm5,0A1.494,1.494,0,0,1,9,7.5,1.494,1.494,0,0,1,7.5,9,1.494,1.494,0,0,1,6,7.5,1.494,1.494,0,0,1,7.5,6ZM12.5,6A1.494,1.494,0,0,1,14,7.5a1.5,1.5,0,1,1-2.562-1.062A1.447,1.447,0,0,1,12.5,6Z' fill='%23777'/&gt;&lt;/g&gt;&lt;/svg&gt;");
}
#tdb-cloud-templates .tdb-template-el-wrap .tdb-template-el-options {
  visibility: hidden;
  position: absolute;
  display: flex;
  flex-direction: column;
  bottom: calc(100% + 3px);
  left: 50%;
  transform: translateX(-50%);
  /*height: 100%;*/
  margin: auto;
  background-color: #fff;
  padding: 6px !important;
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.12);
}
#tdb-cloud-templates .tdb-template-el-wrap .tdb-template-el-options:before {
  content: '';
  position: absolute;
  bottom: -6px;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #fff;
}
#tdb-cloud-templates .tdb-template-el-wrap .tdb-template-el-options:after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 5px;
}
#tdb-cloud-templates .tdb-template-el-wrap .tdb-template-el-options &gt; div {
  display: inline-block;
  width: 130px;
  height: 18px;
  margin: 0 2px;
  cursor: pointer;
  font-size: 10px;
  padding-left: 20px;
  background-position-x: left !important;
}
#tdb-cloud-templates .tdb-template-el-wrap .tdb-template-el-options &gt; div:hover {
  color: #1a9a75;
}
#tdb-cloud-templates .tdb-template-el-wrap .tdb-template-el-options &gt; div a {
  color: inherit;
  text-decoration: none;
}
#tdb-cloud-templates .tdb-template-el-wrap .tdb-template-el-options .tdb-template-el-edit-composer {
  background: url('data:image/svg+xml;utf8,&lt;svg xmlns="http://www.w3.org/2000/svg" width="15" height="15" viewBox="0 0 15 15"&gt;&lt;path d="M4.2,3.292.547,4.684a.858.858,0,0,0-.547.8V9.506a.858.858,0,0,0,.466.766l3.657,1.856a.826.826,0,0,0,.754,0l3.657-1.856A.857.857,0,0,0,9,9.506V5.488a.855.855,0,0,0-.547-.8L4.8,3.294A.817.817,0,0,0,4.2,3.292ZM4.5,4.4,7.876,5.686v.02L4.5,7.1,1.125,5.705v-.02L4.5,4.4Zm.563,6.355V8.1l2.813-1.16v2.39Z" transform="translate(2 -0.5)" fill="%23777"/&gt;&lt;/svg&gt;') no-repeat 50% 50%;
}
#tdb-cloud-templates .tdb-template-el-wrap .tdb-template-el-options .tdb-template-el-edit-composer:hover {
  background: url('data:image/svg+xml;utf8,&lt;svg xmlns="http://www.w3.org/2000/svg" width="15" height="15" viewBox="0 0 15 15"&gt;&lt;path d="M4.2,3.292.547,4.684a.858.858,0,0,0-.547.8V9.506a.858.858,0,0,0,.466.766l3.657,1.856a.826.826,0,0,0,.754,0l3.657-1.856A.857.857,0,0,0,9,9.506V5.488a.855.855,0,0,0-.547-.8L4.8,3.294A.817.817,0,0,0,4.2,3.292ZM4.5,4.4,7.876,5.686v.02L4.5,7.1,1.125,5.705v-.02L4.5,4.4Zm.563,6.355V8.1l2.813-1.16v2.39Z" transform="translate(2 -0.5)" fill="%231a9a75"/&gt;&lt;/svg&gt;') no-repeat 50% 50%;
}
#tdb-cloud-templates .tdb-template-el-wrap .tdb-template-el-options .tdb-template-el-edit {
  background: url("data:image/svg+xml;utf8,&lt;svg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 15 15'&gt;&lt;g&gt;&lt;path d='M7.731,4.986L3.263,9.455,3.009,11.486a0.477,0.477,0,0,0,.527.527L5.6,11.759l4.469-4.469ZM12.2,3.833a0.943,0.943,0,0,1,0,1.328L11.085,6.275,8.747,3.97,9.861,2.857a0.943,0.943,0,0,1,1.328,0Z' fill='%23777'/&gt;&lt;/g&gt;&lt;/svg&gt;") no-repeat 50% 50%;
}
#tdb-cloud-templates .tdb-template-el-wrap .tdb-template-el-options .tdb-template-el-edit:hover {
  background: url("data:image/svg+xml;utf8,&lt;svg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 15 15'&gt;&lt;g&gt;&lt;path d='M7.731,4.986L3.263,9.455,3.009,11.486a0.477,0.477,0,0,0,.527.527L5.6,11.759l4.469-4.469ZM12.2,3.833a0.943,0.943,0,0,1,0,1.328L11.085,6.275,8.747,3.97,9.861,2.857a0.943,0.943,0,0,1,1.328,0Z' fill='%231a9a75'/&gt;&lt;/g&gt;&lt;/svg&gt;") no-repeat 50% 50%;
}
#tdb-cloud-templates .tdb-template-el-wrap .tdb-template-el-options .tdb-template-el-view {
  background: url('data:image/svg+xml;utf8,&lt;svg xmlns="http://www.w3.org/2000/svg" width="15" height="15" viewBox="0 0 15 15"&gt;&lt;path d="M4.5,65.25a1.733,1.733,0,0,0-.488.078.866.866,0,0,1,.113.422.875.875,0,0,1-.875.875.866.866,0,0,1-.422-.113A1.745,1.745,0,1,0,4.5,65.25Zm4.446,1.522A5.012,5.012,0,0,0,4.5,64,5.012,5.012,0,0,0,.055,66.772a.505.505,0,0,0,0,.456A5.012,5.012,0,0,0,4.5,70a5.012,5.012,0,0,0,4.446-2.772.505.505,0,0,0,0-.456ZM4.5,69.25A4.25,4.25,0,0,1,.783,67,4.25,4.25,0,0,1,4.5,64.75,4.25,4.25,0,0,1,8.218,67,4.25,4.25,0,0,1,4.5,69.25Z" transform="translate(3 -59.5)" fill="%23777"/&gt;&lt;/svg&gt;') no-repeat 50% 50%;
}
#tdb-cloud-templates .tdb-template-el-wrap .tdb-template-el-options .tdb-template-el-view:hover {
  background: url('data:image/svg+xml;utf8,&lt;svg xmlns="http://www.w3.org/2000/svg" width="15" height="15" viewBox="0 0 15 15"&gt;&lt;path d="M4.5,65.25a1.733,1.733,0,0,0-.488.078.866.866,0,0,1,.113.422.875.875,0,0,1-.875.875.866.866,0,0,1-.422-.113A1.745,1.745,0,1,0,4.5,65.25Zm4.446,1.522A5.012,5.012,0,0,0,4.5,64,5.012,5.012,0,0,0,.055,66.772a.505.505,0,0,0,0,.456A5.012,5.012,0,0,0,4.5,70a5.012,5.012,0,0,0,4.446-2.772.505.505,0,0,0,0-.456ZM4.5,69.25A4.25,4.25,0,0,1,.783,67,4.25,4.25,0,0,1,4.5,64.75,4.25,4.25,0,0,1,8.218,67,4.25,4.25,0,0,1,4.5,69.25Z" transform="translate(3 -59.5)" fill="%231a9a75"/&gt;&lt;/svg&gt;') no-repeat 50% 50%;
}
#tdb-cloud-templates .tdb-template-el-wrap .tdb-template-el-options .tdb-template-el-rename {
  background: url('data:image/svg+xml;utf8,&lt;svg xmlns="http://www.w3.org/2000/svg" width="15" height="15" viewBox="0 0 15 15"&gt;&lt;path d="M6.429,32.321v.643a.321.321,0,0,1-.321.321H4.846L3.239,39.714h.939a.321.321,0,0,1,.321.321v.643A.321.321,0,0,1,4.179,41H.321A.321.321,0,0,1,0,40.679v-.643a.321.321,0,0,1,.321-.321H1.582l1.607-6.429H2.25a.321.321,0,0,1-.321-.321v-.643A.321.321,0,0,1,2.25,32H6.107A.321.321,0,0,1,6.429,32.321Z" transform="translate(4 -29)" fill="%23777"/&gt;&lt;/svg&gt;') no-repeat 50% 50%;
}
#tdb-cloud-templates .tdb-template-el-wrap .tdb-template-el-options .tdb-template-rename:hover {
  background: url('data:image/svg+xml;utf8,&lt;svg xmlns="http://www.w3.org/2000/svg" width="15" height="15" viewBox="0 0 15 15"&gt;&lt;path d="M6.429,32.321v.643a.321.321,0,0,1-.321.321H4.846L3.239,39.714h.939a.321.321,0,0,1,.321.321v.643A.321.321,0,0,1,4.179,41H.321A.321.321,0,0,1,0,40.679v-.643a.321.321,0,0,1,.321-.321H1.582l1.607-6.429H2.25a.321.321,0,0,1-.321-.321v-.643A.321.321,0,0,1,2.25,32H6.107A.321.321,0,0,1,6.429,32.321Z" transform="translate(4 -29)" fill="%231a9a75"/&gt;&lt;/svg&gt;') no-repeat 50% 50%;
}
#tdb-cloud-templates .tdb-template-el-wrap .tdb-template-el-options .tdb-template-el-duplicate {
  background: url("data:image/svg+xml;utf8,&lt;svg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 15 15'&gt;&lt;g&gt;&lt;path d='M11.055,3.02H5.945a0.934,0.934,0,0,0-.938.938V9.042a0.934,0.934,0,0,0,.938.937h5.11a0.934,0.934,0,0,0,.938-0.937V3.957A0.934,0.934,0,0,0,11.055,3.02ZM5.563,11h4.464v0.05a0.934,0.934,0,0,1-.938.938H3.939A0.934,0.934,0,0,1,3,11.054V5.941A0.934,0.934,0,0,1,3.939,5H4V9.441A1.567,1.567,0,0,0,5.563,11Z' fill='%23777'/&gt;&lt;/g&gt;&lt;/svg&gt;") no-repeat 50% 50%;
}
#tdb-cloud-templates .tdb-template-el-wrap .tdb-template-el-options .tdb-template-el-duplicate:hover {
  background: url("data:image/svg+xml;utf8,&lt;svg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 15 15'&gt;&lt;g&gt;&lt;path d='M11.055,3.02H5.945a0.934,0.934,0,0,0-.938.938V9.042a0.934,0.934,0,0,0,.938.937h5.11a0.934,0.934,0,0,0,.938-0.937V3.957A0.934,0.934,0,0,0,11.055,3.02ZM5.563,11h4.464v0.05a0.934,0.934,0,0,1-.938.938H3.939A0.934,0.934,0,0,1,3,11.054V5.941A0.934,0.934,0,0,1,3.939,5H4V9.441A1.567,1.567,0,0,0,5.563,11Z' fill='%231a9a75'/&gt;&lt;/g&gt;&lt;/svg&gt;") no-repeat 50% 50%;
}
#tdb-cloud-templates .tdb-template-el-wrap .tdb-template-el-options .tdb-template-el-delete {
  background: url("data:image/svg+xml;utf8,&lt;svg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 15 15'&gt;&lt;g&gt;&lt;path d='M3.989,3.74a0.233,0.233,0,0,0,.234.234h7.567a0.233,0.233,0,0,0,.234-0.234V3.47A0.467,0.467,0,0,0,11.556,3H9.76L9.585,2.307a0.439,0.439,0,0,0-.176-0.186,0.5,0.5,0,0,0-.254-0.068H6.928a0.5,0.5,0,0,0-.254.068,0.439,0.439,0,0,0-.176.186L6.323,3H4.458a0.467,0.467,0,0,0-.469.469V3.74Zm7.783,1.528A0.259,0.259,0,0,0,11.7,5.092a0.212,0.212,0,0,0-.166-0.078H4.546a0.213,0.213,0,0,0-.166.078,0.26,0.26,0,0,0-.068.176L5.07,11.106a0.887,0.887,0,0,0,.293.625,0.916,0.916,0,0,0,.645.254h4a0.916,0.916,0,0,0,.645-0.254,0.887,0.887,0,0,0,.293-0.625Z' fill='%23777'/&gt;&lt;/g&gt;&lt;/svg&gt;") no-repeat 50% 50%;
}
#tdb-cloud-templates .tdb-template-el-wrap .tdb-template-el-options .tdb-template-el-delete:hover {
  background: url("data:image/svg+xml;utf8,&lt;svg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 15 15'&gt;&lt;g&gt;&lt;path d='M3.989,3.74a0.233,0.233,0,0,0,.234.234h7.567a0.233,0.233,0,0,0,.234-0.234V3.47A0.467,0.467,0,0,0,11.556,3H9.76L9.585,2.307a0.439,0.439,0,0,0-.176-0.186,0.5,0.5,0,0,0-.254-0.068H6.928a0.5,0.5,0,0,0-.254.068,0.439,0.439,0,0,0-.176.186L6.323,3H4.458a0.467,0.467,0,0,0-.469.469V3.74Zm7.783,1.528A0.259,0.259,0,0,0,11.7,5.092a0.212,0.212,0,0,0-.166-0.078H4.546a0.213,0.213,0,0,0-.166.078,0.26,0.26,0,0,0-.068.176L5.07,11.106a0.887,0.887,0,0,0,.293.625,0.916,0.916,0,0,0,.645.254h4a0.916,0.916,0,0,0,.645-0.254,0.887,0.887,0,0,0,.293-0.625Z' fill='%231a9a75'/&gt;&lt;/g&gt;&lt;/svg&gt;") no-repeat 50% 50%;
}
#tdb-cloud-templates .tdb-template-el-global {
  position: relative;
  display: inline-block;
  width: 48px;
  margin-left: 14px;
  text-align: center;
  margin-left: auto;
  line-height: 1;
}
#tdb-cloud-templates .tdb-template-el-global label {
  display: inline-block;
  border: 1px solid #e3e3e3;
  width: 10px;
  height: 10px;
  cursor: pointer;
}
#tdb-cloud-templates .tdb-template-el-global .tdb-template-el-global-checked {
  display: none;
  background-color: #1a9a75;
  font-size: 10px;
  line-height: 1;
  padding: 2px 6px 3px;
  color: #fff;
  border-radius: 100px;
}
#tdb-cloud-templates .tdb-template-el-global .tdb-template-el-global-input {
  display: none;
}
#tdb-cloud-templates .tdb-template-el-global .tdb-template-el-global-input-checked + label {
  display: none;
}
#tdb-cloud-templates .tdb-template-el-global .tdb-template-el-global-input-checked + label + .tdb-template-el-global-checked {
  display: inline-block;
}
#tdb-cloud-templates .tdb-template-el-mobile-wrap {
  position: relative;
  width: 90px;
  margin-left: 14px !important;
  display: inline-block;
  text-align: center;
  line-height: 1;
}
#tdb-cloud-templates .tdb-template-el-mobile-wrap .tdb-template-el-mobile {
  line-height: 1;
  cursor: pointer;
}
#tdb-cloud-templates .tdb-template-el-mobile-wrap .tdb-template-el-mobile-btns {
  position: relative;
  display: none;
  line-height: 1;
  z-index: 100;
}
#tdb-cloud-templates .tdb-template-el-mobile-wrap .tdb-template-el-mobile-btns .tdb-template-el-mobile-btn {
  position: relative;
  top: 1px;
  display: inline-block;
  margin-left: 3px;
  padding: 4px;
  background-color: #E9E9E8;
  border-radius: 4px;
  cursor: pointer;
}
#tdb-cloud-templates .tdb-template-el-mobile-wrap .tdb-template-el-mobile-btns .tdb-template-el-mobile-btn:first-child {
  margin-left: 0;
}
#tdb-cloud-templates .tdb-template-el-mobile-wrap .tdb-template-el-mobile-btns .tdb-template-el-mobile-btn:after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  background-repeat: no-repeat;
  background-position: center;
}
#tdb-cloud-templates .tdb-template-el-mobile-wrap .tdb-template-el-mobile-btns .tdb-template-el-mobile-blank:after {
  background-image: url("data:image/svg+xml;utf8,&lt;svg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'&gt;&lt;path d='M3,8V5H0V3H3V0H5V3H8V5H5V8Z' fill='%23777'/&gt;&lt;/svg&gt;");
}
#tdb-cloud-templates .tdb-template-el-mobile-wrap .tdb-template-el-mobile-btns .tdb-template-el-mobile-blank:hover:after {
  background-image: url("data:image/svg+xml;utf8,&lt;svg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'&gt;&lt;path d='M3,8V5H0V3H3V0H5V3H8V5H5V8Z' fill='%231a9a75'/&gt;&lt;/svg&gt;");
}
#tdb-cloud-templates .tdb-template-el-mobile-wrap .tdb-template-el-mobile-btns .tdb-template-el-mobile-import:after {
  background-image: url("data:image/svg+xml;utf8,&lt;svg xmlns='http://www.w3.org/2000/svg' width='8' height='7.969' viewBox='0 0 8 7.969'&gt;&lt;path d='M8,7.969H0v-2H3v1H5v-1H8v2H8ZM1,2.984H3V0H4.953l.063,2.984H6.969L4.016,5.954Z' fill='%23777'/&gt;&lt;/svg&gt;");
}
#tdb-cloud-templates .tdb-template-el-mobile-wrap .tdb-template-el-mobile-btns .tdb-template-el-mobile-import:hover:after {
  background-image: url("data:image/svg+xml;utf8,&lt;svg xmlns='http://www.w3.org/2000/svg' width='8' height='7.969' viewBox='0 0 8 7.969'&gt;&lt;path d='M8,7.969H0v-2H3v1H5v-1H8v2H8ZM1,2.984H3V0H4.953l.063,2.984H6.969L4.016,5.954Z' fill='%231a9a75'/&gt;&lt;/svg&gt;");
}
#tdb-cloud-templates .tdb-template-el-mobile-wrap .tdb-template-el-mobile-btns .tdb-template-el-mobile-list {
  position: absolute;
  top: -7px;
  right: calc(110%);
  width: 180px;
  height: auto;
  margin: 0;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.12);
  display: none;
  text-align: left;
}
#tdb-cloud-templates .tdb-template-el-mobile-wrap .tdb-template-el-mobile-btns .tdb-template-el-mobile-list .tdb-template-el-mobile-list-inner {
  padding: 10px 14px;
}
#tdb-cloud-templates .tdb-template-el-mobile-wrap .tdb-template-el-mobile-btns .tdb-template-el-mobile-list .tdb-template-el-mobile-list-inner .tdb-template-el-mobile-list-el {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  cursor: pointer;
}
#tdb-cloud-templates .tdb-template-el-mobile-wrap .tdb-template-el-mobile-btns .tdb-template-el-mobile-list .tdb-template-el-mobile-list-inner .tdb-template-el-mobile-list-el:last-child {
  margin-bottom: 0;
}
#tdb-cloud-templates .tdb-template-el-mobile-wrap .tdb-template-el-mobile-btns .tdb-template-el-mobile-list .tdb-template-el-mobile-list-inner .tdb-template-el-mobile-list-el:hover .tdb-template-el-mobile-list-edit {
  display: block;
}
#tdb-cloud-templates .tdb-template-el-mobile-wrap .tdb-template-el-mobile-btns .tdb-template-el-mobile-list .tdb-template-el-mobile-list-inner .tdb-template-el-mobile-list-el:hover .tdb-template-el-mobile-list-delete {
  display: block;
}
#tdb-cloud-templates .tdb-template-el-mobile-wrap .tdb-template-el-mobile-btns .tdb-template-el-mobile-list .tdb-template-el-mobile-list-inner .tdb-template-el-mobile-list-el.tdb-current {
  cursor: default;
}
#tdb-cloud-templates .tdb-template-el-mobile-wrap .tdb-template-el-mobile-btns .tdb-template-el-mobile-list .tdb-template-el-mobile-list-inner .tdb-template-el-mobile-list-el.tdb-current .tdb-template-el-mobile-list-title {
  color: #1a9a75;
  pointer-events: none;
}
#tdb-cloud-templates .tdb-template-el-mobile-wrap .tdb-template-el-mobile-btns .tdb-template-el-mobile-list .tdb-template-el-mobile-list-inner .tdb-template-el-mobile-list-el.tdb-current:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  left: -7px;
  margin-top: 1px;
  width: 0;
  height: 0;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 4px solid #1a9a75;
}
#tdb-cloud-templates .tdb-template-el-mobile-wrap .tdb-template-el-mobile-btns .tdb-template-el-mobile-list .tdb-template-el-mobile-list-inner .tdb-template-el-mobile-list-title {
  font-size: 10px;
  line-height: 1;
  color: #868686;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#tdb-cloud-templates .tdb-template-el-mobile-wrap .tdb-template-el-mobile-btns .tdb-template-el-mobile-list .tdb-template-el-mobile-list-inner .tdb-template-el-mobile-list-title:hover {
  color: #000;
}
#tdb-cloud-templates .tdb-template-el-mobile-wrap .tdb-template-el-mobile-btns .tdb-template-el-mobile-list .tdb-template-el-mobile-list-inner .tdb-template-el-mobile-list-edit,
#tdb-cloud-templates .tdb-template-el-mobile-wrap .tdb-template-el-mobile-btns .tdb-template-el-mobile-list .tdb-template-el-mobile-list-inner .tdb-template-el-mobile-list-delete {
  position: relative;
  top: 0;
  right: -7px;
  display: none;
  box-sizing: content-box;
  width: 9px;
  height: 9px;
  padding: 4px;
  background-repeat: no-repeat;
  background-position: center;
  line-height: 1;
  background-color: #e9e9e8;
  margin: -4px 0 -4px 2px;
  border-radius: 4px;
}
#tdb-cloud-templates .tdb-template-el-mobile-wrap .tdb-template-el-mobile-btns .tdb-template-el-mobile-list .tdb-template-el-mobile-list-inner .tdb-template-el-mobile-list-edit {
  background-image: url("data:image/svg+xml;utf8,&lt;svg xmlns='http://www.w3.org/2000/svg' width='13' height='13' viewBox='0 0 15 15'&gt;&lt;g&gt;&lt;path d='M7.731,4.986L3.263,9.455,3.009,11.486a0.477,0.477,0,0,0,.527.527L5.6,11.759l4.469-4.469ZM12.2,3.833a0.943,0.943,0,0,1,0,1.328L11.085,6.275,8.747,3.97,9.861,2.857a0.943,0.943,0,0,1,1.328,0Z' fill='%23777'/&gt;&lt;/g&gt;&lt;/svg&gt;");
}
#tdb-cloud-templates .tdb-template-el-mobile-wrap .tdb-template-el-mobile-btns .tdb-template-el-mobile-list .tdb-template-el-mobile-list-inner .tdb-template-el-mobile-list-edit:hover {
  background-image: url("data:image/svg+xml;utf8,&lt;svg xmlns='http://www.w3.org/2000/svg' width='13' height='13' viewBox='0 0 15 15'&gt;&lt;g&gt;&lt;path d='M7.731,4.986L3.263,9.455,3.009,11.486a0.477,0.477,0,0,0,.527.527L5.6,11.759l4.469-4.469ZM12.2,3.833a0.943,0.943,0,0,1,0,1.328L11.085,6.275,8.747,3.97,9.861,2.857a0.943,0.943,0,0,1,1.328,0Z' fill='%231a9a75'/&gt;&lt;/g&gt;&lt;/svg&gt;");
}
#tdb-cloud-templates .tdb-template-el-mobile-wrap .tdb-template-el-mobile-btns .tdb-template-el-mobile-list .tdb-template-el-mobile-list-inner .tdb-template-el-mobile-list-delete {
  background-image: url("data:image/svg+xml;utf8,&lt;svg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 15 15'&gt;&lt;g&gt;&lt;path d='M3.989,3.74a0.233,0.233,0,0,0,.234.234h7.567a0.233,0.233,0,0,0,.234-0.234V3.47A0.467,0.467,0,0,0,11.556,3H9.76L9.585,2.307a0.439,0.439,0,0,0-.176-0.186,0.5,0.5,0,0,0-.254-0.068H6.928a0.5,0.5,0,0,0-.254.068,0.439,0.439,0,0,0-.176.186L6.323,3H4.458a0.467,0.467,0,0,0-.469.469V3.74Zm7.783,1.528A0.259,0.259,0,0,0,11.7,5.092a0.212,0.212,0,0,0-.166-0.078H4.546a0.213,0.213,0,0,0-.166.078,0.26,0.26,0,0,0-.068.176L5.07,11.106a0.887,0.887,0,0,0,.293.625,0.916,0.916,0,0,0,.645.254h4a0.916,0.916,0,0,0,.645-0.254,0.887,0.887,0,0,0,.293-0.625Z' fill='%23777'/&gt;&lt;/g&gt;&lt;/svg&gt;");
}
#tdb-cloud-templates .tdb-template-el-mobile-wrap .tdb-template-el-mobile-btns .tdb-template-el-mobile-list .tdb-template-el-mobile-list-inner .tdb-template-el-mobile-list-delete:hover {
  background-image: url("data:image/svg+xml;utf8,&lt;svg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 15 15'&gt;&lt;g&gt;&lt;path d='M3.989,3.74a0.233,0.233,0,0,0,.234.234h7.567a0.233,0.233,0,0,0,.234-0.234V3.47A0.467,0.467,0,0,0,11.556,3H9.76L9.585,2.307a0.439,0.439,0,0,0-.176-0.186,0.5,0.5,0,0,0-.254-0.068H6.928a0.5,0.5,0,0,0-.254.068,0.439,0.439,0,0,0-.176.186L6.323,3H4.458a0.467,0.467,0,0,0-.469.469V3.74Zm7.783,1.528A0.259,0.259,0,0,0,11.7,5.092a0.212,0.212,0,0,0-.166-0.078H4.546a0.213,0.213,0,0,0-.166.078,0.26,0.26,0,0,0-.068.176L5.07,11.106a0.887,0.887,0,0,0,.293.625,0.916,0.916,0,0,0,.645.254h4a0.916,0.916,0,0,0,.645-0.254,0.887,0.887,0,0,0,.293-0.625Z' fill='%231a9a75'/&gt;&lt;/g&gt;&lt;/svg&gt;");
}
#tdb-cloud-templates .tdb-template-el-mobile-wrap .tdb-template-el-mobile-btns .tdb-template-el-mobile-list .tdb-template-el-mobile-list-separator {
  margin: 0 14px !important;
  width: auto !important;
}
#tdb-cloud-templates .tdb-template-el-mobile-wrap .tdb-template-el-mobile-btns .tdb-template-el-mobile-list .tdb-template-el-mobile-list-no-el {
  display: block;
  height: auto;
  margin: 0;
  padding: 0 14px !important;
  font-size: 10px;
  line-height: 25px;
  color: #1a9a75;
  text-decoration: none;
}
#tdb-cloud-templates .tdb-template-el-mobile-wrap .tdb-template-el-mobile-btns:before {
  display: none;
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -10px;
  margin: auto;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #fff;
  z-index: 10;
}
#tdb-cloud-templates .tdb-template-el-mobile-wrap .tdb-template-el-mobile-btns:after {
  display: none;
  content: '';
  position: absolute;
  top: 0;
  left: -10px;
  width: 10px;
  height: 100%;
}
#tdb-cloud-templates .tdb-template-el-mobile-wrap .tdb-template-el-mobile-btns:hover:before,
#tdb-cloud-templates .tdb-template-el-mobile-wrap .tdb-template-el-mobile-btns:hover:after,
#tdb-cloud-templates .tdb-template-el-mobile-wrap .tdb-template-el-mobile-btns:hover .tdb-template-el-mobile-list {
  display: block;
}
#tdb-cloud-templates .tdb-template-el-mobile-wrap .tdb-template-el-mobile-active {
  display: inline-block;
  background-color: #949494;
  font-size: 10px;
  line-height: 1;
  padding: 2px 6px 3px;
  color: #fff;
  border-radius: 100px;
}
#tdb-cloud-templates .tdb-template-el-mobile-wrap:hover .tdb-template-el-mobile {
  display: none;
}
#tdb-cloud-templates .tdb-template-el-mobile-wrap:hover .tdb-template-el-mobile-btns {
  display: inline-block;
}
#tdb-cloud-templates .tdb-no-templates-notif {
  font-size: .857em;
  line-height: 1.4;
}
#tdb-cloud-templates .tdb-s-template-type-errors {
  margin-top: 15px;
}
#tdb-cloud-templates .tdb-s-template-type-errors .tdb-s-notif:not(:last-child) {
  margin-bottom: 5px;
}
#tdb-cloud-templates .tdb-s-new-mob-template-form .tdb-s-fc-inner {
  margin: 0 -8px;
}
#tdb-cloud-templates .tdb-s-new-mob-template-form .tdb-s-form-group {
  margin-bottom: 17px;
  padding: 0 8px;
}
#tdb-cloud-templates .tdb-s-new-mob-template-form .tdb-s-form-group-content {
  margin-bottom: 0;
}
#tdb-cloud-templates .tdb-s-new-mob-template-form .tdb-s-fg-error-msg {
  padding: 0 8px;
}
#tdb-cloud-templates .tdb-s-page-templates-trash-list .tdb-spsh-row {
  align-items: flex-end;
}
#tdb-cloud-templates .tdb-s-page-templates-trash-list .tdb-spsh-col {
  /* responsive portrait phone */
}
@media (min-width: 768px) {
  #tdb-cloud-templates .tdb-s-page-templates-trash-list .tdb-spsh-col:nth-child(1) {
    flex: 1;
  }
  #tdb-cloud-templates .tdb-s-page-templates-trash-list .tdb-spsh-col:nth-child(2) {
    width: auto;
  }
}
@media (max-width: 767px) {
  #tdb-cloud-templates .tdb-s-page-templates-trash-list .tdb-spsh-col:nth-child(1) {
    margin-bottom: 15px;
  }
}
@media (min-width: 1019px) {
  #tdb-cloud-templates .tdb-s-table-trash .tdb-s-table-col-options {
    width: 3.5%;
  }
}
#tdb-cloud-templates .errors {
  margin-top: 10px;
  font-size: 12px;
}
#tdb-cloud-templates .errors .type-error {
  color: orangered;
}
#tdb-cloud-templates .errors .type-warning {
  color: orange;
}
#tdb-cloud-templates .errors .type-notice {
  color: #4db2ec;
}
</pre></body></html>