:root {
    --bg-backside: #f5f7fb;
    --bg-block: #fff;
    --bg-purple-light: #9096e2;
    --bg-note-wrap: rgb(225, 225, 225);
    --bg-additional-block: #f2f2f2;

    --form-border-regular: 1px solid #e6e6e6;
    --form-border-color: #e6e6e6;
    --form-border-color-hover: #9bbcd1;

    --bg-nav-pills-active: #e7e7ff;

    --shadow-bot: 0 1px 0 #e6e6e6;



    --font-regular: #556272;
    --font-contrast: #000;
    --font-hover: #464646;
    --color-bright: #00f3e7;

    --table-row-border: #f0f0f0;
    --table-row-striped: #f9f9f9;
    --table-row-hintbox: #d9d9fa;

    --bg-left-sidebar: #1e2a31;
    --font-nav-item: #cdcdcd;
    --bg-nav-item: #2b3c46;
    --bg-hintbox: #9bbcd1;

    --email-unread-color: #f2f2f2;
}
[data-theme="dark"] {
    --bg-backside: #22313a;
    --bg-block: #2b3c46;
    --bg-purple-light: #9096e2;
    --bg-note-wrap: #1e2a31;
    --bg-additional-block: #373850;

    --form-border-regular: 1px solid #415969;
    --form-border-color: #415969;
    --form-border-color-hover: #00f3e7;

    --bg-nav-pills-active: #35375d;

    --shadow-bot: 0 1px 0 #415969;

    --font-regular: #fff;
    --font-contrast: #fff;
    --font-hover: #788393;
    --color-bright: #00f3e7;

    --table-row-border: #444564;
    --table-row-striped: #6f8a9d;
    --table-row-hintbox: #9bbcd1;

    --bg-left-sidebar: #1e2a31;
    --font-nav-item: #cdcdcd;
    --bg-nav-item: #2b3c46;
    --bg-hintbox: #415969;

    --email-unread-color: #415969;
}


body {
    background-color: var(--bg-backside) !important;
}

.datatable-search{
    float: right;
    max-width: 500px;
    margin-bottom: 20px;
}
/* Loader */
.loading {
    position: absolute;
    z-index: 100;
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 0px;
}

.loading > .loading-layout {
    background-color: white;
    position: absolute;
    opacity: 0.8;
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 0px;
    z-index: 100;
}

.loading > i {
    margin-left: -25px;
    margin-top: -25px;
    left: 50%;
    position: absolute;
    top: 50%;
    z-index: 101;
}

/* End loader */

/* Loader 2 */

.has-loading2 {
    position: relative;
}

.has-hint-box2 {
    position: relative;
    z-index: 102;
}

.loading2 {
    position: fixed;
    z-index: 999999;
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 0px;
    background-color: rgba(255,255,255,.4);
}

.loading2 > .loading-layout-has-animate {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    height: 50%;
}

.loading2 > .loading-layout-has-animate > i {
    margin-left: -25px;
    margin-top: -25px;
    left: 50%;
    position: absolute;
    top: 100%;
    z-index: 101;
}

/* End loader 2 */

.overflow-x-scroll {
    overflow-x: auto;
}

.note-header {
    background-color: #3675c5;
    color: white;
}

.content .note-header {
    color: white;
    padding-left: 5px;
    border-bottom: none;
}

.header-navbar-fixed #main-container {
    padding-top: 60px;
    overflow-x: visible;
}

body .swal2-popup .swal2-content {
    z-index: 9;
}

.inline-material-input, .inline-material-input > div, .inline-material-input > div > div, .inline-material-input > .help-block {
    display: inline-block;
}

.inline-material-input .form-material > label {
    top: 0px;
}

.bg-light-red {
    background-color: #ffd2d2;
}

.bg-light-orange {
    background-color: #ffb9009e;
}

.inline-material-input .help-block {
    left: 0px;
    margin-left: 30px;
    position: absolute;
    padding-top: 30px;
}

.form-material-margin0 {
    margin: 0px;
}

.pre-wrap {
    white-space: pre-wrap;
    word-wrap: break-word;
}

.admin-top-input-max-width100 {
    max-width: 100% !important;
}

.select-order-status-color {
    color: #fff !important;
    background-color: #5c90d2 !important;
    border-color: #3675c5 !important;
    border-radius: 3px !important;
}

.google {
    margin-top: 0;
    margin-bottom: 26px;
    font-size: small;
    font-family: arial, sans-serif;
    line-height: 1.2;
    text-align: left;
}

.google-site-url {
    color: #006621;
    font-style: normal;
}

.google-h3 {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
    color: #696cff;
}

.rdw-option-wrapper {
    border: 1px solid #F1F1F1;
    padding: 5px;
    min-width: 25px;
    height: 20px;
    border-radius: 2px;
    margin: 0 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    background: white;
    text-transform: capitalize;
}

.rdw-option-wrapper:hover {
    box-shadow: 1px 1px 0px #BFBDBD;
}

.rdw-option-wrapper:active {
    box-shadow: 1px 1px 0px #BFBDBD inset;
}

.rdw-option-active {
    box-shadow: 1px 1px 0px #BFBDBD inset;
}

.rdw-option-disabled {
    opacity: 0.3;
    cursor: default;
}

.rdw-dropdown-wrapper {
    height: 30px;
    background: white;
    cursor: pointer;
    border: 1px solid #F1F1F1;
    border-radius: 2px;
    margin: 0 3px;
    text-transform: capitalize;
    background: white;
}

.rdw-dropdown-wrapper:focus {
    outline: none;
}

.rdw-dropdown-wrapper:hover {
    box-shadow: 1px 1px 0px #BFBDBD;
    background-color: #FFFFFF;
}

.rdw-dropdown-wrapper:active {
    box-shadow: 1px 1px 0px #BFBDBD inset;
}

