/**
 * 이 파일은 iModule 의 일부입니다. (https://www.imodules.io)
 *
 * 반응형 웹페이지를 만들기 위한 요소로 Bootstrap v2.0 규약을 따른다.
 * 
 * @file /styles/responsive.css
 * @author Arzz (arzz@arzz.com)
 * @license MIT License
 * @version 3.0.0
 * @modified 2018. 12. 21. 
 */
 .container {padding-right:10px; padding-left:10px; margin-right:auto; margin-left:auto;}
 .container-fluid {padding-right:10px; padding-left:10px; margin:0 auto; max-width:1100px;}
 .container:before, .container:after {clear:both; content:" "; display:block;}
 .row {margin-right:-10px; margin-left:0px; margin-top:-10px; min-height:15px; box-sizing:border-box;}
 .row:before, .row:after {clear:both; content:""; display:block;}
 
 .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {min-height:1px; padding-top:10px; padding-right:10px; padding-left:0px; box-sizing:border-box;}
 .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11 {float:left;}
 .col-xs-1 {width:8.333333333333332%;}
 .col-xs-2 {width:16.666666666666664%;}
 .col-xs-3 {width:25%;}
 .col-xs-4 {width:33.33333333333333%;}
 .col-xs-5 {width:41.66666666666667%;}
 .col-xs-6 {width:50%;}
 .col-xs-7 {width:58.333333333333336%;}
 .col-xs-8 {width:66.66666666666666%;}
 .col-xs-9 {width:75%;}
 .col-xs-10 {width:83.33333333333334%;}
 .col-xs-11 {width:91.66666666666666%;}
 .col-xs-12 {width:100%;}
 
 @media (min-width:768px) {
     .container {width:740px;}
     .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {padding-top:10px; padding-right:10px;}
     .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11 {float:left;}
     .col-sm-1 {width:8.333333333333332%;}
     .col-sm-2 {width:16.666666666666664%;}
     .col-sm-3 {width:25%;}
     .col-sm-4 {width:33.33333333333333%;}
     .col-sm-5 {width:41.66666666666667%;}
     .col-sm-6 {width:50%;}
     .col-sm-7 {width:58.333333333333336%;}
     .col-sm-8 {width:66.66666666666666%;}
     .col-sm-9 {width:75%;}
     .col-sm-10 {width:83.33333333333334%;}
     .col-sm-11 {width:91.66666666666666%;}
     .col-sm-12 {width:100%;}
 }
 
 @media (min-width:992px) {
     .container {width:960px;}
     .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11 {float:left;}
     .col-md-1 {width:8.333333333333332%;}
     .col-md-2 {width:16.666666666666664%;}
     .col-md-3 {width:25%;}
     .col-md-4 {width:33.33333333333333%;}
     .col-md-5 {width:41.66666666666667%;}
     .col-md-6 {width:50%;}
     .col-md-7 {width:58.333333333333336%;}
     .col-md-8 {width:66.66666666666666%;}
     .col-md-9 {width:75%;}
     .col-md-10 {width:83.33333333333334%;}
     .col-md-11 {width:91.66666666666666%;}
     .col-md-12 {width:100%;}
 }
 
 @media (min-width:1200px) {
     .container {width:1100px;}
     .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11 {float:left;}
     .col-lg-1 {width:8.333333333333332%;}
     .col-lg-2 {width:16.666666666666664%;}
     .col-lg-3 {width:25%;}
     .col-lg-4 {width:33.33333333333333%;}
     .col-lg-5 {width:41.66666666666667%;}
     .col-lg-6 {width:50%;}
     .col-lg-7 {width:58.333333333333336%;}
     .col-lg-8 {width:66.66666666666666%;}
     .col-lg-9 {width:75%;}
     .col-lg-10 {width:83.33333333333334%;}
     .col-lg-11 {width:91.66666666666666%;}
     .col-lg-12 {width:100%;}
 }
 
 .visible-xs, .visible-sm, .visible-md, .visible-lg {display:none !important;}
 .visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block {display:none !important;}
 @media (max-width:767px) {
     .row {margin-right:-10px; margin-left:0px; margin-top:-10px; min-height:10px;}
     .visible-xs {display:block !important;}
     table.visible-xs {display:table;}
     tr.visible-xs {display:table-row !important;}
     th.visible-xs, td.visible-xs {display:table-cell !important;}
     .visible-xs-block {display:block !important;}
     .visible-xs-inline {display:inline !important;}
     .visible-xs-inline-block {display:inline-block !important;}
     
     .inputInline .helpBlock {display:block; margin-top:5px; line-height:1.6; height:auto;}
 }
 @media (min-width:768px) and (max-width:991px) {
     .visible-sm {display:block !important;}
     table.visible-sm {display:table;}
     tr.visible-sm {display:table-row !important;}
     th.visible-sm, td.visible-sm {display:table-cell !important;}
     .visible-sm-block {display:block !important;}
     .visible-sm-inline {display:inline !important;}
     .visible-sm-inline-block {display:inline-block !important;}
 }
 @media (min-width:992px) and (max-width:1199px) {
     .visible-md {display:block !important;}
     table.visible-md {display:table;}
     tr.visible-md {display:table-row !important;}
     th.visible-md, td.visible-md {display:table-cell !important;}
     .visible-md-block {display:block !important;}
     .visible-md-inline {display:inline !important;}
     .visible-md-inline-block {display:inline-block !important;}
 }
 @media (min-width:1200px) {
     .visible-lg {display:block !important;}
     table.visible-lg {display:table;}
     tr.visible-lg {display:table-row !important;}
     th.visible-lg, td.visible-lg {display:table-cell !important;}
     .visible-lg-block {display:block !important;}
     .visible-lg-inline {display:inline !important;}
     .visible-lg-inline-block {display:inline-block !important;}
 }
 @media (max-width:767px) {
     .hidden-xs {display:none !important;}
 }
 @media (min-width:768px) and (max-width:991px) {
     .hidden-sm {display:none !important;}
 }
 @media (min-width:992px) and (max-width:1199px) {
     .hidden-md {display:none !important;}
 }
 @media (min-width:1200px) {
     .hidden-lg {display:none !important;}
 }
 .visible-print, .visible-print-block, .visible-print-inline, .visible-print-inline-block {display:none !important;}
 @media print {
     .visible-print {display:block !important;}
     table.visible-print {display:table;}
     tr.visible-print {display:table-row !important;}
     th.visible-print, td.visible-print {display:table-cell !important;}
     .visible-print-block {display:block !important;}
     .visible-print-inline {display:inline !important;}
     .visible-print-inline-block {display:inline-block !important;}
     .hidden-print {display:none !important;}
 }

/**
 * 이 파일은 iModule 의 일부입니다. (https://www.imodules.io)
 *
 * iModule 에서 공통적으로 사용되는 스타일을 정의한다.
 * 사이트템플릿의 styles 폴더에 common.css 파일이 정의되어 있다면, 이 스타일시트 파일을 무시하고, 해당 스타일시트를 사용한다.
 * 만약 사이트템플릿에서 common.css 파일을 생성하여 사용할 경우 가급적 이 스타일시트 파일에 정의되어 있는 요소를 모두 정의하여 사용하는 것을 권장한다.
 * @see /styles/common.css
 * @see /classes/iModule.class.php -> getHeadResource()
 * 
 * @file /styles/style.css
 * @author Arzz (arzz@arzz.com)
 * @license MIT License
 * @version 3.0.0
 * @modified 2021. 5. 27.
 */
 * {
    padding: 0px;
    margin: 0px;
    -webkit-font-smoothing: antialiased;
}

*:focus {
    outline: none;
}

html, body {
    width: 100%;
    min-height: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-size: 14px;
    color: #222;
}

body {
    overflow: auto;
    position: relative;
}

header, main, footer, section, aside, article {
    display: block;
}

body[data-scroll] {
    position: fixed;
    height: 100%;
}

body > div[data-role=wrapper] {
    width: 100%;
    min-height: 100%;
}

input, textarea, button, select {
    font-family: inherit;
    outline: none;
    font-size: inherit;
    border-radius: 0;
}

input[type=search] {
    -webkit-appearance: none;
}

input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

a {
    outline: none;
}

mark[data-markjs=true] {
    color: #f44336;
    background: #ffecb3;
}

/**
 * alert 영역 디자인 정의
 */
body > div[data-role=alert] {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 20000;
}

body > div[data-role=alert] .message {
    padding: 8px 30px 8px 10px;
    font-weight: bold;
    position: relative;
    line-height: 1.6;
    font-size: 14px;
}

body > div[data-role=alert] .message .close {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    top: 3px;
    right: 3px;
    position: absolute;
    cursor: pointer;
    opacity: 0.7;
}

body > div[data-role=alert] .default {
    background: #fdf1af;
    border-bottom: 1px solid #a29239;
}

body > div[data-role=alert] .error {
    background: #c10000;
    border-bottom: 1px solid #960000;
    color: #ffff80;
}

body > div[data-role=alert] .success {
    background: #e4f5fd;
    border-bottom: 1px solid #98c1e5;
    color: #4680ae;
}

body > div[data-role=alert] .progress {
    background: #e5e5e5;
    height: 10px;
}

