@font-face {
    font-family: "HelveticaNeueBold";
    src: url("../fonts/HelveticaNeueBold.eot");
    src: url("../fonts/HelveticaNeueBold.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeueBold.woff") format("woff"), url("../fonts/HelveticaNeueBold.ttf") format("truetype"), url("../fonts/HelveticaNeueBold.svg?#webfont") format("svg");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: "HelveticaNeueLight";
    src: url("../fonts/HelveticaNeueLight.eot");
    src: url("../fonts/HelveticaNeueLight.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeueLight.woff") format("woff"), url("../fonts/HelveticaNeueLight.ttf") format("truetype"), url("../fonts/HelveticaNeueLight.svg?#webfont") format("svg");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: "HelveticaNeueThin";
    src: url("../fonts/HelveticaNeueThin.eot");
    src: url("../fonts/HelveticaNeueThin.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeueThin.woff") format("woff"), url("../fonts/HelveticaNeueThin.ttf") format("truetype"), url("../fonts/HelveticaNeueThin.svg?#webfont") format("svg");
    font-weight: normal;
    font-style: normal
}

html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    position: relative
}

body {
    background: #e5e5e5
}

body .home-wrapper {
    width: 100%;
    height: 100%;
    display: grid;
    align-items: center;
    align-content: center;
    background: #ffffff
}

body .home-wrapper .center-all {
    width: 850px;
    margin: 0 auto
}

body .home-wrapper .center-all .logo {
    width: 100%;
    float: left
}

body .home-wrapper .center-all .logo img {
    display: block;
    margin: 0 auto;
    width: 150px
}

body .home-wrapper .center-all .content {
    width: 100%;
    float: left
}

body .home-wrapper .center-all .content * {
    box-sizing: border-box
}

body .home-wrapper .center-all .content h2 {
    width: 100%;
    text-align: center;
    font-family: "LibreFranklin-Bold";
    color: #1982bd;
    font-size: 30px;
    margin: 30px 0;
    float: left
}

body .home-wrapper .center-all .content .items {
    width: 100%;
    float: left
}

body .home-wrapper .center-all .content .items .itemLeft {
    width: 50%;
    padding: 0 16px;
    float: left
}

body .home-wrapper .center-all .content .items .itemLeft a {
    background: #d0d361
}

body .home-wrapper .center-all .content .items .itemRight {
    width: 50%;
    padding: 0 16px;
    float: left
}

body .home-wrapper .center-all .content .items .itemRight a {
    background: #1982bd
}

body .home-wrapper .center-all .content .items a {
    font-size: 22px;
    line-height: 1.2;
    color: #ffffff;
    font-family: "LibreFranklin-SemiBold";
    width: 100%;
    display: block;
    height: 70px;
    border-radius: 5px;
    margin: 20px 0;
    display: grid;
    align-content: center;
    text-align: center;
    text-decoration: none;
    padding: 0 50px;
    cursor: pointer
}

body .wrapper {
    width: 1200px;
    margin: 0 auto
}

body .wrapper h1 {
    width: 100%;
    float: left;
    margin: 20px 0;
    margin-top: 10px;
    font-family: Arial, Helvetica, sans-serif;
    color: #ffffff;
    text-align: center
}

body .wrapper .home {
    width: 100%;
    float: left;
    box-sizing: border-box;
    padding: 10px;
    background: #c7d433
}

body .wrapper .home a {
    width: 41%;
    min-height: 170px;
    float: left;
    margin: 50px 6%;
    align-items: center;
    background: #ffffff;
    display: grid;
    text-align: center;
    border-radius: 5px;
    box-shadow: 0 0 1px 10px #ee7257
}

body .wrapper .home a:nth-child(odd) {
    margin-right: 0
}

body .wrapper .home a img {
    display: block;
    margin: 0 auto
}

body .wrapper .contents {
    width: 100%;
    float: left;
    background: #006ba2;
    box-sizing: border-box;
    padding: 10px
}

