/**
 * CUSTOM CSS
 */

body, input, select, textarea {
    font-family: "Roboto",sans-serif;
}

.en-font, .en-font * {
    font-family: "Roboto",sans-serif !important;
}

.ja-font {
    font-family: "Noto Sans JP", sans-serif !important;
}

.font-size-24 {
    font-size: 1.75rem;
}

.header-fixed .page-wrapper .main-header {
    z-index: 9999;
}

.app-brand-container,
.app-brand {
    background: #2d6efe;
}

.app-brand a {
    padding-left: 0 !important;
    min-height: 75px;
    line-height: normal;
    width: 100%;
    justify-content: center;
}

.app-brand a img {
    max-width: 100%;
    max-height: 100%;
}

.sidebar .app-brand img {
    width: 90%;
}

.sidebar-minified:not(.left-sidebar) .left-sidebar #sidebar .app-brand a {
    width: 350px;
    margin-left: 2px;
}

.sidebar .japanese-illegal {
    display: none;
}

.app-brand .brand-name {
    font-size: 1.05rem;
    margin-left: 0.8rem;
}

.navbar {
    justify-content: start !important;
}

.navbar .dropdown-menu {
    width: auto;
    min-width: 245px;
    box-shadow: 2px 3px 10px -2px #bababa;
}

.navbar .dropdown-menu .dropdown-item {
    padding: 0.5rem 1.5rem;
}

.navbar .dropdown-menu >li a > i {
    font-size: 1.3rem;
    vertical-align: text-bottom;
}

.navbar .navbar-right {
    margin-left: auto !important;
}

.navbar .navbar-right .navbar-nav {
    padding-left: 0;
}

.navbar .navbar-right .navbar-nav li>.dropdown-menu {
    box-shadow: -3px 4px 10px -2px #bababa;
    right: -5px;
}

.navbar .notifications {
    position: relative;
}

.navbar .notifications:after {
    display: inline-block;
    border: 3px solid #fe5461;
    content: '';
    margin: 0;
    position: absolute;
    width: 11px;
    height: 11px;
    border-radius: 100px;
    top: 17px;
    right: 3px;
}

.navbar .navbar-right .navbar-nav .notifications-menu .dropdown-toggle:after {
    border-color: #fe5461;
}

.navbar .navbar-right .navbar-nav .user-menu.menu-login .dropdown-toggle:after {
    border: none;
}

.navbar .navbar-right .navbar-nav .user-menu .dropdown-toggle {
    padding: 0 0.75rem;
}

.navbar .sidebar-toggle {
    height: 81px;
}

.navbar .search-form {
    height: 81px;
    padding: 0 1.3rem;
    display: flex;
    border-right: 1px solid#e5e9f2;
    margin-right: 0 !important;
}

.navbar .menu-login > a {
    padding-right: 1rem;
    padding-left: 1rem;
    display: inline-block;
    line-height: 75px;
    color: #1b223c;
    font-size: 1rem;
    font-weight: 500;
}

.navbar .menu-login > a:hover {
    color: #4c84ff;
}

.sidebar-point-btn {
    position: absolute;
    bottom: 57px;
    left: 0;
    width: 100%;
    padding: 5px;
}

.sidebar-footer {
    border-top: 1px solid #626262;
    position: absolute;
    bottom: 0;
    left: 0;
}

