/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
    margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
    display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
    background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
    border-style: none;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
    /* 1 */
    overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    /* 1 */
    text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}
    /**
 * Remove the inner border and padding in Firefox.
 */
    button::-moz-focus-inner,
    [type="button"]::-moz-focus-inner,
    [type="reset"]::-moz-focus-inner,
    [type="submit"]::-moz-focus-inner {
        border-style: none;
        padding: 0;
    }
    /**
 * Restore the focus styles unset by the previous rule.
 */
    button:-moz-focusring,
    [type="button"]:-moz-focusring,
    [type="reset"]:-moz-focusring,
    [type="submit"]:-moz-focusring {
        outline: 1px dotted ButtonText;
    }
/**
 * Correct the padding in Firefox.
 */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
    overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}
    /**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
    [type="search"]::-webkit-search-decoration {
        -webkit-appearance: none;
    }
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
    display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
    display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
    display: none;
}

@media (-webkit-device-pixel-ratio: 1.25) {
    :root {
        zoom: 0.8;
    }
}

body {
    color: #171717;
    font-family: "Manrope", sans-serif;
    font-size: 16px;
    margin: 0;
    padding: 0;
    background: #fcfcfc;
    font-weight: 400;
    height: 100%;
    line-height: 1.4;
}

@media only screen and (max-width: 1199.98px) {
    body {
        font-size: 15px;
    }
}

body.in {
    background: #fff;
}

svg {
    display: inline-block;
    vertical-align: middle;
}

html {
    height: 100%;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 30%, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

div.clr {
    width: 100%;
    clear: both;
    height: 1px;
}

.tab-container {
    margin-bottom: 30px;
}

    .tab-container > ul > li {
        display: none;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
    }

        .tab-container > ul > li.active {
            display: block;
            animation-name: fadeInUp;
            animation-duration: .4s;
        }

a {
    color: #171717;
    text-decoration: none;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

    a:hover {
        color: #5e55ea;
    }

p {
    margin: 0 0 10px;
    line-height: 26px;
    color: #171717;
}

h1 {
    font-size: 22px;
}

h2 {
    font-size: 20px;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 17px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 15px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    color: #17234f;
    line-height: 1.7;
    font-weight: 700;
    font-family: "Manrope", sans-serif;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.sec-title {
    font-size: 19px;
}

button,
input,
select,
textarea {
    font-family: "Manrope", sans-serif;
}

ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

img {
    height: auto;
    display: block;
    max-width: 100%;
}

input,
textarea {
    outline: none !important;
}

    input:foucs,
    textarea:foucs {
        outline: none !important;
    }

.btn {
    border-radius: 12px;
    line-height: 26px;
    padding: 12px 23px;
    border: 1px solid;
    font-size: 14px;
    white-space: nowrap;
    font-weight: 700;
}

    .btn.no-shade {
        box-shadow: none !important;
    }

@media only screen and (max-width: 1199.98px) {
    .btn {
        border-radius: 6px;
        padding: 8px 14px;
        font-size: 14px;
    }
}

.btn.btn-success {
    background: #1eac7a;
    border-color: #1eac7a;
}

    .btn.btn-success:hover {
        background: #1a966b;
        border-color: #1a966b;
    }

.btn.btn-light {
    background: #fff;
    border-color: #fff;
    box-shadow: 0px 18px 32px 0px rgba(28, 64, 191, 0.2);
}

    .btn.btn-light:hover {
        background: #f2f2f2;
        border-color: #f2f2f2;
    }

.btn.btn-dark {
    background: #d1d1d1;
    border-color: #d1d1d1;
    color: #fff;
}

    .btn.btn-dark:hover {
        background: #c4c4c4;
        border-color: #c4c4c4;
    }

.btn.btn-nbg {
    background: none;
    border-color: transparent;
    box-shadow: none;
    color: #3F4754;
}

    .btn.btn-nbg:hover {
        color: #5e55ea;
    }

.btn.btn-primary {
    background: #5e55ea;
    border-color: #5e55ea;
}

    .btn.btn-primary:hover {
        background: #493ee7;
        border-color: #493ee7;
    }

.btn.btn-m-primary {
    background: #dfddfb;
    border-color: #dfddfb;
    color: #5e55ea;
}

    .btn.btn-m-primary:hover {
        background: #cac6f8;
        border-color: #cac6f8;
    }

.btn.btn-secondary {
    background: #ff746c;
    border-color: #ff746c;
}

    .btn.btn-secondary:hover {
        background: #ff5c53;
        border-color: #ff5c53;
    }

.btn.btn-outline-light {
    border-color: #fff;
    color: #fff;
}

    .btn.btn-outline-light:hover {
        background: #fff;
        color: #5e55ea;
    }

.btn.btn-outline-gray {
    border-color: #747474;
    color: #747474;
}

    .btn.btn-outline-gray:hover {
        background: #747474;
        color: #fff;
    }

.btn.btn-outline-dark {
    border-color: #171717;
    color: #171717;
}

    .btn.btn-outline-dark:hover {
        background: #171717;
        color: #fff;
        border-color: #171717;
    }

.input-icon,
.input-group {
    margin-bottom: 16px;
}

    .input-icon .icon,
    .input-group .icon {
        right: 16px;
        top: 50%;
        transform: translateY(-50%);
    }

input.form-control {
    line-height: 30px;
    padding: 10px 16px;
    border-color: #D1D1D1;
    border-radius: 12px;
    font-weight: 500;
    color: #363636;
    font-size: 14px;
}

    input.form-control:hover,
    input.form-control:focus {
        outline-width: 0 !important;
        outline: none !important;
        box-shadow: none !important;
        border-color: #747474;
    }

.or {
    line-height: 17px;
    text-align: center;
    position: relative;
}

    .or:before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 10px;
        border-bottom: 1px solid #D1D1D1;
    }

    .or span {
        display: inline-block;
        position: relative;
        padding: 0 9px;
        font-size: 10px;
        font-weight: 400;
        color: #555555;
        background: #fff;
        z-index: 2;
    }

.modal-header .btn-close {
    left: 15px;
}

grammarly-desktop-integration {
    display: none;
}

#login-form {
    padding: 20px 0;
}

    #login-form #logo {
        margin-bottom: 34px;
    }

.login-form {
    width: 474px;
    max-width: 90%;
    background: #fff;
    padding: 24px;
    border-radius: 24px;
}

    .login-form .pre-text {
        margin-bottom: 32px;
    }

        .login-form .pre-text h3 {
            margin-bottom: 12px;
            font-size: 24px;
            font-weight: 600;
            line-height: 33px;
        }

        .login-form .pre-text p {
            font-size: 16px;
            font-weight: 500;
            line-height: 22px;
            color: #939393;
            margin-bottom: 10px;
        }

    .login-form .google {
        margin-bottom: 30px;
    }

    .login-form .or {
        margin-bottom: 33px;
    }

    .login-form .keep label {
        font-size: 12px;
        font-weight: 400;
        line-height: 20px;
        color: #363636;
    }

    .login-form .forget {
        font-size: 12px;
        font-weight: 600;
        color: #363636;
    }

        .login-form .forget:hover {
            color: #5e55ea;
        }

    .login-form .forget-keep {
        margin-bottom: 32px;
    }

    .login-form .linktosign {
        padding-top: 17px;
        font-size: 14px;
        font-weight: 500;
        line-height: 22px;
        color: #747474;
    }

        .login-form .linktosign a {
            font-weight: 600;
            letter-spacing: 0.02em;
            color: #252525;
        }

            .login-form .linktosign a:hover {
                color: #5e55ea;
            }

#copyright .copyright {
    height: 120px;
}

    #copyright .copyright p {
        font-size: 16px;
        font-weight: 500;
        line-height: 22px;
        color: #B2B2B2;
    }

.modal {
    background: rgba(0, 0, 0, 0.3);
}

#reset-modal .modal-dialog {
    max-width: 474px;
    width: 90%;
}

    #reset-modal .modal-dialog .modal-content {
        border: none;
        border-radius: 24px;
    }

#reset-modal .modal-header {
    border: none;
}

    #reset-modal .modal-header .modal-title {
        font-size: 26px;
        font-weight: 600;
        line-height: 36px;
        padding-top: 9px;
    }

#reset-modal .modal-body {
    padding: 0 10px 0;
}

    #reset-modal .modal-body svg {
        margin-bottom: 14px;
    }

    #reset-modal .modal-body p {
        font-size: 16px;
        font-weight: 500;
        line-height: 22px;
        color: #939393;
    }

        #reset-modal .modal-body p b {
            color: #17234f;
            font-weight: 600;
        }

#reset-modal .modal-footer {
    border: none;
    padding: 32px 22px 24px;
}

#reset-modal .prgoress {
    height: 8px;
    background: #F2F2F2;
    border-radius: 4px;
    width: 90%;
    margin: 37px auto 23px;
}

    #reset-modal .prgoress span {
        left: 0;
        top: 0;
        bottom: 0;
        border-radius: 4px;
        background: #34C759;
    }

.file-table {
    border: 1px solid #e8e8e8;
    border-radius: 12px;
    border-spacing: 0;
    /*border-collapse: separate;*/
}

    .file-table thead th {
        background: #fcfcfc;
        height: 46px;
        vertical-align: middle;
        font-size: 14px;
        font-weight: 500;
        line-height: 22px;
        letter-spacing: 0.01em;
        padding: 12px 24px;
    }

        .file-table thead th:first-child {
            border-radius: 12px 0 0 0;
        }

        .file-table thead th:last-child {
            border-radius: 0 12px 0 0;
        }

    .file-table tbody tr:last-child td:first-child {
        border-radius: 0 0 0 12px;
    }

    .file-table tbody tr:last-child td:last-child {
        border-radius: 0 0 12px 0;
    }

    .file-table tbody tr:first-child td {
        border-top: none;
    }

    .file-table td {
        border: 1px solid #e8e8e8;
        border-bottom: none;
        border-right: none;
        vertical-align: middle;
        padding: 12px 24px;
        color: #555555;
        font-size: 14px;
        font-weight: 500;
        line-height: 22px;
        letter-spacing: 0.01em;
    }

        .file-table td:first-child {
            border-left: none;
        }

        .file-table td .btn {
            /* width: 140px;*/
            padding: 6px 23px;
            font-weight: 600;
        }

        .file-table td.w-0 {
            width: 0;
        }

        .file-table td.input-se,
        .file-table th.input-se {
            width: 58px;
            text-align: center;
        }