body > div[data-role=alert] .progress span {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #e4232c;
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
    background-size: 40px 40px;
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

@-o-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

/**
 * 툴팁 디자인 정의
 */
div[data-role=wrapper] > div[data-role=tooltip] {
    position: absolute;
    z-index: 100;
    margin: 6px 0px;
}

div[data-role=wrapper] > div[data-role=tooltip] > div {
    position: relative;
    background: #2196F3;
    color: #fff;
    padding: 10px;
    line-height: 1.6;
}

div[data-role=wrapper] > div[data-role=tooltip].top > div:before {
    position: absolute;
    content: " ";
    height: 0;
    bottom: 100%;
    left: 10px;
    border: 6px solid transparent;
    border-bottom-color: #2196F3;
}

div[data-role=wrapper] > div[data-role=tooltip].bottom > div:before {
    position: absolute;
    content: " ";
    height: 0;
    top: 100%;
    left: 10px;
    border: 6px solid transparent;
    border-top-color: #2196F3;
}

/**
 * 비활성화 레이어
 */
body.disabled {
    overflow: hidden;
}

body.disabled > div[data-role=wrapper] {
    filter: blur(5px);
}

body.disabled > div[data-role=disabled] {
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    color: #fff;
    font-size: 50px;
}

body.disabled > div[data-role=disabled] > div[data-role=box] {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    vertical-align: middle;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 0;
    margin: 0;
    border: 0;
}

body.disabled > div[data-role=disabled].loading {
    display: table;
}

body.disabled > div[data-role=disabled].loading > div[data-role=box] {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    font-size: 20px;
    padding: 0;
}

/*

body.disabled > div[data-role=disabled].modal {display:table;}
body.disabled > div[data-role=disabled].modal > div[data-role=box] {display:table-cell; text-align:center; vertical-align:middle; font-size:0;}
*/
body.disabled.mobile {
}

body.disabled.mobile > div[data-role=wrapper] {
    overflow: hidden;
}

body.disabled.mobile > div[data-role=disabled] {
    position: absolute;
}

body.disabled.mobile > div[data-role=disabled] > div[data-role=box] {
    padding: 5px;
    height: auto;
    overflow: visible;
}

/**
 * 박스
 */
div[data-role=box] {
    padding: 10px;
    line-height: 1.6;
    font-size: 14px;
    border: 1px solid transparent;
    color: #222;
}

div[data-role=box].yellow {
    background: #FFF8E1;
    border-color: #FFECB3;
}

/**
 * 모달창
 */
div[data-role=modal] {
    display: block;
    width: 95%;
    max-width: 500px;
    background: #fff;
    box-shadow: 0px 1px 70px rgba(0,0,0,0.5);
    margin: 0px auto;
}

div[data-role=modal] > form {
    margin: 0;
    padding: 0;
}

div[data-role=modal] > form > div[data-role=header] {
    min-height: 80px;
    padding: 0;
    margin: 0;
    position: relative;
    text-align: left;
    background: transparent;
    display: block;
    box-shadow: none;
}

div[data-role=modal] > form > div[data-role=header] > h1 {
    font-size: 18px;
    display: block;
    width: 100%;
    height: auto;
    line-height: 30px;
    padding: 25px 60px 25px 20px;
    color: #333;
    overflow: hidden;
    box-sizing: border-box;
    margin: 0;
}

div[data-role=modal] > form > div[data-role=header] > button {
    position: absolute;
    top: 20px;
    right: 10px;
    width: 40px;
    height: 40px;
    font-size: 20px;
    background: transparent;
    border: 0px;
    cursor: pointer;
    color: #666;
}

div[data-role=modal] > form > div[data-role=header] > button > i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

div[data-role=modal] > form > div[data-role=header] > button:hover {
    color: #333;
}

div[data-role=modal][data-closable=FALSE] > form > div[data-role=header] > button {
    display: none;
}

div[data-role=modal] > form > div[data-role=context] {
    min-height: 30px;
    height: calc(100% - 122px);
    width: 100%;
    padding: 0px 20px;
    box-sizing: border-box;
    font-size: 14px;
    color: #333;
    text-align: left;
    display: block;
}

div[data-role=modal] > form > div[data-role=context][data-fullsize=TRUE] {
    height: calc(100% - 122px);
}

div[data-role=modal] > form > div[data-role=context] > label {
    display: block;
    height: 30px;
    line-height: 30px;
    font-weight: bold;
}

div[data-role=modal] > form > div[data-role=context] > div[data-role=message] {
    font-size: 14px;
    line-height: 1.6;
}

div[data-role=modal] > form > div[data-role=context] > div[data-role=message] + div[data-role=input] {
    margin-top: 10px;
}

div[data-role=modal] > form > div[data-role=context] > div[data-role=iframe] {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 0;
}

div[data-role=modal] > form > div[data-role=context] > div[data-role=iframe] > iframe {
    display: block;
    border: 0px;
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
}

div[data-role=modal] > form > div[data-role=context] > div[data-role=iframe][data-fullsize=TRUE] {
    margin: 0px -20px;
    width: calc(100% + 40px);
}

div[data-role=modal] > form > div[data-role=footer] {
    display: table;
    table-layout: fixed;
    width: 100%;
    height: auto;
    background: transparent;
    margin: 0px;
    margin-top: 20px;
    padding: 0px;
}

div[data-role=modal] > form > div[data-role=context][data-fullsize=TRUE] + footer {
    margin-top: 0px;
}

div[data-role=modal] > form > div[data-role=footer] > div {
    display: table-cell;
    width: auto;
    vertical-align: middle;
}

div[data-role=modal] > form > div[data-role=footer] > div > button {
    display: block;
    width: 100%;
    height: 42px;
    box-sizing: border-box;
    cursor: pointer;
    font-size: 14px;
    line-height: 42px;
    border: 0;
    background: #bdbdbd;
    color: #fff;
}

div[data-role=modal] > form > div[data-role=footer] > div > button:hover {
    background: #aeaeae;
}

div[data-role=modal] > form > div[data-role=footer] > div > button:focus {
    border: 1px dotted rgba(0,0,0,0.5);
    line-height: 40px;
}

div[data-role=modal] > form > div[data-role=footer] > div > button[disabled] {
    background: #bdbdbd !important;
    opacity: 0.7;
    cursor: not-allowed;
}

div[data-role=modal] > form > div[data-role=footer] > div > button[type=submit], div[data-role=modal] > form > div[data-role=footer] > div > button.submit {
    background: #2196fe;
    color: #fff;
}

div[data-role=modal] > form > div[data-role=footer] > div > button[type=submit]:hover, div[data-role=modal] > form > div[data-role=footer] > div > button.submit:hover {
    background: #1e88e5;
}

div[data-role=modal] > form > div[data-role=footer] > div > button[type=submit][disabled], div[data-role=modal] > form > div[data-role=footer] > div > button.submit {
    background: #2196fe !important;
}

div[data-role=modal] > form > div[data-role=footer] > div > button.danger {
    background: #f44336;
    color: #fff;
}

div[data-role=modal] > form > div[data-role=footer] > div > button.danger:hover {
    background: #e53935;
}

div[data-role=modal] > form > div[data-role=footer] > div > button[disabled].danger {
    background: #e53935 !important;
}

/**
 * Form 객체 기본 디자인 정의
 */
div[data-role=input] {
    display: block;
    width: 100%;
    min-height: 40px;
    position: relative;
}

div[data-role=input] input, div[data-role=input] textarea, div[data-role=input] select, div[data-role=input] label {
    -webkit-appearance: none;
}

div[data-role=inputset] {
    display: block;
    width: 100%;
    position: relative;
    font-size: 0;
}

div[data-role=inputset] > div[data-role=input] {
    display: block;
    margin-top: 5px;
    vertical-align: middle;
    font-size: 1rem;
}

div[data-role=inputset] > div[data-role=input]:first-child {
    margin-top: 0px;
}

div[data-role=inputset] > div[data-role=text] {
    font-size: 1rem;
    height: 40px;
    line-height: 40px;
}

div[data-role=inputset].inline > div[data-role] {
    vertical-align: middle;
}

div[data-role=inputset].inline > div[data-role=input] {
    display: inline-block;
    width: auto;
    margin-top: 0px;
    margin-right: 5px;
}

div[data-role=inputset].inline > div[data-role=input]:last-child {
    margin-right: 0px;
}

div[data-role=inputset].inline > div[data-role=input] > label {
    padding-right: 15px;
}

div[data-role=inputset].inline > div[data-role=input]:last-child > label {
    padding-right: 0px;
}

div[data-role=inputset].inline > div[data-role=text] {
    display: inline-block;
    width: auto;
    margin-top: 0px;
    margin-right: 5px;
}

div[data-role=inputset].inline > div[data-role=text]:last-child {
    margin-right: 0px;
}

div[data-role=inputset].flex {
    width: 100%;
    min-height: 40px;
    display: table;
    table-layout: fixed;
}

div[data-role=inputset].flex > div[data-role=input] {
    display: table-cell;
    width: auto;
    margin-top: 0px;
    white-space: nowrap;
    overflow: visible;
    border-left: 5px solid transparent;
}

div[data-role=inputset].flex > div[data-role=input] > label {
    white-space: nowrap;
}

div[data-role=inputset].flex > div[data-role=input]:first-child {
    border-left: 0px;
}

div[data-role=inputset].flex > div[data-role=text] {
    display: table-cell;
    width: auto;
    margin-top: 0px;
    white-space: nowrap;
    overflow: visible;
    border-left: 5px solid transparent;
    font-size: 14px;
    line-height: 40px;
}

div[data-role=inputset].flex > div[data-role=help] {
    display: table-caption;
    caption-side: bottom;
    margin-top: 5px;
    margin-left: 0px;
    margin-bottom: 5px;
    border-left: 0;
}

div[data-role=inputset].grow {
    width: 100%;
    min-height: 40px;
    display: table;
}

div[data-role=inputset].grow > div[data-role=input] {
    display: table-cell;
    width: auto;
    margin-top: 0px;
    white-space: nowrap;
    overflow: visible;
    border-left: 5px solid transparent;
}

div[data-role=inputset].grow > div[data-role=input] > label {
    white-space: nowrap;
}

div[data-role=inputset].grow > div[data-role].grow {
    width: 100%;
}

div[data-role=inputset].grow > div[data-role].grow2 {
    width: 50%;
}

div[data-role=inputset].grow > div[data-role].grow3 {
    width: 33.3333%;
}

div[data-role=inputset].grow > div[data-role].grow4 {
    width: 25%;
}

div[data-role=inputset].grow > div[data-role].grow5 {
    width: 20%;
}

div[data-role=inputset].grow > div[data-role]:first-child {
    border-left: 0px;
}

div[data-role=inputset].grow > div[data-role=text] {
    display: table-cell;
    width: auto;
    margin-top: 0px;
    white-space: nowrap;
    overflow: visible;
    border-left: 5px solid transparent;
    font-size: 14px;
    line-height: 40px;
}

div[data-role=inputset].grow > div[data-role=help] {
    display: table-caption;
    caption-side: bottom;
    margin-top: 5px;
    margin-left: 0px;
    margin-bottom: 5px;
    border-left: 0;
}

div[data-role=input][data-type=button] > button {
    white-space: nowrap;
    height: 40px;
    line-height: 40px;
    padding: 0px 15px;
    box-sizing: border-box;
    cursor: pointer;
    color: #fff;
    background: #b5b7c0;
    border: 0;
}

div[data-role=input][data-type=button] > button.icon {
    padding: 0px;
}

div[data-role=input][data-type=button] > button.icon > i {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 38px;
    vertical-align: top;
    text-align: center;
    font-size: 16px;
    margin-top: 0px;
}

div[data-role=input][data-type=button] > button.icon > span {
    display: inline-block;
    padding-right: 15px;
    height: 38px;
    line-height: 38px;
}

div[data-role=input][data-type=button] > button:not([disabled]):hover {
    background: #828595;
    color: #fff;
}

div[data-role=input][data-type=button] > button.submit {
    background: #2196f3;
    color: #fff;
}

div[data-role=input][data-type=button] > button.submit:not([disabled]):hover {
    background: #1e88e5;
}

div[data-role=input][data-type=button] > button.danger {
    background: #f44336;
    color: #fff;
}

div[data-role=input][data-type=button] > button.danger:not([disabled]):hover {
    background: #e53935;
}

div[data-role=input][data-type=select] > button {
    border: 1px solid #d1d1d1;
    background: #fff;
    box-sizing: border-box;
    width: 100%;
    height: 40px;
    line-height: 1;
    cursor: pointer;
    color: #666;
}

div[data-role=input][data-type=select] > button > span {
    display: inline-block;
    width: calc(100% - 30px);
    height: 38px;
    line-height: 38px;
    vertical-align: middle;
    text-align: left;
    box-sizing: border-box;
    padding: 0px 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

div[data-role=input][data-type=select] > button > i {
    display: inline-block;
    width: 30px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    vertical-align: middle;
}

div[data-role=input][data-type=select] > button:focus, div[data-role=input][data-type=select] > button:active, div[data-role=input][data-type=select] > button.focus {
    border-color: #66afe9;
}

div[data-role=input][data-type=select] > button:focus > i, div[data-role=input][data-type=select] > button:active > i, div[data-role=input][data-type=select] > button.focus > i {
    color: #428bca;
}

div[data-role=input][data-type=select] > button:disabled {
    border-color: #ccc !important;
    background: #f4f4f4;
    opacity: 0.8;
    cursor: not-allowed;
}

div[data-role=input][data-type=select] > ul {
    list-style: none;
    border: 1px solid #66afe9;
    box-sizing: border-box;
    width: 100%;
    position: absolute;
    top: 39px;
    left: 0;
    z-index: 10;
    background: #fff;
    display: none;
    text-align: left;
}

div[data-role=input][data-type=select] > ul > li {
    height: 38px;
    line-height: 38px;
    padding: 0px 10px;
    border-bottom: 1px solid #d1d1d1;
    cursor: pointer;
    outline: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

div[data-role=input][data-type=select] > ul > li:last-child {
    border-bottom: 0px;
}

div[data-role=input][data-type=select] > ul > li:focus {
    color: #fff;
    background-color: #428bca;
}

div[data-role=input][data-type=select].extend > button {
    border-color: #66afe9;
}

div[data-role=input][data-type=select].extend > button > i:before {
    content: "\e905";
}

div[data-role=input][data-type=select].extend > ul {
    display: block;
    max-height: 240px;
    overflow-y: auto;
}

div[data-role=input][data-type=select].extend.up > ul {
    top: auto;
    bottom: calc(100% - 1px);
}

div[data-role=input][data-type=select] > select {
    width: 100%;
    height: 40px;
    opacity: 0;
    -webkit-appearance: none;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
}

div[data-role=input][data-type=select].error > button {
    border-color: #f44336;
}

div[data-role=input][data-type=select].error > button > i {
    color: #f44336;
}

div[data-role=input][data-type=select].success > button {
    border-color: #4caf50;
}

div[data-role=input][data-type=select].success > button > i {
    color: #4caf50;
}

div[data-role=input][data-type=input] > input {
    border: 1px solid #d1d1d1;
    background: #fff;
    box-sizing: border-box;
    width: 100%;
    height: 40px;
    padding: 10px;
    line-height: 18px;
    border-radius: 0px;
}

div[data-role=input][data-type=input] > input:focus, div[data-role=input][data-type=input] > input.focus {
    border-color: #66afe9;
}

div[data-role=input][data-type=input] > input[disabled] {
    background: #e5e5e5;
    opacity: 0.5;
    cursor: not-allowed;
}

div[data-role=input][data-type=input] > input[type=date] {
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
}

div[data-role=input][data-type=input] > button {
    background: #fff;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 38px;
    height: 38px;
    border: 0;
    line-height: 38px;
    cursor: pointer;
    color: #666;
}

div[data-role=input][data-type=input] > button:hover {
    background: #f4f4f4;
    color: #333;
}

div[data-role=input][data-type=input] > button:focus {
    border: 1px solid #66afe9;
    top: 0px;
    right: 0px;
    width: 40px;
    height: 40px;
    line-height: 38px;
}

div[data-role=input][data-type=input] > button[disabled] {
    background: #e5e5e5;
    opacity: 0.5;
    cursor: not-allowed;
    color: #666;
}

div[data-role=input][data-type=input].extend > input {
    border-color: #66afe9;
}

div[data-role=input][data-type=input].extend > button {
    background: #428bca;
    color: #fff;
}

div[data-role=input][data-type=input].error > input {
    border-color: #f44336;
}

div[data-role=input][data-type=input].success > input {
    border-color: #4caf50;
}

div[data-role=input][data-type=input] > div[data-role=picker] {
    position: absolute;
    top: 40px;
    left: 0px;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #d1d1d1;
    background: #fff;
    box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
    display: none;
    z-index: 10;
}

div[data-role=input][data-type=input].extend > div[data-role=picker] {
    display: block;
}

div[data-role=input][data-type=textarea] {
    height: auto;
}

div[data-role=input][data-type=textarea] > textarea {
    border: 1px solid #d1d1d1;
    background: #fff;
    box-sizing: border-box;
    width: 100%;
    height: 40px;
    padding: 10px;
    line-height: 18px;
    border-radius: 0px;
    min-height: 100px;
    resize: none;
    display: block;
}

div[data-role=input][data-type=textarea] > textarea:focus, div[data-role=input][data-type=textarea] > textarea.focus {
    border-color: #66afe9;
}

div[data-role=input][data-type=textarea] > textarea[disabled] {
    background: #e5e5e5;
    opacity: 0.5;
    cursor: not-allowed;
}

div[data-role=input][data-type=textarea].error > textarea {
    border-color: #f44336;
}

div[data-role=input][data-type=textarea].success > textarea {
    border-color: #4caf50;
}

div[data-role=input][data-type=checkbox] > label {
    cursor: pointer;
    display: inline-block;
    min-height: 20px;
    line-height: 20px;
    -webkit-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    padding: 10px 0px 10px 32px;
    vertical-align: middle;
}

div[data-role=input][data-type=checkbox] > label > button.checkbox {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin: -2px 8px -2px -32px;
    box-sizing: border-box;
    border: 1px solid #d1d1d1;
    float: left;
    background: #fff;
    cursor: pointer;
    vertical-align: middle;
}

div[data-role=input][data-type=checkbox] > label > button.checkbox.on {
    background: #43b3ec;
    border-color: #5891dd;
    font-family: moimz;
    line-height: 22px;
    color: #fff;
    text-align: center;
    padding-right: 1px;
}

div[data-role=input][data-type=checkbox] > label > button.checkbox.on:before {
    content: "\eb10";
}

div[data-role=input][data-type=checkbox] > label > button.checkbox:focus {
    border-color: #66afe9;
}

div[data-role=input][data-type=checkbox].disabled > label {
    opacity: 0.5;
    cursor: not-allowed;
}

div[data-role=input][data-type=checkbox].disabled > label > button {
    border-color: #ccc !important;
    background: #e5e5e5;
    opacity: 0.8;
    cursor: not-allowed;
}

div[data-role=input][data-type=checkbox].error > label {
    color: #f44336;
}

div[data-role=input][data-type=checkbox].error > label > button {
    border-color: #f44336;
}

div[data-role=input][data-type=checkbox].success > label {
    color: #4caf50;
}

div[data-role=input][data-type=checkbox].success > label > button {
    border-color: #4caf50;
}

div[data-role=input][data-type=radio] > label {
    cursor: pointer;
    display: inline-block;
    min-height: 20px;
    line-height: 20px;
    color: #666;
    -webkit-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    padding: 10px 0px 10px 32px;
}

div[data-role=input][data-type=radio] > label > button.radio {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin: -3px 8px -3px -32px;
    box-sizing: border-box;
    border: 1px solid #d1d1d1;
    float: left;
    background: #fff;
    border-radius: 50%;
    cursor: pointer;
    vertical-align: middle;
}

div[data-role=input][data-type=radio] > label > button.radio.on {
    border: 8px solid #43b3ec;
    background: #fff;
}

div[data-role=input][data-type=radio] > label > button.radio:focus {
    border-color: #66afe9;
}

div[data-role=input][data-type=radio].disabled > label {
    opacity: 0.8;
    cursor: not-allowed;
}

div[data-role=input][data-type=radio].disabled > label > button {
    border-color: #ccc !important;
    background: #e5e5e5;
    cursor: not-allowed;
}

div[data-role=input][data-type=radio].error > label {
    color: #f44336;
}

div[data-role=input][data-type=radio].error > label > button {
    border-color: #f44336;
}

div[data-role=input][data-type=radio].success > label {
    color: #4caf50;
}

div[data-role=input][data-type=radio].success > label > button {
    border-color: #4caf50;
}

div[data-role=input] + div[data-role=input], div[data-role=input] + div[data-role=inputset], div[data-role=inputset] + div[data-role=input], div[data-role=inputset] + div[data-role=inputset] {
    margin-top: 5px;
}

div[data-role=help] {
    font-size: 12px;
    line-height: 1.6;
    color: #666;
    margin: 5px 0px 10px 0px;
}

div[data-role=help].error {
    color: #f44336;
}

div[data-role=help].success {
    color: #4caf50;
}

div[data-role=input][data-type=checkbox] > div[data-role=help], div[data-role=input][data-type=radio] > div[data-role=help] {
    margin-top: 5px;
}

/**
 * 태그 입력기
 */
div[data-role=tags] > div[data-role=tag] {
    display: inline-block;
    white-space: nowrap;
    margin-right: 10px;
    height: 40px;
    font-size: 0;
    vertical-align: top;
}

div[data-role=tags] > div[data-role=tag] > span {
    display: inline-block;
    white-space: nowrap;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    vertical-align: top;
    cursor: pointer;
}

div[data-role=tags] > div[data-role=tag] > button {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 5px;
    vertical-align: top;
    border: 0;
    background: transparent;
    cursor: pointer;
}

div[data-role=tags] > div[data-role=tag] > button > i {
    width: 20px;
    height: 20px;
    background: #b5b7c0;
    color: #fff;
    border-radius: 10px;
    display: block;
    margin: 5px;
    line-height: 20px;
    text-align: center;
    font-size: 12px;
}

div[data-role=tags] > div[data-role=tag] > button:hover > i {
    background: #828595;
}

div[data-role=tags] > div[data-role=tag] > input {
    border: 1px solid #d1d1d1;
    background: #fff;
    box-sizing: border-box;
    width: 150px;
    height: 40px;
    padding: 10px;
    line-height: 18px;
    border-radius: 0px;
    font-size: 14px;
}

div[data-role=tags] > div[data-role=tag] > input:focus {
    border-color: #66afe9;
}

/**
 * 자동검색
 */
div[data-keyword=TRUE] {
    position: relative;
    z-index: 1;
}

div[data-keyword=TRUE] > ul {
    list-style: none;
    width: 100%;
    max-height: 200px;
    border: 1px solid #66afe9;
    position: absolute;
    top: 39px;
    left: 0px;
    z-index: 2;
    box-sizing: border-box;
    background: #fff;
    overflow-y: scroll;
}

div[data-keyword=TRUE] > ul > li {
    height: 38px;
    line-height: 38px;
    padding: 0px 10px;
    border-bottom: 1px solid #d1d1d1;
    cursor: pointer;
    outline: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    font-size: 1rem;
    background: #fff;
}

div[data-keyword=TRUE] > ul > li:last-child {
    border-bottom: 0px;
}

div[data-keyword=TRUE] > ul > li:hover {
    color: #fff;
    background-color: #428bca;
}

div[data-keyword=TRUE] > ul > li.selected {
    color: #fff;
    background-color: #428bca;
}

/**
 * 위지윅에디터
 */
div[data-role=wysiwyg] {
    position: relative;
    overflow: visible;
}

div[data-role=wysiwyg] .fr-view {
    font-family: inherit;
    font-size: 14px;
}

div[data-role=wysiwyg] .fr-view table {
    border-color: #000;
}

/**
 * 버튼정의
 */
div[data-role=button] {
    font-size: 0;
    text-align: center;
    padding-left: 5px;
}

div[data-role=button] > button, div[data-role=button] > a {
    display: inline-block;
    height: 40px;
    line-height: 38px;
    padding: 0px 15px;
    box-sizing: border-box;
    border: 1px solid rgba(0,0,0,0.1);
    color: #222;
    background: #fff;
    vertical-align: middle;
    margin-right: 5px;
    text-decoration: none;
    cursor: pointer;
    font-size: 1rem;
}

div[data-role=button] > button:not([disabled]):hover, div[data-role=button] > a:hover {
    background: #f4f4f4;
}

div[data-role=button] > button[disabled] {
    background: #f4f4f4;
    color: #222;
    opacity: 0.5;
    cursor: not-allowed;
}

div[data-role=button] > button[type=submit], div[data-role=button] > .submit {
    background: #2196f3;
    color: #fff;
}

div[data-role=button] > button[type=submit]:hover, div[data-role=button] > .submit:not([disabled]):hover {
    background: #1e88e5;
    color: #fff;
}

div[data-role=button] > button:focus, div[data-role=button] > a:focus {
    border-color: rgba(0,0,0,0.5);
}

div[data-role=button] > button > i, div[data-role=button] > a > i {
    float: left;
    width: 30px;
    height: 30px;
    text-align: center;
    margin: 4px 0px 4px -10px;
    padding: 0;
    line-height: 30px;
    vertical-align: middle;
}

div[data-role=button] > button > i.mi-loading.icon {
    float: none;
    width: auto;
    height: auto;
    margin: 0;
}

div[data-role=button] > .danger {
    background: #f44336;
    color: #fff;
}

div[data-role=button] > .danger:not([disabled]):hover {
    background: #e53935;
    color: #fff;
}

div[data-role=input] + div[data-role=button], div[data-role=inputset] + div[data-role=button] {
    margin-top: 5px;
}

ul[data-role=table] + div[data-role=button] {
    margin-top: 20px;
}

/**
 * 캘린더
 */
div[data-role=calendar] {
    outline: none;
    overflow: hidden;
    -webkit-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
}

div[data-role=calendar] > div.header {
    width: 100%;
    height: 40px;
    font-size: 0;
}

div[data-role=calendar] > div.header > button {
    width: 40px;
    height: 40px;
    border: 0;
    background: #fff;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    color: #666;
    vertical-align: middle;
    font-size: 12px;
}

div[data-role=calendar] > div.header > button:hover {
    background: #f4f4f4;
    color: #333;
}

div[data-role=calendar] > div.header > div.navigation {
    display: inline-block;
    width: calc(100% - 80px);
    height: 40px;
    vertical-align: middle;
    text-align: center;
    font-size: 12px;
}

div[data-role=calendar] > div.header > div.navigation > span {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0px 5px;
    font-family: OpenSans, arial, sans-serif;
    color: #666;
    cursor: pointer;
    position: relative;
}

div[data-role=calendar] > div.header > div.navigation > span.year:after {
    content: ".";
}

div[data-role=calendar] > div.header > div.navigation > span > select {
    opacity: 0;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: -5px;
    width: calc(100% + 10px);
    height: 40px;
}

div[data-role=calendar] > div.dates {
    padding: 5px;
    height: auto;
    white-space: normal;
}

div[data-role=calendar] > div.dates > ul {
    list-style: none;
    width: 100%;
    display: block;
    font-size: 0;
}

div[data-role=calendar] > div.dates > ul > li {
    display: inline-block;
    width: 14%;
    height: 30px;
    font-size: 11px;
    font-family: OpenSans, arial, sans-serif;
    text-align: center;
    vertical-align: middle;
    background: #f5f5f5;
    line-height: 30px;
    font-weight: bold;
}

div[data-role=calendar] > div.dates > ul > li.Sun {
    width: 15%;
    color: #ff004f;
}

div[data-role=calendar] > div.dates > ul > li.Sat {
    width: 15%;
    color: #008af4;
}

div[data-role=calendar] > div.dates > button {
    width: 14%;
    border: 0;
    background: #fff;
    height: 26px;
    line-height: 26px;
    font-size: 12px;
    font-family: OpenSans, arial, sans-serif;
    text-align: right;
    cursor: pointer;
    padding-right: 5px;
    box-sizing: border-box;
    color: #333;
}

div[data-role=calendar] > div.dates > button.Sun {
    width: 15%;
    color: #ff004f;
}

div[data-role=calendar] > div.dates > button.Sat {
    width: 15%;
    color: #008af4;
}

div[data-role=calendar] > div.dates > button.today {
    color: #00adf9;
    font-weight: bold;
}

div[data-role=calendar] > div.dates > button.selected {
    background: #00acf9;
    color: #fff;
    font-weight: bold;
}

div[data-role=calendar] > div.dates > button.notMatched {
    color: #999;
}

div[data-role=calendar] > div.dates > button:hover {
    background: #ff7829 !important;
    color: #fff;
}

/**
 * 테이블
 */
ul[data-role=table] {
    list-style: none;
    min-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

ul[data-role=table] > li {
    display: table;
    width: 100%;
    font-size: 14px;
    table-layout: fixed;
    box-sizing: border-box;
}

ul[data-role=table] > li {
    border-bottom: 1px solid #e3e4e5;
}

ul[data-role=table].outer > li {
    border-left: 1px solid #e3e4e5;
    border-right: 1px solid #e3e4e5;
}

ul[data-role=table].inner.outer > li {
    border-right: 0px;
}

ul[data-role=table].inner.outer > li > span:last-child {
    border-right: 1px solid #e3e4e5;
}

ul[data-role=table] > li > span, ul[data-role=table] > li.thead > a {
    display: table-cell;
    vertical-align: top;
    box-sizing: border-box;
    height: 60px;
}

ul[data-role=table] > li > span.thead {
    background: #f4f4f4;
    font-weight: bold;
}

ul[data-role=table] > li.thead {
    border-top: 2px solid transparent;
    border-bottom: 1px solid #e3e4e5;
}

ul[data-role=table].red > li.thead {
    border-top-color: #f44336;
}

ul[data-role=table].black > li.thead {
    border-top-color: #222;
}

ul[data-role=table] > li.thead > span, ul[data-role=table] > li.thead > a {
    background: #f4f4f4;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    line-height: 1.6;
    padding: 10px 0px;
}

ul[data-role=table] > li.thead > a {
    color: #333;
    text-decoration: none;
}

ul[data-role=table] > li.thead > a > i {
    margin-left: 5px;
}

ul[data-role=table] > li.tbody {
    background: #fff;
}

ul[data-role=table] > li.tbody > span {
    vertical-align: middle;
    padding: 0px 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

ul[data-role=table] > li.tbody > span.multiline {
    line-height: 20px;
    padding: 10px;
    height: auto;
    white-space: normal;
}

ul[data-role=table] > li.tbody > span.center {
    text-align: center;
}

ul[data-role=table] > li.tbody > span.right {
    text-align: right;
}

ul[data-role=table].inner > li > span, ul[data-role=table].inner > li > a {
    border-right: 1px solid #e3e4e5;
}

ul[data-role=table].inner > li > span:last-child {
    border-right: 0px;
}

ul[data-role=table].view > li > span.thead {
    width: 160px;
    padding-left: 15px;
    line-height: 40px;
}

ul[data-role=table].view > li > span.tbody {
    width: 100%;
    padding: 10px;
    line-height: 1.6;
    background: #fff;
}

ul[data-role=table].small > li > span, ul[data-role=table].small > li > a {
    height: 50px;
    font-size: 12px;
}

ul[data-role=table] > li.empty {
    display: block;
    height: 100px;
    line-height: 100px;
    font-size: 14px;
    color: #666;
    text-align: center;
}

ul[data-role=table].small > li > span, ul[data-role=table].small > li > a {
    height: 50px;
    font-size: 12px;
}

div[data-role=table-fixer] {
    position: relative;
    z-index: 0;
    overflow: hidden;
}

ul[data-role=table].fixed {
    position: absolute;
    min-width: 0;
    top: 0;
    left: 0;
    z-index: 1;
    box-shadow: 1px 0px 5px 0px rgba(0,0,0,0.1);
}

ul[data-role=table].fixed > li {
    width: 181px;
}

ul[data-role=table].fixed > li > span {
    display: none;
}

ul[data-role=table].fixed > li > span.fixed {
    display: table-cell;
}

/**
 * 캘린더 테이블
 */
ul[data-role=calendarview] {
    list-style: none;
    min-width: 100%;
    overflow-x: auto;
    font-size: 14px;
    -webkit-overflow-scrolling: touch;
}

ul[data-role=calendarview] > li[data-role=week] {
    display: table;
    width: 100%;
    table-layout: fixed;
    box-sizing: border-box;
}

ul[data-role=calendarview] > li[data-role=week] > ul {
    display: table-row;
    list-style: none;
}

ul[data-role=calendarview] > li[data-role=week] > ul > li[data-role=date] {
    display: table-cell;
    width: auto;
    vertical-align: top;
}

ul[data-role=calendarview] > li[data-role=week].thead {
    border-top: 2px solid transparent;
}

ul[data-role=calendarview].red > li[data-role=week].thead {
    border-top-color: #f44336;
}

ul[data-role=calendarview].black > li[data-role=week].thead {
    border-top-color: #222;
}

ul[data-role=calendarview] > li[data-role=week].thead > ul > li[data-role=date] {
    height: 60px;
    line-height: 60px;
    background: #f4f4f4;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
}

ul[data-role=calendarview] > li[data-role=week].thead > ul > li[data-role=date].sun {
    color: #F44336;
}

ul[data-role=calendarview] > li[data-role=week].thead > ul > li[data-role=date].sat {
    color: #2196F3;
}

ul[data-role=calendarview] > li[data-role=week].tbody > ul > li[data-role=date] {
    height: 100px;
    padding: 5px;
}

ul[data-role=calendarview] > li[data-role=week].tbody > ul > li[data-role=date] > i {
    display: block;
    font-weight: bold;
    font-style: normal;
}

ul[data-role=calendarview] > li[data-role=week].tbody > ul > li[data-role=date].sun > i {
    color: #F44336;
}

ul[data-role=calendarview] > li[data-role=week].tbody > ul > li[data-role=date].sat > i {
    color: #2196F3;
}

ul[data-role=calendarview] > li[data-role=week].tbody > ul > li[data-role=date].not {
    background: #f4f4f4;
}

ul[data-role=calendarview] > li[data-role=week].tbody > ul > li[data-role=date].not > i {
    color: #ccc !important;
}

ul[data-role=calendarview] > li[data-role=week].tbody > ul > li[data-role=date].today {
    background: #FFF9C4;
}

ul[data-role=calendarview].inner > li[data-role=week] {
    border-bottom: 1px solid #e3e4e5;
}

ul[data-role=calendarview].inner > li[data-role=week] > ul > li[data-role=date] {
    border-right: 1px solid #e3e4e5;
}

ul[data-role=calendarview].inner > li[data-role=week] > ul > li[data-role=date]:last-child {
    border-right: 0px;
}

ul[data-role=calendarview].outer > li[data-role=week] {
    border-left: 1px solid #e3e4e5;
    border-right: 1px solid #e3e4e5;
    border-bottom: 1px solid #e3e4e5;
}

ul[data-role=calendarview].outer > li[data-role=week]:last-child {
    border-bottom: 1px solid #e3e4e5;
}

/**
 * 폼 테이블
 */
ul[data-role=form] {
    list-style: none;
    border-top: 2px solid transparent;
    min-width: 100%;
}

ul[data-role=form].red {
    border-top-color: #f44336;
}

ul[data-role=form].black {
    border-top-color: #222;
}

ul[data-role=form] > li {
    display: table;
    width: 100%;
    min-height: 60px;
    table-layout: fixed;
    box-sizing: border-box;
}

ul[data-role=form].inner > li {
    border-bottom: 1px solid #e3e4e5;
}

ul[data-role=form].outer > li {
    border-left: 1px solid #e3e4e5;
    border-right: 1px solid #e3e4e5;
}

ul[data-role=form] > li > label {
    display: table-cell;
    width: 150px;
    vertical-align: top;
    line-height: 20px;
    background: #f4f4f4;
    padding: 20px 0px 20px 20px;
    font-weight: bold;
    font-size: 14px;
}

ul[data-role=form] > li > label.required:after {
    color: #F44336;
    content: " *";
}

ul[data-role=form] > li > label.small {
    width: 100px;
}

ul[data-role=form] > li > div {
    display: table-cell;
    width: 100%;
    padding: 10px 10px 10px 0px;
    line-height: 1;
    vertical-align: top;
}

ul[data-role=form] > li > div:last-child {
    padding-right: 0px;
}

ul[data-role=form] > li > label + div {
    padding-left: 10px;
}

ul[data-role=form] > li > div > div[data-role=text] {
    display: table;
    padding: 5px 0px;
    min-height: 30px;
    line-height: 30px;
    font-size: 14px;
}

ul[data-role=form] > li > div > div[data-role=text] > div {
    display: table-cell;
    vertical-align: middle;
    line-height: 1.6;
}

ul[data-role=form] > li > div > div[data-role=button] {
    margin-top: 0;
    text-align: left;
    padding: 0px;
}

ul[data-role=form] > li > div > div[data-role=button] > button {
    height: 40px;
    line-height: 40px;
    padding: 0px 15px;
    margin: 0px;
}

ul[data-role=form] > li > div div[data-role=help] {
    margin-bottom: 0;
}

ul[data-role=form] > li > div div[data-role=button] {
    text-align: left;
}

/**
 * 탭
 */
div[data-role=tabbar] {
    width: 100%;
    height: 70px;
    overflow-y: hidden;
    -webkit-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
}

div[data-role=tabbar] > div {
    width: 100%;
    height: 90px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
}

div[data-role=tabbar] > div > ul {
    display: table;
    width: 100%;
    table-layout: fixed;
    list-style: none;
    padding: 0px;
    margin: 0px;
}

div[data-role=tabbar] > div > ul > li {
    display: table-cell;
    width: auto;
    height: 70px;
    font-size: 0px;
    box-sizing: border-box;
    border-top: 1px solid #d9dadb;
    border-bottom: 2px solid #525866;
}

div[data-role=tabbar] > div > ul > li > button, div[data-role=tabbar] > div > ul > li > a {
    display: block;
    width: 100%;
    height: 67px;
    box-sizing: border-box;
    text-align: center;
    font-size: 15px;
    text-decoration: none;
    cursor: pointer;
    background: #f7f9fa;
    border: 0px;
    border-left: 1px solid #d9dadb;
    color: #939799;
    line-height: 67px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 0px 5px;
}

div[data-role=tabbar] > div > ul > li:last-child > button, div[data-role=tabbar] > div > ul > li:last-child > a {
    border-right: 1px solid #d9dadb;
}

div[data-role=tabbar] > div > ul > li.selected {
    border-top: 2px solid #525866;
    position: relative;
}

div[data-role=tabbar] > div > ul > li.selected > button, div[data-role=tabbar] > div > ul > li.selected > a {
    position: absolute;
    top: 0;
    left: 0;
    height: 68px;
    border-left: 2px solid #525866;
    border-right: 2px solid #525866;
    background: #fff;
    color: #1a1a1a;
}

div[data-role=tabbar] > div > ul > li.selected + li > button {
    border-left: 0px;
}

div[data-role=tabbar] > div > ul > li.selected + li > a {
    border-left: 0px;
}

div[data-role=tabbar] > div > ul > li > button:hover, div[data-role=tabbar] > div > ul > li > a:hover {
    background: #fff;
    color: #1a1a1a;
}

div[data-role=subtab] {
    height: 50px;
    border-bottom: 1px solid #d9dadb;
    overflow: hidden;
    margin-bottom: 20px;
}

div[data-role=subtab] > div {
    width: 100%;
    height: 80px;
    overflow-x: scroll;
    overflow-y: hidden;
}

div[data-role=subtab] > div > ul {
    background: #fff;
    width: 100%;
    height: 80px;
    font-size: 0px;
    list-style: none;
    white-space: nowrap;
}

div[data-role=subtab] > div > ul > li {
    margin: 7px 0px;
    height: 36px;
    display: inline-block;
    position: relative;
}

div[data-role=subtab] > div > ul > li > button, div[data-role=subtab] > div > ul > li > a {
    background: transparent;
    padding: 0px 14px;
    border: 0px;
    width: 100%;
    height: 36px;
    font-size: 0;
    box-sizing: border-box;
    color: #999;
    cursor: pointer;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    text-decoration: none;
    line-height: 36px;
}

div[data-role=subtab] > div > ul > li:after {
    position: absolute;
    height: 14px;
    top: 11px;
    left: 0;
    border-left: 1px solid #ccc;
    content: " ";
}

div[data-role=subtab] > div > ul > li:first-child:after {
    display: none;
}

div[data-role=subtab] > div > ul > li.selected:after {
    display: none;
}

div[data-role=subtab] > div > ul > li.selected + li:after {
    display: none;
}

div[data-role=subtab] > div > ul > li.selected > button, div[data-role=subtab] > div > ul > li.selected > a {
    border-radius: 3px;
    background: #2196F3;
    color: #fff;
    border-left-color: transparent;
}

/**
 * 페이지 네비게이션
 */
div[data-role=pagination] {
    display: inline-block;
    max-width: 100%;
    height: 34px;
    overflow: hidden;
}

div[data-role=pagination] > div {
    height: 50px;
    padding-top: 1px;
}

div[data-role=pagination] > div > ul {
    display: inline-block;
    padding: 0px;
    margin: 0px;
    border: 1px solid #d5d5d5;
    list-style: none;
    font-size: 0px;
    background: #fcfcfc;
}

div[data-role=pagination] > div > ul > li {
    display: inline-block;
    padding: 0px;
    height: 30px;
    border-right: 1px solid #d5d5d5;
    vertical-align: middle;
}

div[data-role=pagination] > div > ul > li > a {
    display: block;
    width: 100%;
    height: 32px;
    border: 1px solid transparent;
    margin: -2px 0px -2px -1px;
    text-decoration: none;
    text-align: center;
    color: #666;
}

div[data-role=pagination] > div > ul > li > a > span {
    min-width: 21px;
    padding: 0px 6px 0px 5px;
    display: inline-block;
    font-size: 14px;
    height: 32px;
    line-height: 32px;
    letter-spacing: -1px;
}

div[data-role=pagination] > div > ul > li:last-child {
    border-right: 0px;
}

div[data-role=pagination] > div > ul > li > a:hover, div[data-role=pagination] > div > ul > li.active > a {
    border-color: #828595;
    background: #b5b7c0;
    color: #fff;
}

div[data-role=pagination] > div > ul > li.active > a:hover {
    background: #828595;
}

div[data-role=pagination] > div > ul > li.active > span {
    font-weight: bold;
}

div[data-role=pagination] > div > ul > li.disabled > a {
    color: #ccc;
    cursor: not-allowed;
}

div[data-role=pagination] > div > ul > li.disabled > a:hover {
    border-color: transparent;
    background: transparent;
}

/**
 * 위지윅 컨텐츠
 */
div[data-role=wysiwyg-content] {
    word-break: break-all;
    line-height: 1.6;
}

div[data-role=wysiwyg-content] a {
    text-decoration: none;
    color: #1976D2;
}

div[data-role=wysiwyg-content] a:hover {
    text-decoration: underline;
    color: #1976D2;
}

div[data-role=wysiwyg-content] .fr-file {
    display: inline-block;
    color: #1976D2;
    text-decoration: none;
    vertical-align: middle;
    padding: 0px 10px 0px 20px;
    background: url(../modules/wysiwyg/images/download.png) no-repeat 0px 50%;
    background-size: 14px 14px;
}

div[data-role=wysiwyg-content] .fr-file > span {
    display: inline-block;
    padding-left: 5px;
    color: #666;
    font-style: normal;
}

div[data-role=wysiwyg-content] .fr-file > span:before {
    content: "(";
}

div[data-role=wysiwyg-content] .fr-file > span:after {
    content: ")";
}

div[data-role=wysiwyg-content] strong {
    font-weight: 700;
}

div[data-role=wysiwyg-content] table {
    border-collapse: collapse;
    margin: 10px 0px;
}

div[data-role=wysiwyg-content] table td {
    border: 1px solid #ddd;
    padding: 5px;
}

div[data-role=wysiwyg-content] table {
    border: 0;
    border-collapse: collapse;
    empty-cells: show;
    max-width: 100%;
}

div[data-role=wysiwyg-content] table td {
    min-width: 5px;
}

div[data-role=wysiwyg-content] table.fr-dashed-borders td,div[data-role=wysiwyg-content] table.fr-dashed-borders th {
    border-style: dashed;
}

div[data-role=wysiwyg-content] table.fr-alternate-rows tbody tr:nth-child(2n) {
    background: #f5f5f5;
}

div[data-role=wysiwyg-content] table td,div[data-role=wysiwyg-content] table th {
    border: 1px solid #ddd;
}

div[data-role=wysiwyg-content] table td:empty,div[data-role=wysiwyg-content] table th:empty {
    height: 20px;
}

div[data-role=wysiwyg-content] table td.fr-highlighted,div[data-role=wysiwyg-content] table th.fr-highlighted {
    border: 1px double red;
}

div[data-role=wysiwyg-content] table td.fr-thick,div[data-role=wysiwyg-content] table th.fr-thick {
    border-width: 2px;
}

div[data-role=wysiwyg-content] table th {
    background: #e6e6e6;
}

div[data-role=wysiwyg-content] img {
    max-width: 100%;
    height: auto;
}

div[data-role=wysiwyg-content] ul:not([data-role]) {
    list-style-position: outside;
    list-style-type: disc;
    margin-left: 25px;
}

div[data-role=wysiwyg-content] ol:not([data-role]) {
    list-style-position: outside;
    margin-left: 25px;
}

div[data-role=wysiwyg-content] img {
    position: relative;
    max-width: 100%;
}

div[data-role=wysiwyg-content] img.fr-dib {
    margin: 5px auto;
    display: block;
    float: none;
    vertical-align: top;
}

div[data-role=wysiwyg-content] img.fr-dib.fr-fil {
    margin-left: 0;
    text-align: left;
}

div[data-role=wysiwyg-content] img.fr-dib.fr-fir {
    margin-right: 0;
    text-align: right;
}

div[data-role=wysiwyg-content] img.fr-dii {
    display: inline-block;
    float: none;
    vertical-align: bottom;
    margin-left: 5px;
    margin-right: 5px;
    max-width: calc(100% - (2 * 5px));
}

div[data-role=wysiwyg-content] img.fr-dii.fr-fil {
    float: left;
    margin: 5px 5px 5px 0;
    max-width: calc(100% - 5px);
}

div[data-role=wysiwyg-content] img.fr-dii.fr-fir {
    float: right;
    margin: 5px 0 5px 5px;
    max-width: calc(100% - 5px);
}

div[data-role=context][data-type=html] {
    position: relative;
    min-height: 40px;
}

div[data-role=context][data-type=html] > a.edit {
    display: block;
    position: absolute;
    z-index: 10;
    top: 0;
    right: 0;
    height: 40px;
    line-height: 40px;
    padding: 0px;
    box-sizing: border-box;
    vertical-align: middle;
    margin-left: 5px;
    text-decoration: none;
    cursor: pointer;
    background: #2196f3;
    color: #fff;
    font-size: 0;
}

div[data-role=context][data-type=html] > a.edit > i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    vertical-align: middle;
    text-align: center;
    font-size: 14px;
}

div[data-role=context][data-type=html] > a.edit > span {
    height: 40px;
    line-height: 40px;
    display: inline-block;
    vertical-align: middle;
    padding-right: 15px;
    font-size: 14px;
}

div[data-role=context][data-type=html] > a.edit:hover {
    background: #1e88e5;
}

@media only screen and (max-width: 599px) {
    /**
	 * 폼 테이블
	 */ul[data-role=form] > li {
        display:block;
    }

    ul[data-role=form] > li > label {
        display: block;
        width: 100% !important;
        height: auto;
        padding: 10px 0px 0px 0px;
        background: transparent;
        line-height: 1.6;
    }

    ul[data-role=form] > li > label:after {
        content: " :";
    }

    ul[data-role=form] > li > div {
        display: block;
        padding: 5px 0px;
        min-height: auto;
        line-height: 1;
    }

    ul[data-role=form] > li > label + div {
        padding-left: 0px;
    }

    ul[data-role=form] > li > div + label {
        display: block;
        border-left: 0px;
        border-top: 1px solid #e3e4e5;
    }
}

@media only screen and (max-width: 767px) {
    div[data-role=pagination] > div {
        width:100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    div[data-role=pagination] > div > ul {
        white-space: nowrap;
    }

    div[data-role=modal] > form > div[data-role=header] {
        min-height: 60px;
    }

    div[data-role=modal] > form > div[data-role=header] > h1 {
        font-size: 16px;
        height: auto;
        line-height: 30px;
        padding: 15px 60px 15px 20px;
    }

    div[data-role=modal] > form > div[data-role=header] > button {
        top: 10px;
        right: 10px;
    }

    div[data-role=modal] > form > div[data-role=context] {
        height: calc(100% - 130px);
    }

    div[data-role=modal] > form > div[data-role=context][data-fullsize=TRUE] {
        height: calc(100% - 110px);
    }

    /**
	 * 테이블
	 */
    ul[data-role=table] > li > span, ul[data-role=table] > li.thead > a {
        height: 50px;
    }

    /**
	 * 탭
	 */
    div[data-role=tabbar] {
        height: 60px;
    }

    div[data-role=tabbar] > div > ul > li {
        height: 60px;
    }

    div[data-role=tabbar] > div > ul > li > button, div[data-role=tabbar] > div > ul > li > a {
        height: 57px;
        line-height: 57px;
        font-size: 14px;
    }

    div[data-role=tabbar] > div > ul > li.selected > button, div[data-role=tabbar] > div > ul > li.selected > a {
        height: 58px;
    }
}

@media (min-width: 768px) and (max-width:991px) {
    ul[data-role=form] > li > label {
        width:130px;
        padding-left: 15px;
    }

    ul[data-role=form] > li > label.small {
        width: 90px;
    }
}

*.only-print {
    display: none;
}

@media print {
    * {
        -webkit-print-color-adjust: exact;
        color-adjust: exact;
    }

    *.only-print {
        display: block;
    }
}


.dl-zendesk-icon.svelte-1tytp0d {
    display: none
}

@charset "UTF-8";[data-tooltip].svelte-1a71ske:not([data-tooltip=false]) {
    position: relative;
    display: block
}

[data-tooltip].svelte-1a71ske:not([data-tooltip=false]):before,[data-tooltip].svelte-1a71ske:not([data-tooltip=false]):after {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition: 0.2s ease-out;
    transform: translate(-50%, 5px)
}

[data-tooltip].svelte-1a71ske:not([data-tooltip=false]):hover:before,[data-tooltip].svelte-1a71ske:not([data-tooltip=false]):hover:after {
    visibility: visible;
    opacity: 1;
    transform: translate(-50%, 0)
}

[data-tooltip]:not([data-tooltip=false]):hover.multiline.svelte-1a71ske {
    white-space: normal
}

[data-tooltip].svelte-1a71ske:not([data-tooltip=false]):before {
    position: absolute;
    bottom: 100%;
    inset-inline-start: 50%;
    margin-bottom: 5px;
    padding: 7px;
    min-width: min-content;
    max-width: 250px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #1b1e25;
    color: #fff;
    white-space: nowrap;
    content: attr(data-tooltip);
    text-align: center;
    font-size: 12px;
    line-height: 15.6px;
    transition: 0.2s ease-out
}

[data-tooltip]:not([data-tooltip=false]).showProShield.svelte-1a71ske:before {
    content: url("../images/icons/shield-tooltip.svg") "  " attr(data-tooltip)
}

[data-tooltip]:not([data-tooltip=false]).isRTL.svelte-1a71ske:before,[data-tooltip]:not([data-tooltip=false]).isRTL.svelte-1a71ske:after {
    inset-inline-start: unset;
    inset-inline-end: 50%
}

[data-tooltip].svelte-1a71ske:not([data-tooltip=false]):after {
    position: absolute;
    bottom: 100%;
    inset-inline-start: 50%;
    width: 0;
    border-top: 5px solid #1b1e25;
    border-inline-end:5px solid transparent;border-inline-start:5px solid transparent;content: " ";
    font-size: 0;
    line-height: 0
}

[data-tooltip]:not([data-tooltip=false]).multiline.svelte-1a71ske:before {
    white-space: normal;
    width: 100%
}

[data-tooltip]:not([data-tooltip=false]).isFlexItem.svelte-1a71ske {
    display: flex
}

[data-tooltip=false].svelte-1a71ske {
    position: relative;
    display: block
}

[data-tooltip=false].svelte-1a71ske:hover:before,[data-tooltip=false].svelte-1a71ske:hover:after {
    visibility: hidden;
    opacity: 0
}

.hidden.svelte-8c2oup.svelte-8c2oup {
    display: none
}

.dropdown__wrapper.svelte-8c2oup.svelte-8c2oup {
    width: 100%
}

.dropdown__wrapper.svelte-8c2oup button.dropdown-label.svelte-8c2oup {
    height: 44px;
    border: 1px solid #dbe0e5;
    border-radius: 6px;
    background-color: #fff;
    cursor: pointer;
    font-family: inherit;
    font-size: 14px;
    line-height: 1.5;
    text-align: initial;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    -webkit-appearance: none;
    appearance: none;
    font-weight: 400;
    width: 100%;
    color: #000;
    padding: 8px 16px;
    background-image: url("../images/arrow-down-new.svg");
    background-position: right 2px center;
    background-repeat: no-repeat
}

.dropdown__wrapper.svelte-8c2oup button.dropdown-label-alternate.svelte-8c2oup {
    padding: 8px 16px 8px 8px;
    border: 1px solid #dde2e7;
    border-radius: 4px;
    background-color: #fff;
    cursor: pointer;
    font-family: inherit;
    font-size: 14px;
    text-align: initial;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    -webkit-appearance: none;
    appearance: none;
    font-weight: 400;
    width: 100%;
    line-height: 1.5em;
    color: #292c32;
    background-image: url("../images/arrow-down.svg");
    background-position: right 8px center;
    background-repeat: no-repeat
}

.dropdown__wrapper.svelte-8c2oup button.dropdown-label-zendesk.svelte-8c2oup {
    cursor: pointer;
    border-radius: 4px;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    padding: 10px 40px 10px 16px;
    border: 1px solid #d8dcde;
    background: white;
    background-image: url("../images/arrow-down.svg");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 16px 16px
}

.dropdown__wrapper.svelte-8c2oup button.dropdown-label-full-width.svelte-8c2oup {
    width: 100%
}

.dropdown__wrapper.svelte-8c2oup button.dropdown-label-borderless.svelte-8c2oup {
    border: none
}

.dropdown__wrapper.svelte-8c2oup button.dropup.svelte-8c2oup {
    background-image: url("../images/arrow-up.svg")
}

.dropdown__wrapper.svelte-8c2oup button.extra-padding.svelte-8c2oup {
    padding-inline-end:27px;padding-inline-start:8px;background-position: right 10px center
}

.dropdown__wrapper.svelte-8c2oup ul.svelte-8c2oup {
    overflow-y: auto;
    position: absolute;
    z-index: 500;
    margin-top: 1px;
    padding: 0;
    background: #fff;
    border: 1px solid #dae1e8;
    box-sizing: border-box;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.12);
    border-radius: 4px;
    font-size: 14px
}

.dropdown__wrapper.svelte-8c2oup ul.align-right.svelte-8c2oup {
    inset-inline-end: 0
}

.dropdown__wrapper.svelte-8c2oup ul.alternate-dropdown-list.svelte-8c2oup {
    font-size: 14px
}

.dropdown__wrapper.svelte-8c2oup ul li.svelte-8c2oup {
    color: #000;
    cursor: pointer;
    display: block;
    line-height: 1.8em;
    overflow: hidden;
    padding: 2px 31px 2px 14px;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap
}

.dropdown__wrapper.svelte-8c2oup ul li.svelte-8c2oup:hover {
    background-color: #f2f4f7
}

.dropdown__wrapper.svelte-8c2oup ul li.selected.svelte-8c2oup {
    background-image: url("../images/checkmark.svg");
    background-position: 94% 30%;
    background-repeat: no-repeat
}

.dropdown__wrapper.dropdown__wrapper--header.svelte-8c2oup button.svelte-8c2oup {
    color: #0f2b46;
    font-weight: 700;
    padding: 0 32px 0 10px
}

.dropdown__wrapper.dropdown__wrapper--header.svelte-8c2oup ul.svelte-8c2oup {
    inset-inline-end: auto
}

.dropdown__wrapper.dropdown__zendesk-top-icon.svelte-8c2oup button.svelte-8c2oup {
    border: 0
}

.dropdown__wrapper.dropdown__zendesk-top-icon.svelte-8c2oup ul.svelte-8c2oup {
    margin-top: 7px;
    margin-inline-start:-11px}

.dropdown__wrapper.disabled.svelte-8c2oup.svelte-8c2oup {
    pointer-events: none
}

.dropdown__wrapper.disabled.svelte-8c2oup button.svelte-8c2oup {
    color: #9ba3ac
}

.error-msg.svelte-nsrzuc.svelte-nsrzuc {
    display: flex;
    padding: 16px;
    border: 1px solid #ffcac9;
    border-radius: 6px;
    box-sizing: border-box;
    color: #601b1a;
    line-height: 150%;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    background-color: #fff1f1
}

.error-msg.svelte-nsrzuc .icon-container.svelte-nsrzuc {
    margin: 2px 12px 0px 4px
}

.error-msg.svelte-nsrzuc .message.svelte-nsrzuc {
    margin-inline-end:5px}

.error-msg.svelte-nsrzuc .dl-close-icon.svelte-nsrzuc {
    align-self: start;
    padding-top: 4px;
    border: 0 none;
    background-color: transparent;
    cursor: pointer
}

.warn-msg.svelte-kyufep.svelte-kyufep {
    display: flex;
    padding: 16px;
    border: 1px solid #ffe9bc;
    border-radius: 6px;
    box-sizing: border-box;
    color: #622700;
    line-height: 150%;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    background-color: #fff9ee
}

.warn-msg.svelte-kyufep .icon-container.svelte-kyufep {
    margin: 2px 12px 0px 4px
}

.warn-msg.svelte-kyufep .message.svelte-kyufep {
    margin-inline-end:5px}

.warn-msg.svelte-kyufep .dl-close-icon.svelte-kyufep {
    align-self: start;
    padding-top: 5px;
    border: 0 none;
    background-color: transparent;
    cursor: pointer
}

.container.svelte-1mpkjv7 .link.svelte-1mpkjv7 {
    margin-top: 16px;
    text-decoration: underline;
    cursor: pointer
}

.container.svelte-1mpkjv7 .link.svelte-1mpkjv7 {
    margin-top: 16px;
    text-decoration: underline;
    cursor: pointer
}

.container.svelte-1mpkjv7 .link.svelte-1mpkjv7 {
    margin-top: 16px;
    text-decoration: underline;
    cursor: pointer
}

.container.svelte-1mvy8b2.svelte-1mvy8b2 {
    min-height: 250px;
    color: #ffffff;
    background-image: url("../images/graphics/popup-bg.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.container.small.svelte-1mvy8b2.svelte-1mvy8b2 {
    width: 334px;
    background-image: url("../images/graphics/popup-bg-small.svg")
}

.container.svelte-1mvy8b2 .actions.svelte-1mvy8b2 {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
    padding: 0px 32px 19px 0px
}

.container.svelte-1mvy8b2 .actions.small.svelte-1mvy8b2 {
    justify-content: flex-start;
    padding: 10px 0px 19px 20px
}

.container.svelte-1mvy8b2 .actions button.svelte-1mvy8b2 {
    border-radius: 6px;
    border: 1px solid var(--White, #fff);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    padding: 11px 24px;
    cursor: pointer
}

.container.svelte-1mvy8b2 .actions button.log-in.svelte-1mvy8b2 {
    color: var(--White, #fff);
    background: transparent
}

.container.svelte-1mvy8b2 .actions button.sign-up.svelte-1mvy8b2 {
    color: var(--blue-next-800-deep-l-blue, #0f2b46)
}

.container.svelte-1mvy8b2 .messages.svelte-1mvy8b2 {
    padding: 38px 102px 28px 32px
}

.container.svelte-1mvy8b2 .messages.small.svelte-1mvy8b2 {
    padding: 24px 42px 0px 20px
}

.container.svelte-1mvy8b2 .messages h1.svelte-1mvy8b2 {
    margin: 0px;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%
}

.container.svelte-1mvy8b2 .messages .description.svelte-1mvy8b2 {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%
}

.container.svelte-1mvy8b2 svg.svelte-1mvy8b2 {
    position: absolute;
    top: 16px;
    inset-inline-end: 16px;
    cursor: pointer
}

.container.svelte-1i5r4eu.svelte-1i5r4eu {
    min-height: 250px;
    color: #ffffff;
    background-image: url("../images/graphics/popup-bg.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.container.small.svelte-1i5r4eu.svelte-1i5r4eu {
    width: 334px;
    background-image: url("../images/graphics/popup-bg-small.svg")
}

.container.svelte-1i5r4eu .actions.svelte-1i5r4eu {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
    padding: 0px 32px 24px 0px
}

.container.svelte-1i5r4eu .actions.small.svelte-1i5r4eu {
    padding: 0px 32px 15px 0px
}

.container.svelte-1i5r4eu .actions button.svelte-1i5r4eu {
    border-radius: 6px;
    border: 1px solid var(--White, #fff);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    padding: 11px 24px;
    cursor: pointer
}

.container.svelte-1i5r4eu .actions button.sign-up.svelte-1i5r4eu {
    color: var(--blue-next-800-deep-l-blue, #0f2b46)
}

.container.svelte-1i5r4eu .messages.svelte-1i5r4eu {
    padding: 38px 102px 20px 32px
}

.container.svelte-1i5r4eu .messages.small.svelte-1i5r4eu {
    padding: 24px 42px 15px 20px
}

.container.svelte-1i5r4eu .messages h1.svelte-1i5r4eu {
    margin: 0px;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%
}

.container.svelte-1i5r4eu .messages .description.svelte-1i5r4eu {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%
}

.container.svelte-1i5r4eu svg.svelte-1i5r4eu {
    position: absolute;
    top: 16px;
    inset-inline-end: 16px;
    cursor: pointer
}

.container.svelte-1uko7yn.svelte-1uko7yn {
    min-height: 250px;
    color: #ffffff;
    background-image: url("../images/graphics/popup-bg.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.container.small.svelte-1uko7yn.svelte-1uko7yn {
    width: 364px;
    background-image: url("../images/graphics/popup-bg-small.svg")
}

.container.svelte-1uko7yn .actions.svelte-1uko7yn {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
    padding: 0px 32px 24px 0px
}

.container.svelte-1uko7yn .actions.small.svelte-1uko7yn {
    padding: 0px 32px 15px 0px
}

.container.svelte-1uko7yn .actions button.svelte-1uko7yn {
    border-radius: 6px;
    border: 1px solid var(--White, #fff);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    padding: 11px 24px;
    cursor: pointer
}

.container.svelte-1uko7yn .actions button.sign-up.svelte-1uko7yn {
    color: var(--blue-next-800-deep-l-blue, #0f2b46)
}

.container.svelte-1uko7yn .messages.svelte-1uko7yn {
    padding: 38px 102px 20px 32px
}

.container.svelte-1uko7yn .messages.small.svelte-1uko7yn {
    padding: 24px 42px 15px 20px
}

.container.svelte-1uko7yn .messages h1.svelte-1uko7yn {
    margin: 0px;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%
}

.container.svelte-1uko7yn .messages .description.svelte-1uko7yn {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%
}

.container.svelte-1uko7yn svg.svelte-1uko7yn {
    position: absolute;
    top: 16px;
    inset-inline-end: 16px;
    cursor: pointer
}

.container.svelte-1tmoo4x.svelte-1tmoo4x {
    min-height: 250px;
    color: #ffffff;
    background-image: url("../images/graphics/popup-bg.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.container.small.svelte-1tmoo4x.svelte-1tmoo4x {
    width: 334px;
    background-image: url("../images/graphics/popup-bg-small.svg")
}

.container.svelte-1tmoo4x .actions.svelte-1tmoo4x {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
    padding: 0px 32px 24px 0px
}

.container.svelte-1tmoo4x .actions.small.svelte-1tmoo4x {
    padding: 0px 32px 15px 0px
}

.container.svelte-1tmoo4x .actions button.svelte-1tmoo4x {
    border-radius: 6px;
    border: 1px solid var(--White, #fff);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    padding: 11px 24px;
    cursor: pointer
}

.container.svelte-1tmoo4x .actions button.log-in.svelte-1tmoo4x {
    color: var(--White, #fff);
    background: transparent
}

.container.svelte-1tmoo4x .actions button.sign-up.svelte-1tmoo4x {
    color: var(--blue-next-800-deep-l-blue, #0f2b46)
}

.container.svelte-1tmoo4x .messages.svelte-1tmoo4x {
    padding: 38px 102px 20px 32px
}

.container.svelte-1tmoo4x .messages.small.svelte-1tmoo4x {
    padding: 24px 42px 15px 20px
}

.container.svelte-1tmoo4x .messages h1.svelte-1tmoo4x {
    margin: 0px;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%
}

.container.svelte-1tmoo4x .messages .description.svelte-1tmoo4x {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%
}

.container.svelte-1tmoo4x svg.svelte-1tmoo4x {
    position: absolute;
    top: 16px;
    inset-inline-end: 16px;
    cursor: pointer
}

.container.svelte-1i5r4eu.svelte-1i5r4eu {
    min-height: 250px;
    color: #ffffff;
    background-image: url("../images/graphics/popup-bg.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.container.small.svelte-1i5r4eu.svelte-1i5r4eu {
    width: 334px;
    background-image: url("../images/graphics/popup-bg-small.svg")
}

.container.svelte-1i5r4eu .actions.svelte-1i5r4eu {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
    padding: 0px 32px 24px 0px
}

.container.svelte-1i5r4eu .actions.small.svelte-1i5r4eu {
    padding: 0px 32px 15px 0px
}

.container.svelte-1i5r4eu .actions button.svelte-1i5r4eu {
    border-radius: 6px;
    border: 1px solid var(--White, #fff);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    padding: 11px 24px;
    cursor: pointer
}

.container.svelte-1i5r4eu .actions button.sign-up.svelte-1i5r4eu {
    color: var(--blue-next-800-deep-l-blue, #0f2b46)
}

.container.svelte-1i5r4eu .messages.svelte-1i5r4eu {
    padding: 38px 102px 20px 32px
}

.container.svelte-1i5r4eu .messages.small.svelte-1i5r4eu {
    padding: 24px 42px 15px 20px
}

.container.svelte-1i5r4eu .messages h1.svelte-1i5r4eu {
    margin: 0px;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%
}

.container.svelte-1i5r4eu .messages .description.svelte-1i5r4eu {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%
}

.container.svelte-1i5r4eu svg.svelte-1i5r4eu {
    position: absolute;
    top: 16px;
    inset-inline-end: 16px;
    cursor: pointer
}

.dl-icons-holder.svelte-6y44uj.svelte-6y44uj {
    display: flex;
    margin-top: -4px;
    align-items: flex-start
}

.dl-icons-holder.has-formality.svelte-6y44uj .dl-zendesk-input-icon.svelte-6y44uj {
    margin-inline-start:-4px;border-start-start-radius: 0;
    border-end-start-radius: 0;
    background-color: white
}

.dl-zendesk-error-message.svelte-6y44uj.svelte-6y44uj {
    position: absolute;
    bottom: 40px;
    background-color: white;
    color: white;
    padding: 24px;
    border-radius: 4px;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.12)
}

.dl-zendesk-error-message.svelte-6y44uj.svelte-6y44uj::after {
    content: "";
    position: absolute;
    border-width: 12px;
    border-style: solid;
    border-color: white transparent transparent transparent;
    bottom: -20px;
    inset-inline-start: 6px
}

.dl-zendesk-error-message.svelte-6y44uj .close-button.svelte-6y44uj {
    cursor: pointer;
    background: transparent;
    border: 0 none;
    float: inline-end;
    margin-inline-start:12px;margin-bottom: 12px;
    margin-top: -12px;
    margin-inline-end:-12px;height: 10px;
    width: 10px;
    background-image: url("../images/buttons/close.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 10px 10px
}

.dl-zendesk-input-icon.svelte-6y44uj.svelte-6y44uj {
    height: 40px;
    width: 40px;
    border: 0 none;
    cursor: pointer;
    background: transparent;
    border-radius: 4px;
    margin-inline-start:2px;transition: background-color 0.3s ease-in-out;
    padding: 0;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.0509803922);
    border: 1px solid #dbe0e5
}

.dl-zendesk-input-icon.svelte-6y44uj span.svelte-6y44uj {
    display: block;
    height: 38px;
    width: 38px;
    background-image: url("../images/deepl-logo-no-text.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 22px 22px;
    transition: background-color 0.3s ease-in-out;
    opacity: 0.5
}

.dl-zendesk-input-icon.is-active.svelte-6y44uj span.svelte-6y44uj {
    opacity: 1
}

.dl-zendesk-input-icon.is-loading.svelte-6y44uj.svelte-6y44uj {
    position: relative;
    overflow: hidden;
    border-radius: 4px
}

.dl-zendesk-input-icon.is-loading.svelte-6y44uj span.svelte-6y44uj {
    opacity: 1;
    background-color: #eff4fa;
    margin: 1px;
    height: 38px;
    width: 38px;
    border-radius: 4px;
    animation: svelte-6y44uj-blinking 1s linear infinite
}

.dl-zendesk-input-icon.is-loading.svelte-6y44uj.svelte-6y44uj::before {
    content: "";
    display: block;
    background: conic-gradient(#006494 0turn, #006494 0.25turn, rgba(0, 0, 0, 0) 0.25turn, rgba(0, 0, 0, 0) 1turn);
    width: 141.421356237%;
    padding-bottom: 141.421356237%;
    position: absolute;
    inset-inline-start: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 100%;
    z-index: -2;
    animation: svelte-6y44uj-loadingSpinner 1.5s linear infinite
}

.dl-zendesk-input-icon.is-loading.svelte-6y44uj.svelte-6y44uj::after {
    content: "";
    position: absolute;
    top: 1px;
    inset-inline-start: 1px;
    bottom: 1px;
    inset-inline-end: 1px;
    background: white;
    z-index: -1;
    border-radius: 3px
}

.dl-zendesk-input-icon.is-loading.svelte-6y44uj.svelte-6y44uj:hover {
    background-color: transparent
}

.dl-zendesk-input-icon.is-language-mismatching.svelte-6y44uj.svelte-6y44uj {
    border: 1px solid #006494;
    box-shadow: 0px 0px 12px rgba(0, 100, 148, 0.7)
}

.dl-zendesk-input-icon.is-language-mismatching.svelte-6y44uj span.svelte-6y44uj {
    opacity: 1;
    height: 38px;
    width: 38px
}

.dl-zendesk-input-icon.svelte-6y44uj.svelte-6y44uj:hover {
    background-color: #eff4fa
}

.dl-zendesk-input-icon.svelte-6y44uj:hover span.svelte-6y44uj {
    opacity: 1 !important
}

@keyframes svelte-6y44uj-loadingSpinner {
    from {
        transform: translate(-50%, -50%) rotate(0)
    }

    to {
        transform: translate(-50%, -50%) rotate(360deg)
    }
}

@keyframes svelte-6y44uj-blinking {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0.3
    }

    100% {
        opacity: 1
    }
}

.dl-zendesk-translate-this-ticket.svelte-1xx4hw.svelte-1xx4hw {
    background: transparent;
    border: 0 none;
    font-family: inherit;
    font-size: 13px;
    line-height: 16px;
    color: #006494;
    padding: 0;
    cursor: pointer
}

.dl-zendesk-translation-placeholder.svelte-1xx4hw.svelte-1xx4hw {
    margin-top: 16px;
    border: 1px solid #037171;
    border-radius: 8px;
    color: #037171;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    padding: 24px;
    background-color: rgba(3, 113, 113, 0.1);
    width: fit-content
}

.dl-zendesk-translation-placeholder.svelte-1xx4hw .close-button.svelte-1xx4hw {
    cursor: pointer;
    background: transparent;
    border: 0 none;
    float: inline-end;
    margin-inline-start:16px;margin-bottom: 16px;
    margin-top: -8px;
    margin-inline-end:-8px;height: 16px;
    width: 16px;
    background-image: url("../images/buttons/close-zendesk.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px 16px
}

.dl-zendesk-translation-placeholder.loading-skeleton.svelte-1xx4hw span.svelte-1xx4hw {
    background-color: rgba(3, 113, 113, 0.5);
    border: 1px solid #006494;
    color: transparent;
    border-radius: 8px;
    display: inline-block;
    height: 10px;
    animation: svelte-1xx4hw-skeleton-loading 1s linear infinite alternate
}

.dl-zendesk-translation-placeholder.has-error.svelte-1xx4hw.svelte-1xx4hw {
    background-color: transparent;
    border: none;
    padding: 0px
}

@keyframes svelte-1xx4hw-skeleton-loading {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0.3
    }
}

@font-face {
    font-family: "Open Sans";
    src: url("chrome-extension://cofdbpoegempjloogbagkncekinflcnj/fonts/OpenSans_VariableFont_wdth_wght.ttf") format("truetype");
    font-weight: 100 1000
}

:host {
    font-family: "Open Sans", sans-serif
}

.dl-zendesk-submit-button-tooltip.svelte-j2eeb7.svelte-j2eeb7 {
    position: absolute;
    background-color: #f46f52;
    color: white;
    bottom: 0;
    z-index: 1000000;
    padding: 8px 16px;
    text-align: center;
    border-radius: 4px;
    white-space: break-spaces;
    font-size: 12px;
    line-height: 18px
}

.dl-zendesk-submit-button-tooltip.svelte-j2eeb7.svelte-j2eeb7::after {
    content: "";
    position: absolute;
    border-width: 6px;
    border-style: solid;
    border-color: #f46f52 transparent transparent transparent;
    top: 100%;
    inset-inline-start: 50%
}

.dl-zendesk-submit-button-tooltip.svelte-j2eeb7 .dismiss-tooltip.svelte-j2eeb7 {
    background-image: url("../images/buttons/close-white.svg");
    border: 0 none;
    background-color: transparent;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    inset-inline-end: 8px;
    top: 10px;
    height: 8px;
    width: 8px
}

.dl-zendesk-icon.svelte-i3vxpb {
    display: none
}

.dl-zendesk-working-area.svelte-i3vxpb {
    display: none
}

@font-face {
    font-family: "Open Sans";
    src: url("chrome-extension://cofdbpoegempjloogbagkncekinflcnj/fonts/OpenSans_VariableFont_wdth_wght.ttf") format("truetype");
    font-weight: 100 1000
}

:host {
    font-family: "Open Sans", sans-serif
}

.dl-zendesk-toolbar.svelte-xnz9j9.svelte-xnz9j9 {
    border-bottom: 1px solid #d8dcde;
    padding: 3px 24px;
    display: flex;
    flex-direction: row;
    font-size: 14px;
    line-height: 19px;
    align-items: center
}

.dl-zendesk-toolbar.svelte-xnz9j9 button.svelte-xnz9j9 {
    cursor: pointer;
    border-radius: 4px;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

.dl-zendesk-toolbar.svelte-xnz9j9 .senders-language.svelte-xnz9j9 {
    display: flex;
    flex-direction: row;
    align-items: center
}

.dl-zendesk-toolbar.svelte-xnz9j9 .senders-language .container.svelte-xnz9j9 {
    display: flex;
    flex-direction: row;
    align-items: center
}

.dl-zendesk-toolbar.svelte-xnz9j9 .senders-language .senders-language-toggle.svelte-xnz9j9 {
    border: 1px solid #dae1e8;
    background: none;
    background-image: url("../images/dots-vertical.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 24px 24px;
    height: 42px;
    width: 42px;
    margin-inline-end:8px;transition: background-color 0.3s ease-in-out
}

.dl-zendesk-toolbar.svelte-xnz9j9 .senders-language .senders-language-toggle.svelte-xnz9j9:hover {
    background-color: #eff4fa
}

.dl-zendesk-toolbar.svelte-xnz9j9 .label.svelte-xnz9j9 {
    background-image: url("../images/translate-icon.svg");
    background-repeat: no-repeat;
    background-position: left;
    padding: 10px 24px 10px 32px
}

.dl-zendesk-toolbar.svelte-xnz9j9 .dropdown-container.svelte-xnz9j9 {
    margin-inline-end:8px}

.dl-zendesk-toolbar.svelte-xnz9j9 .translate-all-container .translate-all.svelte-xnz9j9 {
    border: 0 none;
    background: #0f2b46;
    color: white;
    border: 0 none;
    padding: 11px 16px 11px 48px;
    background-image: url("../images/deepl-logo-white.svg");
    background-repeat: no-repeat;
    background-position: 16px center;
    background-size: 24px 24px;
    transition: background-color 0.3s ease-in-out
}

.dl-zendesk-toolbar.svelte-xnz9j9 .translate-all-container .translate-all.svelte-xnz9j9:hover {
    background-color: #006494
}

.dl-zendesk-toolbar.svelte-xnz9j9 .translate-all-container .translate-all.btn-icon.svelte-xnz9j9 {
    height: 42px;
    width: 42px;
    padding: 0;
    background-position: center;
    margin-top: 3px
}

.dl-zendesk-toolbar.svelte-xnz9j9 .translate-all-container .translate-all[disabled].svelte-xnz9j9 {
    opacity: 0.5;
    cursor: default;
    pointer-events: none
}

.dl-zendesk-toolbar.toolbar-lg.svelte-xnz9j9 .senders-language-toggle.svelte-xnz9j9 {
    display: none
}

.dl-zendesk-toolbar.toolbar-md.svelte-xnz9j9 .senders-language-toggle.svelte-xnz9j9,.dl-zendesk-toolbar.toolbar-sm.svelte-xnz9j9 .senders-language-toggle.svelte-xnz9j9 {
    display: block
}

.dl-zendesk-toolbar.toolbar-md.svelte-xnz9j9 .senders-language .container.svelte-xnz9j9,.dl-zendesk-toolbar.toolbar-sm.svelte-xnz9j9 .senders-language .container.svelte-xnz9j9 {
    display: none;
    position: absolute;
    top: 52px;
    z-index: 10000000;
    background-color: white;
    border: 1px solid #dae1e8;
    border-radius: 4px;
    padding: 28px 32px 32px 32px;
    box-sizing: border-box;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.12)
}

.dl-zendesk-toolbar.toolbar-md.svelte-xnz9j9 .senders-language .container.show.svelte-xnz9j9,.dl-zendesk-toolbar.toolbar-sm.svelte-xnz9j9 .senders-language .container.show.svelte-xnz9j9 {
    display: flex;
    flex-direction: column
}

.dl-zendesk-toolbar.toolbar-md.svelte-xnz9j9 .senders-language .container .dropdown-container.svelte-xnz9j9,.dl-zendesk-toolbar.toolbar-sm.svelte-xnz9j9 .senders-language .container .dropdown-container.svelte-xnz9j9 {
    width: 100%
}

.container.svelte-1wstx56 {
    max-width: 446px;
    box-sizing: border-box;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.37);
    border-radius: 6px
}

.language-selector.svelte-ssh8a3 select.svelte-ssh8a3 {
    height: 44px;
    border: 1px solid #dbe0e5;
    border-radius: 6px;
    background-color: #fff;
    cursor: pointer;
    font-family: inherit;
    font-size: 14px;
    line-height: 1.5;
    text-align: initial;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    -webkit-appearance: none;
    appearance: none;
    font-weight: 400;
    width: 100%;
    color: #000;
    padding: 8px 16px;
    background-image: url("../images/arrow-down-new.svg");
    background-position: right 2px center;
    background-repeat: no-repeat;
    background-position: right 16px center
}

.language-selector-alternate.svelte-ssh8a3 select.svelte-ssh8a3 {
    padding: 8px 16px 8px 8px;
    border: 1px solid #dde2e7;
    border-radius: 4px;
    background-color: #fff;
    cursor: pointer;
    font-family: inherit;
    font-size: 14px;
    text-align: initial;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    -webkit-appearance: none;
    appearance: none;
    font-weight: 400;
    width: 100%;
    line-height: 1.5em;
    color: #292c32;
    background-image: url("../images/arrow-down.svg");
    background-position: right 8px center;
    background-repeat: no-repeat
}

.enableHover.svelte-mrm8jk path.svelte-mrm8jk:hover {
    stroke: #006494
}

.show-more.svelte-1ium3jp.svelte-1ium3jp {
    cursor: pointer;
    line-height: 21px;
    text-decoration: underline
}

.lang-pair.svelte-1ium3jp.svelte-1ium3jp {
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 100%;
    line-height: 21px
}

.glossary-menu-active-glossary-display-container.svelte-1ium3jp.svelte-1ium3jp {
    padding: 0px 16px 16px 16px
}

.glossary-list.svelte-1ium3jp.svelte-1ium3jp {
    max-height: 180px;
    overflow-y: scroll
}

.glossary-menu-active-glossary-display.svelte-1ium3jp.svelte-1ium3jp {
    background-color: #eef9f6;
    border: 1px solid #c7e6de;
    border-radius: 4px;
    padding: 8px 16px;
    line-height: 21px
}

.glossary-menu-active-glossary-display.svelte-1ium3jp .remove-button.svelte-1ium3jp {
    width: 100%;
    text-align: right;
    cursor: pointer;
    user-select: none;
    text-decoration: underline;
    font-weight: bold
}

.divider.svelte-1ium3jp.svelte-1ium3jp {
    width: 80%;
    margin-left: 10%;
    border-bottom: 1px solid #dbe0e5
}

.glossary-not-found.svelte-1ium3jp.svelte-1ium3jp {
    padding: 8px 16px
}

.glossary-not-found.svelte-1ium3jp .container.svelte-1ium3jp {
    display: flex;
    border: 1px solid #dbe0e5;
    background-color: #f5f7f8;
    padding: 16px;
    border-radius: 4px
}

.glossary-not-found.svelte-1ium3jp .icon-container.svelte-1ium3jp {
    width: 15%;
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.glossary-not-found.svelte-1ium3jp .content.svelte-1ium3jp {
    width: 90%
}

.glossary-not-found.svelte-1ium3jp .icon.svelte-1ium3jp {
    height: 20px;
    width: 20px;
    background-image: url("../images/info.svg");
    background-position: center;
    background-repeat: no-repeat
}

.glossary-item.svelte-1ium3jp.svelte-1ium3jp {
    display: flex;
    padding: 16px 32px
}

.glossary-item.svelte-1ium3jp .info.svelte-1ium3jp {
    width: 90%
}

.glossary-item.svelte-1ium3jp .radio-container.svelte-1ium3jp {
    display: flex;
    width: 10%
}

.glossary-item.svelte-1ium3jp .radio-container input.svelte-1ium3jp {
    cursor: pointer
}

.glossary-menu-container.isGlossaryListExpanded.svelte-1ium3jp.svelte-1ium3jp {
    border-bottom: 1px solid #dbe0e5
}

.glossary-menu-toggle-container.svelte-1ium3jp.svelte-1ium3jp {
    display: flex;
    padding: 8px 32px;
    height: 40px;
    justify-content: space-between;
    align-items: center;
    user-select: none;
    cursor: pointer
}

.glossary-menu-toggle.svelte-1ium3jp.svelte-1ium3jp {
    padding: 8px;
    height: 16px;
    width: 16px;
    background-image: url("../images/arrow-down.svg");
    background-position: center;
    background-repeat: no-repeat
}

.glossary-menu-toggle.isGlossaryListExpanded.svelte-1ium3jp.svelte-1ium3jp {
    background-image: url("../images/arrow-up.svg")
}

.dl-zendesk-top-icon.svelte-190a4bx.svelte-190a4bx {
    height: 32px;
    width: 32px;
    border: 0 none;
    cursor: pointer;
    background: transparent;
    border-radius: 4px;
    margin-inline-end:2px;margin-top: 4px;
    background-image: url("../images/deepl-logo-no-text.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 24px 24px;
    transition: background-color 0.3s ease-in-out
}

.dl-zendesk-top-icon.svelte-190a4bx.svelte-190a4bx:hover {
    background-color: #eff4fa
}

.dl-zendesk-modal.svelte-190a4bx.svelte-190a4bx {
    position: absolute;
    box-sizing: border-box;
    position: absolute;
    width: 324px;
    margin-inline-start:-294px;background: #ffffff;
    border: 1px solid #dae1e8;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.12)
}

.dl-zendesk-modal.svelte-190a4bx .welcome.svelte-190a4bx {
    width: 50%;
    padding: 15px 0px
}

.dl-zendesk-modal.onboarding.svelte-190a4bx.svelte-190a4bx {
    background-image: url("../images/zendesk-settings-bg.svg");
    background-repeat: no-repeat;
    background-position: top right
}

.dl-zendesk-modal.svelte-190a4bx .modal-section.svelte-190a4bx {
    border-bottom: 1px solid #dae1e8;
    padding: 16px 32px
}

.dl-zendesk-modal.svelte-190a4bx .modal-section.svelte-190a4bx:last-child {
    border-bottom: 0 none
}

.dl-zendesk-modal.svelte-190a4bx .modal-section.reached-limit.svelte-190a4bx {
    border-bottom: 0 none;
    margin-top: 8px;
    padding-bottom: 8px
}

.dl-zendesk-modal.svelte-190a4bx .modal-section.language-not-supported.svelte-190a4bx {
    background-image: url("../images/zendesk-settings-bg-lang-not-supported.svg");
    background-repeat: no-repeat;
    background-position: right
}

.dl-zendesk-modal.svelte-190a4bx .modal-section.glossary.svelte-190a4bx {
    padding: 0
}

.dl-zendesk-modal.svelte-190a4bx .modal-section.secondary-text.svelte-190a4bx {
    font-weight: 400
}

.dl-zendesk-modal.svelte-190a4bx .modal-section.language-selector.svelte-190a4bx {
    padding-top: 24px;
    padding-bottom: 24px
}

.dl-zendesk-modal.svelte-190a4bx .modal-section.upgrade-button-container.svelte-190a4bx {
    display: flex;
    flex-direction: column
}

.dl-zendesk-modal.svelte-190a4bx .modal-section .upgrade-button.svelte-190a4bx {
    color: #fff;
    background-color: #0177a9;
    border: 0;
    padding: 16px;
    border-radius: 4px;
    margin: 8px 0 16px 0;
    font-weight: 600
}

.dl-zendesk-modal.svelte-190a4bx .modal-section .login-text.svelte-190a4bx {
    font-size: 12px
}

.dl-zendesk-modal.svelte-190a4bx .modal-section .translation-count.svelte-190a4bx {
    font-weight: 600;
    margin: 8px 0
}

.dl-zendesk-modal.svelte-190a4bx .modal-section .upgrade-infobox.svelte-190a4bx {
    display: flex;
    padding: 16px;
    border-radius: 6px;
    border: 1px solid #dbe0e5;
    background-color: #f5f7f8;
    align-items: center;
    margin: auto
}

.dl-zendesk-modal.svelte-190a4bx .modal-section .upgrade-infobox .icon.svelte-190a4bx {
    margin-inline-end:8px;background-position: center;
    display: block;
    height: 32px;
    width: 32px;
    background-repeat: no-repeat;
    background-image: url("../images/info.svg")
}

.dl-zendesk-modal.svelte-190a4bx .modal-section .upgrade-infobox .text.svelte-190a4bx {
    width: 100%
}

.dl-zendesk-modal.svelte-190a4bx .modal-section.switch-container.svelte-190a4bx {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
    padding: 24px 32px
}

.dl-zendesk-modal.svelte-190a4bx .modal-section.switch-container .on-off-switch.svelte-190a4bx {
    display: block;
    width: 44px;
    height: 24px;
    box-sizing: border-box;
    padding: 3px;
    background-color: #9ba3ac;
    border-radius: 12px;
    cursor: pointer;
    transition: background-color 0.3s ease-in-out;
    background-image: url("../images/buttons/close-white.svg");
    background-position: 26px 8px;
    background-repeat: no-repeat;
    background-size: 8px 8px
}

.dl-zendesk-modal.svelte-190a4bx .modal-section.switch-container .on-off-switch span.svelte-190a4bx {
    display: block;
    height: 18px;
    width: 18px;
    background-color: white;
    border-radius: 9px;
    transition: margin-inline-start 0.3s ease-in-out
}

.dl-zendesk-modal.svelte-190a4bx .modal-section.switch-container .on-off-switch.on.svelte-190a4bx {
    background-color: #428646;
    background-image: url("../images/checkmark-white-slim.svg");
    background-position: 8px 6px;
    background-size: 12px 12px
}

.dl-zendesk-modal.svelte-190a4bx .modal-section.switch-container .on-off-switch.on span.svelte-190a4bx {
    margin-inline-start:20px}

.dropdown-container.svelte-190a4bx.svelte-190a4bx {
    display: flex;
    align-items: center;
    margin-top: 4px;
    position: relative
}

.dropdown.svelte-190a4bx.svelte-190a4bx {
    border: 1px solid #dae1e8;
    padding: 5px 10px;
    border-radius: 4px;
    font-weight: 400;
    width: 100%
}

.body.svelte-190a4bx.svelte-190a4bx {
    height: min-content;
    padding-top: 15px;
    padding-bottom: 10px
}

.copy.svelte-190a4bx.svelte-190a4bx {
    display: grid;
    grid-template-columns: 25px 1fr;
    margin-bottom: 12px
}

.copy.svelte-190a4bx .copy-text.svelte-190a4bx {
    margin-inline-start:8px;font-size: 14px;
    line-height: 21px
}

.right.svelte-190a4bx.svelte-190a4bx {
    text-align: right
}

.upgrade-link.svelte-190a4bx.svelte-190a4bx {
    color: #0177a9;
    cursor: pointer;
    text-decoration: underline
}

.btn-primary.svelte-190a4bx.svelte-190a4bx {
    text-align: center;
    cursor: pointer;
    border: 0 none;
    border-radius: 2px;
    background: #0177a9;
    color: White;
    font-weight: 400;
    padding: 8px;
    line-height: 1em;
    transition: background-color 0.1s ease-in-out;
    margin-left: 12px;
    padding: 8px 16px;
    border-radius: 4px;
    line-height: 19px
}

.btn-primary.svelte-190a4bx.svelte-190a4bx:hover {
    background: #006494
}

.btn-primary.svelte-190a4bx.svelte-190a4bx:disabled {
    background-color: #e3e3e3;
    color: #6e6e6e;
    cursor: default
}

.btn-primary.svelte-190a4bx.svelte-190a4bx:disabled:hover {
    background-color: #e3e3e3;
    color: #6e6e6e
}

.loader.svelte-c65fyl {
    border: 4px solid #f1f1f1;
    border-top: 4px solid #0f2b46;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    animation: svelte-c65fyl-spin 2s linear infinite
}

.loader.small.svelte-c65fyl {
    width: 19px;
    height: 19px
}

@keyframes svelte-c65fyl-spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.settings-link.svelte-1yv621f.svelte-1yv621f {
    color: #0177a9;
    cursor: pointer;
    display: flex;
    flex-wrap: nowrap;
    text-decoration: underline;
    align-items: center
}

.settings-link.svelte-1yv621f.svelte-1yv621f:hover {
    text-decoration-line: underline;
    color: #065a85
}

.settings-link.svelte-1yv621f .icon.svelte-1yv621f {
    display: block;
    background-position: center;
    background-position-x: 1px;
    background-repeat: no-repeat;
    margin-inline-start:8px}

.settings-link.svelte-1yv621f .icon-external-link.svelte-1yv621f {
    margin-top: 2px;
    margin-inline-start:4px;width: 15px;
    height: 15px;
    background-image: url("../images/buttons/external-link.svg")
}

.close-icon.svelte-nskp1z {
    border: 0 none;
    background-color: transparent;
    cursor: pointer;
    height: 24px;
    width: 24px;
    border-radius: 12px;
    background-repeat: no-repeat;
    background-position: center;
    transition: background-color 0.3s ease-in-out;
    background-image: url("../images/buttons/close.svg");
    height: 19px;
    width: 19px
}

.close-icon.svelte-nskp1z:hover {
    background-color: #f2f4f7
}

@font-face {
    font-family: "Open Sans";
    src: url("chrome-extension://cofdbpoegempjloogbagkncekinflcnj/fonts/OpenSans_VariableFont_wdth_wght.ttf") format("truetype");
    font-weight: 100 1000
}

:host {
    font-family: "Open Sans", sans-serif
}

.container.svelte-1gqlrwe.svelte-1gqlrwe {
    width: 240px;
    background-color: #fff;
    border: 1px solid #e0e4e9;
    border-radius: 5px;
    font-weight: 400;
    color: #292c32;
    font-size: 12px;
    box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.16)
}

.container.svelte-1gqlrwe .header .close-icon-container.svelte-1gqlrwe {
    position: absolute;
    inset-inline-end: 5px;
    top: 4px
}

.container.svelte-1gqlrwe .body.svelte-1gqlrwe {
    padding: 24px
}

.container.svelte-1gqlrwe .body .label-language-switch.svelte-1gqlrwe {
    margin: 0 0 8px 0;
    line-height: 1.5em;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 4px;
    user-select: none
}

.container.svelte-1gqlrwe .footer.svelte-1gqlrwe {
    display: flex;
    justify-content: flex-end;
    padding: 16px 24px 12px 24px;
    border-top: 1px solid #dde2e7
}

.container.svelte-195c1d5.svelte-195c1d5 {
    position: relative;
    background-color: rgba(3, 113, 113, 0.1);
    margin-top: 4px;
    padding: 8px 20px 2px 10px;
    border-radius: 7px
}

.container.svelte-195c1d5 .translatedText.svelte-195c1d5 {
    font-weight: 400;
    font-size: 15px;
    line-height: 130%;
    color: #037171
}

.container.svelte-195c1d5 .show-alternatives.svelte-195c1d5 {
    margin-top: 2px;
    text-decoration-line: underline;
    color: #006494;
    cursor: pointer;
    font-weight: 400;
    font-size: 12px;
    line-height: 150%
}

.container.svelte-195c1d5 .show-alternatives.dark.svelte-195c1d5 {
    color: #42baf3
}

.container.svelte-195c1d5 button.svelte-195c1d5 {
    position: absolute;
    top: 2px;
    inset-inline-end: 0px;
    background: none;
    border: 0 none;
    cursor: pointer
}

.container.dark.svelte-195c1d5.svelte-195c1d5 {
    background-color: #4b535a
}

.container.dark.svelte-195c1d5 .translatedText.svelte-195c1d5 {
    color: #f2f4f7
}

.container.svelte-tz0fan.svelte-tz0fan {
    position: absolute;
    background-color: #fff;
    padding: 3px;
    cursor: pointer;
    margin-top: -11.5px;
    margin-inline-start:8px;display: flex;
    flex-direction: row;
    align-items: center;
    border-radius: 50%;
    transition: opacity 0.5s ease-in-out
}

.container.isParentRTL.svelte-tz0fan.svelte-tz0fan {
    direction: rtl
}

.container.isExpanded.svelte-tz0fan.svelte-tz0fan {
    border-radius: 18px;
    max-width: 250px
}

.container.isTranslated.svelte-tz0fan.svelte-tz0fan {
    display: none;
    cursor: default
}

.container.isHidden.svelte-tz0fan.svelte-tz0fan {
    display: none
}

.container.messageHasReactionIcon.svelte-tz0fan.svelte-tz0fan {
    margin-top: -22px
}

.container.svelte-tz0fan .translateTrigger.svelte-tz0fan {
    padding: 1px;
    border-radius: 50%;
    background-color: white
}

.container.svelte-tz0fan .translateTrigger svg.svelte-tz0fan {
    display: block;
    margin: auto
}

.container.svelte-tz0fan .translateTrigger.svelte-tz0fan:hover {
    background-color: #f2f4f7
}

.container.svelte-tz0fan .settingsTrigger.svelte-tz0fan {
    margin-inline-start:2px;padding: 1px;
    border-radius: 50%;
    background-color: white
}

.container.svelte-tz0fan .settingsTrigger svg.svelte-tz0fan {
    display: block;
    margin: auto
}

.container.svelte-tz0fan .settingsTrigger.svelte-tz0fan:hover {
    background-color: #f2f4f7
}

.container.svelte-tz0fan .settingsContainer.svelte-tz0fan {
    position: absolute;
    top: 26px;
    inset-inline-start: 22px
}

.container.svelte-tz0fan .settingsContainer.isTop.svelte-tz0fan {
    top: -156px
}

.container.svelte-tz0fan .settingsContainer.isLeft.svelte-tz0fan {
    inset-inline-start: -200px
}

@font-face {
    font-family: "Open Sans";
    src: url("chrome-extension://cofdbpoegempjloogbagkncekinflcnj/fonts/OpenSans_VariableFont_wdth_wght.ttf") format("truetype");
    font-weight: 100 1000
}

:host {
    font-family: "Open Sans", sans-serif
}

.container.svelte-1mz7457.svelte-1mz7457 {
    width: 240px;
    min-height: 102;
    background-color: #fff;
    border: 1px solid #e0e4e9;
    border-radius: 5px;
    font-weight: 400;
    color: #292c32;
    font-size: 12px;
    box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.16)
}

.container.svelte-1mz7457 .header .close-icon-container.svelte-1mz7457 {
    position: absolute;
    inset-inline-end: 5px;
    top: 4px
}

.container.svelte-1mz7457 .body.svelte-1mz7457 {
    padding: 24px
}

.container.svelte-1mz7457 .body .label-language-switch.svelte-1mz7457 {
    margin: 0 0 8px 0;
    line-height: 1.5em;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 4px;
    user-select: none
}

@font-face {
    font-family: "Open Sans";
    src: url("chrome-extension://cofdbpoegempjloogbagkncekinflcnj/fonts/OpenSans_VariableFont_wdth_wght.ttf") format("truetype");
    font-weight: 100 1000
}

:host {
    font-family: "Open Sans", sans-serif
}

.container.svelte-1y4pllc.svelte-1y4pllc {
    width: 240px;
    min-height: 102;
    background-color: #fff;
    border: 1px solid #e0e4e9;
    border-radius: 5px;
    font-weight: 400;
    color: #292c32;
    font-size: 12px;
    box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.16)
}

.container.svelte-1y4pllc .header .close-icon-container.svelte-1y4pllc {
    position: absolute;
    inset-inline-end: 5px;
    top: 4px
}

.container.svelte-1y4pllc .body.svelte-1y4pllc {
    padding: 24px
}

.container.svelte-14w5zgr.svelte-14w5zgr {
    display: flex;
    flex-direction: row;
    padding: 8px
}

.container.svelte-14w5zgr .expanded-background.svelte-14w5zgr {
    position: absolute;
    inset-inline-start: -25px;
    background-color: white;
    width: 61px;
    z-index: 2147483650;
    border-radius: 18px;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.3)
}

.container.svelte-14w5zgr .icon-container.svelte-14w5zgr {
    cursor: pointer;
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    border-radius: 50%
}

.container.svelte-14w5zgr .icon-container.svelte-14w5zgr:hover {
    background-color: #f2f4f7
}

.errorContainer.svelte-14w5zgr.svelte-14w5zgr,.settingsContainer.svelte-14w5zgr.svelte-14w5zgr {
    position: absolute;
    inset-inline-end: 10px;
    bottom: 50px;
    z-index: 2147483649
}

.container.svelte-t50unb.svelte-t50unb {
    position: relative;
    background-color: rgba(3, 113, 113, 0.1);
    margin-top: 8px;
    padding: 16px 16px 8px 16px;
    border-radius: 7px;
    display: flex;
    flex-direction: column
}

.container.svelte-t50unb .translatedText.svelte-t50unb {
    font-weight: 400;
    font-size: 15px;
    line-height: 130%;
    color: #037171
}

.container.svelte-t50unb .show-alternatives.svelte-t50unb {
    margin-top: 8px;
    text-decoration-line: underline;
    color: #006494;
    cursor: pointer;
    font-weight: 400;
    font-size: 12px;
    line-height: 150%
}

.container.svelte-t50unb .show-alternatives.dark.svelte-t50unb {
    color: #42baf3
}

.container.svelte-t50unb button.svelte-t50unb {
    position: absolute;
    top: 0px;
    inset-inline-end: 0px;
    background: none;
    border: 0 none;
    cursor: pointer;
    padding: 8px
}

.container.dark.svelte-t50unb.svelte-t50unb {
    background-color: #4b535a
}

.container.dark.svelte-t50unb .translatedText.svelte-t50unb {
    color: #f2f4f7
}

.tweetLink.svelte-qovtib.svelte-qovtib {
    background: none;
    text-decoration: underline;
    font-weight: bold;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
    color: #0078d7;
    display: flex;
    flex-direction: row;
    align-content: flex-end;
    align-items: center
}

.tweetLink.svelte-qovtib .copy.svelte-qovtib {
    font-size: 0.75rem
}

.tweetLink.svelte-qovtib svg.svelte-qovtib {
    margin-inline-start:4px}

.tweetLink.svelte-qovtib .deepl-icon.svelte-qovtib {
    fill: #0078d7
}

.tweetLink.svelte-qovtib.svelte-qovtib:hover:enabled {
    color: #016997
}

.tweetLink.svelte-qovtib:hover:enabled .deepl-icon.svelte-qovtib {
    fill: #016997
}

.tweetLink.dark.svelte-qovtib.svelte-qovtib {
    color: #3c9dc4
}

.tweetLink.dark.svelte-qovtib .deepl-icon.svelte-qovtib {
    fill: #3c9dc4
}

.tweetLink.dark.svelte-qovtib.svelte-qovtib:hover:enabled {
    color: #78bcd6
}

.tweetLink.dark.svelte-qovtib:hover:enabled .deepl-icon.svelte-qovtib {
    fill: #78bcd6
}

.tweetLink.svelte-qovtib.svelte-qovtib:disabled {
    color: #9ba3ac
}

.tweetLink.svelte-qovtib:disabled .deepl-icon.svelte-qovtib {
    fill: #9ba3ac
}

.container.svelte-jkt5fr.svelte-jkt5fr {
    position: relative;
    background-color: #f5f7f8;
    margin: 1.6rem;
    padding: 16px 16px 16px 16px;
    border-radius: 7px;
    display: flex;
    flex-direction: column
}

.container.svelte-jkt5fr .translatedText.svelte-jkt5fr {
    font-weight: 400;
    font-size: 14px;
    line-height: 19.6px;
    color: #363f4a
}

.container.svelte-jkt5fr .show-alternatives.svelte-jkt5fr {
    margin-top: 8px;
    color: #0177a9;
    cursor: pointer;
    font-weight: 590;
    font-size: 14px;
    line-height: 20px
}

.container.svelte-jkt5fr button.svelte-jkt5fr {
    position: absolute;
    top: 0px;
    inset-inline-end: 0px;
    border: 0 none;
    cursor: pointer;
    padding: 8px;
    background-color: transparent
}

.spinner.svelte-yc91hj.svelte-yc91hj {
    margin-inline-start:1.6rem}

.linkedin-link.svelte-yc91hj.svelte-yc91hj {
    background: none;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
    display: flex;
    flex-direction: row;
    align-content: flex-end;
    align-items: center;
    margin-inline-start:1.6rem;margin-top: 5px
}

.linkedin-link.svelte-yc91hj .copy.svelte-yc91hj {
    font-size: 14px;
    font-weight: 590;
    color: #848f9b
}

.linkedin-link.svelte-yc91hj .copy.active.svelte-yc91hj {
    color: #0177a9
}

.dl-container-menu.svelte-1ej7t5r.svelte-1ej7t5r {
    position: relative
}

.dl-container-menu.svelte-1ej7t5r .dl-menu-icon-wrapper.svelte-1ej7t5r {
    display: flex;
    align-items: center;
    gap: 16px
}

.dl-container-menu.svelte-1ej7t5r .divider.svelte-1ej7t5r {
    border-bottom: 1px solid #dde2e7
}

.dl-container-menu.svelte-1ej7t5r .dl-menu-icon.svelte-1ej7t5r {
    border: 0 none;
    background-color: transparent;
    height: 32px;
    width: 32px;
    border-radius: 12px;
    background-repeat: no-repeat;
    background-position: center
}

.dl-container-menu.svelte-1ej7t5r .dl-menu-icon.isOpen.svelte-1ej7t5r {
    background-color: #c1c7d0;
    border-radius: 4px
}

.dl-container-menu.svelte-1ej7t5r .dl-menu-icon--settings.svelte-1ej7t5r {
    background-image: url("../images/buttons/settings-input.svg");
    cursor: pointer
}

.dl-container-menu.svelte-1ej7t5r .dl-menu-icon--settings.svelte-1ej7t5r:hover {
    background-color: #dbe0e5;
    border-radius: 4px
}

.dl-container-menu.svelte-1ej7t5r .dl-menu-icon--hamburger.svelte-1ej7t5r {
    background-image: url("../images/buttons/menu-icon.svg");
    cursor: pointer
}

.dl-container-menu.svelte-1ej7t5r .dl-menu-icon--hamburger.svelte-1ej7t5r:hover {
    background-color: #dbe0e5;
    border-radius: 4px
}

.dl-container-menu.svelte-1ej7t5r .dl-menu-icon--user.svelte-1ej7t5r {
    background-image: url("../images/userpic.svg")
}

.dl-container-menu.svelte-1ej7t5r .dl-menu-list.svelte-1ej7t5r {
    z-index: 1999999999;
    position: absolute;
    top: 32px;
    inset-inline-end: 0px;
    padding-top: 6px;
    padding-bottom: 6px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border: 1px solid #dae1e8;
    border-radius: 4px;
    box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.16);
    background-color: #fff;
    color: #292c32
}

.dl-container-menu.svelte-1ej7t5r .dl-menu-item.svelte-1ej7t5r {
    padding: 10px 16px 10px 16px;
    font-size: 13px;
    line-height: 17.7px;
    width: 130px;
    cursor: pointer
}

.dl-container-menu.svelte-1ej7t5r .dl-menu-item.svelte-1ej7t5r:hover {
    background-color: #f2f4f7
}

.dl-container-menu.svelte-1ej7t5r .dl-menu-item--divider.svelte-1ej7t5r {
    pointer-events: none;
    padding-block:0}

.dl-container-menu.svelte-1ej7t5r .dl-menu-link.svelte-1ej7t5r {
    display: flex;
    align-items: flex-start;
    color: #292c32;
    text-decoration: none
}

.dl-container-menu.svelte-1ej7t5r .dl-feedback-icon.svelte-1ej7t5r {
    height: 16px;
    width: 16px;
    margin-inline-start:6px;background-repeat: no-repeat;
    background-position: center;
    background-image: url("../images/buttons/external-link.svg")
}

.deepl-shield-icon.svelte-16nk5mq {
    background-image: url("../images/icons/shield.svg");
    background-position: center;
    background-size: cover
}

.deepl-shield-icon.white.svelte-16nk5mq {
    background-image: url("../images/icons/shield-white.svg")
}

.dl-header.svelte-1418rhr.svelte-1418rhr {
    border-bottom: 1px solid #dae1e8;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 6px 10px;
    height: 56px;
    box-sizing: border-box
}

.dl-header.svelte-1418rhr .logo-translator-name-container.svelte-1418rhr {
    display: flex;
    align-items: center;
    gap: 8px
}

.dl-header--with-lang-selector.svelte-1418rhr.svelte-1418rhr {
    padding: 5px 13px 5px 22px
}

.dl-header--with-lang-selector.svelte-1418rhr .dl-logo.svelte-1418rhr {
    width: 24px;
    background-image: url("../images/deepl-logo-no-text.svg");
    background-position: center;
    background-size: contain
}

.dl-header--with-lang-selector.svelte-1418rhr .translator-name.svelte-1418rhr {
    font-weight: 600;
    font-size: 14px
}

.dl-header--with-lang-selector.svelte-1418rhr .dl-actions.svelte-1418rhr {
    justify-content: flex-end;
    margin-top: 0;
    margin-inline-end:0;gap: 12px
}

.dl-header--with-lang-selector.svelte-1418rhr .dl-actions-language-selector.svelte-1418rhr {
    display: flex
}

.dl-header--with-lang-selector.svelte-1418rhr .dl-actions-language-selector__dropdown.svelte-1418rhr {
    max-width: 200px
}

.dl-logo.svelte-1418rhr.svelte-1418rhr {
    width: 102px;
    height: 35px;
    background-image: url(../images/deepl-logo.svg);
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    background-size: cover
}

.dl-actions.svelte-1418rhr.svelte-1418rhr {
    display: flex;
    align-items: center;
    flex-grow: 1;
    justify-content: flex-end
}

.dl-actions.svelte-1418rhr button.svelte-1418rhr {
    border: 0 none;
    background-color: transparent;
    transition: background-color 0.3s ease-in-out;
    cursor: pointer;
    height: 24px;
    width: 24px;
    border-radius: 12px
}

.dl-actions.svelte-1418rhr button.svelte-1418rhr:hover {
    background-color: #f2f4f7
}

.dl-actions.svelte-1418rhr button.dl-settings-icon.svelte-1418rhr {
    width: 19px;
    height: 19px;
    background-image: url("../images/buttons/settings-input.svg");
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    height: 24px;
    width: 24px
}

.dl-actions.svelte-1418rhr button.dl-close-icon.svelte-1418rhr {
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("../images/icons/x-mark-big.svg")
}

.dl-layout.svelte-jwy61a {
    min-width: 213px;
    font-weight: 400;
    font-size: 12px
}

.dl-content.svelte-jwy61a {
    color: #242b34
}

.radio.svelte-1jny8vu.svelte-1jny8vu.svelte-1jny8vu {
    display: flex;
    margin-bottom: 8px
}

.radio--with-border.svelte-1jny8vu.svelte-1jny8vu.svelte-1jny8vu {
    border: 1px solid #dae1e8;
    border-radius: 4px;
    padding: 8px
}

.radio--with-border.svelte-1jny8vu.svelte-1jny8vu.svelte-1jny8vu:hover,.radio--with-border.svelte-1jny8vu.svelte-1jny8vu.svelte-1jny8vu:focus {
    border-color: #006494
}

.radio--with-border.radio--checked.svelte-1jny8vu.svelte-1jny8vu.svelte-1jny8vu {
    border-color: #006494
}

.radio.svelte-1jny8vu label.svelte-1jny8vu.svelte-1jny8vu {
    margin-inline-start:8px;font-size: 12px;
    line-height: 16px;
    color: #394046;
    cursor: pointer;
    width: 100%
}

.radio.svelte-1jny8vu .radio-icon.svelte-1jny8vu.svelte-1jny8vu {
    pointer-events: none
}

.radio.svelte-1jny8vu input[type=radio].svelte-1jny8vu.svelte-1jny8vu {
    position: absolute;
    opacity: 0;
    cursor: pointer
}

.radio.svelte-1jny8vu input[type=radio].svelte-1jny8vu+.radio-icon.svelte-1jny8vu:before {
    content: "";
    background: #fff;
    border-radius: 100%;
    border: 1px solid #6e6e6e;
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-inline-end:8px;vertical-align: top;
    cursor: pointer;
    text-align: center;
    transition: all 250ms ease
}

.radio.svelte-1jny8vu input[type=radio].svelte-1jny8vu:checked+.radio-icon.svelte-1jny8vu:before {
    border: 1px solid #006494;
    background-color: #006494;
    box-shadow: inset 0 0 0 2px #fff
}

.radio.svelte-1jny8vu input[type=radio].svelte-1jny8vu:focus+.radio-icon.svelte-1jny8vu:before {
    outline: none;
    border-color: #006494
}

.radio.svelte-1jny8vu input[type=radio].svelte-1jny8vu:disabled+.radio-icon.svelte-1jny8vu:before {
    box-shadow: inset 0 0 0 2px #fff;
    border-color: #bfbfbf;
    background: #bfbfbf
}

.radio.svelte-1jny8vu input[type=radio].svelte-1jny8vu+.radio-icon.svelte-1jny8vu:empty:before {
    margin-inline-end:0}

@font-face {
    font-family: "Open Sans";
    src: url("chrome-extension://cofdbpoegempjloogbagkncekinflcnj/fonts/OpenSans_VariableFont_wdth_wght.ttf") format("truetype");
    font-weight: 100 1000
}

:host {
    font-family: "Open Sans", sans-serif
}

.tooltip-wrapper.svelte-1i225gi.svelte-1i225gi {
    width: 300px;
    background-color: #fff;
    border: 1px solid #e0e4e9;
    border-radius: 5px;
    box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.16)
}

.tooltip-wrapper--settings.svelte-1i225gi.svelte-1i225gi {
    width: 250px
}

.tooltip-wrapper.svelte-1i225gi .footer.svelte-1i225gi {
    border-top: 1px solid #f2f4f7;
    padding: 6px;
    display: flex;
    justify-content: end
}

.header.svelte-1i225gi.svelte-1i225gi {
    position: absolute;
    right: 2px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    padding: 5px
}

.header.svelte-1i225gi .close-icon.svelte-1i225gi {
    border: 0 none;
    background-color: transparent;
    cursor: pointer;
    height: 24px;
    width: 24px;
    border-radius: 12px;
    background-repeat: no-repeat;
    background-position: center;
    transition: background-color 0.3s ease-in-out;
    background-image: url("../images/buttons/close.svg");
    height: 19px;
    width: 19px
}

.header.svelte-1i225gi .close-icon.svelte-1i225gi:hover {
    background-color: #f2f4f7
}

p.svelte-1i225gi.svelte-1i225gi {
    margin: 0 0 8px 0;
    line-height: 1.5em;
    margin-bottom: 4px;
    user-select: none
}

p.font-bold.svelte-1i225gi.svelte-1i225gi {
    font-weight: 600
}

.dl-widget.svelte-1i225gi.svelte-1i225gi {
    border-bottom: 1px solid #dde2e7;
    padding: 16px
}

.dl-widget.svelte-1i225gi.svelte-1i225gi:last-child {
    border-bottom: 0 none
}

.link-container.svelte-1i225gi.svelte-1i225gi {
    display: flex;
    justify-content: flex-end
}

.link-input-settings.svelte-1i225gi.svelte-1i225gi {
    display: flex;
    flex-wrap: nowrap;
    cursor: pointer
}

.link.svelte-1i225gi.svelte-1i225gi {
    color: #0177a9;
    cursor: pointer
}

.link.svelte-1i225gi.svelte-1i225gi:hover {
    text-decoration-line: underline;
    color: #065a85
}

.link-settings.svelte-1i225gi.svelte-1i225gi {
    display: flex;
    flex-wrap: nowrap;
    text-decoration: underline;
    justify-items: center
}

.icon.svelte-1i225gi.svelte-1i225gi {
    display: block;
    background-position: center;
    background-position-x: 1px;
    background-repeat: no-repeat;
    margin-inline-start:8px}

.icon-toggle-on.svelte-1i225gi.svelte-1i225gi {
    width: 50px;
    height: 16px;
    background-image: url("../images/toggle-on.svg")
}

.icon-external-link.svelte-1i225gi.svelte-1i225gi {
    margin-top: 2px;
    margin-inline-start:4px;width: 15px;
    height: 15px;
    background-image: url("../images/buttons/external-link.svg")
}

.action-container.svelte-1i225gi.svelte-1i225gi {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 4px
}

.btn-primary.svelte-1i225gi.svelte-1i225gi {
    text-align: center;
    cursor: pointer;
    border: 0 none;
    border-radius: 2px;
    background: #0177a9;
    color: White;
    font-weight: 400;
    padding: 8px;
    line-height: 1em;
    transition: background-color 0.1s ease-in-out;
    padding-inline:16px;margin-inline-start:16px}

.btn-primary.svelte-1i225gi.svelte-1i225gi:hover {
    background: #006494
}

.btn-primary.disabled.svelte-1i225gi.svelte-1i225gi {
    opacity: 0.5;
    pointer-events: none
}

.option-container.svelte-1i225gi.svelte-1i225gi {
    padding: 4px 0 8px 0
}

.listen-list.svelte-h9gtq7.svelte-h9gtq7 {
    z-index: 199999999999;
    position: absolute;
    display: flex;
    inset-inline-end: 0;
    flex-direction: column;
    align-items: flex-start;
    border: 1px solid #dae1e8;
    border-radius: 4px;
    box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.16);
    background-color: #fff
}

.listen-list.svelte-h9gtq7 .list-entry.svelte-h9gtq7 {
    box-sizing: content-box;
    width: 163px;
    font-family: inherit;
    font-size: 14px;
    color: #292c32;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    cursor: pointer;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-inline-start:16px;padding-inline-end:16px;border: 0 none;
    background: transparent;
    border-radius: 4px;
    transition: background-color 0.3s ease-in-out
}

.listen-list.svelte-h9gtq7 .list-entry.svelte-h9gtq7:hover {
    background-color: #f2f4f7
}

.listen-list.svelte-h9gtq7 .list-entry.dl-entry-notAvaiable.svelte-h9gtq7 {
    pointer-events: none;
    color: #9ba3ac;
    user-select: none
}

.dl-replace-button.svelte-9vlams {
    background: transparent;
    background-color: #0f2b46;
    border: 0 none;
    cursor: pointer;
    border-radius: 4px;
    background-image: url("../images/buttons/gdocs-replace.svg");
    background-position: center;
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    box-sizing: border-box
}

.dl-replace-button.svelte-9vlams:disabled {
    opacity: 0.5;
    cursor: default
}

.dl-toolbar.svelte-nqc56z.svelte-nqc56z.svelte-nqc56z {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-top: 16px
}

.dl-toolbar.svelte-nqc56z .tooltip-linguee.svelte-nqc56z.svelte-nqc56z {
    display: none;
    transition: 0.2s ease-out
}

.dl-toolbar.svelte-nqc56z .dl-dictionary.svelte-nqc56z.svelte-nqc56z {
    display: flex;
    cursor: pointer;
    align-items: center;
    height: 40px;
    cursor: pointer;
    padding: 0 8px;
    border-radius: 4px
}

.dl-toolbar.svelte-nqc56z .dl-dictionary.shown-dict.svelte-nqc56z.svelte-nqc56z {
    color: #006494;
    background-color: #f2f4f7
}

.dl-toolbar.svelte-nqc56z .dl-dictionary .dict-text.svelte-nqc56z.svelte-nqc56z {
    margin-inline-end:8px}

.dl-toolbar.svelte-nqc56z .dl-dictionary .img_book.svelte-nqc56z.svelte-nqc56z {
    background-image: url("../images/book.svg");
    display: block;
    height: 24px;
    width: 24px;
    background-position: center;
    background-repeat: no-repeat
}

.dl-toolbar.svelte-nqc56z .dl-dictionary .img_book.shown-dict.svelte-nqc56z.svelte-nqc56z {
    background-image: url("../images/book-blue.svg")
}

.dl-toolbar.svelte-nqc56z .dl-dictionary .img_arrow.svelte-nqc56z.svelte-nqc56z {
    background-image: url("../images/arrow-down-variant2.svg");
    display: block;
    height: 24px;
    width: 24px;
    background-position: center;
    background-repeat: no-repeat
}

.dl-toolbar.svelte-nqc56z .dl-dictionary .img_arrow.shown-dict.svelte-nqc56z.svelte-nqc56z {
    background-image: url("../images/arrow-down-variant2-blue.svg")
}

.dl-toolbar.svelte-nqc56z .dl-dictionary.svelte-nqc56z.svelte-nqc56z:hover {
    background-color: #f2f4f7
}

.dl-toolbar.svelte-nqc56z .dl-dictionary.svelte-nqc56z:hover~.tooltip-linguee.svelte-nqc56z {
    position: absolute;
    display: inline-block;
    top: 100%;
    padding: 16px 24px;
    color: #292c32;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
    width: 245px;
    inset-inline-start: -50%;
    background-color: #fff;
    line-height: 20px;
    transition: 0.2s ease-out;
    box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.16)
}

.dl-toolbar.svelte-nqc56z .dl-dictionary.disable.svelte-nqc56z.svelte-nqc56z {
    color: #727a83
}

.dl-toolbar.svelte-nqc56z .dl-dictionary.disable .img_book.svelte-nqc56z.svelte-nqc56z {
    background-image: url("../images/book-grey.svg")
}

.dl-toolbar.svelte-nqc56z .dl-dictionary.disable .img_arrow.svelte-nqc56z.svelte-nqc56z {
    background-image: url("../images/arrow-down-variant2-grey.svg")
}

.dl-toolbar.svelte-nqc56z .dl-dictionary.disable.svelte-nqc56z.svelte-nqc56z:hover {
    background-color: transparent
}

.dl-toolbar.svelte-nqc56z .dl-link-container .link.svelte-nqc56z.svelte-nqc56z {
    font-family: "Open Sans", sans-serif;
    border: 0 none;
    background: transparent;
    padding: 0;
    color: #006494;
    cursor: pointer;
    text-decoration: none;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: start
}

.dl-toolbar.svelte-nqc56z .dl-link-container .link.svelte-nqc56z.svelte-nqc56z:hover {
    text-decoration: underline
}

.dl-toolbar.svelte-nqc56z .dl-link-container .link .icon.svelte-nqc56z.svelte-nqc56z {
    display: block;
    background-position: center;
    background-position-x: 1px;
    background-repeat: no-repeat;
    margin-inline-start:8px}

.dl-toolbar.svelte-nqc56z .dl-link-container .link .icon-external-link.svelte-nqc56z.svelte-nqc56z {
    margin-top: 2px;
    margin-inline-start:4px;width: 15px;
    height: 15px;
    background-image: url("../images/buttons/external-link.svg");
    background-image: url("../images/buttons/external-link-variant.svg")
}

.dl-toolbar.svelte-nqc56z .dl-btn-group.svelte-nqc56z.svelte-nqc56z {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 4px;
    position: relative
}

.dl-toolbar.svelte-nqc56z .dl-btn-group .dl-btn.svelte-nqc56z.svelte-nqc56z {
    width: 40px;
    height: 40px;
    border: 0 none;
    background: transparent;
    border-radius: 4px;
    transition: background-color 0.3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer
}

.dl-toolbar.svelte-nqc56z .dl-btn-group .dl-btn.svelte-nqc56z.svelte-nqc56z:hover,.dl-toolbar.svelte-nqc56z .dl-btn-group .dl-btn.dl-btn-active.svelte-nqc56z.svelte-nqc56z,.dl-toolbar.svelte-nqc56z .dl-btn-group .dl-btn.dl-btn-hovered.svelte-nqc56z.svelte-nqc56z {
    background-color: #f2f4f7
}

.dl-toolbar.svelte-nqc56z .dl-icon.svelte-nqc56z.svelte-nqc56z {
    display: block;
    height: 24px;
    width: 24px;
    background-position: center;
    background-repeat: no-repeat
}

.dl-toolbar.svelte-nqc56z .dl-icon.dl-icon-listen.svelte-nqc56z.svelte-nqc56z {
    background-image: url("../images/buttons/listen.svg")
}

.dl-toolbar.svelte-nqc56z .dl-icon.dl-icon-copy.svelte-nqc56z.svelte-nqc56z {
    background-image: url("../images/buttons/copy.svg")
}

.dl-toolbar.svelte-nqc56z .dl-btn-active .dl-icon-listen.svelte-nqc56z.svelte-nqc56z {
    background-image: url("../images/buttons/listen-stop.svg")
}

.dl-toolbar.svelte-nqc56z .dl-btn-active .dl-icon-copy.svelte-nqc56z.svelte-nqc56z {
    background-image: url("../images/buttons/copy-active.svg")
}

.dl-toolbar.svelte-1sp8mp6 {
    padding-top: 24px;
    text-align: left
}

.btn-primary.svelte-1sp8mp6 {
    text-align: center;
    cursor: pointer;
    border: 0 none;
    border-radius: 2px;
    background: #0177a9;
    color: White;
    font-weight: 400;
    padding: 8px;
    line-height: 1em;
    transition: background-color 0.1s ease-in-out;
    font-family: "Open Sans", sans-serif;
    margin-inline-end:6px;line-height: normal;
    padding: 9px 16px;
    font-size: 14px;
    border-radius: 4px;
    background-color: #0177a9
}

.btn-primary.svelte-1sp8mp6:hover {
    background: #006494
}

.btn-secondary.svelte-1sp8mp6 {
    border: 1px solid #0f2b46;
    border-radius: 2px;
    background: transparent;
    color: #0f2b46;
    padding: 8px 12px;
    cursor: pointer;
    width: auto;
    margin-inline-end:0;font-family: "Open Sans", sans-serif;
    padding: 8px 16px;
    font-size: 14px;
    border-radius: 4px;
    border-color: #dbe0e5
}

.btn-secondary.svelte-1sp8mp6:hover {
    border-color: #006494;
    color: #006494
}

.debug-settings.svelte-mu7va1 {
    width: fit-content;
    font-size: 12px;
    padding: 5px;
    color: #fff;
    background-color: #000
}

.dl-alternatives-container.svelte-18mxrb4.svelte-18mxrb4 {
    border-top: 1px solid #dbe0e5;
    background-color: #f5f7f8
}

.dl-toggle-show-alternatives.svelte-18mxrb4.svelte-18mxrb4 {
    display: block;
    background: transparent;
    border: 0 none;
    text-align: start;
    width: 100%;
    background-image: url("../images/icons/platformBehaviours/gdocs/alternatives.svg");
    background-repeat: no-repeat;
    background-position: center left 8px;
    cursor: pointer;
    line-height: 21px;
    letter-spacing: -1.1%;
    padding: 10px 10px 10px 36px;
    font-size: 14px;
    font-weight: 600;
    font-family: inherit
}

.dl-toggle-show-alternatives.svelte-18mxrb4.svelte-18mxrb4::after {
    height: 20px;
    width: 20px;
    content: " ";
    position: absolute;
    inset-inline-end: 16px;
    transition: transform 0.3 ease-in-out;
    background-image: url("../images/arrow-down-variant.svg");
    background-position: center;
    background-repeat: no-repeat
}

.dl-toggle-show-alternatives.is-showing.svelte-18mxrb4.svelte-18mxrb4::after {
    transform: rotate(180deg)
}

.dl-segmentation-selector.svelte-18mxrb4.svelte-18mxrb4 {
    padding: 8px
}

.dl-segmentation-selector.svelte-18mxrb4 .segmentation-button.svelte-18mxrb4 {
    background: transparent;
    font-family: inherit;
    border: 0 none;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    padding: 4px 4px 4px 30px;
    margin-inline-end:11px;background-repeat: no-repeat;
    background-position: center left 2px
}

.dl-segmentation-selector.svelte-18mxrb4 .segmentation-button.word.svelte-18mxrb4 {
    background-image: url("../images/icons/platformBehaviours/gdocs/segmentation-word.svg")
}

.dl-segmentation-selector.svelte-18mxrb4 .segmentation-button.sentence.svelte-18mxrb4 {
    background-image: url("../images/icons/platformBehaviours/gdocs/segmentation-sentence.svg")
}

.dl-segmentation-selector.svelte-18mxrb4 .active.svelte-18mxrb4 {
    border-radius: 4px;
    background-color: #dbe0e5
}

.alternatives.svelte-18mxrb4.svelte-18mxrb4 {
    padding-bottom: 8px;
    max-height: 250px;
    overflow-y: auto;
    overflow-x: hidden
}

.alternative.svelte-18mxrb4.svelte-18mxrb4 {
    cursor: pointer;
    background-color: white;
    border-radius: 4px;
    margin: 0 8px 8px 8px;
    padding: 8px;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px
}

.alternative.svelte-18mxrb4.svelte-18mxrb4:last-child {
    margin-bottom: 0
}

.alternative.svelte-18mxrb4 .highlighted-text-chunk.svelte-18mxrb4 {
    text-decoration: underline;
    color: #007e5e
}

.dl-alternatives-loading-skeleton.svelte-18mxrb4.svelte-18mxrb4 {
    animation: svelte-18mxrb4-skeleton-loading 1s linear infinite alternate;
    padding: 0 8px 8px 8px
}

.dl-alternatives-loading-skeleton.svelte-18mxrb4 .skeleton-item.svelte-18mxrb4 {
    padding-bottom: 8px;
    background-color: white;
    border-radius: 4px;
    padding: 13px 8px;
    margin-bottom: 8px
}

.dl-alternatives-loading-skeleton.svelte-18mxrb4 .skeleton-item.svelte-18mxrb4:last-child {
    margin-bottom: 0
}

.dl-alternatives-loading-skeleton.svelte-18mxrb4 .skeleton-item .skeleton-subitem.svelte-18mxrb4 {
    background-color: #edf8fc;
    height: 12px;
    margin-bottom: 13px;
    border-radius: 6px
}

.dl-alternatives-loading-skeleton.svelte-18mxrb4 .skeleton-item .skeleton-subitem.svelte-18mxrb4:last-child {
    margin-bottom: 0
}

.dl-alternatives-loading-skeleton.svelte-18mxrb4 .skeleton-item .skeleton-subitem.is-short-line.svelte-18mxrb4 {
    width: 45%
}

@keyframes svelte-18mxrb4-skeleton-loading {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0.5
    }
}

.preview-text-scroller.svelte-t9u7lm.svelte-t9u7lm {
    line-height: 23px;
    font-weight: 400;
    letter-spacing: -1.1%;
    max-height: 400px;
    overflow-x: hidden;
    overflow-y: auto
}

.dl-translatable-line.svelte-t9u7lm.svelte-t9u7lm {
    clear: both
}

.dl-translatable-line.is-sentence-segmentation.svelte-t9u7lm .sentence-text.svelte-t9u7lm {
    cursor: pointer
}

.dl-translatable-line.is-sentence-segmentation.svelte-t9u7lm .sentence-text.active-sentence.svelte-t9u7lm {
    background-color: #fbdb94;
    border-radius: 4px
}

.dl-translatable-line.is-sentence-segmentation.svelte-t9u7lm .sentence-text.svelte-t9u7lm:hover {
    background-color: #fbdb94;
    border-radius: 4px
}

.dl-translatable-line.is-word-segmentation.svelte-t9u7lm .word-text.svelte-t9u7lm {
    cursor: pointer
}

.dl-translatable-line.is-word-segmentation.svelte-t9u7lm .word-text.active-word.svelte-t9u7lm {
    background-color: #fbdb94;
    border-radius: 4px
}

.dl-translatable-line.is-word-segmentation.svelte-t9u7lm .word-text.svelte-t9u7lm:hover {
    background-color: #fbdb94;
    border-radius: 4px
}

.dl-untranslatable-line.svelte-t9u7lm.svelte-t9u7lm {
    width: 1px;
    height: 20px;
    float: inline-start
}

.dl-inline-translate-toolbar-frame.svelte-t9u7lm.svelte-t9u7lm {
    margin-bottom: -10px
}

.dl-alternatives-frame.svelte-t9u7lm.svelte-t9u7lm {
    margin: 32px -24px -16px -24px
}

@font-face {
    font-family: "Open Sans";
    src: url("chrome-extension://cofdbpoegempjloogbagkncekinflcnj/fonts/OpenSans_VariableFont_wdth_wght.ttf") format("truetype");
    font-weight: 100 1000
}

:host {
    font-family: "Open Sans", sans-serif
}

.dl__dictionary.svelte-1o8y5qz.svelte-1o8y5qz {
    max-height: 366px;
    overflow: scroll;
    scroll-behavior: auto;
    border-top: 1px solid #dae1e8
}

.dl__dictionary.svelte-1o8y5qz.svelte-1o8y5qz::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px
}

.dl__dictionary.svelte-1o8y5qz.svelte-1o8y5qz::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5)
}

.tooltip-container.svelte-1o8y5qz.svelte-1o8y5qz {
    font-size: 14px;
    line-height: 1.4em;
    word-wrap: break-word;
    padding: 16px 24px
}

.tooltip-container.error.svelte-1o8y5qz.svelte-1o8y5qz {
    padding: 0px
}

.tooltip-container.svelte-1o8y5qz .loading-spinner-container.svelte-1o8y5qz {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.tooltip-container.svelte-1o8y5qz .result-frame.svelte-1o8y5qz {
    line-height: 1.6em;
    max-height: 300px;
    overflow-y: auto
}

.anonymous-user-max-char-exceeded.svelte-1o8y5qz .counter.svelte-1o8y5qz {
    font-weight: 600;
    color: #f46f52;
    margin-bottom: 8px;
    margin-top: -4px
}

.anonymous-user-max-char-exceeded.svelte-1o8y5qz .box.svelte-1o8y5qz {
    background-color: #f3f5f7;
    border-radius: 4px;
    padding: 16px 24px;
    line-height: 21px;
    font-weight: 400;
    color: #292c32
}

.anonymous-user-max-char-exceeded.svelte-1o8y5qz .box h2.svelte-1o8y5qz {
    font-size: 14px;
    margin: 0;
    padding: 0;
    line-height: 21px;
    font-weight: 600
}

.anonymous-user-max-char-exceeded.svelte-1o8y5qz .button-row.svelte-1o8y5qz {
    text-align: end;
    padding-top: 16px
}

.anonymous-user-max-char-exceeded.svelte-1o8y5qz .button-row button.svelte-1o8y5qz {
    border: 1px solid #0f2b46;
    border-radius: 2px;
    background: transparent;
    color: #0f2b46;
    padding: 8px 12px;
    cursor: pointer;
    width: auto;
    line-height: 16px;
    font-size: inherit;
    color: #006494;
    border-color: #006494;
    border-radius: 4px
}

.anonymous-user-max-char-exceeded.svelte-1o8y5qz .button-row button.svelte-1o8y5qz:hover {
    border-color: #006494;
    color: #006494
}

@font-face {
    font-family: "Open Sans";
    src: url("chrome-extension://cofdbpoegempjloogbagkncekinflcnj/fonts/OpenSans_VariableFont_wdth_wght.ttf") format("truetype");
    font-weight: 100 1000
}

:host {
    font-family: "Open Sans", sans-serif
}

.tooltip-wrapper.svelte-1syntch.svelte-1syntch {
    width: 550px;
    background-color: #fff;
    border: 1px solid #dae1e8;
    border-radius: 5px;
    box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.16);
    display: flex;
    flex-direction: row
}

.tooltip-wrapper.svelte-1syntch .tooltip-drag-handle.svelte-1syntch {
    width: 16px;
    background-color: #f1f1f1;
    border-inline-end:1px solid #dae1e8;cursor: move;
    background-image: url("../images/drag.svg");
    background-position: center;
    background-repeat: no-repeat
}

.tooltip-wrapper.svelte-1syntch .tooltip-body.svelte-1syntch {
    flex-grow: 1;
    max-width: 534px
}

@font-face {
    font-family: "Open Sans";
    src: url("chrome-extension://cofdbpoegempjloogbagkncekinflcnj/fonts/OpenSans_VariableFont_wdth_wght.ttf") format("truetype");
    font-weight: 100 1000
}

:host {
    font-family: "Open Sans", sans-serif
}

.container.svelte-12nyqlb.svelte-12nyqlb {
    position: absolute;
    width: 387px;
    background-color: #0f2b46;
    box-sizing: content-box;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.37);
    border-radius: 6px;
    color: White;
    font-size: 14px
}

.container__topLeft.svelte-12nyqlb.svelte-12nyqlb {
    inset-inline-start: -344px;
    bottom: 50px
}

.container__bottomLeft.svelte-12nyqlb.svelte-12nyqlb {
    inset-inline-start: -344px;
    top: 50px
}

.container__topRight.svelte-12nyqlb.svelte-12nyqlb {
    inset-inline-start: -10px;
    bottom: 50px
}

.container__bottomRight.svelte-12nyqlb.svelte-12nyqlb {
    inset-inline-start: -10px;
    top: 50px
}

.container.svelte-12nyqlb .body.svelte-12nyqlb {
    position: relative;
    display: flex
}

.container.svelte-12nyqlb .body .content.svelte-12nyqlb {
    display: flex;
    width: 100%;
    padding-left: 24px;
    padding-top: 24px;
    padding-bottom: 24px;
    padding-right: 8px
}

.container.svelte-12nyqlb .body .content .text-wrapper.svelte-12nyqlb {
    line-height: 23px
}

.container.svelte-12nyqlb .body .content .text-wrapper .headline.svelte-12nyqlb {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 16px
}

.container.svelte-12nyqlb .body .content .text-wrapper .text.svelte-12nyqlb {
    width: 85%
}

.container.svelte-12nyqlb .body .content .logo.svelte-12nyqlb {
    width: 84px;
    margin-right: 16px;
    margin-left: -16px;
    height: 42px;
    background-image: url("../images/deepl-logo-white.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.container.svelte-12nyqlb .body.svelte-12nyqlb::after {
    content: "";
    position: absolute;
    border-width: 12px;
    border-style: solid;
    border-color: #0f2b46 transparent transparent transparent
}

.container.svelte-12nyqlb .body__topLeft.svelte-12nyqlb::after {
    top: 100%;
    inset-inline-end: 15px;
    margin-left: -5px
}

.container.svelte-12nyqlb .body__bottomLeft.svelte-12nyqlb::after {
    bottom: 100%;
    transform: rotate(180deg);
    inset-inline-end: 15px;
    margin-left: -5px
}

.container.svelte-12nyqlb .body__topRight.svelte-12nyqlb::after {
    top: 100%;
    inset-inline-end: 348px
}

.container.svelte-12nyqlb .body__bottomRight.svelte-12nyqlb::after {
    bottom: 100%;
    inset-inline-end: 348px;
    transform: rotate(180deg)
}

.container.svelte-12nyqlb .body .close-icon.svelte-12nyqlb {
    position: absolute;
    inset-inline-end: 0;
    margin-right: 8px;
    margin-top: 8px;
    background: transparent;
    background-image: url("../images/buttons/close-white.svg");
    width: 12px;
    height: 12px;
    background-position: center;
    background-repeat: no-repeat;
    border: 0 none;
    cursor: pointer;
    margin: -2 -4px 6px 6px
}

@font-face {
    font-family: "Open Sans";
    src: url("chrome-extension://cofdbpoegempjloogbagkncekinflcnj/fonts/OpenSans_VariableFont_wdth_wght.ttf") format("truetype");
    font-weight: 100 1000
}

:host {
    font-family: "Open Sans", sans-serif
}

.icon-container.svelte-1b84pdq.svelte-1b84pdq {
    position: relative;
    padding: 3px;
    background: #fff;
    box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.16);
    border-radius: 50px;
    font-family: inherit;
    display: flex;
    user-select: none;
    cursor: pointer
}

.icon-container.svelte-1b84pdq .dl-logo.svelte-1b84pdq {
    width: 19px;
    height: 19px;
    background-image: url("../images/deepl-logo-no-text.svg");
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    padding: 3px
}

.icon-container.svelte-1b84pdq .dl-logo.svelte-1b84pdq:hover {
    background-color: #f2f4f7;
    border-radius: 50%
}

.icon-container.svelte-1b84pdq .dl-turnoff-inline-icon.svelte-1b84pdq {
    width: 19px;
    height: 19px;
    background-image: url("../images/buttons/turnoff.svg");
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    padding: 3px
}

.icon-container.svelte-1b84pdq .dl-turnoff-inline-icon.svelte-1b84pdq:hover {
    background-image: url("../images/buttons/turnoff-blue.svg")
}

.icon-container.svelte-1b84pdq .dl-turnoff-inline-icon.svelte-1b84pdq:hover {
    background-color: #f2f4f7;
    border-radius: 50%;
    stroke: #006494
}

.icon-container.svelte-1b84pdq .dl-turnoff-inline-icon.hidden.svelte-1b84pdq {
    display: none
}

.container.svelte-1dicgbw {
    cursor: pointer
}

.container.svelte-1dicgbw {
    cursor: pointer
}

.container.svelte-1dicgbw {
    cursor: pointer
}

.container.svelte-66p1xn {
    cursor: pointer;
    color: #fff;
    font-size: 14px;
    margin-inline-start:-16px;padding-inline-start:32px;background-image: url("../images/cog-white.svg");
    background-position: left 5px;
    background-repeat: no-repeat
}

.dl-account-created.svelte-nuwktw {
    font-size: 14px;
    margin-left: -16px;
    padding-left: 32px;
    background-image: url("../images/checkmark.svg");
    background-position: left 5px;
    background-repeat: no-repeat
}

.dl-account-created.svelte-nuwktw {
    font-size: 14px;
    margin-left: -16px;
    padding-left: 32px;
    background-image: url("../images/checkmark.svg");
    background-position: left 5px;
    background-repeat: no-repeat
}

.container.svelte-z9irgj.svelte-z9irgj {
    padding: 16px 32px;
    width: 350px;
    background-color: #fff;
    border: 1px solid #dde3e9;
    box-sizing: border-box;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.12);
    border-radius: 4px
}

.container.green_theme.svelte-z9irgj.svelte-z9irgj {
    background-color: #b8dbd3
}

.container.success.svelte-z9irgj.svelte-z9irgj {
    color: #008563;
    background-color: #b8dbd3;
    width: 300px;
    cursor: default
}

.container.contrast.svelte-z9irgj.svelte-z9irgj {
    background-color: #037171;
    color: #fff;
    width: 430px
}

.container.contrast.svelte-z9irgj .header .dl-close-icon.svelte-z9irgj {
    background-image: url("../images/buttons/close-white.svg");
    margin: 10px
}

.container.contrast.svelte-z9irgj .header .dl-close-icon.svelte-z9irgj:hover {
    background-color: transparent
}

.container.svelte-z9irgj .header .dl-close-icon.svelte-z9irgj {
    border: 0 none;
    background-color: transparent;
    cursor: pointer;
    height: 24px;
    width: 24px;
    border-radius: 12px;
    background-repeat: no-repeat;
    background-position: center;
    transition: background-color 0.3s ease-in-out;
    background-image: url("../images/buttons/close.svg");
    position: absolute;
    top: 5px;
    inset-inline-end: 5px
}

.container.svelte-z9irgj .header .dl-close-icon.svelte-z9irgj:hover {
    background-color: #f2f4f7
}

.container.svelte-z9irgj .header .dl-close-icon.green_theme.svelte-z9irgj:hover {
    background-color: #a8c6bf
}

.container.svelte-z9irgj .body.svelte-z9irgj {
    line-height: 20px;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    color: #292c32
}

.container.svelte-z9irgj .body.green_theme.svelte-z9irgj {
    color: #006c51
}

.close-button-container.svelte-2cst7 .close-button.svelte-2cst7 {
    float: inline-end;
    background-image: url("../images/buttons/close.svg");
    background-position: center;
    background-repeat: no-repeat;
    height: 10px;
    width: 10px;
    cursor: pointer;
    margin-inline-end:12px;margin-top: 12px
}

.body.svelte-2cst7.svelte-2cst7 {
    padding: 16px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px
}

.logo.svelte-2cst7.svelte-2cst7 {
    height: 40px;
    width: 32px;
    background-image: url("../images/deepl-logo-no-text.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.info-msg.svelte-17qaccl {
    padding: 8px 16px;
    border: 1px solid #ffd47d;
    border-radius: 4px;
    box-sizing: border-box;
    line-height: 18px;
    font-size: 12px;
    color: #563f11;
    font-style: normal;
    font-weight: 400;
    background-color: #fff9ee
}

button.svelte-1wkb4xl {
    font-family: inherit;
    font-size: 14px;
    cursor: pointer;
    line-height: 1.5em
}

button.font-size-sm.svelte-1wkb4xl {
    font-size: 12px
}

button.padding-x-md.svelte-1wkb4xl {
    padding-inline-start:16px;padding-inline-end:16px}

button.padding-x-none.svelte-1wkb4xl {
    padding-inline-start:0;padding-inline-end:0}

.btn-primary.svelte-1wkb4xl {
    text-align: center;
    cursor: pointer;
    border: 0 none;
    border-radius: 2px;
    background: #0177a9;
    color: White;
    font-weight: 400;
    padding: 8px;
    line-height: 1em;
    transition: background-color 0.1s ease-in-out
}

.btn-primary.svelte-1wkb4xl:hover {
    background: #006494
}

.btn-primary.btn-full-width.svelte-1wkb4xl {
    width: 100%
}

.btn-ghost.svelte-1wkb4xl {
    border: 1px solid #0f2b46;
    border-radius: 2px;
    background: transparent;
    color: #0f2b46;
    padding: 8px 12px;
    cursor: pointer;
    width: auto
}

.btn-ghost.svelte-1wkb4xl:hover {
    border-color: #006494;
    color: #006494
}

.btn-ghost.btn-icon.svelte-1wkb4xl {
    padding: 8px
}

.btn-ghost.btn-full-width.svelte-1wkb4xl {
    width: 100%
}

.button-primary.svelte-1wkb4xl {
    background-color: #0f2b46;
    color: White;
    padding: 4px 12px;
    border-radius: 3px;
    border: 0 none
}

.button-primary.disabled.svelte-1wkb4xl {
    opacity: 0.5
}

.button-reload.svelte-1wkb4xl {
    border: 0 none;
    color: #006494;
    background-color: transparent;
    text-decoration: underline;
    padding: 0px;
    cursor: pointer
}

.button-link.svelte-1wkb4xl {
    border: 0 none;
    color: #262829;
    background-color: transparent;
    padding: 3px 13px 3px 12px
}

.button-menu.svelte-1wkb4xl {
    border: 0 none;
    color: #262829;
    background-color: transparent;
    padding: 3px 13px 3px 12px;
    background-image: url("../images/arrow-down.svg");
    background-position: center right;
    background-repeat: no-repeat
}

.button-update.svelte-1wkb4xl {
    border: 0 none;
    margin-top: 10px;
    font-size: 10px;
    color: #006494;
    background-color: transparent;
    text-decoration: underline;
    padding: 0px;
    cursor: pointer
}

.close.svelte-1wkb4xl {
    cursor: pointer;
    height: 24px;
    width: 24px;
    border: 0 none;
    border-radius: 12px;
    background-color: transparent;
    background-image: url("../images/buttons/close.svg");
    background-repeat: no-repeat;
    background-position: center;
    transition: all 0.3s ease-in-out
}

.close.svelte-1wkb4xl:hover {
    background-color: #f2f4f7
}

.cancel-translation-body.svelte-1vpv55x.svelte-1vpv55x {
    padding: 16px 24px 0 24px;
    border-top: 1px solid #dae1e8
}

.cancel-translation-body.svelte-1vpv55x p.svelte-1vpv55x {
    margin: 0 0 8px 0;
    line-height: 1.5em
}

.cancel-translation-body.svelte-1vpv55x p.font-bold.svelte-1vpv55x {
    font-weight: 600
}

.cancel-translation-footer.svelte-1vpv55x.svelte-1vpv55x {
    display: flex;
    justify-content: space-between;
    padding: 16px 24px
}

.cancel-container.svelte-1vpv55x .option.svelte-1vpv55x {
    border: 1px solid #dde2e7;
    border-radius: 4px;
    margin-bottom: 8px
}

.cancel-container.svelte-1vpv55x .option.svelte-1vpv55x:last-child {
    margin-bottom: 0
}

.cancel-container.svelte-1vpv55x .option label.svelte-1vpv55x {
    padding: 12px;
    display: flex;
    align-items: flex-start;
    z-index: 0;
    line-height: 1.1em
}

.cancel-container.svelte-1vpv55x .option label span.label.svelte-1vpv55x {
    padding-top: 2px
}

.cancel-container.svelte-1vpv55x .option input[type=radio].svelte-1vpv55x {
    height: 12px;
    width: 12px;
    margin-inline-end:8px;margin-inline-start:0;margin-top: 4px
}

.cancel-container.svelte-1vpv55x .option input[type=radio].svelte-1vpv55x:checked {
    -webkit-appearance: auto;
    appearance: auto
}

.full-page-translation.svelte-1nurum5.svelte-1nurum5 {
    position: relative;
    box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.16);
    border: 1px solid #e0e4e9;
    border-radius: 5px;
    background-color: #fff;
    color: #0f2b46;
    font-weight: 400;
    font-size: 14px
}

.full-page-translation.svelte-1nurum5 strong.svelte-1nurum5 {
    font-weight: 600
}

.full-page-translation.svelte-1nurum5 p.svelte-1nurum5 {
    margin: 0 0 8px 0;
    line-height: 1.5em
}

.full-page-translation.svelte-1nurum5 p.mb-none.svelte-1nurum5 {
    margin-bottom: 0
}

.full-page-translation.svelte-1nurum5 p.svelte-1nurum5:last-child {
    margin: 0
}

.full-page-translation.svelte-1nurum5 .link.svelte-1nurum5 {
    color: #0177a9;
    cursor: pointer
}

.full-page-translation.svelte-1nurum5 .link.svelte-1nurum5:hover {
    text-decoration-line: underline;
    color: #065a85
}

.full-page-translation.svelte-1nurum5 .error-container.svelte-1nurum5 {
    padding: 8px
}

.full-page-translation.svelte-1nurum5 .translation-in-progress.svelte-1nurum5 {
    flex-grow: 1;
    padding-inline-end:30px;text-align: center
}

.full-page-translation.svelte-1nurum5 .language-selection.svelte-1nurum5 {
    display: flex;
    flex: 1;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    max-width: 224px
}

.full-page-translation.svelte-1nurum5 .website-lang.svelte-1nurum5 {
    display: block;
    box-sizing: border-box;
    overflow: hidden;
    line-height: 2em;
    text-align: initial;
    text-overflow: ellipsis;
    white-space: nowrap
}

.full-page-translation.svelte-1nurum5 .translate-to-arrow.svelte-1nurum5 {
    flex-shrink: 0;
    background-image: url("../images/arrow-right-variant.svg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 18px;
    height: 8px
}

.full-page-translation.svelte-1nurum5 .language-switch.svelte-1nurum5 {
    flex-grow: 1;
    overflow: hidden
}

.full-page-translation.svelte-1nurum5 .translate-button.svelte-1nurum5 {
    flex-shrink: 0
}

.full-page-translation.svelte-1nurum5 .translate-button span.svelte-1nurum5 {
    display: block;
    padding: 4px
}

.full-page-translation.svelte-1nurum5 .footer.svelte-1nurum5 {
    display: flex;
    border-top: 1px solid #dde2e7;
    background-color: #f2f4f7;
    padding: 8px 16px;
    color: #292c32
}

.full-page-translation.svelte-1nurum5 .footer.hasError.svelte-1nurum5 {
    color: #9ba3ac
}

.full-page-translation.svelte-1nurum5 .footer label.svelte-1nurum5 {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    width: auto
}

.full-page-translation.svelte-1nurum5 .footer label input.svelte-1nurum5 {
    cursor: pointer
}

@font-face {
    font-family: "Open Sans";
    src: url("chrome-extension://cofdbpoegempjloogbagkncekinflcnj/fonts/OpenSans_VariableFont_wdth_wght.ttf") format("truetype");
    font-weight: 100 1000
}

:host {
    font-family: "Open Sans", sans-serif
}

.app-popup.svelte-no0utm {
    position: fixed;
    top: 20px;
    inset-inline-end: 20px;
    width: 495px;
    background-color: White;
    border: 1px solid #e0e4e9;
    border-radius: 5px;
    box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.16)
}

.dl-onboarding-container.svelte-eva13k.svelte-eva13k {
    width: 345px;
    position: fixed;
    inset-inline-end: 20px;
    top: 20px;
    z-index: 10000000;
    background: #0f2b46;
    color: White;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    font-size: 16px;
    line-height: 150%;
    padding: 32px;
    box-sizing: border-box
}

.dl-onboarding-container.svelte-eva13k .header.svelte-eva13k {
    display: flex;
    flex-direction: row;
    margin-bottom: 24px;
    justify-content: space-between
}

.dl-onboarding-container.svelte-eva13k .header .logo.svelte-eva13k {
    width: 120px;
    height: 40px;
    background-image: url("../images/deepl-logo-white-v2.svg");
    background-repeat: no-repeat;
    background-position: center
}

.dl-onboarding-container.svelte-eva13k .header .close-button.svelte-eva13k {
    background-image: url("../images/buttons/close-white.svg");
    border: 0 none;
    background-color: transparent;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center;
    height: 10px;
    width: 10px
}

.dl-onboarding-container.svelte-eva13k .alert-warning.svelte-eva13k {
    background-image: url("../images/icons/warning.svg");
    background-repeat: no-repeat;
    background-position: 15px 18px;
    background-color: #fcf6ea;
    border: 1px solid #eecb8c;
    padding: 16px 16px 16px 48px;
    border-radius: 4px;
    color: #683e16;
    margin-bottom: 24px
}

.dl-onboarding-container.svelte-eva13k h2.header.svelte-eva13k {
    font-size: 20px;
    font-weight: normal;
    line-height: 140%;
    margin-bottom: 24px
}

.dl-onboarding-container.svelte-eva13k ul.ups.svelte-eva13k {
    margin-bottom: 32px;
    padding: 0
}

.dl-onboarding-container.svelte-eva13k ul.ups li.svelte-eva13k {
    display: block;
    padding-inline-start:28px;background-image: url("../images/checkmark-white.svg");
    background-repeat: no-repeat;
    background-position: 5px 5px;
    background-size: 15px 15px;
    margin-bottom: 8px
}

.onboarding-graphics.svelte-aimp06.svelte-aimp06 {
    background-image: url("../images/graphics/gdocs/onboarding.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    aspect-ratio: 281/181;
    display: flex;
    flex-direction: row;
    justify-items: flex-start
}

.onboarding-graphics.svelte-aimp06 .text-box.svelte-aimp06 {
    font-size: 18px;
    font-family: Arial;
    line-height: 23px;
    color: #25282d;
    background-color: #bfd3f8;
    align-self: center;
    max-width: 185px;
    padding: 3px 8px
}

.dl-gdocs-icon.svelte-fyt1eq.svelte-fyt1eq {
    position: fixed;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    box-sizing: border-box;
    background-color: white;
    border: 1px solid #dae1e8;
    z-index: 999;
    transition: all 0.3s ease-in-out;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1)
}

.dl-gdocs-icon.svelte-fyt1eq .dl-icon-circle.svelte-fyt1eq {
    height: 36px;
    width: 36px;
    border: 0 none;
    border-radius: 50%;
    position: absolute;
    background: none;
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
    top: 1px;
    inset-inline-start: 1px;
    transition: all 0.3s ease-in-out
}

.dl-gdocs-icon.svelte-fyt1eq .dl-icon-circle.svelte-fyt1eq:hover {
    background-color: #dae1e8
}

.dl-gdocs-icon.svelte-fyt1eq .dl-icon-circle span.svelte-fyt1eq {
    display: block;
    height: 36px;
    width: 36px;
    margin-inline-start:-5px}

.dl-gdocs-icon.svelte-fyt1eq .dl-icon-circle.dl-icon.svelte-fyt1eq {
    background-image: url("../images/deepl-logo-no-text.svg");
    background-size: 26px;
    z-index: 3
}

.dl-gdocs-icon.svelte-fyt1eq .dl-icon-circle.dl-write-icon.svelte-fyt1eq {
    background-image: url("../images/icons/write-icon-blue.svg");
    background-size: 28px;
    z-index: 2;
    opacity: 0
}

.dl-gdocs-icon.svelte-fyt1eq .dl-icon-circle.dl-on-off-icon.svelte-fyt1eq {
    background-image: url("../images/icons/translators/inline/on-off.svg");
    background-size: 22px;
    z-index: 1;
    opacity: 0
}

.dl-gdocs-icon.svelte-fyt1eq.svelte-fyt1eq:hover {
    height: 78px
}

.dl-gdocs-icon.svelte-fyt1eq:hover .dl-write-icon.svelte-fyt1eq {
    opacity: 1;
    top: 39px;
    z-index: 4
}

.dl-gdocs-icon.svelte-fyt1eq:hover .dl-on-off-icon.svelte-fyt1eq {
    opacity: 1;
    top: 39px;
    z-index: 5
}

.dl-gdocs-icon:hover.has-deepl-write.svelte-fyt1eq.svelte-fyt1eq {
    height: 116px
}

.dl-gdocs-icon:hover.has-deepl-write.svelte-fyt1eq .dl-on-off-icon.svelte-fyt1eq {
    top: 77px
}

.dl-gslides-toolbar.svelte-c2z0h2.svelte-c2z0h2 {
    display: flex;
    flex-direction: row;
    background-color: white;
    border: 1px solid #dbe0e5;
    border-radius: 4px;
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.1215686275)
}

.dl-gslides-toolbar.svelte-c2z0h2 .translate-container.svelte-c2z0h2 {
    display: flex;
    flex-direction: row;
    padding: 6px 8px;
    align-items: center
}

.dl-gslides-toolbar.svelte-c2z0h2 .write-container.svelte-c2z0h2 {
    border-inline-start:1px solid #dbe0e5;display: flex;
    flex-direction: row;
    padding: 6px 8px;
    align-items: center
}

.dl-gslides-toolbar.svelte-c2z0h2 p.svelte-c2z0h2 {
    margin: 0;
    padding-inline-end:6px;font-weight: 400;
    font-size: 14px;
    line-height: 19.07px
}

.dl-gslides-toolbar.svelte-c2z0h2 .dropdown.svelte-c2z0h2 {
    margin-inline-end:8px}

.dl-gslides-toolbar.svelte-c2z0h2 .action-button.svelte-c2z0h2 {
    height: 44px;
    background-color: #0177a9;
    color: white;
    padding: 8px 16px;
    border-radius: 4px;
    font-size: 14px;
    cursor: pointer;
    border: 0 none;
    transition: all 0.3s ease-in-out;
    display: flex;
    align-items: center
}

.dl-gslides-toolbar.svelte-c2z0h2 .action-button.svelte-c2z0h2:hover {
    background-color: #0f2b46
}

.dl-gslides-toolbar.svelte-c2z0h2 .action-button.svelte-c2z0h2:disabled {
    background-color: #dbe0e5;
    cursor: not-allowed
}

.dl-gslides-icon.svelte-1mendym.svelte-1mendym {
    position: fixed;
    z-index: 100000000000
}

.dl-gslides-icon.svelte-1mendym .dl-gslides-button.svelte-1mendym {
    border: 0 none;
    height: 40px;
    width: 40px;
    background: none;
    cursor: pointer;
    background-image: url("../images/deepl-logo-no-text.svg");
    background-size: 24px;
    background-position: center;
    background-repeat: no-repeat;
    border: 1px solid #dbe0e5;
    border-radius: 50%;
    background-color: white;
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.1215686275);
    transition: all 0.3s ease-in-out
}

.dl-gslides-icon.svelte-1mendym .dl-gslides-button.is-loading.svelte-1mendym {
    background-image: none
}

.dl-gslides-icon.svelte-1mendym .dl-gslides-button.svelte-1mendym:hover {
    background-color: #dae1e8
}

.dl-gslides-icon.svelte-1mendym .dl-gslides-toolbar.svelte-1mendym {
    position: absolute;
    right: 50px;
    top: 0
}

.switch.svelte-wrqr8n.svelte-wrqr8n {
    width: 44px;
    height: 24px;
    background-color: #999;
    border: 0 none;
    border-radius: 12px;
    padding: 3px;
    cursor: pointer;
    transition: all 0.1s ease-out;
    background-position: left 8px center
}

.switch.svelte-wrqr8n span.svelte-wrqr8n {
    height: 18px;
    width: 18px;
    background-color: #fff;
    display: block;
    border-radius: 10px
}

.switch.checked.svelte-wrqr8n.svelte-wrqr8n {
    background-color: #007e5e !important;
    padding-inline-start:23px;background-image: url("../images/checkmark-white.svg");
    background-repeat: no-repeat
}

.dl-gslides-top-icon.svelte-145khfi.svelte-145khfi {
    cursor: pointer;
    background: none;
    border: 0 none;
    display: block;
    height: 32px;
    width: 32px;
    background-image: url("../images/deepl-logo-no-text.svg");
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 2px;
    position: fixed;
    top: 15px;
    z-index: 1000000000;
    background-size: 23px
}

.dl-gslides-top-icon.onboarding-pending.svelte-145khfi.svelte-145khfi {
    border: 1px solid #0177a9
}

.dl-gslides-top-icon.onboarding-pending.svelte-145khfi.svelte-145khfi::after {
    content: "";
    height: 8px;
    width: 8px;
    border-radius: 4px;
    background-color: #007e5e;
    display: block;
    inset-inline-end: -4px;
    position: absolute;
    top: -4px
}

.dl-gslides-top-icon.svelte-145khfi.svelte-145khfi:hover {
    background-color: #e9ebee
}

.dl-gslides-top-icon-modal.svelte-145khfi.svelte-145khfi {
    position: fixed;
    top: 50px;
    inset-inline-start: 0;
    z-index: 10000000000;
    border: 1px solid #dbe0e5;
    border-radius: 4px;
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.1215686275);
    background-color: white;
    font-size: 14px;
    line-height: 21px;
    font-weight: 600;
    max-width: 320px
}

.dl-gslides-top-icon-modal.svelte-145khfi .onboarding.svelte-145khfi {
    border-bottom: 1px solid #dbe0e5;
    padding: 24px 32px;
    background-image: url("../images/graphics/gslides/onboarding.svg");
    background-repeat: no-repeat;
    background-position: right top
}

.dl-gslides-top-icon-modal.svelte-145khfi .onboarding .header.svelte-145khfi {
    padding-top: 8px;
    padding-bottom: 32px;
    padding-inline-end:80px}

.dl-gslides-top-icon-modal.svelte-145khfi .onboarding .header p.svelte-145khfi {
    margin: 0;
    padding-bottom: 8px
}

.dl-gslides-top-icon-modal.svelte-145khfi .onboarding .header .beta-label.svelte-145khfi {
    width: fit-content;
    color: white;
    font-size: 12px;
    line-height: 18px;
    background-color: #007e5e;
    padding: 0 8px;
    border-radius: 4px
}

.dl-gslides-top-icon-modal.svelte-145khfi .onboarding .ups-list .ups-item.svelte-145khfi {
    background-image: url("../images/checkmark.svg");
    background-repeat: no-repeat;
    background-position: left top 5px;
    padding-inline-start:25px;margin-bottom: 8px
}

.dl-gslides-top-icon-modal.svelte-145khfi .onboarding .ups-list .ups-item.svelte-145khfi:last-child {
    margin-bottom: 0
}

.dl-gslides-top-icon-modal.svelte-145khfi .turn-on-off-panel.svelte-145khfi {
    padding: 24px 32px;
    display: flex;
    flex-direction: row;
    align-items: center
}

.dl-gslides-top-icon-modal.svelte-145khfi .turn-on-off-panel .switch.svelte-145khfi {
    padding-inline-start:19px;flex-shrink: 0
}

.dl-char-limit-error-overlay.svelte-8x6yh8.svelte-8x6yh8 {
    position: fixed;
    top: 0;
    inset-inline-start: 0;
    width: 100%;
    height: 100%;
    z-index: 10000000;
    pointer-events: none;
    display: flex;
    justify-content: center;
    align-items: center
}

.dl-char-limit-error-container.svelte-8x6yh8.svelte-8x6yh8 {
    pointer-events: all;
    max-width: 537px;
    box-sizing: border-box;
    color: white;
    border-radius: 4px;
    padding: 38px 32px
}

.dl-char-limit-error-container.is-translator-limit.svelte-8x6yh8.svelte-8x6yh8 {
    background-color: #274368;
    background-image: url("../images/gmail-char-limit-reached.svg");
    background-position: left bottom;
    background-repeat: no-repeat
}

.dl-char-limit-error-container.svelte-8x6yh8 .close-button.svelte-8x6yh8 {
    float: inline-end;
    height: 24px;
    width: 24px;
    cursor: pointer;
    border: 0 none;
    background: none;
    margin-top: -16px;
    margin-inline-end:-16px;background-image: url("../images/buttons/close-white.svg");
    background-position: center;
    background-repeat: no-repeat
}

.dl-char-limit-error-container.svelte-8x6yh8 h2.svelte-8x6yh8 {
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 16px
}

.dl-char-limit-error-container.svelte-8x6yh8 p.svelte-8x6yh8 {
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    margin: 0;
    padding: 0 83px 24px 0
}

.dl-char-limit-error-container.svelte-8x6yh8 .buttons-row.svelte-8x6yh8 {
    text-align: end
}

.dl-char-limit-error-container.svelte-8x6yh8 .buttons-row button.svelte-8x6yh8 {
    margin-inline-start:8px;background: none;
    border: 1px solid white;
    font-family: inherit;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    border-radius: 6px;
    padding: 12px 24px;
    color: white;
    cursor: pointer
}

.dl-char-limit-error-container.svelte-8x6yh8 .buttons-row button.btn-primary.svelte-8x6yh8 {
    background-color: white;
    color: #0f2b46
}

@font-face {
    font-family: "Open Sans";
    src: url("chrome-extension://cofdbpoegempjloogbagkncekinflcnj/fonts/OpenSans_VariableFont_wdth_wght.ttf") format("truetype");
    font-weight: 100 1000
}

:host {
    font-family: "Open Sans", sans-serif
}

.container.svelte-1dni6qx.svelte-1dni6qx {
    padding: 16px;
    width: 387px;
    background-color: #0f2b46;
    box-sizing: border-box;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.37);
    border-radius: 6px;
    color: White;
    font-size: 14px
}

.container.svelte-1dni6qx .body.svelte-1dni6qx {
    display: flex;
    flex-direction: row
}

.container.svelte-1dni6qx .body .logo.svelte-1dni6qx {
    width: 84px;
    margin-inline-start:-16px;height: 42px;
    background-image: url("../images/deepl-logo-white.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.container.svelte-1dni6qx .body .content.svelte-1dni6qx {
    width: 287px
}

.container.svelte-1dni6qx .body .content .close-icon.svelte-1dni6qx {
    float: right;
    background: transparent;
    background-image: url("../images/buttons/close-white.svg");
    width: 24px;
    height: 24px;
    background-position: center;
    background-repeat: no-repeat;
    border: 0 none;
    cursor: pointer;
    margin: -2px -4px 6px 6px
}

.container.svelte-1dni6qx .body .content .close-icon.rtl.svelte-1dni6qx {
    float: inline-end
}

.container.svelte-1dni6qx .body .content p.svelte-1dni6qx {
    margin: 0 0 16px 0;
    font-weight: 400
}

.container.svelte-1dni6qx .body .content p strong.svelte-1dni6qx {
    font-weight: 600
}

.container.svelte-1dni6qx .buttons.svelte-1dni6qx {
    text-align: end;
    display: flex;
    flex-direction: row;
    justify-content: flex-end
}

.container.svelte-1dni6qx .buttons button.svelte-1dni6qx {
    height: 32px;
    color: #0f2b46;
    background: white;
    border: 0 none;
    font-size: 14px;
    line-height: 21px;
    padding: 0 16px;
    font-weight: 400;
    margin-inline-start:16px;cursor: pointer;
    display: flex;
    flex-direction: row;
    align-items: center;
    transition: background-color 0.3s ease-in-out
}

.container.svelte-1dni6qx .buttons button.svelte-1dni6qx:hover {
    background-color: #ddd
}

.container.svelte-1dni6qx .buttons button i.svelte-1dni6qx {
    background-position: center;
    background-repeat: no-repeat;
    height: 24px;
    width: 24px;
    margin-inline-start:-8px;margin-inline-end:8px;display: inline-block
}

.container.svelte-1dni6qx .buttons button i.icon-bad.svelte-1dni6qx {
    background-image: url("../images/emoji-sad.svg")
}

.container.svelte-1dni6qx .buttons button i.icon-good.svelte-1dni6qx {
    background-image: url("../images/emoji-happy.svg")
}

.dl-gmail-character-limit-popup.svelte-1pm9ytz.svelte-1pm9ytz {
    background-color: #f3f5f8;
    border-radius: 4px;
    border: 1px solid #dae1e8;
    bottom: 100px;
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.1215686275);
    color: #fff;
    display: flex;
    flex-direction: column;
    height: fit-content;
    inset-inline-start: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    width: 469px;
    z-index: 3
}

.dl-gmail-character-limit-popup.is-translator-limit.svelte-1pm9ytz.svelte-1pm9ytz {
    padding: 24px;
    background-image: url("../images/gmail-char-limit-reached.svg")
}

.dl-gmail-character-limit-popup.svelte-1pm9ytz .close-icon.svelte-1pm9ytz {
    top: 12px;
    inset-inline-end: 12px;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("../images/buttons/close-white.svg");
    height: 24px;
    width: 24px;
    cursor: pointer
}

.dl-gmail-character-limit-popup.svelte-1pm9ytz .title.svelte-1pm9ytz {
    font-weight: bold;
    margin-bottom: 12px;
    max-width: 80%
}

.dl-gmail-character-limit-popup.svelte-1pm9ytz .body.svelte-1pm9ytz {
    max-width: 80%
}

.dl-gmail-character-limit-popup.svelte-1pm9ytz .footer.svelte-1pm9ytz {
    margin-top: 20px;
    display: flex;
    gap: 10px;
    justify-content: flex-end
}

.dl-gmail-character-limit-popup.svelte-1pm9ytz .footer button.svelte-1pm9ytz {
    font-weight: 600;
    border-radius: 6px;
    padding: 12px 24px;
    cursor: pointer
}

.dl-gmail-character-limit-popup.svelte-1pm9ytz .footer button.primary.svelte-1pm9ytz {
    background-color: #fff;
    border: 1px solid #006494;
    color: #0f2b46
}

.dl-gmail-character-limit-popup.svelte-1pm9ytz .footer button.secondary.svelte-1pm9ytz {
    border: 1px solid #fff;
    color: #fff;
    background-color: transparent
}

.dl-gmail-character-limit-popup.svelte-1pm9ytz div.svelte-1pm9ytz {
    width: 100%
}

@font-face {
    font-family: "Open Sans";
    src: url("chrome-extension://cofdbpoegempjloogbagkncekinflcnj/fonts/OpenSans_VariableFont_wdth_wght.ttf") format("truetype");
    font-weight: 100 1000
}

:host {
    font-family: "Open Sans", sans-serif
}

.deepl-gmail-write-toolbar.svelte-2u8gwy.svelte-2u8gwy {
    user-select: none;
    background-color: #fff;
    z-index: 2147483650;
    height: 40px;
    position: absolute;
    top: -40px;
    inset-inline-end: 20px;
    width: min-content;
    font-size: 0.5em
}

.dl-toolbar-positioner.svelte-2u8gwy.svelte-2u8gwy {
    position: relative
}

.dl-gmail-translate-toolbar.svelte-2u8gwy.svelte-2u8gwy {
    align-items: center;
    background-color: white;
    border-radius: 4px;
    border: 1px solid #dae1e8;
    bottom: 0;
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.1215686275);
    height: 52px;
    opacity: 0;
    padding: 0px 8px;
    position: absolute;
    inset-inline-end: 8px;
    transform: translateX(-10px);
    width: max-content;
    display: none
}

.dl-gmail-translate-toolbar.hasLoaded.svelte-2u8gwy.svelte-2u8gwy {
    transition: opacity 0.3s, transform 0.3s
}

.dl-gmail-translate-toolbar.isExpanded.svelte-2u8gwy.svelte-2u8gwy {
    display: flex;
    opacity: 1;
    transform: translateX(0);
    transition: opacity 0.3s, transform 0.3s
}

.dl-gmail-translate-toolbar.svelte-2u8gwy .translation-selection-wrapper.svelte-2u8gwy {
    display: flex;
    width: max-content;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center
}

.dl-gmail-translate-toolbar.svelte-2u8gwy .translation-label.svelte-2u8gwy {
    font-size: 14px;
    padding: 0px 10px
}

.dl-gmail-translate-toolbar.svelte-2u8gwy .shortcode-wrapper.svelte-2u8gwy {
    width: 60px;
    margin-inline-end:5px;position: relative
}

.dl-gmail-translate-toolbar.svelte-2u8gwy .language-wrapper.svelte-2u8gwy {
    width: 100px
}

.dl-gmail-translate-toolbar.svelte-2u8gwy .divider.svelte-2u8gwy {
    width: 1px;
    height: 100%;
    background-color: #dbe0e5
}

.dl-gmail-translate-toolbar.svelte-2u8gwy .button-wrapper button.svelte-2u8gwy {
    background-color: #0177a9;
    color: white;
    padding: 8px 12px;
    margin: 0px 10px;
    height: 44px;
    border-radius: 8px;
    cursor: pointer;
    display: flex;
    align-items: center
}

.dl-gmail-translate-toolbar.svelte-2u8gwy .button-wrapper button.svelte-2u8gwy:disabled {
    cursor: not-allowed;
    background-color: #c4c4c4
}

.dl-toolbar-closed.svelte-2u8gwy.svelte-2u8gwy {
    position: absolute;
    background-color: white;
    width: 32px;
    height: 32px;
    bottom: 4px;
    border: 1px solid #dae1e8;
    border-radius: 16px;
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.1215686275)
}

.dl-toolbar-closed.svelte-2u8gwy .wrapper.svelte-2u8gwy {
    position: absolute;
    width: 32px;
    height: 32px;
    inset-inline-end: 0;
    bottom: 0
}

.dl-toolbar-closed.svelte-2u8gwy .wrapper.icon-wrapper.svelte-2u8gwy {
    opacity: 1;
    cursor: pointer
}

.dl-toolbar-closed.svelte-2u8gwy .icon-wrapper.svelte-2u8gwy {
    inset-inline-start: 7px;
    top: 7px
}

.accept-changes.svelte-2u8gwy.svelte-2u8gwy {
    position: absolute;
    inset-inline-end: 8px;
    bottom: 0px;
    border: 1px solid #dae1e8;
    border-radius: 4px;
    display: flex;
    width: 80px;
    background-color: #fff
}

.accept-changes.svelte-2u8gwy .accept-wrapper.svelte-2u8gwy {
    width: 40px
}

.accept-changes.svelte-2u8gwy .undo-wrapper.svelte-2u8gwy {
    width: 40px
}

.dropdown-label {
    font-weight: 600
}

button.svelte-2u8gwy.svelte-2u8gwy {
    border: 0
}

.confirm-button.svelte-2u8gwy.svelte-2u8gwy {
    height: 40px;
    padding-top: 7px;
    background-color: #fff;
    cursor: pointer
}

.confirm-button.right.svelte-2u8gwy.svelte-2u8gwy {
    border-left: 1px solid #dae1e8
}

.confirm-button.svelte-2u8gwy:hover path.svelte-2u8gwy {
    stroke: #599639
}

.deepl-loading-overlay {
    background-color: #006494;
    color: transparent !important;
    border-radius: 3px !important;
    animation: svelte-2u8gwy-cycleBackground 4s linear infinite alternate !important
}

.deepl-loading-skeleton {
    background-color: #006494;
    color: transparent !important;
    border-radius: 3px !important;
    animation: svelte-2u8gwy-cycleBackground 4s linear infinite alternate !important
}

.deepl-loading-skeleton::selection {
    background-color: transparent !important;
    color: transparent !important
}

.deepl-selection-loading-skeleton-subject {
    background-color: #006494;
    color: transparent !important;
    border-radius: 10px !important;
    animation: svelte-2u8gwy-cycleBackground 4s linear infinite alternate !important
}

@keyframes svelte-2u8gwy-cycleBackground {
    0% {
        background-color: #006494
    }

    50% {
        background-color: white
    }

    100% {
        background-color: #006494
    }
}

@keyframes svelte-2u8gwy-skeleton-loading {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0.3
    }
}

@font-face {
    font-family: "Open Sans";
    src: url("chrome-extension://cofdbpoegempjloogbagkncekinflcnj/fonts/OpenSans_VariableFont_wdth_wght.ttf") format("truetype");
    font-weight: 100 1000
}

:host {
    font-family: "Open Sans", sans-serif
}

button.svelte-rvmlkr.svelte-rvmlkr {
    font-family: "Open Sans", sans-serif !important
}

.dl-gmail-email-toolbar.svelte-rvmlkr.svelte-rvmlkr {
    width: 100%;
    display: flex;
    height: 53px;
    gap: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    font-family: "Open Sans", sans-serif !important
}

.dl-gmail-email-toolbar.svelte-rvmlkr .deepl-logo.svelte-rvmlkr {
    background-image: url("../images/deepl-logo-no-text.svg");
    height: 24px;
    width: 24px;
    background-position: right;
    background-repeat: no-repeat
}

.deepl-logo-svg.svelte-rvmlkr.svelte-rvmlkr {
    margin-right: 5px
}

.left-side.svelte-rvmlkr.svelte-rvmlkr {
    display: flex;
    align-items: center;
    gap: 5px
}

@media(max-width: 990px) {
    .right-side.svelte-rvmlkr.svelte-rvmlkr {
        margin-right:auto
    }

    .dl-gmail-email-toolbar.svelte-rvmlkr.svelte-rvmlkr {
        height: 106px;
        margin-bottom: 30px
    }
}

@media(min-width: 991px) {
    .right-side.svelte-rvmlkr.svelte-rvmlkr {
        margin-left:auto
    }

    .dl-gmail-email-toolbar.svelte-rvmlkr.svelte-rvmlkr {
        margin-bottom: 0
    }
}

.translate-button.svelte-rvmlkr.svelte-rvmlkr {
    display: inline-flex;
    align-items: center;
    background-color: #0f2b46;
    color: white;
    height: 44px;
    padding-left: 16px;
    padding-right: 16px;
    border-radius: 3px;
    cursor: pointer;
    border: 0 none
}

.translate-button.svelte-rvmlkr.svelte-rvmlkr:disabled {
    background-color: #dbe0e5;
    cursor: not-allowed
}

.show-original-button.svelte-rvmlkr.svelte-rvmlkr {
    display: inline-flex;
    align-items: center;
    height: 44px;
    width: 32px;
    border-radius: 3px;
    cursor: not-allowed;
    background-color: white;
    border: 1px solid #dbe0e5;
    color: #848f9b
}

.show-original-button.enabled.svelte-rvmlkr.svelte-rvmlkr {
    border: 1px solid #000;
    color: black;
    cursor: pointer
}

.forward-button.svelte-rvmlkr.svelte-rvmlkr {
    display: inline-flex;
    align-items: center;
    background-color: white;
    border: 1px solid black;
    color: black;
    height: 44px;
    padding-left: 16px;
    padding-right: 16px;
    border-radius: 3px;
    cursor: pointer
}

.forward-button.svelte-rvmlkr svg.svelte-rvmlkr {
    margin-right: 8px
}

.forward-button.svelte-rvmlkr.svelte-rvmlkr:disabled {
    border: 1px solid #dbe0e5;
    color: #848f9b;
    cursor: not-allowed
}

.language-selection-wrapper.svelte-rvmlkr.svelte-rvmlkr {
    min-width: 150px;
    position: relative
}

.deepl-gmail-loading-skeleton {
    background-color: rgba(3, 113, 113, 0.5);
    border: 1px solid #006494 !important;
    border-radius: 10px;
    color: transparent !important;
    display: block;
    margin-bottom: 7px;
    padding-top: 2px;
    height: 10px;
    animation: svelte-rvmlkr-skeleton-loading 1s linear infinite alternate
}

@keyframes svelte-rvmlkr-skeleton-loading {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0.3
    }
}

@keyframes svelte-rvmlkr-loading {
    0% {
        background-position: -100% 0
    }

    100% {
        background-position: 100% 0
    }
}

.deepl-gmail-header-toolbar.svelte-hpihd0.svelte-hpihd0 {
    line-height: 1em !important;
    text-align: left !important;
    position: relative;
    height: 32px;
    width: 32px;
    margin-right: 8px;
    margin-bottom: 2px;
    font-family: "Open Sans", sans-serif
}

.onboarding-popup.svelte-hpihd0.svelte-hpihd0 {
    color: #000 !important;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #dbe0e5;
    height: min-content;
    left: -270px;
    position: relative;
    top: 5px;
    width: 300px;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1)
}

