.ui-resizable {
    position: relative;
}

.ui-resizable-handle {
    position: absolute;
    font-size: 0.1px;
    display: block;
    -ms-touch-action: none;
    touch-action: none;
}

.ui-resizable-autohide .ui-resizable-handle,
.ui-resizable-disabled .ui-resizable-handle {
    display: none;
}

.ui-resizable-n {
    cursor: n-resize;
    height: 7px;
    width: 100%;
    top: -5px;
    left: 0;
}

.ui-resizable-s {
    cursor: s-resize;
    height: 7px;
    width: 100%;
    bottom: -5px;
    left: 0;
}

.ui-resizable-e {
    cursor: e-resize;
    width: 7px;
    right: -5px;
    top: 0;
    height: 100%;
}

.ui-resizable-w {
    cursor: w-resize;
    width: 7px;
    left: -5px;
    top: 0;
    height: 100%;
}

.ui-resizable-se {
    cursor: se-resize;
    width: 12px;
    height: 12px;
    right: 1px;
    bottom: 1px;
}

.ui-resizable-sw {
    cursor: sw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    bottom: -5px;
}

.ui-resizable-nw {
    cursor: nw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    top: -5px;
}

.ui-resizable-ne {
    cursor: ne-resize;
    width: 9px;
    height: 9px;
    right: -5px;
    top: -5px;
}

.sp-container {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    z-index: 9999994;
    overflow: hidden;
}

.sp-container.sp-flat {
    position: relative;
}

.sp-container,
.sp-container * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.sp-top {
    position: relative;
    width: 100%;
    display: inline-block;
}

.sp-top-inner {
    right: 0;
}

.sp-color,
.sp-top-inner {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
}

.sp-color {
    right: 20%;
}

.sp-hue {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 84%;
    height: 100%;
}

.sp-clear-enabled .sp-hue {
    top: 33px;
    height: 77.5%;
}

.sp-fill {
    padding-top: 80%;
}

.sp-sat,
.sp-val {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.sp-alpha-enabled .sp-top {
    margin-bottom: 18px;
}

.sp-alpha-enabled .sp-alpha {
    display: block;
}

.sp-alpha-handle {
    position: absolute;
    top: -4px;
    bottom: -4px;
    width: 6px;
    left: 50%;
    cursor: pointer;
    border: 1px solid #000;
    background: #fff;
    opacity: 0.8;
}

.sp-alpha {
    display: none;
    position: absolute;
    bottom: -14px;
    right: 0;
    left: 0;
    height: 8px;
}

.sp-alpha-inner {
    border: 1px solid #333;
}

.sp-clear {
    display: none;
}

.sp-clear.sp-clear-display {
    background-position: 50%;
}

.sp-clear-enabled .sp-clear {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 84%;
    height: 28px;
}

.sp-alpha,
.sp-alpha-handle,
.sp-clear,
.sp-container,
.sp-container.sp-dragging .sp-input,
.sp-container button,
.sp-dragger,
.sp-preview,
.sp-replacer,
.sp-slider {
    -webkit-user-select: none;
    -moz-user-select: -moz-none;
    -o-user-select: none;
    user-select: none;
}

.sp-container.sp-buttons-disabled .sp-button-container,
.sp-container.sp-input-disabled .sp-input-container,
.sp-container.sp-palette-buttons-disabled .sp-palette-button-container,
.sp-initial-disabled .sp-initial,
.sp-palette-disabled .sp-palette-container,
.sp-palette-only .sp-picker-container {
    display: none;
}

.sp-sat {
    background-image: -webkit-gradient( linear, 0 0, 100% 0, from(#fff), to(hsla(20, 42%, 65%, 0)));
    background-image: -webkit-linear-gradient(left, #fff, hsla(20, 42%, 65%, 0));
    background-image: -moz-linear-gradient(left, #fff, hsla(20, 42%, 65%, 0));
    background-image: -o-linear-gradient(left, #fff, hsla(20, 42%, 65%, 0));
    background-image: -ms-linear-gradient(left, #fff, hsla(20, 42%, 65%, 0));
    background-image: linear-gradient(90deg, #fff, hsla(20, 42%, 65%, 0));
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr=#FFFFFFFF, endColorstr=#00CC9A81)";
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr="#FFFFFFFF", endColorstr="#00CC9A81");
}

.sp-val {
    background-image: -webkit-gradient( linear, 0 100%, 0 0, from(#000), to(hsla(20, 42%, 65%, 0)));
    background-image: -webkit-linear-gradient( bottom, #000, hsla(20, 42%, 65%, 0));
    background-image: -moz-linear-gradient(bottom, #000, hsla(20, 42%, 65%, 0));
    background-image: -o-linear-gradient(bottom, #000, hsla(20, 42%, 65%, 0));
    background-image: -ms-linear-gradient(bottom, #000, hsla(20, 42%, 65%, 0));
    background-image: linear-gradient(0deg, #000, hsla(20, 42%, 65%, 0));
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00CC9A81, endColorstr=#FF000000)";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00CC9A81", endColorstr="#FF000000");
}

.sp-hue {
    background: -moz-linear-gradient( top, red 0, #ff0 17%, #0f0 33%, #0ff 50%, #00f 67%, #f0f 83%, red 100%);
    background: -ms-linear-gradient( top, red 0, #ff0 17%, #0f0 33%, #0ff 50%, #00f 67%, #f0f 83%, red 100%);
    background: -o-linear-gradient( top, red 0, #ff0 17%, #0f0 33%, #0ff 50%, #00f 67%, #f0f 83%, red 100%);
    background: -webkit-gradient( linear, left top, left bottom, from(red), color-stop(0.17, #ff0), color-stop(0.33, #0f0), color-stop(0.5, #0ff), color-stop(0.67, #00f), color-stop(0.83, #f0f), to(red));
    background: -webkit-linear-gradient( top, red, #ff0 17%, #0f0 33%, #0ff 50%, #00f 67%, #f0f 83%, red);
    background: linear-gradient( 180deg, red, #ff0 17%, #0f0 33%, #0ff 50%, #00f 67%, #f0f 83%, red);
}

.sp-1 {
    height: 17%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff0000", endColorstr="#ffff00");
}

.sp-2 {
    height: 16%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffff00", endColorstr="#00ff00");
}

.sp-3 {
    height: 17%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00ff00", endColorstr="#00ffff");
}

.sp-4 {
    height: 17%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00ffff", endColorstr="#0000ff");
}

.sp-5 {
    height: 16%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0000ff", endColorstr="#ff00ff");
}

.sp-6 {
    height: 17%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff00ff", endColorstr="#ff0000");
}

.sp-hidden {
    display: none !important;
}

.sp-cf:after,
.sp-cf:before {
    content: "";
    display: table;
}

.sp-cf:after {
    clear: both;
}

.sp-cf {
    *zoom: 1;
}

@media (max-device-width: 480px) {
    .sp-color {
        right: 40%;
    }
    .sp-hue {
        left: 63%;
    }
    .sp-fill {
        padding-top: 60%;
    }
}

.sp-dragger {
    border-radius: 5px;
    height: 5px;
    width: 5px;
    border: 1px solid #fff;
    background: #000;
    left: 0;
}

.sp-dragger,
.sp-slider {
    cursor: pointer;
    position: absolute;
    top: 0;
}

.sp-slider {
    height: 3px;
    left: -1px;
    right: -1px;
    border: 1px solid #000;
    background: #fff;
    opacity: 0.8;
}

.sp-container {
    border-radius: 0;
    background-color: #ececec;
    border: 1px solid #f0c49b;
    padding: 0;
}

.sp-clear,
.sp-color,
.sp-container,
.sp-container button,
.sp-container input,
.sp-hue {
    font: normal 12px Lucida Grande, Lucida Sans Unicode, Lucida Sans, Geneva, Verdana, sans-serif;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.sp-top {
    margin-bottom: 3px;
}

.sp-clear,
.sp-color,
.sp-hue {
    border: 1px solid #666;
}

.sp-input-container {
    float: right;
    width: 100px;
    margin-bottom: 4px;
}

.sp-initial-disabled .sp-input-container,
.sp-input {
    width: 100%;
}

.sp-input {
    font-size: 12px !important;
    border: 1px inset;
    padding: 4px 5px;
    margin: 0;
    background: rgba(0, 0, 0, 0);
    border-radius: 3px;
    color: #222;
}

.sp-input:focus {
    border: 1px solid orange;
}

.sp-input.sp-validation-error {
    border: 1px solid red;
    background: #fdd;
}

.sp-palette-container,
.sp-picker-container {
    float: left;
    position: relative;
    padding: 10px 10px 300px;
    margin-bottom: -290px;
}

.sp-picker-container {
    width: 172px;
    border-left: 1px solid #fff;
}

.sp-palette-container {
    border-right: 1px solid #ccc;
}

.sp-palette-only .sp-palette-container {
    border: 0;
}

.sp-palette .sp-thumb-el {
    display: block;
    position: relative;
    float: left;
    width: 24px;
    height: 15px;
    margin: 3px;
    cursor: pointer;
    border: 2px solid rgba(0, 0, 0, 0);
}

.sp-palette .sp-thumb-el.sp-thumb-active,
.sp-palette .sp-thumb-el:hover {
    border-color: orange;
}

.sp-thumb-el {
    position: relative;
}

.sp-initial {
    float: left;
    border: 1px solid #333;
}

.sp-initial span {
    width: 30px;
    height: 25px;
    border: none;
    display: block;
    float: left;
    margin: 0;
}

.sp-initial .sp-clear-display {
    background-position: 50%;
}

.sp-button-container,
.sp-palette-button-container {
    float: right;
}

.sp-replacer {
    margin: 0;
    overflow: hidden;
    cursor: pointer;
    padding: 4px;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    border: 1px solid #91765d;
    background: #eee;
    color: #333;
    vertical-align: middle;
}

.sp-replacer.sp-active,
.sp-replacer:hover {
    border-color: #f0c49b;
    color: #111;
}

.sp-replacer.sp-disabled {
    cursor: default;
    border-color: silver;
    color: silver;
}

.sp-dd {
    padding: 2px 0;
    height: 16px;
    line-height: 16px;
    float: left;
    font-size: 10px;
}

.sp-preview {
    position: relative;
    width: 25px;
    height: 20px;
    border: 1px solid #222;
    margin-right: 5px;
    float: left;
    z-index: 0;
}

.sp-palette {
    *width: 220px;
    max-width: 220px;
}

.sp-palette .sp-thumb-el {
    width: 16px;
    height: 16px;
    margin: 2px 1px;
    border: 1px solid #d0d0d0;
}

.sp-container {
    padding-bottom: 0;
}

.sp-container button {
    background-color: #eee;
    background-image: -webkit-linear-gradient(top, #eee, #ccc);
    background-image: -moz-linear-gradient(top, #eee, #ccc);
    background-image: -ms-linear-gradient(top, #eee, #ccc);
    background-image: -o-linear-gradient(top, #eee, #ccc);
    background-image: linear-gradient(180deg, #eee, #ccc);
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    color: #333;
    font-size: 14px;
    line-height: 1;
    padding: 5px 4px;
    text-align: center;
    text-shadow: 0 1px 0 #eee;
    vertical-align: middle;
}

.sp-container button:hover {
    background-color: #ddd;
    background-image: -webkit-linear-gradient(top, #ddd, #bbb);
    background-image: -moz-linear-gradient(top, #ddd, #bbb);
    background-image: -ms-linear-gradient(top, #ddd, #bbb);
    background-image: -o-linear-gradient(top, #ddd, #bbb);
    background-image: linear-gradient(180deg, #ddd, #bbb);
    border: 1px solid;
    border-color: #bbb #bbb #999;
    cursor: pointer;
    text-shadow: 0 1px 0 #ddd;
}

.sp-container button:active {
    border: 1px solid;
    border-color: #aaa #aaa #888;
    -webkit-box-shadow: inset 0 0 5px 2px #aaa, 0 1px 0 0 #eee;
    -moz-box-shadow: inset 0 0 5px 2px #aaa, 0 1px 0 0 #eee;
    -ms-box-shadow: inset 0 0 5px 2px #aaa, 0 1px 0 0 #eee;
    -o-box-shadow: inset 0 0 5px 2px #aaa, 0 1px 0 0 #eee;
    box-shadow: inset 0 0 5px 2px #aaa, 0 1px 0 0 #eee;
}

.sp-cancel {
    font-size: 11px;
    color: #d93f3f !important;
    padding: 2px;
    margin: 0 5px 0 0;
    vertical-align: middle;
    text-decoration: none;
}

.sp-cancel:hover {
    color: #d93f3f !important;
    text-decoration: underline;
}

.sp-palette span.sp-thumb-active,
.sp-palette span:hover {
    border-color: #000;
}

.sp-alpha,
.sp-preview,
.sp-thumb-el {
    position: relative;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==);
}

.sp-alpha-inner,
.sp-preview-inner,
.sp-thumb-inner {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.sp-palette .sp-thumb-inner {
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.sp-palette .sp-thumb-light.sp-thumb-active .sp-thumb-inner {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIVJREFUeNpiYBhsgJFMffxAXABlN5JruT4Q3wfi/0DsT64h8UD8HmpIPCWG/KemIfOJCUB+Aoacx6EGBZyHBqI+WsDCwuQ9mhxeg2A210Ntfo8klk9sOMijaURm7yc1UP2RNCMbKE9ODK1HM6iegYLkfx8pligC9lCD7KmRof0ZhjQACDAAceovrtpVBRkAAAAASUVORK5CYII=);
}

.sp-palette .sp-thumb-dark.sp-thumb-active .sp-thumb-inner {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAadEVYdFNvZnR3YXJlAFBhaW50Lk5FVCB2My41LjEwMPRyoQAAAMdJREFUOE+tkgsNwzAMRMugEAahEAahEAZhEAqlEAZhEAohEAYh81X2dIm8fKpEspLGvudPOsUYpxE2BIJCroJmEW9qJ+MKaBFhEMNabSy9oIcIPwrB+afvAUFoK4H0tMaQ3XtlrggDhOVVMuT4E5MMG0FBbCEYzjYT7OxLEvIHQLY2zWwQ3D+9luyOQTfKDiFD3iUIfPk8VqrKjgAiSfGFPecrg6HN6m/iBcwiDAo7WiBeawa+Kwh7tZoSCGLMqwlSAzVDhoK+6vH4G0P5wdkAAAAASUVORK5CYII=);
}

.sp-clear-display {
    background-repeat: no-repeat;
    background-position: 50%;
    background-image: url(data:image/gif;base64,R0lGODlhFAAUAPcAAAAAAJmZmZ2dnZ6enqKioqOjo6SkpKWlpaampqenp6ioqKmpqaqqqqurq/Hx8fLy8vT09PX19ff39/j4+Pn5+fr6+vv7+wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAP8ALAAAAAAUABQAAAihAP9FoPCvoMGDBy08+EdhQAIJCCMybCDAAYUEARBAlFiQQoMABQhKUJBxY0SPICEYHBnggEmDKAuoPMjS5cGYMxHW3IiT478JJA8M/CjTZ0GgLRekNGpwAsYABHIypcAgQMsITDtWJYBR6NSqMico9cqR6tKfY7GeBCuVwlipDNmefAtTrkSzB1RaIAoXodsABiZAEFB06gIBWC1mLVgBa0AAOw==);
}

.modal-open {
    overflow: hidden;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal.fade.show {
    display: block !important;
    top: 0 !important;
}

.modal {
    position: fixed;
    top: -100%;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
}

@media screen and (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}

.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none;
}

.modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem);
}

.modal-dialog-centered:before {
    display: block;
    height: calc(100vh - 1rem);
    content: "";
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid hsla(0, 0%, 9%, 0.2);
    border-radius: 0.3rem;
    outline: 0;
	margin-top: 32px;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #161616;
}

.modal-backdrop.fade {
    opacity: 0;
}

.modal-backdrop.show {
    opacity: 0.5;
}

.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
}

.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto;
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}

.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}

.modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #e9ecef;
    border-bottom-right-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
}

.modal-footer> :not(:first-child) {
    margin-left: 0.25rem;
}

.modal-footer> :not(:last-child) {
    margin-right: 0.25rem;
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }
    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem);
    }
    .modal-dialog-centered:before {
        height: calc(100vh - 3.5rem);
    }
    .modal-sm {
        max-width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg,
    .modal-xl {
        max-width: 800px;
    }
}

@media (min-width: 1366px) {
    .modal-xl {
        max-width: 1140px;
    }
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
}

.btn-group-vertical>.btn,
.btn-group>.btn {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:hover,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus,
.btn-group>.btn:hover {
    z-index: 1;
}

.btn-toolbar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.btn-toolbar .input-group {
    width: auto;
}

.btn-group>.btn-group:not(:first-child),
.btn-group>.btn:not(:first-child) {
    margin-left: -1px;
}

.btn-group>.btn-group:not(:last-child)>.btn,
.btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.btn-group>.btn-group:not(:first-child)>.btn,
.btn-group>.btn:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
    padding-right: 0.5625rem;
    padding-left: 0.5625rem;
}

.dropdown-toggle-split:after,
.dropright .dropdown-toggle-split:after,
.dropup .dropdown-toggle-split:after {
    margin-left: 0;
}

.dropleft .dropdown-toggle-split:before {
    margin-right: 0;
}

.btn-group-sm>.btn+.dropdown-toggle-split,
.btn-sm+.dropdown-toggle-split {
    padding-right: 0.375rem;
    padding-left: 0.375rem;
}

.btn-group-lg>.btn+.dropdown-toggle-split,
.btn-lg+.dropdown-toggle-split {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
}

.btn-group-vertical {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: center;
    justify-content: center;
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group {
    width: 100%;
}

.btn-group-vertical>.btn-group:not(:first-child),
.btn-group-vertical>.btn:not(:first-child) {
    margin-top: -1px;
}

.btn-group-vertical>.btn-group:not(:last-child)>.btn,
.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group-vertical>.btn-group:not(:first-child)>.btn,
.btn-group-vertical>.btn:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.btn-group-toggle>.btn,
.btn-group-toggle>.btn-group>.btn {
    margin-bottom: 0;
}

.btn-group-toggle>.btn-group>.btn input[type="checkbox"],
.btn-group-toggle>.btn-group>.btn input[type="radio"],
.btn-group-toggle>.btn input[type="checkbox"],
.btn-group-toggle>.btn input[type="radio"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

.nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav-link {
    display: block;
    padding: 0.5rem 1rem;
}

.nav-link:focus,
.nav-link:hover {
    text-decoration: none;
}

.nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default;
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-item {
    margin-bottom: -1px;
}

.nav-tabs .nav-link {
    border: 1px solid rgba(0, 0, 0, 0);
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0);
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.nav-pills .nav-link {
    border-radius: 0.25rem;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #4d90fe;
}

.nav-fill .nav-item {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center;
}

.nav-justified .nav-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
}

.tab-content>.tab-pane {
    display: none;
}

.tab-content>.active {
    display: block;
}

.ui-rotatable-handle {
    height: 48px;
    width: 64px;
    cursor: pointer;
    position: absolute;
    top: -48px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: none;
    z-index: 999;
}

.ui-rotatable-handle:after {
    content: "";
    background: #3e77b6;
    border-radius: 100%;
    position: absolute;
    top: 11px;
    left: 27px;
    width: 12px;
    height: 12px;
}

.ui-rotatable-handle:before {
    content: "";
    height: 32px;
    width: 2px;
    background: #3e77b6;
    position: absolute;
    top: 12px;
    left: 32px;
}

.ui-resizable-e:after,
.ui-resizable-n:after,
.ui-resizable-ne:after,
.ui-resizable-nw:after,
.ui-resizable-s:after,
.ui-resizable-se:after,
.ui-resizable-sw:after,
.ui-resizable-w:after {
    content: "";
    display: none;
    width: 12px;
    height: 12px;
    position: absolute;
    background: #3e77b6;
    border-radius: 100%;
}

.active .ui-resizable .ui-resizable-e:after,
.active .ui-resizable .ui-resizable-n:after,
.active .ui-resizable .ui-resizable-ne:after,
.active .ui-resizable .ui-resizable-nw:after,
.active .ui-resizable .ui-resizable-s:after,
.active .ui-resizable .ui-resizable-se:after,
.active .ui-resizable .ui-resizable-sw:after,
.active .ui-resizable .ui-resizable-w:after,
.active .ui-resizable .ui-rotatable-handle,
.ui-resizable:hover .ui-resizable-e:after,
.ui-resizable:hover .ui-resizable-n:after,
.ui-resizable:hover .ui-resizable-ne:after,
.ui-resizable:hover .ui-resizable-nw:after,
.ui-resizable:hover .ui-resizable-s:after,
.ui-resizable:hover .ui-resizable-se:after,
.ui-resizable:hover .ui-resizable-sw:after,
.ui-resizable:hover .ui-resizable-w:after,
.ui-resizable:hover .ui-rotatable-handle {
    display: block;
}

.ui-resizable-n:after,
.ui-resizable-s:after {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.ui-resizable-e:after,
.ui-resizable-w:after {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.ui-resizable-se {
    right: -7px;
    bottom: -7px;
}

.ui-resizable-e {
    right: -2px;
    bottom: -2px;
}

.ui-resizable-ne {
    right: -4px;
    top: -7px;
}

.ui-resizable-n {
    top: -7px;
}

.ui-resizable-s {
    bottom: -2px;
}

.ui-resizable-sw {
    left: -6px;
    bottom: -3px;
}

.ui-resizable-nw {
    left: -7px;
    top: -7px;
}

.ui-resizable-w {
    left: -6px;
}

.fixed .editor__content__item__content .ui-rotatable-handle {
    display: none;
}

.sp-replacer {
    padding: 0;
    border-radius: 4px;
    margin-top: -4px;
    width: 42px;
    height: 42px;
}

.sp-preview {
    height: 100%;
    width: 100%;
    border: 0;
    margin: 0;
}

.sp-dd {
    display: none;
}

.sp-container button {
    min-width: auto;
}

.sp-container.sp-flat {
    display: block;
    border: 0;
    background: none;
}

.dialog {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
}

.dialog ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #3e77b6;
}

.dialog ::-webkit-scrollbar {
    z-index: 50;
    width: 4px;
    height: 4px;
    background-color: #3e77b6;
}

.dialog ::-webkit-scrollbar-thumb {
    background-color: #ff6a58;
    border: 1px solid #ff6a58;
    border-radius: 8px;
}

.dialog__container {
    width: 90vw;
    height: auto;
    max-width: 700px;
    max-height: 90vh;
    overflow: hidden;
    border-radius: 12px;
    position: relative;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0);
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
}

.dialog__container--appeared {
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.dialog__element {
    position: relative;
    border-radius: 12px;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
    background: #fff;
    width: 90vw;
    height: auto;
    max-width: 100%;
    max-height: 90vh;
    min-height: 150px;
    overflow: auto;
}

.dialog__backdrop {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    -webkit-transition: opacity 0.25s;
    -o-transition: opacity 0.25s;
    transition: opacity 0.25s;
}

.dialog__backdrop--appeared {
    opacity: 1;
}

.dialog__header {
    text-align: center;
    background: #f2f3f8;
    padding: 24px 64px;
}

@media (max-width: 1447.98px) {
    .dialog__header {
        padding: 24px 64px;
    }
}

@media (max-width: 1365.98px) {
    .dialog__header {
        padding: 24px 64px;
    }
}

@media (max-width: 991.98px) {
    .dialog__header {
        padding: 16px 32px;
    }
}

@media (max-width: 767.98px) {
    .dialog__header {
        padding: 12px 24px;
    }
}

.dialog__header .dialog__subtitle {
    font-size: 18px;
}

.dialog__header--dark {
    background: #47474f;
    color: #fff;
}

.dialog__header--dark .dialog__close {
    background: url(/img/icons/close_w.svg) no-repeat 50%;
}

.dialog__header--dark .dialog__close:hover {
    background-color: #aeaeb2;
}

.dialog__header--dark .dialog__close:active {
    background-color: #3e77b6;
}

.dialog__body {
    padding: 48px;
    text-align: center;
}

@media (max-width: 1365.98px) {
    .dialog__body {
        padding: 32px;
    }
}

@media (max-width: 991.98px) {
    .dialog__body {
        padding: 24px;
    }
}

@media (max-width: 767.98px) {
    .dialog__body {
        padding: 16px 12px;
    }
}

.dialog__body .dialog__title {
    font-size: 32px;
    font-size: 28px;
    line-height: 32px;
}

@media (max-width: 1447.98px) {
    .dialog__body .dialog__title {
        font-size: 28px;
        line-height: 32px;
    }
}

@media (max-width: 1365.98px) {
    .dialog__body .dialog__title {
        font-size: 28px;
        line-height: 32px;
    }
}

@media (max-width: 991.98px) {
    .dialog__body .dialog__title {
        font-size: 24px;
        line-height: 28px;
    }
}

@media (max-width: 767.98px) {
    .dialog__body .dialog__title {
        font-size: 22px;
        line-height: 24px;
    }
}

.dialog__title+* {
    margin-top: 12px;
}

.dialog .dialog__header+.dialog__body {
    padding-top: 32px;
}

.dialog .dialog__body+.dialog__footer {
    margin-top: -14px;
}

.dialog .dialog__body+.dialog__body {
    padding-top: 0;
}

.dialog__action {
    text-align: center;
}

.dialog__action .btn+.btn {
    left: 12px;
}

.dialog__footer {
    border-top: 1px solid #3e77b6;
    padding: 24px 0;
    margin: 0 24px;
    text-align: center;
}

.dialog__action {
    margin-top: 48px;
}

@media (max-width: 540px) {
    .dialog__action .btn+.btn {
        margin-top: 16px;
    }
}

.dialog__close {
    position: absolute;
    cursor: pointer;
    top: 16px;
    right: 16px;
    background: rgba(0, 0, 0, 0) url(/img/icons/close.svg) no-repeat 50%;
    width: 32px;
    height: 32px;
    border-radius: 100%;
    -webkit-transition: background-color 0.2s ease-out;
    -o-transition: background-color 0.2s ease-out;
    transition: background-color 0.2s ease-out;
}

@media (max-width: 540px) {
    .dialog__close {
        top: 12px;
        right: 12px;
        width: 16px;
        height: 16px;
    }
}

.dialog__close:hover {
    background-color: #3e77b6;
}

.dialog__close:active {
    background-color: #aeaeb2;
}

.dialog__back {
    position: absolute;
    cursor: pointer;
    top: 16px;
    left: 16px;
    color: #3e77b6;
}

.dialog__back:hover {
    color: #3e77b6;
}

.dialog__title {
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    font-weight: 600;
    font-size: 28px;
    line-height: 32px;
}

@media (max-width: 1447.98px) {
    .dialog__title {
        font-size: 28px;
        line-height: 32px;
    }
}

@media (max-width: 1365.98px) {
    .dialog__title {
        font-size: 28px;
        line-height: 32px;
    }
}

@media (max-width: 991.98px) {
    .dialog__title {
        font-size: 24px;
        line-height: 28px;
    }
}

@media (max-width: 767.98px) {
    .dialog__title {
        font-size: 22px;
        line-height: 24px;
    }
}

.dialog .dialog__subtitle,
.dialog p {
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: 0.3px;
}

.dialog__icon {
    margin-bottom: 24px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
}

.dialog__icon img,
.dialog__icon svg {
    width: 130px;
    height: 130px;
}

.dialog__icon--sm img,
.dialog__icon--sm svg {
    width: 48px;
    height: 48px;
}

.dialog--sm .dialog__container {
    max-width: 300px;
}

.dialog--lg .dialog__container {
    max-width: 1000px;
}

@media (min-width: 992px) {
    .modal-lg {
        max-width: 1000px;
    }
}

.ilovemodal__header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.ilovemodal__header__subtitle {
    font-size: 14px;
    color: #fff;
}

.ilovemodal__header__description {
    font-size: 16px;
}

.modal-content {
    border: none;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
}

.modal-body {
    padding: 12px 26px 24px;
}

.modal-header {
    padding: 32px 64px 12px 32px;
    border-bottom: none;
}

@media (min-width: 992px) {
    .modal-header {
        padding: 24px 32px 8px 24px;
    }
}

.modal-header .close {
    padding: 0;
    width: 24px;
    height: 24px;
    border-radius: 100%;
    min-width: 24px;
    position: absolute;
    top: 24px;
    right: 24px;
    background: rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #626870;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}

.modal-header .close g,
.modal-header .close path,
.modal-header .close polygon,
.modal-header .close svg {
    fill: #161616;
    margin: 0;
}

.modal-header .close:hover {
    color: #fff;
    -webkit-box-shadow: 0 1px 26px 0 rgba(0, 0, 0, 0.14);
    box-shadow: 0 1px 26px 0 rgba(0, 0, 0, 0.14);
    background: #626870;
}

.modal-header .close:hover g,
.modal-header .close:hover path,
.modal-header .close:hover polygon,
.modal-header .close:hover svg {
    fill: #fff;
}

.modal-header .modal-title {
    font-size: 24px;
    font-weight: 600;
    line-height: 34px;
    margin-bottom: 12px;
    letter-spacing: 0;
    color: #383e45;
    text-align: left;
}

@media (max-width: 62em) {
    .modal-header .modal-title {
        font-size: 22px;
        line-height: 30px;
    }
}

@media (max-width: 840px) {
    .modal-header .modal-title {
        font-size: 20px;
        line-height: 26px;
    }
}

@media (max-width: 460px) {
    .modal-header .modal-title {
        font-size: 18px;
        line-height: 22px;
    }
}

.modal-header .modal-subtitle {
    font-size: 14px;
    color: #fff;
}

.modal .card-block,
.modal .card-footer,
.modal .card-header {
    padding-left: 0;
    padding-right: 0;
}

.modal-footer {
    background: #f6f6f8;
    padding: 24px 24px 32px;
}

.modal-footer .btn+.btn,
.modal-footer a+.btn {
    margin-left: 12px;
}

.modal-footer a:not(.btn) {
    color: #161616;
}

.modal-footer a:not(.btn):hover {
    color: #3e77b6;
}

.modal-side {
    background-size: 105%;
}

.modal .button,
.modal button {
    width: auto;
}

.modal-side {
    min-width: 323px;
    background: url(/img/bg/side.svg) no-repeat 50%;
    background-size: cover;
    color: #fff;
    padding: 0;
}

.modal-side .card-title {
    font-size: 24px;
    font-weight: 600;
    line-height: 34px;
    margin-bottom: 12px;
    letter-spacing: 0;
    color: #fff;
    text-transform: none;
}

@media (max-width: 62em) {
    .modal-side .card-title {
        font-size: 22px;
        line-height: 30px;
    }
}

@media (max-width: 840px) {
    .modal-side .card-title {
        font-size: 20px;
        line-height: 26px;
    }
}

@media (max-width: 460px) {
    .modal-side .card-title {
        font-size: 18px;
        line-height: 22px;
    }
}

.modal-side .card-title strong {
    color: #ffb400;
}

.modal .card {
    border: none;
}

.modal .card,
.modal .card-footer,
.modal .card-header {
    background: none;
}

.modal-dialog {
    display: -ms-flexbox;
    display: flex;
}

@media (min-width: 992px) {
    .modal-md {
        max-width: 700px;
    }
}

.modal-backdrop {
    z-index: 1045;
}

[data-toggle="modal"] {
    cursor: pointer;
}

.modal.modal--accent .modal-content {
    overflow: hidden;
}

.modal.modal--accent .modal-header {
    background: #4a7aab;
    display: block;
    position: relative;
    z-index: 1;
    padding: 26px 64px 20px;
    border-radius: 4px 4px 0 0;
}

@media (max-width: 46.25em) {
    .modal.modal--accent .modal-header {
        padding: 12px 36px 6px;
    }
}

.modal.modal--accent .modal-header .modal-title {
    color: #fff;
    text-align: center;
}

.modal.modal--accent .modal-header .close {
    background: #3e77b6;
}

.modal.modal--accent .modal-header .close:hover {
    background: #fff;
}

.modal.modal--accent .modal-header .close:hover g,
.modal.modal--accent .modal-header .close:hover path,
.modal.modal--accent .modal-header .close:hover polygon,
.modal.modal--accent .modal-header .close:hover svg {
    fill: #383e45;
}

.modal.modal--accent .modal-body {
    background: #fff;
    text-align: center;
    padding: 24px 26px;
    max-height: 70vh;
    overflow: auto;
}

@media (max-width: 46.25em) {
    .modal.modal--accent .modal-body {
        padding: 12px;
        max-height: 90vh;
    }
}

.modal.modal--accent .modal-footer {
    position: relative;
    background: #f2f3f8;
    padding: 24px 32px 32px;
    border-top: 0;
    z-index: 1;
}

.modal.modal--accent .modal-footer .card-block {
    margin: auto;
    text-align: center;
}

.modal.modal--accent .modal-footer .btn {
    margin-left: 12px;
}

.modal.modal--dark .modal-content {
    overflow: hidden;
}

.modal.modal--dark .modal-header {
    position: relative;
    z-index: 1;
    -webkit-box-shadow: 0 1px 6px 0 rgba(50, 50, 50, 0.3);
    box-shadow: 0 1px 6px 0 rgba(50, 50, 50, 0.3);
}

.modal.modal--dark .modal-header .modal-title {
    color: #161616;
}

.modal.modal--dark .modal-header .btn {
    margin-right: -24px;
}

.modal.modal--dark .modal-header .btn:hover {
    color: #fff;
}

.modal.modal--dark .modal-body {
    background: #f2f3f8;
    padding: 24px 26px;
    max-height: 70vh;
    overflow: auto;
}

.modal.modal--dark .modal-footer {
    position: relative;
    background: #fff;
    padding: 24px 32px 32px;
    border-top: 0;
    -webkit-box-shadow: 0 -1px 6px 0 rgba(50, 50, 50, 0.3);
    box-shadow: 0 -1px 6px 0 rgba(50, 50, 50, 0.3);
    z-index: 1;
}

.modal.modal--dark .modal-footer .btn {
    margin-left: 12px;
}

.modal.modal--dark .modal-footer a:not(.btn) {
    color: #161616;
}

.modal.modal--dark .modal-footer a:not(.btn):hover {
    color: #3e77b6;
}

.limit-modal .modal-header {
    text-align: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.limit-modal .modal-header .modal-title {
    font-size: 32px;
    letter-spacing: 0;
    font-weight: 600;
    color: #3e77b6;
    margin-bottom: 8px;
    line-height: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.limit-modal .modal-header .modal-title strong {
    font-weight: 700;
}

@media (max-width: 62em) {
    .limit-modal .modal-header .modal-title {
        font-size: 30px;
        line-height: 40px;
    }
}

@media (max-width: 840px) {
    .limit-modal .modal-header .modal-title {
        font-size: 28px;
        line-height: 38px;
    }
}

@media (max-width: 460px) {
    .limit-modal .modal-header .modal-title {
        font-size: 26px;
        line-height: 32px;
    }
}

.limit-modal .modal-content {
    border-radius: 8px 0 0 8px;
}

.limit-modal #modalLeft {
    -ms-flex: 0 0 55%;
    flex: 0 0 55%;
    min-height: 70vh;
    max-height: 80vh;
    padding: 12px 52px;
    overflow: auto;
}

.limit-modal #modalLeft .card {
    margin-bottom: 0;
}

.limit-modal #modalLeft .card--login,
.limit-modal #modalLeft .card--payment,
.limit-modal #modalLeft .card--ready,
.limit-modal #modalLeft .card--register {
    height: auto !important;
}

.limit-modal .auth__box {
    width: inherit;
    padding: 0;
    text-align: center;
    min-width: 444px;
    margin: auto;
}

.limit-modal .auth__box form button {
    margin-top: 8px;
}

.limit-modal #modalRight {
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    text-align: center;
    border-radius: 0 8px 8px 0;
}

.limit-modal #modalRight .title {
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    line-height: 34px;
    margin-bottom: 12px;
    letter-spacing: 0;
    color: #fff;
}

@media (max-width: 62em) {
    .limit-modal #modalRight .title {
        font-size: 22px;
        line-height: 30px;
    }
}

@media (max-width: 840px) {
    .limit-modal #modalRight .title {
        font-size: 20px;
        line-height: 26px;
    }
}

@media (max-width: 460px) {
    .limit-modal #modalRight .title {
        font-size: 18px;
        line-height: 22px;
    }
}

.limit-modal #modalRight .title2 {
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    line-height: 34px;
    margin-bottom: 12px;
    letter-spacing: 0;
    color: #fff;
}

@media (max-width: 62em) {
    .limit-modal #modalRight .title2 {
        font-size: 22px;
        line-height: 30px;
    }
}

@media (max-width: 840px) {
    .limit-modal #modalRight .title2 {
        font-size: 20px;
        line-height: 26px;
    }
}

@media (max-width: 460px) {
    .limit-modal #modalRight .title2 {
        font-size: 18px;
        line-height: 22px;
    }
}

.limit-modal #modalRight .auth__box {
    max-width: 354px;
    padding: 38px 24px;
}

.limit-modal .auth__info__more {
    color: #fff;
}

.limit-modal .modal-content:first-child {
    -ms-flex: 0 0 600px;
    flex: 0 0 600px;
}

.limit-modal .card {
    text-align: center;
}

.limit-modal .pricing__price__numbers {
    color: #161616;
}

.limit-modal .auth-clients {
    -ms-flex-pack: center;
    justify-content: center;
}

.limit-modal #modalLeft>* {
    display: none;
}

.limit-modal .card-block {
    padding: 4px;
    border-top: 0;
}

.limit-modal .auth__box .title1 {
    color: #fff;
}

.bd-toc {
    -ms-flex-order: 2;
    order: 2;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    font-size: 0.875rem;
}

@supports (position: sticky) {
    .bd-toc {
        position: sticky;
        top: 4rem;
        max-height: calc(100vh - 4rem);
        overflow-y: auto;
    }
}

.section-nav {
    padding-left: 0;
    border-left: 1px solid #eee;
}

.section-nav ul {
    padding-left: 1rem;
}

.section-nav ul ul {
    display: none;
}

.toc-entry,
.toc-entry a {
    display: block;
}

.toc-entry a {
    padding: 0.125rem 1.5rem;
    color: #99979c;
}

.toc-entry a:hover {
    color: #4d90fe;
    text-decoration: none;
}

.bd-sidebar {
    -ms-flex-order: 0;
    order: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

@media (min-width: 768px) {
    .bd-sidebar {
        border-right: 1px solid rgba(0, 0, 0, 0.1);
    }
    @supports (position: sticky) {
        .bd-sidebar {
            position: sticky;
            top: 4rem;
            z-index: 1000;
            max-height: calc(100vh - 4rem);
        }
    }
}

@media (min-width: 1366px) {
    .bd-sidebar {
        max-width: 320px;
    }
}

.bd-links {
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin-right: -15px;
    margin-left: -15px;
}

@media (min-width: 768px) {
    @supports (position: sticky) {
        .bd-links {
            max-height: calc(100vh - 9rem);
            overflow-y: auto;
        }
    }
}

@media (min-width: 768px) {
    .bd-links {
        display: block !important;
    }
}

.bd-search {
    position: relative;
    padding: 1rem 15px;
    margin-right: -15px;
    margin-left: -15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.bd-search .form-control:focus {
    border-color: #f6f6f8;
    -webkit-box-shadow: 0 0 0 3px rgba(246, 246, 248, 0.25);
    box-shadow: 0 0 0 3px rgba(246, 246, 248, 0.25);
}

.bd-search-docs-toggle {
    line-height: 1;
    color: #fff;
}

.bd-sidenav {
    display: none;
}

.bd-toc-link {
    display: block;
    padding: 0.25rem 1.5rem;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.65);
}

.bd-toc-link:hover {
    color: rgba(0, 0, 0, 0.85);
    text-decoration: none;
}

.bd-toc-item.active {
    margin-bottom: 1rem;
}

.bd-toc-item.active:not(:first-child) {
    margin-top: 1rem;
}

.bd-toc-item.active>.bd-toc-link {
    color: rgba(0, 0, 0, 0.85);
}

.bd-toc-item.active>.bd-toc-link:hover {
    background-color: rgba(0, 0, 0, 0);
}

.bd-toc-item.active>.bd-sidenav {
    display: block;
}

.bd-sidebar .nav>li>a {
    display: block;
    padding: 0.25rem 1.5rem;
    font-size: 90%;
    color: rgba(0, 0, 0, 0.65);
}

.bd-sidebar .nav>li>a:hover {
    color: rgba(0, 0, 0, 0.85);
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0);
}

.bd-sidebar .nav>.active:hover>a,
.bd-sidebar .nav>.active>a {
    font-weight: 500;
    color: rgba(0, 0, 0, 0.85);
    background-color: rgba(0, 0, 0, 0);
}

#turnstile-container {
margin-left: auto;
margin-right: auto;
width: 301px;
}

.card .nav.nav-tabs,
.nav.nav-tabs {
    border-color: #3e77b6;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 0;
}

.card .nav.nav-tabs .nav-link,
.nav.nav-tabs .nav-link {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.3px;
    line-height: 24px;
    border-radius: 0;
    text-transform: uppercase;
    text-decoration: none;
    color: #161616;
    padding: 12px 24px;
    margin-bottom: 0;
    border-top-width: 3px;
    border-color: rgba(0, 0, 0, 0);
}

.card .nav.nav-tabs .nav-link a:hover,
.nav.nav-tabs .nav-link a:hover {
    color: #161616;
}

@media (max-width: 62em) {
    .card .nav.nav-tabs .nav-link,
    .nav.nav-tabs .nav-link {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 0;
    }
}

.card .nav.nav-tabs .nav-link:hover,
.nav.nav-tabs .nav-link:hover {
    background: rgba(0, 0, 0, 0.05);
}

.card .nav.nav-tabs .nav-link.active,
.nav.nav-tabs .nav-link.active {
    background: #fff;
    border-color: #3e77b6 #3e77b6 #fff;
    font-weight: 700;
}

.card .nav.nav-tabs .nav-link svg,
.nav.nav-tabs .nav-link svg {
    margin-bottom: -3px;
    margin-right: 4px;
    display: inline-block;
}

.card .nav.nav-tabs .nav-link.disabled,
.nav.nav-tabs .nav-link.disabled {
    opacity: 0.4;
    cursor: not-allowed;
}

.card .nav.nav-tabs--dark .nav-link.active,
.card .nav.nav-tabs--dark .nav-link.active:hover,
.nav.nav-tabs--dark .nav-link.active,
.nav.nav-tabs--dark .nav-link.active:hover {
    background: #f6f6f8;
    border-bottom-color: #f6f6f8;
}

.card .tab-content>.active,
.tab-content>.active {
    background: #fff;
    padding: 32px 24px;
    border: 1px solid #3e77b6;
    border-top: 0 solid #3e77b6;
}

.card .tab-content .card,
.tab-content .card {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.card .tab-content--dark>.active,
.tab-content--dark>.active {
    background: #f6f6f8;
}

.btn:active,
button:active {
    -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.14);
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.14);
}

.btn i,
button i {
    margin: auto 6px auto 0;
}

.btn svg,
button svg {
    display: inline-block;
    vertical-align: bottom;
    margin-right: 8px;
    margin-top: 4px;
}

.btn> :last-child,
button> :last-child {
    margin-right: 0;
}

.btn svg+div,
button svg+div {
    text-align: left;
    margin-left: 12px;
}

.btn div+svg,
button div+svg {
    margin-left: 12px;
}

.btn:disabled,
button:disabled {
    background: #3e77b6 !important;
}

.btn--dbr,
button--dbr {
    border-radius: 12px;
}

.btn--redw,
button--redw {
    min-width: 200px;
    padding: 10px 24px 14px;
    text-shadow: none;
    border: none;
    text-decoration: none;
    border-radius: 4px;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.14);
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.14);
    font-size: 18px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0;
    cursor: pointer;
    color: #fff;
    background-color: #3e77b6;
}

.btn--redw:hover,
button--redw:hover {
    -webkit-box-shadow: 0 2px 8px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 8px 2px rgba(0, 0, 0, 0.2);
    text-decoration: none;
}

.btn--redw:active,
button--redw:active {
    -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.14);
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.14);
}

.btn--redw i,
button--redw i {
    margin: auto 6px auto 0;
}

.btn--redw svg,
button--redw svg {
    display: inline-block;
    vertical-align: bottom;
    margin-right: 8px;
    margin-top: 4px;
}

.btn--redw> :last-child,
button--redw> :last-child {
    margin-right: 0;
}

.btn--redw svg+div,
button--redw svg+div {
    text-align: left;
    margin-left: 12px;
}

.btn--redw div+svg,
button--redw div+svg {
    margin-left: 12px;
}

.btn--redw:hover,
button--redw:hover {
    color: #3e77b6;
    background-color: #fff;
}

.btn--redw:active,
button--redw:active {
    color: #fff;
    background-color: #ff6a58;
}

.btn--redw:disabled,
button--redw:disabled {
    background: #3e77b6 !important;
}

.btn--white,
button--white {
    min-width: 200px;
    padding: 10px 24px 14px;
    text-shadow: none;
    border: none;
    text-decoration: none;
    border-radius: 4px;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.14);
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.14);
    font-size: 18px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0;
    cursor: pointer;
    background-color: #fff;
    color: #161616;
}

.btn--white:hover,
button--white:hover {
    -webkit-box-shadow: 0 2px 8px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 8px 2px rgba(0, 0, 0, 0.2);
    text-decoration: none;
}

.btn--white:active,
button--white:active {
    -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.14);
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.14);
}

.btn--white i,
button--white i {
    margin: auto 6px auto 0;
}

.btn--white svg,
button--white svg {
    display: inline-block;
    vertical-align: bottom;
    margin-right: 8px;
    margin-top: 4px;
}

.btn--white> :last-child,
button--white> :last-child {
    margin-right: 0;
}

.btn--white svg+div,
button--white svg+div {
    text-align: left;
    margin-left: 12px;
}

.btn--white div+svg,
button--white div+svg {
    margin-left: 12px;
}

.btn--white:hover,
button--white:hover {
    color: #3e77b6;
    background-color: #fff;
}

.btn--white:active,
button--white:active {
    color: #626870;
    background-color: #fff;
}

.btn--white:disabled,
button--white:disabled {
    background: #3e77b6 !important;
}

.btn--red,
button--red {
    min-width: 200px;
    padding: 10px 24px 14px;
    text-shadow: none;
    border: none;
    text-decoration: none;
    border-radius: 4px;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.14);
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.14);
    font-size: 18px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0;
    cursor: pointer;
    color: #fff;
    background-color: #3e77b6;
}

.btn--red:hover,
button--red:hover {
    -webkit-box-shadow: 0 2px 8px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 8px 2px rgba(0, 0, 0, 0.2);
    text-decoration: none;
}

.btn--red:active,
button--red:active {
    -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.14);
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.14);
}

