
body {
    margin: 0;
    font-family: Montserrat, sans-serif;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.6;
    color: #333;
    text-align: left;
    background-color: #fff;
}

body a {
	text-decoration: none;
	color: inherit;
}

body a:hover {
	text-decoration: none;
	color: inherit;
}

.main-container {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    position: relative;
    width: 100%;
    min-width: 320px;
    overflow: hidden;
}

.nav-toggle {
    cursor: pointer;
    color: currentColor!important;
    transition: none
}

.nav-toggle,
.nav-toggle>span {
    position: relative;
    display: block;
    width: 24px;
    height: 24px
}

.nav-toggle.active>span:before {
    width: 2px;
    height: 24px;
    top: 0;
    left: 11px;
}

.nav-toggle>span:after,
.nav-toggle>span:before,
.nav-toggle>span i {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 24px;
    height: 2px;
    background-color: currentColor
}

.nav-toggle>span i {
    top: 11px
}

.nav-toggle>span:before {
    top: 4px
}

.nav-toggle>span:after {
    top: 18px
}

.nav-toggle:before {
    content: "";
    display: block;
    position: absolute;
    top: -10px;
    bottom: -10px;
    left: -10px;
    right: -10px
}

.nav-toggle.active>span {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.nav-toggle.active>span:before {
    width: 2px;
    height: 24px;
    top: 0;
    left: 11px
}

.nav-toggle.active>span:after {
    display: none
}

.header {
    position: relative;
    z-index: 10;
    width: 100%;
    color: #333;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.header .container {
	max-width: 90%;
}

.header .header-main {
    position: relative;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, .06)
}

.header .header-inner {
    position: relative;
    display: -webkit-flex;
    display: flex
}

.header .logo {
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-right: 20px
}

.header .logo a {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 123px;
    height: 32px
}

.header .logo a svg .logo-text {
    fill: #333
}

.header .logo a:hover {
    opacity: .8
}

.header .header-title {
    display: none
}

.header .navigation {
    display: none;
    position: fixed;
    z-index: 1080;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding-top: 60px;
    color: #333;
    background-color: #fff;
    font-size: 15px;
    line-height: 24px;
    overflow-y: scroll
}

.header .navigation nav {
    padding: 0 20px
}

.header .navigation nav,
.header .navigation ul {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column
}

.header .navigation ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.header .navigation ul li {
    padding: 0;
    margin: 0;
    text-align: left
}

.header .navigation ul li ul {
    padding-left: 20px
}

.header .navigation ul li a {
    display: block;
    padding: 15px 0;
    color: #333
}

.header .navigation ul li a:hover {
    color: #1b9ee0
}

.header .navigation ul li a svg path {
    transition: none
}

.header .navigation ul li .btn {
    font-size: inherit;
    cursor: pointer
}

.header .navigation ul li .btn-blue1,
.header .navigation ul li .btn-blue1:active,
.header .navigation ul li .btn-blue1:focus,
.header .navigation ul li .btn-blue1:hover {
    color: #fff
}

.header .navigation ul li .btn-outline-blue {
    color: #1b9ee0
}

.header .navigation ul li .btn-outline-blue:active,
.header .navigation ul li .btn-outline-blue:focus,
.header .navigation ul li .btn-outline-blue:hover {
    color: #fff
}

.header .navigation ul .has-children>.megamenu,
.header .navigation ul .has-children>ul {
    display: none;
    padding-bottom: 25px
}

.header .navigation ul .has-children>a {
    position: relative;
    cursor: default;
    padding-right: 22px
}

.header .navigation ul .has-children>a:after {
    content: "";
    display: block;
    position: absolute;
    top: 22px;
    right: 0;
    width: 12px;
    height: 8px;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%231b9ee0' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M11.25,2.504L6,7.229L0.75,2.504l0.658-0.732L6,5.903l4.591-4.132L11.25,2.504z'/%3E%3C/svg%3E");
    transition: -webkit-transform .15s ease;
    transition: transform .15s ease;
    transition: transform .15s ease, -webkit-transform .15s ease
}

.header .navigation ul .has-children.active>a:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.header .navigation ul .has-children.active>.megamenu,
.header .navigation ul .has-children.active>ul {
    display: block
}

.header .navigation .sign-nav {
    padding-top: 30px;
    padding-bottom: 30px;
}

.header .navigation .howto-nav {
    display: none
}

.header .navigation .main-nav {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse
}

.header .navigation .main-nav>li {
    border-bottom: 1px solid #e9ecef
}

.header .navigation .main-nav>li:first-child {
    border-width: 0
}

.header .navigation .megamenu ul li a {
    position: relative;
    #padding-left: 30px;
	display: flex;
}

.header .navigation .megamenu ul li a .icon {
    display: block;
    width: 31px;
    height: 31px;
    #position: absolute;
    #top: 12px;
    #left: -6px;
    color: #1b9ee0;
	font-size: 1rem;
}

.header .navigation .megamenu ul li a .arrow {
    margin: 7px 0 0 2px;
    opacity: .8
}

.header .navigation .nav-toggle {
    position: absolute;
    top: 19px;
    right: 20px;
    opacity: 0
}

.header .navigation .nav-toggle.active {
    opacity: 1;
    transition: opacity .2s ease-out
}

.header .navigation.nav-active {
    display: block
}

.header .mobile-tools {
    -webkit-order: 2;
    order: 2;
    -webkit-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: stretch;
    align-self: stretch;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center
}

.header .header-search {
    position: relative;
    -webkit-order: 1;
    order: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    width: 300px;
    height: 38px;
    margin: -3px 20px -3px 0
}

.header .header-search input {
    display: block;
    width: 100%;
    height: 38px;
    padding: 7px 12px 8px 36px;
    font-size: 13px;
    line-height: 21px;
    color: #333;
    border: 1px solid #f0f0f0;
    background-color: #f0f0f0;
    border-radius: 4px;
    box-shadow: none;
    -webkit-appearance: none;
    transition: .15s
}

.header .header-search input::-webkit-input-placeholder {
    color: #999;
    opacity: 1
}

.header .header-search input:-ms-input-placeholder {
    color: #999;
    opacity: 1
}

.header .header-search input::-ms-input-placeholder {
    color: #999;
    opacity: 1
}

.header .header-search input::placeholder {
    color: #999;
    opacity: 1
}

.header .header-search input:focus,
.header .header-search input:not(:placeholder-shown) {
    background-color: #ededed;
    border-color: #e3e3e3
}

.header .header-search input:focus+.icon,
.header .header-search input:not(:placeholder-shown)+.icon {
    opacity: .8
}

.header .header-search .icon {
    position: absolute;
    top: 11px;
    left: 11px;
    display: block;
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23333333' width='15' height='15' viewBox='0 0 15 15'%3E%3Cpath d='M10.579,9.872C11.464,8.827,12,7.477,12,6c0-3.313-2.687-6-6-6C2.686,0,0,2.687,0,6s2.686,6,6,6c1.477,0,2.827-0.536,3.872-1.421L14.293,15L15,14.293L10.579,9.872z M6,11c-2.761,0-5-2.238-5-5s2.239-5,5-5c2.762,0,5,2.238,5,5S8.762,11,6,11z'/%3E%3C/svg%3E");
    opacity: .5;
    transition: opacity .15s
}

.header .header-search+.logo a {
    width: 30px;
    overflow: hidden
}

@media (min-width:576px) {
    .header .header-search {
        margin-left: 10px;
        margin-right: 30px
    }
    .header .header-search+.logo a {
        width: 123px;
        overflow: visible
    }
    .header .navigation nav {
        padding-left: 30px;
        padding-right: 30px
    }
    .header .navigation .nav-toggle {
        right: 30px
    }
}