.rdw-dropdown-carettoopen {
    height: 0px;
    width: 0px;
    position: absolute;
    top: 35%;
    right: 10%;
    border-top: 6px solid black;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}

.rdw-dropdown-carettoclose {
    height: 0px;
    width: 0px;
    position: absolute;
    top: 35%;
    right: 10%;
    border-bottom: 6px solid black;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}

.rdw-dropdown-selectedtext {
    display: flex;
    position: relative;
    height: 100%;
    align-items: center;
    padding: 0 5px;
}

.rdw-dropdown-optionwrapper {
    z-index: 100;
    position: relative;
    border: 1px solid #F1F1F1;
    width: 98%;
    background: white;
    border-radius: 2px;
    margin: 0;
    padding: 0;
    max-height: 250px;
    overflow-y: scroll;
}

.rdw-dropdown-optionwrapper:hover {
    box-shadow: 1px 1px 0px #BFBDBD;
    background-color: #FFFFFF;
}

.rdw-dropdownoption-default {
    min-height: 25px;
    display: flex;
    align-items: center;
    padding: 0 5px;
}

.rdw-dropdownoption-highlighted {
    background: #F1F1F1;
}

.rdw-dropdownoption-active {
    background: #f5f5f5;
}

.rdw-dropdownoption-disabled {
    opacity: 0.3;
    cursor: default;
}

.rdw-inline-wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 6px;
}

.rdw-inline-dropdown {
    width: 50px;
}

.rdw-inline-dropdownoption {
    height: 40px;
    display: flex;
    justify-content: center;
}

.rdw-block-wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 6px;
}

.rdw-block-dropdown {
    width: 110px;
}

.rdw-fontsize-wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 6px;
}

.rdw-fontsize-dropdown {
    min-width: 40px;
}

.rdw-fontsize-option {
    display: flex;
    justify-content: center;
}

.rdw-fontfamily-wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 6px;
}

.rdw-fontfamily-dropdown {
    width: 115px;
}

.rdw-fontfamily-placeholder {
    white-space: nowrap;
    max-width: 90px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.rdw-fontfamily-optionwrapper {
    width: 140px;
}

.rdw-list-wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 6px;
}

.rdw-list-dropdown {
    width: 50px;
    z-index: 90;
}

.rdw-list-dropdownOption {
    height: 40px;
    display: flex;
    justify-content: center;
}

.rdw-text-align-wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 6px;
}

.rdw-text-align-dropdown {
    width: 50px;
    z-index: 90;
}

.rdw-text-align-dropdownOption {
    height: 40px;
    display: flex;
    justify-content: center;
}

.rdw-right-aligned-block {
    text-align: right;
}

.rdw-left-aligned-block {
    text-align: left !important;
}

.rdw-center-aligned-block {
    text-align: center !important;
}

.rdw-justify-aligned-block {
    text-align: justify !important;
}

.rdw-right-aligned-block > div {
    display: inline-block;
}

.rdw-left-aligned-block > div {
    display: inline-block;
}

.rdw-center-aligned-block > div {
    display: inline-block;
}

.rdw-justify-aligned-block > div {
    display: inline-block;
}

.rdw-colorpicker-wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 6px;
    position: relative;
}

.rdw-colorpicker-modal {
    position: absolute;
    top: 35px;
    left: 5px;
    display: flex;
    flex-direction: column;
    width: 175px;
    height: 175px;
    border: 1px solid #F1F1F1;
    padding: 15px;
    border-radius: 2px;
    z-index: 100;
    background: white;
    box-shadow: 3px 3px 5px #BFBDBD;
}

.rdw-colorpicker-modal-header {
    display: flex;
    padding-bottom: 5px;
}

.rdw-colorpicker-modal-style-label {
    font-size: 15px;
    width: 50%;
    text-align: center;
    cursor: pointer;
    padding: 0 10px 5px;
}

.rdw-colorpicker-modal-style-label-active {
    border-bottom: 2px solid #0a66b7;
}

.rdw-colorpicker-modal-options {
    margin: 5px auto;
    display: flex;
    width: 100%;
    height: 100%;
    flex-wrap: wrap;
    overflow: scroll;
}

.rdw-colorpicker-cube {
    width: 22px;
    height: 22px;
    border: 1px solid #F1F1F1;
}

.rdw-colorpicker-option {
    margin: 3px;
    padding: 0;
    min-height: 20px;
    border: none;
    width: 22px;
    height: 22px;
    min-width: 22px;
    box-shadow: 1px 2px 1px #BFBDBD inset;
}

.rdw-colorpicker-option:hover {
    box-shadow: 1px 2px 1px #BFBDBD;
}

.rdw-colorpicker-option:active {
    box-shadow: -1px -2px 1px #BFBDBD;
}

.rdw-colorpicker-option-active {
    box-shadow: 0px 0px 2px 2px #BFBDBD;
}

.rdw-link-wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 6px;
    position: relative;
}

.rdw-link-dropdown {
    width: 50px;
}

.rdw-link-dropdownOption {
    height: 40px;
    display: flex;
    justify-content: center;
}

.rdw-link-dropdownPlaceholder {
    margin-left: 8px;
}

.rdw-link-modal {
    position: absolute;
    top: 35px;
    left: 5px;
    display: flex;
    flex-direction: column;
    width: 235px;
    height: 205px;
    border: 1px solid #F1F1F1;
    padding: 15px;
    border-radius: 2px;
    z-index: 100;
    background: white;
    box-shadow: 3px 3px 5px #BFBDBD;
}

.rdw-link-modal-label {
    font-size: 15px;
}

.rdw-link-modal-input {
    margin-top: 5px;
    border-radius: 2px;
    border: 1px solid #F1F1F1;
    height: 25px;
    margin-bottom: 15px;
    padding: 0 5px;
}

.rdw-link-modal-input:focus {
    outline: none;
}

.rdw-link-modal-buttonsection {
    margin: 0 auto;
}

.rdw-link-modal-target-option {
    margin-bottom: 20px;
}