.toolbars {
    gap: 16px;
    margin-bottom: 24px;
}

    .toolbars .left-toolbar {
        gap: 16px;
    }

        .toolbars .left-toolbar .input-group {
            width: 200px;
        }

            .toolbars .left-toolbar .input-group input {
                border-color: #747474;
            }

@media only screen and (max-width: 1199.98px) {
    .toolbars .left-toolbar .input-group input {
        padding: 6px 12px;
        border-radius: 6px;
    }
}

@media only screen and (max-width: 767.98px) {
    .toolbars .left-toolbar .input-group {
        flex-grow: 1;
    }
}

@media only screen and (max-width: 767.98px) {
    .toolbars .left-toolbar {
        flex-wrap: wrap;
    }
}

.toolbars .right-toolbar {
    width: 385px;
    max-width: 100%;
}

    .toolbars .right-toolbar input {
        border-color: #747474;
    }

@media only screen and (max-width: 1199.98px) {
    .toolbars .right-toolbar input {
        padding: 6px 12px;
        border-radius: 6px;
    }
}

.toolbars .right-toolbar .row {
    margin: 0 -8px;
}

    .toolbars .right-toolbar .row > * {
        padding: 0 8px;
    }

.choosfiles {
    border: 1px solid #747474;
    border-radius: 12px;
    padding: 0 140px 0 14px;
    width: 490px;
}