@media (min-width:768px) {
    .header .header-main {
        padding-top: 20px;
        padding-bottom: 20px
    }
    .header .header-search,
    .header .logo {
        -webkit-flex: 0 1 auto;
        flex: 0 1 auto
    }
    .header .header-search {
        margin-right: 20px
    }
    .header .header-title {
        -webkit-align-self: center;
        align-self: center;
        display: block;
        margin-left: 2px;
        padding: 4px 21px 5px;
        border-left: 1px solid rgba(0, 0, 0, .1);
        font-size: 13px;
        line-height: 21px;
        font-weight: 600;
        white-space: nowrap
    }
    .header .navigation {
        -webkit-order: 2;
        order: 2;
        display: block!important;
        -webkit-flex: 1 1 auto;
        flex: 1 1 auto;
        position: static;
        overflow-y: visible;
        z-index: auto!important;
        top: auto!important;
        bottom: auto!important;
        left: auto!important;
        right: auto!important;
        min-width: auto;
        padding: 1px 0 0;
        background-color: transparent;
        box-shadow: none!important;
        font-size: 13px;
        line-height: 21px;
        transition: none
    }
    .header .navigation nav {
        padding: 0;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        flex-direction: row;
        -webkit-justify-content: flex-end;
        justify-content: flex-end
    }
    .header .navigation nav ul,
    .header .navigation nav ul>li {
        border-bottom-width: 0!important
    }
    .header .navigation nav .mobile-only {
        display: none!important
    }
    .header .navigation nav>ul {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row!important;
        flex-direction: row!important;
        margin-left: 20px;
        padding-left: 19px;
        border-left: 1px solid rgba(0, 0, 0, .1)!important
    }
    .header .navigation nav>ul:first-child {
        margin-left: 0;
        padding-left: 0;
        border-width: 0!important
    }
    .header .navigation nav>ul:last-child {
        margin-right: -15px
    }
    .header .navigation nav>ul:last-child>.has-children>.megamenu {
        left: auto;
        right: 15px
    }
    .header .navigation nav>ul>li>a,
    .header .navigation nav>ul>li>a.btn {
        padding: 4px 15px 5px;
        color: #333;
        font-size: inherit;
        line-height: inherit;
        letter-spacing: normal;
        border-radius: 0;
        border-width: 0;
        background-color: transparent!important;
        white-space: nowrap
    }
    .header .navigation nav>ul>li:hover>a,
    .header .navigation nav>ul>li:hover>a.btn,
    .header .navigation nav>ul>li>a.btn:active,
    .header .navigation nav>ul>li>a.btn:focus,
    .header .navigation nav>ul>li>a.btn:hover,
    .header .navigation nav>ul>li>a:hover {
        color: #848484
    }
    .header .navigation nav>ul>li.current>a {
        font-weight: 600
    }
    .header .navigation nav>ul>.has-children {
        position: relative
    }
    .header .navigation nav>ul>.has-children>a {
        padding-right: 15px
    }
    .header .navigation nav>ul>.has-children>a:after {
        position: relative;
        top: auto;
        right: auto;
        display: inline-block;
        vertical-align: middle;
        margin: -2px 0 0 8px
    }
    .header .navigation nav>ul>.has-children:not(:last-child)>a {
        padding-right: 12px
    }
    .header .navigation nav>ul>.has-children.active>a:after {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    .header .navigation nav>ul>.has-children:hover>a:after,
    .header .navigation nav>ul>.has-children>a:hover:after {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }
    .header .navigation nav>.sign-nav {
        padding-top: 0;
        padding-bottom: 0
    }
    .header .navigation nav>.sign-nav.reg-nav {
        margin-right: 0;
        border-width: 0!important;
        padding-left: 0
    }
    .header .navigation nav>.sign-nav>li>a.btn-blue1 {
        margin: -4px 0;
        padding: 7px 18px 8px;
        color: #1b9ee0;
        border: 1px solid #1b9ee0;
        border-radius: 4px
    }
    .header .navigation nav>.sign-nav>li>a.btn-blue1:active,
    .header .navigation nav>.sign-nav>li>a.btn-blue1:hover {
        color: #fff;
        background-color: #1b9ee0!important;
        border-color: #1b9ee0
    }
    .header .navigation nav .howto-nav {
        display: -webkit-flex;
        display: flex
    }
    .header .navigation nav>ul>li>.megamenu,
    .header .navigation nav>ul>li>ul {
        width: auto;
        min-width: 185px;
        display: block!important;
        padding: 6px 0!important;
        opacity: 0;
        visibility: hidden;
        position: absolute;
        top: 46px;
        left: -3px;
        z-index: 100;
        color: #333;
        background-color: #fff;
        box-shadow: 0 10px 55px 0 rgba(0, 25, 50, .14);
        border-radius: 6px;
        transition: .1s
    }
    .header .navigation nav>ul>li>.megamenu:before,
    .header .navigation nav>ul>li>ul:before {
        content: "";
        display: block;
        position: absolute;
        top: -20px;
        left: 0;
        width: 100%;
        height: 20px;
        background-color: rgba(0, 0, 0, .01);
        opacity: 0
    }
    .header .navigation nav>ul>li>.megamenu {
        padding: 0!important
    }
    .header .navigation nav>ul>li:hover>.megamenu,
    .header .navigation nav>ul>li:hover>ul {
        opacity: 1;
        visibility: visible;
        transition: .15s .1s
    }
    .header .navigation nav>ul ul {
        padding: 0
    }
    .header .navigation nav>ul ul a {
        padding: 10px 20px 11px;
        transition: none;
        white-space: nowrap
    }
    .header .navigation nav>ul ul a:hover {
        background-color: #f2f8fd;
        color: #333
    }
    .header .navigation .megamenu>ul {
        max-height: calc(100vh - 108px);
        overflow-y: auto;
        scrollbar-color: #dedfe0 #fff;
        scrollbar-width: thin
    }
    .header .navigation .megamenu>ul::-webkit-scrollbar-track {
        background-color: transparent
    }
    .header .navigation .megamenu>ul::-webkit-scrollbar {
        width: 17px;
        background-color: transparent
    }
    .header .navigation .megamenu>ul::-webkit-scrollbar-thumb {
        background-color: #dedfe0;
        border: 6px solid #fff;
        border-radius: 10px
    }
    .header .navigation .megamenu>ul>li a {
        padding-left: 43px
    }
    .header .navigation .megamenu>ul>li a .icon {
        top: 5px;
        left: 10px
    }
    .header .navigation .megamenu>ul>li:first-child a {
        padding-top: 16px;
        border-radius: 6px 6px 0 0
    }
    .header .navigation .megamenu>ul>li:first-child a .icon {
        top: 11px
    }
    .header .navigation .megamenu>ul>.item-all-tools>a {
        padding-bottom: 17px;
        border-top: 1px solid #eaeaea;
        border-radius: 0 0 6px 6px
    }
    .header .navigation .megamenu>ul>.item-all-tools>a .arrow {
        margin-top: 6px;
        transition: fill .15s ease, -webkit-transform .3s ease;
        transition: fill .15s ease, transform .3s ease;
        transition: fill .15s ease, transform .3s ease, -webkit-transform .3s ease
    }
    .header .navigation .megamenu>ul>.item-all-tools>a:hover .arrow {
        fill: #1b9ee0;
        -webkit-transform: translateX(6px);
        transform: translateX(6px)
    }
    .header .mobile-tools,
    .header .navigation .nav-toggle {
        display: none
    }
}

.sticky-wrapper {
    min-height: 62px
}

.sticky-header {
    width: 100%;
    transition: top .3s ease-out, padding .2s ease-out
}

.sticky-active {
    position: fixed!important;
    top: -80px;
    left: auto;
    z-index: 1029;
    background-color: #fff;
    box-shadow: 0 1px 9px 0 rgba(0, 0, 0, .06), 0 1px 0 0 rgba(0, 0, 0, .02)!important;
    transition: top .3s ease-out
}

.sticky-active.sticky-show {
    top: 0
}

@media (min-width:768px) {
    .sticky-active.header-main {
        padding-top: 15px!important;
        padding-bottom: 15px!important
    }
}

/*
	end header
*/

img, svg {
    vertical-align: top;
}

img {
    max-width: 100%;
    height: auto;
    -ms-interpolation-mode: bicubic;
}

.full-width-box {
    position: relative;
}

/* landing title */
.landing-title {
    background-color: transparent;
    margin-bottom: 90px
}

.landing-title>.container {
    position: static;
    padding-top: 60px;
    padding-bottom: 70px
}

.landing-title>.container+.loader-stopgap {
    display: none
}

.landing-title h1 {
    margin-bottom: 12px;
    font-weight: 700;
    letter-spacing: -1.5px
}

.landing-title h2 {
    margin-left: auto;
    margin-right: auto;
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
    letter-spacing: normal
}

.landing-title .title {
    margin-bottom: 20px
}

.landing-title .subtitle {
	margin-bottom: 55px;
	max-width: 100%;
}

.landing-title .content-box {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center
}

.landing-title .content-box .title,
.landing-title .content-box .uploader {
    position: relative;
    z-index: 2;
    transition: visibility 0s, opacity .2s ease, -webkit-transform .2s ease .1s;
    transition: visibility 0s, transform .2s ease .1s, opacity .2s ease;
    transition: visibility 0s, transform .2s ease .1s, opacity .2s ease, -webkit-transform .2s ease .1s;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.landing-title .uploader {
    position: relative;
    z-index: 1;
    #margin: 0 auto -105px;
    color: #333;
    background-color: #fff;
    box-shadow: 0 10px 30px 2px rgba(26, 223, 111, 0.5);
    border-radius: 6px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.landing-title .uploader.disabled {
    overflow: hidden;
    background-color: #ccdce4;
    box-shadow: none
}

.landing-title .uploader.disabled:after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    background: linear-gradient(90deg, hsla(0, 0%, 100%, 0) 30%, hsla(0, 0%, 100%, .2) 50%, hsla(0, 0%, 100%, 0) 70%);
    -webkit-animation: skeleton-shine 1.6s infinite;
    animation: skeleton-shine 1.6s infinite
}

.landing-title .uploader.disabled .upload-file-button {
    visibility: hidden;
    opacity: 0
}

.landing-title .progress {
    width: 100%;
    height: 4px;
    border-radius: 4px;
    overflow: hidden;
    background-color: #dfe6eb
}

.landing-title .progress .progress-bar {
    background-color: #2ad19d;
    background-image: linear-gradient(90deg, #1b9ee0 0, #2ad19d);
    border-radius: 4px
}

.landing-title .progress .progress-bar-striped {
    background-color: #1b9ee0;
    background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .4) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .4) 0, hsla(0, 0%, 100%, .4) 75%, transparent 0, transparent)
}