.rdw-link-modal-target-option > span {
    margin-left: 5px;
}

.rdw-link-modal-btn {
    margin-left: 10px;
    width: 75px;
    height: 30px;
    border: 1px solid #F1F1F1;
    border-radius: 2px;
    cursor: pointer;
    background: white;
    text-transform: capitalize;
}

.rdw-link-modal-btn:hover {
    box-shadow: 1px 1px 0px #BFBDBD;
}

.rdw-link-modal-btn:active {
    box-shadow: 1px 1px 0px #BFBDBD inset;
}

.rdw-link-modal-btn:focus {
    outline: none !important;
}

.rdw-link-modal-btn:disabled {
    background: #ece9e9;
}

.rdw-link-dropdownoption {
    height: 40px;
    display: flex;
    justify-content: center;
}

.rdw-history-dropdown {
    width: 50px;
}

.rdw-embedded-wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 6px;
    position: relative;
}

.rdw-embedded-modal {
    position: absolute;
    top: 35px;
    left: 5px;
    display: flex;
    flex-direction: column;
    width: 235px;
    height: 180px;
    border: 1px solid #F1F1F1;
    padding: 15px;
    border-radius: 2px;
    z-index: 100;
    background: white;
    justify-content: space-between;
    box-shadow: 3px 3px 5px #BFBDBD;
}

.rdw-embedded-modal-header {
    font-size: 15px;
    display: flex;
}

.rdw-embedded-modal-header-option {
    width: 50%;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.rdw-embedded-modal-header-label {
    width: 95px;
    border: 1px solid #f1f1f1;
    margin-top: 5px;
    background: #6EB8D4;
    border-bottom: 2px solid #0a66b7;
}

.rdw-embedded-modal-link-section {
    display: flex;
    flex-direction: column;
}

.rdw-embedded-modal-link-input {
    width: 88%;
    height: 35px;
    margin: 10px 0;
    border: 1px solid #F1F1F1;
    border-radius: 2px;
    font-size: 15px;
    padding: 0 5px;
}

.rdw-embedded-modal-link-input-wrapper {
    display: flex;
    align-items: center;
}

.rdw-embedded-modal-link-input:focus {
    outline: none;
}

.rdw-embedded-modal-btn-section {
    display: flex;
    justify-content: center;
}

.rdw-embedded-modal-btn {
    margin: 0 3px;
    width: 75px;
    height: 30px;
    border: 1px solid #F1F1F1;
    border-radius: 2px;
    cursor: pointer;
    background: white;
    text-transform: capitalize;
}

.rdw-embedded-modal-btn:hover {
    box-shadow: 1px 1px 0px #BFBDBD;
}

.rdw-embedded-modal-btn:active {
    box-shadow: 1px 1px 0px #BFBDBD inset;
}

.rdw-embedded-modal-btn:focus {
    outline: none !important;
}

.rdw-embedded-modal-btn:disabled {
    background: #ece9e9;
}

.rdw-embedded-modal-size {
    align-items: center;
    display: flex;
    margin: 8px 0;
    justify-content: space-between;
}

.rdw-embedded-modal-size-input {
    width: 80%;
    height: 20px;
    border: 1px solid #F1F1F1;
    border-radius: 2px;
    font-size: 12px;
}

.rdw-embedded-modal-size-input:focus {
    outline: none;
}

.rdw-emoji-wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 6px;
    position: relative;
}

.rdw-emoji-modal {
    overflow: auto;
    position: absolute;
    top: 35px;
    left: 5px;
    display: flex;
    flex-wrap: wrap;
    width: 235px;
    height: 180px;
    border: 1px solid #F1F1F1;
    padding: 15px;
    border-radius: 2px;
    z-index: 100;
    background: white;
    box-shadow: 3px 3px 5px #BFBDBD;
}

.rdw-emoji-icon {
    margin: 2.5px;
    height: 24px;
    width: 24px;
    cursor: pointer;
    font-size: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.rdw-spinner {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}

.rdw-spinner > div {
    width: 12px;
    height: 12px;
    background-color: #333;

    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.rdw-spinner .rdw-bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.rdw-spinner .rdw-bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0)
    }
    40% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}

.rdw-image-wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 6px;
    position: relative;
}

.rdw-image-modal {
    position: absolute;
    top: 35px;
    left: 5px;
    display: flex;
    flex-direction: column;
    width: 235px;
    border: 1px solid #F1F1F1;
    padding: 15px;
    border-radius: 2px;
    z-index: 100;
    background: white;
    box-shadow: 3px 3px 5px #BFBDBD;
}

.rdw-image-modal-header {
    font-size: 15px;
    margin: 10px 0;
    display: flex;
}