.onboarding-popup.svelte-hpihd0 .content.svelte-hpihd0 {
    padding: 0px 24px;
    height: 100%;
    display: flex;
    flex-direction: column;
    white-space: normal !important;
    background-image: url("../images/gmail-onboarding-design.svg");
    background-position: top right;
    background-repeat: no-repeat
}

.onboarding-popup.svelte-hpihd0 .content .title.svelte-hpihd0 {
    height: 100px;
    width: 100%;
    display: flex;
    font-weight: 600;
    font-size: 1.2em
}

.onboarding-popup.svelte-hpihd0 .content .left.svelte-hpihd0 {
    width: 55%;
    line-height: 21px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly
}

.onboarding-popup.svelte-hpihd0 .content .body.svelte-hpihd0 {
    height: min-content;
    padding-top: 15px;
    padding-bottom: 10px
}

.onboarding-popup.svelte-hpihd0 .content .copy.svelte-hpihd0 {
    display: grid;
    grid-template-columns: 25px 1fr;
    margin-bottom: 12px
}

.onboarding-popup.svelte-hpihd0 .content .copy .copy-text.svelte-hpihd0 {
    margin-left: 8px;
    font-size: 14px;
    line-height: 21px
}

.onboarding-popup.svelte-hpihd0 .switch-content.svelte-hpihd0 {
    padding: 10px;
    font-size: 14px;
    white-space: normal;
    text-align: center
}