.landing-title .cancel-upload {
    padding: 5px;
    color: #8d9599;
    font-size: 11px;
    line-height: 18px;
    white-space: nowrap;
    transition: none
}

.landing-title .cancel-upload:before {
    content: "";
    display: inline-block;
    vertical-align: top;
    margin: 0 5px 0 0;
    width: 18px;
    height: 18px;
    background-color: #fff;
    border: 1px solid #dfe5ea;
    border-radius: 9px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%238d9599' width='10' height='10' viewBox='0 0 10 10'%3E%3Cpath d='M5.567,5.001l2.797,2.797L7.798,8.364L5.001,5.567L2.204,8.364L1.638,7.798l2.797-2.797L1.638,2.204l0.565-0.565l2.797,2.797l2.797-2.797l0.566,0.565L5.567,5.001z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 50%
}

.landing-title .cancel-upload:hover {
    color: #1b9ee0
}

.landing-title .cancel-upload:hover:before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' width='10' height='10' viewBox='0 0 10 10'%3E%3Cpath d='M5.567,5.001l2.797,2.797L7.798,8.364L5.001,5.567L2.204,8.364L1.638,7.798l2.797-2.797L1.638,2.204l0.565-0.565l2.797,2.797l2.797-2.797l0.566,0.565L5.567,5.001z'/%3E%3C/svg%3E");
    background-color: #1b9ee0;
    border-color: #1b9ee0
}

.landing-title .progress-upload .progress {
    margin-bottom: 20px
}

.landing-title .progress-upload .progress:last-child {
    margin-bottom: 0
}

.landing-title .bg-skew-bottom2 {
    z-index: 1;
    transition: height .2s ease-in-out
}

.landing-title .progress-box {
    position: absolute;
    top: 43%;
    left: 0;
    right: 0;
    padding: 20px;
    margin: -35px auto 0
}

.landing-title .progress-box .progress-inner {
    margin: 0 auto;
    max-width: 430px
}

.landing-title .progress-box .ui-spinner {
    color: #2ad19d
}

.landing-title .progress-box .progress-text {
    margin-bottom: 25px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 300
}

.landing-title .progress-box .progress-text .progress-percent {
    display: inline-block;
    min-width: 36px
}

.landing-title .progress-box .progress-text:last-child {
    margin-bottom: 0!important
}

.landing-title .progress-box+.content-box .title,
.landing-title .progress-box+.content-box .uploader {
    visibility: hidden;
    opacity: 0;
    transition: opacity .3s ease, visibility 0s .3s, -webkit-transform .3s ease;
    transition: transform .3s ease, opacity .3s ease, visibility 0s .3s;
    transition: transform .3s ease, opacity .3s ease, visibility 0s .3s, -webkit-transform .3s ease
}

.landing-title .progress-box+.content-box .title {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px)
}

.landing-title .progress-box+.content-box .uploader {
    -webkit-transform: translateY(100px);
    transform: translateY(100px)
}

.landing-title .progress-box~.bg-skew-bottom2 {
    height: 0
}

.landing-title .progress-box.is-sticky .progress {
    z-index: 1030;
    position: fixed;
    top: 0;
    left: 0;
    min-width: 100%;
    background-color: transparent;
    height: 5px
}

.landing-title .dpi-box {
    margin-top: -90px;
    max-width: none
}

.landing-title .dpi-box .progress-inner {
    margin: 0 auto;
    max-width: 640px
}

.landing-title .dpi-box h6 {
    margin-bottom: 25px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 300
}

@media (min-width:480px) {
    .landing-title .uploader {
        min-width: 350px
    }
}

@media (min-width:576px) {
    .landing-title .bg-layer:after,
    .landing-title .bg-layer:before {
        content: "";
        display: block;
        position: absolute
    }
    .landing-title .bg-layer:before {
        width: 1400px;
        height: 1400px;
        margin-left: -700px;
        bottom: -700px;
        left: 50%;
        background: radial-gradient(closest-side, #ebf6fd, #fff)
    }
    .landing-title .bg-layer:after {
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-image: linear-gradient(180deg, #fff 0, hsla(0, 0%, 100%, 0))
    }
    .landing-title h1 {
        font-size: 45px;
        line-height: 50px
    }
    .landing-title .uploader {
        box-shadow: 0 10px 50px 2px rgba(26, 223, 111, 0.5);
    }
    .landing-title .progress-upload {
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center
    }
    .landing-title .progress-upload .progress {
        -webkit-flex: 1 1 auto;
        flex: 1 1 auto;
        margin-right: 10px;
        margin-bottom: 0
    }
    .landing-title .progress-upload .cancel-upload {
        margin: -11px 0 -10px
    }
    .landing-title .dpi-box {
        margin-top: -45px
    }
}

@media (min-width:768px) {
    .landing-title {
        margin-bottom: 20px
    }
    .landing-title>.container {
        padding-top: 75px;
        padding-bottom: 115px
    }
    .landing-title h1 {
        font-size: 55px;
        line-height: 60px;
        letter-spacing: -2px
    }
	.landing-title .title {
        margin-bottom: 20px;
    }
    .landing-title .subtitle {
        margin-bottom: 85px
    }
    .landing-title .uploader {
        #margin-bottom: -95px
    }
}


.progressstatus {
	margin-top: 60px;
	padding-bottom: 20px;
	font-size: 16px;
	font-weight: bold;
}

.progressstatus span {
	font-size: 14px;
}

.progressdiv {
	max-width: 620px;
	width: 80%;
}

.cancelbtn {
	margin-top: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 50px;
	padding-right: 50px;
	border: 2px solid #343a4075;
	border-radius: 8px;
	margin-top: 60px;
	font-size: 16px;
}

.cancelbtn:hover {
	cursor: pointer;
}

@media (min-width:992px) {
    .landing-title h1 {
        font-size: 59px;
        line-height: 69px;
        letter-spacing: -2.2px
    }
}

.upload-file-button {
    position: relative;
    min-width: 280px;
    color: #fff;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #28a745;
    border-radius: 4px;
    transition: background-color .15s ease-in-out
}

.upload-file-button .file-input {
    display: none
}

.upload-file-button .file-btn {
    display: block;
    min-height: 70px;
    margin: 0;
    padding: 21px 72px 21px 22px;
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    text-align: left;
    border-radius: 4px;
    border-width: 0;
    color: #fff;
    background-color: transparent;
    transition: background-color .15s ease-in-out;
    cursor: pointer
}

.upload-file-button .file-btn:hover {
    background-color: #28a745
}

.upload-file-button .file-btn:hover+.dropdown button {
    border-color: rgba(0, 0, 0, .15)
}

.upload-file-button .dropdown {
    position: static;
    height: 0;
    width: 100%
}

.upload-file-button .dropdown button {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 51px;
    padding: 0;
    border-width: 0;
    border-left: 1px solid transparent;
    border-radius: 0 4px 4px 0;
    background-color: transparent;
    color: currentColor;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out;
    cursor: pointer
}

.upload-file-button .dropdown button:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: -20px;
    width: 20px;
    height: 100%
}

.upload-file-button .dropdown button:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -4px 0 0 -7px;
    width: 14px;
    height: 8px;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' width='14' height='8' viewBox='0 0 14 8'%3E%3Cpath d='M12.599,7.146L7,2.107l-5.599,5.04L0.599,6.254L7,0.493l6.401,5.761L12.599,7.146z'/%3E%3C/svg%3E");
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    opacity: .8;
    transition: opacity .15s ease, -webkit-transform .15s ease;
    transition: transform .15s ease, opacity .15s ease;
    transition: transform .15s ease, opacity .15s ease, -webkit-transform .15s ease
}