.rdw-image-modal-header-option {
    width: 50%;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.rdw-image-modal-header-label {
    width: 80px;
    background: #f1f1f1;
    border: 1px solid #f1f1f1;
    margin-top: 5px;
}

.rdw-image-modal-header-label-highlighted {
    background: #6EB8D4;
    border-bottom: 2px solid #0a66b7;
}

.rdw-image-modal-upload-option {
    width: 100%;
    color: gray;
    cursor: pointer;
    display: flex;
    border: none;
    font-size: 15px;
    align-items: center;
    justify-content: center;
    background-color: #f1f1f1;
    outline: 2px dashed gray;
    outline-offset: -10px;
    margin: 10px 0;
    padding: 9px 0;
}

.rdw-image-modal-upload-option-highlighted {
    outline: 2px dashed #0a66b7;
}

.rdw-image-modal-upload-option-label {
    cursor: pointer;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
}

.rdw-image-modal-upload-option-label span {
    padding: 0 20px;
}

.rdw-image-modal-upload-option-image-preview {
    max-width: 100%;
    max-height: 200px;
}

.rdw-image-modal-upload-option-input {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.rdw-image-modal-url-section {
    display: flex;
    align-items: center;
}

.rdw-image-modal-url-input {
    width: 90%;
    height: 35px;
    margin: 15px 0 12px;
    border: 1px solid #F1F1F1;
    border-radius: 2px;
    font-size: 15px;
    padding: 0 5px;
}

.rdw-image-modal-btn-section {
    margin: 10px auto 0;
}

.rdw-image-modal-url-input:focus {
    outline: none;
}

.rdw-image-modal-btn {
    margin: 0 5px;
    width: 75px;
    height: 30px;
    border: 1px solid #F1F1F1;
    border-radius: 2px;
    cursor: pointer;
    background: white;
    text-transform: capitalize;
}

.rdw-image-modal-btn:hover {
    box-shadow: 1px 1px 0px #BFBDBD;
}

.rdw-image-modal-btn:active {
    box-shadow: 1px 1px 0px #BFBDBD inset;
}

.rdw-image-modal-btn:focus {
    outline: none !important;
}

.rdw-image-modal-btn:disabled {
    background: #ece9e9;
}

.rdw-image-modal-spinner {
    position: absolute;
    top: -3px;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
}

.rdw-image-modal-alt-input {
    width: 70%;
    height: 20px;
    border: 1px solid #F1F1F1;
    border-radius: 2px;
    font-size: 12px;
    margin-left: 5px;
}

.rdw-image-modal-alt-input:focus {
    outline: none;
}

.rdw-image-modal-alt-lbl {
    font-size: 12px;
}

.rdw-image-modal-size {
    align-items: center;
    display: flex;
    margin: 8px 0;
    justify-content: space-between;
}

.rdw-image-modal-size-input {
    width: 40%;
    height: 20px;
    border: 1px solid #F1F1F1;
    border-radius: 2px;
    font-size: 12px;
}

.rdw-image-modal-size-input:focus {
    outline: none;
}

.rdw-image-mandatory-sign {
    color: red;
    margin-left: 3px;
    margin-right: 3px;
}

.rdw-remove-wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 6px;
    position: relative;
}

.rdw-history-wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 6px;
}

.rdw-history-dropdownoption {
    height: 40px;
    display: flex;
    justify-content: center;
}

.rdw-history-dropdown {
    width: 50px;
}

.rdw-link-decorator-wrapper {
    position: relative;
}

.rdw-link-decorator-icon {
    position: absolute;
    left: 40%;
    top: 0;
    cursor: pointer;
    background-color: white;
}

.rdw-mention-link {
    text-decoration: none;
    color: #1236ff;
    background-color: #f0fbff;
    padding: 1px 2px;
    border-radius: 2px;
}

.rdw-suggestion-wrapper {
    position: relative;
}

.rdw-suggestion-dropdown {
    position: absolute;
    display: flex;
    flex-direction: column;
    border: 1px solid #F1F1F1;
    min-width: 100px;
    max-height: 150px;
    overflow: auto;
    background: white;
    z-index: 100;
}

.rdw-suggestion-option {
    padding: 7px 5px;
    border-bottom: 1px solid #f1f1f1;
}

.rdw-suggestion-option-active {
    background-color: #F1F1F1;
}

.rdw-hashtag-link {
    text-decoration: none;
    color: #1236ff;
    background-color: #f0fbff;
    padding: 1px 2px;
    border-radius: 2px;
}

.rdw-image-alignment-options-popup {
    position: absolute;;
    background: white;
    display: flex;
    padding: 5px 2px;
    border-radius: 2px;
    border: 1px solid #F1F1F1;
    width: 105px;
    cursor: pointer;
    z-index: 100;
}

.rdw-alignment-option-left {
    justify-content: flex-start;
}

.rdw-image-alignment-option {
    height: 15px;
    width: 15px;
    min-width: 15px;
}

.rdw-image-alignment {
    position: relative;
}

.rdw-image-imagewrapper {
    position: relative;
}

.rdw-image-center {
    display: flex;
    justify-content: center;
}

.rdw-image-left {
    display: flex;
}

.rdw-image-right {
    display: flex;
    justify-content: flex-end;
}

.rdw-image-alignment-options-popup-right {
    right: 0;
}

.rdw-editor-main {
    height: 100%;
    overflow: auto;
    box-sizing: border-box;
}

.rdw-editor-toolbar {
    padding: 6px 5px 0;
    border-radius: 2px;
    border: 1px solid #F1F1F1;
    display: flex;
    justify-content: flex-start;
    background: white;
    flex-wrap: wrap;
    font-size: 15px;
    margin-bottom: 5px;
    user-select: none;
}

.public-DraftStyleDefault-block {
    margin: 1em 0;
}

.rdw-editor-wrapper:focus {
    outline: none;
}

.rdw-editor-wrapper {
    box-sizing: content-box;
}

.rdw-editor-main blockquote {
    border-left: 5px solid #f1f1f1;
    padding-left: 5px;
}

.rdw-editor-main pre {
    background: #f1f1f1;
    border-radius: 3px;
    padding: 1px 10px;
}

/**
 * Draft v0.9.1
 *
 * Copyright (c) 2013-present, Facebook, Inc.
 * All rights reserved.
 *
 * This source code is licensed under the BSD-style license found in the
 * LICENSE file in the root directory of this source tree. An additional grant
 * of patent rights can be found in the PATENTS file in the same directory.
 */
.DraftEditor-editorContainer, .DraftEditor-root, .public-DraftEditor-content {
    height: inherit;
    text-align: initial
}

.public-DraftEditor-content[contenteditable=true] {
    -webkit-user-modify: read-write-plaintext-only
}

.DraftEditor-root {
    position: relative
}

.DraftEditor-editorContainer {
    background-color: rgba(255, 255, 255, 0);
    border-left: .1px solid transparent;
    position: relative;
    z-index: 1
}

.public-DraftEditor-block {
    position: relative
}

.DraftEditor-alignLeft .public-DraftStyleDefault-block {
    text-align: left
}