.onboarding-popup.svelte-hpihd0 .switch-container.svelte-hpihd0 {
    display: grid;
    grid-template-columns: 1fr 50px;
    justify-content: space-around;
    align-items: center;
    padding: 10px;
    font-weight: 600
}

.onboarding-popup.svelte-hpihd0 .topBorder.svelte-hpihd0 {
    border-top: 1px solid #dae1e8
}

.isOnboardingPopupOpen.svelte-hpihd0.svelte-hpihd0 {
    border-radius: 2px;
    background-color: #f3f5f7
}

.icon.svelte-hpihd0.svelte-hpihd0 {
    cursor: pointer;
    display: block;
    height: 25px;
    width: 25px;
    padding: 3px;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 4px;
    background-image: url("../images/deepl-logo-no-text-disabled.svg");
    border: 1px solid transparent
}

.icon.enabled.svelte-hpihd0.svelte-hpihd0 {
    background-image: url("../images/deepl-logo-no-text.svg")
}

.notification.svelte-hpihd0.svelte-hpihd0 {
    border: 1px solid #0177a9
}

.dot.svelte-hpihd0.svelte-hpihd0 {
    position: absolute;
    top: -2px;
    inset-inline-end: -4px;
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background-color: #0177a9
}

.dl-input-icon.svelte-1y7ena6.svelte-1y7ena6 {
    display: flex;
    align-items: center;
    height: 32px;
    width: 32px;
    background-color: #ffffff;
    border-radius: 18px;
    inset-inline-end: 0;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    position: absolute;
    padding: 2px;
    box-sizing: border-box;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.3)
}