.upload-file-button .dropdown-menu {
    display: block;
    overflow: visible;
    width: 100%;
    margin: 7px 0!important;
    top: 100%;
    bottom: auto;
    left: auto;
    right: 0;
    color: #333;
    background-color: #fff;
    box-shadow: 0 10px 50px 2px rgba(0, 110, 160, .2);
    border-radius: 4px;
    opacity: 0;
    visibility: hidden;
    transition: .2s
}

.upload-file-button .dropdown-menu:before {
    content: "";
    display: block;
    position: absolute;
    top: auto;
    bottom: 100%;
    left: 0;
    width: 100%;
    height: 11px;
    background-color: rgba(0, 0, 0, .01);
    opacity: 0
}

.upload-file-button .dropdown-menu .dropdown-item {
    text-align: left;
    padding: 12px 18px;
    font-size: 15px;
    line-height: 26px;
    color: currentColor;
    background-color: hsla(0, 0%, 100%, 0);
    cursor: pointer
}

.upload-file-button .dropdown-menu .dropdown-item svg {
    margin: -2px 7px 0 0;
    vertical-align: middle
}

.upload-file-button .dropdown-menu .dropdown-item:first-child {
    border-radius: 4px 4px 0 0
}

.upload-file-button .dropdown-menu .dropdown-item:last-child {
    border-radius: 0 0 4px 4px
}

.upload-file-button .dropdown-menu .dropdown-item:hover {
    background-color: #f2f8fd
}

.upload-file-button .dropup button:before {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}

.upload-file-button .dropup .dropdown-menu {
    top: auto;
    bottom: 100%
}

.upload-file-button .dropup .dropdown-menu:before {
    top: 100%;
    bottom: auto
}

.upload-file-button.show-dropdown {
    background-color: #0b87d4
}

.upload-file-button.show-dropdown .dropdown button {
    border-color: rgba(0, 0, 0, .15);
    background-color: #0578c8
}

.upload-file-button.show-dropdown .dropdown button:before {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 1
}

.upload-file-button.show-dropdown .dropdown .dropdown-menu {
    opacity: 1;
    visibility: visible
}

.upload-file-button.show-dropdown .dropup button:before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.upload-file-button .upload-url {
    position: relative;
    padding: 10px
}

.upload-file-button .upload-url .form-control {
    padding: 10px 13px 12px 45px;
    height: 44px;
    font-size: 13px;
    line-height: 20px;
    color: #606263;
    background-color: #fff!important;
    border-color: #e4e4e4;
    border-radius: 4px;
    transition: border-color .1s ease
}

.upload-file-button .upload-url .form-control::-webkit-input-placeholder {
    color: #999;
    opacity: 1;
    transition: color .1s ease
}

.upload-file-button .upload-url .form-control:-ms-input-placeholder {
    color: #999;
    opacity: 1;
    transition: color .1s ease
}

.upload-file-button .upload-url .form-control::-ms-input-placeholder {
    color: #999;
    opacity: 1;
    transition: color .1s ease
}

.upload-file-button .upload-url .form-control::placeholder {
    color: #999;
    opacity: 1;
    transition: color .1s ease
}

.upload-file-button .upload-url .form-control:focus::-webkit-input-placeholder,
.upload-file-button .upload-url .form-control:hover::-webkit-input-placeholder {
    color: #888
}

.upload-file-button .upload-url .form-control:focus:-ms-input-placeholder,
.upload-file-button .upload-url .form-control:hover:-ms-input-placeholder {
    color: #888
}

.upload-file-button .upload-url .form-control:focus::-ms-input-placeholder,
.upload-file-button .upload-url .form-control:hover::-ms-input-placeholder {
    color: #888
}

.upload-file-button .upload-url .form-control:focus::placeholder,
.upload-file-button .upload-url .form-control:hover::placeholder {
    color: #888
}

.upload-file-button .upload-url .form-control:hover {
    border-color: #ccc
}

.upload-file-button .upload-url .form-control:hover+.icon {
    opacity: .6
}

.upload-file-button .upload-url .form-control:focus {
    border-color: #1b9ee0;
    box-shadow: 0 0 8px rgba(27, 158, 224, .2)!important
}

.upload-file-button .upload-url .form-control:focus+.icon {
    opacity: .8
}

.upload-file-button .upload-url .icon {
    position: absolute;
    top: 0;
    left: 20px;
    display: block;
    width: 20px;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 50%;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23333333' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath d='M11.293,12.971c0.371,0.371,0.406,0.944,0.078,1.275l-5.508,5.509c-0.33,0.328-0.903,0.293-1.275-0.078l-4.265-4.265c-0.372-0.372-0.407-0.943-0.078-1.275l5.51-5.508c0.33-0.33,0.903-0.294,1.275,0.077C7.4,9.078,7.436,9.651,7.106,9.98l-4.31,4.313c-0.33,0.328-0.295,0.902,0.078,1.275l1.559,1.559c0.372,0.371,0.945,0.405,1.275,0.076l4.312-4.311c0.329-0.33,0.902-0.295,1.273,0.076l0.003,0.002H11.293z M19.676,4.587c0.373,0.372,0.408,0.945,0.078,1.274l-5.509,5.51c-0.329,0.329-0.903,0.294-1.274-0.077c-0.372-0.371-0.406-0.945-0.076-1.276l4.311-4.31c0.328-0.332,0.295-0.904-0.078-1.275l-1.56-1.56c-0.372-0.372-0.944-0.407-1.274-0.078L9.982,7.107C9.653,7.436,9.08,7.401,8.708,7.03C8.336,6.659,8.301,6.084,8.63,5.755l5.508-5.509c0.329-0.33,0.902-0.295,1.275,0.078l4.264,4.264L19.676,4.587z M13.893,6.107c0.371,0.372,0.406,0.945,0.076,1.274L7.38,13.971c-0.329,0.328-0.902,0.293-1.274-0.078c-0.372-0.371-0.407-0.944-0.077-1.274l6.586-6.587c0.33-0.33,0.904-0.295,1.275,0.078L13.893,6.107z'/%3E%3C/svg%3E");
    opacity: .5;
    transition: opacity .15s
}

@media (min-width:400px) {
    .upload-file-button .upload-url .form-control {
        padding-left: 50px
    }
    .upload-file-button .upload-url .icon {
        left: 25px
    }
}

.upload-file-button label.file-btn {
    padding-left: 55px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' width='26' height='26' viewBox='0 0 26 26'%3E%3Cpath d='M13,0C5.82,0,0,5.82,0,13s5.82,13,13,13s13-5.82,13-13S20.18,0,13,0z M19,14h-5v5h-2v-5H7v-2h5V7h2v5h5V14z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: left 17px center;
    font-weight: 300
}

.upload-file-button label.file-btn+.dropdown .dropdown-item svg {
    margin-right: 9px
}

@media (min-width:400px) {
    .upload-file-button label.file-btn {
        padding-left: 60px;
        background-position: left 22px center
    }
    .upload-file-button label.file-btn+.dropdown .dropdown-item {
        padding-left: 23px
    }
}