.btn--red i,
button--red i {
    margin: auto 6px auto 0;
}

.btn--red svg,
button--red svg {
    display: inline-block;
    vertical-align: bottom;
    margin-right: 8px;
    margin-top: 4px;
}

.btn--red> :last-child,
button--red> :last-child {
    margin-right: 0;
}

.btn--red svg+div,
button--red svg+div {
    text-align: left;
    margin-left: 12px;
}

.btn--red div+svg,
button--red div+svg {
    margin-left: 12px;
}

.btn--red:hover,
button--red:hover {
    background-color: #161616;
    color: #fff;
}

.btn--red:active,
button--red:active {
    background-color: #880104;
}

.btn--red:disabled,
button--red:disabled {
    background: #3e77b6 !important;
}

.btn--black,
button--black {
    min-width: 200px;
    padding: 10px 24px 14px;
    text-shadow: none;
    border: none;
    text-decoration: none;
    border-radius: 4px;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.14);
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.14);
    font-size: 18px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0;
    cursor: pointer;
    color: #fff;
    background-color: #383e45;
}

.btn--black:hover,
button--black:hover {
    -webkit-box-shadow: 0 2px 8px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 8px 2px rgba(0, 0, 0, 0.2);
    text-decoration: none;
}

.btn--black:active,
button--black:active {
    -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.14);
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.14);
}

.btn--black i,
button--black i {
    margin: auto 6px auto 0;
}

.btn--black svg,
button--black svg {
    display: inline-block;
    vertical-align: bottom;
    margin-right: 8px;
    margin-top: 4px;
}

.btn--black> :last-child,
button--black> :last-child {
    margin-right: 0;
}

.btn--black svg+div,
button--black svg+div {
    text-align: left;
    margin-left: 12px;
}

.btn--black div+svg,
button--black div+svg {
    margin-left: 12px;
}

.btn--black:hover,
button--black:hover {
    background-color: #3e77b6;
}

.btn--black:active,
button--black:active {
    background-color: #880104;
}

.btn--black:disabled,
button--black:disabled {
    background: #3e77b6 !important;
}

.btn--blue,
button--blue {
    min-width: 200px;
    padding: 10px 24px 14px;
    text-shadow: none;
    border: none;
    text-decoration: none;
    border-radius: 4px;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.14);
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.14);
    font-size: 18px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0;
    cursor: pointer;
    color: #fff;
    background-color: #4d90fe;
}

.btn--blue:hover,
button--blue:hover {
    -webkit-box-shadow: 0 2px 8px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 8px 2px rgba(0, 0, 0, 0.2);
    text-decoration: none;
}

.btn--blue:active,
button--blue:active {
    -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.14);
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.14);
}

.btn--blue i,
button--blue i {
    margin: auto 6px auto 0;
}

.btn--blue svg,
button--blue svg {
    display: inline-block;
    vertical-align: bottom;
    margin-right: 8px;
    margin-top: 4px;
}

.btn--blue> :last-child,
button--blue> :last-child {
    margin-right: 0;
}

.btn--blue svg+div,
button--blue svg+div {
    text-align: left;
    margin-left: 12px;
}

.btn--blue div+svg,
button--blue div+svg {
    margin-left: 12px;
}

.btn--blue:hover,
button--blue:hover {
    background-color: #86b3fe;
}

.btn--blue .btn--active,
.btn--blue:active,
button--blue .btn--active,
button--blue:active {
    background-color: #004083;
}

.btn--blue:disabled,
button--blue:disabled {
    background: #3e77b6 !important;
}

.btn--orange,
button--orange {
    min-width: 200px;
    padding: 10px 24px 14px;
    text-shadow: none;
    border: none;
    text-decoration: none;
    border-radius: 4px;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.14);
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.14);
    font-size: 18px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0;
    cursor: pointer;
    color: #161616 !important;
    background-color: #ffb400;
}

.btn--orange:hover,
button--orange:hover {
    -webkit-box-shadow: 0 2px 8px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 8px 2px rgba(0, 0, 0, 0.2);
    text-decoration: none;
}

.btn--orange:active,
button--orange:active {
    -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.14);
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.14);
}

.btn--orange i,
button--orange i {
    margin: auto 6px auto 0;
}

.btn--orange svg,
button--orange svg {
    display: inline-block;
    vertical-align: bottom;
    margin-right: 8px;
    margin-top: 4px;
}

.btn--orange> :last-child,
button--orange> :last-child {
    margin-right: 0;
}

.btn--orange svg+div,
button--orange svg+div {
    text-align: left;
    margin-left: 12px;
}

.btn--orange div+svg,
button--orange div+svg {
    margin-left: 12px;
}

.btn--orange:hover,
button--orange:hover {
    color: #161616;
    background-color: #ffedc2;
}

.btn--orange:active,
button--orange:active {
    color: #fff;
    background-color: #ff7202;
}

.btn--orange:disabled,
button--orange:disabled {
    background: #3e77b6 !important;
}

.btn--full-transparent,
button--full-transparent {
    min-width: 200px;
    padding: 10px 24px 14px;
    text-shadow: none;
    border: none;
    text-decoration: none;
    border-radius: 4px;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.14);
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.14);
    font-size: 18px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0;
    cursor: pointer;
    color: #161616 !important;
    background-color: rgba(0, 0, 0, 0);
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.btn--full-transparent:hover,
button--full-transparent:hover {
    -webkit-box-shadow: 0 2px 8px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 8px 2px rgba(0, 0, 0, 0.2);
    text-decoration: none;
}

.btn--full-transparent:active,
button--full-transparent:active {
    -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.14);
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.14);
}

.btn--full-transparent i,
button--full-transparent i {
    margin: auto 6px auto 0;
}

.btn--full-transparent svg,
button--full-transparent svg {
    display: inline-block;
    vertical-align: bottom;
    margin-right: 8px;
    margin-top: 4px;
}

.btn--full-transparent> :last-child,
button--full-transparent> :last-child {
    margin-right: 0;
}

.btn--full-transparent svg+div,
button--full-transparent svg+div {
    text-align: left;
    margin-left: 12px;
}

.btn--full-transparent div+svg,
button--full-transparent div+svg {
    margin-left: 12px;
}

.btn--full-transparent:active,
.btn--full-transparent:hover,
button--full-transparent:active,
button--full-transparent:hover {
    color: #161616;
    background-color: rgba(0, 0, 0, 0);
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.btn--full-transparent:disabled,
button--full-transparent:disabled {
    background: #3e77b6 !important;
}

.btn--lg,
button--lg {
    text-transform: capitalize;
    font-weight: 500;
    font-size: 24px;
    line-height: 24px;
    padding: 14px 24px 18px;
    border-radius: 8px;
}

.btn--sm,
button--sm {
    text-transform: uppercase;
    font-weight: 600;
    width: auto;
    min-width: inherit;
    display: -ms-inline-flexbox;
    display: inline-flex;
    border-radius: 2px;
    padding: 8px 12px;
    font-size: 12px;
    letter-spacing: 0.25px;
}

.btn--sm svg,
button--sm svg {
    max-height: 18px;
    margin-top: 0;
    margin-right: 0;
}

.btn--xsm,
button--xsm {
    text-transform: none;
    font-weight: 500;
    width: auto;
    height: 32px;
    padding: 2px 12px;
    min-width: 0;
    display: -ms-inline-flexbox;
    display: inline-flex;
    border-radius: 2px;
}

.btn--lgsm,
button--lgsm {
    border-radius: 8px;
    font-size: 14px;
    line-height: 16px;
    min-height: 56px;
    font-weight: 700;
    margin-left: 6px;
    margin-right: 6px;
}

.btn-icon,
.uploader.box .uploader__btn {
    width: 36px;
    min-width: 0;
    padding: 0;
    height: 36px;
    border-radius: 100%;
    background: #3e77b6;
    color: #fff;
    text-decoration: none;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.14);
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.14);
}

.btn-icon--sm {
    width: 20px;
    height: 20px;
}

.btn-icon svg,
.uploader.box .uploader__btn svg {
    margin-top: 0;
    margin-right: 0;
}

.btn-icon:hover,
.uploader.box .uploader__btn:hover {
    -webkit-box-shadow: 0 1px 26px 0 rgba(0, 0, 0, 0.14);
    box-shadow: 0 1px 26px 0 rgba(0, 0, 0, 0.14);
    background: #161616;
}

.btn-icon:hover i,
.uploader.box .uploader__btn:hover i {
    color: #fff;
}

.btn-icon:hover path,
.btn-icon:hover svg,
.uploader.box .uploader__btn:hover path,
.uploader.box .uploader__btn:hover svg {
    fill: #fff;
}

.btn-icon:active,
.uploader.box .uploader__btn:active {
    color: #fff;
    background: #161616;
}

.btn-icon:active i,
.uploader.box .uploader__btn:active i {
    color: #fff;
}

.btn-icon:active path,
.btn-icon:active svg,
.uploader.box .uploader__btn:active path,
.uploader.box .uploader__btn:active svg {
    fill: #fff;
}

.btn-icon a,
.uploader.box .uploader__btn a {
    text-decoration: none;
}

.btn-icon i,
.uploader.box .uploader__btn i {
    color: #fff;
    font-size: 24px;
}

.btn-icon g,
.btn-icon path,
.btn-icon svg,
.uploader.box .uploader__btn g,
.uploader.box .uploader__btn path,
.uploader.box .uploader__btn svg {
    fill: #fff;
}

.btn-icon span,
.uploader.box .uploader__btn span {
    display: none;
}

.btn-icon--white {
    background: #fff;
    color: #161616;
}

.btn-icon--white i {
    color: #161616;
}

.btn-icon--white g,
.btn-icon--white path,
.btn-icon--white svg {
    fill: #161616;
}

.btn-icon--white:hover {
    background: #fff;
}

.btn-icon--white:hover i {
    color: #3e77b6;
}

.btn-icon--white:hover g,
.btn-icon--white:hover path,
.btn-icon--white:hover svg {
    fill: #3e77b6;
}

.btn-icon--white:active {
    background: #fff;
}

.btn-icon--white:active i {
    color: #626870;
}

.btn-icon--white:active path,
.btn-icon--white:active svg {
    fill: #626870;
}

.btn-group .btn {
    -webkit-box-shadow: none;
    box-shadow: none;
    min-width: inherit;
    padding: 12px;
    border: 1px solid #3e77b6;
    border-radius: 3px;
}

.btn-group label.btn.active {
    background: #3e77b6;
}

.link--cancel {
    padding: 5px 15px;
    background-color: #f6f6f8;
    border-radius: 4px;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}

.link--cancel svg {
    margin-right: 8px;
}

.link--invoice {
    padding: 3px 15px 5px;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #eee;
}

.link--invoice:hover {
    background-color: #3e77b6;
}

.link--invoice svg {
    margin-right: 8px;
}

button.no-style {
    -webkit-box-shadow: none;
    box-shadow: none;
}

button.no-style:disabled {
    background: none !important;
}

button.mat-button {
    -webkit-box-shadow: none;
    box-shadow: none;
}

button.mat-button:disabled {
    background: none !important;
}

button.mat-icon-button {
    -webkit-box-shadow: none;
    box-shadow: none;
}

button.mat-icon-button:disabled {
    background: none !important;
}

.btn--clean {
    margin-top: 16px;
    background: #fff;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #383e45;
    color: #383e45;
    font-size: 15px;
    letter-spacing: 0.3px;
    line-height: 24px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn--clean svg {
    margin-right: 8px !important;
}

.btn--clean:hover {
    color: #fff;
    background: #383e45;
}

.btn--clean:hover path,
.btn--clean:hover svg {
    fill: #fff;
}

.modal ::-webkit-scrollbar-track,
.tool ::-webkit-scrollbar-track,
ul ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #f6f6f8;
}

.modal ::-webkit-scrollbar,
.tool ::-webkit-scrollbar,
ul ::-webkit-scrollbar {
    z-index: 50;
    width: 4px;
    height: 4px;
    background-color: #3e77b6;
}

.modal ::-webkit-scrollbar-thumb,
.tool ::-webkit-scrollbar-thumb,
ul ::-webkit-scrollbar-thumb {
    background-color: #ff6a58;
    border: 1px solid #ff6a58;
    border-radius: 8px;
}

.scrollable::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #f6f6f8;
}

.scrollable::-webkit-scrollbar {
    z-index: 50;
    width: 4px;
    height: 4px;
    background-color: #3e77b6;
}

.scrollable::-webkit-scrollbar-thumb {
    background-color: #ff6a58;
    border: 1px solid #ff6a58;
    border-radius: 8px;
}

.slider__element__custom [data-select-text] {
    margin-left: 24px;
}

@media (max-width: 1365.98px) {
    .slider__element__custom [data-select-text] {
        font-size: 14px;
        margin-left: 18px;
    }
}

@media (max-width: 991.98px) {
    .slider__element__custom [data-select-text] {
        font-size: 13px;
        margin-left: 16px;
    }
}

@media (max-width: 767.98px) {
    .slider__element__custom [data-select-text] {
        font-size: 12px;
        margin-left: 12px;
    }
}

.slider__element__slider {
    position: relative;
    padding-top: 24px;
}

.slider__element__slider:before {
    content: attr(data-min);
    left: 0;
}

.slider__element__slider:after,
.slider__element__slider:before {
    position: absolute;
    top: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    color: #161616;
}

.slider__element__slider:after {
    content: attr(data-max);
    right: 0;
}

.slider__element__slider.invalid .payment-period__slider__element__bubble {
    background-color: #7c7c80;
}

.slider__element__slider.invalid .payment-period__slider__element__bubble:before {
    border-bottom-color: #7c7c80;
}

.slider__element__slider.invalid input[type="range"]::-moz-range-thumb,
.slider__element__slider.invalid input[type="range"]::-webkit-slider-thumb {
    background-color: #7c7c80 !important;
}

.slider__element__slider-datalist {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: absolute;
    width: calc(100% - 12px);
    height: 3px;
    background-color: #025057;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.slider__element__slider-datalist__option {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 2px;
    height: 10px;
    background-color: #025057;
    border-radius: 9999px;
}

.slider__element__slider-datalist__option:first-child,
.slider__element__slider-datalist__option:last-child {
    width: 3px;
    height: 17px;
}

.slider__element__bubble {
    position: absolute;
    padding: 8px 26px;
    top: 52px;
    color: #fff;
    border-radius: 4px;
    background-color: #0062c5;
    white-space: nowrap;
}

.slider__element input[type="range"] {
    position: relative;
    width: 100%;
    height: 4px;
    border: rgba(0, 0, 0, 0);
    background-color: rgba(0, 0, 0, 0);
    -webkit-box-shadow: none;
    box-shadow: none;
    background-image: none;
    margin-bottom: 72px;
    top: -14px;
    cursor: pointer;
}

.slider__element input[type="range"]::-moz-range-thumb,
.slider__element input[type="range"]::-webkit-slider-runnable-track,
.slider__element input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    background-color: #0062c5;
    border: 1px solid #0062c5;
    height: 12px;
    width: 12px;
    border-radius: 100%;
}

.slider__element input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    background-color: #0062c5;
    border: 1px solid #0062c5;
    height: 12px;
    width: 12px;
    border-radius: 100%;
}

.slider__element .payment-period__slider__element__bubble {
    position: absolute;
    padding: 8px 26px;
    top: 42px;
    color: #fff;
    border-radius: 4px;
    background-color: #0062c5;
}

.slider__element .payment-period__slider__element__bubble:before {
    content: "";
    position: absolute;
    top: 1px;
    -webkit-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
    width: 0;
    height: 0;
    left: calc(50% + var(--left));
    border-left: 5px solid rgba(0, 0, 0, 0);
    border-right: 5px solid rgba(0, 0, 0, 0);
    border-bottom: 5px solid #0062c5;
}

.card {
    margin-bottom: 16px;
    border: 0;
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 15px 1px rgba(69, 65, 78, 0.08);
    box-shadow: 0 1px 15px 1px rgba(69, 65, 78, 0.08);
    background-color: #fff;
}

.card .card {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.card--o {
    background: hsla(0, 0%, 100%, 0.8);
}

.card-header {
    background: #fff;
    border: 0;
    padding: 12px 24px;
}

.card-block {
    padding: 24px;
    border-top: 1px dashed #ebedf2;
}

.card-block:first-child {
    border-top: 0;
}

.card-block--details {
    line-height: 20px;
    padding: 20px 40px;
}

.card-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0;
    color: #626870;
    margin-top: 0;
    margin-bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 62em) {
    .card-title {
        font-size: 18px;
        line-height: 26px;
    }
}

@media (max-width: 840px) {
    .card-title {
        font-size: 16px;
        line-height: 24px;
    }
}

@media (max-width: 460px) {
    .card-title {
        font-size: 18px;
        line-height: 22px;
    }
}

.card-title>svg {
    margin-right: 12px;
}

.card-title+.card-subtitle {
    margin-top: 4px;
}

.card-subtitle {
    margin-bottom: 4px;
    line-height: 16px;
    display: block;
    font-size: 12px;
    color: #383e45;
}

.card-text {
    margin-bottom: 12px;
}

.card-footer {
    font-size: 12px;
    border: 0;
    background: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    padding: 24px;
}

.card-footer> :last-child {
    margin-left: auto;
}

.card__extra {
    position: absolute;
    bottom: -10px;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    left: 0;
    width: 100%;
    font-size: 12px;
    color: #626870;
    letter-spacing: 0.5px;
    text-align: center;
    line-height: 16px;
}

.card .pricing__price__code,
.card .pricing__price__numbers {
    color: #161616;
}

.modal .card {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.card .nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    list-style: none;
    margin-left: -24px;
    margin-right: -24px;
    padding: 0;
}

.card .nav__item {
    display: block;
    width: 100%;
    color: #6f727d;
    min-height: 44px;
}

.card .nav__item i,
.card .nav__item svg {
    margin-right: 12px;
    width: 24px;
}

.card .nav__item>* {
    padding-left: 24px;
    padding-right: 24px;
}

.card .nav__item .ico {
    display: inline-block;
    margin-right: 12px;
    margin-left: 4px;
    width: 20px;
    vertical-align: bottom;
}

.card .nav__link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 12px 24px;
    color: #6f727d;
}

.card .nav__link:hover {
    background: #f7f8fa;
    color: #3e77b6;
}

.card .auth-list {
    margin-top: 24px;
}

.card .auth-icon {
    margin: 0 12px 0 0;
    background-position: 50%;
    width: 24px;
    height: 24px;
    background-size: contain;
    border-radius: 0;
}

.card .auth-clients li {
    margin: 0;
}

.card--full {
    height: calc(100% - 16px);
}

#limitModal .card .card-title,
.auth__box .card .card-title,
.auth__form .card-title,
.auth__form .card .card-title,
.chip,
.modal-body .card-title {
    -ms-flex-pack: center;
    justify-content: center;
}

.chip {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.4em 0.8em;
    border-radius: 25px;
    font-weight: 600;
    white-space: nowrap;
}

.chip--success {
    background-color: #4acd86;
    color: #fff;
}