body .wrapper .contents .inputs {
    width: 400px;
    float: left;
    margin-right: 10px
}

body .wrapper .contents .inputs input {
    max-width: 100%;
    width: 100%;
    border: 0 none;
    padding: 0 10px;
    background: #fff;
    color: #666;
    border: 1px solid #e5e5e5;
    transition: .2s ease-in-out;
    transition-property: color, background-color, border;
    height: 40px;
    height: 30px;
    vertical-align: middle;
    display: inline-block;
    outline: none;
    color: #006ba2;
    margin-bottom: 20px;
    box-sizing: border-box;
    font-family: arial
}

body .wrapper .contents .inputs input:hover {
    border-color: #c7d433
}

body .wrapper .contents .inputs span {
    width: 100%;
    float: left;
    margin-bottom: 20px;
    text-align: center;
    font-family: arial
}

body .wrapper .contents .inputs button {
    margin: 0;
    border: none;
    overflow: visible;
    font: inherit;
    color: inherit;
    text-transform: none;
    display: inline-block;
    box-sizing: border-box;
    padding: 0 30px;
    vertical-align: middle;
    font-size: 12px;
    line-height: 38px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: .1s ease-in-out;
    transition-property: color, background-color, border-color;
    background-color: #c7d433;
    color: #006ba2;
    border: 1px solid transparent;
    font-family: arial;
    width: 100%;
    /* float: left; */
    margin-bottom: 20px
}

body .wrapper .contents .inputs button#downloadTxt {
    float: right
}

body .wrapper .contents .inputs button:disabled {
    background: #717782;
    opacity: .2
}

body .wrapper .contents .outputPreview {
    width: 770px;
    float: left;
    box-sizing: border-box
}

body .wrapper .contents .outputPreview h3 {
    font-family: Arial, Helvetica, sans-serif;
    color: #ffffff;
    margin: 10px
}

body .wrapper .contents .outputPreview p {
    margin: 0
}

body .wrapper .contents .outputPreview .input {
    background: #ffffff;
    padding: 10px;
    margin-bottom: 10px;
    box-sizing: border-box
}

body .wrapper .contents .outputPreview .output {
    width: 100%;
    height: 0px;
    overflow: hidden
}

body .wrapper .contents .outputPreview .layout {
    width: 100%;
    float: left;
    margin-bottom: 10px;
    background: #2b3c45;
    padding: 10px;
    box-sizing: border-box
}

body .wrapper .contents .outputPreview button {
    margin: 0;
    border: none;
    overflow: visible;
    font: inherit;
    color: inherit;
    text-transform: none;
    display: inline-block;
    box-sizing: border-box;
    padding: 0 30px;
    vertical-align: middle;
    font-size: 12px;
    line-height: 38px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: .1s ease-in-out;
    transition-property: color, background-color, border-color;
    background-color: #c7d433;
    color: #fff;
    border: 1px solid transparent;
    font-family: arial;
    width: 45%;
    /* float: left */
}

body .wrapper .contents .outputPreview button#downloadTxt {
    float: right
}

body .wrapper .contents .outputPreview button:disabled {
    background: #717782;
    opacity: .2
}

body .wrapperCenter {
    width: 100vw;
    height: 75vh;
    display: grid;
    align-content: center
}

body .wrapper-generator {
    width: 1010px;
    margin: 0 auto
}

body .wrapper-generator h1 {
    width: 100%;
    float: left;
    margin: 20px 0;
    margin-top: 10px;
    font-family: Arial, Helvetica, sans-serif;
    color: #1982bd;
    text-align: center
}

body .wrapper-generator .home {
    width: 100%;
    float: left;
    box-sizing: border-box;
    padding: 10px;
    background: #c7d433
}

body .wrapper-generator .home a {
    width: 41%;
    min-height: 170px;
    float: left;
    margin: 50px 6%;
    align-items: center;
    background: #ffffff;
    display: grid;
    text-align: center;
    border-radius: 5px;
    box-shadow: 0 0 1px 10px #ee7257
}