.sidebar-footer-content {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.lang-switcher a {
    display: inline-block;
    margin: 0 5px;
    color: #fff;
}

.lang-switcher a img {
    border: 2px #a6aab4 solid;
}

.lang-switcher a:hover img,
.lang-switcher a.active img {
    border-color: #fff;
}

.copyright .lang-switcher a img {
    border-color: #fff;
}

.sidebar-footer-content .progress {
    margin-bottom: 0.9rem;
}

.sidebar-footer-content .progress-xs {
    height: 6px;
}

.sidebar .sidebar-inner {
    margin-top: 1rem;
}

.sidebar .sidebar-inner >li > a {
    padding: 1rem 1.56rem;
}

.user-menu .user-icon {
    font-size: 2rem;
    color: rgba(138, 144, 157, 0.7);
}

.user-menu hr.separator {
    display: none;
}

.user-menu .sidebar-footer {
    background-color: #fff;
    border-bottom: 1px solid #e5e9f2;
}

.user-menu .sidebar-footer-content {
    padding-bottom: 0.35rem;
}

.user-menu .sidebar-footer-content > h6 {
    color: #8a909d;
}

.modal {
    z-index: 10001;
}

.modal-lg.modal-full-width {
    max-width: 98%;
}

.modal-dialog {
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
    border-radius: 0.3rem;
}

.modal-title {
    color: #1b223c !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    color: #1b223c;
}

.text-info {
    color: #1e64ff !important;
}

.text-underline {
    text-decoration: underline;
}

.text-orange {
    color: #ff7901 !important;
}

.strike {
    text-decoration: line-through;
}

.font-primary {
    color: #3154ff;
}

.font-success {
    color: #15b883;
}

.font-warning {
    color: #f87200;
}

.border-top {
    border-top: 1px solid #dee2e6;
}

.bg-none {
    background: transparent !important;
}

.alert.required-info {
    padding-right: 45px;
}

.breadcrumb .breadcrumb-item a {
    color: #1b223c;
}

.breadcrumb .breadcrumb-item a:hover {
    color: #1b223c;
    text-decoration: underline;
}

.datepicker td, .datepicker th {
    width: 30px;
    height: 30px;
}

.ck-editor .ck-content {
    min-height: 150px;
}

.ck-content p,
.ck-content div,
.ck-content ul,
.ck-content ol {
    color: #1b223c !important;
    font-weight: normal;
    font-size: 1em;
    line-height: normal;
}

.ck-content ul,
.ck-content ol {
    padding-left: 40px;
    margin: 5px 0;
}

.ck-content ul li {
    list-style-type: disc;
}

.ck-content p,
.ck-content li {
    line-height: 22px;
}

.ck-content table {
    width: 100%;
}

/************/
/* BASE CSS */
/************/

input.invalid, select.invalid, textarea.invalid, .invalid {
    border: 1px solid #cd0a0a !important;
    color: #cd0a0a !important;
}

span.invalid {
    border: none;
}

input.hide-spinner::-webkit-outer-spin-button,
input.hide-spinner::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number].hide-spinner {
    -moz-appearance:textfield; /* Firefox */
}

.form-control-range + datalist {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    writing-mode: vertical-lr;
    width: 100%;
}

.add-more-group .element-group:first-child .btn-remove {
    display: none;
}

.form-control.datepicker[readonly] {
    background: #fff;
}

.select2-container.select2-container--default {
    width: 100% !important;
    z-index: 99999;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder,
.select2-container--default .multiple .select2-selection__placeholder {
    color: #444;
    font-size: 0.98rem;
}

.select2-container--default .select2-selection--single {
    border-color: #e5e9f2;
    height: 42px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    margin-top: 7px;
    padding-left: 15px;
    font-size: 0.98rem;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 8px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    margin-top: 8px;
}

.select2-container--default.select2-container--open .select2-selection--single {
    border-left-color: #aaa;
    border-top-color: #aaa;
    border-right-color: #aaa;
}

.select2-container--default .select2-selection--multiple {
    border-color: #e5e9f2;
    padding: .4rem .5rem .4rem 1.06rem;
}

.select2-results__option {
    color: #444;
}

.progress {
    border: 1px #4c84ff solid;
}

.input-range-slider .range-labels {
    display: flex;
    justify-content: space-between;
}


/************/
/* OVERLAY */
/***********/

#overlay,
#page-loading {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
    background: #ffffff;
    /* The fallback */
    background: rgba(255,255,255,0.5);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff,endColorstr=#ffffff);
}

#overlay #processing,
#page-loading #processing {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5000;
    background: #ffffff;
    border: 1px #aaaaaa solid;
}

#overlay #processing,
#page-loading #processing {
    opacity: 1;
}

#overlay #processing img,
#overlay #processing div,
#page-loading #processing img,
#overlay #processing div {
    float: left;
}