.dl-input-icon.svelte-1y7ena6 .spacer.svelte-1y7ena6 {
    opacity: 0;
    border-left: 1px solid #dae1e8;
    position: absolute;
    height: 100%;
    transition: all 0.2s ease-in-out;
    inset-inline-end: 2px
}

.dl-input-icon.svelte-1y7ena6 .dl-icon-circle.svelte-1y7ena6 {
    height: 28px;
    width: 28px;
    position: absolute;
    border-radius: 50px;
    transition: all 0.2s ease-in-out;
    background-color: transparent;
    inset-inline-end: 2px
}

.dl-input-icon.svelte-1y7ena6 .dl-icon-circle.svelte-1y7ena6:hover {
    background-color: #dbe0e5
}

.dl-input-icon.svelte-1y7ena6 .dl-icon-circle span.svelte-1y7ena6 {
    height: 24px;
    width: 24px;
    display: block
}

.dl-input-icon.svelte-1y7ena6 .dl-loading.svelte-1y7ena6,.dl-input-icon.svelte-1y7ena6 .dl-loading.svelte-1y7ena6:hover {
    opacity: 0;
    pointer-events: none;
    background-color: #ffffff;
    z-index: 99999999999
}

.dl-input-icon.svelte-1y7ena6 .dl-loading.svelte-1y7ena6::before,.dl-input-icon.svelte-1y7ena6 .dl-loading.svelte-1y7ena6:hover::before {
    content: "";
    background-color: #0f2b46;
    height: 24px;
    width: 24px;
    position: absolute;
    border-radius: 50%;
    transition: all 0.2s ease-in-out;
    transform: scale(100%);
    bottom: 0;
    inset-inline-end: 0
}

