@import "../libs/jqvmap/dist/jqvmap.min.css";
@import "../fontawesome/font-awesome.min.css";
@import "../fontawesome/font-awesome-animation.min.css";
@import "../libs/dropzone/dropzone.min.css";
@import "style.css";
@import "style-vendors.css";
:root {
    --color_1: #30bebc;
    --color_2: #195a59;
    --color_3: #0d2230;
    --color_4: #007dcc;
    --color_5: #134988;
}

.webp body:before {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100vw;
    height: 100vh;
    background-image: -webkit-image-set(url("/assets/img/back_pc_1x.webp") 1x, url("/assets/img/back_pc_2x.webp") 2x);
    -webkit-background-size: cover;
    background-size: cover;
    content: "";
}

.no-webp body:before {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100vw;
    height: 100vh;
    background-image: image-set(url("/assets/img/back_pc_1x.jpg") 1x, url("/assets/img/back_pc_2x.jpg") 2x);
    -webkit-background-size: cover;
    background-size: cover;
    content: "";
}

@media only screen and (max-width: 768px) {
    .webp body:before {
        position: fixed;
        top: 0;
        left: 0;
        z-index: -1;
        width: 100vw;
        height: 100vh;
        background-image: -webkit-image-set(url("/assets/img/back_sp_1x.webp") 1x, url("/assets/img/back_sp_2x.webp") 2x);
        -webkit-background-size: cover;
        background-size: cover;
        content: "";
    }
    .no-webp body {
        position: fixed;
        top: 0;
        left: 0;
        z-index: -1;
        width: 100vw;
        height: 100vh;
        background-image: image-set(url("/assets/img/back_sp_1x.jpg") 1x, url("/assets/img/back_sp_2x.jpg") 2x);
        -webkit-background-size: cover;
        background-size: cover;
        content: "";
    }
}

body {
    background-color: #4ca4c4;
    color: #052732;
}

.help-block {
    color: red;
}

a {
    color: var(--color_4);
}

a:hover {
    color: var(--color_5);
}

.navbar .navbar-nav .nav-link {
    color: #fff;
    margin: 0 5px;
}

.bg-white_logedinbar .navbar .navbar-nav .nav-link {
    color: #052732;
}

.navbar .navbar-nav .nav-link:hover {
    color: var(--color_5);
    background-color: #f4f6fa;
}

label {
    margin-bottom: .5rem
}

.btn:focus {
    box-shadow: 0 0 0 0.25rem rgb(187 187 187 / 25%) !important;
}

.navbar-light .navbar-toggler-icon {
    color: #ffffff;
}

.fs_pages_navbar {
    height: 70px;
}

.style-home-text .animated_icon {
    width: 120px;
    height: 120px;
    margin-bottom: 1em;
    color: #ffffff;
}

.style-home-text .style-big-title,
.style-home-text .style-description {
    margin: 0;
    font-size: 3em;
    font-weight: 600;
}

.style-home-text .style-description {
    font-size: 1rem;
    margin: 15px 0;
    font-weight: 200
}

.uploaded-success {
    margin-top: 2em
}

.style-home-text .style-strat-uploading {
    margin: 20px 0;
    font-size: 16px;
    min-height: 50px;
    line-height: 1.5;
    height: auto;
    text-align: center;
    letter-spacing: 2px;
    padding: 12px 30px
}

.style-home-modal .modal {
    padding-right: 0!important;
    border-radius: 0;
}

.img-responsivee {
    width: 130px;
    height: 120px;
    margin-bottom: 1.3rem;
}

.style-modal-open {
    height: 100%;
    width: 100%;
    position: absolute;
}

.form-control {
    color: #052732;
    font-size: 16px;
}

.style-reset-button a {
    color: #232e3c;
    font-weight: 300;
    text-decoration: none
}

.style-reset-button .icon {
    stroke-width: 1
}

.style-reset-button a:hover {
    text-decoration: none
}

.style-home-modal .modal-body {
    padding: 0 1.5em 1.5em
}

.style-home-modal .modal-content {
    background-color: #fff;
    border-radius: 0
}