.sortable-chosen {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.sortable-chosen .tooltip.before,
.sortable-chosen.tooltip:after,
.sortable-chosen .tooltip:after,
.sortable-chosen.tooltip:before {
    display: none;
}

.colpick {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    width: 346px;
    height: 170px;
    display: none;
    font-family: Arial, Helvetica, sans-serif;
    direction: ltr;
    background: #fff;
    border: 1px solid #aeaeb2;
    border-radius: 5px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.colpick,
.colpick_color {
    position: absolute;
    overflow: hidden;
}

.colpick_color {
    left: 7px;
    top: 7px;
    width: 156px;
    height: 156px;
    outline: 1px solid #aaa;
    cursor: crosshair;
}

.colpick_color_overlay1 {
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr='#ffffff', endColorstr='#00ffffff')";
    background: -webkit-gradient( linear, left top, right top, color-stop(0, #fff), color-stop(100%, hsla(0, 0%, 100%, 0)));
    background: -webkit-linear-gradient(left, #fff, hsla(0, 0%, 100%, 0));
    background: -o-linear-gradient(left, #fff 0, hsla(0, 0%, 100%, 0) 100%);
    background: -webkit-gradient( linear, left top, right top, from(#fff), to(hsla(0, 0%, 100%, 0)));
    background: linear-gradient(90deg, #fff, hsla(0, 0%, 100%, 0));
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr="#ffffff", endColorstr="#00ffffff");
}

.colpick_color_overlay1,
.colpick_color_overlay2 {
    position: absolute;
    left: 0;
    top: 0;
    width: 156px;
    height: 156px;
}

.colpick_color_overlay2 {
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#00000000', endColorstr='#000000')";
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0)), color-stop(100%, #000));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), #000);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0, #000 100%);
    background: -webkit-gradient( linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0), #000);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#000000", GradientType=0);
}

.colpick_selector_outer {
    background: none;
    position: absolute;
    width: 11px;
    height: 11px;
    margin: -6px 0 0 -6px;
    border: 1px solid #000;
    border-radius: 50%;
}

.colpick_selector_inner {
    position: absolute;
    width: 9px;
    height: 9px;
    border: 1px solid #fff;
    border-radius: 50%;
}

.colpick_hue {
    position: absolute;
    top: 6px;
    left: 175px;
    width: 19px;
    height: 156px;
    border: 1px solid #aaa;
    cursor: n-resize;
}

.colpick_hue_arrs {
    position: absolute;
    left: -8px;
    width: 35px;
    height: 7px;
    margin: -7px 0 0;
}

.colpick_hue_larr {
    border-left: 7px solid #858585;
}

.colpick_hue_larr,
.colpick_hue_rarr {
    position: absolute;
    width: 0;
    height: 0;
    border-top: 6px solid rgba(0, 0, 0, 0);
    border-bottom: 6px solid rgba(0, 0, 0, 0);
}

.colpick_hue_rarr {
    right: 0;
    border-right: 7px solid #858585;
}

.colpick_new_color {
    left: 207px;
}

.colpick_current_color,
.colpick_new_color {
    position: absolute;
    top: 6px;
    width: 60px;
    height: 27px;
    background: red;
    border: 1px solid #8f8f8f;
}

.colpick_current_color {
    left: 277px;
}

.colpick_field,
.colpick_hex_field {
    position: absolute;
    height: 20px;
    width: 60px;
    overflow: hidden;
    background: #f3f3f3;
    color: #b8b8b8;
    font-size: 12px;
    border: 1px solid #bdbdbd;
    border-radius: 3px;
}

.colpick_rgb_r {
    top: 40px;
    left: 207px;
}

.colpick_rgb_g {
    top: 67px;
    left: 207px;
}

.colpick_rgb_b {
    top: 94px;
    left: 207px;
}

.colpick_hsb_h {
    top: 40px;
    left: 277px;
}

.colpick_hsb_s {
    top: 67px;
    left: 277px;
}

.colpick_hsb_b {
    top: 94px;
    left: 277px;
}

.colpick_hex_field {
    width: 68px;
    left: 207px;
    top: 121px;
}

.colpick_focus {
    border-color: #999;
}

.colpick_field_letter {
    position: absolute;
    width: 12px;
    height: 20px;
    line-height: 20px;
    padding-left: 4px;
    background: #efefef;
    border-right: 1px solid #bdbdbd;
    font-weight: 700;
    color: #777;
}

.colpick_field input,
.colpick_hex_field input {
    position: absolute;
    right: 11px;
    margin: 0;
    padding: 0;
    height: 20px;
    line-height: 20px;
    background: rgba(0, 0, 0, 0);
    border: none;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    color: #555;
    text-align: right;
    outline: none;
}

.colpick_hex_field input {
    right: 4px;
}

.colpick_field_arrs {
    position: absolute;
    top: 0;
    right: 0;
    width: 9px;
    height: 21px;
    cursor: n-resize;
}

.colpick_field_uarr {
    top: 5px;
    border-bottom: 4px solid #959595;
}

.colpick_field_darr,
.colpick_field_uarr {
    position: absolute;
    width: 0;
    height: 0;
    border-left: 4px solid rgba(0, 0, 0, 0);
    border-right: 4px solid rgba(0, 0, 0, 0);
}

.colpick_field_darr {
    bottom: 5px;
    border-top: 4px solid #959595;
}

.colpick_submit {
    position: absolute;
    left: 207px;
    top: 149px;
    width: 130px;
    height: 22px;
    line-height: 22px;
    background: #efefef;
    text-align: center;
    color: #555;
    font-size: 12px;
    font-weight: 700;
    border: 1px solid #bdbdbd;
    border-radius: 3px;
}

.colpick_submit:hover {
    background: #f3f3f3;
    border-color: #999;
    cursor: pointer;
}

.colpick_full_ns .colpick_current_color,
.colpick_full_ns .colpick_submit {
    display: none;
}

.colpick_full_ns .colpick_new_color {
    width: 130px;
    height: 25px;
}

.colpick_full_ns .colpick_hsb_h,
.colpick_full_ns .colpick_rgb_r {
    top: 42px;
}

.colpick_full_ns .colpick_hsb_s,
.colpick_full_ns .colpick_rgb_g {
    top: 73px;
}

.colpick_full_ns .colpick_hsb_b,
.colpick_full_ns .colpick_rgb_b {
    top: 104px;
}

.colpick_full_ns .colpick_hex_field {
    top: 135px;
}

.colpick_rgbhex .colpick_hsb_b,
.colpick_rgbhex .colpick_hsb_h,
.colpick_rgbhex .colpick_hsb_s {
    display: none;
}

.colpick_rgbhex {
    width: 282px;
}

.colpick_rgbhex .colpick_field,
.colpick_rgbhex .colpick_submit {
    width: 68px;
}

.colpick_rgbhex .colpick_new_color {
    width: 34px;
    border-right: none;
}

.colpick_rgbhex .colpick_current_color {
    width: 34px;
    left: 240px;
    border-left: none;
}

.colpick_rgbhex_ns .colpick_current_color,
.colpick_rgbhex_ns .colpick_submit {
    display: none;
}

.colpick_rgbhex_ns .colpick_new_color {
    width: 68px;
    border: 1px solid #8f8f8f;
}

.colpick_rgbhex_ns .colpick_rgb_r {
    top: 42px;
}

.colpick_rgbhex_ns .colpick_rgb_g {
    top: 73px;
}

.colpick_rgbhex_ns .colpick_rgb_b {
    top: 104px;
}

.colpick_rgbhex_ns .colpick_hex_field {
    top: 135px;
}

.colpick_hex .colpick_hsb_b,
.colpick_hex .colpick_hsb_h,
.colpick_hex .colpick_hsb_s,
.colpick_hex .colpick_rgb_b,
.colpick_hex .colpick_rgb_g,
.colpick_hex .colpick_rgb_r {
    display: none;
}

.colpick_hex {
    width: 206px;
    height: 201px;
}

.colpick_hex .colpick_hex_field {
    width: 72px;
    height: 25px;
    top: 168px;
    left: 80px;
}

.colpick_hex .colpick_hex_field div,
.colpick_hex .colpick_hex_field input {
    height: 25px;
    line-height: 25px;
}

.colpick_hex .colpick_new_color {
    left: 9px;
    top: 168px;
    width: 30px;
    border-right: none;
}

.colpick_hex .colpick_current_color {
    left: 39px;
    top: 168px;
    width: 30px;
    border-left: none;
}

.colpick_hex .colpick_submit {
    left: 164px;
    top: 168px;
    width: 30px;
    height: 25px;
    line-height: 25px;
}

.colpick_hex_ns .colpick_current_color,
.colpick_hex_ns .colpick_submit {
    display: none;
}

.colpick_hex_ns .colpick_hex_field {
    width: 80px;
}

.colpick_hex_ns .colpick_new_color {
    width: 60px;
    border: 1px solid #8f8f8f;
}

.colpick_dark {
    background: #161616;
    border-color: #2a2a2a;
}

.colpick_dark .colpick_color {
    outline-color: #333;
}

.colpick_dark .colpick_hue {
    border-color: #555;
}

.colpick_dark .colpick_field,
.colpick_dark .colpick_hex_field {
    background: #101010;
    border-color: #2d2d2d;
}

.colpick_dark .colpick_field_letter {
    background: #131313;
    border-color: #2d2d2d;
    color: #696969;
}

.colpick_dark .colpick_field input,
.colpick_dark .colpick_hex_field input {
    color: #7a7a7a;
}

.colpick_dark .colpick_field_uarr {
    border-bottom-color: #696969;
}

.colpick_dark .colpick_field_darr {
    border-top-color: #696969;
}

.colpick_dark .colpick_focus {
    border-color: #444;
}

.colpick_dark .colpick_submit {
    background: #131313;
    border-color: #2d2d2d;
    color: #7a7a7a;
}

.colpick_dark .colpick_submit:hover {
    background-color: #101010;
    border-color: #444;
}

.price__resume {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 12px;
}

.price__resume__total {
    font-size: 32px;
    letter-spacing: 0;
    font-weight: 600;
    color: #383e45;
    line-height: 40px;
    max-width: 800px;
    margin: 0 12px 0 0;
}

.price__resume__total strong {
    font-weight: 700;
}

@media (max-width: 62em) {
    .price__resume__total {
        font-size: 30px;
        line-height: 40px;
    }
}

@media (max-width: 840px) {
    .price__resume__total {
        font-size: 28px;
        line-height: 38px;
    }
}

@media (max-width: 460px) {
    .price__resume__total {
        font-size: 26px;
        line-height: 32px;
    }
}

.price__resume__info {
    text-align: left;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 12px;
}

.price__resume__info__period {
    font-size: 22px;
    font-weight: 400;
    color: #383e45;
    letter-spacing: 0;
    margin-bottom: 8px;
    line-height: 32px;
    margin-bottom: 0 !important;
}

.price__resume__info__period a:hover {
    color: #383e45;
}

@media (max-width: 62em) {
    .price__resume__info__period {
        font-size: 18px;
        line-height: 22px;
    }
}

@media (max-width: 840px) {
    .price__resume__info__period {
        font-size: 16px;
        line-height: 20px;
    }
}

@media (max-width: 460px) {
    .price__resume__info__period {
        font-size: 14px;
        line-height: 18px;
    }
}

.price__resume__info__user {
    margin-top: auto;
}

.price__resume__change,
.price__resume__info__user {
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    letter-spacing: 0.5px;
    color: #626870;
}

.price__resume__change {
    cursor: pointer;
}

.price__resume__change:hover {
    color: #ffb400;
}

.payment {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
}

.payment__chip-save {
    margin-left: 8px;
}

.payment__text {
    text-align: center;
}

.payment__text--sm {
    font-size: 12px;
}

.payment__footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 12px;
}

.payment__checklist img {
    margin-top: -7px;
    width: 16px;
    height: 12px;
}

.payment__cancel-trial-before-desc {
    margin-top: 16px;
    text-align: center;
    letter-spacing: 0.5px;
    color: #161616;
    font-size: 12px;
}

.payment__actions {
    margin-top: 24px;
    text-align: center;
}

@media (max-width: 1440px) {
    .payment__actions {
        margin-top: 12px;
    }
}

.payment__card-brand {
    font-weight: 600;
}

.payment__card-error,
.payment__method-error {
    -webkit-transition: color 0.25s;
    -o-transition: color 0.25s;
    transition: color 0.25s;
    text-align: center;
    font-size: 12px;
    color: #3e77b6;
}

.payment__card-error--hidden,
.payment__method-error--hidden {
    color: rgba(0, 0, 0, 0);
}

.payment__card-details__label,
.payment__method-details__label {
    display: block;
    font-weight: 600;
    margin-bottom: 4px;
}

.payment__card-details__text,
.payment__method-details__text {
    display: inline-block;
    margin-right: 8px;
}

.payment__card-details__text__brand,
.payment__method-details__text__brand {
    margin-right: 8px;
}

.payment__card-details__change-btn,
.payment__method-details__change-btn {
    display: inline-block;
    font-weight: 500;
    color: #3e77b6;
    cursor: pointer;
    text-decoration: underline;
}

.payment__card-details__keep-card-btn,
.payment__method-details__keep-card-btn {
    margin-top: 6px;
    margin-bottom: 3px;
    text-align: center;
    display: block;
    font-weight: 500;
    color: #3e77b6;
    cursor: pointer;
    text-decoration: underline;
}

.payment__card-details-desc,
.payment__method-details-desc {
    text-align: left;
    font-weight: 500;
}

.payment__hr {
    margin-bottom: 32px;
    width: 100%;
    height: 1px;
    border: 0;
    background: #3e77b6;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.payment__content-wrapper {
    width: 100%;
    display: inline-block;
    margin: 0 auto;
}

.payment__interval-selector {
    padding: 0 20px;
    margin-bottom: 32px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 1440px) {
    .payment__interval-selector {
        margin-bottom: 24px;
    }
}

.form__group .payment__interval-selector__label {
    margin-bottom: 0 !important;
}

.payment__interval-selector__select-box {
    min-width: 180px;
    line-height: normal;
    -webkit-transition: border-color 0.2s;
    -o-transition: border-color 0.2s;
    transition: border-color 0.2s;
    cursor: pointer;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    border: 7px solid #969696;
    border-radius: 8px;
}

.payment__interval-selector__select-box:not(:first-child) {
    margin-left: 36px;
}

body[data-browser-supports~="grid"] .payment__interval-selector__select-box:not(:first-child) {
    margin-left: 0;
}

.payment__interval-selector__select-box__content {
    padding: 4px 32px;
    text-align: center;
    width: 100%;
    height: 100%;
}

.payment__interval-selector__select-box[data-selected="true"] {
    border-color: #ffb400;
    background: #ffedc2;
}

.payment__interval-selector__select-box__container {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
}

body[data-browser-supports~="grid"] .payment__interval-selector__select-box__container {
    width: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 20px;
}

.payment__interval-selector__select-box__interval {
    font-size: 20px;
    font-weight: 600;
}

@media (max-width: 1440px) {
    .payment__interval-selector__select-box__interval {
        font-size: 16px;
    }
}

.payment__interval-selector__select-box__price {
    font-size: 26px;
    font-weight: 800;
}

@media (max-width: 1440px) {
    .payment__interval-selector__select-box__price {
        font-size: 20px;
    }
}

.payment__interval-selector__select-box__footnote {
    font-size: 12px;
    font-weight: 400;
    color: #626870;
}

@media (max-width: 540px) {
    .payment__interval-selector .radio-list {
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media (max-width: 540px) {
    .payment__interval-selector .radio-list .radio--flex-center {
        -ms-flex-pack: start;
        justify-content: start;
        margin: 0 !important;
    }
}

.payment__provider-selector {
    position: relative;
    padding: 0 60px;
    margin-top: 10px;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #3e77b6;
}

@media (max-width: 1365.98px) {
    .payment__provider-selector {
        padding: 0 80px;
    }
}

@media (max-width: 991.98px) {
    .payment__provider-selector {
        padding: 0 62px;
    }
}

@media (max-width: 767.98px) {
    .payment__provider-selector {
        padding: 0 24px;
    }
}

.payment__provider-selector__item {
    position: relative;
    top: 1px;
    padding: 12px 24px;
    cursor: pointer;
    display: -ms-flexbox;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    display: flex;
}

@media (max-width: 1440px) {
    .payment__provider-selector__item {
        padding: 6px 24px;
    }
}

.payment__provider-selector__item:not([data-checked="true"]):hover {
    background: 2px solid rgba(0, 0, 0, 0.05);
}

.payment__provider-selector__item[data-checked="true"] {
    border-color: #3e77b6 #3e77b6 #fff;
    border-style: solid;
    border-width: 3px 1px 1px;
}

.payment__provider-views {
    margin-top: 20px;
}

.payment__provider-views__item {
    display: none;
}

.payment__provider-views__item--appeared {
    display: block;
}

.payment__mountpoint {
    padding: 0 60px;
}

@media (max-width: 1365.98px) {
    .payment__mountpoint {
        padding: 0 80px;
    }
}

@media (max-width: 991.98px) {
    .payment__mountpoint {
        padding: 0 62px;
    }
}

@media (max-width: 767.98px) {
    .payment__mountpoint {
        padding: 0 24px;
    }
}

.payment__stripe-view__card-binding {
    margin-top: 8px;
}

@media (max-width: 1440px) {
    [data-state="CannotTrialState"] {
        margin-bottom: -12px;
    }
}

@media (max-width: 1365.98px) {
    [data-state="CannotTrialState"] {
        margin-bottom: 6px;
    }
}

.payment-period {
    margin-top: 43px;
    margin-bottom: 73px;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
}

.payment-period__payments {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 12px;
    padding: 4px;
    background-color: #3e77b6;
    border-radius: 8px;
}

.payment-period__payments__item {
    position: relative;
    min-width: 150px;
    height: 36px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: end;
    align-items: flex-end;
    padding: 2px 14px 8px;
    border-radius: 8px;
    color: #7c7c80;
    cursor: pointer;
}

.payment-period__payments__item--active {
    color: #2bb4c0;
    font-weight: 600;
    background-color: #fff;
    -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
}

.payment-period__payments__item__badge {
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.5px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 40px;
    height: 40px;
    color: #fff;
    font-weight: 600;
    position: absolute;
    right: 12px;
    top: 0;
    border-radius: 9999px;
    background-color: #4acd86;
    -webkit-transform: translate(75%, -24px);
    transform: translate(75%, -24px);
}

.payment-period__payments__item__badge--white-border {
    border: 3px solid #fff;
}

.toolpage .container {
    max-width: inherit;
    padding: 0;
}

.tool {
    height: calc(100vh - 60px);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    overflow: auto;
    overflow-x: hidden;
}

.tool__header {
    padding: 5px 0 5px;
    margin: 0 !important;
    margin-top: 1rem !important;
   width:80%;
    margin-left: auto !important;
    margin-right: auto !important;
}

@media only screen and (max-width: 600px) {
    .tool__header {
        padding: 6px 24px;
        width: 100%;
    }
}

.tool__header__title {
    font-size: 42px;
    letter-spacing: 0;
    font-weight: 600;
    color: #383e45;
    margin-bottom: 8px;
    line-height: 46px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.tool__header__title strong {
    font-weight: 700;
}

@media (max-width: 62em) {
    .tool__header__title {
        font-size: 38px;
        line-height: 44px;
    }
}

@media (max-width: 840px) {
    .tool__header__title {
        font-size: 34px;
        line-height: 42px;
    }
}

@media (max-width: 460px) {
    .tool__header__title {
        font-size: 32px;
        line-height: 38px;
    }
}

.tool__header__subtitle {
    max-width: 850px;
    font-size: 22px;
    font-weight: 400;
    color: #383e45;
    letter-spacing: 0;
    margin: 0 auto 8px;
    line-height: 32px;
}

.tool__header__subtitle a:hover {
    color: #383e45;
}

@media (max-width: 62em) {
    .tool__header__subtitle {
        font-size: 18px;
        line-height: 22px;
    }
}

@media (max-width: 840px) {
    .tool__header__subtitle {
        font-size: 16px;
        line-height: 20px;
    }
}

@media (max-width: 460px) {
    .tool__header__subtitle {
        font-size: 14px;
        line-height: 18px;
    }
}

.tool__workarea {
    text-align: center;
    height: 100%;
    padding: 24px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex: 1 1;
    flex: 1 1;
    background-color: #f3f0ec;
    overflow-y: auto;
    overflow-x: hidden;
    position: relative;
}

.tool__workarea__rendered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 8px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: none;
}

.tool__workarea__info {
    margin: 42px 24px 24px;
    width: 100%;
}

.tool__workarea>.wait {
    position: fixed;
}

.tool__sidebar {
    display: block;
    background: #fff;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-left: 1px solid rgba(0, 0, 0, 0.2);
    padding: 0;
    -ms-flex: 0 0;
    flex: 0 0;
    position: relative;
    overflow-x: hidden;
}

.tool__sidebar__inactive {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1031;
    background: rgba(66, 63, 63, 0.8);
    display: none;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-weight: 700;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 10%;
}

@media (max-width: 1440px) {
    .tool__sidebar__inactive {
        -ms-flex-preferred-size: 380px;
        flex-basis: 380px;
        width: 380px;
    }
}

.tool__sidebar__inactive>* {
    margin: 12px;
}

.sidebar-active .container {
    max-width: inherit;
    padding: 0;
}

.sidebar-active .tool {
    -ms-flex-align: stretch;
    align-items: stretch;
}

.sidebar-active .tool__workarea .breadcrumb,
.sidebar-active .tool__workarea .tool__header,
.sidebar-active .tool__workarea hr {
    display: none;
}

.sidebar-active .tool__sidebar {
    -ms-flex-preferred-size: 440px;
    flex-basis: 440px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 0 120px;
    overflow-x: hidden;
    overflow-y: auto;
    position: relative;
}

@media (max-width: 1440px) {
    .sidebar-active .tool__sidebar {
        -ms-flex-preferred-size: 380px;
        flex-basis: 380px;
    }
}

.sidebar-active .footer {
    display: none;
}

.sidebar-active .sidetools {
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 500px) {
    .sidebar-active .sidetools {
        right: 8px;
        -webkit-transition: all 0.4s ease-in;
        -o-transition: all 0.4s ease-in;
        transition: all 0.4s ease-in;
    }
    .sidebar-active .sidetools .uploader__extra {
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 0;
        top: 0;
    }
    .sidebar-active .sidetools .uploader__extra a {
        margin-top: 0;
    }
}

@media (max-width: 840px) {
    .sidebar-active .sidetools {
        right: 8px;
        -webkit-transition: all 0.4s ease-in;
        -o-transition: all 0.4s ease-in;
        transition: all 0.4s ease-in;
    }
    .sidebar-active .sidetools .uploader__extra {
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 0;
    }
    .sidebar-active .tool__sidebar {
        position: absolute;
        right: 0;
        top: 0;
        z-index: 99;
        width: 300px;
        -ms-flex-preferred-size: unset;
        flex-basis: unset;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        -webkit-transition: all 0.4s ease-in;
        -o-transition: all 0.4s ease-in;
        transition: all 0.4s ease-in;
    }
    .sidebar-active .tool__sidebar__inactive {
        width: 300px;
    }
    .sidebar-active .tool--toggle .sidetools {
        right: 312px;
    }
    .sidebar-active .tool--toggle .tool__sidebar {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

#settingsRefresh span {
    margin-left: 8px;
}

#settingsToogle {
    display: none;
}

@media (max-width: 768px) {
    #settingsToogle {
    display: -ms-inline-flexbox;
    display: inline-flex;
		
    }
}

#goPremium,
#processTask,
#processTaskWrapper,
#settingsRefresh {
    position: fixed;
    bottom: 24px;
    right: 24px;
    width: 392px;
    margin: 0;
    z-index: 1030;
    display: none;
    -webkit-box-shadow: 0 2px 8px 0 rgba(50, 50, 50, 0.3);
    box-shadow: 0 2px 8px 0 rgba(50, 50, 50, 0.3);
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

@media (max-width: 1440px) {
    #goPremium,
    #processTask,
    #processTaskWrapper,
    #settingsRefresh {
        width: 330px;
    }
}

@media (max-width: 840px) {
    #goPremium,
    #processTask,
    #processTaskWrapper,
    #settingsRefresh {
        width: 270px;
        right: 10px;
    }
}

@media (max-width: 768px) {
    #goPremium,
    #processTask,
    #processTaskWrapper,
    #settingsRefresh {
        width: 200px;
    }
}

#goPremium,
#processTask,
#processTaskWrapper {
    min-height: 56px;
    font-size: 28px;
    line-height: 28px;
    font-weight: 600;
}

@media (max-width: 1440px) {
    #goPremium,
    #processTask,
    #processTaskWrapper {
        font-size: 24px;
        min-height: 64px;
    }
}

@media (max-width: 768px) {
    #goPremium,
    #processTask,
    #processTaskWrapper {
        font-size: 18px;
        min-height: 48px;
        padding: 4px 8px;
    }
}

#goPremium span,
#processTask span,
#processTaskWrapper span {
    height: 24px;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 4px;
    position: relative;
    vertical-align: bottom;
    margin-left: 8px;
}

#goPremium span svg,
#processTask span svg,
#processTaskWrapper span svg {
    margin-top: 4px;
}

#processTask,
#settingsRefresh {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}

#processTask span,
#settingsRefresh span {
    display: -ms-flexbox;
    display: flex;
    min-height: inherit;
}

#settingsRefresh {
    display: none;
    bottom: 120px;
    min-height: inherit;
}

#processTaskWrapper {
    z-index: 1031;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: rgba(0, 0, 0, 0);
}

.tool-resizeimage .file,
.tool-resizeimage .page__element,
.tool-resizeimage .range__element {
    height: 284px;
}

@media (max-width: 1440px) {
    .tool-resizeimage .file,
    .tool-resizeimage .page__element,
    .tool-resizeimage .range__element {
        height: 220px;
    }
}

.tool-resizeimage .file__info {
    height: 46px;
}

@media (max-width: 1440px) {
    .tool-resizeimage .file__info {
        font-size: 12px;
    }
}

.tool-resizeimage .file__info__size {
    display: block;
    font-size: 12px;
}

.tool-resizeimage .file__info__size .tooltip--bottom:before {
    max-width: 300px;
    min-width: 200px;
    white-space: normal;
}

.tool-resizeimage .file__info__size__from {
    margin-right: -2px;
}

.tool-watermarkimage .file-btn.rotate {
    display: none;
}

.tool-imagepdf .file__canvas {
    background: #fff;
    -webkit-box-shadow: 0 3px 6px 0 rgba(50, 50, 50, 0.3);
    box-shadow: 0 3px 6px 0 rgba(50, 50, 50, 0.3);
}

.tool-imagepdf .file__canvas.fit {
    background-color: rgba(0, 0, 0, 0);
    -webkit-box-shadow: none;
    box-shadow: none;
}

.tool-imagepdf .file__canvas.fit canvas {
    background-color: rgba(0, 0, 0, 0);
}

.tool-imagepdf .file__canvas.margin canvas {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}

.tool-imagepdf .file__canvas.margin-large canvas {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
}

.tool-error {
    max-width: 444px;
    margin: auto;
    text-align: left;
}

@media (max-width: 740px) {
    .tool-error {
        padding: 24px;
    }
}

.tool-error .title2 {
    margin-bottom: 32px;
    color: #3e77b6;
}

.tool-error__content {
    margin-bottom: 42px;
}

.tool-error__action {
    text-align: right;
}

@media (max-width: 1440px) {
    .sidebar-active .tool--small #processTask,
    .sidebar-active .tool--small #processTaskWrapper {
        width: 252px;
    }
}

@media (max-width: 1440px) {
    .sidebar-active .tool--small .tool__sidebar,
    .sidebar-active .tool--small .tool__sidebar__inactive {
        -ms-flex-preferred-size: 300px;
        flex-basis: 300px;
        width: 300px;
    }
}

.sidebar-active .tool--small .sidetools {
    right: 464px;
    background-size: 440px;
}

@media (max-width: 1440px) {
    .sidebar-active .tool--small .sidetools {
        right: 324px;
    }
}

@media (max-width: 840px) {
    .sidebar-active .tool--small .sidetools {
        right: 12px;
    }
}

@media (max-width: 840px) {
    .sidebar-active .tool--small.tool--toggle .sidetools {
        right: 320px;
    }
}

.tool-watermark .editor__content__item__content {
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
}

#filePages {
    padding-top: 90px;
    position: relative;
}

.tool-pagenumber #fileGroups,
.tool-watermark #fileGroups {
    display: none !important;
}

#watermarkPreview {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%;
}

#dropArea.activeDrag {
    display: block !important;
}

#dropArea {
    font-size: 24px;
    font-weight: 600;
    line-height: 34px;
    margin-bottom: 12px;
    letter-spacing: 0;
    color: #383e45;
    min-height: 100%;
    position: absolute;
    z-index: 9999;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: 0.8;
    text-align: center;
    color: #fff;
    padding: 230px;
}

@media (max-width: 62em) {
    #dropArea {
        font-size: 22px;
        line-height: 30px;
    }
}

@media (max-width: 840px) {
    #dropArea {
        font-size: 20px;
        line-height: 26px;
    }
}

@media (max-width: 460px) {
    #dropArea {
        font-size: 18px;
        line-height: 22px;
    }
}

.tool .errorMsg {
    display: none;
}

.tool-htmlpdf .option__panel {
    padding-bottom: 180px;
}

.sidetools {
    position: fixed;
    right: 464px;
    display: none;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 99;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 1440px) {
    .sidetools {
        right: 404px;
    }
}

.sidetools .btn-icon,
.sidetools .uploader.box .uploader__btn,
.uploader.box .sidetools .uploader__btn {
    margin-bottom: 8px;
}

.sidetools .mixFiles,
.sidetools .order,
.sidetools .orderPages {
    display: -ms-flexbox;
    display: flex;
}

.sidetools .mixFiles svg:first-child,
.sidetools .orderPages svg:first-child,
.sidetools .order svg:first-child {
    display: none;
}

.sidetools .mixFiles.order--desc svg:first-child,
.sidetools .mixFiles svg:nth-child(2),
.sidetools .order.order--desc svg:first-child,
.sidetools .orderPages.order--desc svg:first-child,
.sidetools .orderPages svg:nth-child(2),
.sidetools .order svg:nth-child(2) {
    display: block;
}

.sidetools .mixFiles.order--desc svg:nth-child(2),
.sidetools .order.order--desc svg:nth-child(2),
.sidetools .orderPages.order--desc svg:nth-child(2) {
    display: none;
}

.sidetools .uploader__btn.tooltip:after,
.sidetools .uploader__btn.tooltip:before {
    display: block;
}

.downloader,
.uploader {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 72px;
    text-align: center;
    position: relative;
}

@media (min-width: 500px) {
    .downloader,
    .uploader {
        display: table;
        z-index: 0;
    }
}

.downloader__btn,
.uploader__btn {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 80px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #3e77b6;
    padding: 24px 56px;
    font-weight: 600;
    font-size: 28px;
    line-height: 32px;
    vertical-align: middle;
    color: #fff;
    text-decoration: none;
    margin-bottom: 12px;
    -webkit-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
    border-radius: 8px;
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.14);
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.14);
    -ms-flex-order: 1;
    order: 1;
    max-width: 60vw;
}

@media (max-width: 501px) {
    .downloader__btn,
    .uploader__btn {
        width: 100%;
        max-width: inherit;
    }
}

.downloader__btn svg,
.uploader__btn svg {
    display: none;
}

@media (max-width: 840px) {
    .downloader__btn,
    .uploader__btn {
        font-size: 22px;
        padding: 24px 32px;
    }
}

.downloader__btn.active,
.uploader__btn.active {
    background-color: #3e77b6;
}

.downloader__btn.active:hover,
.uploader__btn.active:hover {
    background-color: #161616;
}

.downloader__btn.tooltip:after,
.downloader__btn.tooltip:before,
.uploader__btn.tooltip:after,
.uploader__btn.tooltip:before {
    display: none;
}

.downloader__extra,
.uploader__extra {
    -ms-flex-order: 2;
    order: 2;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-direction: row;
    flex-direction: row;
    position: relative;
    margin-left: 0;
}

@media (min-width: 500px) {
    .downloader__extra,
    .uploader__extra {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-left: calc(100% + 12px);
        position: absolute;
        top: 0;
    }
}

.downloader__extra:first-child,
.uploader__extra:first-child {
    margin-right: auto;
}

.downloader__extra__btn,
.uploader__extra__btn {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    -webkit-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
    cursor: pointer;
    background: rgba(229, 50, 45, 0.6);
    margin: 6px 6px 8px;
}

@media (min-width: 500px) {
    .downloader__extra__btn,
    .uploader__extra__btn {
        margin: 0 0 8px;
    }
}

.downloader__extra__btn.active,
.uploader__extra__btn.active {
    background: #3e77b6;
}

.downloader__extra__btn.active:hover,
.uploader__extra__btn.active:hover {
    background-color: #161616;
}

.downloader__extra__btn img,
.downloader__extra__btn svg,
.uploader__extra__btn img,
.uploader__extra__btn svg {
    max-width: 18px;
}

.downloader__extra__btn--black,
.uploader__extra__btn--black {
    background: #626870;
    display: none;
}

.downloader__extra__btn--black.active,
.uploader__extra__btn--black.active {
    background: #383e45;
}

.downloader__extra__btn--black.show,
.uploader__extra__btn--black.show {
    display: -ms-flexbox;
    display: flex;
}

.downloader__extra__btn.load:after,
.uploader__extra__btn.load:after {
    content: "";
    width: 36px;
    height: 36px;
    border-radius: 100%;
    position: absolute;
    background: #3e77b6 url(/img/svg_icons/wait.svg) no-repeat 50%;
    background-size: 60%;
    display: block;
}

@media (min-width: 500px) {
    .downloader__extra:first-child,
    .uploader__extra:first-child {
        margin-left: -48px;
        margin-top: 24px;
    }
    .downloader__extra:nth-child(3),
    .uploader__extra:nth-child(3) {
        margin-left: calc(100% + 12px);
    }
    .downloader__extra:nth-child(4),
    .uploader__extra:nth-child(4) {
        margin-left: calc(100% + 56px);
    }
}

.downloader__droptxt,
.uploader__droptxt {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}

#uploadDisk {
    display: none;
}

@media (max-width: 501px) {
    .uploader .uploader__extra {
        margin-left: auto;
    }
    .uploader__droptxt {
        display: none;
    }
}

.uploader.box {
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 4px;
}

.uploader.box .moxie-shim,
.uploader.box .uploader__droptxt {
    display: none;
}

.uploader.box .uploader__btn {
    width: 42px;
    height: 42px;
    padding: 0;
    margin-bottom: 8px;
    min-height: inherit;
}

.uploader.box .uploader__btn svg {
    display: block;
}

.uploader.box .uploader__extra {
    position: relative;
    top: auto;
    -ms-flex-align: center;
    align-items: center;
    margin: -46px 0 0;
    padding-top: 46px;
    z-index: -1;
}

.uploader.box .uploader__extra .uploader__extra__btn {
    background: #3e77b6;
}

.uploader.box #uploadDisk {
    display: -ms-flexbox;
    display: flex;
}

.uploader.box .uploader__extra a {
    margin-top: -46px;
    -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.uploader.box:hover .uploader__extra {
    z-index: 0;
}

.uploader.box {
    display: -ms-flexbox;
    display: flex;
}

.uploader.box:hover .uploader__extra a {
    margin-top: 0;
}

.uploader.box #filecount {
    background-color: #161616;
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    z-index: 2;
    border-radius: 100%;
    min-width: 26px;
    min-height: 20px;
        margin-top: -12px;
    margin-left: -12px;
    font-size: 11px;
    font-weight: 600;
    border: 3px solid #3e77b6;
	z-index: 9999;
}

@media (max-width: 840px) {
    .uploader.box .uploader__btn {
        width: 32px;
        height: 32px;
    }
    .uploader.box .uploader__extra {
        margin-top: -32px;
        padding-top: 32px;
    }
    .uploader.box .uploader__extra a {
        margin-top: -36px;
    }
    .uploader.box .uploader__extra .btn-icon,
    .uploader.box .uploader__extra .uploader__btn {
        height: 28px;
        width: 28px;
    }
    .uploader.box #filecount {
        min-width: 22px;
        min-height: 22px;
        margin-top: -8px;
        margin-left: -8px;
        font-size: 11px;
        line-height: 9px;
        border: 1px solid #3e77b6;
    }
}

.moxie-shim {
    width: 100% !important;
}

.tool-memeimage .uploader {
    margin-bottom: 24px;
}

#loadImages {
    margin-bottom: 72px !important;
}

.tool__wrapper {
    margin: 0;
    border: 0;
}

.toolpage--content .tool__workarea {
    padding: 0;
}

.toolpage--content .tool__wrapper {
    height: auto;
    -ms-flex-item-align: start;
    align-self: flex-start;
    padding: 24px;
    margin: 24px;
    border: 2px dashed #b4b4b4;
}

.toolpage--content .tool__content {
    background: #fdfcfb;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding-top: 96px;
    padding-bottom: 96px;
    text-align: center;
}

.toolpage--content .tool__content__head {
    margin-bottom: 48px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.toolpage--content .tool__content .infounit__list {
    max-width: 1200px;
    padding-right: 24px;
    padding-left: 24px;
    margin-left: auto;
    margin-right: auto;
}

.toolpage--content .tool__content .infounit__img {
    width: 72px;
    height: 72px;
    border-radius: 100%;
    border: 1px solid #e1e1e1;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
}

.toolpage--content.sidebar-active .tool__workarea {
    padding: 24px;
}

.toolpage--content.sidebar-active .tool__wrapper {
    margin: 0;
    border: 0;
}

.toolpage--content.sidebar-active .tool__content {
    display: none;
}

.add {
    margin: auto auto 36px;
    max-width: 970px;
}

.add .in_add_square {
    width: 300px;
    height: 250px;
}

@media (max-width: 767px) {
    .add .in_add_square {
        margin-top: 30px;
    }
}

#adsq {
    margin-top: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.editor {
    display: none;
    padding-top: 90px;
    position: relative;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.editor__toolbar {
    position: absolute;
    top: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    height: 52px;
    width: auto;
    left: 0;
    right: 0;
    z-index: 12;
    padding: 0 24px;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
    background: #f6f6f8;
}

.editor__toolbar.fixed {
    position: fixed;
    top: 68px;
}

.editor__toolbar__block {
    padding: 0 6px;
    cursor: pointer;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
    background: #fff;
    min-width: 24px;
    height: 24px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.editor__toolbar__block--shadow {
    background: #f6f6f8;
}

.editor__toolbar__block:last-child {
    border-right: none;
}

.editor__toolbar__block.current_filename {
    display: none;
}

.editor__toolbar__block.list {
    min-width: 0;
}

.editor__toolbar__block.page_status input {
    width: 52px;
    text-align: center;
    margin-right: 4px;
    margin-bottom: 0;
}

.editor__toolbar__block.page_status span {
    margin-left: 4px;
}

.editor__toolbar__block.add {
    position: relative;
    background-color: #3e77b6;
    color: #fff;
}

.editor__toolbar__block.add .uploader {
    position: absolute;
    top: 30px;
    right: 0;
}

.editor__toolbar__block .next,
.editor__toolbar__block .prev {
    border: 1px solid #626870;
    background: #fff;
    width: 24px;
    height: 24px;
    border-radius: 4px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.editor__toolbar__block .next svg,
.editor__toolbar__block .prev svg {
    margin-left: -0.5px;
}

.editor__toolbar__block .next:hover,
.editor__toolbar__block .prev:hover {
    border: 1px solid #383e45;
}

.editor__toolbar__block .next:hover svg g,
.editor__toolbar__block .next:hover svg path,
.editor__toolbar__block .prev:hover svg g,
.editor__toolbar__block .prev:hover svg path {
    fill: #383e45;
}

.editor__toolbar__block .next:active,
.editor__toolbar__block .prev:active {
    border: 1px solid #383e45;
    background: #383e45;
}

.editor__toolbar__block .next:active svg g,
.editor__toolbar__block .next:active svg path,
.editor__toolbar__block .prev:active svg g,
.editor__toolbar__block .prev:active svg path {
    fill: #fff;
}

.editor__toolbar__options {
    display: -ms-flexbox;
    display: flex;
    border-radius: 8px;
    padding: 8px 0;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
}

.editor__toolbar__option {
    min-width: 24px;
    height: 24px;
    margin: 0 2px;
    padding: 4px 6px;
    border-radius: 4px;
    position: relative;
}

.editor__toolbar__option:hover {
    background: #fff;
}

.editor__toolbar__option.active,
.editor__toolbar__option:active {
    background: #f6f6f8;
    -webkit-box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.2);
}

.editor__toolbar__option-clean {
    height: 32px;
}

.editor__container,
.editor__content {
    max-width: 800px;
    width: 100%;
    margin: auto;
}

.editor__content {
    position: relative;
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3);
    display: inline-block;
}

.editor__content canvas#file {
    width: 100%;
    height: auto;
    display: none;
}

.editor__content img#file {
    max-width: 800px;
    width: 100%;
}

.editor__content img#file.loading {
    width: 100px;
}

.editor__content__item {
    display: none;
    position: absolute;
    z-index: 9;
}

.editor__content__item--top {
    left: 0;
    top: 0;
}

.editor__content__item--bottom {
    left: 0;
    top: inherit;
    bottom: 0;
}

.editor__content__item__content {
    border: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-align: center;
    align-items: center;
}

.editor__content__item__content .text {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    background-color: rgba(0, 0, 0, 0);
    border: 0;
    width: auto !important;
    margin: auto;
    height: auto !important;
    letter-spacing: normal;
    line-height: 1.2;
    min-height: 0;
    text-align: center;
    font-size: 48px;
    text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;
    color: #fff;
    position: relative;
    z-index: 1;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-family: Impact;
    min-width: 50px;
}

.editor__content__item__content .text:hover {
    background: rgba(0, 0, 0, 0) !important;
}

.editor__content__item__content .text:-moz-placeholder,
.editor__content__item__content .text:-ms-input-placeholder,
.editor__content__item__content .text::-moz-placeholder,
.editor__content__item__content .text::-webkit-input-placeholder {
    color: #000;
    text-shadow: 0 0 2px #fff;
}

.editor__content__item__content .text.active {
    cursor: text;
    caret-color: #3e77b6;
}

.editor__content__item__content img {
    max-width: 100%;
}

.editor__content__item.ui-draggable-handle {
    cursor: move;
}

.editor__content__item.ui-draggable-dragging:hover {
    border: 1px solid rgba(0, 0, 0, 0);
}

.editor__image {
    width: 100%;
}

.editor__image img {
    max-width: 100%;
}

.editor__option {
    -ms-flex-pack: center;
    justify-content: center;
}

.editor__option,
.editor__option__selector {
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.editor__option__selector:after {
    content: "";
    background: url(../img/svg_icons/select_sm.svg) no-repeat 50%;
    width: 10px;
    height: 10px;
    margin-left: 6px;
}

.editor .font-selector {
    font-size: 16px;
    cursor: pointer;
    padding: 8px;
    border-bottom: 1px solid #dadada;
}

.editor .font-selector.active,
.editor .font-selector:hover {
    color: #3e77b6;
}

.editor .font-selector:last-child {
    border-bottom: none;
}

.editor .font-selector.disabled {
    color: #7c7c80;
    position: relative;
}

.editor .font-selector.disabled:after {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    display: block;
    background: #000;
    left: 0;
    top: 50%;
}

.editor .font-selected {
    font-size: 16px;
}

.editor__toolbar__option .editor__option__content .col {
    -ms-flex-preferred-size: 180px;
}

@media (max-width: 840px) {
    .editor__toolbar {
        height: 32px;
    }
    .editor__toolbar__options {
        padding: 4px 0;
        border-radius: 4px;
    }
    .editor__toolbar__option {
        padding: 2px;
        min-width: 16px;
    }
    .editor__option__selector:after {
        margin-left: 2px;
        font-size: 8px;
    }
    .editor__toolbar__block {
        min-width: 32px;
        padding: 0 2px;
        border-right: 0;
    }
    .editor__toolbar.fixed {
        margin-right: auto !important;
    }
    .editor__toolbar__block .next,
    .editor__toolbar__block .prev {
        width: 24px;
        height: 24px;
    }
    .editor__option__content {
        top: 48px;
        padding: 4px;
    }
    .sign__element {
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
    }
}

.editor__sidebar__options {
    display: -ms-flexbox;
    display: flex;
    padding: 16px 24px;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: relative;
    z-index: 22;
}

.editor__sidebar__options .editor__option__content {
    -webkit-transform: translateX(-30%);
    transform: translateX(-30%);
}

.editor__sidebar__options .editor__toolbar__block:last-child {
    display: none;
}

.editor__toolbar select {
    margin-bottom: 0;
    margin-left: 12px;
    margin-right: 12px;
    max-width: 250px;
}

.tool__workarea__rendered .editor__toolbar {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: rgba(0, 0, 0, 0);
}

.tool__workarea__rendered .editor__toolbar__options {
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
    background: #f6f6f8;
}

.tool__workarea__rendered .editor__toolbar__block {
    background: rgba(0, 0, 0, 0);
}

body.process-run .toastr {
    display: none !important;
}

body.process-run .header {
    position: relative;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-top: 24px;
    margin-bottom: 90px;
    height: auto;
}

body.process-run .header__main {
    -ms-flex-pack: center;
    justify-content: center;
    background: none;
}

body.process-run .header__main .desktop,
body.process-run .header__main .header__nav,
body.process-run .header__main .top-menu {
    display: none;
}

body.process-run .header .brand {
    -ms-flex: 0 0 200px;
    flex: 0 0 200px;
}

body.process-run .header .brand__logo {
    width: 200px;
}

body.process-run .main {
    margin-top: 0;
}

body.process-run .main .tool {
    height: auto;
}

body.process-run .main .tool .editor__toolbar,
body.process-run .main .tool .tool__workarea .tool__header,
body.process-run .main .tool .tool__workarea .uploader {
    display: none;
}

body.process-run .btn--process,
body.process-run .main .tool .tool__preview,
body.process-run .main .tool .tool__sidebar,
body.process-run .main .tool .tool__workarea__rendered {
    display: none !important;
}

body.process-run .sidetools {
    display: none;
}

@media (min-width: 480px) {
    body.process-run .header {
        margin-top: 24px;
        margin-bottom: 48px;
    }
    body.process-run .brand {
        -ms-flex: 0 1 200px;
        flex: 0 1 200px;
    }
    body.process-run .brand__logo,
    body.process-run .brand__logo img {
        width: 200px;
    }
}

.file,
.page__element,
.range__element {
    margin: 4px;
    width: 198px;
    height: 244px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0);
    background: #f6f6f8;
    -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
}