.dl-input-icon.svelte-1y7ena6 .dl-icon.svelte-1y7ena6 {
    background-image: url("../images/icons/translators/input/translate-icon.svg");
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 0px 20px 20px 0px
}

.dl-input-icon.svelte-1y7ena6 .dl-icon.svelte-1y7ena6::before {
    content: "";
    position: absolute;
    height: 8px;
    background-color: #037171;
    display: block;
    inset-inline-end: 0px;
    top: -2px;
    border-radius: 5px;
    border: 2px solid white;
    border-radius: 50%;
    width: 8px;
    opacity: 0;
    transition: all 0.4s ease-in-out
}

.dl-input-icon.svelte-1y7ena6 .dl-icon.svelte-1y7ena6::after {
    content: "";
    box-sizing: border-box;
    position: absolute;
    background-color: transparent;
    height: 24px;
    width: 24px;
    bottom: 0;
    inset-inline-end: 0;
    transition: all 0.3s ease-in-out
}

.dl-input-icon.svelte-1y7ena6 .dl-settings.svelte-1y7ena6 {
    opacity: 0;
    background-image: url("../images/icons/translators/input/lang-settings.svg");
    background-size: 20px;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 20px 0px 0px 20px
}

.dl-input-icon.svelte-1y7ena6 .dl-on-off.svelte-1y7ena6 {
    opacity: 0;
    background-image: url("../images/icons/translators/input/on-off-v2.svg");
    background-size: 20px;
    background-position: center;
    background-repeat: no-repeat
}