#overlay #processing div,
#page-loading #processing div {
    padding: 20px 20px 20px 40px;
    background: url(../../../../assets/images/loading.gif) 5px 14px no-repeat;
}

#overlay #processing span,
#page-loading #processing span {
    display: block;
    font-family: Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif;
    font-weight: 700;
    color: #333333;
}

#overlay #processing span#line1,
#page-loading #processing span#line1 {
    font-size: 15px;
}

#overlay #processing span#line2,
#page-loading #processing span#line2 {
    font-size: 13px;
}

/*****************/
/* JQUERY DIALOG */
/*****************/

.ui-datepicker {
    z-index: 9999 !important;
}

.ui-widget-overlay {
    z-index: 99997;
    opacity: 0.5;
}

.ui-dialog {
    z-index: 99998;
    -moz-box-shadow: 0 0 15px 3px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 0 15px 3px rgba(0,0,0,0.3);
    box-shadow: 0 0 15px 3px rgba(0,0,0,0.3);
}

.ui-dialog .ui-widget-header {
    background: #4c84ff;
    color: #fff;
}

.ui-dialog .ui-dialog-titlebar-close:after {
    content: 'x';
    position: absolute;
    top: 0;
    right: 6px;
    font-weight: bold;
    color: #fff;
}

/*********/
/* TABLE */
/*********/

thead th, tbody tr td {
    color: #1b223c;
}

tbody tr.inactive td {
    color: #8a909d !important;
}

.table .actions {
    width: 40px;
    white-space: nowrap;
}

.table .actions a,
.table .actions span.disabled {
    display: inline-block;
    margin-bottom: 2px;
}

.table td div.overflow,
.list div.overflow {
    overflow: hidden;
    white-space: nowrap;
}

.table tr.table-lightgray {
    background-color: rgba(0, 0, 0, 0.05);
}

.table-compact th,
.table-compact td {
    padding: .3rem;
}

/*************/
/* THUMBNAIL */
/*************/

.thumbnail {
    background: #fff;
    border: 1px #e5e9f2 solid;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 3px;
}

.thumbnail span {
    display: none;
}

.thumbnail * {
    vertical-align: middle;
}

.thumbnail a {
    display: block;
    overflow: hidden;
}

.thumbnail .img {
    display: table-cell;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
}

.thumbnail.thumbnail-100 {
    width: 108px;
    height: 108px;
}

.thumbnail.thumbnail-100 a,
.thumbnail.thumbnail-100 .img {
    width: 100px;
    height: 100px;
}

.thumbnail.thumbnail-200 {
    width: 208px;
    height: 208px;
}

.thumbnail.thumbnail-200 a,
.thumbnail.thumbnail-200 .img {
    width: 200px;
    height: 200px;
}

.thumbnail.thumbnail-300 {
    width: 308px;
    height: 308px;
}

.thumbnail.thumbnail-300 a,
.thumbnail.thumbnail-300 .img {
    width: 300px;
    height: 300px;
}

.thumbnail.thumbnail-400 {
    width: 408px;
    height: 408px;
}

.thumbnail.thumbnail-400 a,
.thumbnail.thumbnail-400 .img {
    width: 400px;
    height: 400px;
}

.thumbnail-preview-ext {
    color: #8c8c8c;
    display: block;
    font-size: 18px;
    font-weight: 700;
    height: 100%;
    line-height: 80px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    width: 100%;
}

.letterhead.thumbnail,
.letterhead.thumbnail a,
.letterhead.thumbnail .img {
    width: 508px;
    height: 98px;
    font-size: 13px;
    color: #8a909d;
}

.letterhead.thumbnail a,
.letterhead.thumbnail .img {
    width: 500px;
    height: 90px;
}

/********************/
/* AsynFileUploader */
/********************/

.asynfileuploader {
    cursor: default;
    overflow: hidden;
}

.asynfileuploader-progress {
    display: none;
    width: 100px;
}

.asynfileuploader-progress div {
    background: url(../../../../assets/images/asyn-file-uploader/throbber.gif) repeat-x;
    border: 1px #000000 solid;
    border-radius: 5px;
    moz-border-radius: 5px;
    webkit-border-radius: 5px;
    height: 15px;
}