@media only screen and (max-width: 1199.98px) {
    .choosfiles {
        border-radius: 6px;
    }
}

@media only screen and (max-width: 767.98px) {
    .choosfiles {
        padding-right: 70px;
        width: 100%;
    }
}

.choosfiles input {
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 0;
    width: 0;
    height: 0;
}

.choosfiles label {
    right: -1px;
    top: -1px;
    width: 136px;
}

@media only screen and (max-width: 767.98px) {
    .choosfiles label {
        width: auto;
        padding: 7px 12px;
    }
}

.choosfiles .result {
    height: 50px;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    color: #747474;
}

@media only screen and (max-width: 1199.98px) {
    .choosfiles .result {
        height: 40px;
    }
}

.choosfiles .result.active {
    color: #5e55ea;
}

.search-form {
    margin-bottom: 72px;
    width: 440px;
    max-width: 100%;
}

    .search-form input {
        padding-left: 48px;
    }

    .search-form .icon {
        left: 16px;
        top: 50%;
        transform: translateY(-50%);
    }

#main-content {
    padding: 50px 0;
}

    #main-content #logo {
        margin-bottom: 23px;
    }

.main-title {
    font-size: 26px;
    font-weight: 600;
    line-height: 36px;
    margin-bottom: 40px;
}

.filters .drop {
    top: 63px;
    left: 0;
    background: #fff;
    width: 134px;
    box-shadow: 1px 4px 9px 0px #B5B5B526;
    border-radius: 8px;
    padding: 11px 11px 0;
}

    .filters .drop .clear {
        padding: 0;
        border: none;
        background: none;
        font-size: 12px;
        font-weight: 500;
        line-height: 22px;
    }

    .filters .drop li {
        line-height: 35px;
        font-size: 12px;
        font-weight: 500;
    }

        .filters .drop li .input-check {
            display: flex;
            align-items: center;
            line-height: 35px;
        }