.style-home-modal .modal-header {
    border-bottom: 0!important;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.style-home-modal .modal-title {
    font-size: .7rem;
    font-weight: 300;
    line-height: 1.3333333;
}

.style-home-modal .modal-dialog-centered {
    display: block!important;
    pointer-events: all
}

.style-home-modal .modal-full-width {
    max-width: 100%;
    margin: 0!important
}

@media (min-width:768px) {
    .navbar-expand-md .navbar-collapse {
        width: auto;
        flex: 0 auto
    }
}

@media (max-width:767.98px) {
    .d-mobile-none {
        display: none!important
    }
    .style-home-text .style-big-title {
        font-size: 2em
    }
    .empty {
        margin-top: 100px
    }
    .fs_download_button {
        margin-top: 1rem;
        flex: 0 0 auto;
        width: 100%;
    }
}

@media (max-width:575.98px) {
    .d-mobile-none {
        display: none!important
    }
    .style-home-text .style-big-title {
        font-size: 1.9em
    }
    .style-main-upload-section .style-uploder-place .style-upload-icon {
        max-width: 120px!important
    }
    .style-main-upload-section .style-uploder-place h3 {
        font-size: 16px!important
    }
    .style-main-upload-section .style-uploder-place p {
        font-size: 11px!important
    }
    .style-home-modal .modal-title,
    .style-reset-button a {
        font-size: 10px
    }
    .error-icon-image img,
    .success-icon-image img {
        width: 40px!important;
        height: 40px!important;
        margin-top: 1em
    }
    .error-icon-image h3,
    .success-icon-image h3 {
        font-size: 18px!important
    }
    .error-icon-image p,
    .success-icon-image p {
        font-weight: 200!important;
        font-size: 12px!important
    }
    .style-main-upload-section {
        padding-top: 1em!important
    }
    .style-home-text .animated_icon {
        width: 90px;
        height: 90px
    }
    .empty {
        margin-top: 100px
    }
    .share-buttons {
        text-align: center!important
    }
    .fs_download_button {
        margin-top: 1rem;
        flex: 0 0 auto;
        width: 100%;
    }
}

.style-main-upload-section {
    margin: 0 auto;
    position: relative
}

@media only screen and (max-width:768px) {
    .style-main-upload-section {
        padding-top: 50px
    }
}

.style-main-upload-section .style-uploder-place {
    position: relative;
    padding: 40px 0 50px;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

@media only screen and (max-width:768px) {
    .style-main-upload-section .style-uploder-place {
        padding: 20px 0 29px;
        margin-bottom: 60px
    }
}

.style-main-upload-section .style-uploder-place .style-upload-icon {
    max-width: 150px;
    margin: 0 auto
}

@media only screen and (max-width:768px) {
    .style-main-upload-section .style-uploder-place .style-upload-icon {
        max-width: 140px
    }
}

.style-main-upload-section .style-uploder-place h3 {
    color: #0e2431;
    font-size: 26px;
    line-height: 32px
}

@media only screen and (max-width:768px) {
    .style-main-upload-section .style-uploder-place h3 {
        font-size: 21px
    }
}

.style-main-upload-section .style-uploder-place h3 span {
    color: var(--color_2);
    text-decoration: underline
}

.style-main-upload-section .style-uploder-place p {
    line-height: 22px;
    font-size: 18px;
    color: rgba(14, 36, 49, .5)
}

@media only screen and (max-width:768px) {
    .style-main-upload-section .style-uploder-place p {
        font-size: 15px;
        line-height: 10px
    }
}

.style-uploader-area .style-card {
    text-align: center;
    background: #fff;
    border: 1px solid rgb(193 193 193/40%);
    padding: 30px;
    color: #0e2431;
    font-size: 18px;
    border-radius: 0;
    height: 350px;
    position: relative
}

.style-uploader-area .style-remove {
    position: absolute;
    right: 5px;
    top: 5px;
    width: 25px
}

.style-uploader-area .progress {
    height: 30px;
    border-radius: 0
}

.style-uploader-area .style-upload-icon {
    width: 100px;
    height: 100px;
    margin-bottom: 1em
}

.style-uploader-area .style-files-upload {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.style-uploader-area .form-control {
    font-size: 12px;
    border-radius: 0;
    background: #e7f4ff;
    color: #000
}

.style-uploader-area .style-files-upload .style-files-name {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 1em
}

.style-uploader-area .style-files-upload .progress {
    margin-top: 9px
}

.style-uploder-progress .btn-view {
    margin-top: 1em;
    width: 100%
}

.style-uploader-out .style-uploder-out-place {
    height: 100%;
    width: 100%
}

.upload-more {
    cursor: pointer
}

.fade-in {
    animation: fadeIn ease 2s;
    -webkit-animation: fadeIn ease 2s;
    -moz-animation: fadeIn ease 2s;
    -o-animation: fadeIn ease 2s;
    -ms-animation: fadeIn ease 2s
}

.error-icon-image,
.success-icon-image {
    margin-bottom: 1em
}

.error-icon-image img,
.success-icon-image img {
    width: 70px;
    height: 70px;
    margin-bottom: 1em
}

.error-icon-image h3,
.success-icon-image h3 {
    font-size: 24px
}

.error-icon-image p,
.success-icon-image p {
    font-weight: 300
}

.swal-overlay--show-modal .swal-modal {
    will-change: auto!important
}

.swal-footer {
    text-align: center!important;
    margin-bottom: 20px!important
}

.form-group {
    margin-bottom: 1rem
}

.form-control {
    padding: .6375rem .75rem
}

.form-control:focus {
    color: inherit;
    background-color: #fff;
    border-color: var(--color_1);
    outline: 0;
    box-shadow: none
}

.btn-pd {
    padding: .6375rem 1.4rem!important
}

.bg-primary {
    background: var(--color_1) !important;
}

.btn-install {
    background-color: #2862b3;
    border-color: #2862b3;
    color: #ffffff;
}

.btn-install:hover {
    background-color: #2862b3;
    border-color: #2862b3;
    color: #ffffff;
    opacity: .9;
}

.btn-primary {
    background-color: var(--color_4);
    border-color: #ffffff;
    color: #ffffff;
}

.btn-primary:hover {
    background-color: var(--color_4);
    border-color: #ffffff;
    color: #ffffff;
    opacity: .9;
}

.btn-primary:focus {
    border-color: var(--color_4) !important;
}

.alert {
    background-color: #fff
}

.note {
    padding: 19px;
    border-radius: 6px;
    margin-bottom: 1em
}

.note-danger {
    background-color: #f9a3a3;
    border-color: #f9a3a3;
    border-left: 5px solid #ca5353;
    color: #4e0000
}

.note-info {
    background-color: #2196f3;
    border-color: #2196f3;
    border-left: 5px solid #025698;
    color: #fff
}

.note-success {
    background-color: #8aef9a;
    border-color: #013a0b;
    border-left: 5px solid #27b33e;
    color: #124e1c
}

.note-warning {
    background-color: #ffcb8a;
    border-color: #ffcb8a;
    border-left: 5px solid #f58700;
    color: #000
}

.note-primary {
    background-color: #515be0;
    border-color: #515be0;
    border-left: 5px solid #040f9c;
    color: #fff
}

.fsgred {
    color: red
}

.success-icon-box {
    position: absolute;
    top: 0;
    left: 0;
    padding: 2px;
    background: #129e16;
    color: #fff;
    border-bottom-right-radius: 10px
}

.error-icon-box .icon,
.success-icon-box .icon {
    width: 25px;
    height: 25px
}

.box-is-success {
    border: 2px solid #129e16!important
}

.error-icon-box {
    position: absolute;
    top: 0;
    left: 0;
    padding: 2px;
    background: #b8030c;
    color: #fff;
    border-bottom-right-radius: 10px
}

.box-is-error {
    border: 2px solid #b8030c!important
}

.remove-icon {
    position: absolute;
    right: 12px;
    top: 5px;
    cursor: pointer;
    color: var(--color_1);
}

.remove-icon:hover {
    color: #b8030c
}

.style__setup {
    margin-left: 8px;
    font-size: 25px;
    font-weight: 300;
    padding: 9px
}

.pagination .page-item {
    margin-right: .5em;
    margin-left: .5em
}

.gallery-image {
    height: 230px
}

.text-right {
    text-align: right!important
}

.sharelink {
    box-shadow: rgba(35, 46, 60, .04) 0 2px 4px 0;
    border: 1px solid rgba(101, 109, 119, .16);
    background-color: #fff!important
}

header {
    position: absolute;
}

.page-header {
    margin: 0!important
}

.view_image_footer {
    box-shadow: inset 0 1px 0 0 rgba(101, 109, 119, .16)
}

.image_inputs {
    background: #e9f2fd;
    padding: 25px;
    border-radius: 5px
}

.share-buttons {
    display: none;
    text-align: right;
    margin-bottom: 25px
}

.resp-sharing-button__icon,
.resp-sharing-button__link {
    display: inline-block
}

.resp-sharing-button__link {
    text-decoration: none;
    color: #fff;
    margin: .5em
}

.resp-sharing-button {
    border-radius: 5px;
    transition: 25ms ease-out;
    padding: .5em .75em;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif
}

.resp-sharing-button__icon svg {
    width: 1em;
    height: 1em;
    margin-right: .4em;
    vertical-align: top
}

.resp-sharing-button--small svg {
    margin: 0;
    vertical-align: middle
}

.resp-sharing-button__icon {
    stroke: #fff;
    fill: none
}

.resp-sharing-button__icon--solid,
.resp-sharing-button__icon--solidcircle {
    fill: #fff;
    stroke: none
}

.resp-sharing-button--reddit {
    background-color: #5f99cf
}

.resp-sharing-button--reddit:hover {
    background-color: #3a80c1
}

.resp-sharing-button--google {
    background-color: #dd4b39
}

.resp-sharing-button--google:hover {
    background-color: #c23321
}

.resp-sharing-button--email {
    background-color: #777
}

.resp-sharing-button--email:hover {
    background-color: #5e5e5e
}

.resp-sharing-button--xing {
    background-color: #1a7576
}

.resp-sharing-button--xing:hover {
    background-color: #114c4c
}

.resp-sharing-button--hackernews {
    background-color: #f60
}

.resp-sharing-button--hackernews:focus,
.resp-sharing-button--hackernews:hover {
    background-color: #fb6200
}

.resp-sharing-button--vk:hover {
    background-color: #43648c
}

.resp-sharing-button--facebook {
    background-color: #3b5998;
    border-color: #3b5998
}

.resp-sharing-button--facebook:active,
.resp-sharing-button--facebook:hover {
    background-color: #2d4373;
    border-color: #2d4373
}

.resp-sharing-button--twitter {
    background-color: #55acee;
    border-color: #55acee
}

.resp-sharing-button--twitter:active,
.resp-sharing-button--twitter:hover {
    background-color: #2795e9;
    border-color: #2795e9
}

.resp-sharing-button--tumblr {
    background-color: #35465c;
    border-color: #35465c
}

.resp-sharing-button--tumblr:active,
.resp-sharing-button--tumblr:hover {
    background-color: #222d3c;
    border-color: #222d3c
}

.resp-sharing-button--pinterest {
    background-color: #bd081c;
    border-color: #bd081c
}

.resp-sharing-button--pinterest:active,
.resp-sharing-button--pinterest:hover {
    background-color: #8c0615;
    border-color: #8c0615
}

.resp-sharing-button--linkedin {
    background-color: #0077b5;
    border-color: #0077b5
}

.resp-sharing-button--linkedin:active,
.resp-sharing-button--linkedin:hover {
    background-color: #046293;
    border-color: #046293
}

.resp-sharing-button--whatsapp {
    background-color: #25d366;
    border-color: #25d366
}

.resp-sharing-button--whatsapp:active,
.resp-sharing-button--whatsapp:hover {
    background-color: #1da851;
    border-color: #1da851
}

.resp-sharing-button--vk {
    background-color: #507299;
    border-color: #507299
}

.resp-sharing-button--vk:hover .resp-sharing-button--vk:active {
    background-color: #43648c;
    border-color: #43648c
}

.resp-sharing-button--telegram {
    background-color: #54a9eb
}

.resp-sharing-button--telegram:hover {
    background-color: #4b97d1
}

.page_header {
    background: var(--color_2);
    text-align: center;
    padding: 40px
}

.page_header h1 {
    margin: 0;
    color: #fff
}

.error_pages {
    color: #fff;
}

.do_height {
    height: 20px;
}

.download_btn {
    display: block;
    border-radius: 4px;
    text-decoration: none;
    color: #fff;
    font-weight: 600;
    font-size: 12px;
    border: none;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
    padding: 1.4rem .4rem;
    font-size: 14px;
}

.fs_download_file:disabled,
fieldset:disabled .btn {
    opacity: 10 !important;
}

.btn.disabled {
    background-color: #ccc;
}

.box {
    background: rgba(5, 52, 75, 0.6);
    border-radius: 5px;
    -webkit-backdrop-filter: saturate(1.2) blur(5px);
}

.box .box-body {
    padding: 20px 20px;
    color: #fff;
}

.box .box-body .page-subtitle {
    color: #e0e0e0;
}

.btn-green {
    background: #30bebc;
}

.btn-green:hover {
    background: #168c8b;
}

.box .box-footer {
    background: rgba(5, 52, 75, 0.6);
    padding: 10px;
    color: #fff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top: 1px solid #1b496f;
}

.no-rounded {
    border-radius: 0 !important;
}

.file-link {
    background: #e3f2f0;
    padding: 12px;
    border-radius: 5px;
}

.text-overflow {
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    width: 100%;
    overflow: hidden;
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-o-keyframes fadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-ms-keyframes fadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.fs_sec {
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.section_title {
    text-align: left;
    font-size: 3rem;
    margin-bottom: 1rem;
    color: var(--color_2);
    font-weight: 600;
}

.title-line {
    text-align: center;
    background: var(--color_1);
    height: 2px;
    width: 100px;
    margin: 0 auto;
    margin-bottom: 3rem;
}

.feature_box {
    text-align: center;
    background: #ffff;
    padding: 25px;
    border-radius: 10px;
    height: 100%;
    box-shadow: 0 4px 8px rgb(0 0 0 / 5%);
}

.feature_box h3 {
    font-size: 23px;
    font-weight: 500;
    color: #545454;
}

.feature_box p {
    font-size: 16px;
    font-weight: 300;
}

.feature {
    margin-bottom: 1rem;
}

.feature_box img {
    margin-bottom: 1rem;
}

.fs_get_started {
    padding: 20px 0 40px;
    position: relative;
    overflow: hidden;
}

.fs_get_started h1 {
    color: #ffffff;
    font-size: 44px;
    margin-bottom: 2rem;
}

.fs_get_started .col-md-6.order-1 {
    z-index: 1;
}

.blog_post {
    margin-bottom: 1rem;
}

.blog_post p {
    padding-top: 10px;
    color: #052732;
    margin-bottom: 0;
    font-size: 1rem;
}

.blog_single_post {
    position: relative;
    height: 100%;
    background: #ffffff;
    padding: 12px;
    border-radius: 10px;
}

.blog_single_post a {
    text-decoration: none
}

.blog_single_post a:hover {
    opacity: .8;
}

.post_date {
    position: absolute;
    background: var(--color_1);
    padding: 6px 14px;
    color: #fff;
    font-size: 14px;
    border-bottom-right-radius: 10px;
}

.blog_single_post h1 {
    margin-top: 1rem;
    text-align: center;
    font-size: 1.5rem;
}

.blog_single_post a h1 {
    color: #052732;
    text-align: left;
}

.view_more {
    text-align: center;
    margin-top: 2rem;
}

.view_more .btn {
    border-radius: 3px;
}

.break-word {
    word-break: break-word;
}

.dl_icon {
    float: left;
    margin: 10px 10px 0 0;
}

.footer {
    background: rgba(48, 153, 190, 0.8);
}

.footer hr {
    border: 1px solid #fff;
}

.footer .footer-logo {
    margin-bottom: 2rem;
}

.footer .footer-logo a:hover {
    opacity: .8;
}

.footer .footer-menu a {
    text-decoration: none;
    color: #f0f0f0;
}

.footer .footer-menu a:hover {
    color: var(--color_1);
}

.footer-copyright {
    text-align: center;
    color: rgba(255, 255, 255, 0.8);
}

.footer-copyright a {
    color: rgba(255, 255, 255, 0.8);
}

.footer-copyright h3 {
    margin-bottom: 1rem;
}

.side-box {
    margin-bottom: 1rem;
}

.side-box a {
    color: #000;
    text-decoration: none;
}

.side-box a:hover {
    color: var(--color_1);
}

.side-box h1 {
    text-align: center;
    margin-bottom: 1rem;
    color: #000;
    font-weight: 600;
}

.side-post img {
    width: 100%;
    border-radius: 5px;
}

.side-post .title {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 0;
}

.post-side .title {
    margin-bottom: .7rem;
    line-height: 1.2;
    font-weight: 600;
    text-align: left;
}

.post-side .badge {
    border-radius: 25px;
    padding: 9px 14px;
}

.post-side p {
    margin-bottom: 0;
}

.post-side .date-by {
    font-weight: 400;
    font-size: 14px;
}

.post-side .post-image {
    width: 100%;
}

.post-side .body {
    margin-top: .5rem;
    margin-bottom: .5rem;
    line-height: 1.5rem;
    font-size: 16px;
    text-align: justify;
}

.post-header {
    margin-top: 0.8rem;
}

.list-group-item {
    background: #f0f0f0;
}

.home_top_ad,
.download_top_ad {
    width: 100%;
    margin: 0 auto;
}

.download_left_ad {
    width: 300px;
    min-width: 300px !important;
    height: 600px;
    margin: 0 auto;
}

.colorwhite {
    color: #fff;
}

.colorgray {
    color: #666;
    font-size: .8rem;
}

.title-line.colorwhite {
    background-color: #fff;
}

@media (max-width:1024px) {
    .download_left_ad {
        height: auto;
    }
}

.home_bottom_ad,
.download_bottom_ad {
    width: 100%;
    margin: 0 auto;
}

.download_left_ad {
    width: 100%;
    margin: 0 auto;
}

.download_mobile_down_ad {
    width: 100%;
    margin: 0 auto;
}

.blog_right_ad {
    width: 100%;
    margin: 0 auto;
}

.blog_top_ad {
    width: 100%;
    margin: 0 auto;
}

.blog_bottom_ad {
    width: 100%;
    margin: 0 auto;
}

.blog_mobile_top_ad {
    width: 100%;
    margin: 0 auto;
}

.blog_mobile_bottom_ad {
    width: 100%;
    margin: 0 auto;
}

.top_header_message {
    background: #2dc511;
    color: #ffffff;
    text-align: center;
    padding: 15px;
    font-size: 16px;
    animation: fadeIn 0.5s ease-in both;
}

@media (min-width: 768px) and (max-width: 1024px) {
    .fs_get_started h1 {
        font-size: 25px;
    }
    .fs_get_started .btn {
        padding: 10px 20px;
        font-size: 15px;
    }
    .d-md-block {
        display: none !important;
    }
    .d-md-none {
        display: block !important;
    }
}

@media (max-width:767.98px) {
    .section_title {
        font-size: 25px;
    }
    .fs_get_started h1 {
        font-size: 25px;
    }
    .fs_get_started .btn {
        padding: 10px 20px;
        font-size: 15px;
    }
}

@media (max-width:575.98px) {
    .section_title {
        font-size: 25px;
    }
    .fs_get_started h1 {
        font-size: 25px;
    }
    .fs_get_started .btn {
        padding: 10px 20px;
        font-size: 15px;
    }
}

.pc {
    display: inline-block;
}

td.pc,
th.pc {
    display: table-cell;
}

.sp {
    display: none;
}

.logedinbar.navbar-expand-md {
    position: absolute;
    right: 0;
    width: 300px;
    max-width: 60%;
}

.logedin.logedinbar.navbar-expand-md {
    width: 490px;
}

.logedin.logedinbar.navbar-expand-md .container-xl {
    padding: 0;
}

.user_settings h2 {
    float: left;
    color: #fff;
}

.user_settings .clearboth {
    clear: both;
}

.float-right {
    float: right;
}

.navbar-brand {
    margin: 0 auto;
}

.logedinbar.navbar-expand-md .navbar-nav {
    width: 100%;
}

.fs_get_started {
    background: #fffff6;
}

.fs_get_started h2 {
    font-size: 3rem;
    color: #00a393;
    background: -moz-linear-gradient(135deg, #00a5cc, rgb(76, 206, 211) 48%, #009ea3);
    background: -webkit-linear-gradient(135deg, #00a5cc, rgb(76, 206, 211) 48%, #009ea3);
    background: linear-gradient(135deg, #00a5cc, rgb(76, 206, 211) 48%, #009ea3);
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.style-uploader-out p {
    font-size: 1.1rem;
}

.style-uploader-out p.agreetext {
    font-size: 1rem;
    margin-bottom: 1px;
    opacity: 1;
    display: none;
    transition: all 0.5s 0s ease;
}

.style-uploader-out p small {
    font-size: .8rem;
}

.feature {
    clear: both;
}

.feature img {
    float: left;
    margin-right: 20px;
}

.feature h3 {
    padding-top: 10px;
}

.bg-blog,
.fs_blog,
.fs_Features {
    background: #e8e8e3;
}

.fs_Features2 {
    background: #e8eceb;
}

.fs_Features,
.fs_Features2 {
    padding: 20px 0 40px;
    overflow: hidden;
}

.fs_Features .row,
.fs_Features2 .row {
    position: relative;
}

.fs_Features .order-1,
.fs_Features .order-2,
.fs_Features2 .order-1,
.fs_Features2 .order-2 {
    z-index: 10;
}

.fs_Features .section_title,
.fs_Features2 .section_title {
    font-size: 3rem;
    color: #00a393;
    background: -moz-linear-gradient(135deg, #00a5cc, rgb(76, 206, 211) 48%, #009ea3);
    background: -webkit-linear-gradient(135deg, #00a5cc, rgb(76, 206, 211) 48%, #009ea3);
    background: linear-gradient(135deg, #00a5cc, rgb(76, 206, 211) 48%, #009ea3);
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.fs_blog {
    padding-bottom: 3rem;
}

.fs_blog .section_title {
    color: var(--color_1);
    font-size: 2.5rem;
    text-align: center;
    padding-top: 1.5rem;
}

.homeback1 {
    position: absolute;
    right: calc(0px - 4%);
    bottom: -51px;
    z-index: 1;
    width: 60%;
}

.homeback2 {
    position: absolute;
    left: calc(0px - 14%);
    bottom: -51px;
    z-index: 1;
    width: 60%;
}

.uploadicon-box {
    position: relative;
    display: inline-flex;
    width: 150px;
    height: 100px;
    margin-top: -12px;
    margin-right: -30px;
}

.uploadicon {
    width: 120px;
    filter: drop-shadow(1px 1px 5px rgba(0, 0, 0, 0.25));
}

.navbar-expand-md .navbar-nav .active .nav-link {
    background-color: #f4f6fa;
}

.text-right_pc {
    text-align: right;
}

@media only screen and (min-width:769px) {
    .bg-blog .container {
        max-width: calc(100% - 100px)
    }
}

.logedinbar.navbar-expand-md .navbar-nav .nav-item {
    width: calc(100% / 2);
    line-height: 1;
}

.logedin.logedinbar.navbar-expand-md .navbar-nav .nav-item {
    width: calc(100% / 3);
}

.style-uploder-out-place {
    color: #fff;
}

.style-uploder-out-place h2 {
    font-size: 2.2rem;
    font-weight: bold;
}

#style-upload-clickable {
    padding: 10px 30px;
    font-size: 1.2rem;
    background-color: var(--color_4);
}

#style-upload-clickable.disabled {
    background-color: #666;
    border-color: var(--color_4);
}

.style-reset-button #style-upload-clickable {
    color: #fff;
    border-radius: 5px;
}

#style-upload-clickable .icon {
    width: 1.75rem;
    height: 1.75rem;
}

.style_dash_back,
.style-home-page-content .container-xl {
    border-radius: 5px;
    padding: 20px 0;
    border: 1px solid rgba(255, 255, 255, 0.3);
    background-color: rgba(0, 123, 134, 0.15);
    box-shadow: 0 11px 31px 0 rgba(5, 81, 87, 0.4);
    -webkit-backdrop-filter: saturate(1.2) blur(5px);
    padding: 10px;
    margin: 0 auto;
}

.style-home-page-content .container-xl {
    padding: 20px 10px 10px;
}

.style-home-page-content .container-xl .col-md-4 {
    align-items: center;
    display: flex;
    justify-content: center;
}

.style-uploder-out-place .agree a {
    color: #fff;
    text-decoration: underline;
}

.style-uploder-out-place .agree a:hover {
    text-decoration: none;
}

.sp_agree {
    width: 100%;
    position: absolute;
    top: 0em;
    opacity: 0;
    padding: 1.5em 10px;
    cursor: pointer;
    left: 0;
    z-index: -1;
    background: rgba(255, 255, 255, 0.8);
    transition: all 0.5s 0s ease;
}

.style-drag-zone {
    display: flex;
    height: 100vh;
    justify-content: space-around;
    align-items: center;
}

.ibobdrag.style-drag-zone-place {
    width: calc(100% - 30px);
    max-width: 800px;
}

.card-title_user {
    font-size: 1.5rem;
    text-align: center;
}

.error_pages .empty-header,
.error_pages .text-muted {
    color: #fff!important;
}

.empty .empty-title,
.empty .empty-subtitle {
    color: #fff!important;
}

.file-man-box .file-img-box img {
    max-height: 64px;
}

.file-man-box .file-img-box {
    line-height: 1!important;
}

.footer-logo .navbar-brand-image {
    margin: 0 auto;
    width: 120px;
}

.navbar-brand-image svg {
    width: 100%;
}

.navbar-brand-image .cls-1 {
    fill: #fff;
}

.navbar-brand-image .cls-2 {
    fill: none;
    stroke: #fff;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 14px;
}

.heigtauto {
    height: auto;
}

.pad510 {
    padding: 5px 10px;
}

.colorfff {
    color: #fff;
}

.navbar-brand a:hover {
    opacity: .7;
}

.navbar-brand-image {
    width: 100%;
}

header {
    width: 160px;
}

.file-man-box .file-man-title {
    margin-top: 10px;
}

@media only screen and (max-width:768px) {
    .pc,
    td.pc,
    th.pc {
        display: none;
    }
    .sp {
        display: inline-block;
    }
    .uploadicon {
        width: 85px
    }
    .text-right_pc {
        text-align: left;
    }
    .uploadbtn {
        position: fixed;
        bottom: 0;
        z-index: 1000;
        width: 100%;
        padding: 5px;
        background: rgba(255, 255, 255, 0.8);
    }
    .feature_box {
        text-align: left;
    }
    .style-uploader-out {
        padding: 100px 10px 100px;
    }
    .style-uploader-out {
        width: 100%;
    }
    .text-center-sp {
        text-align: center;
    }
    .homeback1,
    .homeback2 {
        width: 85%;
        opacity: .2;
    }
    .homeback3 {
        width: 50%;
        position: absolute;
        right: 0;
        z-index: 0;
        bottom: 20px;
        opacity: .6;
    }
    .nav-item .icon {
        width: 2rem;
        height: 2rem;
        margin: 0 auto;
        stroke-width: 1;
    }
    .nav-item {
        line-height: 0;
        text-align: center;
    }
    .nav-link {
        display: block;
        position: relative;
        top: -4px;
    }
    .nav-link-title {
        font-size: 6.5px;
    }
    .logedout .nav-link-title {
        left: -0.05rem;
        position: relative;
    }
    .navbar-expand-md .navbar-nav .nav-link {
        padding: 0 0.1rem;
        display: inline-grid;
        padding: 0 0 5px;
        margin-top: 5px;
    }
    .logedinbar.navbar-expand-md {
        max-width: 50%;
    }
    header {
        max-width: 30%;
    }
    .navbar-brand-image {
        max-width: 100%;
    }
    .nav-link-icon {
        width: auto;
        margin: 0;
    }
    .style-drag-zone {
        height: calc(100vh - 5rem);
    }
    .style-uploader-out {
        padding-top: 10rem;
    }
    .style-uploder-out-place h2 {
        font-size: 1.8rem;
    }
    .fs_Features .section_title,
    .fs_Features2 .section_title {
        font-size: 2.5rem;
    }
    .footer .footer-menu a {
        font-size: .85rem;
        padding: 5px 7px;
    }
    .uploadicon-box {
        height: 0px;
        margin-top: -174px;
    }
    .file-man-box .file-img-box {
        width: 25%;
        float: left;
        margin-left: 4%;
    }
    .file-man-box .file-man-title {
        width: 70%;
        float: left;
        margin-top: 0;
    }
    .file-man-box {
        overflow: hidden;
    }
}

@media only screen and (max-width:360px) {
    .style-drag-zone {
        height: auto;
    }
    .navbar-brand-image {
        width: 100%;
    }
    .nav-item .nav-link-title {
        display: none;
    }
    .logedin.logedinbar.navbar-expand-md .navbar-nav .nav-item {
        line-height: 0;
    }
    .nav-item .icon {
        width: 1.5rem;
        height: 1.5rem;
    }
    .style-uploader-out {
        padding: 4rem 0px;
    }
    .fs_Features .section_title,
    .fs_Features2 .section_title,
    .style-uploder-out-place h2 {
        font-size: 1.5rem;
        line-height: 1.2;
    }
    .navbar-nav {
        margin-top: 3px;
    }
}

.animated {
    display: inline-block;
    opacity: .8;
    position: absolute;
    fill: #eafafc;
}

.anime1.animated {
    animation: move-file1 8s infinite normal ease-in-out;
    z-index: 3;
    opacity: 0;
}

.anime2.animated {
    animation: move-file2 8s infinite normal ease-in-out;
    z-index: 2;
    opacity: 0;
}

.anime3.animated {
    animation: move-file3 8s infinite normal ease-in-out;
    z-index: 1;
    opacity: 0;
}

@keyframes move-file1 {
    0% {
        transform: translate(10px, -10px);
        opacity: 0;
    }
    5% {
        transform: translate(0, 0);
        opacity: .8;
        fill: #c1dbf2;
    }
    85% {
        transform: translate(0, 0);
        opacity: .8;
        fill: #c1dbf2;
    }
    90% {
        transform: translate(-10px, 10px);
        opacity: 0;
        fill: #eafafc;
    }
}

@keyframes move-file2 {
    5% {
        transform: translate(20px, -20px);
        opacity: 0;
    }
    10% {
        opacity: .8;
        fill: #c1dbf2;
        transform: translate(10px, -10px);
    }
    90% {
        opacity: .8;
        fill: #c1dbf2;
        transform: translate(10px, -10px);
    }
    95% {
        transform: translate(0px, 0px);
        opacity: 0;
        fill: #eafafc;
    }
}

@keyframes move-file3 {
    10% {
        transform: translate(30px, -30px);
        opacity: 0;
    }
    15% {
        opacity: .8;
        fill: #c1dbf2;
        transform: translate(20px, -20px);
    }
    95% {
        opacity: .8;
        fill: #c1dbf2;
        transform: translate(20px, -20px);
    }
    100% {
        transform: translate(10px, -10px);
        opacity: 0;
        fill: #eafafc;
    }
}