.file:hover,
.page__element:hover,
.range__element:hover {
    background-color: #fff;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.file:hover .file__act,
.page__element:hover .file__act,
.range__element:hover .file__act {
    display: -ms-flexbox;
    display: flex;
}

.file:hover .file__canvas:after,
.page__element:hover .file__canvas:after,
.range__element:hover .file__canvas:after {
    opacity: 0.6;
}

.file__act {
    top: 3px;
    right: 8px;
    position: absolute;
    display: none;
    z-index: 9;
}

.file-btn {
    padding: 3px;
    width: 24px;
    height: 24px;
    -ms-flex: 0 0 24px;
    flex: 0 0 24px;
    text-align: center;
    background: rgba(0, 0, 0, 0.1);
    background: #3e77b6;
    margin-left: 4px;
    z-index: 1030;
    border-radius: 100%;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.file-btn,
.file-btn:hover {
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.6);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.6);
}

.file-btn:hover {
    background: #3e77b6;
}

.file-btn.rotate svg {
    padding-bottom: 1px;
}

.file-btn.rotate:hover g,
.file-btn.rotate:hover path,
.file-btn.rotate:hover polygon,
.file-btn.rotate:hover svg {
    fill: #fff;
}

.file-btn.remove g,
.file-btn.remove path,
.file-btn.remove polygon,
.file-btn.remove svg {
    fill: #383e45;
}

.file-btn.remove:hover {
    background: #3e77b6;
}

.file-btn.remove:hover g,
.file-btn.remove:hover path,
.file-btn.remove:hover polygon,
.file-btn.remove:hover svg {
    fill: #fff;
}

.file__canvas {
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -ms-flex-align: center;
    align-items: center;
}

.file__canvas:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.35);
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.35);
    opacity: 0.4;
    -webkit-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    z-index: 0;
}

.file__canvas canvas {
    background-color: #fff;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 1;
}

.file__canvas>div,
.file__canvas canvas {
    background-position: 50%;
    background-repeat: no-repeat;
}

.file__canvas>div.password,
.file__canvas canvas.password {
    background-image: url(/img/filetype/password.svg) !important;
}

.file__canvas>div.pdf,
.file__canvas canvas.pdf {
    background-image: url(/img/filetype/pdf.svg);
}

.file__canvas>div.word,
.file__canvas canvas.word {
    background-image: url(/img/filetype/word.svg);
}

.file__canvas>div.doc,
.file__canvas canvas.doc {
    background-image: url(/img/filetype/doc.svg);
}

.file__canvas>div.docx,
.file__canvas canvas.docx {
    background-image: url(/img/filetype/docx.svg);
}

.file__canvas>div.odg,
.file__canvas>div.odp,
.file__canvas>div.odt,
.file__canvas canvas.odg,
.file__canvas canvas.odp,
.file__canvas canvas.odt {
    background-image: url(/img/filetype/odt.svg);
}

.file__canvas>div.image,
.file__canvas canvas.image {
    background-image: url(/img/filetype/image.svg);
}

.file__canvas>div.excel,
.file__canvas canvas.excel {
    background-image: url(/img/filetype/excel.svg);
}

.file__canvas>div.xls,
.file__canvas canvas.xls {
    background-image: url(/img/filetype/xls.svg);
}

.file__canvas>div.xlsx,
.file__canvas canvas.xlsx {
    background-image: url(/img/filetype/xlsx.svg);
}

.file__canvas>div.powerpoint,
.file__canvas canvas.powerpoint {
    background-image: url(/img/filetype/powerpoint.svg);
}

.file__canvas>div.ppt,
.file__canvas canvas.ppt {
    background-image: url(/img/filetype/ppt.svg);
}

.file__canvas>div.pptx,
.file__canvas canvas.pptx {
    background-image: url(/img/filetype/pptx.svg);
}

.file__canvas>div.password,
.file__canvas canvas.password {
    background-image: url(/img/filetype/password.svg);
}

.file__canvas>div.jpeg,
.file__canvas>div.jpg,
.file__canvas canvas.jpeg,
.file__canvas canvas.jpg {
    background-image: url(/img/filetype/jpg.svg);
}

.file__canvas>div.png,
.file__canvas canvas.png {
    background-image: url(/img/filetype/png.svg);
}

.file__canvas>div.gif,
.file__canvas canvas.gif {
    background-image: url(/img/filetype/gif.svg);
}

.file__canvas>div.tif,
.file__canvas>div.tiff,
.file__canvas canvas.tif,
.file__canvas canvas.tiff {
    background-image: url(/img/filetype/tif.svg);
}

.file__canvas>div.raw,
.file__canvas canvas.raw {
    background-image: url(/img/filetype/raw.svg);
}

.file__canvas>div.psd,
.file__canvas canvas.psd {
    background-image: url(/img/filetype/psd.svg);
}

.file__canvas>div.webp,
.file__canvas canvas.webp {
    background-image: url(/img/filetype/webp.svg);
}

.file__canvas>div.cr2,
.file__canvas canvas.cr2 {
    background-image: url(/img/filetype/cr2.svg);
}

.file__canvas>div.rw2,
.file__canvas canvas.rw2 {
    background-image: url(/img/filetype/rw2.svg);
}

.file__canvas>div.nef,
.file__canvas canvas.nef {
    background-image: url(/img/filetype/nef.svg);
}

.file__canvas>div.arw,
.file__canvas canvas.arw {
    background-image: url(/img/filetype/arw.svg);
}

.file__canvas>div.sr2,
.file__canvas canvas.sr2 {
    background-image: url(/img/filetype/sr2.svg);
}

.file__canvas>div.orf,
.file__canvas canvas.orf {
    background-image: url(/img/filetype/orf.svg);
}

.file__canvas>div.pef,
.file__canvas canvas.pef {
    background-image: url(/img/filetype/pef.svg);
}

.file__canvas>div.raf,
.file__canvas canvas.raf {
    background-image: url(/img/filetype/raf.svg);
}

.file__canvas>div.txt,
.file__canvas canvas.txt {
    background-image: url(/img/filetype/txt.svg);
}

.file__canvas>div.rtf,
.file__canvas canvas.rtf {
    background-image: url(/img/filetype/rtf.svg);
}

.file__canvas>div.zip,
.file__canvas canvas.zip {
    background-image: url(/img/filetype/zip.svg);
}

.file__canvas>div.z7z,
.file__canvas canvas.z7z {
    background-image: url(/img/filetype/7z.svg);
}

.file__canvas>div.rar,
.file__canvas canvas.rar {
    background-image: url(/img/filetype/rar.svg);
}

.file__canvas>div.odt,
.file__canvas canvas.odt {
    background-image: url(/img/filetype/odt.svg);
}

.file__canvas>div.ods,
.file__canvas canvas.ods {
    background-image: url(/img/filetype/ods.svg);
}

.file__canvas>div.odp,
.file__canvas canvas.odp {
    background-image: url(/img/filetype/odp.svg);
}

.file__canvas>div.sxw,
.file__canvas canvas.sxw {
    background-image: url(/img/filetype/sxw.svg);
}

.file__canvas>div.sxc,
.file__canvas canvas.sxc {
    background-image: url(/img/filetype/sxc.svg);
}

.file__canvas>div.sxi,
.file__canvas canvas.sxi {
    background-image: url(/img/filetype/sxi.svg);
}

.file__canvas>div.damaged,
.file__canvas>div.error,
.file__canvas canvas.damaged,
.file__canvas canvas.error {
    background-image: url(/img/filetype/damaged.svg);
}

.file__canvas>div {
    height: 100%;
    width: 100%;
}

.file__info {
    position: absolute;
    height: 32px;
    width: 100%;
    bottom: 0;
    left: 0;
}

@media (max-width: 1440px) {
    .file__info {
        height: 28px;
    }
}

.file__info__name {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    font-size: 12px;
    line-height: 16px;
    padding: 6px 8px;
    border: 1px solid rgba(0, 0, 0, 0);
    z-index: 99;
}

@media (max-width: 1440px) {
    .file__info__name {
        padding: 4px;
    }
}

.file__info__size {
    display: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.file__info__size svg {
    margin-right: 3px;
}

.file__info__size__from {
    padding: 2px 4px;
    background: #aeaeb2;
    border-radius: 4px;
    color: #fff;
}

.file__info__size__to {
    padding: 2px 4px;
    background: #ff6a58;
    border-radius: 4px;
    color: #fff;
    margin-left: -2px;
}

.file__info:hover .file__info__name {
    background-color: #fff;
    border: 1px solid #ddd;
    position: absolute;
    left: 50%;
    right: 0;
    cursor: default;
    white-space: pre-wrap;
    overflow: visible;
    -o-text-overflow: clip;
    text-overflow: clip;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.file__info:hover .file__info__size {
    margin-top: 22px;
}

.file__preload {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: hsla(0, 0%, 100%, 0.8) url(/img/svg_icons/preload.svg) 50% no-repeat;
}

.file__name {
    max-width: 180px;
    overflow: hidden;
    display: inline-block;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    vertical-align: text-bottom;
}

.file--fromjpg .file__canvas,
.file--merge .file__canvas {
    cursor: move;
}

.file--imagepdf .file__canvas:after {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.file--img .image {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 50%;
    background-color: rgba(0, 0, 0, 0);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.file--img .file__canvas {
    width: 90%;
    height: 70%;
}

.file--img .file__canvas:after {
    display: none;
}

.file.unselected .image,
.unselected.page__element .image,
.unselected.range__element .image {
    opacity: 0.5;
}

.file.selected,
.selected.page__element,
.selected.range__element {
    background: #fff;
}

.file.selected .file__info:before,
.selected.page__element .file__info:before,
.selected.range__element .file__info:before {
    background: #4acd86 url(/img/svg_icons/check-white.svg) no-repeat 50%;
    position: absolute;
    bottom: 8px;
    left: 4px;
    width: 22px;
    height: 22px;
    border-radius: 100%;
    border: 1px solid #1d9d58;
}

.file.sortable-chosen .file__act,
.file.sortable-chosen:hover .file__act,
.sortable-chosen.page__element .file__act,
.sortable-chosen.page__element:hover .file__act,
.sortable-chosen.range__element .file__act,
.sortable-chosen.range__element:hover .file__act {
    display: none;
}

.file.sortable-chosen .file__act:hover,
.file.sortable-chosen:hover .file__act:hover,
.sortable-chosen.page__element .file__act:hover,
.sortable-chosen.page__element:hover .file__act:hover,
.sortable-chosen.range__element .file__act:hover,
.sortable-chosen.range__element:hover .file__act:hover {
    display: -ms-flexbox;
    display: flex;
}

.file__info__more {
    display: none;
}

.file__info:hover .file__info__name {
    min-width: 150px;
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.14);
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.14);
}

.file__info:hover .file__info__more,
.file__info:hover .file__info__namefull {
    display: inline;
}

.file__info:hover .file__info__more strong,
.file__info:hover .file__info__namefull strong {
    color: #383e45;
}

.sortable-ghost {
    border-color: #3e77b6;
    border-style: dashed;
    -webkit-box-shadow: inset 0 0 6px 0 rgba(0, 0, 0, 0.75);
    box-shadow: inset 0 0 6px 0 rgba(0, 0, 0, 0.75);
}

.sortable-ghost>* {
    display: none;
}

.sortOn .file__act,
.sortOn .tooltip:after,
.sortOn .tooltip:before {
    display: none !important;
}

.sortOn .file:hover,
.sortOn .page__element:hover,
.sortOn .range__element:hover {
    background: #f6f6f8;
}

.fileA,
.fileA:after {
    background: #ffcdd2;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    border: 1px solid #ef9a9a;
}

.fileA.active,
.fileA.active:after,
.fileA:hover,
.fileA:hover:after {
    background: #ef9a9a;
}

.fileB,
.fileB:after {
    background: #b2ebf2;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    border: 1px solid #80deea;
}

.fileB.active,
.fileB.active:after,
.fileB:hover,
.fileB:hover:after {
    background: #80deea;
}

.fileC,
.fileC:after {
    background: #fff9c4;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    border: 1px solid #fff59d;
}

.fileC.active,
.fileC.active:after,
.fileC:hover,
.fileC:hover:after {
    background: #fff59d;
}

.fileD,
.fileD:after {
    background: #c5cae9;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    border: 1px solid #9fa8da;
}

.fileD.active,
.fileD.active:after,
.fileD:hover,
.fileD:hover:after {
    background: #9fa8da;
}

.fileE,
.fileE:after {
    background: #b2dfdb;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    border: 1px solid #80cbc4;
}

.fileE.active,
.fileE.active:after,
.fileE:hover,
.fileE:hover:after {
    background: #80cbc4;
}

.fileF,
.fileF:after {
    background: #ffe0b2;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    border: 1px solid #ffcc80;
}

.fileF.active,
.fileF.active:after,
.fileF:hover,
.fileF:hover:after {
    background: #ffcc80;
}

.fileG,
.fileG:after {
    background: #cfd8dc;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    border: 1px solid #b0bec5;
}

.fileG.active,
.fileG.active:after,
.fileG:hover,
.fileG:hover:after {
    background: #b0bec5;
}

.fileH,
.fileH:after {
    background: #dcedc8;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    border: 1px solid #c5e1a5;
}

.fileH.active,
.fileH.active:after,
.fileH:hover,
.fileH:hover:after {
    background: #c5e1a5;
}

.fileI,
.fileI:after {
    background: #fce4ec;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    border: 1px solid #f8bbd0;
}

.fileI.active,
.fileI.active:after,
.fileI:hover,
.fileI:hover:after {
    background: #f8bbd0;
}

.fileJ,
.fileJ:after {
    background: #bbdefb;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    border: 1px solid #90caf9;
}

.fileJ.active,
.fileJ.active:after,
.fileJ:hover,
.fileJ:hover:after {
    background: #90caf9;
}

.page {
    margin: 12px;
    position: relative;
}

.page__actions {
    top: 8px;
    right: 8px;
    position: absolute;
    display: none;
    z-index: 9;
}

.page__btn {
    padding: 3px;
    width: 24px;
    height: 24px;
    text-align: center;
    background: rgba(0, 0, 0, 0.1);
    background: #3e77b6;
    margin-left: 4px;
    z-index: 1030;
    border-radius: 100%;
    cursor: pointer;
    background: #fff;
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.14);
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.14);
}

.page__btn:hover {
    background: #3e77b6;
    -webkit-box-shadow: 0 1px 26px 0 rgba(0, 0, 0, 0.14);
    box-shadow: 0 1px 26px 0 rgba(0, 0, 0, 0.14);
}

.page__btn.rotate svg {
    padding-bottom: 1px;
}

.page__btn.rotate g,
.page__btn.rotate path,
.page__btn.rotate svg {
    fill: #3e77b6;
}

.page__btn.rotate:hover g,
.page__btn.rotate:hover path,
.page__btn.rotate:hover svg {
    fill: #fff;
}

.page__btn.remove g,
.page__btn.remove path,
.page__btn.remove svg {
    fill: #383e45;
}

.page__btn.remove:hover {
    background: #3e77b6;
}

.page__btn.remove:hover g,
.page__btn.remove:hover path,
.page__btn.remove:hover svg {
    fill: #fff;
}

.page__title {
    cursor: move;
    font-size: 15px;
    font-weight: 500;
    color: #161616;
    letter-spacing: 0.3px;
    margin-bottom: 12px;
    line-height: 24px;
    color: #3e77b6;
}

.page__title a:hover {
    color: #161616;
}

@media (max-width: 62em) {
    .page__title {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 8px;
    }
}

.page__container {
    padding: 2px;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    overflow: hidden;
}

@media (max-width: 1280px) {
    .page__container {
        margin: 4px;
        padding: 8px;
    }
}

.page__canvas {
    position: relative;
}

.page__element:hover {
    cursor: move;
}

.page__to {
    font-size: 48px;
}

.page__remove {
    position: absolute;
    right: 16px;
    top: 12px;
    cursor: pointer;
    width: 24px;
    height: 24px;
    border-radius: 100%;
    background: #e1e1e1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.page__remove:hover svg,
.page__remove g,
.page__remove polygon {
    fill: #3e77b6;
}

.page.active .range__container,
.page:hover .range__container {
    background: hsla(0, 0%, 100%, 0.8);
}

.page:hover .page__actions {
    display: -ms-flexbox;
    display: flex;
}

.page:hover .page__canvas:after {
    opacity: 0.6;
}

.page__add {
    position: absolute;
    right: -34px;
    width: 42px;
    z-index: 99;
    display: none;
    opacity: 0.6;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 42px;
    border-radius: 100%;
    background: #fff url(/img/svg_icons/add-page.svg) no-repeat 50%;
    cursor: pointer;
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.14);
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.14);
}

.page__add:first-child {
    right: auto;
    left: -34px;
}

.page__add:hover {
    opacity: 1;
}

.page:hover .page__add {
    display: block;
}