.asynfileuploader-button {
    cursor: pointer;
    display: inline-block;
    height: 35px;
    padding: 0;
    position: relative;
    margin: 0;
    vertical-align: middle;
    zoom: 1;
}

.asynfileuploader-button span {
    display: inline-block;
    font-weight: bold;
    font-size: 11px;
    height: 100%;
    margin-left: 13px;
    padding: 8px 15px 0 3px;
}

.asynfileuploader iframe {
    border: none;
    cursor: pointer;
    filter: alpha(opacity:0);
    height: 28px;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 95px;
}

.asynfileuploader-delete {
    display: inline-block;
    height: 16px;
    margin-left: 3px;
    margin-top: 3px;
    width: 16px;
    vertical-align: text-bottom;
}

.asynfileuploader-delete a {
    background: url(../../../../assets/images/asyn-file-uploader/delete.png) no-repeat;
    display: inline-block;
    height: 16px;
    width: 16px;
}

.asynfileuploader-delete span {
    display: none;
}

.asynfileuploader-file-info {
    display: block;
    margin-top: 5px;
}

.asynfileuploader-error {
    display: none;
    padding: 2px 0;
}

.asynfileuploader-error .message {
    margin-top: 3px;
}

.shepherd-text .my {
    font-weight: 600;
}

.shepherd-element[data-popper-placement^='bottom'] .shepherd-arrow:after {
    transform: rotate(90deg);
}

.shepherd-element[data-popper-placement^='right'] .shepherd-arrow:before,
.shepherd-element[data-popper-placement^='bottom'] .shepherd-arrow:before {
    display: none;
}

.shepherd-element[data-popper-placement^='right'] .shepherd-arrow {
    left: -25px;
}

.shepherd-element[data-popper-placement^='bottom'] .shepherd-arrow {
    top: -27px;
}

.shepherd-element .shepherd-arrow:after {
    content: url(../images/arrow.svg);
    display: inline-block;
}

.me-3 {
    margin-right: 1rem!important;
}

.text-start {
    text-align: left !important;
}

p.my {
    line-height: 27px;
}

.form-text,
.form-text.my {
    font-size: 94%;
    padding-top: 1px;
}

.form-text.my .en-font {
    text-transform: uppercase;
}

.modal .pricing-header h2 {
    display: none;
}

#form-exp-modal #exp-staff-row {
    display: none;
}

#invoice .table tr td {
    border-top: none;
}

#invoice .table.table-address tr td:first-child {
    width: 75%;
    padding-left: 0;
}

#invoice .table.table-address tr td:last-child {
    width: 25%;
}

#invoice-letterhead img,
#invoice-letterfoot img {
    width: 100%;
}

#invoice br {
    display: none;
}

#invoice-letterfoot .letterfoot-text {
    border-top: 2px solid #dee2e6;
    text-align: center;
    padding-top: 10px;
}

.shepherd-element {
    z-index: 99999;
}

.mdi.tip {
    color: #1b223c !important;
    font-size: 1.5rem;
    cursor: pointer;
    vertical-align: middle;
}

.mdi.tip.tip-sm {
    font-size: 0.95em;
}

.loading-bar {
    display: none;
    background: repeating-linear-gradient(to right, red 0%, blue 50%, red 100%);
    width: 100%;
    height: 7px;
    background-size: 200% auto;
    background-position: 0 100%;
    animation: gradient 2s infinite;
    animation-fill-mode: forwards;
    animation-timing-function: linear;
    position: fixed;
    z-index: 999999;
    top: 0;
    left: 0;
}

.loading-bar + .loading-info {
    display: none;
    position: fixed;
    z-index: 999999;
    top: 7px;
    left: 50%;
    transform: translateX(-50%);
    background: #2d6efe;
    color: #fff;
    padding: .25em 1em;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    font-size: 1.1em;
    font-weight: bold;
}

@keyframes gradient {
    0%   { background-position: 0 0; }
    100% { background-position: -200% 0; }
}