body .wrapper-generator .home a:nth-child(odd) {
    margin-right: 0
}

body .wrapper-generator .home a img {
    display: block;
    margin: 0 auto
}

body .wrapper-generator .contents {
    width: 100%;
    float: left;
    background: #ffffff;
    box-sizing: border-box;
    display: flex
}

body .wrapper-generator .contents .inputs {
    width: 430px;
    float: left;
    background: url("../images/bg-lpe.jpg") bottom right no-repeat;
    /* background-color: #233C41; */
    background-size: cover;
    padding: 50px;
    box-sizing: border-box
}

body .wrapper-generator .contents .inputs h2 {
    width: 100%;
    text-align: center;
    font-family: "LibreFranklin-Bold";
    color: #ffffff;
    font-size: 30px;
    margin: 30px 0;
    float: left
}

body .wrapper-generator .contents .inputs ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: calc(100% - 15px)
}

body .wrapper-generator .contents .inputs ul li {
    position: relative;
    width: 100%;
    float: left
}

body .wrapper-generator .contents .inputs ul li .predefinedLink {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 40%;
    text-align: left;
    color: #006ba2;
    margin-bottom: 10px;
    box-sizing: border-box;
    font-family: arial;
    font-size: 12px;
    font-weight: bold;
    height: 30px;
    line-height: 30px
}

body .wrapper-generator .contents .inputs ul li .predefinedLink.atStart {
    left: 0;
    width: 130px;
    background: #ffffff;
    padding-left: 11px
}

body .wrapper-generator .contents .inputs ul li input.website {
    width: calc(100% - 129px);
    margin-left: 129px
}

body .wrapper-generator .contents .inputs ul li .tooltip {
    position: absolute;
    right: -20px;
    top: 7px;
    display: inline-block
}

body .wrapper-generator .contents .inputs ul li .tooltip .tooltiptext {
    width: 300px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    left: 0;
    top: -7px;
    left: 25px;
    visibility: hidden
}

body .wrapper-generator .contents .inputs ul li .tooltip .tooltiptext a {
    color: #fff
}

body .wrapper-generator .contents .inputs ul li .tooltip .tooltiptext:after {
    content: '';
    position: absolute;
    border: 5px solid transparent;
    left: -10px;
    border-right-color: #000000;
    top: 9px
}

body .wrapper-generator .contents .inputs ul li .tooltip .text {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    line-height: 15px;
    color: #ffffff;
    background-color: #d0d361;
    cursor: pointer
}

body .wrapper-generator .contents .inputs ul li .tooltip:hover .tooltiptext {
    visibility: visible
}

body .wrapper-generator .contents .inputs input {
    max-width: 100%;
    width: 100%;
    border: 0 none;
    padding: 0 10px;
    background: #fff;
    color: #666;
    border: 1px solid #e5e5e5;
    transition: .2s ease-in-out;
    transition-property: color, background-color, border;
    height: 30px;
    vertical-align: middle;
    display: inline-block;
    outline: none;
    color: #233C41;
    margin-bottom: 10px;
    box-sizing: border-box;
    font-family: arial;
    font-size: 12px;
    font-weight: bold
}

body .wrapper-generator .contents .inputs input::placeholder {
    font-weight: 100
}

body .wrapper-generator .contents .inputs input:hover {
    border-color: #c7d433
}

body .wrapper-generator .contents .inputs span {
    width: 100%;
    float: left;
    margin-bottom: 10px;
    text-align: center;
    font-family: arial;
    font-size: 15px;
    color: #ffffff;
    font-weight: bold
}