.files__order__item {
    padding: 12px 48px 12px 12px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.files__order__item.active,
.files__order__item:hover {
    border: 1px solid #383e45;
}

.files__order__item .filename {
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.files__order__item .close {
    display: none;
    position: absolute;
    top: 50%;
    right: 12px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-left: auto;
    width: 24px;
    height: 24px;
    cursor: pointer;
}

.files__order__item:hover .close {
    display: block;
}

.page.sortable-ghost.sortable-chosen .page__container {
    opacity: 0.2;
}

.page.sortable-chosen .page__actions,
.page.sortable-chosen .page__add,
.page.sortable-ghost.sortable-chosen .page__actions,
.page.sortable-ghost.sortable-chosen .page__add {
    display: none;
}

.page.sortable-chosen .page__add:hover {
    display: block;
}

.page.sortable-chosen .page__actions:hover {
    display: -ms-flexbox;
    display: flex;
}

#filePages.dragging .page__actions,
#filePages.dragging .page__add,
#filePages.dragging .tooltip:after,
#filePages.dragging .tooltip:before {
    display: none;
}

.file__bullet {
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background: #3e77b6;
    -webkit-box-shadow: 0 0 8px 2px #fff;
    box-shadow: 0 0 8px 2px #fff;
}

.file__bullet--top {
    top: 4px;
}

.file__bullet--middle {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.file__bullet--bottom {
    bottom: 7px;
}

.file__bullet--left {
    left: 4px;
}

.file__bullet--center {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.file__bullet--right {
    right: 4px;
}

.file__bullet--small.file__bullet--top {
    top: 0;
}

.file__bullet--small.file__bullet--bottom {
    bottom: 3px;
}

.file__bullet--small.file__bullet--left {
    left: 0;
}

.file__bullet--small.file__bullet--right {
    right: 0;
}

.file__bullet--big.file__bullet--top {
    top: 8px;
}

.file__bullet--big.file__bullet--bottom {
    bottom: 11px;
}

.file__bullet--big.file__bullet--left {
    left: 8px;
}

.file__bullet--big.file__bullet--right {
    right: 8px;
}

.file__bullet--center.file__bullet--middle {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.page .page__element {
    margin: 0;
}

.facing-page {
    display: -ms-flexbox;
    display: flex;
}

.facing-page .page:first-child {
    margin-right: 0;
}

.facing-page .page:first-child .page__container {
    padding: 2px 0 2px 2px;
}

.facing-page .page:first-child .page__element {
    -ms-flex-align: end;
    align-items: flex-end;
}

.facing-page .page:first-child .file__bullet--left {
    left: inherit;
    right: 4px;
}

.facing-page .page:first-child .file__bullet--left.file__bullet--small {
    right: 0;
}

.facing-page .page:first-child .file__bullet--left.file__bullet--big {
    right: 8px;
}

.facing-page .page:first-child .file__bullet--right {
    right: inherit;
    left: 4px;
}

.facing-page .page:first-child .file__bullet--right.file__bullet--small {
    left: 0;
}

.facing-page .page:first-child .file__bullet--right.file__bullet--big {
    left: 8px;
}

.facing-page .page:last-child {
    margin-left: 0;
}

.facing-page .page:last-child .page__container {
    padding: 2px 2px 2px 0;
}

.facing-page .page:last-child .page__element {
    -ms-flex-align: start;
    align-items: flex-start;
}

.tool-pagenumber .page__element:hover,
.tool-watermark .page__element:hover {
    cursor: auto;
}

.bg1,
.bg2,
.bg3,
.bg4,
.bg5 {
    position: relative;
    overflow: hidden;
}

.bg1:before,
.bg2:before,
.bg3:before,
.bg4:before,
.bg5:before {
    z-index: -3;
}

.bg1:after,
.bg1:before,
.bg2:after,
.bg2:before,
.bg3:after,
.bg3:before,
.bg4:after,
.bg4:before,
.bg5:after,
.bg5:before {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    margin-left: -100%;
    top: 0;
    right: 0;
    background-image: -webkit-linear-gradient(94deg, #383e45, #383e45);
    background-image: -o-linear-gradient(94deg, #383e45 0, #383e45 100%);
    background-image: linear-gradient(-4deg, #383e45, #383e45);
}

.bg1:after,
.bg2:after,
.bg3:after,
.bg4:after,
.bg5:after {
    z-index: -1;
    -webkit-transform: translateX(-50%) skew(-25deg);
    transform: translateX(-50%) skew(-25deg);
}

.bg2:before {
    background-image: -webkit-linear-gradient(94deg, #383e45, #383e45);
    background-image: -o-linear-gradient(94deg, #383e45 0, #383e45 100%);
    background-image: linear-gradient(-4deg, #383e45, #383e45);
}

.bg2:after,
.bg3:after {
    -webkit-transform: translateX(-35%) skew(-40deg);
    transform: translateX(-35%) skew(-40deg);
    background-image: -webkit-linear-gradient(94deg, #383e45, #383e45);
    background-image: -o-linear-gradient(94deg, #383e45 0, #383e45 100%);
    background-image: linear-gradient(-4deg, #383e45, #383e45);
    width: 150%;
}

.bg4:before {
    background-image: -webkit-linear-gradient(94deg, #f6f6f8, #f0f0f0);
    background-image: -o-linear-gradient(94deg, #f6f6f8 0, #f0f0f0 100%);
    background-image: linear-gradient(-4deg, #f6f6f8, #f0f0f0);
}

.bg4:after {
    -webkit-transform: translateX(-35%) skew(-40deg);
    transform: translateX(-35%) skew(-40deg);
    background-image: -webkit-linear-gradient(94deg, #f0f0f0, #f6f6f8);
    background-image: -o-linear-gradient(94deg, #f0f0f0 0, #f6f6f8 100%);
    background-image: linear-gradient(-4deg, #f0f0f0, #f6f6f8);
    width: 150%;
}

.bg5:before {
    background-image: -webkit-linear-gradient(94deg, #383e45, #383e45);
    background-image: -o-linear-gradient(94deg, #383e45 0, #383e45 100%);
    background-image: linear-gradient(-4deg, #383e45, #383e45);
}

.bg5:after {
    -webkit-transform: translateX(-50%) skew(-75deg);
    transform: translateX(-50%) skew(-75deg);
    background-image: -webkit-linear-gradient(94deg, #2d3137, #626870);
    background-image: -o-linear-gradient(94deg, #2d3137 0, #626870 100%);
    background-image: linear-gradient(-4deg, #2d3137, #626870);
}

.pricing {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.pricing--standard {
    margin-top: -2px;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.pricing__account {
    background: #f2f3f8;
    position: relative;
    margin: 16px;
    border-radius: 8px;
    -ms-flex: 1 0;
    flex: 1 0;
}

.pricing__account .btn {
    margin-top: 0;
}

.pricing__account__tier {
    font-size: 24px;
    letter-spacing: 0;
    line-height: 34px;
    font-weight: 500;
}

.pricing__account__price {
    font-size: 32px;
    letter-spacing: 0;
    line-height: 40px;
    font-weight: 600;
}

.pricing__account__price__resume {
    font-size: 15px;
    letter-spacing: 0.3px;
    line-height: 24px;
    font-weight: 400;
}

.pricing__account__header {
    padding: 32px 32px 12px;
    min-height: 168px;
}

.pricing__account__header p {
    margin-bottom: 0;
}

.pricing__account__header__folding {
    position: absolute;
    top: 0;
    right: 0;
}

.pricing__account__header__folding svg {
    background: #fff;
    width: 55px;
    height: 55px;
}

@media (max-width: 1200px) {
    .pricing__account__header__folding svg {
        width: 42px;
        height: 42px;
    }
}

.pricing__account__body {
    padding: 18px 32px 32px;
}

.pricing__account__body p {
    font-size: 20px;
    letter-spacing: 0;
    line-height: 30px;
    margin-bottom: 24px;
}

.pricing__account__action {
    padding: 10px 32px;
    min-height: 66px;
}

.pricing__account--premium {
    background: #383e45;
    color: #fff;
}

.pricing .pricing__price__numbers+.pricing__price__code {
    margin-left: 5px;
}

.pricing--standard .pricing__price__code,
.pricing--standard .pricing__price__numbers {
    color: #161616;
}

.block__body .pricing__account .btn {
    margin-top: 0;
}

.pricing__table {
    border: 1px solid #f2f3f8;
    border-collapse: collapse;
    margin-top: 72px;
    position: relative;
}

.pricing__table thead th {
    text-align: center;
    text-transform: none;
    top: 60px;
    position: sticky;
    background: #fff;
    -webkit-box-shadow: 0 1px 1px -1px rgba(0, 0, 0, 0.4);
    box-shadow: 0 1px 1px -1px rgba(0, 0, 0, 0.4);
    z-index: 9;
}

.pricing__table tbody th {
    background: #f2f3f8;
}

.pricing__table tbody th.clean {
    background: rgba(0, 0, 0, 0);
}

.pricing__table tbody tr {
    border-left: 0;
}

.pricing__table tbody tr:nth-child(odd) {
    background: rgba(0, 0, 0, 0);
}

.pricing__table tbody tr:hover {
    border-left: 0;
}

.pricing__table th {
    font-size: 20px;
    letter-spacing: 0;
    line-height: 30px;
}

@media (max-width: 46.25em) {
    .pricing__table th {
        font-size: 16px;
        line-height: 18px;
    }
}

.pricing__table td {
    font-size: 15px;
    letter-spacing: 0.3px;
    line-height: 24px;
}

@media (max-width: 46.25em) {
    .pricing__table td {
        font-size: 12px;
        line-height: 16px;
    }
}

.pricing__table td,
.pricing__table th {
    border: 1px solid #f2f3f8;
    padding: 16px 32px;
    vertical-align: middle;
}

@media (max-width: 46.25em) {
    .pricing__table td,
    .pricing__table th {
        padding: 8px 12px;
    }
}

.pricing__table tr> :first-child {
    text-align: left;
}

.pricing__table .feature__no,
.pricing__table .feature__yes {
    display: inline-block;
    width: 16px;
    height: 12px;
}

.pricing__table .feature__yes {
    background: url(/img/items/ok_sm.svg) no-repeat 50%;
}

.pricing__table .feature__no {
    background: url(/img/items/fail_sm_b0.svg) no-repeat 50%;
}

.pricing__table .listcheck__item {
    font-size: 13px;
    margin-bottom: 0;
}

.pricing__table .list__dropdown {
    cursor: pointer;
}

.pricing__table .list__dropdown:after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 6px;
    margin-left: 8px;
    background: url(/img/items/arrow-down.svg) no-repeat 50%;
}

.pricing__table .list__dropdown strong {
    font-weight: 300;
}

.pricing__table .list__dropdown+ul {
    display: none;
    text-align: left;
    margin-top: 16px;
}

.pricing__table ul.list__tabled li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 13px;
}

.pricing__table .tooltip {
    position: relative;
}

.pricing__table .tooltip:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 12px solid rgba(0, 0, 0, 0);
    border-right: 0 solid rgba(0, 0, 0, 0);
    position: absolute;
    border-top: 12px solid #3e77b6;
    top: 0;
    right: 0;
    -webkit-transition: border 0.4s ease-out;
    -o-transition: border 0.4s ease-out;
    transition: border 0.4s ease-out;
}

.pricing__table .tooltip:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    border: 1px solid rgba(0, 0, 0, 0);
    top: 0;
    left: 0;
    -webkit-transition: border 0.5s ease-out;
    -o-transition: border 0.5s ease-out;
    transition: border 0.5s ease-out;
}

.pricing__table .tooltip:hover:before {
    border: 1px solid #383e45;
}

.pricing__table .tooltip:hover:after {
    border-top: 12px solid #383e45;
}

.pricing__table tr.no-border td,
.pricing__table tr.no-border th {
    border-color: rgba(0, 0, 0, 0);
}

@media (max-width: 46.25em) {
    .pricing__table .btn {
        font-size: 14px;
        line-height: 14px;
        min-width: 0;
        padding: 6px 12px 8px;
    }
    .pricing__table .feature__no,
    .pricing__table .feature__yes {
        width: 12px;
        height: 12px;
        background-size: contain;
    }
    .pricing__table .list__dropdown {
        pointer-events: none;
    }
    .pricing__table .list__dropdown:after {
        display: none;
    }
}

#sidebar .editor__toolbar__options {
    position: relative;
    z-index: 22;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
    margin-top: -8px;
}

#sidebar .editor__toolbar__options .editor__option__content {
    -webkit-transform: translateX(-30%);
    transform: translateX(-30%);
    bottom: 42px;
    top: auto;
}

#sidebar .editor__toolbar__options .toolbar-color .editor__option__content {
    -webkit-transform: translateX(-70%);
    transform: translateX(-70%);
}

@media (max-width: 1440px) {
    #sidebar:after {
        width: 375px;
    }
}

@media (max-width: 840px) {
    #sidebar:after {
        display: none;
    }
}

.option {
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.option--hidden {
    display: none;
}

.option--active,
.option--active:hover {
    background: #f6f6f8;
}

.option--disabled {
    cursor: not-allowed !important;
}

.option--active:after {
    color: #fff;
    width: 28px;
    height: 28px;
    background: #4acd86 url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHg9IjBweCIgeT0iMHB4Igp3aWR0aD0iMjQiIGhlaWdodD0iMjQiCnZpZXdCb3g9IjAgMCAyNCAyNCI+CjxwYXRoIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzAwMCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2Utd2lkdGg9IjIiIGQ9Ik0yMSA2TDkgMTggNCAxMyI+PC9wYXRoPgo8L3N2Zz4=") 50% 50% no-repeat;
    border-radius: 100%;
    text-align: center;
    line-height: 18px;
    background-size: 11px;
    border: 1px solid #1d9d58;
    border-radius: 100%;
}

.option--active:after,
.option--next:after,
.active2:after {
    content: "";
    display: block;
    position: absolute;
    right: 24px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.option--next:after {
    width: 8px;
    height: 12px;
    background: url(/img/items/chevron_right_g.svg) no-repeat 50%;
}

.option--next:hover:after {
    color: #3e77b6;
}

.option--btn {
    min-width: 200px;
    padding: 10px 24px 14px;
    text-shadow: none;
    border: none;
    text-decoration: none;
    border-radius: 4px;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.14);
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.14);
    font-size: 18px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0;
    cursor: pointer;
    background-color: #383e45;
    color: #fff;
}

.option--btn:hover {
    -webkit-box-shadow: 0 2px 8px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 8px 2px rgba(0, 0, 0, 0.2);
    text-decoration: none;
}

.option--btn:active {
    -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.14);
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.14);
}

.option--btn i {
    margin: auto 6px auto 0;
}

.option--btn svg {
    display: inline-block;
    vertical-align: bottom;
    margin-right: 8px;
    margin-top: 4px;
}

.option--btn> :last-child {
    margin-right: 0;
}

.option--btn svg+div {
    text-align: left;
    margin-left: 12px;
}

.option--btn div+svg {
    margin-left: 12px;
}

.option--btn:hover {
    background-color: #626870;
}

.option--btn:active {
    background-color: #383e45;
}

.option--btn:disabled {
    background: #3e77b6 !important;
}

.option__select__item {
    border-bottom: 1px solid #aeaeb2;
    padding: 22px 60px 22px 22px;
    cursor: pointer;
    position: relative;
}

.option__select__item:hover {
    background: #f6f6f8;
}

.option__select__item__title {
    font-size: 15px;
    font-weight: 500;
    color: #3e77b6;
    letter-spacing: 0.3px;
    line-height: 24px;
    text-transform: uppercase;
    line-height: 18px;
    display: block;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 4px;
}

.option__select__item__title a:hover {
    color: #3e77b6;
}

.option__panel__content {
    padding: 0px 0px 25px;
}

@media (max-width: 62em) {
    .option__select__item__title {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 8px;
    }
}

.option__select__item__title img {
    margin-right: 8px;
}

.option__select__item--icon {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.option__select__icon {
    margin: 0 24px 0 0;
}

.option__buttons {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.option__buttons .option {
    border: 1px solid #aeaeb2;
    margin: 4px;
    padding: 12px;
    width: 32px;
    height: 32px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 4px;
}

.option__buttons .option--active {
    background: #161616;
    color: #fff;
    border-color: #161616;
}

.option__buttons .option--active:after {
    display: none;
}

.option__label__title,
.option__title {
    font-size: 15px;
    font-weight: 500;
    color: #3e77b6;
    letter-spacing: 0.3px;
    line-height: 24px;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.option__label__title a:hover,
.option__title a:hover {
    color: #3e77b6;
}

@media (max-width: 62em) {
    .option__label__title,
    .option__title {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 8px;
    }
}

@media (max-width: 90em) {
    .option__label__title,
    .option__title {
        margin-bottom: 12px;
    }
}

.option__title2 {
    display: block;
    margin-bottom: 4px;
}

.option__back {
    font-size: 22px;
    font-weight: 400;
    color: #fff;
    letter-spacing: 0;
    line-height: 32px;
    background: #626870;
    padding: 12px 24px;
    margin-bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}

.option__back a:hover {
    color: #fff;
}

@media (max-width: 62em) {
    .option__back {
        font-size: 18px;
        line-height: 22px;
    }
}

@media (max-width: 840px) {
    .option__back {
        font-size: 16px;
        line-height: 20px;
    }
}

@media (max-width: 460px) {
    .option__back {
        font-size: 14px;
        line-height: 18px;
    }
}

.option__back svg {
    width: 12px;
    height: 12px;
    margin-right: 8px;
    -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.option__back:hover svg {
    margin-left: -4px;
    margin-right: 12px;
}

.option__description,
.option__label__description {
    display: inline-block;
}

.option__description__more__toggle:hover {
    color: #3e77b6;
}

.option__description__more__toggle:before {
    content: "[+]";
    float: left;
    margin-right: 4px;
}

.option__description__more--extend__toggle:before {
    content: "[-]";
}

.option__description__more--extend .option__description__content {
    display: block;
    margin-left: 24px;
}

.option__description__more--extend .option__value:after {
    content: "";
}

.option__description__content,
.option__description__more--extend .option__value--title,
.option__value {
    display: inline-block;
}

.option__value {
    color: #161616;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 500;
}

.option__value:after {
    content: ", ";
}

.option__value--title {
    font-size: 15px;
    font-weight: 500;
    color: #161616;
    letter-spacing: 0.3px;
    margin-bottom: 12px;
    line-height: 24px;
    -ms-flex-align: center;
    align-items: center;
    display: none;
}

.option__value--title a:hover {
    color: #161616;
}

@media (max-width: 62em) {
    .option__value--title {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 8px;
    }
}

.option__value--title:last-child:after {
    content: ";";
}

.option__value--color {
    width: 16px;
    height: 16px;
    background-color: #fff;
    text-indent: -99999px;
}

.option__image {
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    margin-left: -4px;
    margin-right: -4px;
    padding: 0;
}

.option__image__item {
    padding: 18px 28px;
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 50%;
    text-align: center;
    color: #7c7c80;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 4px;
    background: #f4f5f9;
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    border: 2px solid rgba(0, 0, 0, 0);
}

.option__image__item.active g,
.option__image__item.active path,
.option__image__item.active svg {
    color: #3e77b6 !important;
    margin: 8px auto;
    height: 32px;
}

@media (max-width: 90em) {
    .option__image__item {
        padding: 8px 18px;
    }
}

.option__image__item__title {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.4px;
    margin-bottom: 0;
    color: #7c7c80;
    text-align: center;
    margin-top: 10px;
    margin-left: 0;
}

.nav-item {
    padding: 16px;
    position: relative;
    border: 0;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center;
    color: #7c7c80;
    border-right: 1px solid #c4c5c7;
    border-bottom: 1px solid #c4c5c7;
    cursor: pointer;
}

.nav-tabs {
    border: 0;
}

.nav-tabs .nav-item {
    border: 0;
    padding: 0;
}

.nav.nav-tabs {
    position: relative;
}

.nav.nav-tabs .nav-link svg {
    margin: 0;
    fill: #7c7c80;
}

.nav.nav-tabs .nav-link {
    border-top-width: 0px;
    border: 1px solid #c4c5c7;
    padding: 12px 24px;
    width: 100%;
}

.nav.nav-tabs .nav-link.active {
    border-color: #c4c5c7 #c4c5c7 #fff;
}

.nav.nav-tabs .nav-link.active:after {
    color: #fff;
    width: 18px;
    height: 18px;
    background: #4acd86 url(../img/svg_icons/check-white.svg) no-repeat 50%;
    border-radius: 100%;
    text-align: center;
    line-height: 18px;
    background-size: 11px;
    border: 1px solid #1d9d58;
}

.nav.nav-tabs .nav-linking1.active:after,
.nav.nav-tabs .nav-linking2.active:after {
    content: "";
    display: block;
    position: absolute;
    left: 8%;
    top: 20%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.nav.nav-tabs .nav-linking1.after:after,
.nav.nav-tabs .nav-linking2.after:after {
    right: auto;
    left: 8px;
    top: 8px;
    -webkit-transform: none;
    transform: none;
    width: 18px;
    height: 18px;
    background-size: 11px;
}

.nav-item .nav-link.active svg {
    fill: black !important;
}

.tab-content>.active {
    border: none;
    padding: 35px 20px;
}

.range-mode-title {
    color: #3e77b6;
    padding: 10px 0px;
    text-transform: uppercase;
}

.rm-option {
    padding-right: 20px !important;
}

.rm-option button#extract-all-page-tab {
    padding: 18px 15px;
}

.range-mode .nav-tabs .nav-item {
    display: flex;
}

.nav.nav-tabs .nav-link.sbr-inner-btn {
    border: none;
    width: 100%;
    background: #f4f5f9;
    border-radius: 4px;
    padding: 18px 28px;
    font-weight: 500;
    border: 2px solid #c4c5c7;
}

.nav.nav-tabs .nav-link.sbr-inner-btn.active {
    color: #3e77b6;
    border: 2px solid #3e77b6;
}

.option__image__item__title a:hover {
    color: #161616;
}

.formarea {
    padding: 4px 0px;
    border-bottom: 1px solid #aeaeb2;
    position: relative;
}

.range__remove {
    position: absolute;
    right: 16px;
    top: 12px;
    cursor: pointer;
    width: 24px;
    height: 24px;
    border-radius: 100%;
    background: #fff;
    display: none;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.form__group__container {
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.form__group__container .title4 {
    font-size: 15px;
    font-weight: 500;
    color: #3e77b6;
    letter-spacing: 0.3px;
    line-height: 24px;
    margin-bottom: 8px;
    width: 100%;
}

.form__group__container .form__group {
    margin-bottom: 12px;
    margin-top: 12px;
}

.formarea.ranges .form__group--boxed {
    margin: 5px 20px 10px 0;
}

.form__group .option.input {
    width: 84px;
}

.form__group--boxed {
    border: 1px solid #aeaeb2;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    width: auto;
    border-radius: 4px;
    padding-left: 8px;
    overflow: hidden;
}

.form__group--boxed label {
    margin-right: 12px;
    margin-bottom: 0;
}

.form__group__container .input,
.form__group__container input,
.form__group__container select {
    height: 42px;
    width: 100%;
    text-align: right;
    flex: 0 0 auto;
    padding: 8px 10px 8px 12px;
    position: relative;
}

.form__group--boxed .input,
.form__group--boxed input,
.form__group--boxed select,
.form__group--inline input {
    margin-bottom: 0;
    border: 0;
    border-radius: 0;
    top: 0;
    box-shadow: inset 1px 1px 3px 0 hsla(210, 2%, 49%, 0.2);
}

.ico-drag {
    flex: 0 0 25px;
    width: 25px;
    height: 25px;
    background: url(../img/svg_icons/drag-up-down.svg) no-repeat 50%;
    cursor: move;
    margin: 12px;
}

input[type="number"]::-webkit-inner-spin-button {
    margin-left: 10px;
    opacity: 1 !important;
    background: none;
}

.split-range-content {
    padding: 16px 24px;
}

.text-center {
    text-align: center;
}

button.addRanges {
    min-width: 200px;
    padding: 18px 14px;
    text-shadow: none;
    border: none;
    text-decoration: none;
    border-radius: 4px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.14);
    font-size: 18px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0;
    cursor: pointer;
    background-color: #383e45;
    color: #fff;
}

button.addRanges:hover {
    background-color: #3e77b6;
}

.btn svg+div,
button svg+div {
    text-align: left;
    margin-left: 12px;
}

.form__group--inline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 12px;
}

.checkbox [type="checkbox"]+label {
    display: -ms-flexbox;
    display: flex;
    text-align: left;
    align-items: flex-start;
    position: relative;
}

.checkbox [type="checkbox"]:checked,
.checkbox [type="checkbox"]:not(:checked) {
    width: 0;
    height: 0;
    position: absolute;
    left: -9999px;
}

.checkbox [type="checkbox"]:checked+label:before,
.checkbox [type="checkbox"]:not(:checked)+label:before {
    -webkit-transition: background-color 0.12s;
    content: "";
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
    border: 1px solid #7c7c80;
    border-radius: 4px;
    background: #fff;
    margin-right: 12px;
    display: block;
}

.checkbox [type="checkbox"]:checked+label:after,
.checkbox [type="checkbox"]:not(:checked)+label:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    -ms-flex: 0 0 24px;
    flex: 0 0 24px;
    font-size: 16px;
    line-height: 16px;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    background-image: url(../img/svg_icons/check-done.svg);
    background-position: 50%;
    background-repeat: no-repeat;
}

.checkbox [type="checkbox"]:not(:checked)+label:after {
    opacity: 0;
    transform: scale(0);
}

.split-range-content .info {
    border: 0;
    border-radius: 4px;
}

.split-range-content2 {
    padding: 0px;
}

.form__group.form__group--boxed label {
    display: flex;
}

.info {
    margin-bottom: 20px;
    border-radius: 2px;
    text-align: left;
    background-position: 12px;
    background-repeat: no-repeat;
    padding: 24px;
    color: #383e45;
    background-color: #d9edf7;
    border-radius: 8px;
}

.info {
    color: #383e45 !important;
}

.form__group--inline input {
    height: 42px;
    width: 20%;
    text-align: right;
    flex: 0 0 auto;
    padding: 8px 10px 8px 12px;
    position: relative;
    border: 1px solid #9e9e9e;
    border-radius: 5px;
}

[type="email"],
[type="number"],
[type="password"],
[type="text"] {
    padding: 2px 12px 6px;
}

.input,
input,
select,
textarea {
    background-color: #fff;
    border: 1px solid #aeaeb2;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 400;
    color: #333;
    line-height: 1.33;
    height: 42px;
    width: 100%;
    box-shadow: inset 1px 1px 3px 0 hsla(210, 2%, 49%, 0.2);
}

.merge_side_content {
    padding: 16px 24px;
}

.hidden {
    display: none;
}

@media (max-width: 62em) {
    .option__image__item__title {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 8px;
    }
}

.option__image__item g,
.option__image__item path,
.option__image__item svg {
    margin: 8px auto;
    height: 32px;
}

.option__image__item__img-state-switcher>img {
    height: 32px;
    margin: 8px auto;
}

.option__image__item:not(.option--active) .option__image__item__img-state-switcher>img:last-child {
    display: none;
}

.option__image__item:hover {
    color: #626870;
    border: 2px solid #161616;
}

.option__image__item:hover .option__image__item__title {
    color: #161616;
}

.option__image__item:hover g,
.option__image__item:hover path,
.option__image__item:hover svg,
.option__tab__select__item.option--active svg {
    fill: #161616;
}

.option__image__item.option--active {
    color: #3e77b6;
    border: 2px solid #3e77b6;
}

.option__image__item.option--active .option__image__item__title {
    color: #3e77b6;
}

.option__image__item.option--active g,
.option__image__item.option--active path,
.option__image__item.option--active svg {
    fill: #3e77b6;
}

.option__image__item.option--active .option__image__item__img-state-switcher>img:first-child,
.option__image__item.option--active:after {
    display: none;
}

.option__image__item .icon--premium {
    position: absolute;
    top: 8px;
    right: 12px;
    text-indent: -99999px;
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
    text-transform: uppercase;
    color: #383e45;
    border-radius: 16px;
    -webkit-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
    min-width: 20px;
    height: 20px;
}

.option__image__item .icon--premium.certs {
    background: #4acd86;
    padding: 0 6px;
    text-indent: inherit;
    width: auto;
}

.option__image__item .icon--premium.certs--1,
.option__image__item .icon--premium.certs--2 {
    background: #ffb400;
}

.option__image__item.option--active .icon--premium,
.option__image__item:hover .icon--premium {
    text-indent: inherit;
    width: auto;
    padding: 1px 18px 0 6px;
    background-position: right 5px center;
}

.option__image__item.option--active .icon--premium.certs,
.option__image__item:hover .icon--premium.certs {
    padding: 0 6px;
}

.option__image--tab .option__image__item {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    color: #aeaeb2;
    border-top: 0;
    border-bottom: 1px solid #aeaeb2;
    padding: 12px;
}

.option__image--tab .option__image__item:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: 0;
}

.option__image--tab .option__image__item:last-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: none;
}

.option__image--tab .option__image__item__title {
    text-transform: uppercase;
    margin-top: 10px;
}

.option__image--tab .option__image__item.option--active {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0);
}

.option__tab__select {
    display: -ms-flexbox;
    display: flex;
}

.option__tab__select img {
    margin-right: 6px;
    margin-bottom: 4px;
}

.option__tab__select__item {
    padding: 16px;
    position: relative;
    border: 0;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center;
    color: #7c7c80;
    border-right: 1px solid #c4c5c7;
    border-bottom: 1px solid #c4c5c7;
    cursor: pointer;
}

.option__tab__select__item:last-child {
    border-right: none;
}

.option__tab__select__item:hover {
    color: #161616;
}

.option__tab__select__item g,
.option__tab__select__item path,
.option__tab__select__item polygon,
.option__tab__select__item rect,
.option__tab__select__item svg {
    fill: #aeaeb2;
    margin: auto;
}

.option__tab__select__item.option--active {
    color: #161616;
    border-bottom: 1px solid rgba(0, 0, 0, 0);
    background: none;
}

.option__tab__select__item.option--active g,
.option__tab__select__item.option--active path,
.option__tab__select__item.option--active polygon,
.option__tab__select__item.option--active rect,
.option__tab__select__item.option--active svg {
    fill: #161616;
}

.option__tab__select__item.option--active:after {
    right: auto;
    left: 8px;
    top: 8px;
    -webkit-transform: none;
    transform: none;
    width: 18px;
    height: 18px;
    background-size: 11px;
}

@media (max-width: 90em) {
    .option__tab__select__item {
        padding: 12px;
    }
}

.option__tab__content {
    padding-top: 12px;
    display: none;
}

.option__tab__content--active {
    display: block;
}

.option.color {
    padding: 0;
    -ms-flex: 0 1 32px;
    flex: 0 1 32px;
}

.option__btn {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    width: 240px;
    margin: 8px auto;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-radius: 8px;
    -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.14);
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.14);
    letter-spacing: 0.3px;
    text-align: center;
    line-height: 18px;
    color: #161616;
    padding: 0;
    overflow: hidden;
    background: #f6f6f8;
    border-radius: 4px;
}

.option__btn__icon {
    padding: 12px;
    width: 55px;
    -ms-flex: 0 0 55px;
    flex: 0 0 55px;
    height: 100%;
    min-height: 45px;
    background: #3e77b6;
}

.option__btn span {
    padding: 12px;
    text-transform: uppercase;
}

.option__btn svg {
    width: 21px;
    height: 21px;
    fill: #fff;
    margin: 0;
}

.option__btn svg g,
.option__btn svg path {
    fill: #fff;
}

.option__btn:hover {
    background: #e1e1e1;
    color: #3e77b6;
}

.option__btn:hover .option__btn__icon {
    background: #3e77b6;
}

.option__btn:active {
    color: #880104;
    background: #e1e1e1;
}

.option__btn:active .option__btn__icon {
    background: #880104;
}

.option__panel {
    display: block;
    position: absolute;
    left: 100%;
    z-index: 0;
    width: 100%;
    -webkit-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    padding-bottom: 120px;
}

.option__panel--active {
    display: block;
    left: 0;
    z-index: 99;
}

.option__panel--inactive {
    display: block;
    left: -100%;
    z-index: 10;
}

.option__panel__title {
    font-size: 24px;
    font-weight: 600;
    line-height: 34px;
    letter-spacing: 0;
    color: #383e45;
    margin-bottom: 0;
    text-transform: uppercase;
    text-align: center;
    padding: 21px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    position: relative;
    background-color: #fff;
}

.addRanges svg {
    margin: 0px;
}

@media (max-width: 62em) {
    .option__panel__title {
        font-size: 22px;
        line-height: 30px;
    }
}

@media (max-width: 840px) {
    .option__panel__title {
        font-size: 20px;
        line-height: 26px;
    }
}

@media (max-width: 460px) {
    .option__panel__title {
        font-size: 18px;
        line-height: 22px;
    }
}

@media (max-width: 90em) {
    .option__panel__title {
        padding: 12px;
    }
}

.select-pages-content {
    padding: 16px 0px;
}

@media (max-width: 90em) {
    .select-pages-content {
        padding: 12px 0px 4px;
    }
}

.option__panel__area {
    padding: 16px 0;
}

.option__panel p {
    margin-bottom: 12px;
}

.option__panel .info {
    margin-bottom: 16px;
    border: 0;
    border-radius: 4px;
}

.gobutton {
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    letter-spacing: 0.5px;
    color: #626870;
    text-align: center;
    margin: 24px;
    display: -ms-flexbox;
    display: flex;
    display: none;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 60px;
    position: relative;
    color: #7c7c80;
}

.gobutton,
.gobutton:after {
    -webkit-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.gobutton:after {
    position: absolute;
    top: 15px;
    left: 0;
    right: 0;
    display: block;
    content: "";
    background: url(/img/items/go_arrow.svg) 50% no-repeat;
    width: 12px;
    height: 8px;
}

.gobutton:hover {
    color: #161616;
}

.gobutton:hover:after {
    top: 19px;
    color: #3e77b6;
}

.option__page {
    width: 70px;
    border: 1px solid #aeaeb2;
}

.option__page>*,
.option__page>*>*,
.option__page__item {
    height: 25px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 1;
    flex: 1 1;
    padding: 0;
    background: none;
}

.option__page> :hover {
    background: none;
}

.option__page>*>* {
    cursor: pointer;
    border-bottom: 1px dashed #aeaeb2;
    border-right: 1px dashed #aeaeb2;
}

.option__page>*> :hover {
    background: rgba(0, 0, 0, 0.2);
}

.option__page>*>* .option:last-child {
    border-right: 1px dashed rgba(0, 0, 0, 0);
}

.option__page>.option:last-child {
    border-bottom: 1px dashed rgba(0, 0, 0, 0);
}

.option__page__position:last-child {
    border-right: 0;
}

.option__page__row:last-child>* {
    border-bottom: 0;
}

.option__page .option--active,
.option__page .active2 {
    background: rgba(255, 0, 0, 0.2);
    position: relative;
}

.option__page .option--active:after,
.option__page .active2:after {
    display: block;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 16px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #3e77b6;
    border: 0;
    border-radius: 100%;
}

.option__actions {
    margin: 10px auto 0px;
}

.link--cancel:hover {
    background-color: #e5e5e9;
}

#pickwatermark,
.option--if {
    display: none;
}

.ranges label {
    font-size: 12px;
    max-width: 120px;
}

@media (max-width: 1440px) {
    .ranges label {
        max-width: 70px;
    }
}

.option__panel input {
    height: 42px;
    width: 100%;
}

.option__panel input[type="number"] {
    width: 84px;
}

@media (max-width: 1440px) {
    .option__panel input[type="number"] {
        width: 72px;
    }
}

.option__panel textarea {
    min-height: 64px;
}

.btn-group button.option {
    margin: 0 0 4px;
}

.option__panel .formarea .form__group {
    margin-bottom: 12px;
    margin-top: 12px;
}

@media (max-width: 90em) {
    .option__panel .formarea .form__group {
        margin-bottom: 0;
        margin-top: 0;
    }
}

.option__panel .formarea .form__group input {
    margin-bottom: 0;
}

input.option {
    cursor: inherit;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

#highres-options {
    display: none;
}

#pickwatermark {
    display: -ms-flexbox;
    display: flex;
}

.option__panel .form__group--btn .input {
    height: 42px;
}

.option__panel .form__group--btn .btn {
    font-size: 18px;
}

.range__title {
    cursor: move;
    color: #3e77b6;
}

.range__container {
    margin: 12px;
    padding: 12px;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    border: 1px dashed #626870;
}

@media (max-width: 1280px) {
    .range__container {
        margin: 4px;
        padding: 4px;
    }
}

@media (max-width: 1280px) {
    .range__element {
        width: 110px;
        height: 160px;
    }
}

@media (max-width: 1280px) {
    .range__to {
        width: 12px;
        background-size: 100%;
    }
}

.range__remove {
    position: absolute;
    right: 16px;
    top: 12px;
    cursor: pointer;
    width: 24px;
    height: 24px;
    border-radius: 100%;
    background: #fff;
    display: none;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.range__remove:hover {
    background: #3e77b6;
}

.range.active .range__container,
.range:hover .range__container {
    background: hsla(0, 0%, 100%, 0.8);
}

.ranges:hover .range__remove {
    display: -ms-flexbox;
    display: flex;
}

.range--remove .range__container:after {
    content: "";
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: hsla(0, 0%, 100%, 0.6) url(/img/svg_icons/remove.svg) 50% no-repeat;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 45px;
    color: #3e77b6;
}

#split-remove .range__container:before {
    display: none;
}

.range--extract .range__container:after {
    content: "";
    position: absolute;
    top: 12px;
    left: 12px;
    background: #4acd86 url(/img/items/check_w.svg) no-repeat 50%;
    border: 1px solid #1d9d58;
    border-radius: 100%;
    width: 24px;
    height: 24px;
    display: block;
}

.range--extract .range__container:before {
    display: none;
}

.formarea.ranges.active,
.formarea.ranges:hover {
    background: #f6f6f8;
}

.float-right {
    float: right;
}

#split-extract .range__container {
    border: none;
    margin: 0;
}

.uploading {
    text-align: center;
    display: none;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.uploading__files {
    margin: 24px;
}

.uploading__files__item {
    color: #fff;
}

.uploading__files__item--active {
    color: #3e77b6;
}

.uploading__status__Warning {
    font-size: 24px;
    font-weight: 600;
    line-height: 34px;
    margin-bottom: 12px;
    letter-spacing: 0;
    color: #383e45;
}

@media (max-width: 62em) {
    .uploading__status__Warning {
        font-size: 22px;
        line-height: 30px;
    }
}

@media (max-width: 840px) {
    .uploading__status__Warning {
        font-size: 20px;
        line-height: 26px;
    }
}

@media (max-width: 460px) {
    .uploading__status__Warning {
        font-size: 18px;
        line-height: 22px;
    }
}

.uploading__status__title {
    font-size: 24px;
    font-weight: 600;
    line-height: 34px;
    margin-bottom: 12px;
    letter-spacing: 0;
    color: #383e45;
}

@media (max-width: 62em) {
    .uploading__status__title {
        font-size: 22px;
        line-height: 30px;
    }
}

@media (max-width: 840px) {
    .uploading__status__title {
        font-size: 20px;
        line-height: 26px;
    }
}

@media (max-width: 460px) {
    .uploading__status__title {
        font-size: 18px;
        line-height: 22px;
    }
}

.uploading__status__title img {
    width: 24px;
    margin-right: 12px;
    margin-top: -4px;
}

.uploading__status__title:after {
    content: "";
    width: 100px;
    height: 1px;
    background: #626870;
    display: block;
    margin: 12px auto;
}

.uploading__status__title.last:after {
    display: none;
}

.uploading__status__title.done {
    font-size: 15px;
    font-weight: 500;
    color: #161616;
    letter-spacing: 0.3px;
    margin-bottom: 12px;
    line-height: 24px;
}

.uploading__status__title.done a:hover {
    color: #161616;
}

@media (max-width: 62em) {
    .uploading__status__title.done {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 8px;
    }
}

.uploading__status__title.done img {
    display: none;
}

.uploading__status__file {
    font-size: 15px;
    font-weight: 500;
    color: #161616;
    letter-spacing: 0.3px;
    line-height: 24px;
    margin-bottom: 28px;
}

.uploading__status__file a:hover {
    color: #161616;
}

@media (max-width: 62em) {
    .uploading__status__file {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 8px;
    }
}

.uploading__status__percent {
    font-size: 22px;
    font-weight: 400;
    color: #383e45;
    letter-spacing: 0;
    margin-bottom: 8px;
    line-height: 32px;
    text-transform: uppercase;
}

.uploading__status__percent a:hover {
    color: #383e45;
}

@media (max-width: 62em) {
    .uploading__status__percent {
        font-size: 18px;
        line-height: 22px;
    }
}

@media (max-width: 840px) {
    .uploading__status__percent {
        font-size: 16px;
        line-height: 20px;
    }
}

@media (max-width: 460px) {
    .uploading__status__percent {
        font-size: 14px;
        line-height: 18px;
    }
}

.uploading__status__percent__value {
    font-size: 32px;
    letter-spacing: 0;
    font-weight: 600;
    color: #383e45;
    margin-bottom: 8px;
    line-height: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.uploading__status__percent__value strong {
    font-weight: 700;
}

@media (max-width: 62em) {
    .uploading__status__percent__value {
        font-size: 30px;
        line-height: 40px;
    }
}

@media (max-width: 840px) {
    .uploading__status__percent__value {
        font-size: 28px;
        line-height: 38px;
    }
}

@media (max-width: 460px) {
    .uploading__status__percent__value {
        font-size: 26px;
        line-height: 32px;
    }
}

.uploading__status__info {
    font-size: 15px;
    font-weight: 500;
    color: #161616;
    letter-spacing: 0.3px;
    margin-bottom: 12px;
    line-height: 24px;
    font-weight: 600;
}

.uploading__status__info a:hover {
    color: #161616;
}

@media (max-width: 62em) {
    .uploading__status__info {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 8px;
    }
}

.uploading__status__info span {
    font-weight: 400;
}

.uploading__bar {
    margin: 16px;
    width: 800px;
    height: 24px;
    border: 2px solid #fff;
    border-radius: 2px;
    overflow: hidden;
    background-color: #fff;
}

.uploading__bar__completed {
    background: #3e77b6;
    -webkit-transition: all 0.6s linear;
    -o-transition: all 0.6s linear;
    transition: all 0.6s linear;
    display: block;
    height: 100%;
    width: 0;
    border-radius: 2px;
}

.uploading__bar--small {
    width: 100%;
    height: 2px;
    border: 0;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    display: none;
}

.uploading .alert {
    max-width: 500px;
    margin: auto;
}

.uploading .alert a {
    min-width: 200px;
    padding: 10px 24px 14px;
    text-shadow: none;
    border: none;
    text-decoration: none;
    border-radius: 4px;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.14);
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.14);
    font-size: 18px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0;
    cursor: pointer;
    background-color: #383e45;
    color: #fff;
}

.uploading .alert a:hover {
    -webkit-box-shadow: 0 2px 8px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 8px 2px rgba(0, 0, 0, 0.2);
    text-decoration: none;
}

.uploading .alert a:active {
    -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.14);
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.14);
}

.uploading .alert a i {
    margin: auto 6px auto 0;
}

.uploading .alert a svg {
    display: inline-block;
    vertical-align: bottom;
    margin-right: 8px;
    margin-top: 4px;
}

.uploading .alert a> :last-child {
    margin-right: 0;
}

.uploading .alert a svg+div {
    text-align: left;
    margin-left: 12px;
}

.uploading .alert a div+svg {
    margin-left: 12px;
}

.uploading .alert a:hover {
    background-color: #626870;
}

.uploading .alert a:active {
    background-color: #383e45;
}

.uploading .alert a:disabled {
    background: #3e77b6 !important;
}

.process {
    height: auto;
    text-align: center;
    display: none;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#passwordAsk {
    max-width: 444px;
    margin: auto;
}

#passwordAsk .title2 {
    margin-bottom: 32px;
}

#passwordAsk .passwords {
    margin: 24px 0;
}

#passwordAsk .form__group {
    margin-bottom: 12px;
}

#confirmOcr {
    padding: 12px;
}

#confirmOcr .tooltip {
    color: #3e77b6;
    text-decoration: underline;
    font-weight: 600;
}

#confirmOcr .btn {
    margin-right: 12px;
    margin-top: 4px;
    margin-bottom: 4px;
}

#confirmOcr .ocr__container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 48px;
    background: #fff;
    margin: auto;
    max-width: 860px;
    border-radius: 8px;
    -webkit-box-shadow: 0 1px 15px 1px rgba(69, 65, 78, 0.08);
    box-shadow: 0 1px 15px 1px rgba(69, 65, 78, 0.08);
}

#confirmOcr .ocr__icon {
    margin-right: 32px;
}

@media (max-width: 710px) {
    #confirmOcr .ocr__icon {
        display: none;
    }
}

#confirmOcr .ocr__content {
    max-width: 580px;
}

@media (max-width: 610px) {
    #confirmOcr .ocr__content .btn+.btn {
        margin-top: 12px;
    }
}

#confirmOcr .ocr__content .btn {
    -webkit-box-shadow: none;
    box-shadow: none;
    display: inline-block;
    font-weight: 600;
    border-radius: 8px;
}

#confirmOcr .ocr__content .btn__note {
    font-weight: 500;
    font-size: 12px;
}

#confirmOcr .ocr__content .btn--orange {
    background-color: #ffc233;
    color: #47474f !important;
    border: 2px solid #ffc233;
}

#confirmOcr .ocr__content .btn--orange:hover {
    background-color: #ffb400;
    border: 2px solid #ffb400;
}

#confirmOcr .ocr__content .btn--white {
    border: 2px solid #3e77b6;
    color: #3e77b6;
}

#confirmOcr .ocr__content .btn--white:hover {
    border-color: #880104;
    color: #880104;
}

#confirmOcr .ocr__content .btn--white:active {
    border-color: #161616;
    color: #161616;
}

#confirmFiles {
    background: #f5f5fa;
    padding: 12px 24px;
    max-height: 60px;
    overflow: auto;
    overflow-x: hidden;
    margin-top: 24px;
}

.lang-th #confirmOcr .btn,
.lang-vi #confirmOcr .btn {
    font-size: 14px;
}

.download .main {
    text-align: center;
}

.download hr.h1 {
    margin: 24px auto;
}

.download__add {
    margin-bottom: 42px;
    margin-top: 42px;
}

.download__add #ad.add {
    margin-bottom: 20px;
    overflow: hidden;
}

.download .title1,
.download .title2 {
    margin-top: 30px;
    margin-bottom: 30px;
}

.download-sign .main {
    text-align: center;
    min-height: 80vh;
}

.download-sign hr.h1 {
    margin: 24px auto;
}

.download-sign__add {
    margin-bottom: 42px;
}

.download-sign__add .add {
    margin-bottom: 0;
}

.download-sign .title1,
.download-sign .title2 {
    margin-top: 30px;
}

.downloader,
.downloader__btn {
    margin-bottom: 0;
}

.downloader__btn svg {
    margin-right: 12px;
    margin-top: 4px;
    display: inline-block;
}

.downloader__btn svg g,
.downloader__btn svg path {
    fill: #fff;
}

.downloader__info {
    margin: 24px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.downloader__info__content {
    text-align: left;
    margin-left: 24px;
}

.downloader__warning {
    padding: 24px 24px 24px 56px;
    border-radius: 2px;
    text-align: left;
    background-position: 12px;
    background-repeat: no-repeat;
    color: #ff7202;
    background-color: #fce7c4;
    border: solid #ffcc51;
    border-width: 1px 1px 3px;
    background-image: url(/img/alert/warning.svg);
    display: none;
    max-width: 400px;
    margin: auto auto 32px;
}

.downloader__warning .conformance,
.downloader__warning .damaged,
.downloader__warning .repaired {
    display: none;
}

.downloader__warning .conformance__list,
.downloader__warning .damaged__list,
.downloader__warning .repaired__list {
    margin: 12px;
    list-style: inherit;
}

.downloader__warning .conformance__list li,
.downloader__warning .damaged__list li,
.downloader__warning .repaired__list li {
    margin-left: 12px;
}

.downloader__retry {
    margin-right: 12px;
}

.downloader__retry a {
    min-width: 200px;
    text-shadow: none;
    border: none;
    text-decoration: none;
    border-radius: 4px;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    text-align: center;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.14);
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.14);
    font-size: 18px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0;
    cursor: pointer;
    background-color: #383e45;
    color: #fff;
    min-width: 80px;
    width: 80px;
    height: 80px;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    margin: 0;
    padding: 0;
}

.downloader__retry a:hover {
    -webkit-box-shadow: 0 2px 8px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 8px 2px rgba(0, 0, 0, 0.2);
    text-decoration: none;
}

.downloader__retry a:active {
    -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.14);
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.14);
}

.downloader__retry a i {
    margin: auto 6px auto 0;
}

.downloader__retry a svg {
    display: inline-block;
    vertical-align: bottom;
    margin-right: 8px;
    margin-top: 4px;
}

.downloader__retry a> :last-child {
    margin-right: 0;
}

.downloader__retry a svg+div {
    text-align: left;
    margin-left: 12px;
}

.downloader__retry a div+svg {
    margin-left: 12px;
}

.downloader__retry a:hover {
    background-color: #626870;
}

.downloader__retry a:active {
    background-color: #383e45;
}

.downloader__retry a:disabled {
    background: #3e77b6 !important;
}

.downloader__retry a svg {
    zoom: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}

.downloader__retry a:hover svg {
    zoom: 1.1;
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
    -webkit-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
}

.donut,
.donut-segment {
    -webkit-transition: all 3s;
    -o-transition: all 3s;
    transition: all 3s;
}

.chart-text {
    font: 16px/1.4em Montserrat, Arial, sans-serif;
    fill: #000;
    -webkit-transform: translateY(0.25em);
    transform: translateY(0.25em);
}

.chart-number {
    font-size: 0.55em;
    line-height: 1;
    text-anchor: middle;
    -webkit-transform: translateY(-0.25em);
    transform: translateY(-0.25em);
}

.chart-label {
    font-size: 0.2em;
    text-transform: uppercase;
    text-anchor: middle;
    -webkit-transform: translateY(0.7em);
    transform: translateY(0.7em);
}