.tag {
    display: inline-block;
    margin: 0 3px 5px 0;
    padding: 3px 7px;
    background: #efefef;
    color: #343a40;
    border-radius: 3px;
}

.template {
    width: 374px;
    /*height: 530px;*/
    border: 1px solid #d5d5d5;
    border-radius: 6px;
    overflow: hidden;
    margin: 0 0.94rem 1.88rem 0.94rem;
    cursor: pointer;
    position: relative;
}

.template .template-title {
    padding: 7px;
}

.template img {
    width: 100%;
}

.template.selected {
    border-color: #4c84ff;
}

.template.selected,
.template.selected .btn {
    cursor: default !important;
}

.template:hover,
.template.selected {
    box-shadow: 0 3px 15px -3px rgba(0,0,0,0.4);
}

.template .btn {
    display: none;
}

#cv-preview {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: 20px auto;
    padding: 0 10px 10px;
    width: calc(100% - 40px);
    height: calc(100vh - 40px);
    max-width: 1083px;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
    border-radius: 0.3rem;
    background: #fff;
    z-index: 10000;
}

#cv-preview .close-icon {
    float: right;
    font-size: 1.5rem;
    cursor: pointer;
}

#cv-preview .preview-body iframe {
    border: none;
}

#cv-preview .preview-footer {
    position: absolute;
    bottom: 0;
    padding: 10px 0;
    width: calc(100% - 20px);
}

.cv-preview-backdrop {
    display: none;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.6);
}

.payment-type {
    margin-right: 12px;
    margin-bottom: 5px;
}

.payment-type label {
    cursor: pointer;
}

.payment-type img {
    width: 77px;
    border-radius: 15px;
    border: 2px solid #fff;
    padding: 3px;
}

.payment-type img:hover,
.payment-type img.active {
    border-color: #949494;
    transition: 0.5s;
}

.payment-type input[type=radio] {
    display: none;
}

.steps .step-box {
    height: 45px;
}

.steps .step-box .step {
    background: #e6e6e6;
}

.steps .step-box .step .step-text {
    flex: 1;
    padding-left: 16px;
    text-decoration: none;
}

.steps .step-box .step .arrow {
    border: solid white;
    padding: 9px;
    border-width: 0 1px 1px 0;
    transform: translateY(16px) rotate(-45deg) skew(-15deg, -15deg) translateX(18px);
    background-color: #e6e6e6;
}

.steps .step-box .step.active,
.steps .step-box .step.active .arrow,
.steps .step-box .step.active .step-text {
    background-color: #2d6efe;
    color: white;
}

#floating-buttons {
    bottom: -50%;
}

.floating-buttons-visible {
    border-radius: 0;
    box-shadow: 0 -2px 10px 0 rgba(0, 0, 0, 0.1);
    position: fixed;
    bottom: 0 !important;
    left: 250px;
    width: calc(100% - 250px);
    margin-bottom: 0;
    z-index: 1060;
    transition: 0.5s;
}

.floating-buttons-visible .card-body {
    padding: 1rem;
}

.floating-buttons-visible.left-sm {
    left: 2px !important;
    width: calc(100% - 2px) !important;
}

.floating-buttons-visible.left-md {
    left: 75px !important;
    width: calc(100% - 75px) !important;
}

.floating-buttons-visible.left-lg {
    left: 250px !important;
    width: calc(100% - 250px) !important;
}

#list-confirm-delete .modal-body {
    text-align: center;
}

.verification-noti {
    margin-left: 2px;
    margin-bottom: 0;
}

#point-downloadable {
    font-size: 0.95em;
}

.en #point-downloadable {
    font-size: 1.09em;
}

select.form-control.my {
    height: auto;
    padding: .12rem 1.06rem;
}

.copyright .policy-links {
    padding-right: 1.25rem;
}

/**************/
/* RESPONSIVE */
/**************/