body .wrapper-generator .contents .inputs button {
    /* text-transform: none;
    display: inline-block;
    box-sizing: border-box;
    padding: 0 10px;
    font-size: 12px;
    text-align: center;
    text-decoration: none;
    transition: .1s ease-in-out;
    transition-property: color, background-color, border-color;
    background-color: #ffffff;
    color: #666;
    border: 1px solid transparent;
    font-family: arial;
    width: 100%;
    margin-bottom: 10px;
    font-family: arial;
    font-size: 12px;
    height: 27px;
    text-align: left;
    font-weight: bold */
    font-family: sans-serif;
    display: inline-flex;
    height: 40px;
    width: 100%;
    background-color: #C39871;
    text-transform: uppercase;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    margin-top: 10px;
    border: none;
}

body .wrapper-generator .contents .inputs button#downloadTxt {
    float: right
}

body .wrapper-generator .contents .inputs button:disabled {
    background: #717782;
    opacity: .7
}

body .wrapper-generator .contents .outputPreview {
    width: 580px;
    float: left;
    box-sizing: border-box;
    background: #efefef;
    display: grid;
    align-content: center
}

body .wrapper-generator .contents .outputPreview h3 {
    font-family: Arial, Helvetica, sans-serif;
    color: #ffffff;
    margin: 10px
}

body .wrapper-generator .contents .outputPreview p {
    margin: 0
}

body .wrapper-generator .contents .outputPreview .input {
    background: #ffffff;
    padding: 10px;
    margin-bottom: 10px;
    box-sizing: border-box
}

body .wrapper-generator .contents .outputPreview .output {
    width: 100%;
    height: 0px;
    overflow: hidden
}

body .wrapper-generator .contents .outputPreview .layout {
    width: 100%;
    float: left;
    margin-bottom: 10px;
    padding: 10px;
    box-sizing: border-box
}

body .wrapper-generator .contents .outputPreview button {
    margin: 0 auto;
    border: none;
    overflow: visible;
    font: inherit;
    color: inherit;
    text-transform: none;
    display: inline-block;
    box-sizing: border-box;
    padding: 0 30px;
    /* vertical-align: middle; */
    font-size: 12px;
    line-height: 30px;
    text-align: center;
    text-decoration: none;
    transition: .1s ease-in-out;
    transition-property: color, background-color, border-color;
    background-color: #d0d361;
    color: #fff;
    border: 1px solid transparent;
    font-family: arial;
    display: block;
    border-radius: 10px
}

body .wrapper-generator .contents .outputPreview button#downloadTxt {
    float: right
}

body .wrapper-generator .contents .outputPreview button:disabled {
    background: #717782;
    opacity: .2
}

body .uploadPopupWrapper {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #1982bd;
    display: none
}

body .uploadPopupWrapper .uploadPopupContent {
    width: 80%;
    height: 80%;
    position: absolute;
    background: #1982bd;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    padding: 20px
}

body .uploadPopupWrapper .uploadPopupContent button {
    margin: 0;
    border: none;
    overflow: visible;
    font: inherit;
    color: inherit;
    text-transform: none;
    display: inline-block;
    box-sizing: border-box;
    padding: 0 30px;
    vertical-align: middle;
    font-size: 12px;
    line-height: 38px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: .1s ease-in-out;
    transition-property: color, background-color, border-color;
    cursor: pointer;
    color: #fff;
    border: 1px solid transparent;
    font-family: arial;
    height: 40px
}

body .uploadPopupWrapper .uploadPopupContent .buttonWrapAdd {
    width: 100%;
    float: left;
    text-align: center
}

body .uploadPopupWrapper .uploadPopupContent .buttonWrapAdd label {
    margin: 0;
    border: none;
    overflow: visible;
    font: inherit;
    color: inherit;
    text-transform: none;
    display: inline-block;
    box-sizing: border-box;
    padding: 0 30px;
    vertical-align: middle;
    font-size: 12px;
    line-height: 38px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: .1s ease-in-out;
    transition-property: color, background-color, border-color;
    cursor: pointer;
    color: #fff;
    border: 1px solid transparent;
    font-family: arial;
    height: 40px
}