.summaries-root {
    margin: 24px auto 12px;
    width: 80%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

.summaries-root .summary+.summary {
    margin-top: 18px;
}

.summary--current .summary__item {
    text-decoration: line-through;
}

.summary {
    font-size: 15px;
}

@media (max-width: 1365.98px) {
    .summary {
        font-size: 14px;
    }
}

@media (max-width: 991.98px) {
    .summary {
        font-size: 13px;
    }
}

@media (max-width: 767.98px) {
    .summary {
        font-size: 12px;
    }
}

.summary__warning-text {
    margin-top: 24px;
    font-size: 12px;
    color: #626870;
}

.summary__title {
    text-align: left;
    font-weight: 500;
    color: #626870;
    margin-bottom: 8px;
}

.summary__items {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    background: #f2f3f8;
}

.summary__item,
.summary__items {
    display: -ms-flexbox;
    display: flex;
}

.summary__item {
    font-weight: 500;
    padding: 8px 12px;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    color: #383e45;
}

@media (max-width: 540px) {
    .summary__item {
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media (max-width: 540px) {
    .summary__item__price,
    .summary__item__text {
        margin-right: auto;
    }
}

.summary__total {
    font-weight: 500;
    border-top: 2px solid #3e77b6;
    margin-top: 8px;
    padding: 8px 12px;
    display: none;
    font-weight: 800;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.summary__total--visible {
    display: -ms-flexbox;
    display: flex;
}

[data-theme~="new-premium-all-features-tooltip"] .tippy-content {
    width: 267px;
    padding: 24px 24px 12px;
}

[data-theme~="new-premium__ocr-tooltip"] {
    max-width: none !important;
}

[data-theme~="new-premium__ocr-tooltip"] .tippy-content {
    width: 470px;
    padding: 24px 24px 12px;
}

.new-premium {
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    height: 100%;
    line-height: normal;
}

.new-premium,
.new-premium__logos {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.new-premium__logos {
    margin: auto;
    max-width: 580px;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-align: center;
    align-items: center;
}

.new-premium__logos img {
    margin: 0 24px;
}

.new-premium__logos--left {
    -ms-flex-pack: start;
    justify-content: start;
    max-width: none;
    margin: 0 -24px;
}

.new-premium__hr {
    margin: 0 auto 30px;
    width: 100%;
}

.new-premium__all-features-tooltip,
.new-premium__ocr-tooltip {
    color: #ffb400;
    text-decoration: underline;
    font-weight: 500;
    cursor: pointer;
}

.new-premium__all-features-tooltip__content ul.listdot,
.new-premium__ocr-tooltip__content ul.listdot {
    list-style-type: circle;
}

.new-premium__footer__content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -ms-flex-align: center;
    align-items: center;
}

.new-premium__body {
    -webkit-transition: opacity 0.25s;
    -o-transition: opacity 0.25s;
    transition: opacity 0.25s;
}

.new-premium__body,
.new-premium__success {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}

.new-premium__success {
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
}

.new-premium__success .new-premium__success__email {
    font-weight: 800;
}

.new-premium__success .new-premium__success__icon {
    margin-bottom: 12px;
}

.new-premium__success .new-premium__success__title {
    margin-bottom: 12px;
    font-size: 32px;
}

.new-premium__success .new-premium__success__desc {
    margin-bottom: 32px;
}

.inline-context {
    min-height: 50vh;
}

.inline-context .dialog__header {
    background: none;
    color: #161616;
    padding-bottom: 0;
}

.inline-context .dialog__title,
.inline-context .dialog__title.orange {
    color: #161616;
}

.countdown {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 16px;
}

.countdown__item {
    margin: 12px;
}

.countdown__item__time {
    font-size: 38px;
    font-weight: 300;
    line-height: 52px;
}

.countdown__item__period {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0;
    color: #383e45;
    margin-bottom: 12px;
}

@media (max-width: 62em) {
    .countdown__item__period {
        font-size: 18px;
        line-height: 26px;
    }
}

@media (max-width: 840px) {
    .countdown__item__period {
        font-size: 16px;
        line-height: 24px;
    }
}

@media (max-width: 460px) {
    .countdown__item__period {
        font-size: 18px;
        line-height: 22px;
    }
}

.breadcrumb {
    background: #626870;
    margin: -24px -24px 20px;
    padding: 4px;
    color: #fff;
    font-size: 12px;
    letter-spacing: 0.26px;
    font-weight: 400;
}

.breadcrumb a {
    color: #fff;
    text-decoration: underline;
}

.breadcrumb svg {
    margin: 0 4px 4px;
    vertical-align: middle;
}

.share {
    text-align: left;
    margin-bottom: 4px;
}

.share__title {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0;
    color: #383e45;
    margin-bottom: 22px;
}

@media (max-width: 62em) {
    .share__title {
        font-size: 18px;
        line-height: 26px;
    }
}

@media (max-width: 840px) {
    .share__title {
        font-size: 16px;
        line-height: 24px;
    }
}

@media (max-width: 460px) {
    .share__title {
        font-size: 18px;
        line-height: 22px;
    }
}

.share__subtitle {
    font-size: 15px;
    font-weight: 500;
    color: #161616;
    letter-spacing: 0.3px;
    line-height: 24px;
    margin-bottom: 4px;
}

.share__subtitle a:hover {
    color: #161616;
}

@media (max-width: 62em) {
    .share__subtitle {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 8px;
    }
}

.share__buttons {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -4px;
    margin-right: -4px;
}

.share__buttons li {
    width: 50%;
    min-width: 230px;
}

@media (max-width: 840px) {
    .share__buttons li {
        width: 100%;
    }
}

.share__buttons__item {
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    margin: 4px;
    border-radius: 4px;
}

.share__buttons__item:not(.share__buttons__item--store) g,
.share__buttons__item:not(.share__buttons__item--store) path,
.share__buttons__item:not(.share__buttons__item--store) svg {
    fill: #fff;
}

.share__buttons__item.share__buttons__item--store {
    font-weight: 800;
    color: #111;
    -webkit-box-shadow: inset 0 0 1px #949494;
    box-shadow: inset 0 0 1px #949494;
}

.share__buttons__item.share__buttons__item--store span {
    color: #f06e69;
}

.share__buttons__item svg {
    width: 18px;
    height: 18px;
    margin: 16px 24px;
}

.share__buttons__item--twitter {
    background-color: #55acee;
    color: #fff;
}

.share__buttons__item--google {
    background-color: #dd4b39;
    color: #fff;
}

.share__buttons__item--facebook {
    background-color: #3b5998;
    color: #fff;
}

.share__buttons__item--github {
    background-color: #231f20;
    color: #fff;
}

.share__buttons__item--linkedin {
    background-color: #0977b5;
    color: #fff;
}

.share__buttons__item--dribbble {
    background-color: #ea4c89;
    color: #fff;
}

.share__buttons__item--store {
    background-color: #ebebf4;
    color: #fff;
}

.share__buttons__item--rss {
    background-color: #f60;
    color: #fff;
}

.problem__form {
    display: none;
}

.problems {
    margin: 24px 0 12px;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.problems .title {
    margin-bottom: 12px;
}

.problems__item {
    display: none;
    margin-bottom: 24px;
    margin-top: 24px;
    background-position: top;
    background-repeat: no-repeat;
}

.problems__item__icon {
    margin-right: 12px;
    -ms-flex: 0 0 32px;
    flex: 0 0 32px;
    width: 32px;
    height: 32px;
    background: url(/img/problem/alert.svg) no-repeat 50%;
}

.problems__item--TaskError .problems__item__icon {
    background-image: url(/img/problem/task.svg);
}

.problems__item--NoImages .problems__item__icon {
    background-image: url(/img/problem/no-image.svg);
}

.problems__item--EmptyFile .problems__item__icon {
    background-image: url(/img/problem/empty.svg);
}

.problems__item--noTablesToExtract .problems__item__icon {
    background-image: url(/img/problem/no-tables.svg);
}

.problems__item--NoText .problems__item__icon {
    background-image: url(/img/problem/no-text.svg);
}

.problems__item--TimeOut .problems__item__icon {
    background-image: url(/img/problem/time.svg);
}

.problems__item--DamagedFile .problems__item__icon {
    background-image: url(/img/problem/damaged.svg);
}

.problems__item--ServerError .problems__item__icon {
    background-image: url(/img/problem/server.svg);
}

.problems__item--connection .problems__item__icon {
    background-image: url(/img/problem/connection.svg);
}

.problems__item--WrongPassword .problems__item__icon {
    background-image: url(/img/problem/password.svg);
}

.problems__item--NonConformant .problems__item__icon {
    background-image: url(/img/problem/non-conformant.svg);
}

.problems__item--UnknowError .problems__item__icon {
    background-image: url(/img/problem/unknown.svg);
}

.problems__item--OutOfRange .problems__item__icon {
    background-image: url(/img/problem/out-of-range.svg);
}

.problems__item__title {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0;
    color: #383e45;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 12px;
}

@media (max-width: 62em) {
    .problems__item__title {
        font-size: 18px;
        line-height: 26px;
    }
}

@media (max-width: 840px) {
    .problems__item__title {
        font-size: 16px;
        line-height: 24px;
    }
}

@media (max-width: 460px) {
    .problems__item__title {
        font-size: 18px;
        line-height: 22px;
    }
}

.problems__item__file {
    padding: 4px;
}

.problems__item__file:before {
    content: "";
    width: 10px;
    height: 14px;
    background: url(/img/items/file.svg);
    background-size: contain;
    margin-right: 12px;
}

.problem-retry {
    padding: 16px 0;
    line-height: 1.1;
    font-weight: 300;
    font-size: 18px;
}

.problem-retry .btn {
    display: inline-block;
    margin-bottom: 12px;
    padding: 12px 16px;
}

@media (max-width: 540px) {
    .problem-retry .btn {
        display: block;
        width: 100%;
    }
}

.problem .alert {
    color: #006d2d;
    max-width: 444px;
    margin: 48px auto;
}

.problem .alert * {
    color: #006d2d;
}

.problem__file {
    word-break: break-all;
}

.problem__file__item span {
    background: #fff;
    padding: 4px 8px;
    color: #161616 !important;
}

.problem__files {
    display: none;
    background: #fff;
    padding: 12px;
}

.problem__files>* {
    color: #161616;
    padding: 2px 16px;
}

#showFiles {
    cursor: pointer;
}

#showFiles:hover {
    color: #3e77b6;
}

.site-error__icon {
    margin-bottom: 24px;
}

.chained {
    display: -ms-flexbox;
    display: flex;
    display: none;
    -ms-flex-flow: row;
    flex-flow: row;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-order: 4;
    order: 4;
    margin-left: auto;
}

.chained,
.chained__list {
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.chained__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin-left: -20px;
}

.chained__list:hover .chained__menu {
    position: absolute;
    right: 4px;
    z-index: -1;
    opacity: 0;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: opacity 0.2s linear, -webkit-transform 0.4s linear;
    transition: opacity 0.2s linear, -webkit-transform 0.4s linear;
    -o-transition: opacity 0.2s linear, transform 0.4s linear;
    transition: opacity 0.2s linear, transform 0.4s linear;
    transition: opacity 0.2s linear, transform 0.4s linear, -webkit-transform 0.4s linear;
}

.chained__list:hover .chained__item--more {
    visibility: visible;
    opacity: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex: 0 0 32px;
    flex: 0 0 32px;
    width: auto;
}

.chained__item {
    margin: 12px 4px;
    cursor: pointer;
}

.chained__item--more {
    opacity: 0;
    visibility: hidden;
    -ms-flex: 1 0;
    flex: 1 0;
    -ms-flex-positive: 0.00001;
    flex-grow: 0.00001;
    padding: 0;
    width: 0;
    margin-right: 4px;
    margin-left: 4px;
    position: relative;
    -webkit-transition: flex-grow 0.4s linear, opacity 0.4s linear, padding 0.4s linear;
    -o-transition: flex-grow 0.4s linear, opacity 0.4s linear, padding 0.4s linear;
    transition: flex-grow 0.4s linear, opacity 0.4s linear, padding 0.4s linear;
    transition: flex-grow 0.4s linear, opacity 0.4s linear, padding 0.4s linear, -ms-flex-positive 0.4s linear;
}

.chained__item.upgrade a {
    position: relative;
}

.chained__item.upgrade a:after {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 100%;
    position: absolute;
    top: -1px;
    right: -1px;
    background: #ffb400;
}

.chained__item.upgrade img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.5;
}

.chained__more {
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.chained__menu {
    cursor: pointer;
    margin-right: 4px;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-transition: opacity 0.6s linear, -webkit-transform 0.4s linear;
    transition: opacity 0.6s linear, -webkit-transform 0.4s linear;
    -o-transition: opacity 0.6s linear, transform 0.4s linear;
    transition: opacity 0.6s linear, transform 0.4s linear;
    transition: opacity 0.6s linear, transform 0.4s linear, -webkit-transform 0.4s linear;
    -ms-flex: 0 0 36px;
    flex: 0 0 36px;
}

.chained__list:after,
.chained__list:before {
    display: none !important;
}

@media (max-width: 501px) {
    .chained__item {
        padding: 4px;
    }
    .chained__more {
        padding: 4px 0 4px 4px;
    }
    .chained__item--more {
        margin-right: 4px;
        margin-left: 4px;
    }
}

.ElementsModal--modal {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    background-image: url(/img/svg_icons/wait.svg);
    background-size: 52px;
    background-repeat: no-repeat;
    background-position: 50%;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
    z-index: 2000;
}

.ElementsModal--modal-content {
    position: fixed;
    z-index: 1200;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 10px;
    background: #fff;
    overflow: hidden;
    width: 385px;
    border-radius: 0.5rem;
}

@media screen and (max-width: 600px) {
    .ElementsModal--modal-content {
        height: 100vh;
        width: 100%;
        border-radius: 0;
    }
    .ElementsModal--close,
    .ElementsModal--top {
        padding-top: 4em;
    }
}

.ElementsModal--top {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative;
}

.ElementsModal--close {
    background: none;
    color: inherit;
    padding: 0;
    font: inherit;
    outline: inherit;
    color: #fff;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    border: none;
}

.ElementsModal--show-modal {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.ElementsModal--details {
    line-height: normal;
    margin-bottom: 4px;
}

.ElementsModal--price {
    color: #fff;
    font-size: 36px;
    font-weight: 600;
}

.ElementsModal--top-banner {
    background-color: #47474f;
    text-align: center;
    padding: 20px 1em 2em;
}

.ElementsModal--email,
.ElementsModal--product {
    color: hsla(0, 0%, 100%, 0.5);
    font-size: 16px;
    font-weight: 500;
}

.ElementsModal--company {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    margin: auto auto 32px;
}

.ElementsModal--footer-text {
    color: rgba(0, 0, 0, 0.4);
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    line-height: 16px;
}

.ElementsModal--error-message {
    margin-top: 5px;
    color: #dc2727;
    font-size: 13px;
    line-height: 17px;
}

.ElementsModal--pay-button-wrapper {
    font-family: -apple-system, BlinkMacSystemFont, sans-serif;
    margin: 25px;
    width: 350px;
    height: 40px;
}

.ElementsModal--pay-button {
    cursor: pointer;
    border: 0;
    width: 100%;
    text-align: center;
    height: 40px;
    -webkit-box-shadow: inset 0 0 0 1px rgba(50, 50, 93, 0.1), 0 2px 5px 0 rgba(50, 50, 93, 0.1), 0 1px 1px 0 rgba(0, 0, 0, 0.07);
    box-shadow: inset 0 0 0 1px rgba(50, 50, 93, 0.1), 0 2px 5px 0 rgba(50, 50, 93, 0.1), 0 1px 1px 0 rgba(0, 0, 0, 0.07);
    border-radius: 6px 6px 6px 6px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
}

.ElementsModal--pay-button:focus {
    outline: none;
    -webkit-box-shadow: 0 0 0 1px rgba(50, 151, 211, 0.3), 0 1px 1px 0 rgba(0, 0, 0, 0.07), 0 0 0 4px rgba(50, 151, 211, 0.3);
    box-shadow: 0 0 0 1px rgba(50, 151, 211, 0.3), 0 1px 1px 0 rgba(0, 0, 0, 0.07), 0 0 0 4px rgba(50, 151, 211, 0.3);
}

.ElementsModal--dropdowns {
    margin: 10px;
    -webkit-appearance: none;
    background: #fff;
    -webkit-box-shadow: 0 0 0 1px #e0e0e0, 0 2px 4px 0 rgba(0, 0, 0, 0.07), 0 1px 1.5px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 0 1px #e0e0e0, 0 2px 4px 0 rgba(0, 0, 0, 0.07), 0 1px 1.5px 0 rgba(0, 0, 0, 0.05);
    border-radius: 4px 4px 4px 4px;
}

.ElementsModal--payment-form {
    margin-bottom: 0;
}

.ElementsModal--label {
    color: rgba(0, 0, 0, 0.6);
    font-size: 14px;
    font-weight: 500;
}

.ElementsModal--forms {
    padding: 5%;
}

.ElementsModal--form {
    margin-bottom: 14px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

.ElementsModal--form label {
    width: auto;
}

.ElementsModal--form-label {
    font-size: 13px;
    margin-bottom: 4px;
    display: block;
    color: rgba(0, 0, 0, 0.6);
}

.StripeElement {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 40px;
    padding: 8px 12px 10px;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 5px 5px 5px 5px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 0 1px #e0e0e0, 0 2px 4px 0 rgba(0, 0, 0, 0.07), 0 1px 1.5px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 0 1px #e0e0e0, 0 2px 4px 0 rgba(0, 0, 0, 0.07), 0 1px 1.5px 0 rgba(0, 0, 0, 0.05);
    -webkit-transition: box-shadow 0.15s ease;
    -webkit-transition: -webkit-box-shadow 0.15s ease;
    transition: -webkit-box-shadow 0.15s ease;
    -o-transition: box-shadow 0.15s ease;
    transition: box-shadow 0.15s ease;
    transition: box-shadow 0.15s ease, -webkit-box-shadow 0.15s ease;
}

.StripeElement--focus {
    -webkit-box-shadow: 0 0 3px 0 #5c5c64;
    box-shadow: 0 0 3px 0 #5c5c64;
}

.StripeElement--invalid {
    border-color: #ef9896;
}

.StripeElement--webkit-autofill {
    background-color: #fefde5 !important;
}

.signature__draw,
.signature__upload {
    position: relative;
}

.signature__draw__clean,
.signature__upload__clean {
    display: none;
    position: absolute;
    top: 12px;
    right: 12px;
    cursor: pointer;
    z-index: 2;
}

.signature__draw__qr,
.signature__upload__qr {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 172px;
    height: 172px;
    padding: 12px;
    text-align: center;
    border: 1px solid #e5e5e5;
    color: #3e77b6;
    text-decoration: underline;
    font-weight: 500;
    cursor: pointer;
    background: url(/img/items/qr-bg.svg) no-repeat 50%;
    background-size: 85%;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.signature__draw__qr:hover,
.signature__upload__qr:hover {
    border-color: #3e77b6;
}

.signature__draw__area,
.signature__upload__area {
    width: 100%;
    height: 170px;
    background: #f6f6f8;
    border: 1px dashed #f6f6f8;
    background-position: 50%;
    background-size: contain;
    background-repeat: no-repeat;
}

.signature__draw__area.error,
.signature__upload__area.error {
    border: 1px solid #3e77b6;
}

.signature__draw:hover .signature__draw__area,
.signature__draw:hover .signature__upload__area,
.signature__upload:hover .signature__draw__area,
.signature__upload:hover .signature__upload__area {
    border: 1px dashed #5f83c6;
}

.signature__draw__content,
.signature__upload__content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: 100%;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    padding: 12px;
    color: #969696;
}

.signature__draw__preview,
.signature__upload__preview {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
    z-index: 1;
}

.signature__draw.signed .signature__draw__content,
.signature__draw:hover .signature__draw__content,
.signature__upload.signed .signature__draw__content,
.signature__upload:hover .signature__draw__content {
    display: none;
}

.signature__draw.signed:hover .signature__draw__clean,
.signature__upload.signed:hover .signature__draw__clean {
    display: block;
}

.signature__draw.signed .signature__upload__content,
.signature__upload.signed .signature__upload__content {
    display: none;
}

.signature__draw.signed .signature__upload__clean,
.signature__draw.signed .signature__upload__preview,
.signature__upload.signed .signature__upload__clean,
.signature__upload.signed .signature__upload__preview {
    display: block;
}

.signature__upload .moxie-shim {
    left: 0 !important;
    top: 0 !important;
    width: 100% !important;
    height: 100% !important;
}

.signature__upload.upload .signature__upload__clean,
.signature__upload.upload .signature__upload__content,
.signature__upload.upload .signature__upload__preview {
    display: none;
}

.signature__upload.upload:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 32px;
    height: 32px;
    background: url(/img/svg_icons/preload.svg);
    background-size: contain;
}

.signature__color__select {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 12px;
}

.signature__color__item {
    width: 16px;
    height: 16px;
    border-radius: 100%;
    border: 2px solid #fff;
    margin: 2px 4px;
    cursor: pointer;
}

.signature__color__item:first-child {
    margin-left: 12px;
}

.signature__color__item.active,
.signature__color__itemhover {
    border-color: #e1e1e1;
}

.signature__font {
    max-height: 190px;
    overflow: auto;
    border: 1px solid #aeaeb2;
    position: relative;
}

.signature__font li {
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #aeaeb2;
    padding: 12px;
}

.signature__font li:hover {
    background: #ebebeb;
}

.signature__font li .radio {
    width: 100%;
}

.signature__font li label {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
    margin-left: 12px;
    font-size: 24px;
}

.signature__font__initials {
    margin-left: auto;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
}

.signature-avatar {
    cursor: pointer;
}

.signature-avatar img {
    width: 100%;
    height: auto;
    border-radius: 100%;
    border: 2px solid #3e77b6;
    overflow: hidden;
}

.signature__area {
    display: -ms-flexbox;
    display: flex;
    background: #f6f6f8;
    padding: 24px;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 16px;
    position: relative;
    cursor: pointer !important;
}

.signature__area .signature__preview--signature,
.signature__area .signature__preview--signature img {
    max-width: 100%;
}

.signature__area__signature {
    width: 140px;
}

.signature__area--transparent {
    pointer-events: none;
    opacity: 0;
}

.signature__area:hover .signature__settings svg path {
    fill: #383e45;
}

.signature__area .signature__option {
    position: absolute;
    top: 10px;
    right: 32px;
}

.signature__area .signature__option svg path {
    fill: #626870;
}

.signature__area .signature__option:hover svg path {
    fill: #383e45;
}

.signature__area .signature__option .enabled {
    display: block;
}

.signature__area .signature__option .disabled {
    display: none;
}

.signature__area .signature__option .disabled path {
    fill: #aeaeb2;
}

.signature__area .signature__option.disabled .enabled {
    display: none;
}

.signature__area .signature__option.disabled .disabled {
    display: block;
}

.signature__settings {
    position: absolute;
    top: 8px;
    right: 8px;
}

.signature__settings svg path {
    fill: #626870;
}

.signature__preview {
    font-size: 24px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.signature__preview img,
.signature__preview svg {
    max-width: 140px;
    max-height: 36px;
}

.signature__firm {
    margin-top: 12px;
    border-top: 1px solid #161616;
    font-family: Courier, monospace;
    float: left;
    text-align: left;
    width: 140px;
}

.signature__firm__by {
    font-size: 10px;
    color: #161616;
    letter-spacing: 0.4px;
    line-height: 24px;
    height: 24px;
}

.signature__firm__code {
    font-size: 9px;
    color: #161616;
    letter-spacing: 0.33px;
    line-height: 10.4px;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.signature__signers,
.signature__signers__item {
    display: -ms-flexbox;
    display: flex;
}

.signature__signers__item {
    width: 42px;
    height: 42px;
    border: 2px solid #fff;
    border-radius: 100%;
    margin-left: -6px;
    font-weight: 600;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.signature__action,
.signature__signers__item {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
}

.signature__action {
    background: #3e77b6;
    -webkit-box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.2);
    border-radius: 100px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.5px;
    line-height: 18px;
    display: -ms-flexbox;
    display: flex;
    height: 34px;
    width: 96px;
    position: absolute;
    z-index: 2;
    display: none;
}

.signature__action>* {
    display: none;
}

.signature__action.doaction {
    border-radius: 100px 2px 100px 100px;
}

@media (max-width: 840px) {
    .signature__action.doaction {
        width: 64px;
        -ms-flex-pack: end;
        justify-content: flex-end;
        padding-right: 8px;
    }
}

@media (max-width: 1995px) and (min-width: 1025px) {
    .signature__action.doaction {
        width: 64px;
        -ms-flex-pack: end;
        justify-content: flex-end;
        padding-right: 8px;
    }
}

@media (max-width: 840px) {
    .signature__action__icon {
        width: 24px;
        height: 24px;
        margin-top: 3px;
        display: inline-block;
        background-repeat: no-repeat;
        background-position: 50%;
        background-color: #fff;
        border-radius: 100%;
        cursor: pointer;
    }
}

@media (max-width: 1995px) and (min-width: 1025px) {
    .signature__action__icon {
        width: 24px;
        height: 24px;
        margin-top: 3px;
        display: inline-block;
        background-repeat: no-repeat;
        background-position: 50%;
        background-color: #fff;
        border-radius: 100%;
        cursor: pointer;
    }
}

@media (max-width: 840px) {
    .signature__action__text {
        display: none;
    }
}

@media (max-width: 1995px) and (min-width: 1025px) {
    .signature__action__text {
        display: none;
    }
}

.signature__review__status {
    display: none;
    margin-top: 24px;
}

.signature__review__status__item {
    background: #e7edf4;
    padding: 12px 42px 12px 16px;
    font-size: 12px;
    color: #161616;
    letter-spacing: 0.5px;
    line-height: 18px;
    position: relative;
}

.signature__review__status__item strong {
    display: block;
}

.signature__review__status .status {
    position: absolute;
    height: 24px;
    background: #ffd400;
    right: 12px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 6px;
    color: #fff;
    font-weight: 700;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 8px;
    padding-right: 8px;
}

.signature__review__status .status--sent,
.signature__review__status .status--viewed,
.signature__review__status .status--waiting {
    background: #ffd400;
}

.signature__review__status .status--disapproved {
    background: #dc3545;
}

.signature__review__status .status--approved {
    background: #4acd86;
}

#signature-tabs {
    margin-top: 32px;
}

.signature__pending {
    position: fixed;
    bottom: 108px;
    right: 24px;
    width: 392px;
    margin: 0;
    z-index: 1030;
    font-size: 12px;
}

@media (max-width: 1440px) {
    .signature__pending {
        width: 330px;
        bottom: 112px;
    }
}

#completedFields {
    display: none;
    vertical-align: middle;
    border-radius: 100%;
    margin-bottom: 2px;
    margin-right: 4px;
}

.signature__draw .signature__draw__close {
    display: none;
    position: absolute;
    top: 12px;
    left: 12px;
    cursor: pointer;
    z-index: 2;
}

.signature__draw.active {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: red;
    z-index: 9;
}

.signature__draw.active .signature__draw__area {
    height: 100%;
}

.signature__draw.active .signature__draw__clean,
.signature__draw.active .signature__draw__close {
    display: block;
}

@media screen and (max-width: 840px) and (min-width: 740px) and (orientation: landscape) {
    #configSignature .modal-dialog {
        width: 100%;
        max-width: none;
        height: 100vh;
        margin: 0;
    }
    #configSignature .modal-header {
        padding: 12px 64px 4px 32px;
    }
    #configSignature .modal-body>.row {
        width: 33%;
        float: left;
    }
    #configSignature .modal-body>.row .align-self-center,
    #configSignature .modal-body>.row .col-sm-10 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: inherit;
    }
    #configSignature .modal-body>.nav {
        margin-top: 0;
        margin-left: 33%;
    }
    #configSignature .modal-body>.tab-content {
        margin-left: 33%;
    }
}

.user .signature__option--uuid {
    display: none !important;
}

.receiver__container {
    padding: 24px;
    max-height: 80vh;
    overflow-y: auto;
    background: #f6f6f8;
    margin-top: 24px;
    margin-bottom: 24px;
}

.receiver__options {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 6px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    background: #fff;
    border-top: 1px solid #3e77b6;
}

.receiver__drag {
    display: -ms-flexbox;
    display: flex;
    margin: 0 6px;
    cursor: move;
}

.receiver__drag:hover svg circle,
.receiver__drag:hover svg path {
    fill: #3e77b6;
}

.receiver__count {
    margin: 0 18px 0 6px;
    color: #161616;
    font-size: 12px;
    font-weight: 500;
    border-radius: 100%;
    width: 32px;
    height: 32px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-indent: -999999pc;
}

.receiver__name {
    margin: 0 6px;
}

.receiver__name input {
    width: 220px;
}

.receiver__email {
    margin: 0 6px;
}

.receiver__email input {
    width: 220px;
}

.receiver__type {
    margin: 0 6px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.receiver__type__validator__info,
.receiver__type__viewer__info {
    display: inline-block;
    margin-left: 4px;
    vertical-align: middle;
    cursor: pointer;
}

.receiver__actions {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.receiver__actions .discard {
    cursor: pointer;
    margin-right: 24px;
}

.receiver__actions .discard:hover {
    color: #3e77b6;
}

.receiver__action {
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    margin-right: 12px;
}

.receiver__action__allow_costumize,
.receiver__action__password,
.receiver__action__sms {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    background: #aeaeb2;
    border-radius: 100%;
    -ms-flex: 0 0 28px;
    flex: 0 0 28px;
    margin: 6px;
    cursor: pointer;
    position: relative;
}

.receiver__action__allow_costumize:hover,
.receiver__action__password:hover,
.receiver__action__sms:hover {
    background: #383e45;
}

.receiver__action__allow_costumize.active,
.receiver__action__password.active,
.receiver__action__sms.active {
    background: #0062c5;
}

.receiver__action__allow_costumize svg {
    margin-left: 2px;
}

.receiver__allow_costumize,
.receiver__password,
.receiver__sms {
    display: none;
    background: #fff;
    padding: 24px 12px 24px 90px;
    width: 100%;
}

.receiver__allow_costumize.active,
.receiver__password.active,
.receiver__sms.active {
    display: block;
}

.receiver__delete path {
    fill: #626870;
}

.receiver__delete:hover {
    cursor: pointer;
}

.receiver__delete:hover path {
    fill: #383e45;
}

.receiver__messages {
    margin-top: 24px;
}

.receiver__messages.disabled {
    opacity: 0.4;
    position: relative;
}

.receiver__messages.disabled:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
}

.receiver__confirm {
    display: none;
    padding: 12px 0;
    font-size: 14px;
    color: #3e77b6;
}

.receiver-list {
    margin-bottom: 12px;
    margin-top: 12px;
    border: 1px solid #3e77b6;
}

.receiver-list__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
}

.receiver-list__item.template {
    display: none;
}

.receiver-list__item:hover .receiver__delete {
    display: block;
}

.receiver-list__item:first-child .receiver__options {
    border-top: 0;
}

.receiver-list.sortable .receiver__count {
    text-indent: 0;
}

.receiver__elements {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    background: #f6f6f8;
    border-top: 1px solid #3e77b6;
}

.receiver__elements .receiver__element {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin: 12px 24px 6px;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: calc(33.33% - 48px);
    flex-basis: calc(33.33% - 48px);
}

.receiver__elements .receiver__element__password {
    -ms-flex-order: 1;
    order: 1;
}

.receiver__elements .receiver__element__sms {
    -ms-flex-order: 2;
    order: 2;
}

.receiver__elements .receiver__element__allow_costumize {
    -ms-flex-order: 3;
    order: 3;
}

.receiver__elements .receiver__element__delete {
    cursor: pointer;
    margin-top: 4px;
    margin-left: 4px;
}

.receiver__elements .receiver__element__delete:hover path,
.receiver__elements .receiver__element__delete:hover svg,
.receiver__elements .receiver__element__delete path,
.receiver__elements .receiver__element__delete svg {
    fill: #383e45;
}

#addReceiver {
    background: #e7edf4;
    border: 1px solid #5483b7;
    color: #5483b7;
    width: 100%;
    border-radius: 1px;
    margin-top: -10px;
    margin-bottom: 32px;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-transform: uppercase;
    height: 56px;
    font-size: 12px;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

#addReceiver svg {
    margin-top: 0;
}

#addReceiver svg circle {
    stroke: #5483b7;
}

#addReceiver svg path {
    fill: #5483b7;
}

#addReceiver:hover {
    border: 1px solid #1d4772;
    color: #1d4772;
}

#addReceiver:hover svg circle {
    stroke: #1d4772;
}

#addReceiver:hover svg path {
    fill: #1d4772;
}

#addReceiver:active {
    border: 1px solid #383e45;
    color: #383e45;
}

#addReceiver:active svg circle {
    stroke: #383e45;
}

#addReceiver:active svg path {
    fill: #383e45;
}

.receiver__setting {
    padding-top: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #d8d8d8;
}

.receiver__setting:last-child {
    border-bottom: none;
}

.receiver__setting .checkbox [type="checkbox"]+label {
    font-weight: 500;
    font-size: 15px;
    -ms-flex-align: center;
    align-items: center;
}

.receiver__setting .checkbox [type="checkbox"]+label svg {
    margin-right: 12px;
    margin-left: 12px;
    width: 24px;
}

.receiver__setting__content {
    padding-left: 84px;
}

.receiver__setting__content.disabled {
    opacity: 0.4;
    pointer-events: none;
}

.upload-box {
    position: relative;
    max-width: 300px;
    display: block;
    margin-top: 12px;
    margin-bottom: 12px;
}

.upload-box__clean {
    display: none;
    position: absolute;
    top: 12px;
    right: 12px;
    cursor: pointer;
    z-index: 2;
}

.upload-box__area {
    width: 100%;
    height: 170px;
    background: #f6f6f8;
    border: 1px dashed #f6f6f8;
    background-position: 50%;
    background-size: contain;
    background-repeat: no-repeat;
}

.upload-box__area.error {
    border: 1px solid #3e77b6;
}

.upload-box:hover .upload-box__area {
    border: 1px dashed #5f83c6;
}

.upload-box__content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 0;
    padding: 12px;
    color: #969696;
}

.upload-box__content,
.upload-box__preview {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.upload-box__preview {
    display: none;
    bottom: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
    z-index: 1;
}

.upload-box.uploaded .upload-box__content {
    display: none;
}

.upload-box.uploaded .upload-box__clean,
.upload-box.uploaded .upload-box__preview {
    display: block;
}

.upload-box.uploading .upload-box__clean,
.upload-box.uploading .upload-box__content,
.upload-box.uploading .upload-box__preview {
    display: none;
}

.upload-box.uploading:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 32px;
    height: 32px;
    background: url(/img/svg_icons/preload.svg);
    background-size: contain;
}

.upload-box__upload .moxie-shim {
    left: 0 !important;
    top: 0 !important;
    width: 100% !important;
    height: 100% !important;
}

.tool__content {
    max-width: 1200px;
    margin: 20vh auto 42px;
}

.tool__content__head {
    max-width: 800px;
    margin: 42px auto;
}

.tool__content .infounit__list {
    padding: 42px;
}

.tool__content__block {
    max-width: 800px;
    margin: 42px auto;
}

.limit-alert {
    display: none;
    position: fixed;
    right: 467px;
    bottom: 24px;
    width: auto;
    z-index: 2;
    padding: 8px 24px 12px 92px;
    text-align: left;
    height: 80px;
    overflow: hidden;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 8px;
    background: #fff url(/img/limits/pattern.svg);
    -webkit-box-shadow: 0 -8px 30px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 -8px 30px 0 rgba(0, 0, 0, 0.1);
    cursor: pointer;
    color: #47474f;
}

@media (max-width: 1440px) {
    .limit-alert {
        right: 407px;
    }
}

@media (max-width: 840px) {
    .limit-alert {
        right: 10px;
        bottom: 120px;
        width: 270px;
        padding: 8px 12px 12px 72px;
    }
}

@media (max-width: 768px) {
    .limit-alert {
        width: 200px;
        padding: 8px 12px 12px;
        bottom: 90px;
    }
}

.limit-alert:before {
    content: "";
    display: block;
    position: absolute;
    background-size: 16px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 24px;
    width: 48px;
    height: 48px;
    background: url(/img/limits/icon.svg) no-repeat 50%;
}

@media (max-width: 840px) {
    .limit-alert:before {
        left: 12px;
    }
}

@media (max-width: 768px) {
    .limit-alert:before {
        display: none;
    }
}

.limit-alert__header {
    font-size: 15px;
    font-weight: 600;
}

.limit-alert__content {
    margin-top: 2px;
    font-size: 12px;
}

.limit-alert:hover {
    border: 1px solid orange;
}

.limit-alert--files:before {
    background-image: url(/img/limits/files-icon.svg);
}

.limit-alert--size:before {
    background-image: url(/img/limits/size-icon.svg);
}

.limit-alert--pages:before {
    background-image: url(/img/limits/pages-icon.svg);
}

.limit-slide {
    margin-top: 48px;
    margin-bottom: 90px;
}