.filters .num {
    min-width: 24px;
    padding: 0 2px;
    text-align: center;
    color: #5e55ea;
    line-height: 24px;
    background: #fff;
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
    margin-left: 9px;
    border-radius: 50%;
}

.filter-results {
    margin-bottom: 24px;
    gap: 10px;
}

    .filter-results .filter-result {
        line-height: 36px;
        border-radius: 18px;
        padding: 0 14px;
        background: #dfddfb;
        font-size: 12px;
        font-weight: 600;
        color: #5e55ea;
    }

        .filter-results .filter-result .close {
            background: none;
            padding: 0 5px 0 12px;
            color: #5e55ea;
            border: none;
        }

.is-current {
    border: 2px solid #52ce7e;
}

.error-icon {
    cursor: pointer;
    height: 15px;
    float: left;
    margin-right: 10px;
}

.wide-modal .modal-dialog {
    max-width: 1000px;
}

#imgModal {
    width: 100%;
}

.load-button-container {
    position: relative;
}

    .load-button-container input {
        width: 100%;
    }

.crop-image {
    height: 100px;
}

.file-name {
    max-width: 60px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: inline-block;
    height: 17px;
}

/* these styles are for the demo, but are not required for the plugin */
.zoom {
    display: inline-block;
    position: relative;
}

    /* magnifying glass icon */
    .zoom:after {
        content: '';
        display: block;
        width: 33px;
        height: 33px;
        position: absolute;
        top: 0;
        right: 0;
        /*background: url(icon.png);*/
    }

    .zoom img {
        display: block;
    }

        .zoom img::selection {
            background-color: transparent;
        }

.ag-readonly {
    width: 30px;
    border: none;
}