body .uploadPopupWrapper .uploadPopupContent .buttonWrapAdd label.add {
    margin: 0 auto;
    display: inline-block;
    background: #ffffff;
    color: #c0292e
}

body .uploadPopupWrapper .uploadPopupContent .buttonWrapAdd input[type=file] {
    width: 0px;
    height: 0px;
    visibility: hidden
}

body .uploadPopupWrapper .uploadPopupContent .editResizePanel {
    width: 100%;
    height: calc(100% - 80px);
    float: left
}

body .uploadPopupWrapper .uploadPopupContent .editResizePanel .resizeOption {
    text-align: center;
    margin-top: 26px;
    visibility: hidden;
    position: relative;
    z-index: 100
}

body .uploadPopupWrapper .uploadPopupContent .editResizePanel .resizeOption.userImage {
    visibility: visible
}

body .uploadPopupWrapper .uploadPopupContent .editResizePanel .resizeOption .styled-checkbox {
    position: absolute;
    opacity: 0
}

body .uploadPopupWrapper .uploadPopupContent .editResizePanel .resizeOption .styled-checkbox+label {
    position: relative;
    cursor: pointer;
    padding: 0;
    font-family: Arial;
    color: #717782;
    border: 12px solid #ffffff;
    background: #ffffff
}

body .uploadPopupWrapper .uploadPopupContent .editResizePanel .resizeOption .styled-checkbox+label:before {
    content: '';
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    width: 20px;
    height: 20px;
    background: #ddd
}

body .uploadPopupWrapper .uploadPopupContent .editResizePanel .resizeOption .styled-checkbox:hover+label:before {
    background: #f35429
}

body .uploadPopupWrapper .uploadPopupContent .editResizePanel .resizeOption .styled-checkbox:focus+label:before {
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12)
}

body .uploadPopupWrapper .uploadPopupContent .editResizePanel .resizeOption .styled-checkbox:checked+label:before {
    background: #f35429
}

body .uploadPopupWrapper .uploadPopupContent .editResizePanel .resizeOption .styled-checkbox:disabled+label {
    color: #b8b8b8;
    cursor: auto
}

body .uploadPopupWrapper .uploadPopupContent .editResizePanel .resizeOption .styled-checkbox:disabled+label:before {
    box-shadow: none;
    background: #ddd
}

body .uploadPopupWrapper .uploadPopupContent .editResizePanel .resizeOption .styled-checkbox:checked+label:after {
    content: '';
    position: absolute;
    left: 5px;
    top: 9px;
    background: white;
    width: 2px;
    height: 2px;
    box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
    transform: rotate(45deg)
}

body .uploadPopupWrapper .uploadPopupContent .editResizePanel .userImageBlock {
    width: 435px;
    height: 435px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background: #ffffff;
    overflow: hidden;
    pointer-events: none
}

body .uploadPopupWrapper .uploadPopupContent .editResizePanel .userImageBlock .outline {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    display: none;
    pointer-events: none;
    border-radius: 50%;
    box-sizing: border-box
}

body .uploadPopupWrapper .uploadPopupContent .editResizePanel .userImageBlock .overlay {
    width: 100%;
    position: absolute;
    height: 100%;
    z-index: 1;
    pointer-events: none
}

body .uploadPopupWrapper .uploadPopupContent .editResizePanel .userImageBlock.resize {
    overflow: visible;
    pointer-events: all
}

body .uploadPopupWrapper .uploadPopupContent .editResizePanel .userImageBlock.resize .outline {
    display: block
}