.upload-file-button.is-small .file-btn {
    min-height: 39px;
    padding: 10px 66px 10px 13px;
    font-size: 13px;
    line-height: 19px;
    letter-spacing: 0
}

.upload-file-button.is-small label.file-btn {
    padding-left: 39px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' width='13' height='13' viewBox='0 0 13 13'%3E%3Cpath d='M7 0H6V6H0V7H6V13H7V7H13V6H7V0Z'/%3E%3C/svg%3E");
    background-position: left 13px center;
    font-weight: 400
}

.upload-file-button.is-small .dropdown button {
    width: 51px
}

.upload-file-button.is-small .dropdown button:after {
    content: none;
    display: none
}

.dark-mode .upload-file-button {
    background-color: #1a90a8
}

.dark-mode .upload-file-button .dropdown-menu {
    background-color: #323234;
    box-shadow: 0 16px 30px 0 rgba(0, 0, 0, .34)
}

.dark-mode .upload-file-button .dropdown-menu .dropdown-item {
    color: #b2b2b4
}

.dark-mode .upload-file-button .dropdown-menu .dropdown-item:hover {
    color: #eeeeef;
    background-color: #404042
}

.dark-mode .upload-file-button .upload-url .form-control {
    color: #b0b0b5;
    background-color: #323234!important;
    border-color: #575759
}

.dark-mode .upload-file-button .upload-url .form-control::-webkit-input-placeholder {
    color: #747476
}

.dark-mode .upload-file-button .upload-url .form-control:-ms-input-placeholder {
    color: #747476
}

.dark-mode .upload-file-button .upload-url .form-control::-ms-input-placeholder {
    color: #747476
}

.dark-mode .upload-file-button .upload-url .form-control::placeholder {
    color: #747476
}

.dark-mode .upload-file-button .upload-url .form-control:focus::-webkit-input-placeholder,
.dark-mode .upload-file-button .upload-url .form-control:hover::-webkit-input-placeholder {
    color: #939398
}

.dark-mode .upload-file-button .upload-url .form-control:focus:-ms-input-placeholder,
.dark-mode .upload-file-button .upload-url .form-control:hover:-ms-input-placeholder {
    color: #939398
}

.dark-mode .upload-file-button .upload-url .form-control:focus::-ms-input-placeholder,
.dark-mode .upload-file-button .upload-url .form-control:hover::-ms-input-placeholder {
    color: #939398
}

.dark-mode .upload-file-button .upload-url .form-control:focus::placeholder,
.dark-mode .upload-file-button .upload-url .form-control:hover::placeholder {
    color: #939398
}

.dark-mode .upload-file-button .upload-url .form-control:hover {
    border-color: #676769
}

.dark-mode .upload-file-button .upload-url .form-control:focus {
    border-color: #1a90a8;
    box-shadow: 0 0 8px rgba(26, 144, 168, .2)!important
}

.dark-mode .upload-file-button .upload-url .icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath d='M11.293,12.971c0.371,0.371,0.406,0.944,0.078,1.275l-5.508,5.509c-0.33,0.328-0.903,0.293-1.275-0.078l-4.265-4.265c-0.372-0.372-0.407-0.943-0.078-1.275l5.51-5.508c0.33-0.33,0.903-0.294,1.275,0.077C7.4,9.078,7.436,9.651,7.106,9.98l-4.31,4.313c-0.33,0.328-0.295,0.902,0.078,1.275l1.559,1.559c0.372,0.371,0.945,0.405,1.275,0.076l4.312-4.311c0.329-0.33,0.902-0.295,1.273,0.076l0.003,0.002H11.293z M19.676,4.587c0.373,0.372,0.408,0.945,0.078,1.274l-5.509,5.51c-0.329,0.329-0.903,0.294-1.274-0.077c-0.372-0.371-0.406-0.945-0.076-1.276l4.311-4.31c0.328-0.332,0.295-0.904-0.078-1.275l-1.56-1.56c-0.372-0.372-0.944-0.407-1.274-0.078L9.982,7.107C9.653,7.436,9.08,7.401,8.708,7.03C8.336,6.659,8.301,6.084,8.63,5.755l5.508-5.509c0.329-0.33,0.902-0.295,1.275,0.078l4.264,4.264L19.676,4.587z M13.893,6.107c0.371,0.372,0.406,0.945,0.076,1.274L7.38,13.971c-0.329,0.328-0.902,0.293-1.274-0.078c-0.372-0.371-0.407-0.944-0.077-1.274l6.586-6.587c0.33-0.33,0.904-0.295,1.275,0.078L13.893,6.107z'/%3E%3C/svg%3E")
}

.dark-mode .upload-file-button .file-btn:hover {
    background-color: #03708d
}

.dark-mode .upload-file-button .dropdown button {
    border-color: rgba(0, 0, 0, .15)
}

.dark-mode .upload-file-button.show-dropdown .dropdown button {
    background-color: #03708d
}

.dark-mode .upload-file-button.is-gray {
    background-color: #2c2c2e
}

.dark-mode .upload-file-button.is-gray .file-btn {
    color: #1a90a8
}

.dark-mode .upload-file-button.is-gray .file-btn:hover {
    background-color: #323234
}

.dark-mode .upload-file-button.is-gray label.file-btn {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%231a90a8' width='26' height='26' viewBox='0 0 26 26'%3E%3Cpath d='M13,0C5.82,0,0,5.82,0,13s5.82,13,13,13s13-5.82,13-13S20.18,0,13,0z M19,14h-5v5h-2v-5H7v-2h5V7h2v5h5V14z'/%3E%3C/svg%3E")
}

.dark-mode .upload-file-button.is-gray.is-small label.file-btn {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%231a90a8' width='13' height='13' viewBox='0 0 13 13'%3E%3Cpath d='M7 0H6V6H0V7H6V13H7V7H13V6H7V0Z'/%3E%3C/svg%3E")
}

.dark-mode .upload-file-button.is-gray .dropdown button {
    border-color: rgba(0, 0, 0, .5)
}

.dark-mode .upload-file-button.is-gray .dropdown button:before {
    opacity: .4
}

.dark-mode .upload-file-button.is-gray.show-dropdown .dropdown button {
    background-color: #323234
}

.sidebar-section-btn .upload-file-button.is-gray {
    border-radius: 0
}

.sidebar-section-btn .upload-file-button.is-gray .file-btn {
    min-height: 69px;
    padding: 24px 80px 23px 20px;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0;
    border-radius: 0
}

.sidebar-section-btn .upload-file-button.is-gray label.file-btn {
    padding-left: 56px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%231a90a8' width='23' height='23' viewBox='0 0 23 23'%3E%3Cpath d='M12,11h6v1h-6v6h-1v-6H5v-1h6V5h1V11z M23,11.5C23,17.852,17.852,23,11.5,23C5.149,23,0,17.852,0,11.5C0,5.149,5.149,0,11.5,0C17.852,0,23,5.149,23,11.5z M22,11.5C22,5.701,17.299,1,11.5,1S1,5.701,1,11.5S5.701,22,11.5,22S22,17.299,22,11.5z'/%3E%3C/svg%3E");
    background-position: left 19px center;
    font-weight: 400
}

.sidebar-section-btn .upload-file-button.is-gray .dropdown button {
    border-radius: 0;
    width: 64px
}

.sidebar-section-btn .upload-file-button.is-gray .dropdown .dropdown-menu {
    margin: 1px 0!important;
    border-radius: 0
}

.sidebar-section-btn .upload-file-button.is-gray .dropdown .dropdown-menu .dropdown-item {
    border-radius: 0
}

@media (min-width:400px) {
    .sidebar-section-btn .upload-file-button.is-gray .file-btn {
        padding-right: 100px;
        padding-top: 29px;
        padding-bottom: 28px
    }
    .sidebar-section-btn .upload-file-button.is-gray label.file-btn {
        padding-left: 61px;
        background-position: left 24px center
    }
    .sidebar-section-btn .upload-file-button.is-gray .dropdown button {
        width: 80px
    }
}