.DraftEditor-alignLeft .public-DraftEditorPlaceholder-root {
    left: 0;
    text-align: left
}

.DraftEditor-alignCenter .public-DraftStyleDefault-block {
    text-align: center
}

.DraftEditor-alignCenter .public-DraftEditorPlaceholder-root {
    margin: 0 auto;
    text-align: center;
    width: 100%
}

.DraftEditor-alignRight .public-DraftStyleDefault-block {
    text-align: right
}

.DraftEditor-alignRight .public-DraftEditorPlaceholder-root {
    right: 0;
    text-align: right
}

.public-DraftEditorPlaceholder-root {
    color: #9197a3;
    position: absolute;
    z-index: 0
}

.public-DraftEditorPlaceholder-hasFocus {
    color: #bdc1c9
}

.DraftEditorPlaceholder-hidden {
    display: none
}

.public-DraftStyleDefault-block {
    position: relative;
    white-space: pre-wrap
}

.public-DraftStyleDefault-ltr {
    direction: ltr;
    text-align: left
}

.public-DraftStyleDefault-rtl {
    direction: rtl;
    text-align: right
}

.public-DraftStyleDefault-listLTR {
    direction: ltr
}

.public-DraftStyleDefault-listRTL {
    direction: rtl
}

.public-DraftStyleDefault-ol, .public-DraftStyleDefault-ul {
    margin: 16px 0;
    padding: 0
}

.public-DraftStyleDefault-depth0.public-DraftStyleDefault-listLTR {
    margin-left: 1.5em
}

.public-DraftStyleDefault-depth0.public-DraftStyleDefault-listRTL {
    margin-right: 1.5em
}

.public-DraftStyleDefault-depth1.public-DraftStyleDefault-listLTR {
    margin-left: 3em
}

.public-DraftStyleDefault-depth1.public-DraftStyleDefault-listRTL {
    margin-right: 3em
}

.public-DraftStyleDefault-depth2.public-DraftStyleDefault-listLTR {
    margin-left: 4.5em
}

.public-DraftStyleDefault-depth2.public-DraftStyleDefault-listRTL {
    margin-right: 4.5em
}

.public-DraftStyleDefault-depth3.public-DraftStyleDefault-listLTR {
    margin-left: 6em
}

.public-DraftStyleDefault-depth3.public-DraftStyleDefault-listRTL {
    margin-right: 6em
}

.public-DraftStyleDefault-depth4.public-DraftStyleDefault-listLTR {
    margin-left: 7.5em
}

.public-DraftStyleDefault-depth4.public-DraftStyleDefault-listRTL {
    margin-right: 7.5em
}

.public-DraftStyleDefault-unorderedListItem {
    list-style-type: square;
    position: relative
}

.public-DraftStyleDefault-unorderedListItem.public-DraftStyleDefault-depth0 {
    list-style-type: disc
}

.public-DraftStyleDefault-unorderedListItem.public-DraftStyleDefault-depth1 {
    list-style-type: circle
}

.public-DraftStyleDefault-orderedListItem {
    list-style-type: none;
    position: relative
}

.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-listLTR:before {
    left: -36px;
    position: absolute;
    text-align: right;
    width: 30px
}

.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-listRTL:before {
    position: absolute;
    right: -36px;
    text-align: left;
    width: 30px
}

.public-DraftStyleDefault-orderedListItem:before {
    content: counter(ol0) ". ";
    counter-increment: ol0
}

.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth1:before {
    content: counter(ol1) ". ";
    counter-increment: ol1
}

.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth2:before {
    content: counter(ol2) ". ";
    counter-increment: ol2
}

.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth3:before {
    content: counter(ol3) ". ";
    counter-increment: ol3
}

.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth4:before {
    content: counter(ol4) ". ";
    counter-increment: ol4
}

.public-DraftStyleDefault-depth0.public-DraftStyleDefault-reset {
    counter-reset: ol0
}

.public-DraftStyleDefault-depth1.public-DraftStyleDefault-reset {
    counter-reset: ol1
}

.public-DraftStyleDefault-depth2.public-DraftStyleDefault-reset {
    counter-reset: ol2
}

.public-DraftStyleDefault-depth3.public-DraftStyleDefault-reset {
    counter-reset: ol3
}

.public-DraftStyleDefault-depth4.public-DraftStyleDefault-reset {
    counter-reset: ol4
}

.demo-editor {
    border: 1px solid #F1F1F1 !important;
    padding: 5px !important;
    border-radius: 2px !important;
    height: 80% !important;
}

.input-range__slider {
    top: -5px;
    width: 20px;
    height: 20px;
    border: none;
    background: #fff;
    border-radius: 50%;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.35);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.35);

    cursor: pointer;
    display: block;
    margin-left: -0.5rem;
    margin-top: -0.65rem;
    outline: none;
    position: absolute;
    transition: transform 0.3s ease-out, box-shadow 0.3s ease-out;
}

.input-range__slider:active {
    transform: scale(1.3);
}

.input-range__slider:focus {
    box-shadow: 0 0 0 5px rgba(63, 81, 181, 0.2);
}

.input-range--disabled .input-range__slider {
    background: #cccccc;
    border: 1px solid #cccccc;
    box-shadow: none;
    transform: none;
}

.input-range__slider-container {
    transition: left 0.3s ease-out;
}

.input-range__label {
    color: #aaaaaa;
    font-family: "Helvetica Neue", san-serif;
    font-size: 0.8rem;
    transform: translateZ(0);
    white-space: nowrap;
}

.input-range__label--min,
.input-range__label--max {
    bottom: -1.4rem;
    position: absolute;
}

.input-range__label--min {
    left: 0;
}

.input-range__label--max {
    right: 0;
}

.input-range__label--value {
    position: absolute;
    top: -30px;
    left: 5px;
}

