@import url(https://fonts.googleapis.com/css?family=Poppins:400,500,700&display=swap);
@import url(https://fonts.googleapis.com/css?family=Noto+Sans:700&display=swap);
@import url(https://fonts.googleapis.com/css?family=Dancing+Script:400,500,700|Josefin+Sans:400,600,700|Lato:400,700|Libre+Baskerville:400,700|Merriweather:400,700|Montserrat:400,500,700|Muli:400,500,700|Open+Sans:400,700|Oswald:400,500,700|PT+Sans+Narrow:400,700|Playfair+Display:400,500,700|Roboto+Condensed:400,700|Roboto+Mono:400,500,700|Roboto:400,500,700|Simonetta:400,900|Tomorrow:400,500,700|Quicksand:400,500,700|Bitter:400,700&display=swap);

body {
    margin: 0;
    padding: 0;
    background: #f9fafe
}

.navbar.create-nav-content {
    background: transparent;
    padding: 0 !important;
    align-items: start;
}

.navbar.create-nav-content .navbar-left-content .logo h6.heading {
    font-size: 35px;
}

.navbar.create-nav-content .navbar-left-content {
    width: 395px;
}

.navbar.create-nav-content .navbar-left-content,
.navbar.create-nav-content .navbar-right-content {
    background: #494f56;
    height: 70px;
    justify-content: center;
}

.navbar.create-nav-content .navbar-right-content {
    padding-left: 15px;
    border-radius: 0 0 0 30px;
    -webkit-border-radius: 0 0 0 30px;
    -moz-border-radius: 0 0 0 30px;
    -ms-border-radius: 0 0 0 30px;
    -o-border-radius: 0 0 0 30px;
}

.navbar .navbar-action-btn i {
    background: #494f56;
    border-radius: 0 0 0 30px;
    height: 70px;
    width: 70px;
    text-align: center;
    justify-content: center;
    align-items: center;
    color: white;
    cursor: pointer;
    display: none;
}

.navbar .navbar-action-btn {
    display: none;
}

.navbar .collapse {
    display: block;
}

.aContainer {
    width: 100%;
    min-height: 100%;
    height: auto;
    -ms-overflow-x: hidden;
    overflow-x: hidden;
    -ms-overflow-y: auto;
    overflow-y: auto;
    overflow: hidden;
}

.aContainer.model-popup {
    overflow: hidden;
    height: 100vh;
}

.editor {
    width: 100%;
    display: flex;
    padding: 0 30px 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.editor .side_menu {
    width: 30%;
    display: flex;
    z-index: 99999;
    position: fixed;
    top: 70px;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.side_menu .left-tabs {
    display: flex;
    justify-content: center;
    width: 85px;
    position: relative;
    padding-top: 35px;
    background: #1e1f23;
}

button:focus,
input:focus,
select:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.side_menu .left-tabs .backBtn.mBtn {
    border: none;
    color: white;
    background: #444444;
    width: 100%;
    top: 0;
    left: 0;
    padding: 3px 0;
    position: absolute;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
    -webkit-box-shadow: 0 5px 25px -5px #33115511;
    box-shadow: 0 5px 25px -5px #33115511;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    border-radius: 0 12px 0 0;
}

.side_menu .left-tabs .backBtn.mBtn:hover {
    padding: 3px 0
}

.side_menu .left-tabs .menu {
    padding: 0;
    margin: 0;
    list-style: none;
    -webkit-box-shadow: 0 5px 25px -5px #33115511;
    box-shadow: 0 5px 25px -5px #33115511;
    max-height: 90vh;
    overflow: auto;
    padding-bottom: 35px;
}

.side_menu .left-tabs .menu::-webkit-scrollbar {
    width: 0;
}

.side_menu .left-tabs .menu .menu-item {
    position: relative;
    width: 85px;
    height: 70px;
    color: #80838f;
    font-size: 20px;
    background: #1e1f23;
    cursor: pointer;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    flex-direction: column;
    padding: 12px 0px 0;
    margin-bottom: 4px;
    border-radius: 25px 0 0 25px;
}

.side_menu .left-tabs .menu .menu-item span {
    background: url(../images/icons/side-border.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    padding: 14px;
    color: white;
    font-family: 'Font Awesome 5 Free' !important;
}

.side_menu .left-tabs .menu .menu-item p {
    font-size: 11px;
    color: #fff;
}

.side_menu .left-tabs .menu .menu-item:hover,
.side_menu .left-tabs .menu .menu-item:hover p {
    color: #fff;
    background: #292929;
}

.side_menu .left-tabs .menu .menu-item.active p {
    color: #fff;
}

.side_menu .left-tabs .menu .menu-item.active {
    background: #292929;
    color: #fff;
}

/* .side_menu .left-tabs .menu .menu-item.active::after {
    content: "";
    position: absolute;
    left: 100%;
    top: 50%;
    border: 10px solid;
    border-color: transparent transparent transparent #502acd;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
} */

.editor .side_menu .panels .panel::-webkit-scrollbar,
.form-control::-webkit-scrollbar,
.noscroll::-webkit-scrollbar,
.scroll_bar::-webkit-scrollbar {
    width: 0
}

.side_menu .panels {
    background: #292929;
}

.side_menu .panels .panel {
    background: #292929;
    padding: 15px 20px;
    width: 310px;
    max-height: 90vh;
    overflow: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 5px 25px -5px #33115511;
    box-shadow: 0 5px 25px -5px #33115511;
    display: none;
    color: white;
}

.side_menu .panels .panel .fonts-content {
    background: black;
    border-radius: 12px;
    padding: 15px;
}

.side_menu .panels .panel.active {
    display: block
}

.side_menu .panels .panel .colors {
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.side_menu .panels .panel .colors .circle {
    margin: 5px 2px;
    width: 32px;
    height: 32px;
    display: inline-block;
    cursor: pointer;
    position: relative;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    border: 3px solid #ffffff55;
    -webkit-border-radius: 50%;
    border-radius: 50%
}

.side_menu .panels .panel .colors .circle::before {
    content: "\f00c";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

.side_menu .panels .panel .colors .circle:hover::before {
    -webkit-transform: scale(.7);
    -moz-transform: scale(.7);
    -ms-transform: scale(.7);
    -o-transform: scale(.7);
    transform: scale(.7)
}

.side_menu .panels .panel .colors .circle.active::before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.side_menu .panels .panel .more.bold {
    color: #888;
    font-size: 12px;
    font-family: Poppins, sans-serif;
    font-weight: 500;
    margin: 0;
    padding: 0
}

.side_menu .panels .panel .photo-control .more .lock {
    color: red;
    padding-right: 5px;
    font-size: 14px
}

.side_menu .panels .panel .photo-control .optionsToggle {
    display: none
}

.side_menu .panels .panel .photo-control .optionsToggle.active {
    display: block
}

.side_menu .panels .panel .templates {
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.side_menu .panels .panel .templates .end-line {
    position: relative;
    width: 100%;
}

.side_menu .panels .panel .templates .end-line hr {
    width: 93%;
    border: 1px solid #ffffff;
    margin: 0.5rem auto;
    height: unset;
}

.side_menu .panels .panel .templates .end-line::after {
    content: "";
    border: 2px solid white;
    position: absolute;
    left: 0;
    top: 0;
    transform: translateY(60%);
    padding: 2px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
}

.side_menu .panels .panel .templates .end-line::before {
    content: "";
    border: 2px solid white;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateY(60%);
    padding: 2px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
}

.side_menu .panels .panel .template {
    margin: 10px 0;
    width: 100%;
    cursor: pointer;
    -webkit-box-shadow: 1px 1px 5px #0001;
    box-shadow: 1px 1px 5px #0001;
    background-color: #fff;
}

.side_menu .panels .panel .template.active .name {
    color: #3c2dff
}

.side_menu .panels .panel .template.active,
.side_menu .panels .panel .template:hover {
    -webkit-box-shadow: 1px 1px 5px #0003;
    box-shadow: 1px 1px 5px #0003
}

.side_menu .panels .panel .template {
    position: relative;
}

.side_menu .panels .panel .template.active {
    border: 3px solid #c43434;
}

.side_menu .panels .panel .template img {
    width: 100%;
    height: 10rem;
    object-fit: fill;
}

.side_menu .panels .panel .template .is-paid-template-con i {
    color: #df9d3a;
    font-size: 15px;
    position: absolute;
    right: 0;
    background: white;
    padding: 10px;
}

.premium-button {
    background-color: #ffffff; /* White background */
    color: #34b14c; /* Green text color */
    font-size: 13px; /* Adjust font size as needed */
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    border-radius: 5px; /* Adjust border-radius for rounded corners */
}

.side_menu .panels .panel .template .name {
    display: block;
    background: #fff;
    font-size: 10px;
    font-weight: 700;
    text-align: center;
    padding: 2px 0;
    font-family: Poppins, sans-serif;
    border-top: 1px solid #0001;
}

.switch {
    display: inline-block;
    position: relative;
    width: 45px;
    height: 25px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    border: 1px solid rgba(160, 175, 205, .5);
    background: #fff;
    cursor: pointer
}

.switch::after {
    content: "";
    position: absolute;
    top: 1px;
    left: 2px;
    background: #8e8e8e;
    width: 20px;
    height: 19px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 50%;
    transition: .2s;
}

.switch.active {
    background: #c9f7ff
}

.switch.active::after {
    left: 20px;
    background: #0cc0df
}

i.f2x {
    font-size: 20px
}

.heading {
    font-size: 25px;
    font-family: Poppins, sans-serif;
    font-weight: 700;
    margin: 0;
    padding: 0
}

h2.heading {
    font-size: 25px
}

h1.heading {
    font-size: 30px
}

h3.heading {
    font-size: 20px
}

h4.heading {
    font-size: 16px
}

.more {
    font-size: 13px;
    line-height: 15px;
    padding: 4px 0 18px;
    color: #aaa;
    margin: 0
}

.form-group {
    position: relative;
    margin-bottom: 7px;
}

.label {
    display: block;
    font-size: 12px;
    font-weight: 400;
    pointer-events: none;
    padding: 10px 0 5px;
    font-family: 'Noto Sans', sans-serif;
    color: #ccc
}

.form-group .label {
    font-size: 11.25px;
    letter-spacing: .3px;
    font-weight: 400;
    pointer-events: none;
    font-family: 'Noto Sans', sans-serif;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 1;
    height: auto;
    color: #aaa;
    -webkit-border-radius: .25rem;
    border-radius: .25rem
}

.label.set {
    position: relative;
    top: -5px;
    padding: 0
}

.form-control {
    border: none;
    padding: 10px 8px;
    font-size: 14px;
    letter-spacing: .25px;
    font-weight: 500;
    color: #6b6b6b;
    border: 1px solid rgba(160, 175, 205, .4);
    background: none;
}

select.form-control {
    padding: 12px 5px;
    height: auto !important
}

.form-control:focus {
    background: #252a2e;
    border-color: #ffffff29;
    color: white !important;
    -webkit-box-shadow: none;
    box-shadow: none
}

.error {
    font-size: 12px;
    font-family: inherit;
    color: red;
    margin: 0;
    padding: 0;
    margin-top: 5px
}

.inputError:focus {
    border-color: #d00
}

.rangeSliderCon {
    display: flex;
    width: 100%;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center
}

.rangeSlider {
    -webkit-appearance: none;
    width: 1000%;
    height: 2px;
    background: #00a0d6;
    outline: 0;
    opacity: 1;
    position: relative;
    margin-top: 0;
    -webkit-transition: .2s;
    transition: opacity .2s;
    cursor: pointer;
}

.rangeSlider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 9px;
    height: 9px;
    border: 2px solid #00a0d6;
    background: #292929;
    padding: 2px;
    cursor: e-resize;
    border-radius: 50px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.rangeSlider::-moz-range-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    background: #2919ff;
    cursor: pointer;
    border-radius: 50%;
    border: 5px solid #fff;
    box-shadow: 0 0 5px #0003
}

.rangeSlider.red {
    background: red
}

.rangeSlider.green {
    background: #2cf7a4
}

.rangeSlider.blue {
    background: #2919ff
}

.rangeSliderCon b,
.rangeSliderCon span {
    font-size: 14px;
    color: #fff;
    padding: 5px
}

/* .rangeSliderCon .value {
    width: 37px !important
} */

.selectList {
    position: relative;
    padding: 0;
    color: #000;
    cursor: pointer;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.selectList .label {
    display: block;
    position: static;
    padding: 10px;
    border: 1px solid #aaa;
    font-size: 12px;
    display: flex;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center
}

.selectList:hover {
    border-color: #33115566
}

.selectList .options {
    display: flex;
    flex-wrap: wrap;
}

.selectList.skill-theme .options {
    align-items: center;
    gap: 12px 0;
}

.selectList.skill-theme .options .option {
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 50%;
    padding: 8px 8px 4px;
}

.selectList.skill-theme .options .option.active {
    box-shadow: 0 0 0 0.16rem rgb(0 159 213);
    border-radius: 8px;
}

.selectList.skill-theme .options .option .skill-sec-title {
    margin-top: 10px;
}

.side_menu .panels .panel .panel-card {
    background: black;
    border-radius: 12px;
    padding: 15px;
}

.side_menu .panels .panel .panel-card h4.heading {
    text-align: center;
    margin-bottom: 20px;
    text-transform: uppercase;
    position: relative;
}

.side_menu .panels .panel .panel-card h4.heading .switch {
    position: absolute;
    right: 0;
    top: -4px;
}

.selectList.active .options {
    max-height: 200px;
}

.selectList.active .label {
    display: none
}

.selectList .options .options-div {
    flex-wrap: wrap;
}

.selectList .options .option {
    display: block;
    padding: 3px;
    font-size: 12px;
    font-weight: 300;
    color: #fff;
    white-space: nowrap;
    text-transform: capitalize;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.selectList .options .option .skill-blog span {
    border: 2px solid rgb(12 192 223);
    border-radius: 2px;
    text-transform: lowercase;
    padding: 0 5px;
}

.selectList .options .option:hover .icon {
    background: #303235
}

.selectList.fonts .options .option i {
    position: absolute;
    left: 5px;
    top: 5px;
}

.selectList .label i {
    font-size: 16px
}

.selectList.fonts .label,
.selectList.fonts .option {
    font-weight: 400;
    position: relative
}

.selectList .option .tag {
    z-index: 1;
    background: #292929;
    color: #fff;
    font-weight: 500;
    font-size: 11px;
    font-family: Poppins;
    letter-spacing: .5px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 10px 17px;
}

.selectList .option.active .tag {
    background: #3f3f40;
    box-shadow: unset;
}

.selectList.skill-theme .fa {
    color: #ddd
}

.selectList.skill-theme .fa.c_color {
    color: rgb(12 192 223) !important;
}

.selectList.skill-theme .skill-theme-t {
    font-size: 12px
}

.selectList.skill-theme .label .pull-away {
    padding-right: 15px
}

.selectList.skill-theme .skill-bar {
    width: 100px;
    background: #ddd;
    position: relative;
    height: 10px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
}

.selectList.skill-theme .skill-bar span {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: #3c2dff;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
}

.viewer .cvContent .skill-bar {
    width: 80px;
    display: block;
    background: #ddd;
    position: relative;
    height: 10px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
}

.viewer .cvContent .skill-bar span {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    border-radius: 100px;
}

.cvContent .body .section[data-target=profile] .list-style {
    display: none !important
}

.disabled {
    opacity: .7 !important;
    cursor: no-drop !important
}

.s_btn.short {
    background: linear-gradient(200deg, #00a3da, #09c) !important;
}

.s_btn {
    padding: 7px;
    text-align: center;
    background: linear-gradient(200deg, #00a3da, #09c);
    border: none;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    font-family: sans-serif;
    display: block;
    width: 100%;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer
}

.s_btn:hover {
    box-shadow: 0 0 15px #0099cc99;
}

.s_btn i {
    padding-right: 5px;
    font-size: 14px
}

.s_btn.c_btn {
    background: #fff;
    color: #555;
    font-size: 12px
}

.s_btn.c_btn:hover {
    text-decoration: underline;
    color: #000;
    box-shadow: 0 0 15px #a3a3a363;
}

.s_btn.c_btn i {
    padding-right: 5px;
    font-size: 10px
}

.s_btn.active {
    background: springgreen !important;
    color: #000 !important;
}

.s_btn.danger {
    display: inline-block;
    width: auto;
    background: #d00
}

.nav-btn {
    border-radius: 50px;
    padding: 7px 20px;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    transition: 0.3s;
    background: #a4a7aa;
}

.nav-btn:hover {
    background: #ffffff33;
    color: #fff;
}

.pr-user-btn.active,
.main-nav .menu .btns a.bg-u {
    background: #019ecf !important;
    border-radius: 50px;
    padding: 9px 40px;
    font-size: 16px;
    font-weight: 500;
}

.pr-user-btn.active:hover,
.main-nav .menu .btns a.bg-u:hover {
    background: #019ecf !important;
    color: white;
    text-decoration: unset;
    box-shadow: unset;
}

.s_btn.dark {
    background: darkblue
}

.s_btn.dark:hover {
    background: #00a1d7
}

.s_btn:hover {
    text-decoration: underline;
    color: black;
}

.s_btn.short {
    display: inline-block;
    width: auto;
    padding: 5px 10px;
    font-size: 12px
}

.hide {
    display: none
}

.rotateUp {
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

.rotateUp {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.viewer {
    position: relative;
    display: block;
    margin-left: auto;
    margin-top: 100px;
    min-height: 90vh;
    width: 70%;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-justify-content: center;
    justify-content: center
}

.viewer>.wrapper {
    width: 90%;
    margin-left: 30px;
    padding: 20px;
    /* overflow: hidden; */
    background: #fff;
    -webkit-box-shadow: 0 5px 25px -5px #33115511;
    box-shadow: 0 5px 25px -5px #33115511;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.viewer>.wrapper .cvContent {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.viewer>.wrapper .cvContent[contenteditable=true] {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto
}

.viewer>.wrapper .cvContent:focus {
    outline: 0
}

.pEditable {
    position: relative
}

.editable {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid #0002;
    display: block
}

.pull-away {
    width: 100%;
    display: flex !important;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center
}

.pull-right {
    width: 100%;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end
}

.viewer .cvContent .body .sec-con[sortable=true] .section .wrap {
    padding: 6px;
    margin: 10px;
    cursor: all-scroll;
    border: 3px dashed #3c2DFF55;
    -webkit-border-radius: 6px;
    border-radius: 6px
}

.viewer .cvContent .body .sec-con .section .wrap,
.viewer .cvContent .body .section .items .item .content {
    -webkit-transition: margin, padding, border, border-radius .5s;
    -moz-transition: margin, padding, border, border-radius .5s;
    -ms-transition: margin, padding, border, border-radius .5s;
    -o-transition: margin, padding, border, border-radius .5s;
    transition: margin, padding, border, border-radius .5s
}

.viewer .cvContent .body .section .items .item p {
    margin: 0;
    padding: 0;
}

.viewer .cvContent .body .sec-con .section .wrap {
    position: relative;
}

.viewer .cvContent .body .section .items .item {
    position: relative;
    cursor: pointer
}

.viewer .cvContent .body .section .items[sortable=true] .item .content {
    padding: 6px;
    margin: 10px 0;
    border: 3px dashed #3c2DFF55;
    -webkit-border-radius: 6px;
    border-radius: 6px
}

.viewer .cvContent .body .section .items[sortable=true] .item {
    cursor: all-scroll
}

.text-danger {
    color: red !important
}

.viewer .cvContent .body .section .items .item:hover {
    background: #00000013
}

.viewer .cvContent.free-editing .body .section .items .item:hover {
    background: unset;
    cursor: auto;
}

.viewer .cvContent.free-editing .head .perInfo {
    cursor: auto;

}

.viewer .cvContent.free-editing .items .item span:focus-visible,
.viewer .cvContent.free-editing .items .item div:focus-visible,
.viewer .cvContent.free-editing .media-body>*:focus-visible,
.viewer .cvContent.free-editing .head .perInfo p span:focus-visible {
    outline: none !important;
}

.viewer .cvContent[contenteditable] .body .section .items .item:hover {
    background: 0 0;
    cursor: auto
}

.viewer .cvContent .options {
    position: absolute;
    background: #000;
    display: none;
    width: 70px;
    font-size: 16px;
    z-index: 99;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-transform: translate(-50%, -100%);
    -moz-transform: translate(-50%, -100%);
    -ms-transform: translate(-50%, -100%);
    -o-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%)
}

.viewer .cvContent .options.active {
    display: flex;
}

.viewer .cvContent .perInfo .options {
    position: fixed !important;
}

.viewer .cvContent .body .section .items[sortable=true] .item .options.active {
    display: none
}

.viewer .cvContent .options::after {
    content: "";
    border: 10px solid;
    border-color: #000 transparent transparent transparent;
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%)
}

.viewer .cvContent .options i {
    padding: 10px;
    color: #fff;
    cursor: pointer
}

.viewer .cvContent .perInfo .options i {
    background: transparent !important;
    font-size: 16px !important;
    padding: 10px !important;
    margin: 0 !important;
    height: auto !important;
    width: auto !important;
    border: none !important;
    color: #fff !important;
}

.viewer .cvContent .options i.delete:hover {
    color: #d00
}

.viewer .cvContent .options i.edit:hover {
    color: #3c4
}

.viewer .cvContent .user_img {
    display: none
}

.viewer .cvContent .head .user_img.active {
    display: block
}

.viewer .cvContent .perInfo {
    position: relative;
    cursor: pointer;
}

.loader {
    display: block;
    width: 40px;
    height: 40px;
    background: 0 0;
    border: 5px solid;
    border-color: #ddd #ddd #ddd transparent;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-animation: .5s rotate linear infinite;
    -moz-animation: .5s rotate linear infinite;
    -o-animation: .5s rotate linear infinite;
    animation: .5s rotate linear infinite
}

.s_btn .loader,
button .loader {
    display: inline-block;
    width: 15px;
    height: 15px;
    border-width: 2px;
    border-color: #fff #fff transparent transparent
}

.disabled {
    opacity: .6;
    cursor: no-drop
}

@keyframes rotate {
    0% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.side_menu .overlay {
    display: none
}

@media (max-width:1200px) {
    .side_menu {
        position: fixed;
        z-index: 9;
        pointer-events: none
    }

    .side_menu .overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #0005;
        z-index: 8;
        display: none;
        pointer-events: all
    }

    .side_menu.active .overlay {
        display: block
    }

    .side_menu .panels .panel.active {
        display: none
    }

    .side_menu.active .panels .panel.active {
        display: block;
        pointer-events: all
    }

    .side_menu .left-tabs {
        pointer-events: all
    }

    .side_menu .left-tabs .menu .menu-item.active {
        color: #000
    }

    .side_menu.active .left-tabs .menu .menu-item.active {
        background: #292929;
        color: #fff
    }

    .side_menu.active .left-tabs .menu .menu-item.active::after {
        border-color: transparent transparent transparent #3c3cff
    }

    .side_menu .left-tabs .menu .menu-item.active::after {
        border-color: transparent
    }

    .side_menu .left-tabs,
    .side_menu .panels {
        z-index: 9
    }

    .viewer>.wrapper {
        /* width: 100%; */
        margin-left: 0;
    }

    .viewer {
        width: 100%;
        margin-left: 70px
    }
}

@media (max-width:992px) {
    .viewer {
        width: 100%;
        margin: 100px 0 50px
    }

    .editor .side_menu {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        top: 0px
    }

    .editor .side_menu .left-tabs {
        padding: 0;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 74px;
        background: #fff;
        display: flex;
        justify-content: center
    }

    .side_menu .left-tabs .menu {
        display: flex;
        padding-bottom: 0px;
    }

    .side_menu .left-tabs .menu .menu-item {
        -webkit-border-radius: 0 !important;
        border-radius: 0 !important
    }

    .side_menu.active .left-tabs .menu .menu-item.active::after {
        border-color: transparent transparent #3c2dff transparent;
        top: auto;
        left: 50%;
        bottom: calc(100% - 1px);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .side_menu .left-tabs .backBtn.mBtn {
        position: absolute;
        width: 50px;
        height: 50px;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-border-radius: 0;
        border-radius: 0
    }

    .editor .panels {
        position: absolute;
        bottom: 74px;
        left: 50%;
        width: 50%;
        height: auto;
        padding-left: 0;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .editor .panels .panel {
        width: 100%;
        max-height: 60vh
    }

    .viewer .cvContent .skill-bar {
        height: 5px !important
    }
}

@media (max-width:900px) {
    .navbar .collapse {
        display: none;
        width: 100%;
    }


    .navbar .navbar-action-btn,
    .navbar .navbar-action-btn .dropdown {
        display: flex;
    }

    .navbar {
        height: auto !important;
    }
}

@media (max-width:768px) {
    .viewer>.wrapper {
        width: 800px;
        transform-origin: top left;
    }

    .header-action-btn .rearrange-slider {
        width: 135px !important;
        margin-bottom: 15px;
    }

    .viewer .cv-action-btn {
        gap: 10px !important;
        position: unset !important;
        flex-direction: unset !important;
        transform: unset !important;
        margin-left: 15px;
        margin-top: 15px;
        margin-bottom: 10px;
    }

    .viewer .cv-action-btn .btn {
        width: 80px;
        padding: 0;
        gap: 0 10px;
    }
}

@media (max-width:612px) {
    .editor {
        padding: 100px 0px 0;
    }

    .viewer {
        margin: 0 0 50px;
    }
}


@media (max-width:550px) {
    .nav-btn {
        font-size: 13px;
        margin-top: 8px;
    }

    .msgWindow .content,
    .tc-popup .content {
        width: 100% !important;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }

    .editor .panels {
        width: 100%
    }

    .side_menu .left-tabs .backBtn.mBtn {
        position: fixed;
        height: auto;
        padding: 3px 0;
        -webkit-box-shadow: 0 5px 25px -5px #33115511;
        box-shadow: 0 5px 25px -5px #33115511;
        -webkit-border-radius: 0 0 4px 4px;
        border-radius: 0 0 4px 4px
    }

    .s_btn {
        font-size: 10px;
    }

    .navbar .collapse .pull-away {
        flex-direction: column;
    }

    .navbar.create-nav-content .navbar-left-content {
        width: 200px;
    }

    .navbar.create-nav-content .navbar-left-content .logo h6.heading {
        font-size: 30px;
    }

    .navbar.create-nav-content .navbar-left-content,
    .navbar .navbar-action-btn i {
        height: 50px;
    }

    .viewer .cv-action-btn .btn i {
        font-size: 22px !important;
    }
}

@media (max-width:400px) {
    .sm-100 {
        width: 100% !important;
        flex-direction: column;
    }

    .header-action-btn .free-hand,
    .header-action-btn .sec-rearrange {
        margin: 10px 5px !important;
    }

    .header-action-btn .alignment-slider {
        margin: 10px 5px !important;
        flex-direction: column;
    }
}

@media (max-width:300px) {
    .side_menu .left-tabs .menu {
        width: 100%
    }

    .side_menu .left-tabs .menu .menu-item {
        width: auto;
        font-size: 15px;
        -webkit-flex: auto;
        -ms-flex: auto;
        flex: auto
    }

    .nav-btn {
        font-size: 10px;
        padding: 4px 12px;

    }

    .side_menu .left-tabs .menu {
        overflow: unset;
    }

    .viewer .cv-action-btn .btn {
        font-size: 9px !important;
        width: 60px;
    }

    .viewer .cv-action-btn .btn i {
        font-size: 18px !important;
    }

    .navbar .navbar-action-btn i {
        width: 50px;
        font-size: 15px;
        border-radius: 0 0 0 20px;
        -webkit-border-radius: 0 0 0 20px;
        -moz-border-radius: 0 0 0 20px;
        -ms-border-radius: 0 0 0 20px;
        -o-border-radius: 0 0 0 20px;
    }

    .navbar.create-nav-content .navbar-left-content {
        width: 100px;
    }

    .navbar.create-nav-content .navbar-left-content .logo h6.heading {
        font-size: 15px;
    }
}

.fixed-footer {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 99;
    display: flex;
}

@media(max-width: 992px) {
    .fixed-footer {
        display: none;
    }
}

.fixed-footer a {
    white-space: nowrap;
    padding: 5px;
    font-size: 12px
}

.fixed-footer a:hover {
    color: #fff;
}

.main-nav img.lang-icon {
    width: 20px;
    height: auto;
    margin-right: 5px;
}

.selectList .option .font-is-primum {
    position: absolute;
    right: 5px;
    color: gold;
}

.viewer .cv-action-btn {
    position: absolute;
    right: 0;
    display: flex;
    flex-direction: column;
    gap: 10px 0;
    transform: translate(20%, 50%);
}

.viewer .cv-action-btn .btn,
.viewer .cv-action-btn a {
    color: #fff;
    display: flex;
    flex-direction: column;
    font-weight: 500;
    justify-content: center;
    align-items: center;
    padding: 10px 4px 4px;
    font-size: 11px;
    background: transparent;
    outline: none;
    border: 1px solid #0fbfde;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.viewer .cv-action-btn .btn i,
.viewer .cv-action-btn a i {
    font-size: 30px;
    color: #0fbfde;
}

.header-action-btn .alignment-slider.hide {
    display: none !important;
}

.header-action-btn .alignment-slider {
    display: flex !important;
}

.custom-color-input {
    width: 55px;
    background: transparent;
    color: #fff;
    padding: 5px;
    margin-left: 10px;
    border-radius: 6px;
    font-size: 14px;
    border: 1px solid #dddddd5c;
}