@media (min-width:768px) {
    .sidebar-section-btn .upload-file-button.is-gray .file-btn {
        padding-left: 35px
    }
    .sidebar-section-btn .upload-file-button.is-gray label.file-btn {
        padding-left: 72px;
        background-position: left 35px center
    }
    .sidebar-section-btn .upload-file-button.is-gray .dropdown .dropdown-menu {
        padding: 10px 0
    }
    .sidebar-section-btn .upload-file-button.is-gray .dropdown .dropdown-menu .dropdown-item {
        padding-left: 34px
    }
    .sidebar-section-btn .upload-file-button.is-gray .dropdown .upload-url {
        padding: 10px 20px
    }
    .sidebar-section-btn .upload-file-button.is-gray .dropdown .upload-url .icon {
        left: 36px
    }
}

@media (min-width:992px) {
    .sidebar-section-btn .upload-file-button.is-gray .file-btn {
        padding-top: 34px;
        padding-bottom: 33px
    }
}

@media (min-width:992px) and (max-height:900px) {
    .sidebar-section-btn .upload-file-button.is-gray .file-btn {
        padding-top: 29px;
        padding-bottom: 28px
    }
}

.upload-file-button.download-btn {
    background-color: transparent!important
}

.upload-file-button.download-btn .file-btn {
    min-height: 60px;
    padding: 16px 61px 16px 25px;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -.2px;
    background-color: #08b37f;
    text-align: center
}

.upload-file-button.download-btn .file-btn:hover {
    background-color: #009e6f
}

.upload-file-button.download-btn .dropdown button {
    width: 41px;
    background-color: #08b37f;
    border-width: 0;
    border-left: 1px solid rgba(0, 0, 0, .15)
}

.upload-file-button.download-btn .dropdown button:after {
    content: none;
    display: none
}

.upload-file-button.download-btn .dropdown-menu {
    width: auto;
    min-width: 200px
}

@media (min-width:768px) {
    .upload-file-button.download-btn .dropdown-menu {
        width: 100%
    }
}

.upload-file-button.download-btn.show-dropdown .dropdown button {
    background-color: #009e6f
}


/* end landing title*/

button, input {
    overflow: visible;
}

button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child, p:last-child {
    margin-bottom: 0;
}

.text-center {
    text-align: center!important;
}

*, :after, :before {
    box-sizing: border-box;
}

.landing-title {
	margin-bottom: 20px;
}


@media (min-width: 992px) {
	.full-width-box .container {
		padding-top: 80px;
		padding-bottom: 80px;
	}
}

@media (min-width: 768px) {
	.full-width-box .container {
		padding-top: 70px;
		padding-bottom: 70px;
	}
}

.full-width-box .container {
    padding-top: 80px;
    padding-bottom: 60px;
}

/*
	landing features
*/

@media (min-width: 992px) {
	.landing-features>.container {
		padding-top: 20px;
		padding-bottom: 120px;
	}
}

.landing-features {
	margin-top: 20px;
}

.landing-features>.container {
	padding-top: 20px;
	padding-bottom: 40px;
}

.landing-features p {
    font-size: 14px;
    line-height: 24px;
    color: #606263;
}

@media (min-width: 992px) {
	.landing-features [class*="col-"]>* {
		max-width: 254px;
	}
}

@media (min-width: 768px)
.landing-features [class*="col-"]>* {
    max-width: 364px;
}

.landing-features [class*="col-"]>* {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 992px) {
	.landing-features [class*="col-"] {
		padding-right: 15px;
		padding-left: 15px;
	}
}

@media (min-width: 768px) {
	.landing-features [class*=col-] {
		margin-bottom: 65px;
	}
}

.landing-features [class*=col-] {
    margin-bottom: 60px;
    padding-right: 45px;
    padding-left: 45px;
}

.landing-features h3 {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    letter-spacing: -.2px;
}


/*
	landing steps
*/

.landing-steps .container {
    padding-top: 110px;
    padding-bottom: 110px;
}

@media (min-width: 992px) {
	.landing-steps .container {
		padding-top: 110px;
		padding-bottom: 110px;
	}
}

@media (min-width: 992px) {
	.landing-steps h2 {
		margin-bottom: 60px;
	}
}

.landing-steps h2 {
    margin-bottom: 40px;
}

.steps {
    margin-bottom: 40px;
    font-size: 14px;
    line-height: 24px;
    color: #606263
}

.steps:last-child {
    margin-bottom: -60px
}

.steps [class*=col-] {
    margin-bottom: 60px;
    padding-right: 45px;
    padding-left: 45px
}

.steps [class*=col-]>* {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}

.steps .step-label {
    display: block;
    margin-bottom: 7px;
    font-size: 11px;
    line-height: 16px;
    text-transform: uppercase;
    font-weight: 600;
    color: #2ad19d
}

.steps h4 {
    margin-bottom: 15px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #333
}

@media (min-width:992px) {
    .steps [class*=col-] {
        padding-left: 15px;
        padding-right: 15px;
        text-align: left
    }
    .steps [class*=col-]>* {
        max-width: 220px;
    }
}

.landing-steps h2 {
    margin-bottom: 40px
}

@media (min-width:992px) {
    .landing-steps>.container {
        padding-top: 60px;
        padding-bottom: 110px
    }
    .landing-steps h2 {
        margin-bottom: 60px
    }
}

.landing-steps>.container {
	padding-top: 60px;
    padding-bottom: 110px
}


.landing-description {
    z-index: 1
}

.landing-description h2 {
    margin-bottom: 20px
}

.landing-description .icon {
    margin: 0 0 10px;
    text-align: center
}

.landing-description .icon:first-child {
    margin-top: -20px
}

.landing-description .icon svg {
    width: auto!important;
    height: 80px!important;
    fill: url(#gradient1) #1b9ee0
}

.landing-description .centered-box {
    max-width: 720px!important
}

@media (min-width:576px) {
    .landing-description h2 {
        margin-bottom: 40px
    }
}

@media (min-width:768px) {
    .landing-description .icon {
        text-align: left
    }
}

@media (min-width:992px) {
    .landing-description>.container {
        padding-top: 130px;
        padding-bottom: 130px
    }
    .landing-description .icon {
        margin-bottom: 20px
    }
    .landing-description .icon:first-child {
        margin-top: -50px
    }
}

.full-width-box .container>.centered-box {
    max-width: 700px;
}

.landing-description .centered-box {
    max-width: 720px!important;
}
.text-section .main-text {
    word-break: break-word;
}
.text-section .centered-box {
    max-width: 660px!important;
}
.centered-box {
    margin-left: auto;
    margin-right: auto;
}


.language .dropdown-menu {
    top: auto;
    left: -9px;
    bottom: 32px;
    display: block;
    min-width: 144px;
    opacity: 0;
    visibility: hidden;
    overflow: visible;
    transition: .2s;
    border-radius: 6px;
    font-size: 13px;
    line-height: 22px;
    color: #333;
    background-color: #fff;
    box-shadow: 0 15px 55px 0 rgba(10, 25, 40, .14)
}

.language .dropdown-menu .dropdown-item {
    padding: 10px 25px 11px;
    font-weight: 400;
    color: #333;
    background-color: transparent
}

.language .dropdown-menu .dropdown-item:active,
.language .dropdown-menu .dropdown-item:hover {
    color: #333;
    background-color: #f2f8fd
}

.language .dropdown-menu .dropdown-item.active {
    color: #fff;
    background-color: #1b9ee0
}

.language .dropdown-menu .dropdown-item:first-child {
    border-radius: 6px 6px 0 0
}

.language .dropdown-menu .dropdown-item:last-child {
    border-radius: 0 0 6px 6px
}

.language .dropup {
    display: inline-block
}

.language .dropup:hover:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 100%;
    height: 25px
}

.language button {
    position: relative;
    padding: 0 38px 0 16px;
    border-width: 0;
    background: transparent;
    color: #333
}

.language button:after {
    content: "";
    display: block;
    position: absolute;
    top: 8px;
    right: 16px;
    width: 12px;
    height: 8px;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%231b9ee0' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M10.591,6.229L6,2.098L1.408,6.229L0.75,5.496L6,0.771l5.25,4.725L10.591,6.229z'/%3E%3C/svg%3E");
    opacity: .8;
    transition: -webkit-transform .15s ease;
    transition: transform .15s ease;
    transition: transform .15s ease, -webkit-transform .15s ease
}

.language .dropup:hover button,
.language button:active,
.language button:focus {
    color: #848484
}