.input-range__label-container {
    color: #fff;
    font-size: 13px;
    background: #5c90d2;
    border-radius: 3px;

    line-height: 1.333;
    text-shadow: none;
    padding: 1px 5px;

    left: -50%;
    position: relative;
}

.input-range__label--max .input-range__label-container {
    left: 50%;
}

.input-range__track {
    background: #eeeeee;
    border-radius: 0.3rem;
    cursor: pointer;
    display: block;
    height: 0.3rem;
    position: relative;
    transition: left 0.3s ease-out, width 0.3s ease-out;
}

.input-range--disabled .input-range__track {
    background: #eeeeee;
}

.input-range__track--background {
    left: 0;
    margin-top: -0.15rem;
    position: absolute;
    right: 0;
    top: 50%;
}

.input-range__track--active {
    background: #3f51b5;
}

.input-range {
    margin-top: 4%;
    height: 1rem;
    position: relative;
    width: 100%;
}

.editable-cell {
    cursor: pointer;
}

.editable-cell:hover {
    background-color: #efeded;
}

/** Phone styles **/
.c-col-4 {
    width: 33.33333333%;
}

.c-col-6 {
    width: 50%;
}

.c-col-12 {
    width: 100%;
}

.phone-header {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.phone-body {
    max-width: 210px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.tel-number {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align: center;
    height: 40px;
}

.phone-button {
    padding: 15px;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    color: #ebeaea;
}

.phone-number-button {
    border: solid 2px;
    border-radius: 7px;
}

.phone-button-container {
    padding: 10px 0;
}

.header-phone-type-button {
    color: silver;
    cursor: pointer;
}

.header-phone-type-button.active {
    color: white;
}

.telephone-container {
    background-color: #3e4a59;
}

/** Phone styles END **/

.move-block {
    position: fixed;
    z-index: 99;
    left: 367px;
    top: 50px;
    text-align: left;
}

.move-block-header {
    padding: 10px 10px 9px;
    cursor: move;
    z-index: 10;
    background-color: #3e4a59;
    color: #fff;
}

/* DayPicker styles */

.DayPicker {
    display: inline-block;
}

.DayPicker-wrapper {
    position: relative;

    flex-direction: row;
    padding-bottom: 1em;

    -webkit-user-select: none;

    -moz-user-select: none;

    -ms-user-select: none;

    user-select: none;
}

.DayPicker-Months {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.DayPicker-Month {
    display: table;
    margin: 0 1em;
    margin-top: 1em;
    border-spacing: 0;
    border-collapse: collapse;

    -webkit-user-select: none;

    -moz-user-select: none;

    -ms-user-select: none;

    user-select: none;
}

.DayPicker-NavBar {
}

.DayPicker-NavButton {
    position: absolute;
    top: 1em;
    right: 1.5em;
    left: auto;

    display: inline-block;
    margin-top: 2px;
    width: 1.25em;
    height: 1.25em;
    background-position: center;
    background-size: 50%;
    background-repeat: no-repeat;
    color: #8B9898;
    cursor: pointer;
}

.DayPicker-NavButton:hover {
    opacity: 0.8;
}

.DayPicker-NavButton--prev {
    margin-right: 1.5em;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAwCAYAAAB5R9gVAAAABGdBTUEAALGPC/xhBQAAAVVJREFUWAnN2G0KgjAYwPHpGfRkaZeqvgQaK+hY3SUHrk1YzNLay/OiEFp92I+/Mp2F2Mh2lLISWnflFjzH263RQjzMZ19wgs73ez0o1WmtW+dgA01VxrE3p6l2GLsnBy1VYQOtVSEH/atCCgqpQgKKqYIOiq2CBkqtggLKqQIKgqgCBjpJ2Y5CdJ+zrT9A7HHSTA1dxUdHgzCqJIEwq0SDsKsEg6iqBIEoq/wEcVRZBXFV+QJxV5mBtlDFB5VjYTaGZ2sf4R9PM7U9ZU+lLuaetPP/5Die3ToO1+u+MKtHs06qODB2zBnI/jBd4MPQm1VkY79Tb18gB+C62FdBFsZR6yeIo1YQiLJWMIiqVjQIu1YSCLNWFgijVjYIuhYYCKoWKAiiFgoopxYaKLUWOii2FgkophYp6F3r42W5A9s9OcgNvva8xQaysKXlFytoqdYmQH6tF3toSUo0INq9AAAAAElFTkSuQmCC');
}

.DayPicker-NavButton--next {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAwCAYAAAB5R9gVAAAABGdBTUEAALGPC/xhBQAAAXRJREFUWAnN119ugjAcwPHWzJ1gnmxzB/BBE0n24m4xfNkTaOL7wOtsl3AXMMb+Vjaa1BG00N8fSEibPpAP3xAKKs2yjzTPH9RAjhEo9WzPr/Vm8zgE0+gXATAxxuxtqeJ9t5tIwv5AtQAApsfT6TPdbp+kUBcgVwvO51KqVhMkXKsVJFXrOkigVhCIs1Y4iKlWZxB1rX4gwlpRIIpa8SDkWmggrFq4IIRaJKCYWnSgnrXIQV1r8YD+1Vrn+bReagysIFfLABRt31v8oBu1xEBttfRbltmfjgEcWh9snUS2kNdBK6WN1vrOWxObWsz+fjxevsxmB1GQDfINWiev83nhaoiB/CoOU438oPrhXS0WpQ9xc1ZQWxWHqUYe0I0qrKCQKjygDlXIQV2r0IF6ViEBxVTBBSFUQQNhVYkHIVeJAtkNsbQ7c1LtzP6FsObhb2rCKv7NBIGoq4SDmKoEgTirXAcJVGkFSVVpgoSrXICGUMUH/QBZNSUy5XWUhwAAAABJRU5ErkJggg==');
}

.DayPicker-NavButton--interactionDisabled {
    display: none;
}

.DayPicker-Caption {
    display: table-caption;
    margin-bottom: 0.5em;
    padding: 0 0.5em;
    text-align: left;
}

.DayPicker-Caption > div {
    font-weight: 500;
    font-size: 1.15em;
}

.DayPicker-Weekdays {
    display: table-header-group;
    margin-top: 1em;
}

.DayPicker-WeekdaysRow {
    display: table-row;
}

.DayPicker-Weekday {
    display: table-cell;
    padding: 0.5em;
    color: #8B9898;
    text-align: center;
    font-size: 0.875em;
}

.DayPicker-Weekday abbr[title] {
    border-bottom: none;
    text-decoration: none;
}

.DayPicker-Body {
    display: table-row-group;
}

.DayPicker-Week {
    display: table-row;
}

.DayPicker-Day {
    display: table-cell;
    padding: 0.5em;
    border-radius: 50%;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
}

.DayPicker-WeekNumber {
    display: table-cell;
    padding: 0.5em;
    min-width: 1em;
    border-right: 1px solid #EAECEC;
    color: #8B9898;
    vertical-align: middle;
    text-align: right;
    font-size: 0.75em;
    cursor: pointer;
}

.DayPicker--interactionDisabled .DayPicker-Day {
    cursor: default;
}

.DayPicker-Footer {
    padding-top: 0.5em;
}

.DayPicker-TodayButton {
    border: none;
    background-color: transparent;
    background-image: none;
    box-shadow: none;
    color: #4A90E2;
    font-size: 0.875em;
    cursor: pointer;
}

/* Default modifiers */

.DayPicker-Day--today {
    color: #D0021B;
    font-weight: 700;
}

.DayPicker-Day--outside {
    color: #8B9898;
    cursor: default;
}

.DayPicker-Day--disabled {
    color: #DCE0E0;
    cursor: default;
    /* background-color: #eff1f1; */
}

/* Example modifiers */

.DayPicker-Day--sunday {
    background-color: #F7F8F8;
}

.DayPicker-Day--sunday:not(.DayPicker-Day--today) {
    color: #DCE0E0;
}

.DayPicker-Day--selected:not(.DayPicker-Day--disabled):not(.DayPicker-Day--outside) {
    position: relative;

    background-color: #4A90E2;
    color: #F0F8FF;
}

.DayPicker-Day--selected:not(.DayPicker-Day--disabled):not(.DayPicker-Day--outside):hover {
    background-color: #51A0FA;
}

.DayPicker:not(.DayPicker--interactionDisabled)
.DayPicker-Day:not(.DayPicker-Day--disabled):not(.DayPicker-Day--selected):not(.DayPicker-Day--outside):hover {
    background-color: #F0F8FF;
    color: var(--color-bright);
}

/* DayPickerInput */

.DayPickerInput {
    display: inline-block;

}

.DayPickerInput input {
    color: var(--font-regular);
    border: var(--form-border-regular);
    background-color: var(--bg-block);
}
.DayPickerInput input::placeholder {
    color: var(--font-regular);
}

.DayPickerInput-OverlayWrapper {
    position: relative;
}

.DayPickerInput-Overlay {
    position: absolute;
    left: 0;
    z-index: 1;
    background: var(--bg-block);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
}

div.tagsinput {
    width: 100%;
!important;
    height: auto;
!important;
}

a.pp-tagsinput-remove {
    cursor: pointer;
    font-weight: bold;
    padding-left: 2px;
}

.sorting {
    cursor: pointer;
}

.sorting_asc {
    cursor: pointer;
}

.sorting_desc {
    cursor: pointer;
}

* {
    box-sizing: border-box;
}

.plagiarism-stats-table {
    padding: 0 15px 15px;
    margin-top: 25px;
}
.plagiarism-stats-row {
    border: 1px solid #bbb;
    margin: 0 0 -1px;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
}
.plagiarism-stats-item {
    padding: 4px 8px;
    border-right: 1px solid #bbb;
    width: 20%;
}
.plagiarism-stats-item:last-child {
    border: 0;
}
.plagiarism-stats-item:first-child {
    width: 10%;
}
.plagiarism-stats-item:nth-of-type(2) {
    width: 30%;
}
.plagiarism-stats-top {
    padding: 15px;
    max-width: 50%;
}
.plagiarism-stats-top > div {
    margin-bottom: 7px;
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 7px;
}
.plagiarism-stats-top > div .left {
    display: inline-block;
    margin-right: 10px;
    width: 200px;
}
.plagiarism-stats-table-top {
    padding: 0 15px;
    margin-bottom: -10px;
    text-align: right;
}
.plagiarism-stats-table-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px 30px;
}
.plagiarism-stats-table-bottom .right .btn {
    margin-left: 10px;
}
.plagiarism-stats-top > div .right strong,
.plagiarism-stats-top > div .left strong {
    margin-left: 3px;
    font-size: 16px;
}
.plagiarism-stats-table-bottom .left select {
    margin-left: 8px;
}
.plagiarism-stats-table-bottom select {
    background: var(--bg-block);
    color: var(--font-regular);
}

.available-labels-div .available-labels-label {
    margin-bottom: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 40%;
    max-width: 40%;
    min-width: 40%;
}
.available-labels-div .available-labels-label input {
    margin: 0 7px 0 0;
}
.labels-heading {
    margin-bottom: 12px;
}
.create-label-div {
    margin-bottom: 20px;
}
.available-labels-div {
    margin-bottom: 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
}
.create-label-div .input-group {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.labels-modal-wrap {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
.labels-modal-wrap .left {
    width: 65%;
    max-width: 65%;
    min-width: 65%;
}
.labels-modal-wrap .right {
    width: 35%;
    max-width: 35%;
    min-width: 35%;
}
body .emails-show-more-wrap {
    margin-bottom: 130px;
    margin-top: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
body .emails-show-more-wrap .left * {
    margin-bottom: 0;
}
body .emails-show-more-wrap .right > *:last-child {
    margin-left: 10px;
}
.labels-page-wrap {
    background-color: #fff;
    padding: 16px 10px;
}
.labels-page {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.labels-page .available-labels-label {
    display: flex;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    align-items: center;
    justify-content: flex-start;
    cursor: initial;
    border: 1px solid #bbb;
    padding: 3px;
    padding-left: 10px;
    margin-bottom: 7px;
    background-color: #f9f9f9;
    border-radius: 3px;
}
.labels-page .left {
    width: 55%;
    min-width: 400px;
}
.labels-page .right {
    width: 30%;
    min-width: 220px;
}
.label-input-text.hidden {
    display: none;
}
.label-text-only.hidden {
    display: none;
}
.labels-page-list-name .btn.hidden {
    display: none;
}
.available-labels-label .btn {
    margin-left: 8px;
}
.available-labels-label .labels-page-list-id {
    width: 10%;
}
.available-labels-label .labels-page-list-name {
    width: 60%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 10px;
    box-sizing: border-box;
}
.available-labels-label .labels-page-list-buttons {
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.label-input-text {
    max-width: 158px;
    width: 100%;
}
.email-box-left-main-li ul.nav {
    padding-left: 25px;
    padding-right: 2px;
}
.email-box-left-main-li ul.nav .nav-item .nav-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.email-box-left-main-li > ul.nav {
    height: auto !important;
}
.email-box-left-main-li > ul.nav > li {
    opacity: 1;
    transform: translateX(0);
}
.nav-main li.email-box-left-main-li > a.nav-submenu:before {
    content: "\f107";
}
.badge.label-on-email .fa {
    cursor: pointer;
    color: rgba(0,0,0,0.1);
    font-weight: 200;
    margin-left: 3px;
    margin-right: -4px;
    font-size: 12px;
    transition: 0.15s;
}
.badge.label-on-email .fa:hover {
    color: #561010;
    transition: 0.15s;
}

.plagiarism-form-textarea {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    min-height: 200px;
    height: 320px;
    display: block;
    margin-bottom: 12px;
    padding: 6px 7px;
    background-color: var(--bg-backside);
    color: var(--font-regular);
}
.plagiarism-container {
    margin-bottom: 100px;
}

.plag-res-block.plagiarism-form-head .btn.btn-sm {
    padding: 3px 8px;
}
.plag-res-block.plagiarism-form-head td,
.plag-res-block.plagiarism-form-head thead td{
    padding: 7px !important;
    vertical-align: middle;
}
.plag-res-block.plagiarism-form-head td:last-child,
.plag-res-block.plagiarism-form-head thead td:last-child{
    text-align: right;
}
.plag-res-block.plagiarism-form-head td:nth-of-type(2),
.plag-res-block.plagiarism-form-head thead td:nth-of-type(2) {
    text-align: center;
}
.plag-res-buttons .btn.btn-primary {
    box-shadow: none;
    outline: none;
    border: none;
    margin-left: 11px;
}
.plag-result-text {
    margin-top: 22px;
    margin-bottom: 10px;
}
.plagiarism-container.block.boxshadow-block {
    padding: 15px 10px 25px;
    margin-bottom: 100px;
}
.plag-edit-block .btn.btn-primary {
    margin-top: 5px;
}
.plagiarism-form-head.plagiarism-top-1 .plagiarism-form-info {
    margin-bottom: 0;
}
.plagiarism-form-head.plagiarism-top-1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 11px;
}
.modal-title.plag-title-1 {
    margin-bottom: 10px;
    font-size: 23px;
}
.modal-title.plag-title-1 span {
    font-size: 26px;
    font-weight: 600;
    margin-left: 5px;
}
.plag-res-block .table {
    border-top: 1px solid #F0F0F0;
    border-bottom: 1px solid #F0F0F0;
}
body .flex-bc {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
body .flex-bs {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
body .flex-ec {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.plag-res-block .flex-bc .right .btn {
    margin-right: 7px;
}
.plag-result-text .text-warning {
    color: #f00;
}
.plag-result-text span {
    white-space: pre-wrap;
}
.plag-res-buttons .btn.btn-primary.ml0 {
    margin-left: 0;
}
p.pt3 {
    padding-top: 3px;
}
.plag-archive-list-item {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}
body .mt22 {
    margin-top: 22px;
}

.toggle-theme-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 0 1rem;
}
.toggle-theme-wrapper span {
    font-size: 28px;
    margin: 0 4px;
}
.toggle-theme {
    position: relative;
    display: inline-block;
    height: 30px;
    width: 60px;
    margin-bottom: 0;
}
.toggle-theme input {
    display: none;
}
.theme-slider {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #ccc;
    position: absolute;
    cursor: pointer;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    transition: 0.2s;
}
.theme-slider:before {
    background-color: #414345;
    bottom: 2px;
    content: "";
    height: 22px;
    left: 3px;
    position: absolute;
    transition: 0.4s;
    width: 22px;
}
input:checked + .theme-slider:before {
    transform: translateX(28px);
    background: #fff;
}
input:checked + .theme-slider {
    background-color: #242424;
}
.theme-slider.round {
    border-radius: 34px;
    border: 2px solid #fff;
}
.theme-slider.round:before {
    border-radius: 50%;
}
.theme-slider .fa.fa-sun-o,
.theme-slider .fa.fa-moon-o {
    margin: 0 5px;
}
.theme-slider .fa.fa-sun-o {
    color: orange;
}
.theme-slider .fa.fa-moon-o {
    color: #1b1b1d;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background: var(--bg-backside);
}

body .cyuovn {
    background: var(--bg-backside);
    color: var(--font-regular);
}
body .eCCXBc {
    background-color: var(--bg-block);
    color: var(--font-regular);
}
body .fTwoWF {
    color: var(--font-regular);
    fill: var(--font-regular);
}
body .fTwoWF:disabled {
    opacity: 0.4;
    color: var(--font-regular);
    fill: var(--font-regular);
}