body .uploadPopupWrapper .uploadPopupContent .editResizePanel .userImageBlock.resize .ui-resizable-handle.ui-resizable-e {
    width: 10px;
    height: 100%;
    right: -10px;
    top: 0;
    background: repeating-linear-gradient(45deg, #000, #fff 10px, #000 10px, #fff 10px)
}

body .uploadPopupWrapper .uploadPopupContent .editResizePanel .userImageBlock img {
    width: 100%
}

body .uploadPopupWrapper .uploadPopupContent .buttonWrapFooter {
    position: relative;
    z-index: 2;
    width: 100%;
    float: left;
    text-align: center
}

body .uploadPopupWrapper .uploadPopupContent .buttonWrapFooter .center {
    width: 400px;
    margin: 0 auto
}

body .uploadPopupWrapper .uploadPopupContent .buttonWrapFooter .center button.save {
    float: left;
    background-color: #c7d433
}

body .uploadPopupWrapper .uploadPopupContent .buttonWrapFooter .center button.cancel {
    float: right;
    background-color: #c0292e
}

body .preview {
    width: 100%;
    float: left;
    display: none;
    background: rgba(128, 128, 128, 0.8);
    min-height: 100vh;
    top: 0;
    position: absolute;
    z-index: 15;
    box-sizing: border-box
}

body .preview .wrapper {
    width: 300px;
    margin: auto;
    height: 390px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

body .preview .wrapper .buttons {
    width: 100%;
    float: left
}

body .preview .wrapper .previewImage {
    width: 100%;
    float: left;
    text-align: center
}

body .preview .wrapper .previewImage .previewImageCanvas {
    margin-bottom: 50px;
    width: 100%;
    float: left
}

body .preview .wrapper .previewImage a {
    margin: 0;
    border: none;
    overflow: visible;
    font: inherit;
    color: inherit;
    text-transform: none;
    display: inline-block;
    box-sizing: border-box;
    padding: 0 30px;
    vertical-align: middle;
    font-size: 12px;
    line-height: 38px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: .1s ease-in-out;
    transition-property: color, background-color, border-color;
    cursor: pointer;
    color: #fff;
    border: 1px solid transparent;
    font-family: arial;
    height: 40px
}

body .preview .wrapper .previewImage a.close {
    background: #ff3000;
    float: right
}

body .preview .wrapper .previewImage a#upload {
    background: #c7d433;
    float: left
}

body .preview .wrapper .previewImage .previewImageCanvas img,
body .preview .wrapper .previewImage .previewImageCanvas canvas {
    width: 100%;
    float: left
}

body .loader {
    width: 100%;
    height: 100%;
    background: rgba(0, 107, 162, 0.7);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 30;
    display: none
}

body .loader .spinner {
    margin: auto;
    width: 70px;
    height: 22px;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

body .loader .spinner>div {
    width: 18px;
    height: 18px;
    background-color: #ffffff;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both
}

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

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

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

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

.ui-resizable {
    position: relative
}

.ui-resizable-handle {
    position: absolute;
    font-size: 0.1px;
    display: block;
    -ms-touch-action: none;
    touch-action: none
}

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
    display: none
}

.ui-resizable-n {
    cursor: n-resize;
    height: 7px;
    width: 100%;
    top: -5px;
    left: 0
}

.ui-resizable-s {
    cursor: s-resize;
    height: 7px;
    width: 100%;
    bottom: -5px;
    left: 0
}

.ui-resizable-e {
    cursor: e-resize;
    width: 7px;
    right: -5px;
    top: 0;
    height: 100%
}

.ui-resizable-w {
    cursor: w-resize;
    width: 7px;
    left: -5px;
    top: 0;
    height: 100%
}

.ui-resizable-se {
    cursor: se-resize;
    width: 12px;
    height: 12px;
    right: 1px;
    bottom: 1px
}

.ui-resizable-sw {
    cursor: sw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    bottom: -5px
}

.ui-resizable-nw {
    cursor: nw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    top: -5px
}

.ui-resizable-ne {
    cursor: ne-resize;
    width: 9px;
    height: 9px;
    right: -5px;
    top: -5px
}

#banner-btn, #dwnl-btn {
    font-family: sans-serif;
    display: inline-flex;
    height: 40px;
    width: 100%;
    background-color: #C39871;
    text-transform: uppercase;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    margin-top: 10px;
    max-width: 250px;
}



.adsbygoogle {
    display: flex !important;
    justify-content: center;
}