.language .dropup:hover button+.dropdown-menu,
.language button:active+.dropdown-menu,
.language button:focus+.dropdown-menu {
    opacity: 1;
    visibility: visible
}

.language .dropup:hover button:after,
.language button:active:after,
.language button:focus:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.footer {
    border-top: 1px solid #efeeee;
    background-color: #fff;
    color: #aaadad;
    font-size: 13px;
    line-height: 22px
}

.footer ul,
.footer ul li {
    margin: 0;
    #padding: 0;
    list-style: none
}

.full-width-box.bg-gray+.footer {
    border-top: none
}

.footer-links {
    padding: 40px 0;
    background-color: #fff;
    border-bottom: 1px solid #efeeee
}

.footer-links .container {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center
}

.footer-links ul {
    font-size: 0;
	width: 100%;
}

.footer-links ul li {
    text-align: left
}

.footer-links .desc {
	padding-top: 10px;
}

.footer-links ul li a {
    position: relative;
    display: block;
    padding: 20px 20px 20px 47px;
    font-size: 13px;
    line-height: 21px;
    color: #333;
    border-radius: 4px;
    transition: none
}

.footer-links ul li a .icon {
    display: flex;
    width: 31px;
    height: 31px;
    position: absolute;
    #top: 7px;
    left: 6px;
    color: #1b9ee0
}

.footer-links ul li a .icon i {
    font-size: 1rem;
}

.footer-links ul li a:hover {
    color: #333;
    background-color: #f2f8fd
}

@media (min-width:576px) {
    .footer-links .container {
        -webkit-align-items: stretch;
        align-items: stretch
    }
    .footer-links ul {
        margin-left: -18px;
        margin-right: -18px
    }
    .footer-links ul li {
        display: inline-block;
        vertical-align: top;
        width: 50%
    }
}

@media (min-width:768px) {
    .footer-links {
        padding: 50px 0
    }
    .footer-links ul li {
        width: 33.33%
    }
}

@media (min-width:992px) {
    .footer-links ul li {
        width: 25%
    }
}

@media (min-width:1200px) {
    [lang=en] .footer-links ul li {
        width: 20%
    }
}

.footer-bottom {
    padding: 30px 0 40px;
    color: #aaadad;
    font-size: 13px;
    line-height: 22px
}

.footer-bottom .footer-nav {
    margin-bottom: 20px
}

.footer-bottom nav {
    margin-bottom: 25px
}

.footer-bottom nav li {
    text-align: center
}

.footer-bottom nav li.divider {
    margin-top: 18px
}

.footer-bottom nav a {
    display: block;
    padding: 6px 0;
    color: #333
}

.footer-bottom nav a:hover {
    color: #848484
}

.footer-bottom .language {
    padding: 6px 0
}

@media (min-width:768px) {
    .footer-bottom {
        padding: 45px 0 55px
    }
    .footer-bottom .footer-nav {
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: center
    }
    .footer-bottom nav {
        margin: 0;
        padding: 0
    }
    .footer-bottom nav ul {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center
    }
    .footer-bottom nav ul li {
        padding: 4px 0
    }
    .footer-bottom nav ul li.divider {
        margin-top: 0;
        margin-left: 16px;
        padding-left: 16px;
        border-left: 1px solid #e6e6e6
    }
    .footer-bottom nav a {
        padding: 0 16px
    }
    .footer-bottom .language {
        padding: 4px 0
    }
}

@media (min-width:992px) {
    .footer-bottom {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between
    }
    .footer-bottom .footer-nav {
        -webkit-order: 1;
        order: 1;
        margin-bottom: 0
    }
    .footer-bottom nav:last-child {
        margin-right: -16px
    }
    .footer-bottom .copyright {
        padding-top: 4px
    }
}


/*
	css for urlpicker
*/

.urlpicker {
	width: 70%;
	text-align: center;
}

@media (max-width:576px) {
	.urlpicker {
		width: 90%;
	}
}

.urlpicker form {
}

.urlpicker input {
}

.urlpicker .url-input {
    width: 100%;
    padding-right: 15px;
    height: 60px;
    border-radius: 5px 5px 0 0;
    border: 1px solid #e0e0e0;
    background-color: #fff;
    padding-left: 55px;
    color: #474756;
    font-size: 17px;
    font-weight: 400;
    background-image: url(/img/input-icon.svg)!important;
    background-repeat: no-repeat!important;
    background-position: center left 12px!important;
}

.urlpicker input:focus {
	box-shadow: 0 10px 30px 2px rgba(26, 223, 111, 0.5);
	outline: none;
}

.urlpicker .button-wrapper {
	padding: 12px 10px;
    height: 50px;
    border-radius: 0 0 5px 5px;
    background: #0C6;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: .1px;
	text-align: center;
}

.urlpicker .button-wrapper:hover {
	cursor: pointer;
	background: #0ae477;
}

.urlpicker .button {
	width: 100%;
}

.urlpicker .option-wrapper {
	padding-top: 5px;
}

.urlpicker .ss-option {
	padding-top: 5px;
}

.ss-option span {
    color: #fff;
    background-color: #0C6;
    border: 2px solid #0C6;
    padding: 0 10px;
    margin: 0;
    display: block;
    float: left;
    text-align: center;
    height: 34px;
    line-height: 32px;
}

.ss-option span:hover {
	cursor: default;
}

.ss-option .ss-select {
    border: 2px solid #0C6;
    position: relative;
    padding: 0 10px;
    margin: 0;
    cursor: pointer;
    display: block;
    float: left;
	height: 100%;
}

.ss-option select {
    cursor: pointer;
    border-color: #fff;
    color: #000;
    background-color: #fff;
    height: 100%;
    outline: none!important;
    width: 100px;
}

.pickresult {
	border: 1px solid #a8f1b9;
    #padding-top: 10px;
    #padding-bottom: 10px;
    margin-top: 15px;
    margin-left: 1px;
    margin-right: 1px;
}

.pickresult .descblock {
	border-bottom-color: initial;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #a8f1b9;
    padding-top: 20px;
    padding-bottom: 20px;
    height: 180px;
	margin-left: 0;
    margin-right: 0;
}

.ss-tips {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    color: #0C6;
    font-family: 'Roboto', sans-serif;
}

.operblock .resultdesc {
	height: 100%;
}

.operblock .resultdesc div {
	margin: auto;
}

.pickresult .row {
	margin-left: 0px;
	margin-right: 0px;
}

.pickresult .operblock {
}

.pickresult .operblock .item {
	height: 90px;
	text-align: center;
}

.pickresult .operblock .item:hover {
	cursor: pointer;
	background-color: green;
	color: white;
}

.pickresult .operblock .item .row {
	height: 100%;
	margin: auto;
}

.pickresult .operblock img {
    width: 40px;
	height: 40px;
}

@media (min-width:768px) {
	.pickresult .item.itemborder {
		border-left: 1px solid #dee2e6!important;
	}
}

@media (max-width:768px) {
	.pickresult .item.itemborder {
		border-top: 1px solid #dee2e6!important;
		border-left: none;
	}
}

.pickresult .operblock .item .subitem {
	margin: auto;
}

.pickresult .operblock .item .subitem span {
	font-size: 16px;
    font-weight: bold;
}

.pickresult .operblock .snapname,
.pickresult .operblock .snapdesc {
    text-align: center;
    float: left;
    width: 100%;
    overflow: hidden;
}

.pickresult .operblock .img, 
.pickresult .operblock .downimg {
    max-width: 48px;
    max-height: 48px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -24px;
    margin-left: -24px;
}