.limit-slide__header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.limit-slide__title {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.limit-slide__title:first-child {
    text-align: left;
}

.limit-slide__title:last-child {
    text-align: right;
}

.limit-slide__title div {
    font-weight: 400;
    text-transform: none;
}

.limit-slide__title--free {
    color: #4acd86;
}

.limit-slide__title--premium {
    color: #ffb400;
}

.limit-slide__slide {
    margin-top: 16px;
    position: relative;
    width: 100%;
    height: 8px;
    border-radius: 4px;
    background: #ffedc2;
}

.limit-slide__slide__premium {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #ffedc2;
    width: 100%;
    height: 8px;
    z-index: 1;
    border-radius: 4px;
}

.limit-slide__slide__free {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #4acd86;
    width: 0;
    height: 8px;
    z-index: 2;
    border-radius: 4px 0 0 4px;
    -webkit-transition: width 0.4s ease-in-out;
    -o-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
}

.limit-slide__slide__current {
    position: absolute;
    top: -4px;
    left: 0;
    background-color: #ffb400;
    width: 4px;
    height: 16px;
    z-index: 3;
    border-radius: 2px;
    pointer-events: none;
    -webkit-transition: left 0.8s ease-in-out;
    -o-transition: left 0.8s ease-in-out;
    transition: left 0.8s ease-in-out;
}

[next-from-confirm-files-no],
[next-from-confirm-files-yes] {
    text-align: left;
    min-width: auto;
}

.dialog__header--dark {
    background: url(/img/premium/header.svg) no-repeat 50%;
    background-size: cover;
}

[data-state="AuthState"] .btn,
[data-state="CannotTrialState"] .btn {
    border-radius: 8px;
    min-width: 0;
}

.payment-period__payments__item__badge {
    -webkit-transform: translate(75%, -20px);
    transform: translate(75%, -20px);
    right: 16px;
    top: 4px;
}

.payment__interval-selector__select-box {
    border-radius: 24px;
    min-width: 150px;
    min-height: 110px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid rgba(0, 0, 0, 0);
    padding: 4px;
    background: -webkit-gradient( linear, left top, left bottom, from(#fff), to(#fff)) padding-box, -webkit-gradient(linear, left top, left bottom, from(#adadb6), to(#adadb6)) border-box;
    background: -webkit-linear-gradient(#fff, #fff) padding-box, -webkit-linear-gradient(#adadb6, #adadb6) border-box;
    background: -o-linear-gradient(#fff, #fff) padding-box, -o-linear-gradient(#adadb6, #adadb6) border-box;
    background: linear-gradient(#fff, #fff) padding-box, linear-gradient(#adadb6, #adadb6) border-box;
}

.payment__interval-selector__select-box__content {
    padding: 16px 24px;
    opacity: 0.8;
    -webkit-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
}

.payment__interval-selector__select-box__content:hover {
    opacity: 1;
}

.payment__interval-selector__select-box[data-selected="true"] {
    border: 5px solid rgba(0, 0, 0, 0);
    padding: 0;
    background: -webkit-gradient( linear, left top, left bottom, from(#f5f5fa), to(#f5f5fa)) padding-box, -webkit-gradient(linear, left top, right top, from(#ffb400), to(#ff8273)) border-box;
    background: -webkit-linear-gradient(#f5f5fa, #f5f5fa) padding-box, -webkit-linear-gradient(left, #ffb400, #ff8273) border-box;
    background: -o-linear-gradient(#f5f5fa, #f5f5fa) padding-box, -o-linear-gradient(left, #ffb400, #ff8273) border-box;
    background: linear-gradient(#f5f5fa, #f5f5fa) padding-box, linear-gradient(90deg, #ffb400, #ff8273) border-box;
}

.payment__interval-selector__select-box[data-selected="true"] .payment__interval-selector__select-box__content {
    opacity: 1;
}

.payment__interval-selector__select-box[data-selected="true"] .payment-period__payments__item__badge {
    right: 12px;
    top: 0;
}

.payment__provider-selector {
    padding: 0;
    margin: 10px 60px 0;
}

.payment__provider-selector__item {
    padding: 8px 16px;
    margin-bottom: -1px;
    border: none;
    border-bottom: 3px solid rgba(0, 0, 0, 0);
}

.payment__provider-selector__item[data-checked="true"] {
    border: none;
    border-bottom: 3px solid #3e77b6;
}

.payment__provider-views {
    margin-top: 24px;
}

.inline-context .dialog__header .dialog__title.orange {
    color: #161616 !important;
}

.user-premium .auth__info {
    position: relative;
    background: none;
}

.user-premium .auth__info:before {
    background: #383e45 url(/img/premium/top.svg) no-repeat top;
    background-size: contain;
}

.user-premium .auth__info:after,
.user-premium .auth__info:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
}

.user-premium .auth__info:after {
    background: url(/img/premium/bottom.svg) no-repeat bottom;
    background-size: contain;
}

.user-premium .auth__info .auth__box {
    z-index: 1;
}

.new-premium__logos {
    margin-top: -8px;
}

.payment__footer {
    -ms-flex-direction: initial;
    flex-direction: row;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.payment__footer .payment__checklist {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: -ms-flexbox;
    display: flex;
    margin: 0 12px;
}

.payment__footer .payment__checklist img {
    margin-top: 4px;
    margin-right: 8px;
}

.payment__text {
    text-align: left;
}

@media (min-width: 480px) {
    body.process-run .header {
        margin-top: 24px;
        margin-bottom: 24px;
    }
}

body.process-run .header .brand {
    -ms-flex: 0 0 160px;
    flex: 0 0 160px;
}

@media (min-width: 480px) {
    body.process-run .header .brand {
        width: 160px;
    }
}

body.process-run .header .brand__logo {
    width: 160px;
}

@media (min-width: 480px) {
    body.process-run .header .brand__logo {
        width: 140px;
    }
}

body.process-run .add {
    margin-bottom: 12px;
}

@media (max-width: 1440px) {
    body.process-run .limit-slide {
        margin-top: 32px;
        margin-bottom: 78px;
    }
}

@media (max-width: 1440px) {
    .dialog .dialog__header+.dialog__body {
        padding-top: 24px;
    }
    .payment__interval-selector {
        margin-bottom: 24px;
    }
    .payment__actions {
        margin-top: 16px;
    }
}

@media screen and (max-height: 650px) {
    .toolpage:not(.sidebar-active) .add {
        position: static;
    }
}

@media screen and (min-height: 651px) {
    .toolpage:not(.sidebar-active) .add {
        position: absolute !important;
        bottom: 40px;
        left: 0;
        right: 0;
    }
}

#toggleCover {
    display: none;
}

.tool-pagenumber .editor__content__item__content,
.tool-watermark .editor__content__item__content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: inherit;
    flex-direction: inherit;
}

.tool-pagenumber .text,
.tool-watermark .text {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding: 6px 12px;
}

.tool-pagenumber .toolbar-align,
.tool-pagenumber .toolbar-background,
.tool-pagenumber .toolbar-font-shadow,
.tool-pagenumber .toolbar-remove,
.tool-pagenumber .toolbar-visibility,
.tool-watermark .toolbar-align,
.tool-watermark .toolbar-background,
.tool-watermark .toolbar-font-shadow,
.tool-watermark .toolbar-remove,
.tool-watermark .toolbar-visibility {
    display: none;
}

.tool-pagenumber .toolbar-format,
.tool-watermark .toolbar-format {
    border-right: 0;
}

.item-loading {
    position: absolute;
    background: hsla(0, 0%, 100%, 0.8) url(/img/svg_icons/preload.svg) 50% no-repeat;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
}

.header {
    display: block !important;
}

.tool__preview {
    display: none;
    width: 202px;
    margin-top: 52px;
    -webkit-transition: all 0.2s;
    -o-transition: 0.2s all;
    transition: all 0.2s;
}

@media (max-width: 840px) {
    .tool__preview {
        display: none;
    }
}

.tool__preview canvas,
.tool__preview img {
    max-width: 100%;
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3);
    margin-bottom: 8px;
}

.tool__preview.multiple {
    width: 242px;
}

.tool__preview.multiple .tool__preview__tabs {
    display: block;
}

.tool__preview.closed {
    width: 12px;
}

.tool__preview.closed .tool__preview__files,
.tool__preview.closed .tool__preview__pages,
.tool__preview.closed .tool__preview__tabs {
    -ms-flex: 0 0;
    flex: 0 0;
}

.tool__preview.closed .tool__preview__toggle svg {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.tool__preview__title {
    font-size: 15px;
    font-weight: 500;
    margin: 12px;
}

.tool__preview__pages {
    -ms-flex: 0 0 190px;
    flex: 0 0 190px;
    background: #f6f6f8;
    overflow-y: auto;
    padding-top: 24px;
}

.tool__preview__pages.closed {
    -ms-flex: 0 0;
    flex: 0 0;
}

.tool__preview__files {
    -ms-flex: 0 0 190px;
    flex: 0 0 190px;
    background: #f6f6f8;
    overflow-y: auto;
}

.tool__preview__files__list {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.tool__preview__files.closed {
    -ms-flex: 0 0;
    flex: 0 0;
}

.tool__preview__tabs {
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
    background: #626870;
    overflow-y: auto;
    display: none;
}

.tool__preview__tabs.closed {
    -ms-flex: 0 0;
    flex: 0 0;
}

.tool__preview__tabs__item {
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.tool__preview__tabs__item svg {
    fill: #fff;
}

.tool__preview__tabs__item.active {
    background: #f6f6f8;
}

.tool__preview__tabs__item.active svg {
    fill: #3e77b6;
}

.tool__preview__toggle {
    background: #e1e1e1;
    -ms-flex: 0 0 12px;
    flex: 0 0 12px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
}

.tool__preview__toggle:hover path {
    fill: #3e77b6;
}

.tool__preview .preview__file .close {
    width: 12px;
    height: 12px;
    position: absolute;
    top: 4px;
    right: 4px;
    background: url(/img/svg_icons/close.svg) no-repeat 50%;
    background-size: contain;
    cursor: pointer;
}

.tool__preview .preview__file,
.tool__preview .preview__page {
    position: relative;
    width: 94px;
    text-align: center;
    margin: 12px auto;
    font-size: 12px;
}

.tool__preview .preview__file img,
.tool__preview .preview__page img {
    cursor: pointer;
}

.tool__preview .preview__file.active canvas,
.tool__preview .preview__file.active img,
.tool__preview .preview__page.active canvas,
.tool__preview .preview__page.active img {
    outline: 1px solid #007bff;
}

.tool__preview .preview__file.sortable-ghost>*,
.tool__preview .preview__page.sortable-ghost>* {
    display: block;
    opacity: 0.5;
}

.tool__preview .preview__file.sortable-ghost img,
.tool__preview .preview__page.sortable-ghost img {
    display: block;
    border: 1px solid #3e77b6;
}

.tool__preview .preview__filename {
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.tool__preview .preview__bullet {
    position: absolute;
    width: 16px;
    height: 16px;
    background: #4a7aab;
    border-radius: 100% 4px 100% 100%;
    right: -8px;
    top: 8px;
    cursor: pointer;
    text-indent: -9999999px;
}

.tool__preview .preview__bullet:hover {
    background: #204160;
}

.tool__preview .preview__separator {
    width: 90px;
    margin: 24px auto 32px;
    height: 1px;
    background: #aeaeb2;
}

.tool__preview .preview__separator:last-child {
    display: none;
}

.sidebar-active .tool__preview {
    display: -ms-flexbox;
    display: flex;
}

.tool-editpdf .show-form-contour-error .canvas-object[data-type="formcheckbox"].canvas-object--has-validation-errors .editpdf-checkbox--checkmark,
.tool-editpdf .show-form-contour-error .canvas-object[data-type="formcombobox"].canvas-object--has-validation-errors select,
.tool-editpdf .show-form-contour-error .canvas-object[data-type="formlistbox"].canvas-object--has-validation-errors select,
.tool-editpdf .show-form-contour-error .canvas-object[data-type="formradiobutton"].canvas-object--has-validation-errors .editpdf-radiobutton--checkmark,
.tool-editpdf .show-form-contour-error .canvas-object[data-type="formtextbox"].canvas-object--has-validation-errors input {
    border-radius: 0;
    -webkit-transition: border 0.1s ease-out;
    -o-transition: border 0.1s ease-out;
    transition: border 0.1s ease-out;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 2px solid #3e77b6;
}

.tool-editpdf .show-form-contour-error .canvas-object[data-type="formcheckbox"].canvas-object--has-validation-errors .editpdf-checkbox--checkmark:focus,
.tool-editpdf .show-form-contour-error .canvas-object[data-type="formcheckbox"].canvas-object--has-validation-errors .editpdf-checkbox--checkmark:hover,
.tool-editpdf .show-form-contour-error .canvas-object[data-type="formcombobox"].canvas-object--has-validation-errors select:focus,
.tool-editpdf .show-form-contour-error .canvas-object[data-type="formcombobox"].canvas-object--has-validation-errors select:hover,
.tool-editpdf .show-form-contour-error .canvas-object[data-type="formlistbox"].canvas-object--has-validation-errors select:focus,
.tool-editpdf .show-form-contour-error .canvas-object[data-type="formlistbox"].canvas-object--has-validation-errors select:hover,
.tool-editpdf .show-form-contour-error .canvas-object[data-type="formradiobutton"].canvas-object--has-validation-errors .editpdf-radiobutton--checkmark:focus,
.tool-editpdf .show-form-contour-error .canvas-object[data-type="formradiobutton"].canvas-object--has-validation-errors .editpdf-radiobutton--checkmark:hover,
.tool-editpdf .show-form-contour-error .canvas-object[data-type="formtextbox"].canvas-object--has-validation-errors input:focus,
.tool-editpdf .show-form-contour-error .canvas-object[data-type="formtextbox"].canvas-object--has-validation-errors input:hover {
    border: 2px solid #3e77b6;
}

.tool-editpdf .show-form-contour-error .canvas-object[data-type="formcheckbox"].canvas-object--has-validation-errors .editpdf-checkbox--checkmark:focus,
.tool-editpdf .show-form-contour-error .canvas-object[data-type="formcombobox"].canvas-object--has-validation-errors select:focus,
.tool-editpdf .show-form-contour-error .canvas-object[data-type="formlistbox"].canvas-object--has-validation-errors select:focus,
.tool-editpdf .show-form-contour-error .canvas-object[data-type="formradiobutton"].canvas-object--has-validation-errors .editpdf-radiobutton--checkmark:focus,
.tool-editpdf .show-form-contour-error .canvas-object[data-type="formtextbox"].canvas-object--has-validation-errors input:focus {
    border-radius: 0;
    -webkit-transition: border 0.1s ease-out;
    -o-transition: border 0.1s ease-out;
    transition: border 0.1s ease-out;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 3px solid #3e77b6;
}

.tool-editpdf .show-form-contour-error .canvas-object[data-type="formcheckbox"].canvas-object--has-validation-errors .editpdf-checkbox--checkmark:focus:focus,
.tool-editpdf .show-form-contour-error .canvas-object[data-type="formcheckbox"].canvas-object--has-validation-errors .editpdf-checkbox--checkmark:focus:hover,
.tool-editpdf .show-form-contour-error .canvas-object[data-type="formcombobox"].canvas-object--has-validation-errors select:focus:focus,
.tool-editpdf .show-form-contour-error .canvas-object[data-type="formcombobox"].canvas-object--has-validation-errors select:focus:hover,
.tool-editpdf .show-form-contour-error .canvas-object[data-type="formlistbox"].canvas-object--has-validation-errors select:focus:focus,
.tool-editpdf .show-form-contour-error .canvas-object[data-type="formlistbox"].canvas-object--has-validation-errors select:focus:hover,
.tool-editpdf .show-form-contour-error .canvas-object[data-type="formradiobutton"].canvas-object--has-validation-errors .editpdf-radiobutton--checkmark:focus:focus,
.tool-editpdf .show-form-contour-error .canvas-object[data-type="formradiobutton"].canvas-object--has-validation-errors .editpdf-radiobutton--checkmark:focus:hover,
.tool-editpdf .show-form-contour-error .canvas-object[data-type="formtextbox"].canvas-object--has-validation-errors input:focus:focus,
.tool-editpdf .show-form-contour-error .canvas-object[data-type="formtextbox"].canvas-object--has-validation-errors input:focus:hover {
    border: 3px solid #3e77b6;
}

.tool-editpdf .canvas-object.canvas-object--active-element[data-type="line"] .controls .surface-rect,
.tool-editpdf .canvas-object:not(.canvas-object--active-element) .anchor {
    display: none;
}

.tool-editpdf .canvas-object {
    position: absolute;
    display: -ms-flexbox;
    display: flex;
}

.tool-editpdf .canvas-object img,
.tool-editpdf .canvas-object svg {
    display: block;
}

.tool-editpdf .canvas-object.canvas-object--hidden,
.tool-editpdf .canvas-object.canvas-object--hidden .controls {
    opacity: 0;
    pointer-events: none;
}

.tool-editpdf .canvas-object.canvas-object--hidden .controls.enabled {
    pointer-events: none;
}

.tool-editpdf .canvas-object .controls {
    z-index: 1;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -ms-touch-action: none;
    touch-action: none;
    pointer-events: none;
    opacity: 0;
}

.tool-editpdf .canvas-object .controls.visible {
    opacity: 1;
}

.tool-editpdf .canvas-object .controls.enabled {
    pointer-events: all;
}

.tool-editpdf .canvas-object .controls.draggable {
    cursor: -webkit-grab;
    cursor: grab;
}

.tool-editpdf .canvas-object .controls.dragging {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.tool-editpdf .canvas-object .controls:hover {
    cursor: pointer;
}

.tool-editpdf .canvas-object .controls.line-controls {
    pointer-events: none;
}

.tool-editpdf .canvas-object .controls .surface-rect {
    fill: rgba(0, 0, 0, 0);
    stroke: #63b5f6;
    shape-rendering: geometricPrecision;
    cursor: pointer;
    opacity: 0;
    pointer-events: none;
}

.tool-editpdf .canvas-object .controls .surface-rect.enabled {
    pointer-events: all;
}

.tool-editpdf .canvas-object .controls .surface-rect.visible {
    opacity: 1;
}

.tool-editpdf .canvas-object .controls .anchor {
    fill: #2196f3;
    stroke: #fff;
    opacity: 0;
    pointer-events: none;
}

.tool-editpdf .canvas-object .controls .anchor.cursor-ns-resize {
    cursor: ns-resize;
}

.tool-editpdf .canvas-object .controls .anchor.cursor-nesw-resize {
    cursor: nesw-resize;
}

.tool-editpdf .canvas-object .controls .anchor.cursor-nwse-resize {
    cursor: nwse-resize;
}

.tool-editpdf .canvas-object .controls .anchor.cursor-ew-resize {
    cursor: ew-resize;
}

.tool-editpdf .canvas-object .controls .anchor.enabled {
    pointer-events: all;
}

.tool-editpdf .canvas-object .controls .anchor.visible {
    opacity: 1;
}

.tool-editpdf .canvas-object[data-type="img"] img.hidden {
    opacity: none;
}

.tool-editpdf .canvas-object[data-type="freehand"] svg.freehand-canvas path {
    stroke-linejoin: round;
    stroke-linecap: round;
}

.tool-editpdf .canvas-object[data-type="line"] {
    pointer-events: none;
}

.tool-editpdf .canvas-object[data-type="line"] svg line {
    cursor: pointer;
    pointer-events: all;
}

.tool-editpdf .canvas-object[data-type="text"] {
    display: block;
}

.tool-editpdf .canvas-object[data-type="text"] .text-content {
    text-align: left;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
}

.tool-editpdf .canvas-object[data-type="text"] .text-content .contenteditable-wrapper {
    display: inline-block;
}

.tool-editpdf .canvas-object[data-type="text"] .text-content .contenteditable-wrapper [contenteditable] {
    display: block;
    pointer-events: auto;
    letter-spacing: normal;
    word-break: break-word;
    text-align: left;
    line-height: normal;
    overflow: visible;
}

.tool-editpdf .canvas-object[data-type="text"].hidden-text {
    opacity: 1;
    pointer-events: none;
    outline: none;
}

.tool-editpdf .canvas-object[data-type="text"].hidden-text .text-content {
    outline: none;
    pointer-events: none;
}

.tool-editpdf .canvas-object[data-type="text"].hidden-text .text-content [contenteditable] {
    pointer-events: none;
}

.tool-editpdf .canvas-object[data-type="statictext"] .text-content {
    color: rgba(0, 0, 0, 0);
    line-height: 1em;
    overflow: visible;
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
    mix-blend-mode: multiply;
}

.tool-editpdf .canvas-object[data-type="statictext"] .text-content::-moz-selection {
    background: #fcee7c;
}

.tool-editpdf .canvas-object[data-type="statictext"] .text-content::selection {
    background: #fcee7c;
}

.tool-editpdf .canvas-object[data-type="formtextbox"] input {
    padding: 0;
    border-radius: 0;
    border: none;
    border: 1px solid rgba(0, 0, 0, 0);
    -webkit-transition: border 0.1s ease-out;
    -o-transition: border 0.1s ease-out;
    transition: border 0.1s ease-out;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.tool-editpdf .canvas-object[data-type="formtextbox"] input:focus,
.tool-editpdf .canvas-object[data-type="formtextbox"] input:hover {
    border: 1px solid #000;
}

.tool-editpdf .canvas-object[data-type="formtextbox"] textarea {
    min-height: 1px;
    line-height: 1.5;
}

.tool-editpdf .canvas-object[data-type="formcheckbox"] input {
    cursor: pointer;
    margin: 0;
    border-radius: 0;
    border: none;
    outline: 2px solid rgba(0, 0, 0, 0);
    -webkit-transition: outline 0.1s ease-out;
    -o-transition: outline 0.1s ease-out;
    transition: outline 0.1s ease-out;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.tool-editpdf .canvas-object[data-type="formcheckbox"] input:focus,
.tool-editpdf .canvas-object[data-type="formcheckbox"] input:hover {
    outline: 2px solid #000;
}

.tool-editpdf .canvas-object[data-type="formradiobutton"] input {
    cursor: pointer;
    border-radius: 0;
    border: none;
    outline: 2px solid rgba(0, 0, 0, 0);
    -webkit-transition: outline 0.1s ease-out;
    -o-transition: outline 0.1s ease-out;
    transition: outline 0.1s ease-out;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.tool-editpdf .canvas-object[data-type="formradiobutton"] input:focus,
.tool-editpdf .canvas-object[data-type="formradiobutton"] input:hover {
    outline: 2px solid #000;
}

.tool-editpdf .canvas-object[data-type="formcombobox"] select {
    padding: 0;
    cursor: pointer;
    border-radius: 0;
    border: none;
    border: 1px solid rgba(0, 0, 0, 0);
    -webkit-transition: border 0.1s ease-out;
    -o-transition: border 0.1s ease-out;
    transition: border 0.1s ease-out;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.tool-editpdf .canvas-object[data-type="formcombobox"] select:focus,
.tool-editpdf .canvas-object[data-type="formcombobox"] select:hover {
    border: 1px solid #000;
}

.tool-editpdf .canvas-object[data-type="formlistbox"] select {
    overflow: auto;
}

.tool-editpdf .color-palette-wrapper,
.tool-editpdf .color-palette-wrapper> :not(svg),
.tool-editpdf .contextual-menu-wrapper,
.tool-editpdf .contextual-menu-wrapper> :not(svg),
.tool-editpdf [data-menu-action="open_gear_menu"],
.tool-editpdf [data-menu-action="open_gear_menu"]> :not(svg) {
    -webkit-transition: all 0.2s;
    -o-transition: 0.2s all;
    transition: all 0.2s;
}

.tool-editpdf [data-menu-action="open_gear_menu"] .wrapper {
    width: 100%;
    height: 100%;
}

.tool-editpdf .tippy-active> :not(svg),
.tool-editpdf .tippy-active> :not(svg):hover {
    background: #3e77b6;
}

.tool-editpdf [data-tippy-root] [data-theme~="tippy-gear-menu"],
.tool-editpdf [data-tippy-root] [data-theme~="tippy-shape-selector-menu"] {
    border-radius: 5px;
    padding: 3px 6px;
}

.tool-editpdf [data-tippy-root] [data-theme~="tippy-gear-menu"] .tippy-content,
.tool-editpdf [data-tippy-root] [data-theme~="tippy-shape-selector-menu"] .tippy-content {
    padding: 0;
}

.tool-editpdf #tippy-gear-menu,
.tool-editpdf #tippy-shape-selector-menu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 2px 3px;
}

.tool-editpdf #tippy-gear-menu [data-tool]:hover svg,
.tool-editpdf #tippy-gear-menu [data-tool]:hover svg path,
.tool-editpdf #tippy-shape-selector-menu [data-tool]:hover svg,
.tool-editpdf #tippy-shape-selector-menu [data-tool]:hover svg path {
    fill: #383e45;
}

.tool-editpdf #tippy-gear-menu>div,
.tool-editpdf #tippy-shape-selector-menu>div {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 9px;
    cursor: pointer;
    border-radius: 4px;
    -webkit-transition: all 0.2;
    -o-transition: 0.2 all;
    transition: all 0.2;
}

.tool-editpdf #tippy-gear-menu>div:hover,
.tool-editpdf #tippy-shape-selector-menu>div:hover {
    background-color: #f6f6f8;
}

.tool-editpdf #textAlignment_ContextualMenu+[data-tippy-root] .tippy-box {
    padding: 0;
}

.tool-editpdf#textAlignment_ContextualMenu+[data-tippy-root] .tippy-box .tippy-content {
    padding: 4px;
}

.editpdf-menu-wrapper#editpdf-menu-toolbar .editpdf__menu__block:first-child .wrapper {
    padding: 0 20px 0 24px;
}

.editpdf-menu-wrapper#editpdf-menu-toolbar .editpdf__menu__block.editpdf__menu__block--text .wrapper {
    padding-left: 18px;
}

.editpdf-menu-wrapper #editpdf-menu-toolbar .editpdf__menu__block .wrapper {
    padding: 0 16px;
}

.editpdf__menu__block [data-menu-action="open_gear_menu"].tippy-active,
.editpdf__menu__block [data-menu-action="open_gear_menu"].tippy-active:hover {
    background: #3e77b6;
}

.editpdf__menu__block [data-menu-action="open_gear_menu"].tippy-active .wrapper {
    width: 100%;
    height: 100%;
}

.editpdf-menu-wrapper,
.editpdf-submenu-wrapper {
    position: fixed;
}

.editpdf-submenu-wrapper {
    -webkit-transition-property: top, opacity;
    -o-transition-property: top, opacity;
    transition-property: top, opacity;
    -webkit-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
}

body.tool-editpdf:not(.rtl) .editpdf-menu-wrapper,
body.tool-editpdf:not(.rtl) .editpdf-submenu-wrapper {
    right: 440px;
    width: calc(100% - 440px);
}

@media (max-width: 1440px) {
    body.tool-editpdf:not(.rtl) .editpdf-menu-wrapper,
    body.tool-editpdf:not(.rtl) .editpdf-submenu-wrapper {
        right: 300px;
        width: calc(100% - 300px);
    }
}

@media (max-width: 840px) {
    body.tool-editpdf:not(.rtl) .editpdf-menu-wrapper,
    body.tool-editpdf:not(.rtl) .editpdf-submenu-wrapper {
        left: 0;
        width: calc(100% - 4px);
    }
}

.editpdf-menu-wrapper {
    z-index: 4010;
    top: 60px;
}

.editpdf-submenu-wrapper {
    z-index: 4009;
    top: 108px;
}

.editpdf-submenu-wrapper.submenu-hidden {
    top: 60px;
}

.editpdf__menu {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow-y: visible;
    display: -ms-flexbox;
    display: flex;
    background: #f6f6f8;
    -webkit-transition: all 0.2s;
    -o-transition: 0.2s all;
    transition: all 0.2s;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
    height: 48px;
}

.editpdf__menu .layout-page-ico-black+.layout-page-ico-white {
    margin-left: 2px;
}

.editpdf__menu .editpdf__menu__option.next {
    margin-left: 3px;
    margin-right: 6px;
}

.editpdf__menu .editpdf__menu__option.next,
.editpdf__menu .editpdf__menu__option.prev {
    cursor: pointer;
}

.editpdf__menu .editpdf__menu__option.next .editpdf__menu__option__active,
.editpdf__menu .editpdf__menu__option.next .editpdf__menu__option__default,
.editpdf__menu .editpdf__menu__option.next .editpdf__menu__option__hover,
.editpdf__menu .editpdf__menu__option.prev .editpdf__menu__option__active,
.editpdf__menu .editpdf__menu__option.prev .editpdf__menu__option__default,
.editpdf__menu .editpdf__menu__option.prev .editpdf__menu__option__hover {
    pointer-events: none;
}

.editpdf__menu .editpdf__menu__option.next .editpdf__menu__option__default,
.editpdf__menu .editpdf__menu__option.prev .editpdf__menu__option__default {
    display: block;
}

.editpdf__menu .editpdf__menu__option.next .editpdf__menu__option__active,
.editpdf__menu .editpdf__menu__option.next .editpdf__menu__option__hover,
.editpdf__menu .editpdf__menu__option.next:active .editpdf__menu__option__default,
.editpdf__menu .editpdf__menu__option.prev .editpdf__menu__option__active,
.editpdf__menu .editpdf__menu__option.prev .editpdf__menu__option__hover,
.editpdf__menu .editpdf__menu__option.prev:active .editpdf__menu__option__default {
    display: none;
}

.editpdf__menu .editpdf__menu__option.next:active .editpdf__menu__option__active,
.editpdf__menu .editpdf__menu__option.prev:active .editpdf__menu__option__active {
    display: block;
}

.editpdf__menu .editpdf__menu__option.next:hover .editpdf__menu__option__default,
.editpdf__menu .editpdf__menu__option.prev:hover .editpdf__menu__option__default {
    display: none;
}

.editpdf__menu .editpdf__menu__option.next:hover:not(:active) .editpdf__menu__option__hover,
.editpdf__menu .editpdf__menu__option.prev:hover:not(:active) .editpdf__menu__option__hover {
    display: block;
}

.editpdf__menu.hidden {
    display: none;
}

.editpdf__menu__option.next,
.editpdf__menu__option.prev {
    width: 24px;
    height: 24px;
    display: inline-block;
    -o-object-fit: contain;
    object-fit: contain;
    border-radius: 4px;
    background-color: #aeaeb2;
}

.editpdf__menu .editpdf__menu__block {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}

.editpdf__menu .editpdf__menu__block.align-end {
    margin-left: auto;
}

[dir="rtl"] .editpdf__menu .editpdf__menu__block.align-end {
    margin-right: auto;
    margin-left: 0;
}

.editpdf__menu .editpdf__menu__block .item,
.editpdf__menu .editpdf__menu__block .wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}

.editpdf__menu .editpdf__menu__block .item {
    height: 48px;
    -webkit-transition: all 0.2s;
    -o-transition: 0.2s all;
    transition: all 0.2s;
}

.editpdf__menu .editpdf__menu__block .item.disabled {
    -webkit-transition-property: none;
    -o-transition-property: none;
    transition-property: none;
    opacity: 0.4;
}

.editpdf__menu .editpdf__menu__block .item:not(.disabled):hover {
    background: #f2f3f8;
    cursor: pointer;
}

.editpdf__menu .editpdf__menu__block .item:not(.disabled).hand--active,
.editpdf__menu .editpdf__menu__block .item:not(.disabled).item__selected {
    background: #f2f3f8;
}

.editpdf__menu .editpdf__menu__block .item:not(.disabled).hand--active svg path,
.editpdf__menu .editpdf__menu__block .item:not(.disabled).item__selected svg path {
    fill: #3e77b6;
}

.editpdf__menu .editpdf__menu__block .item[data-menu-action="zoom_in"]:hover svg>g,
.editpdf__menu .editpdf__menu__block .item[data-menu-action="zoom_out"]:hover svg>g {
    stroke: #383e45;
}

.editpdf__menu .editpdf__menu__block .item.hand--active svg path,
.editpdf__menu .editpdf__menu__block .item[data-tool].item__selected svg path {
    fill: #3e77b6;
}

.editpdf__menu .editpdf__menu__block .item.item--hidden {
    display: none;
}

.editpdf__menu .editpdf__menu__block .item[data-menu-action="open_shape_selector_menu"] {
    padding: 0 3px;
}

.editpdf__menu .editpdf__menu__block#tippy-shape-selector-menu[data-tool="line"],
.editpdf__menu .editpdf__menu__block#tippy-shape-selector-menu[data-tool="rect"] {
    padding: 11px 9px;
}

.editpdf__menu #shape-selector {
    z-index: 10;
}

.editpdf__menu input,
.editpdf__menu select {
    border: 1px solid #aeaeb2;
    font-size: 12px;
    height: 24px;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #fff;
    padding: 2px 8px 4px;
}

#editpdf-menu-toolbar {
    -webkit-box-shadow: 0 3px 6px 0 rgba(50, 50, 50, 0.3);
    box-shadow: 0 3px 6px 0 rgba(50, 50, 50, 0.3);
}

#editpdf-menu-toolbar #editor_pages_wrapper {
    margin-top: -1px;
    font-size: 12px;
    margin-left: 3px;
    margin-right: 3px;
    font-family: Rawline;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    color: #000;
}

#editpdf-menu-toolbar #editor_page {
    width: 48px;
    text-align: right;
}

#editpdf-menu-toolbar .zoom-icon {
    margin-right: 12px;
}

#editpdf-menu-toolbar #editor_zoom {
    width: 75px;
}

#editpdf-menu-toolbar #last-selected-brush {
    display: -ms-flexbox;
    display: flex;
}

.editpdf__menu__block:not(:first-child):before {
    position: absolute;
    -webkit-transition: all 0.1s;
    -o-transition: 0.1s all;
    transition: all 0.1s;
    content: "";
    height: 100%;
    width: 1px;
    right: -1px;
    z-index: 3;
    top: 0;
    left: 0;
    border-right: 1px solid #3e77b6;
}

[dir="rtl"] .editpdf__menu__block:not(:first-child):before {
    border-right: none;
    border-left: 1px solid #3e77b6;
}

.editpdf__menu__block.editpdf__menu__block--text:before {
    border-right: 4px solid #3e77b6;
}

[dir="rtl"] .editpdf__menu__block.editpdf__menu__block--text:before {
    border-right: none;
    border-left: 1px solid #3e77b6;
}

.editpdf-submenu-wrapper .editpdf__menu.editpdf__submenu {
    background: #f2f3f8;
    -webkit-box-shadow: 5px 4px 3px -3px rgba(0, 0, 0, 0.15);
    box-shadow: 5px 4px 3px -3px rgba(0, 0, 0, 0.15);
}

.editpdf-submenu-wrapper .editpdf__menu.editpdf__submenu .editpdf__menu__block {
    padding-left: 16px;
    padding-right: 16px;
}

.editpdf-submenu-wrapper .editpdf__menu.editpdf__submenu .editpdf__menu__block:first-child {
    padding-left: 0;
}

.editpdf-submenu-wrapper .editpdf__menu.editpdf__submenu .editpdf__menu__block:empty {
    display: none;
}

.editpdf-submenu-wrapper.submenu-hidden {
    opacity: 0;
    pointer-events: none;
}

[data-tippy-root] [data-theme~="editpdf-submenu-contextual-menu"] {
    border-radius: 5px;
    padding: 3px 6px;
}

[data-tippy-root] [data-theme~="editpdf-submenu-contextual-menu"] .tippy-content {
    display: -ms-flexbox;
    display: flex;
    padding: 0;
}

[data-tippy-root] [data-theme~="editpdf-submenu-contextual-menu"] .tippy-content [data-value] {
    border-radius: 5px;
    cursor: pointer;
    padding: 5px;
    -webkit-transition: background 0.25s;
    -o-transition: background 0.25s;
    transition: background 0.25s;
}

[data-tippy-root] [data-theme~="editpdf-submenu-contextual-menu"] .tippy-content [data-value]:hover {
    background: #e8e8e8;
}

@media (max-width: 1699px) {
    [data-tippy-root] [data-theme~="color-palette"].color-palette-fillColor-theme,
    [data-tippy-root] [data-theme~="color-palette"].color-palette-strokeColor-theme {
        left: -70px !important;
    }
}

[data-tippy-root] [data-theme~="color-palette"] .tippy-content .color-palette {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

[data-tippy-root] [data-theme~="color-palette"] .tippy-content .color-palette .color-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

[data-tippy-root] [data-theme~="color-palette"] .tippy-content .color-palette .color-col {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 4px;
    border-radius: 5px;
}

[data-tippy-root] [data-theme~="color-palette"] .tippy-content .color-palette .color-col:hover {
    -webkit-transition: all 0.2s;
    -o-transition: 0.2s all;
    transition: all 0.2s;
}

[data-tippy-root] [data-theme~="color-palette"] .tippy-content .color-palette .color-col:not(:last-child) {
    margin-right: 5px;
}

[data-tippy-root] [data-theme~="color-palette"] .tippy-content .color-palette .color-col .color-sample {
    cursor: pointer;
    position: relative;
    display: inline-block;
    border-radius: 2px;
    width: 16px;
    height: 16px;
}

[data-tippy-root] [data-theme~="color-palette"] .tippy-content .color-palette .color-col .color-sample .check-icon {
    position: absolute;
    top: 4px;
    left: 4px;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

[data-tippy-root] [data-theme~="color-palette"] .tippy-content .color-palette .color-col .color-sample[data-value="#FFFFFF"] .check-icon path,
[data-tippy-root] [data-theme~="color-palette"] .tippy-content .color-palette .color-col .color-sample[data-value="transparent"] .check-icon path {
    fill: #000;
}

[data-tippy-root] [data-theme~="color-palette"] .tippy-content .color-palette .color-col .color-sample[data-value="#FFFFFF"] {
    border: 1.2px solid #3e77b6;
    width: 14.2px;
    height: 14.2px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

[data-tippy-root] [data-theme~="color-palette"] .tippy-content .color-palette .color-col .color-sample[data-value="#FFFFFF"] .check-icon {
    top: 3.2px;
    left: 2.8px;
}

.editpdf-submenu-wrapper .editpdf__menu.editpdf__submenu {
    top: 48px;
}

.editpdf-submenu-wrapper .editpdf__menu.editpdf__submenu .editpdf__menu__block:first-child {
    margin-left: 0;
    border-left: 1px solid #3e77b6;
}

.editpdf-submenu-wrapper .editpdf__menu.editpdf__submenu .editpdf__menu__block:first-child .wrapper:first-child {
    padding-left: 24px;
}

[dir="rtl"] .editpdf-submenu-wrapper .editpdf__menu.editpdf__submenu .editpdf__menu__block:first-child {
    border-right: 1px solid #3e77b6;
    border-left: none;
}

.editpdf-submenu-wrapper .editpdf__menu.editpdf__submenu#strokeWidth_inputNumber {
    width: 80px;
    text-align: right;
}

.editpdf-submenu-wrapper .editpdf__menu.editpdf__submenu .color-sample {
    position: relative;
    display: inline-block;
    border-radius: 2px;
    width: 16px;
    height: 16px;
}

.editpdf-submenu-wrapper .editpdf__menu.editpdf__submenu .color-sample .check-icon {
    position: absolute;
    top: 4px;
    left: 3px;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.editpdf-submenu-wrapper .editpdf__menu.editpdf__submenu .editpdf__menu__block .wrapper,
.editpdf-submenu-wrapper .editpdf__menu.editpdf__submenu .editpdf__menu__block .wrapper.wrapper-no-padding {
    padding: 0;
}

.editpdf-submenu-wrapper .editpdf__menu.editpdf__submenu .editpdf__menu__block .wrapper .editpdf-icon.leftside-icon {
    margin-right: 8px;
}

.editpdf-submenu-wrapper .editpdf__menu.editpdf__submenu .editpdf__menu__block .wrapper:not(:first-child) {
    margin-left: 8px;
}

.editpdf-submenu-wrapper .editpdf__menu.editpdf__submenu .editpdf__menu__block .color-palette-wrapper .color-sample:not(.for-border)[data-value="#FFFFFF"] {
    border: 1.2px solid #3e77b6;
}

.editpdf-submenu-wrapper .editpdf__menu.editpdf__submenu .editpdf__menu__block .color-palette-wrapper .color-sample.for-border {
    border: 1.2px solid #fff;
    -webkit-box-shadow: 0 0 2px 0 #aeaeb2;
    box-shadow: 0 0 2px 0 #aeaeb2;
}

.editpdf-submenu-wrapper .editpdf__menu.editpdf__submenu .editpdf__menu__block .color-palette-wrapper .color-sample.for-border[data-value="transparent"] {
    border: 1.2px dashed #aeaeb2;
    -webkit-box-shadow: 0 0 1px 0 #aeaeb2;
    box-shadow: 0 0 1px 0 #aeaeb2;
}

.editpdf-submenu-wrapper .editpdf__menu.editpdf__submenu .editpdf__menu__block[data-name="fillAndStrokeColor"] .wrapper,
.editpdf-submenu-wrapper .editpdf__menu.editpdf__submenu .editpdf__menu__block[data-name="rotation"] .wrapper {
    margin-right: 0;
}

.editpdf-submenu-wrapper .editpdf__menu.editpdf__submenu .editpdf__menu__block[data-name="fillAndStrokeColor"] .wrapper:not(:first-child),
.editpdf-submenu-wrapper .editpdf__menu.editpdf__submenu .editpdf__menu__block[data-name="rotation"] .wrapper:not(:first-child) {
    margin-left: 4px;
}

.editpdf-submenu-wrapper .editpdf__menu.editpdf__submenu .editpdf__menu__block[data-name="fillAndStrokeColor"] .wrapper:first-child,
.editpdf-submenu-wrapper .editpdf__menu.editpdf__submenu .editpdf__menu__block[data-name="rotation"] .wrapper:first-child {
    margin-right: 0;
}

.editpdf-submenu-wrapper .editpdf__menu.editpdf__submenu .editpdf__menu__block .wrapper:only-child {
    padding: 0;
}

.editpdf-submenu-wrapper .editpdf__menu.editpdf__submenu .editpdf__menu__block[data-name="recycle_bin"] .editpdf__submenu__btn.recycle-bin {
    padding: 0;
    width: 32px;
    height: 32px;
}

.editpdf-submenu-wrapper .editpdf__menu.editpdf__submenu .editpdf__menu__block[data-name="confirmDrawing"] {
    -ms-flex-order: 100;
    order: 100;
}

.editpdf-submenu-wrapper .editpdf__menu.editpdf__submenu select option[disabled] {
    background: #eee;
}

.editpdf-submenu-wrapper .editpdf__menu.editpdf__submenu select {
    text-transform: capitalize;
}

.editpdf-submenu-wrapper .editpdf__menu.editpdf__submenu input,
.editpdf-submenu-wrapper .editpdf__menu.editpdf__submenu select {
    height: 24px;
    padding: 2px 32px 6px 12px;
}

.editpdf-submenu-wrapper .editpdf__menu.editpdf__submenu input:hover,
.editpdf-submenu-wrapper .editpdf__menu.editpdf__submenu select:hover {
    border: 1px solid #626870;
}

.editpdf-submenu-wrapper .editpdf__menu.editpdf__submenu .editpdf__submenu__btn {
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 12px;
    height: 32px;
    border-radius: 5px;
    -webkit-transition: all 0.2s;
    -o-transition: 0.2s all;
    transition: all 0.2s;
}

.editpdf-submenu-wrapper .editpdf__menu.editpdf__submenu .editpdf__submenu__btn:hover {
    background: #fff;
}

.editpdf-submenu-wrapper .editpdf__menu.editpdf__submenu .contextual-menu-wrapper.contextual-menu-wrapper--with-rows+[data-tippy-root] .tippy-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

.editpdf-submenu-wrapper .editpdf__menu.editpdf__submenu .contextual-menu-wrapper.contextual-menu-wrapper--with-rows+[data-tippy-root] .tippy-content .symbol-row {
    display: -ms-flexbox;
    display: flex;
}

.editpdf-submenu-wrapper .editpdf__menu.editpdf__submenu .contextual-menu-wrapper>* {
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 12px;
    height: 32px;
    border-radius: 5px;
    -webkit-transition: all 0.2s;
    -o-transition: 0.2s all;
    transition: all 0.2s;
}

.editpdf-submenu-wrapper .editpdf__menu.editpdf__submenu .contextual-menu-wrapper> :hover {
    background: #fff;
}

.editpdf-submenu-wrapper .editpdf__menu.editpdf__submenu .contextual-menu-wrapper>* .unfold-arrow-icon {
    margin-left: 8px;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
}

.editpdf-submenu-wrapper .editpdf__menu.editpdf__submenu .color-palette-wrapper> :not(.editpdf-icon) {
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 12px;
    height: 32px;
    border-radius: 5px;
    -webkit-transition: all 0.2s;
    -o-transition: 0.2s all;
    transition: all 0.2s;
}

.editpdf-submenu-wrapper .editpdf__menu.editpdf__submenu .color-palette-wrapper> :not(.editpdf-icon):hover {
    background: #fff;
}

.editpdf-submenu-wrapper .editpdf__menu.editpdf__submenu .color-palette-wrapper> :not(.editpdf-icon) .unfold-arrow-icon {
    margin-left: 8px;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
}

.editpdf-submenu-wrapper .editpdf__menu.editpdf__submenu .item:hover {
    background: none;
}

.editpdf-submenu-wrapper .editpdf__menu.editpdf__submenu .editpdf__submenu__input-number.disabled {
    pointer-events: none;
    opacity: 0.4;
}

.editpdf-submenu-wrapper .editpdf__menu.editpdf__submenu .editpdf__submenu__input-number .substraction-arrow {
    position: absolute;
    right: 24px;
    -webkit-transform: scale(1.25);
    transform: scale(1.25);
    top: 27px;
    cursor: pointer;
}

.editpdf-submenu-wrapper .editpdf__menu.editpdf__submenu .editpdf__submenu__input-number .addition-arrow {
    position: absolute;
    right: 24px;
    -webkit-transform: rotate(180deg) scale(1.25);
    transform: rotate(180deg) scale(1.25);
    top: 18px;
    cursor: pointer;
}

.editpdf-submenu-wrapper .editpdf__menu.editpdf__submenu .action-button {
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 12px;
    height: 32px;
    border-radius: 5px;
    -webkit-transition: all 0.2s;
    -o-transition: 0.2s all;
    transition: all 0.2s;
}

.editpdf-submenu-wrapper .editpdf__menu.editpdf__submenu .action-button:hover {
    background: #fff;
}

.editpdf-submenu-wrapper .editpdf__menu.editpdf__submenu .action-button.rotateLeft,
.editpdf-submenu-wrapper .editpdf__menu.editpdf__submenu .action-button.rotateRight {
    padding: 0;
    height: 32px;
    width: 32px;
}

.editpdf-submenu-wrapper .editpdf__menu.editpdf__submenu .switch-button {
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 12px;
    height: 32px;
    border-radius: 5px;
    -webkit-transition: all 0.2s;
    -o-transition: 0.2s all;
    transition: all 0.2s;
}

.editpdf-submenu-wrapper .editpdf__menu.editpdf__submenu .switch-button:hover {
    background: #fff;
}

.editpdf-submenu-wrapper .editpdf__menu.editpdf__submenu .switch-button.switch-on {
    -webkit-transition: all 0.2s;
    -o-transition: 0.2s all;
    transition: all 0.2s;
    background: #3e77b6;
}

.editpdf-submenu-wrapper .editpdf__menu.editpdf__submenu .switch-button.underline svg {
    position: relative;
    top: 1px;
}

.editpdf-submenu-wrapper .editpdf__menu.editpdf__submenu .switch-button.isBold,
.editpdf-submenu-wrapper .editpdf__menu.editpdf__submenu .switch-button.isItalics,
.editpdf-submenu-wrapper .editpdf__menu.editpdf__submenu .switch-button.isUnderline {
    width: 26px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
}

.tool-editpdf #sidebar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

.tool-editpdf #sidebar .has-layers #reset-all-layers-btn {
    display: block;
}

.tool-editpdf #sidebar .sortable-ghost>* {
    display: initial;
}

.tool-editpdf #sidebar .option__panel__title {
    margin-bottom: 24px;
    padding: 12px;
}