@media (min-width: 768px) {
    .sidebar-minified .left-sidebar .app-brand {
        background: #2d6efe url("../images/logo_square.png") center center no-repeat;
        background-size: 75%;
    }

    .sidebar-minified .left-sidebar .app-brand img {
        display: none;
    }

    .sidebar-minified .left-sidebar .sidebar-point-btn {
        display: none;
    }

    #sidebar:hover .sidebar-point-btn {
        display: block !important;
    }

    #sidebar:hover .app-brand {
        background-size: 56px;
        background-position: 9px 9px;
    }

    .ms-md-auto {
        margin-left: auto !important;
    }

    .mt-md-0 {
        margin-top: 0 !important;
    }

    .reward-point-table .table th:nth-child(2) {
        width: 50%;
    }
}

@media (max-width: 768px) {
    .copyright .policy-links {
        margin-top: 5px;
    }

    #sidebar .app-brand a {
        width: 250px;
    }

    .sidebar-minified .left-sidebar #sidebar .app-brand a {
        width: 250px !important;
        margin-left: 0 !important;
    }

    .add-more-group .element-group {
        border-bottom: 1px dashed #b0b0b0;
    }

    .add-more-group .element-group:last-child {
        border-bottom: none;
    }

    /*.add-more-group .element-group div:nth-of-type(2) input {*/
    /*    position: relative;*/
    /*}*/

    /*.add-more-group .element-group div:nth-of-type(2) input:before {*/
    /*    content: 'Qty.';*/
    /*    position: absolute;*/
    /*    top: 0;*/
    /*    left: 0;*/
    /*}*/

    #invoice .table.table-address tr td {
        display: block !important;
        width: 100% !important;
    }

    .floating-buttons-visible {
        left: 2px;
        width: calc(100% - 2px);
    }

    .card-default .card-body.reward-point-table {
        padding: 1rem 1rem;
    }

    .reward-point-table .table th,
    .reward-point-table .table td {
        padding: .75rem .45rem;
        vertical-align: middle;
    }
}

@media (max-width: 576px) {
    /*.letterhead.thumbnail,*/
    /*.letterhead.thumbnail a,*/
    /*.letterhead.thumbnail .img {*/
    /*    width: 100%;*/
    /*}*/

    .page-link {
        padding: 0.6rem 0.95rem;
    }

    .pagination .page-item:first-child .page-link,
    .pagination .page-item:last-child .page-link {
        height: 38px;
        padding: 0.6rem 0.75rem;
    }
}

@media (max-width: 480px) {
    .navbar .search-form {
        padding: 0 .9rem;
    }

    .navbar .navbar-right .navbar-nav {
        padding-right: 0.6rem;
    }

    .table .actions {
        white-space: normal;
    }

    .add-more-group .element-group {
        margin-bottom: 10px;
    }

    .add-more-group .element-group:last-child {
        margin-bottom: 0;
    }

    .table .actions a, .table .actions span.disabled {
        margin-bottom: 5px;
    }

    /*.table .actions a:last-child, .table .actions span.disabled:last-child {*/
    /*    margin-bottom: 0;*/
    /*}*/

    .btn-sm, .btn-group-sm>.btn {
        padding: .35rem .7rem;
        font-size: .86562rem;
    }
}

/* No less than 396px, no greater than 479px */
@media (min-width: 396px) and (max-width: 479px) {
    .card-header.plan-30 {
        padding-top: 28px !important;
        padding-bottom: 28px !important;
    }
}

/* No less than 768, no greater than 992 */
@media (min-width: 768px) and (max-width: 992px) {
    .floating-buttons-visible {
        left: 75px;
        width: calc(100% - 75px);
    }
}

@media (min-width: 992px) {
    .copyright .policy-links {
        padding-right: 2.69rem;
    }
}

@media (min-width: 1200px) {
    .copyright .policy-links {
        padding-right: 5.5rem;
    }
}

@media (max-width: 1100px) {
    .template {
        margin: 0 0 1.88rem 0;
    }

    #cv-preview .preview-body iframe {
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
    }
}

@media (min-width: 1500px) {
    .template {
        margin-bottom: 3.125rem;
    }
}

@media print {
    body {
        margin: 0;
    }

    .page-wrapper {
        padding: 0 !important;
    }

    .content {
        padding-top: 0 !important;
    }

    #cv-preview .preview-body {
        display: none;
    }
}