.pickresult .operblock .snapname span {
    display: table-cell;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

.pickresult .operblock .snapdesc span {
    display: table-cell;
    width: 100%;
    padding-top: 0px;
}

.pickresult a{
	color: inherit;
}

.pickresult a:hover {
	text-decoration: none;
	color: inherit;
}

.progressboard {	
	margin: 0;
	height: 250px;;
}

.progressboard .progressinfo {
	margin: auto auto;
}

.progressbar {
	text-align: center;
}

.progressboard .progressdesc {
	color: black;
    padding-top: 30px;
}

.progressboard .progressdesc span {
	font-size: 18px;
}

.progressboard .lds-roller div:after {
	background-color: black;
}

.imgbox {
	border: 1px solid black;
	background: rgba(211, 211, 211, 0.18);
}

.imgbox .previewimg {
	height: 240px;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
}

.imgbox .previewimg .row {
	height: 100%;
}

.imgbox .previewimg:hover {
	
	background: rgba(211, 211, 211, 1);
}

.imgbox .previewimg:hover .icon {
	display: block;
}

.imgbox .index {
	width: 100%;
	text-align: center;
	#margin: 5px;
	#height: 24px;
    #width: 24px;
    #text-align: left;
	font-weight: bold;
}

.imgbox .icon {
    text-align: center;
	#display: none;
}

.imgbox .icon:hover {
	cursor: pointer;
}

.imgbox .icon:hover {
	cursor: pointer;
	background-color: gray;
}

.imgbox .previewicon {
}

.imgbox .dropicon {
	text-align: right;
}

.imgbox .previewimg .imgcontrol {
	height: 10%;
	#display: inline-flex;
    #justify-content: flex-end;
}

.imgbox .previewimg .imgdesc {
	height: 15%;
	text-align: center;
	display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    font-weight: 400;
    font-size: 15px;
    color: #666;
    letter-spacing: .01em;
}

.imgbox .previewimg .imgdesc div {
	max-width: 100%;
}

.imgbox .previewimg .imgdesc div span {
	max-width: 100%;
    white-space: nowrap;
    float: left !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

.imgbox .previewimg .imgwrapper {
	cursor: move;
	height: 70%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.imgbox .previewimg .imgitem {

	max-height: 100%;
    max-width: 100%;

	width: 100%;
    height: 100%;

    padding: 2px;

	-webkit-box-shadow: none;
    box-shadow: none;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,.2);
    box-shadow: 0 0 5px rgba(0,0,0,.2);
    border: 1px solid #e1e1e1;
}

.imgbox .previewimg .imgprogress {
	height: 5%;
}

.imgbox .previewimg .imgprogress .progress {
	height: 6px;
	border-radius: 0px;
}

.imgbox .previewimg .imgprogress .progress-bar-success {
	background-color: #28a745!important;
	background-image: none;
    border-radius: 0px;
}

.imgbox .previewimg .imgitem img {
	height: 100%;
    width: 100%;
	max-height: 100%;
    max-width: 100%;
    object-fit: contain;
}

.imgbox .previewimg .imgdesc {
	color: #141313;
	font-weight: 330;
	font-size: 12px;

	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.editorbox {
    height: 86px;
    min-height: 0;
    border: 1px solid black;
	border-top: none;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.editorbox .startbtn {
	background: rgba(40, 167, 69, 0.83);
	border-radius: 20px;
	padding: 10px 0;
	height: 65%;
	display: table;
    width: 100%;
	text-align: center;
}

.editorbox .startbtn.disable {
	background: #7e8287;
}

.editorbox .startbtn.disable:hover {
	background: #7e8287;
	box-shadow: none;
	cursor: wait;
}

.editorbox .startbtn:hover {
	cursor: pointer;
	box-shadow: 0px 0px 10px 3px rgba(26, 223, 111, 0.5);
	background: rgba(40, 167, 69, 1);
}

.editorbox .startbtn span {
	display:table-cell;
	vertical-align:middle;
	color: white;
	font-weight: bold;
	font-size: 16px;
	width: 60%;
}

.editorbox .addwrapper {
	display: inline-flex;
}

.editorbox .addwrapper:hover {
	cursor: pointer;
}

.editorbox .adddiv {
	display: inline-flex;
    justify-content: center;
    width: 100%;
}

.editorbox .adddiv .svg {
	margin: 6px;
}

.editorbox .adddiv span {
	margin: auto 0;
	font-weight: bold;
	font-size: 16px;
}

.cardlist {
	padding-top: 30px;
	padding-bottom: 30px;
}

.cardlist .tooltype {
	font-weight: bold;
	font-size: 24px;
	color: #7d7a7a;
}

.cardlist .cardwrapper {

	#height: 300px;
	padding: 0 48px;
	padding-bottom: 48px;
	position: relative;
    width: 100%;
    font-size: 14px;
    line-height: 24px;
    color: #88898a;
	text-align: center;
}

.cardlist a {
	color: black;
}

.cardlist .cardwrapper .row {
	#padding: 0px 25px;
	height: 100%;
	width: 100%;
	float: none;
    display: inline-block;
}

.cardlist .cardwrapper:hover {
	cursor: pointer;
	border-radius: 10px;
	border: 1px solid lightgray;
	box-shadow: 0 6px 58px 0 rgba(141,145,146,.26), 0 1px 7px 0 rgba(0,0,0,.03);
    background-color: #fff;
}

.cardlist .cardwrapper .icon {
	padding: 0 0;
}

.cardlist .cardwrapper .icon img {
	border-radius: 6px 6px;
	margin-top: 32px;
}

.cardlist .cardwrapper .title {
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	display: block;
    padding: 15px 0px;
    color: #333;
}

.cardlist .cardwrapper .desc {
	padding: 10px 0px;
	border-top: 1px solid #8080804d;
	width: 100%;
	text-align: left;
	color: #6f6c6c;
}

.home {
}

.home .toollist {
	margin: 0 auto;
	-webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	width:100%;
}

.home .tools-list {
	width: 100%;
	text-align: center;
}

@media (min-width: 768px)
.tools-list ul {
    text-align: center;
    margin: 0 -7px -14px;
}

.tools-list ul {
    margin: 0 -5px -10px;
    list-style: none;
    font-size: 0;
}

.tools-list ul, .tools-list ul li {
    margin: 0;
    padding: 0;
}

.tools-list ul li {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding: 0 5px 10px;
    font-size: 15px;
    line-height: 24px;
}

.tools-list ul li:hover {
}

@media (min-width: 768px) {
	.tools-list ul li {
		width: 33.33%;
		padding: 0 7px 14px;
	}
}

@media (min-width: 992px) {
	.tools-list ul li {
		width: 25%;
	}
}

@media (min-width: 1200px) {
	.tools-list ul li {
		width: 20%;
	}
}

@media (min-width: 768px) {
	.tools-list ul a.item {
		transition: all .15s ease-in-out,z-index 0s .15s;
	}
}

.tools-list ul a.item {
    transition: all .15s ease-in-out;
	min-height: 128px;
	color: black;
	#font-weight: bold;
	font-size: 15px;
    display: flex;
    flex-direction: column;
}

.tools-list ul a i {
	font-size: 1.6rem;
	padding-bottom: 15px;
	#background: linear-gradient(to bottom, rgb(73, 200, 242) ,#b8f1d4 100%);
    #-webkit-background-clip: text;
    #-moz-background-clip: text;
    #background-clip: text;
    #-webkit-text-fill-color: transparent;
}

.fill-icon {
	#background: linear-gradient(to bottom, rgb(73, 200, 242) ,#b8f1d4 100%);
	background: linear-gradient(120deg, #21a2de 10%, #10c6a7 30%, #4bf0f5 60%);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.tools-list ul a:hover {
    color: #333;
	background-color: #fff;
}

@media (min-width: 768px) {
	.tools-list ul .item {
		display: block;
		padding: 24px 20px 28px;
		text-align: center;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		box-shadow: 0 10px 35px 0 rgba(0,0,0,.09);
	}
}

.tools-list ul .item {
    position: relative;
    display: block;
    padding: 10px 15px;
    border-radius: 4px;
    box-shadow: 0 5px 25px 0 rgba(0,0,0,.09);
    transition: none;
}

.statbox {
	border-top: 1px solid lightgray;
}

.statbox .statwrapper {
	width: 100%;
}

.samplebox {
	border-top: 1px solid lightgray;
}

.samplebox .carousel-item {
	text-align: center;
}

.samplebox .sampledesc {
	padding-top: 10px;
}

.samplebox .videowrapper {
	border-radius: 20px;
	border: 1px solid gray;
	height: 360px;
	width: 720px;
	background-color: #1b1e21;
	margin:auto;
	padding-top: 10px;
	padding-bottom: 10px;
}

.samplebox .videowrapper video {
	max-height: 100%;
	max-width: 100%;
}

.resultcontainer {
	padding-top: 0px;
}

.MuiDialog-paperScrollPaper {
	min-width: 65%;
}

.MuiDialog-paper {
	min-width: 65%;
}