.dl-input-icon.svelte-1y7ena6 .dl-improve.svelte-1y7ena6 {
    opacity: 0;
    background-image: url("../images/icons/translators/input/improve-writing.svg");
    background-size: 20px;
    background-position: center;
    background-repeat: no-repeat
}

.dl-input-icon.svelte-1y7ena6 .dl-improve.disabled.svelte-1y7ena6 {
    cursor: auto;
    background-image: url("../images/icons/translators/input/improve-writing-disabled.svg")
}

.dl-input-icon.svelte-1y7ena6.svelte-1y7ena6:not(.is-loading):hover {
    width: 128px
}

.dl-input-icon.svelte-1y7ena6:not(.is-loading):hover .dl-settings.svelte-1y7ena6 {
    opacity: 1;
    inset-inline-end: 32px
}

.dl-input-icon.svelte-1y7ena6:not(.is-loading):hover .spacer.svelte-1y7ena6 {
    opacity: 1;
    inset-inline-end: 61.5px
}

.dl-input-icon.svelte-1y7ena6:not(.is-loading):hover .dl-improve.svelte-1y7ena6 {
    opacity: 1;
    inset-inline-end: 64px
}

.dl-input-icon.svelte-1y7ena6:not(.is-loading):hover .dl-on-off.svelte-1y7ena6 {
    opacity: 1;
    inset-inline-end: 96px
}

.dl-input-icon.is-loading.svelte-1y7ena6.svelte-1y7ena6 {
    background-color: #ffffff;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.3) !important
}

.dl-input-icon.is-loading.svelte-1y7ena6 .dl-loading.svelte-1y7ena6 {
    opacity: 1;
    pointer-events: all;
    animation: svelte-1y7ena6-loadingSpin 0.8s cubic-bezier(0.55, 0.04, 0.27, 0.91) infinite
}

.dl-input-icon.is-loading.svelte-1y7ena6 .dl-loading.svelte-1y7ena6::before {
    transform: scale(30%);
    top: -5px
}

.dl-input-icon.is-minimized.svelte-1y7ena6.svelte-1y7ena6:not(:hover) {
    background-color: transparent;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0)
}

.dl-input-icon.is-minimized.svelte-1y7ena6:not(:hover) .dl-settings.svelte-1y7ena6,.dl-input-icon.is-minimized.svelte-1y7ena6:not(:hover) .dl-improve.svelte-1y7ena6,.dl-input-icon.is-minimized.svelte-1y7ena6:not(:hover) .spacer.svelte-1y7ena6,.dl-input-icon.is-minimized.svelte-1y7ena6:not(:hover) .dl-on-off.svelte-1y7ena6 {
    opacity: 0
}

.dl-input-icon.is-minimized.svelte-1y7ena6:not(:hover) .dl-icon.svelte-1y7ena6 {
    background-color: transparent;
    background-position: bottom right;
    background-size: 10px
}

.dl-input-icon.is-minimized.svelte-1y7ena6:not(:hover) .dl-icon.svelte-1y7ena6::after {
    background-color: #0f2b46;
    height: 10px;
    width: 10px;
    border-radius: 5px
}

.dl-input-icon.is-input-translation-disabled.svelte-1y7ena6.svelte-1y7ena6 {
    background-color: transparent;
    box-shadow: none
}

.dl-input-icon.is-input-translation-disabled.svelte-1y7ena6 .dl-icon.svelte-1y7ena6,.dl-input-icon.is-input-translation-disabled.svelte-1y7ena6 .dl-settings.svelte-1y7ena6,.dl-input-icon.is-input-translation-disabled.svelte-1y7ena6 .dl-improve.svelte-1y7ena6,.dl-input-icon.is-input-translation-disabled.svelte-1y7ena6 .spacer.svelte-1y7ena6,.dl-input-icon.is-input-translation-disabled.svelte-1y7ena6 .dl-on-off.svelte-1y7ena6 {
    display: none
}

@keyframes svelte-1y7ena6-loadingSpin {
    to {
        transform: rotate(360deg)
    }
}

@font-face {
    font-family: "Open Sans";
    src: url("chrome-extension://cofdbpoegempjloogbagkncekinflcnj/fonts/OpenSans_VariableFont_wdth_wght.ttf") format("truetype");
    font-weight: 100 1000
}

:host {
    font-family: "Open Sans", sans-serif
}

.container.svelte-1hmw0km.svelte-1hmw0km {
    width: 387px;
    background-color: #0f2b46;
    box-sizing: content-box;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.37);
    border-radius: 6px;
    color: White;
    font-size: 14px;
    position: absolute;
    pointer-events: all
}

.container__top.svelte-1hmw0km.svelte-1hmw0km {
    bottom: 45px;
    inset-inline-end: -10px
}

.container__bottom.svelte-1hmw0km.svelte-1hmw0km {
    top: 45px;
    inset-inline-end: -10px
}

.container__right.svelte-1hmw0km.svelte-1hmw0km {
    inset-inline-start: 45px;
    bottom: -57px
}

.container__left.svelte-1hmw0km.svelte-1hmw0km {
    inset-inline-end: 45px;
    bottom: -10px
}

.container.svelte-1hmw0km .body.svelte-1hmw0km {
    position: relative;
    display: flex
}

.container.svelte-1hmw0km .body .content.svelte-1hmw0km {
    display: flex;
    width: 260px;
    padding-left: 24px;
    padding-top: 16px;
    padding-bottom: 24px;
    padding-right: 8px
}

.container.svelte-1hmw0km .body .content .text-wrapper.svelte-1hmw0km {
    line-height: 23px
}

.container.svelte-1hmw0km .body .content .text-wrapper .headline.svelte-1hmw0km {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px
}

.container.svelte-1hmw0km .body .content .logo.svelte-1hmw0km {
    width: 84px;
    margin-right: 16px;
    margin-left: -16px;
    height: 42px;
    background-image: url("../images/deepl-logo-white.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.container.svelte-1hmw0km .body.svelte-1hmw0km::after {
    content: "";
    position: absolute;
    border-width: 12px;
    border-style: solid;
    border-color: #0f2b46 transparent transparent transparent
}

.container.svelte-1hmw0km .body__top.svelte-1hmw0km::after {
    top: 100%;
    inset-inline-end: 13px;
    margin-left: -5px
}

.container.svelte-1hmw0km .body__bottom.svelte-1hmw0km::after {
    bottom: 100%;
    transform: rotate(180deg);
    inset-inline-end: 13px;
    margin-left: -5px
}

.container.svelte-1hmw0km .body__right.svelte-1hmw0km::after {
    top: 50%;
    inset-inline-end: 100%;
    transform: rotate(90deg);
    margin-left: -5px
}

.container.svelte-1hmw0km .body__left.svelte-1hmw0km::after {
    bottom: 13px;
    inset-inline-start: 100%;
    transform: rotate(270deg)
}

.container.svelte-1hmw0km .body .logo-picture.svelte-1hmw0km {
    width: 99px;
    background-image: url("../images/circle.svg");
    background-repeat: no-repeat
}

.container.svelte-1hmw0km .body .close-icon.svelte-1hmw0km {
    position: absolute;
    inset-inline-end: 0;
    margin-right: 8px;
    margin-top: 8px;
    background: transparent;
    background-image: url("../images/buttons/close-white.svg");
    width: 12px;
    height: 12px;
    background-position: center;
    background-repeat: no-repeat;
    border: 0 none;
    cursor: pointer;
    margin: -2 -4px 6px 6px
}

p.svelte-1bwyi2r {
    margin: 0 0 8px 0;
    line-height: 1.5em;
    margin-bottom: 4px;
    user-select: none
}

p.font-bold.svelte-1bwyi2r {
    font-weight: 600
}

@font-face {
    font-family: "Open Sans";
    src: url("chrome-extension://cofdbpoegempjloogbagkncekinflcnj/fonts/OpenSans_VariableFont_wdth_wght.ttf") format("truetype");
    font-weight: 100 1000
}

:host {
    font-family: "Open Sans", sans-serif
}

.container.svelte-2o08yb.svelte-2o08yb {
    width: 242px;
    border-radius: 6px;
    background: #fff;
    box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.16);
    font-size: 12px;
    color: #292c32
}

.container.svelte-2o08yb .header.svelte-2o08yb {
    position: absolute;
    inset-inline-end: 2px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    padding: 5px
}

.container.svelte-2o08yb .header .close-icon.svelte-2o08yb {
    border: 0 none;
    background-color: transparent;
    cursor: pointer;
    height: 24px;
    width: 24px;
    border-radius: 12px;
    background-repeat: no-repeat;
    background-position: center;
    transition: background-color 0.3s ease-in-out;
    background-image: url("../images/buttons/close.svg");
    height: 19px;
    width: 19px
}

.container.svelte-2o08yb .header .close-icon.svelte-2o08yb:hover {
    background-color: #f2f4f7
}

@font-face {
    font-family: "Open Sans";
    src: url("chrome-extension://cofdbpoegempjloogbagkncekinflcnj/fonts/OpenSans_VariableFont_wdth_wght.ttf") format("truetype");
    font-weight: 100 1000
}

:host {
    font-family: "Open Sans", sans-serif
}

.settings-container.svelte-1wf2y32 {
    position: absolute
}

.settings-container__top.svelte-1wf2y32 {
    bottom: 35px;
    inset-inline-end: 0
}

.settings-container__bottom.svelte-1wf2y32 {
    top: 35px;
    inset-inline-end: 0
}

.settings-container__right.svelte-1wf2y32 {
    inset-inline-start: 35px;
    bottom: 0
}

.settings-container__left.svelte-1wf2y32 {
    inset-inline-end: 35px;
    bottom: 0
}

p.svelte-1wf2y32 {
    margin: 0 0 8px 0;
    line-height: 1.5em;
    margin-bottom: 4px
}

p.font-bold.svelte-1wf2y32 {
    font-weight: 600
}

.dl-widget.svelte-1wf2y32 {
    border-bottom: 1px solid #dde2e7;
    padding: 16px
}

.dl-widget.svelte-1wf2y32:last-child {
    border-bottom: 0 none
}

.link-input-settings.svelte-1wf2y32 {
    display: flex;
    flex-wrap: nowrap;
    cursor: pointer
}

.link.svelte-1wf2y32 {
    color: #0177a9;
    cursor: pointer
}

.link.svelte-1wf2y32:hover {
    text-decoration-line: underline;
    color: #065a85
}

.link-settings.svelte-1wf2y32 {
    display: flex;
    flex-wrap: nowrap;
    text-decoration: underline;
    justify-items: center
}

.icon.svelte-1wf2y32 {
    display: block;
    background-position: center;
    background-position-x: 1px;
    background-repeat: no-repeat;
    margin-inline-start:8px}

.icon-toggle-on.svelte-1wf2y32 {
    width: 50px;
    height: 16px;
    background-image: url("../images/toggle-on.svg")
}

.icon-external-link.svelte-1wf2y32 {
    margin-top: 2px;
    margin-inline-start:4px;width: 15px;
    height: 15px;
    background-image: url("../images/buttons/external-link.svg")
}

.action-container.svelte-1wf2y32 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 4px
}

.btn-primary.svelte-1wf2y32 {
    text-align: center;
    cursor: pointer;
    border: 0 none;
    border-radius: 2px;
    background: #0177a9;
    color: White;
    font-weight: 400;
    padding: 8px;
    line-height: 1em;
    transition: background-color 0.1s ease-in-out;
    padding-inline:16px;margin-inline-start:16px}

.btn-primary.svelte-1wf2y32:hover {
    background: #006494
}

.btn-primary.disabled.svelte-1wf2y32 {
    opacity: 0.5;
    pointer-events: none
}

.option-container.svelte-1wf2y32 {
    padding: 4px 0 8px 0
}

@font-face {
    font-family: "Open Sans";
    src: url("chrome-extension://cofdbpoegempjloogbagkncekinflcnj/fonts/OpenSans_VariableFont_wdth_wght.ttf") format("truetype");
    font-weight: 100 1000
}

:host {
    font-family: "Open Sans", sans-serif
}

.error-container.svelte-ywjvlv {
    position: absolute;
    min-width: 242px
}

.error-container__top.svelte-ywjvlv {
    bottom: 35px;
    inset-inline-end: 0
}

.error-container__bottom.svelte-ywjvlv {
    top: 35px;
    inset-inline-end: 0
}

.error-container__right.svelte-ywjvlv {
    inset-inline-start: 35px;
    bottom: 0
}

.error-container__left.svelte-ywjvlv {
    inset-inline-end: 35px;
    bottom: 0
}

.dl-input-positioner.svelte-bldyc6.svelte-bldyc6 {
    z-index: 10000000000000;
    pointer-events: none
}

.dl-input-positioner.debug-mode.svelte-bldyc6.svelte-bldyc6 {
    background-color: rgba(255, 0, 0, 0.3)
}

.dl-input-placeholder.svelte-bldyc6.svelte-bldyc6 {
    height: 28px;
    width: 28px;
    transition: top 0.3s ease-in-out;
    position: absolute;
    pointer-events: all;
    bottom: 5px;
    inset-inline-end: 5px
}

.dl-input-placeholder.svelte-bldyc6 .dl-onboarding-highlighter.svelte-bldyc6 {
    height: 28px;
    width: 28px;
    position: absolute;
    inset-inline-end: 0;
    pointer-events: none
}

.dl-input-placeholder.reduced-space.svelte-bldyc6.svelte-bldyc6 {
    bottom: calc(50% - 14px) !important
}

.dl-input-placeholder.other-extension-present.svelte-bldyc6.svelte-bldyc6 {
    inset-inline-end: 35px !important
}

.dl-input-translation-container.svelte-95aucy {
    position: fixed;
    top: 0;
    inset-inline-start: 0;
    z-index: 100000000000000
}


/**
 * 이 파일은 MoimzTools 의 일부입니다. (https://www.moimz.com)
 *
 * 자주 사용되는 아이콘을 웹폰트 형태로 제공한다.
 *
 * @file /styles/fonts/moimz.css
 * @author Arzz
 * @license MIT License
 * @version 1.3.0
 * @modified 2020. 6. 28.
 */
 @font-face {
    font-family: "moimz";
    src: url("../fonts/moimz.woff2") format("woff2"), url("../fonts/moimz.woff") format("woff"), url("../fonts/moimz.ttf") format("truetype"), url("../fonts/moimz.svg") format("svg");
    font-weight: normal;
    font-style: normal
}