.tool-editpdf #sidebar .layers-header {
    color: #3e77b6;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}

.tool-editpdf #sidebar .wrapper {
    padding: 0 15px;
}

.tool-editpdf #sidebar .info.info--upToFourElements {
    display: none;
}

.tool-editpdf #sidebar #reset-all-layers-btn {
    text-align: right;
    display: none;
}

.tool-editpdf #sidebar #reset-all-layers-btn .link--cancel {
    cursor: pointer;
}

.tool-editpdf #sidebar .page-section {
    position: relative;
    margin-bottom: 20px;
}

.tool-editpdf #sidebar .page-section .marker {
    font-weight: 600;
    margin-bottom: 26.5px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.tool-editpdf #sidebar .page-section .marker::-moz-selection {
    background: rgba(0, 0, 0, 0);
}

.tool-editpdf #sidebar .page-section .marker::selection {
    background: rgba(0, 0, 0, 0);
}

.tool-editpdf #sidebar .page-section .marker:after {
    content: "";
    position: absolute;
    top: 33px;
    left: 0;
    width: 100%;
    height: 1px;
    border-top: 1px solid #b4b4b4;
}

.tool-editpdf #sidebar .page-section .layer {
    font-weight: 500;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    height: 40px;
}

.tool-editpdf #sidebar .page-section .layer:not(:first-child) {
    margin-top: 5px;
}

.tool-editpdf #sidebar .page-section .layer:hover {
    cursor: pointer;
    background: #f5f5f5;
}

.tool-editpdf #sidebar .page-section .layer.active {
    background: #f5f5f5;
}

.tool-editpdf #sidebar .page-section .layer .layer__icon--drag {
    cursor: move;
    margin-left: 6px;
    margin-right: 13px;
    padding: 6px;
}

.tool-editpdf #sidebar .page-section .layer.interactive-mode .layer__edit,
.tool-editpdf #sidebar .page-section .layer.interactive-mode .layer__trash {
    display: none;
}

.tool-editpdf #sidebar .page-section .layer .layer__edit {
    display: inline-block;
}

.tool-editpdf #sidebar .page-section .layer .layer__content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    -ms-flex-align: center;
    align-items: center;
}

.tool-editpdf #sidebar .page-section .layer .layer__content .layer__icon {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    height: 28px;
    width: 28px;
}

.tool-editpdf#sidebar .page-section .layer .layer__content .layer__icon .icon-shape rect,
.tool-editpdf#sidebar .page-section .layer .layer__content .layer__icon .icon-text rect {
    fill: #fff;
}

.tool-editpdf #sidebar .page-section .layer .layer__content .layer__input {
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.tool-editpdf #sidebar .page-section .layer .layer__content .form__group {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin: 0 17px;
}

.tool-editpdf#sidebar .page-section .layer .layer__content .form__group[disabled="disabled"] {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.tool-editpdf#sidebar .page-section .layer .layer__content .form__group .input {
    margin: 0;
    height: 33px;
    width: 100%;
}

.tool-editpdf#sidebar .page-section .layer .layer__content .form__group .input[disabled="disabled"] {
    background: rgba(0, 0, 0, 0);
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    pointer-events: none;
}

.tool-editpdf#sidebar .page-section .layer .layer__content .form__group.form__group--input {
    margin-right: 0;
}

.tool-editpdf #sidebar .page-section .layer .layer__content .layer__edit {
    padding: 6px;
}

.tool-editpdf #sidebar .page-section .layer .layer__content .layer__edit:hover {
    cursor: pointer;
}

.tool-editpdf#sidebar .page-section .layer .layer__content .layer__edit .disable-input,
.tool-editpdf#sidebar .page-section .layer .layer__content .layer__edit .enable-input {
    display: none;
}

.tool-editpdf#sidebar .page-section .layer .layer__content .layer__edit .disable-input.unhide,
.tool-editpdf#sidebar .page-section .layer .layer__content .layer__edit .enable-input.unhide {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
}

.tool-editpdf#sidebar .page-section .layer .layer__content .layer__edit .disable-input {
    padding: 2px;
}

.tool-editpdf#sidebar .page-section .layer .layer__content .layer__edit .disable-input .btn-icon,
.tool-editpdf#sidebar .page-section .layer .layer__content .layer__edit .disable-input .uploader.box .uploader__btn,
.uploader.box .tool-editpdf#sidebar .page-section .layer .layer__content .layer__edit .disable-input .uploader__btn {
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.14);
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.14);
}

.tool-editpdf#sidebar .page-section .layer .layer__content .layer__edit.layer__edit--enabled {
    margin-right: 3px;
    margin-left: 3px;
}

.tool-editpdf #sidebar .page-section .layer .layer__content .layer__trash {
    padding: 6px;
    margin-right: 10px;
}

.tool-editpdf#sidebar .page-section .layer .layer__content .layer__edit--enabled~.layer__trash {
    display: none;
}

.tool-editpdf #uploadImageModal .image__upload {
    position: relative;
}

.tool-editpdf #uploadImageModal .image__upload .image__upload__content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}

.tool-editpdf #uploadImageModal .image__upload .file_input_container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.tool-editpdf#uploadImageModal .image__upload .file_input_container input[type="file"] {
    width: 100%;
    height: 100%;
    opacity: 0;
}

.editpdf-checkbox {
    padding: 0;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    margin-bottom: 0;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 25px;
    height: 25px;
}

.editpdf-checkbox:focus-within {
    outline: 2px solid #161616;
}

.editpdf-checkbox:hover input:not(:checked)~.editpdf-checkbox--checkmark {
    border: 1px solid #161616;
}

.editpdf-checkbox:hover input:checked~.editpdf-checkbox--checkmark {
    background: rgba(6, 67, 168, 0.698039);
}

.editpdf-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 25px;
    width: 25px;
    margin: 3px;
    top: 0;
    left: 0;
}

.editpdf-checkbox input~.editpdf-checkbox--checkmark {
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 4px;
}

.editpdf-checkbox input:not(:checked)~.editpdf-checkbox--checkmark {
    border: 1px solid #7c7c80;
}

.editpdf-checkbox input:checked~.editpdf-checkbox--checkmark {
    background-color: rgba(0, 123, 255, 0.8);
}

.editpdf-checkbox input:checked~.editpdf-checkbox--checkmark:after {
    display: block;
}

.editpdf-checkbox input:not(:checked)~.editpdf-checkbox--checkmark svg {
    display: none;
}

.editpdf-checkbox .editpdf-checkbox--checkmark {
    height: 25px;
    width: 25px;
    background-color: rgba(0, 0, 0, 0);
}

.editpdf-checkbox .editpdf-checkbox--checkmark svg {
    position: absolute;
    top: 0;
    left: 0;
}

.editpdf-radiobutton {
    padding: 1px;
    display: inline-block;
    position: relative;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    min-width: 25px;
    min-height: 25px;
}

.editpdf-radiobutton:focus-within {
    outline: 2px solid #000;
}

.editpdf-radiobutton:hover input:not(:checked)~.editpdf-radiobutton--checkmark {
    border-color: #161616;
}

.editpdf-radiobutton:hover .editpdf-radiobutton--checkmark {
    border-color: rgba(6, 67, 168, 0.698039);
}

.editpdf-radiobutton:hover .editpdf-radiobutton--checkmark:after {
    background: rgba(6, 67, 168, 0.698039);
}

.editpdf-radiobutton input {
    top: 0;
    left: 0;
    margin: 0;
    width: 25px;
    height: 25px;
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.editpdf-radiobutton input:not(:checked)~.editpdf-radiobutton--checkmark {
    border-color: #7c7c80;
}

.editpdf-radiobutton input:checked~.editpdf-radiobutton--checkmark:after {
    display: block;
}

.editpdf-radiobutton .editpdf-radiobutton--checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: none;
    border-radius: 50%;
    border: 1px solid rgba(0, 123, 255, 0.8);
}

.editpdf-radiobutton .editpdf-radiobutton--checkmark:after {
    content: "";
    position: absolute;
    display: none;
    top: 3px;
    left: 3px;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background: rgba(0, 123, 255, 0.8);
}

.canvas-object[data-type="formtextbox"] input,
.canvas-object[data-type="formtextbox"] textarea {
    background: rgba(0, 123, 255, 0.2);
}

body.rtl.tool-editpdf .editpdf-submenu-wrapper .editpdf__menu.editpdf__submenu .color-palette-wrapper> :not(.editpdf-icon) .unfold-arrow-icon,
body.rtl.tool-editpdf .editpdf-submenu-wrapper .editpdf__menu.editpdf__submenu .contextual-menu-wrapper>* .unfold-arrow-icon {
    margin-left: 0;
    margin-right: 8px;
}

body.rtl.tool-editpdf .editpdf-submenu-wrapper .editpdf__menu.editpdf__submenu .addition-arrow,
body.rtl.tool-editpdf .editpdf-submenu-wrapper .editpdf__menu.editpdf__submenu .substraction-arrow {
    right: auto;
    left: 24px;
}

body.rtl.tool-editpdf .editpdf-submenu-wrapper .editpdf__menu.editpdf__submenu .editpdf__menu__block .wrapper .editpdf-icon.leftside-icon {
    margin-left: 8px;
    margin-right: 0;
}

body.rtl.tool-editpdf .editpdf-menu-wrapper,
body.rtl.tool-editpdf .editpdf-submenu-wrapper {
    left: 440px;
    width: calc(100% - 440px);
}

@media (max-width: 1440px) {
    body.rtl.tool-editpdf .editpdf-menu-wrapper,
    body.rtl.tool-editpdf .editpdf-submenu-wrapper {
        left: 380px;
        width: calc(100% - 380px);
    }
}

@media (max-width: 840px) {
    body.rtl.tool-editpdf .editpdf-menu-wrapper,
    body.rtl.tool-editpdf .editpdf-submenu-wrapper {
        right: 0;
        width: calc(100% - 4px);
    }
}

.tool {
    overflow: hidden;
}

#superlimit.modal {
    z-index: 999999 !important;
}

.modal-backdrop {
    z-index: 999998 !important;
}

.tool-editpdf {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.tool-editpdf #sidebar:after {
    height: 180px;
}

.tool-editpdf #editpdf__form__errors {
    position: fixed;
    bottom: 115px;
    z-index: 5003;
    right: 24px;
    width: 392px;
    font-size: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.tool-editpdf .tool__workarea[data-opmode^="interactive_mode"] .editor {
    -ms-touch-action: none;
    touch-action: none;
}

.tool-editpdf:not(.process-run) .non-interactive-wall {
    width: 100vw;
    height: calc(100vh - 60px);
    position: fixed;
    top: 60px;
    z-index: 5009;
}

.tool-editpdf:not(.editpdf--ready) .tool__workarea {
    padding: 24px;
}

.tool-editpdf:not(.editpdf--ready) .tool__sidebar__editpdf-sidebar-wrapper {
    display: none;
}

.tool-editpdf.editpdf--ready .tool__workarea {
    margin-top: 48px;
    height: auto;
}

.tool-editpdf.editpdf--ready .tool__preview {
    display: -ms-flexbox;
    display: flex;
}

.tool-editpdf.editpdf--ready #sidebar {
    z-index: 5001;
}

.tool-editpdf.editpdf--ready #processTask {
    z-index: 5002;
}

.tool-editpdf.editpdf--ready #processTaskWrapper {
    z-index: 5003;
}

.tool-editpdf.editpdf--has-forms #processTaskWrapper {
    cursor: pointer;
}

.tool-editpdf #processTask.pulse:after {
    -webkit-animation-iteration-count: 3;
    animation-iteration-count: 3;
}

.tool-editpdf .tippy-tooltip.color-palette-theme,
.tool-editpdf .tippy-tooltip.editpdf-submenu-contextual-menu-theme,
.tool-editpdf .tippy-tooltip.tippy-shape-selector-menu-theme {
    top: -5px;
}

.tool-editpdf.process-run #sidebar,
.tool-editpdf.process-run .editpdf-menu-wrapper,
.tool-editpdf.process-run .editpdf-submenu-wrapper,
.tool-editpdf.process-run .tool__preview,
.tool-editpdf.process-run .tool__preview__toggle {
    display: none;
}

.tool-editpdf .tippy-box .tippy-content {
    padding: 5px 12px 7px;
}

.tool-editpdf .header {
    z-index: 5010;
}

.tool-editpdf .modal-backdrop {
    z-index: 6000;
}

.tool-editpdf .modal {
    z-index: 6001;
}

.tool-editpdf .tool__preview {
    display: none;
    position: relative;
    margin-top: 48px;
    z-index: 4001;
    background: #f6f6f8;
}

.tool-editpdf .tool__preview .tool__preview__pages {
    background: rgba(0, 0, 0, 0);
}

.tool-editpdf .tool__preview .tool__preview__toggle {
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.tool-editpdf .tool__workarea[data-opmode="hand"] .editor__content {
    cursor: -webkit-grab;
    cursor: grab;
}

.tool-editpdf .tool__workarea.dragging[data-opmode="hand"] .editor__content {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.tool-editpdf .editor__content {
    -webkit-box-shadow: none;
    box-shadow: none;
    max-width: none;
}

.tool-editpdf .tool__workarea {
    margin-top: 0;
    height: 100%;
    padding: 0;
    overflow-x: auto;
}

.tool-editpdf .editor {
    padding: 0;
}

.tool-editpdf #ad {
    margin-top: 66px;
    margin-bottom: 8px;
}

.tool-editpdf .editor__content {
    width: auto;
    margin: 0;
}

.tool-editpdf .interactive-mode-on .editor__content {
    cursor: crosshair;
}

.tool-editpdf .interactive-mode-on .page-canvas .canvas-object,
.tool-editpdf .interactive-mode-on .page-canvas .canvas-object *,
.tool-editpdf .interactive-mode-on .page-canvas .canvas-object .controls .enabled,
.tool-editpdf .interactive-mode-on .page-canvas .canvas-object .text-content [contenteditable],
.tool-editpdf [data-opmode="hand"][data-opmode-transient="true"] .page-canvas .canvas-object,
.tool-editpdf [data-opmode="hand"][data-opmode-transient="true"] .page-canvas .canvas-object *,
.tool-editpdf [data-opmode="hand"][data-opmode-transient="true"] .page-canvas .canvas-object .controls .enabled,
.tool-editpdf [data-opmode="hand"][data-opmode-transient="true"] .page-canvas .canvas-object .text-content [contenteditable] {
    pointer-events: none;
}

.tool-editpdf .editor__page {
    display: block;
    padding: 24px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.tool-editpdf .editor__page .page-canvas {
    z-index: 3000;
    overflow: hidden;
    position: relative;
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.tool-editpdf .editor__page .pdf_img {
    pointer-events: none;
}

.tool-editpdf .editor__page__object {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.tool-editpdf .editor__content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 40px;
}

.tool-editpdf #editor {
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
}

.tool-editpdf #editor[data-page-layout="cover"] .editor__page.first-page {
    margin: 0 0 0 auto;
}

.tool-editpdf#editor[data-page-layout="cover"] .editor__page.first-page+.page-canvas-break,
.tool-editpdf#editor[data-page-layout="cover"] .editor__page:not(.first-page):not(.even)+.page-canvas-break,
.tool-editpdf#editor[data-page-layout="double"] .editor__page.even+.page-canvas-break,
.tool-editpdf #editor[data-page-layout="single"] .page-canvas-break {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    height: 0;
}

.tool-editpdf .tool__preview+#workArea .editpdf--info-modal {
    position: fixed;
    opacity: 1;
    bottom: 16px;
    left: 218px;
    z-index: 10000000;
    padding: 5px 7px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 4px;
    color: #fff;
    pointer-events: none;
    font-weight: 600;
}

.tool-editpdf .tool__preview.closed+#workArea .editpdf--info-modal {
    left: 28px;
}

.sidebar-tool .option__panel__content .editor__toolbar__options .editor__option__content {
    -webkit-transform: translateX(-30%);
    transform: translateX(-30%);
    bottom: 42px;
    top: auto;
    left: 30px;
}

.editor__option__content {
    display: none;
    position: absolute;
    background: #fff;
    width: max-content;
    top: 48px;
    padding: 12px;
    border-radius: 4px;
    left: 50%;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.14);
}

.font-selector-content {
    width: 50px;
    font-size: 12px;
    background: none;
    border: none;
    box-shadow: none;
    min-height: 0;
    padding: 0 !important;
    height: 15px !important;
}

.font-selector-content:focus {
    outline: none;
    box-shadow: none;
}

.form__group--inline-3 label {
    width: 33%;
    font-size: 16px;
}

.form__group--inline-3 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.rangeInput {
    width: 84px;
}

#textFormatOptionsFontSize {
    height: 2px;
    margin: 0px 10px;
    width: 100px;
}
.up-online{
float: right;
    display: flex;
    flex-direction: column;
    margin-left: 5px;
    gap: 8px;
        z-index: 9999999999999;
    display: block;
    position: relative;
}

.ubload_online_button{

border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent !important;
    width: 35px;
    height: 35px;
    cursor: pointer;
}

.moxie-shim {
    width: 85% !important;
}

.drive-save-button{

    margin: 10px 10px !important;
    width: 16% !important;
}



.btn-icon { width: 36px; min-width: 0; padding: 0; height: 36px; border-radius: 100%; background: #3e77b6; color: #fff; text-decoration: none; display: -ms-inline-flexbox; display: inline-flex; -ms-flex-pack: center; justify-content: center; -ms-flex-align: center; align-items: center; -webkit-box-shadow: 0 3px 6px 0 rgba(0,0,0,.14); box-shadow: 0 3px 6px 0 rgba(0,0,0,.14)}.btn-icon svg { margin-top: 0; margin-right: 0}.btn-icon:hover { -webkit-box-shadow: 0 1px 26px 0 rgba(0,0,0,.14); box-shadow: 0 1px 26px 0 rgba(0,0,0,.14); background: #3e77b6}.btn-icon:hover path,.btn-icon:hover svg { fill: #fff}.btn-icon:active { color: #fff; background: #3e77b6}.btn-icon:active path,.btn-icon:active svg { fill: #fff}.btn-icon path,.btn-icon svg { fill: #fff}.btn-icon--white { background: #fff; color: #3e77b6}.btn-icon--white path,.btn-icon--white svg { fill: #3e77b6}.btn-icon--white:hover { background: #fff}.btn-icon--white:hover path,.btn-icon--white:hover svg { fill: #3e77b6}.btn-icon--white:active { background: #fff}.btn-icon--white:active path,.btn-icon--white:active svg { fill: #707078}.header nav .actions>:last-child:is(.btn) { margin-right: 24px}input { line-height: 20px; font-size: 16px; font-weight: 400; line-height: 22px}@media (max-width: 991.98px) { input { font-size:18px; line-height: 22px }}@media (max-width: 767.98px) { input { font-size:16px; line-height: 20px }}input { background-color: #fff; border: 1px solid #707078; border-radius: 4px; line-height: 20px; font-size: 16px; font-weight: 400; line-height: 22px; color: #47474f; -webkit-transition: border-color .15s ease-in-out,background-color .15s ease-in-out; -o-transition: border-color ease-in-out .15s,background-color ease-in-out .15s; transition: border-color .15s ease-in-out,background-color .15s ease-in-out; height: 44px; padding: 4px 12px; -webkit-box-shadow: none; box-shadow: none}@media (max-width: 991.98px) { input { font-size:18px; line-height: 22px }}@media (max-width: 767.98px) { input { font-size:16px; line-height: 20px }}@media (max-width: 36em) { input { font-size:12px; height: 32px; padding: 0 8px }}input:hover { border-color: #3e77b6}input:focus { border-color: #3e77b6; color: #292931; background-color: #f5f5fa}input:disabled { opacity: .4}::-webkit-input-placeholder { color: #9999a2}::-moz-placeholder { color: #9999a2}:-ms-input-placeholder { color: #9999a2}:-moz-placeholder { color: #9999a2}.checkbox [type=checkbox]:not(:checked) { position: absolute; left: -9999px; width: 0; height: 0}.checkbox [type=checkbox]:not(:checked)+label { position: relative; cursor: pointer}.checkbox [type=checkbox]:not(:checked)+label:before { content: ""; width: 24px; height: 24px; -ms-flex: 0 0 24px; flex: 0 0 24px; border: 1px solid #707078; border-radius: 4px; background: #fff; margin-right: 12px; display: block; margin-top: -2px}.checkbox [type=checkbox]:not(:checked)+label:after { content: ""; position: absolute; top: -2px; left: 0; width: 24px; height: 24px; -ms-flex: 0 0 24px; flex: 0 0 24px; font-size: 16px; line-height: 16px; -webkit-transition: all .2s; -o-transition: all .2s; transition: all .2s; background-image: url(); background-position: 50%; background-repeat: no-repeat}.checkbox [type=checkbox]:not(:checked)+label:after { opacity: 0; -webkit-transform: scale(0); transform: scale(0)}.checkbox [type=checkbox]:disabled:not(:checked)+label:before { -webkit-box-shadow: none; box-shadow: none}.checkbox [type=checkbox]:not(:checked):focus+label:before { border: 1px solid #292931}.radio [type=radio]:not(:checked) { position: absolute; left: -9999px}.radio [type=radio]:not(:checked)+label { position: relative; cursor: pointer}.radio [type=radio]:not(:checked)+label:before { content: ""; width: 22px; height: 22px; -ms-flex: 0 0 22px; flex: 0 0 22px; border: 1px solid #707078; border-radius: 100%; background: #fff; margin-right: 12px; margin-top: 0; display: block}@media (max-width: 36em) { .radio [type=radio]:not(:checked)+label:before { width:16px; height: 16px; -ms-flex: 0 0 16px; flex: 0 0 16px; margin-top: 3px }}.radio [type=radio]:not(:checked)+label:hover:before { border: 1px solid #3e77b6}@media (max-width: 36em) { .radio [type=radio]:not(:checked)+label:after { width:8px; height: 8px; top: 7px }}.radio [type=radio]:not(:checked)+label:after { opacity: 0; -webkit-transform: scale(0); transform: scale(0)}.radio [type=radio]:disabled:not(:checked)+label:before { -webkit-box-shadow: none; box-shadow: none}.radio [type=radio]:not(:checked):focus+label:before { border: 1px solid #707078}.tooltip { opacity: 1; position: relative}@supports (position: sticky) {}@media (min-width: 768px) { @supports (position: sticky) { }}@media (min-width: 768px) { @supports (position:sticky) { }}.box { margin-bottom: 32px}#settingsToogle { display: none}@media (max-width: 840px) {#settingsToogle { display:-ms-inline-flexbox; display: inline-flex }}.side__tools { position: fixed; top: 20%; right: 50px; -ms-flex-direction: column; flex-direction: column; z-index: 99; -ms-flex-align: center; align-items: center}@media (max-width: 1440px) { .side__tools { right:15px }}.side__tools .btn-icon { margin-bottom: 8px}.side__tools .order { display: -ms-flexbox; display: flex}.side__tools .order svg:first-child { display: none}.side__tools .order svg:nth-child(2) { display: block}.side__tools .upl___box.tooltip:after,.side__tools .upl___box.tooltip:before { display: block}.uploader { display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-left: auto; margin-right: auto; margin-bottom: 10px; text-align: center; position: relative}@media (min-width: 500px) { .uploader { display:table }}.upl___box { display: -ms-inline-flexbox; display: inline-flex; -ms-flex-align: center; align-items: center; -ms-flex-pack: center; justify-content: center; min-height: 80px; min-width: 330px; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 24px 48px; font-weight: 500; font-size: 24px; background: #3e77b6; line-height: 28px; vertical-align: middle; color: #fff!important; text-decoration: none; margin-bottom: 12px; -webkit-transition: background-color .1s linear; -o-transition: background-color .1s linear; transition: background-color .1s linear; border: 0; border-radius: 12px; -webkit-box-shadow: 0 3px 6px 0 rgba(0,0,0,.14); box-shadow: 0 3px 6px 0 rgba(0,0,0,.14); -ms-flex-order: 1; order: 1; max-width: 60vw}@media (max-width: 501px) { .upl___box { width:100%; max-width: inherit; min-width: 0 }}.upl___box svg { display: none}@media (max-width: 840px) { .upl___box { font-size:22px; line-height: 26px; padding: 24px 32px }}.upl___box:hover { background-color: #3e77b6; color: #fff}.upl___box.tooltip:after,.upl___box.tooltip:before { display: none}.upl__extra { -ms-flex-order: 2; order: 2; display: -ms-inline-flexbox; display: inline-flex; -ms-flex-direction: row; flex-direction: row; position: relative; margin-left: 0}@media (min-width: 500px) { .upl__extra { display:-ms-flexbox; display: flex; -ms-flex-direction: column; flex-direction: column; margin-left: calc(100% + 12px); position: absolute; top: 0 }}.upl__extra__btn { display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center; -ms-flex-pack: center; justify-content: center; color: #fff; -webkit-transition: all .1s linear; -o-transition: all .1s linear; transition: all .1s linear; cursor: pointer; background: #3e77b6; margin: 6px 6px 8px; opacity: .4; pointer-events: none}@media (min-width: 500px) { .upl__extra__btn { margin:2px 0 4px }}.upl__extra__btn:hover { background-color: #3e77b6; color: #fff}.upl__extra__btn:active { background-color: #3e77b6; color: #fff}.upl__extra__btn.active { background: #3e77b6; opacity: 1; pointer-events: auto}.upl__extra__btn.active:hover { background-color: #3e77b6}
.upl__extra__btn svg { max-width: 18px ; max-height: 18px !important; }@media (min-width: 500px) { .upl__extra:nth-child(3) { margin-left: calc(100% + 12px) }}.uploader__droptxt { -ms-flex: 0 0 100%; flex: 0 0 100%; font-size: 14px}#uploadDisk { display: none}@media (max-width: 501px) { .uploader .upl__extra { margin-left:auto } .uploader__droptxt { display: none }}.upl.box { -ms-flex-direction: column; flex-direction: column; margin-bottom: 4px}.upl.box .moxie-shim,.upl.box .uploader__droptxt { display: none}.upl.box .upl___box { width: 36px; min-width: 0; height: 36px; border-radius: 100%; background: #3e77b6; color: #fff; text-decoration: none; display: -ms-inline-flexbox; display: inline-flex; -ms-flex-pack: center; justify-content: center; -ms-flex-align: center; align-items: center; -webkit-box-shadow: 0 3px 6px 0 rgba(0,0,0,.14); box-shadow: 0 3px 6px 0 rgba(0,0,0,.14); width: 42px; height: 42px; padding: 0; margin-bottom: 8px; min-height: inherit}.upl.box .upl___box:hover { -webkit-box-shadow: 0 1px 26px 0 rgba(0,0,0,.14); box-shadow: 0 1px 26px 0 rgba(0,0,0,.14); background: #3e77b6}.upl.box .upl___box:hover path,.upl.box .upl___box:hover svg { fill: #fff}.upl.box .upl___box:active { color: #fff; background: #3e77b6}.upl.box .upl___box:active path,.upl.box .upl___box:active svg { fill: #fff}.upl.box .upl___box path,.upl.box .upl___box svg { fill: #fff}
.upl.box .upl___box span { display: none}
.upl.box .upl___box svg { display: block; height: 30px !important;}.upl.box .upl__extra { position: relative; top: auto; -ms-flex-align: center; align-items: center; margin: -46px 0 0; padding-top: 50px; z-index: -1}.upl.box #uploadDisk { display: -ms-flexbox; display: flex}.upl.box .upl__extra a {padding:0;display:flex; margin-top: -46px; -webkit-transition: all .2s ease-in; -o-transition: all .2s ease-in; transition: all .2s ease-in}.upl.box:hover .upl__extra { z-index: 0}.upl.box { display: -ms-flexbox; display: flex}.upl.box:hover .upl__extra a { margin-top: 0}.upl.box #file__count { background-color: #3e77b6; color: #fff; display: -ms-flexbox; display: flex; -ms-flex-pack: center; justify-content: center; -ms-flex-align: center; align-items: center; position: absolute; z-index: 9999; border-radius: 100%; min-width: 26px; min-height: 20px; margin-top: -8px; margin-left: -8px; font-size: 11px; line-height: 20px; font-weight: 600; border: 3px solid #000}@media (max-width: 840px) { .upl.box .upl___box { width:32px; height: 32px } .upl.box .upl__extra { margin-top: -32px; padding-top: 32px } .upl.box .upl__extra a { margin-top: -36px } .upl.box .upl__extra .btn-icon { height: 28px; width: 28px } .upl.box #file__count { min-width: 22px; min-height: 22px; margin-top: -8px; margin-left: -8px; font-size: 11px; line-height: 9px; border: 1px solid #3e77b6 }}.moxie-shim { width: 100%!important}@media (max-width: 840px) { .auth *> { width: 100% }}.option__page>:hover { background: none}.option__page>*>:hover { background: rgba(0,0,0,.2)}#toggleCover { display: none}.tool-pagenumber .checkbox [type=checkbox]:not(:checked)+label:before { width: 22px; height: 22px; -ms-flex: 0 0 22px; flex: 0 0 22px; margin-top: -2px}.tool-pagenumber .checkbox [type=checkbox]:not(:checked)+label:after { width: 22px; height: 22px; -ms-flex: 0 0 22px; flex: 0 0 22px; top: -2px}
.side-tools .moxie-shim {
    width: 42px !important;
    height: 42px !important;
    top: 0px !important;
    left: 0px !important;
    position: absolute !important;
    z-index: 1 !important;
    pointer-events: auto !important;
}
.moxie-shim {
    width: 85%!important;
}
.upl__extra{
  opacity: 0;
  pointer-events: none;
  z-index: 5;
  position: relative;
}

.upl.box:hover .upl__extra{
  opacity: 1 !important;
  pointer-events: auto;
  z-index: 999;
  position: relative;
}

#settingsToogle {
  z-index: 5;
  position: relative;
}

.upl.box {
  z-index: 10;
  position: relative;
  overflow: visible !important;
}

#pickfiles {
  position: relative;
  /* z-index: 1; */
}

/* Ensure the Drive icon itself is at the top when hovered */
#gdrive_file_selector, #dropbox_file_selector {
  position: relative;
  z-index: 1000;
}

#pickfiles svg:nth-child(2) {
   display: none !important;
    width: 20px!important;
}
.side-tools:hover #pickfiles svg:nth-child(1) {
   display: none !important;
}

.side-tools:hover #pickfiles svg:nth-child(2) {
   display: block !important;
}


@media only screen and (max-width: 600px) {
	#settingsToogle{
		background-color:transparent !important;
	}
  .side-tools {
    right: 7% !important;
  }
	.upl.box .upl__extra{
		    margin-top: -20px !important;
		flex-direction: column !important;
	}
	.upl.box .upl__extra a{
		margin: 10px 0 !important;
	}
	.upl.box .upl__extra a{
		    margin: 10px 0 !important;
	}
	
	
		.uploader{
			flex-wrap: nowrap !important;
			flex-direction: row-reverse !important;
			width: 70% !important;
	}

.upl.box .upl___box {
    width: 40px !important;
    height: 40px !important;
}
	#pickfiles svg{
		width: 30px !important;
		height: 30px !important;
	}

	.upl.box .upl__extra .btn-icon{
		width: 40px !important;
    height: 40px !important;
	}
	.upl__extra__btn svg {
    max-width: 30px !important;
}
	
	#pickfiles svg:nth-child(1) {
    width: 30px!important;
		height: 30px !important;
}
		#pickfiles svg:nth-child(2) {
    width: 30px!important;
		width: 30px!important;
}
	
	.hide-content .side-tools {
    display: flex !important;
    gap: 13px !important;
}
	
}