.mi {
    display: inline-block;
    font-style: normal;
    font-family: moimz;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.mi-loading {
    -webkit-animation: mi-loading 2s infinite linear;
    animation: mi-loading 2s infinite linear
}

@-webkit-keyframes mi-loading {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes mi-loading {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.mi-moimz:before {
    content: "\e800"
}

.mi-imodule:before {
    content: "\e801"
}

.mi-minitalk:before {
    content: "\e802"
}

.mi-back:before {
    content: "\e900"
}

.mi-back-bold:before {
    content: "\e901"
}

.mi-go:before {
    content: "\e902"
}

.mi-go-bold:before {
    content: "\e903"
}

.mi-left:before {
    content: "\e904"
}

.mi-up:before {
    content: "\e905"
}

.mi-down:before {
    content: "\e906"
}

.mi-right:before {
    content: "\e907"
}

.mi-angle-left:before {
    content: "\e908"
}

.mi-angle-up:before {
    content: "\e909"
}

.mi-angle-down:before {
    content: "\e910"
}

.mi-angle-right:before {
    content: "\e911"
}

.mi-ok:before {
    content: "\ea00"
}

.mi-ok-circle:before {
    content: "\ea01"
}

.mi-ok-circle-o:before {
    content: "\ea02"
}

.mi-cancel:before {
    content: "\ea03"
}

.mi-cancel-circle:before {
    content: "\ea04"
}

.mi-cancel-circle-o:before {
    content: "\ea05"
}

.mi-question:before {
    content: "\ea06"
}

.mi-question-circle:before {
    content: "\ea07"
}

.mi-question-circle-o:before {
    content: "\ea08"
}

.mi-attention:before {
    content: "\ea09"
}

.mi-attention-o:before {
    content: "\ea10"
}

.mi-attention-circle:before {
    content: "\ea11"
}

.mi-attention-circle-o:before {
    content: "\ea12"
}

.mi-info:before {
    content: "\ea13"
}

.mi-info-circle:before {
    content: "\ea14"
}

.mi-info-circle-o:before {
    content: "\ea15"
}

.mi-plus:before {
    content: "\eb00"
}

.mi-minus:before {
    content: "\eb01"
}

.mi-denied:before {
    content: "\eb02"
}

.mi-close:before {
    content: "\eb03"
}

.mi-close-bold:before {
    content: "\eb04"
}

.mi-refresh:before {
    content: "\eb05"
}

.mi-refresh-bold:before {
    content: "\eb06"
}

.mi-add:before {
    content: "\eb07"
}

.mi-remove:before {
    content: "\eb08"
}

.mi-search:before {
    content: "\eb09"
}

.mi-check:before {
    content: "\eb10"
}

.mi-ellipsis-v:before {
    content: "\eb11"
}

.mi-ellipsis-h:before {
    content: "\eb12"
}

.mi-bars:before {
    content: "\eb13"
}

.mi-view-card:before {
    content: "\eb14"
}

.mi-view-grid:before {
    content: "\eb15"
}

.mi-plus-thin:before {
    content: "\eb16"
}

.mi-minus-thin:before {
    content: "\eb17"
}

.mi-user:before {
    content: "\ec00"
}

.mi-user-o:before {
    content: "\ec01"
}

.mi-group:before {
    content: "\ec02"
}

.mi-group-o:before {
    content: "\ec03"
}

.mi-profile:before {
    content: "\ec04"
}

.mi-star:before {
    content: "\ec05"
}

.mi-star-half:before {
    content: "\ec06"
}

.mi-star-empty:before {
    content: "\ec07"
}

.mi-heart:before {
    content: "\ec08"
}

.mi-heart-empty:before {
    content: "\ec09"
}

.mi-upload:before {
    content: "\ec10"
}

.mi-download:before {
    content: "\ec11"
}

.mi-calendar:before {
    content: "\ec12"
}

.mi-time:before {
    content: "\ec13"
}

.mi-history:before {
    content: "\ec14"
}

.mi-inbox:before {
    content: "\ec15"
}

.mi-trash:before {
    content: "\ec16"
}

.mi-lock:before {
    content: "\ec17"
}

.mi-unlock:before {
    content: "\ec18"
}

.mi-push:before {
    content: "\ec19"
}

.mi-message:before {
    content: "\ec20"
}

.mi-mail:before {
    content: "\ec21"
}

.mi-mail-o:before {
    content: "\ec22"
}

.mi-pen:before {
    content: "\ec23"
}

.mi-form:before {
    content: "\ec24"
}

.mi-link:before {
    content: "\ec25"
}

.mi-unlink:before {
    content: "\ec26"
}

.mi-edit:before {
    content: "\ec27"
}

.mi-folder:before {
    content: "\ec28"
}

.mi-folder_share:before {
    content: "\ec29"
}

.mi-home:before {
    content: "\ec30"
}

.mi-key:before {
    content: "\ec31"
}

.mi-crown:before {
    content: "\ec32"
}

.mi-crown-o:before {
    content: "\ec33"
}

.mi-box:before {
    content: "\ec34"
}

.mi-config:before {
    content: "\ec35"
}

.mi-config-o:before {
    content: "\ec36"
}

.mi-hash:before {
    content: "\ec37"
}

.mi-plug:before {
    content: "\ec38"
}

.mi-bookmark:before {
    content: "\ec39"
}

.mi-bookmark-o:before {
    content: "\ec40"
}

.mi-database:before {
    content: "\ec41"
}

.mi-move:before {
    content: "\ec42"
}

.mi-loading:before {
    content: "\ed00"
}

.mi-google:before {
    content: "\ee00"
}

.mi-google-plus:before {
    content: "\ee01"
}

.mi-facebook:before {
    content: "\ee02"
}

.mi-twitter:before {
    content: "\ee03"
}

.mi-naver:before {
    content: "\ee04"
}

.mi-github:before {
    content: "\ee05"
}

.mi-kakao-talk:before {
    content: "\ee06"
}

.mi-kakao-story:before {
    content: "\ee07"
}

.mi-slack:before {
    content: "\ee08"
}

.mi-bell:before {
    content: "\ef01"
}

.mi-bell-o:before {
    content: "\ef02"
}

.mi-bell-off:before {
    content: "\ef03"
}

.mi-bell-off-o:before {
    content: "\ef04"
}

.mi-book:before {
    content: "\ef05"
}

.mi-book-o:before {
    content: "\ef06"
}

.mi-comment:before {
    content: "\ef07"
}

.mi-comment-o:before {
    content: "\ef08"
}

.mi-forum:before {
    content: "\ef09"
}

.mi-forum-o:before {
    content: "\ef10"
}

.mi-check-on:before {
    content: "\ef11"
}

.mi-check-off:before {
    content: "\ef12"
}

.mi-bold:before {
    content: "\ef13"
}

.mi-underline:before {
    content: "\ef14"
}

.mi-italic:before {
    content: "\ef15"
}

.mi-enter:before {
    content: "\ef16"
}

.mi-sending:before {
    content: "\ef17"
}

.mi-image:before {
    content: "\ef18"
}

.mi-paint:before {
    content: "\ef19"
}

.mi-erase:before {
    content: "\ef20"
}

.mi-emoticon:before {
    content: "\ef21"
}

.mi-camera:before {
    content: "\ef22"
}

.mi-keyboard:before {
    content: "\ef23"
}

.mi-gamepad:before {
    content: "\ef24"
}

.mi-print:before {
    content: "\ef25"
}

.mi-external:before {
    content: "\ef26"
}

.mi-presentation:before {
    content: "\ef27"
}

.mi-blocks:before {
    content: "\efff"
}


.fa {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571429em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.fa-ul>li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714286em
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}

:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical {
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x,.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: "\f000"
}

.fa-music:before {
    content: "\f001"
}

.fa-search:before {
    content: "\f002"
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-heart:before {
    content: "\f004"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-user:before {
    content: "\f007"
}

.fa-film:before {
    content: "\f008"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-check:before {
    content: "\f00c"
}

.fa-remove:before,.fa-close:before,.fa-times:before {
    content: "\f00d"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-signal:before {
    content: "\f012"
}

.fa-gear:before,.fa-cog:before {
    content: "\f013"
}

.fa-trash-o:before {
    content: "\f014"
}

.fa-home:before {
    content: "\f015"
}

.fa-file-o:before {
    content: "\f016"
}

.fa-clock-o:before {
    content: "\f017"
}

.fa-road:before {
    content: "\f018"
}

.fa-download:before {
    content: "\f019"
}

.fa-arrow-circle-o-down:before {
    content: "\f01a"
}

.fa-arrow-circle-o-up:before {
    content: "\f01b"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-play-circle-o:before {
    content: "\f01d"
}

.fa-rotate-right:before,.fa-repeat:before {
    content: "\f01e"
}

.fa-refresh:before {
    content: "\f021"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-lock:before {
    content: "\f023"
}

.fa-flag:before {
    content: "\f024"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-print:before {
    content: "\f02f"
}

.fa-camera:before {
    content: "\f030"
}

.fa-font:before {
    content: "\f031"
}

.fa-bold:before {
    content: "\f032"
}

.fa-italic:before {
    content: "\f033"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-list:before {
    content: "\f03a"
}

.fa-dedent:before,.fa-outdent:before {
    content: "\f03b"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-video-camera:before {
    content: "\f03d"
}

.fa-photo:before,.fa-image:before,.fa-picture-o:before {
    content: "\f03e"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-tint:before {
    content: "\f043"
}

.fa-edit:before,.fa-pencil-square-o:before {
    content: "\f044"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-eject:before {
    content: "\f052"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-mail-forward:before,.fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

.fa-compress:before {
    content: "\f066"
}

.fa-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "\f068"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-warning:before,.fa-exclamation-triangle:before {
    content: "\f071"
}

.fa-plane:before {
    content: "\f072"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-random:before {
    content: "\f074"
}

.fa-comment:before {
    content: "\f075"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-bar-chart-o:before,.fa-bar-chart:before {
    content: "\f080"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-key:before {
    content: "\f084"
}

.fa-gears:before,.fa-cogs:before {
    content: "\f085"
}

.fa-comments:before {
    content: "\f086"
}

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-thumbs-o-down:before {
    content: "\f088"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-upload:before {
    content: "\f093"
}

.fa-lemon-o:before {
    content: "\f094"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-bookmark-o:before {
    content: "\f097"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook-f:before,.fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-feed:before,.fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before,.fa-users:before {
    content: "\f0c0"
}

.fa-chain:before,.fa-link:before {
    content: "\f0c1"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-cut:before,.fa-scissors:before {
    content: "\f0c4"
}

.fa-copy:before,.fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-save:before,.fa-floppy-o:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-navicon:before,.fa-reorder:before,.fa-bars:before {
    content: "\f0c9"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-unsorted:before,.fa-sort:before {
    content: "\f0dc"
}

.fa-sort-down:before,.fa-sort-desc:before {
    content: "\f0dd"
}

.fa-sort-up:before,.fa-sort-asc:before {
    content: "\f0de"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before,.fa-undo:before {
    content: "\f0e2"
}

.fa-legal:before,.fa-gavel:before {
    content: "\f0e3"
}

.fa-dashboard:before,.fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-flash:before,.fa-bolt:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-paste:before,.fa-clipboard:before {
    content: "\f0ea"
}

.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-bell-o:before {
    content: "\f0a2"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before,.fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-mail-reply:before,.fa-reply:before {
    content: "\f112"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-folder-o:before {
    content: "\f114"
}

.fa-folder-open-o:before {
    content: "\f115"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-frown-o:before {
    content: "\f119"
}

.fa-meh-o:before {
    content: "\f11a"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-keyboard-o:before {
    content: "\f11c"
}

.fa-flag-o:before {
    content: "\f11d"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-code:before {
    content: "\f121"
}

.fa-mail-reply-all:before,.fa-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before {
    content: "\f123"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-crop:before {
    content: "\f125"
}

.fa-code-fork:before {
    content: "\f126"
}

.fa-unlink:before,.fa-chain-broken:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

.fa-info:before {
    content: "\f129"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-shield:before {
    content: "\f132"
}

.fa-calendar-o:before {
    content: "\f133"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-minus-square-o:before {
    content: "\f147"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-toggle-down:before,.fa-caret-square-o-down:before {
    content: "\f150"
}

.fa-toggle-up:before,.fa-caret-square-o-up:before {
    content: "\f151"
}

.fa-toggle-right:before,.fa-caret-square-o-right:before {
    content: "\f152"
}

.fa-euro:before,.fa-eur:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before,.fa-usd:before {
    content: "\f155"
}

.fa-rupee:before,.fa-inr:before {
    content: "\f156"
}

.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before {
    content: "\f157"
}

.fa-ruble:before,.fa-rouble:before,.fa-rub:before {
    content: "\f158"
}

.fa-won:before,.fa-krw:before {
    content: "\f159"
}

.fa-bitcoin:before,.fa-btc:before {
    content: "\f15a"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-text:before {
    content: "\f15c"
}

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before,.fa-gratipay:before {
    content: "\f184"
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

.fa-archive:before {
    content: "\f187"
}

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-toggle-left:before,.fa-caret-square-o-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-turkish-lira:before,.fa-try:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-slack:before {
    content: "\f198"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-institution:before,.fa-bank:before,.fa-university:before {
    content: "\f19c"
}

.fa-mortar-board:before,.fa-graduation-cap:before {
    content: "\f19d"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-automobile:before,.fa-car:before {
    content: "\f1b9"
}

.fa-cab:before,.fa-taxi:before {
    content: "\f1ba"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa-file-word-o:before {
    content: "\f1c2"
}

.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before {
    content: "\f1c5"
}

.fa-file-zip-o:before,.fa-file-archive-o:before {
    content: "\f1c6"
}

.fa-file-sound-o:before,.fa-file-audio-o:before {
    content: "\f1c7"
}

.fa-file-movie-o:before,.fa-file-video-o:before {
    content: "\f1c8"
}

.fa-file-code-o:before {
    content: "\f1c9"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before {
    content: "\f1cd"
}

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before,.fa-resistance:before,.fa-rebel:before {
    content: "\f1d0"
}

.fa-ge:before,.fa-empire:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before {
    content: "\f1d4"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before,.fa-weixin:before {
    content: "\f1d7"
}

.fa-send:before,.fa-paper-plane:before {
    content: "\f1d8"
}

.fa-send-o:before,.fa-paper-plane-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-circle-thin:before {
    content: "\f1db"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-soccer-ball-o:before,.fa-futbol-o:before {
    content: "\f1e3"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-newspaper-o:before {
    content: "\f1ea"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bell-slash-o:before {
    content: "\f1f7"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-eyedropper:before {
    content: "\f1fb"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-area-chart:before {
    content: "\f1fe"
}

.fa-pie-chart:before {
    content: "\f200"
}

.fa-line-chart:before {
    content: "\f201"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bus:before {
    content: "\f207"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-cc:before {
    content: "\f20a"
}

.fa-shekel:before,.fa-sheqel:before,.fa-ils:before {
    content: "\f20b"
}

.fa-meanpath:before {
    content: "\f20c"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-diamond:before {
    content: "\f219"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-venus:before {
    content: "\f221"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-intersex:before,.fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-facebook-official:before {
    content: "\f230"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-server:before {
    content: "\f233"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-hotel:before,.fa-bed:before {
    content: "\f236"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-train:before {
    content: "\f238"
}

.fa-subway:before {
    content: "\f239"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-yc:before,.fa-y-combinator:before {
    content: "\f23b"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before {
    content: "\f240"
}

.fa-battery-3:before,.fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battery-2:before,.fa-battery-half:before {
    content: "\f242"
}

.fa-battery-1:before,.fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-0:before,.fa-battery-empty:before {
    content: "\f244"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-sticky-note-o:before {
    content: "\f24a"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-hourglass-o:before {
    content: "\f250"
}

.fa-hourglass-1:before,.fa-hourglass-start:before {
    content: "\f251"
}

.fa-hourglass-2:before,.fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-3:before,.fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hand-grab-o:before,.fa-hand-rock-o:before {
    content: "\f255"
}

.fa-hand-stop-o:before,.fa-hand-paper-o:before {
    content: "\f256"
}

.fa-hand-scissors-o:before {
    content: "\f257"
}

.fa-hand-lizard-o:before {
    content: "\f258"
}

.fa-hand-spock-o:before {
    content: "\f259"
}

.fa-hand-pointer-o:before {
    content: "\f25a"
}

.fa-hand-peace-o:before {
    content: "\f25b"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-safari:before {
    content: "\f267"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-tv:before,.fa-television:before {
    content: "\f26c"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-500px:before {
    content: "\f26e"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-calendar-plus-o:before {
    content: "\f271"
}

.fa-calendar-minus-o:before {
    content: "\f272"
}

.fa-calendar-times-o:before {
    content: "\f273"
}

.fa-calendar-check-o:before {
    content: "\f274"
}

.fa-industry:before {
    content: "\f275"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-map-o:before {
    content: "\f278"
}

.fa-map:before {
    content: "\f279"
}

.fa-commenting:before {
    content: "\f27a"
}

.fa-commenting-o:before {
    content: "\f27b"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-vimeo:before {
    content: "\f27d"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-edge:before {
    content: "\f282"
}

.fa-credit-card-alt:before {
    content: "\f283"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-modx:before {
    content: "\f285"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-usb:before {
    content: "\f287"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-pause-circle-o:before {
    content: "\f28c"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stop-circle-o:before {
    content: "\f28e"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-percent:before {
    content: "\f295"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-envira:before {
    content: "\f299"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-wheelchair-alt:before {
    content: "\f29b"
}

.fa-question-circle-o:before {
    content: "\f29c"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-volume-control-phone:before {
    content: "\f2a0"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before {
    content: "\f2a3"
}

.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before {
    content: "\f2a4"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-signing:before,.fa-sign-language:before {
    content: "\f2a7"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-google-plus-circle:before,.fa-google-plus-official:before {
    content: "\f2b3"
}

.fa-fa:before,.fa-font-awesome:before {
    content: "\f2b4"
}

.fa-handshake-o:before {
    content: "\f2b5"
}

.fa-envelope-open:before {
    content: "\f2b6"
}

.fa-envelope-open-o:before {
    content: "\f2b7"
}

.fa-linode:before {
    content: "\f2b8"
}

.fa-address-book:before {
    content: "\f2b9"
}

.fa-address-book-o:before {
    content: "\f2ba"
}

.fa-vcard:before,.fa-address-card:before {
    content: "\f2bb"
}

.fa-vcard-o:before,.fa-address-card-o:before {
    content: "\f2bc"
}

.fa-user-circle:before {
    content: "\f2bd"
}

.fa-user-circle-o:before {
    content: "\f2be"
}

.fa-user-o:before {
    content: "\f2c0"
}

.fa-id-badge:before {
    content: "\f2c1"
}

.fa-drivers-license:before,.fa-id-card:before {
    content: "\f2c2"
}

.fa-drivers-license-o:before,.fa-id-card-o:before {
    content: "\f2c3"
}

.fa-quora:before {
    content: "\f2c4"
}

.fa-free-code-camp:before {
    content: "\f2c5"
}

.fa-telegram:before {
    content: "\f2c6"
}

.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before {
    content: "\f2c7"
}

.fa-thermometer-3:before,.fa-thermometer-three-quarters:before {
    content: "\f2c8"
}

.fa-thermometer-2:before,.fa-thermometer-half:before {
    content: "\f2c9"
}

.fa-thermometer-1:before,.fa-thermometer-quarter:before {
    content: "\f2ca"
}

.fa-thermometer-0:before,.fa-thermometer-empty:before {
    content: "\f2cb"
}

.fa-shower:before {
    content: "\f2cc"
}

.fa-bathtub:before,.fa-s15:before,.fa-bath:before {
    content: "\f2cd"
}

.fa-podcast:before {
    content: "\f2ce"
}

.fa-window-maximize:before {
    content: "\f2d0"
}

.fa-window-minimize:before {
    content: "\f2d1"
}

.fa-window-restore:before {
    content: "\f2d2"
}

.fa-times-rectangle:before,.fa-window-close:before {
    content: "\f2d3"
}

.fa-times-rectangle-o:before,.fa-window-close-o:before {
    content: "\f2d4"
}

.fa-bandcamp:before {
    content: "\f2d5"
}

.fa-grav:before {
    content: "\f2d6"
}

.fa-etsy:before {
    content: "\f2d7"
}

.fa-imdb:before {
    content: "\f2d8"
}

.fa-ravelry:before {
    content: "\f2d9"
}

.fa-eercast:before {
    content: "\f2da"
}

.fa-microchip:before {
    content: "\f2db"
}

.fa-snowflake-o:before {
    content: "\f2dc"
}

.fa-superpowers:before {
    content: "\f2dd"
}

.fa-wpexplorer:before {
    content: "\f2de"
}

.fa-meetup:before {
    content: "\f2e0"
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active,.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

html, body {
    font-family: NanumSquare, "Apple SD Neo Gothic", "malgun gothic", dotum, sans-serif;
}


div.sub_cnts {
    max-width: 780px;
    margin: 100px auto 0;
    text-align: center;
}

div.sub_cnts > div.box_gray {
    text-align: center;
    padding: 60px;
    background: #f7f7f7;
}

div.sub_cnts > div.box_gray > h4 {
    display: inline-block;
    font-size: 32px;
    padding-bottom: 30px;
    word-break: keep-all;
}

div.sub_cnts > div.box_gray > h4 > span {
    color: #134ec2;
}

div.sub_cnts > div.box_gray > div.line {
    display: block;
    width: 100%;
    height: 1px;
    border-bottom: 1px dotted #dbdbdb;
}

div.sub_cnts > div.box_gray > p {
    font-size: 15px;
    margin-top: 30px;
    margin-bottom: 40px;
    line-height: 24px;
    word-break: keep-all;
    color: #666;
}

div.sub_cnts > div.box_gray > p:first-child {
    margin: 10px 0 20px 10px;
    text-align: left;
}

div.sub_cnts > div.box_gray > p > span {
    color: #e61e61;
    text-decoration: underline;
}

div.sub_cnts > div.box_gray > p > a {
    color: #e61e61;
}

div.sub_cnts > div.box_gray > div.button {
    display: inline-block;
    margin-bottom: 10px;
}

div.sub_cnts > div.box_gray > div.button > a {
    display: inline-block;
    float: left;
    width: 250px;
    height: 100px;
    font-size: 16px;
    line-height: 100px;
    border-radius: 10px;
    background: #134ec2;
    color: #fff;
    text-decoration: none;
}

div.sub_cnts > div.box_gray > div.button > a > i {
    display: inline-block;
    position: relative;
    width: 22px;
    height: 23px;
    padding-right: 15px;
    vertical-align: middle;
}

/* div.sub_cnts > div.box_gray > div.button > a > i:after {content:''; display:inline-block; position:absolute; right:12px; width:1px; height:100%; background:rgba(250,250,250,0.2);} */
div.sub_cnts > div.box_gray > div.button > a:first-child > i {
    background: url(https://cdn.coursemos.kr/csmsibt/assets/image/coursemos.icon4.png) no-repeat left;
}

div.sub_cnts > div.box_gray > div.button > div {
    float: left;
    width: 250px;
    height: 100px;
    padding: 13px 15px;
    border-radius: 10px;
    background: #134ec2;
    color: #fff;
    box-sizing: border-box;
}

div.sub_cnts > div.box_gray > div.button > div > p > i {
    display: inline-block;
    position: relative;
    width: 22px;
    height: 23px;
    padding-right: 15px;
    background: url(https://cdn.coursemos.kr/csmsibt/assets/image/coursemos.icon5.png) no-repeat left;
    vertical-align: middle;
}

/* div.sub_cnts > div.box_gray > div.button > div > p > i:after {content:''; display:inline-block; position:absolute; right:12px; width:1px; height:100%; background:rgba(250,250,250,0.2);} */
div.sub_cnts > div.box_gray > div.button > div > a {
    display: inline-block;
    width: 102px;
    height: 36px;
    margin-top: 15px;
    border-radius: 5px;
    background: #fff;
    font-size: 16px;
    line-height: 39px;
    text-decoration: none;
    color: #134ec2;
}

/* div.sub_cnts > div.box_gray > div.button > a:last-child > i {background:url(../images/coursemos.icon5.png) no-repeat left;} */
div.sub_cnts > div.box_gray > div.button > a:first-child {
    margin-right: 5px;
}

div.sub_cnts > div.box_gray > div.footer {
    padding-top: 50px;
    background: #fff;
}

div.sub_cnts > div.box_gray > div.footer > div.line {
    display: inline-block;
    width: 100%;
    height: 2px;
    background: #e6e6e6;
}

div[data-role="wrapper"] main.subpage > div.container > div.context > section {
    padding-bottom: 40px
}

div.sub_cnts div.popup {
    display: none;
    position: fixed;
    bottom: 17px;
    left: 30px;
    width: 233px;
    height: 114px;
    padding: 10px;
    border-radius: 3px;
    background: #12439b;
    box-sizing: border-box;
    animation: fadein 3s;
}

div.sub_cnts div.popup::after {
    content: '';
    position: relative;
    top: 0;
    left: 0;
    border-top: 10px solid #12439b;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
}

div.sub_cnts div.popup > p {
    text-align: left;
    color: #fff;
}

div.sub_cnts div.popup > p:first-child {
    font-size: 18px;
    line-height: 20px;
    margin-top: 5px;
}

div.sub_cnts div.popup > p:last-child {
    line-height: 1.2857;
    margin: 0.8rem auto 1.6rem;
}

div.sub_cnts > div.box_img {
    margin-bottom: 70px;
}

div.sub_cnts > div.box_img > img {
    max-width: 100%;
}

div.sub_cnts > div.info {
    margin-top: 40px;
    text-align: left;
}

div.sub_cnts > div.info > h4 {
    font-size: 16px;
    line-height: 30px;
    word-break: keep-all;
}

div.sub_cnts > div.info > p.dot {
    position: relative;
    font-size: 14px;
    line-height: 24px;
    padding: 3px 0 3px 25px;
    color: #666;
    word-break: keep-all;
}

div.sub_cnts > div.info > p.dot:nth-child(2):after {
    content: '1';
    display: block;
    position: absolute;
    top: 6px;
    left: 0;
    width: 18px;
    height: 18px;
    line-height: 20px;
    background: #666;
    border-radius: 50%;
    color: #fff;
    text-align: center;
}

div.sub_cnts > div.info > p.dot:nth-child(3):after {
    content: '2';
    display: block;
    position: absolute;
    top: 6px;
    left: 0;
    width: 18px;
    height: 18px;
    line-height: 20px;
    background: #666;
    border-radius: 50%;
    color: #fff;
    text-align: center;
}

div.sub_cnts > div.info > p.dot:last-child:after {
    content: '3';
    display: block;
    position: absolute;
    top: 6px;
    left: 0;
    width: 18px;
    height: 18px;
    line-height: 20px;
    background: #666;
    border-radius: 50%;
    color: #fff;
    text-align: center;
}

@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@media (max-width: 678px) {
    div.sub_cnts > div.button > a {
        width:100%;
        margin-bottom: 10px;
        box-sizing: border-box;
    }

    div.sub_cnts > div.button > a:first-child {
        margin-right: 0;
    }

    div.sub_cnts > div.box_gray > div.button > a {
        width: 100%;
    }

    div.sub_cnts > div.box_gray > div.button > a:first-child {
        margin-bottom: 10px;
    }

    div.sub_cnts > div.box_gray > div.button > div {
        width: 100%;
        margin-bottom: 10px;
        padding: 5px auto;
    }
}

@media (max-width: 360px) {
    div.sub_cnts > div.box_gray {
        padding: 30px 30px;
    }

    div.sub_cnts > div.box_gray > div.button > div {
        padding: 13px 15px;
    }

    div.sub_cnts > div.box_gray > div.button > div > a {
        width: 82px;
    }
}


i[data-module=member][data-role=photo] {display:inline-block; background-position:50% 50%; background-repeat:no-repeat; background-size:cover; border-radius:50%; border:1px solid #ccc; box-sizing:border-box; vertical-align:middle;}
i[data-module=member][data-role=photo][data-idx] {cursor:pointer;}

span[data-module=member][data-role=name] {display:inline-block; text-overflow:ellipsis; overflow:hidden; white-space:nowrap; vertical-align:middle;}
span[data-module=member][data-role=name][data-idx] {font-weight:bold; cursor:pointer;}
span[data-module=member][data-role=name][data-type=nickcon] {font-size:0 !important; min-width:100px; background-size:contain; background-repeat:no-repeat; background-position:0 50%;}

ul[data-module=member][data-role=social] {list-style:none; font-size:0;}
ul[data-module=member][data-role=social] > li {vertical-align:middle;}
ul[data-module=member][data-role=social].button > li {width:100%; margin-top:5px; display:block;}
ul[data-module=member][data-role=social].icon {display:table; width:100%; height:40px; table-layout:fixed;}
ul[data-module=member][data-role=social].icon > li {display:table-cell; padding:0px 2px 0px 2px;}
ul[data-module=member][data-role=social].icon > li:first-child {padding-left:0px;}
ul[data-module=member][data-role=social].icon > li:last-child {padding-right:0px;}

ul[data-module=member][data-role=social] {margin-top:5px;}
ul[data-module=member][data-role=social] > li > a {display:block; width:100%; height:40px; text-decoration:none; color:#fff;}
ul[data-module=member][data-role=social] > li > a > i {width:40px; height:40px; line-height:40px; font-size:20px; text-align:center; display:inline-block; font-family:moimz; speak:none; font-style:normal; font-weight:400; font-variant:normal; text-transform:none; -webkit-font-smoothing:antialiased; -moz-osx-font-smoothing:grayscale; color:#fff; vertical-align:middle;}
ul[data-module=member][data-role=social] > li > a > span {display:inline-block; width:calc(100% - 40px); height:30px; line-height:30px; margin:5px 0px; font-size:14px; padding:0px 20px 0px 10px; text-align:center; box-sizing:border-box; vertical-align:middle; border-left:1px solid rgba(255,255,255,0.2);}

ul[data-module=member][data-role=social].icon > li > a > i {width:100%; font-size:24px;}
ul[data-module=member][data-role=social].icon > li > a > span {display:none;}

ul[data-module=member][data-role=social] > li.google > a {background:#da483f;}
ul[data-module=member][data-role=social] > li.google > a > i {font-size:28px;}
ul[data-module=member][data-role=social] > li.google > a > i:before {content:"\ee00";}

ul[data-module=member][data-role=social] > li.facebook > a {background:#4367b0;}
ul[data-module=member][data-role=social] > li.facebook > a > i:before {content:"\ee02";}

ul[data-module=member][data-role=social] > li.twitter > a {background:#25a0ef;}
ul[data-module=member][data-role=social] > li.twitter > a > i:before {content:"\ee03";}

ul[data-module=member][data-role=social] > li.naver > a {background:#15c642;}
ul[data-module=member][data-role=social] > li.naver > a > i:before {content:"\ee04";}

ul[data-module=member][data-role=social] > li.github > a {background:#555;}
ul[data-module=member][data-role=social] > li.github > a > i {font-size:28px;}
ul[data-module=member][data-role=social] > li.github > a > i:before {content:"\ee05"; color:#fff;}

ul[data-module=member][data-role=social] > li.kakao > a {background:#fddc2f; color:#3b1f1f;}
ul[data-module=member][data-role=social] > li.kakao > a > i {font-size:28px;}
ul[data-module=member][data-role=social] > li.kakao > a > i:before {content:"\ee06"; color:#3b1f1f;}

ul[data-module=member][data-role=link] {list-style:none; text-align:right; display:block; font-size:0;}
ul[data-module=member][data-role=link] > li {display:inline-block; padding:10px; height:40px; position:relative; font-size:13px; box-sizing:border-box; vertical-align:middle;}
ul[data-module=member][data-role=link] > li:after {position:absolute; top:15px; right:0; width:0; height:12px; border-right:1px solid #ccc; content:" ";}
ul[data-module=member][data-role=link] > li:first-child {float:left; padding:0;}
ul[data-module=member][data-role=link] > li:first-child:after {border-right:0;}
ul[data-module=member][data-role=link] > li:last-child {padding-right:0;}
ul[data-module=member][data-role=link] > li:last-child:after {border-right:0;}
ul[data-module=member][data-role=link] > li > button, ul[data-module=member][data-role=link] > li > a {display:inline-block; margin:0px; padding:0px; height:20px; line-height:20px; font-size:13px; cursor:pointer; text-decoration:none; color:#666; border:0; background:transparent;}
ul[data-module=member][data-role=link]:after {clear:both; content:" "; display:block;}

div[data-module=attachment] i.icon {display:inline-block; background-repeat:no-repeat; background-position:50% 50%; background-image:url(../images/icon_large_etc.png);}
div[data-module=attachment] i.icon[data-type=folder] {background-image:url(../images/icon_large_folder.png);}
div[data-module=attachment] i.icon[data-type=document] {background-image:url(../images/icon_large_document.png);}
div[data-module=attachment] i.icon[data-type=image] {background-image:url(../images/icon_large_image.png);}
div[data-module=attachment] i.icon[data-type=video] {background-image:url(../images/icon_large_video.png);}
div[data-module=attachment] i.icon[data-type=audio] {background-image:url(../images/icon_large_audio.png);}
div[data-module=attachment] i.icon[data-type=archive] {background-image:url(../images/icon_large_archive.png);}

div[data-module=attachment] i.icon[data-extension^=ppt] {background-image:url(../images/icon_large_ppt.png);}
div[data-module=attachment] i.icon[data-extension^=doc] {background-image:url(../images/icon_large_doc.png);}
div[data-module=attachment] i.icon[data-extension^=xls] {background-image:url(../images/icon_large_xls.png);}
div[data-module=attachment] i.icon[data-extension^=hwp] {background-image:url(../images/icon_large_hwp.png);}
div[data-module=attachment] i.icon[data-extension^=pdf] {background-image:url(../images/icon_large_pdf.png);}

div[data-module=wysiwyg] + div[data-module=attachment] {padding-top:10px;}