body {
    font-family: var(--fontfamily);
    overflow-x: hidden;
}
body.page{
    background-color: #EFF3FF;
}
body.editor{
    background-color: #EFF3FF !important;
}
p
{
    font-size: 16px;
    line-height: 30px;
    color: #555;
    margin: 0;
    font-weight: 400;
}
*{
    margin: 0;
    padding: 0;
}
a,.h2,.h3,.h4,.h5{
    color: #000;
}
a{
    text-decoration: none;
}
h1{
  font-size: 65px;
}
h2{
    font-size: 55px;
    line-height: 60px;
}
h3{
    font-size: 26px;
    line-height: 36px;
}
h4{
    font-size: 24px;
    line-height: 34px;
}
h5{
    font-size: 20px;
}
h6{
    font-size: 18px;
    line-height: 30px;
}
img{
    /*object-fit: cover;*/
}
.gap {
    padding: 120px 0;
}
.no-top{
    padding-top: 0;
}
.no-bottom{
    padding-bottom: 0;
}
ul{
    padding: 0;
    margin: 0;
}
li{
    display: block;
}
figure {
    overflow: hidden;
}
/* header */
header {
    position: absolute;
    z-index: 1;
    width: 100%;
}
.nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.nav img {margin: 25px 0}
.nav a {
    font-size: 16px;
    color: white;
    font-weight: 700;
}
.nav a.batton {
    margin-left: 20px;
    margin-right: 0;
}
.nav a h6 {
    margin-right: 50px;
}

/*nav*/
.nav_main {
    display: flex;
    align-items: center;
    justify-content: center;
}
.nav_main img {margin: 25px 0}
.nav_main a {
    font-size: 16px;
    color: white;
    font-weight: 700;
}
.nav_main a.batton {
    margin-left: 20px;
    margin-right: 0;
}
.nav_main a h6 {
    margin-right: 50px;
}
/* platform */
.hero-section {
    padding-top: 214px;
    position: relative;
    padding-bottom: 290px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../img/resumebuild.png);
}
.platform p {
    color: white;
}
.platform {
    text-align: center;
    width: 66%;
    margin: auto;
    color: white;
}
.platform i {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    width: 400px;
    margin: auto;
    height: 400px;
    border-radius: 50%;
    margin-top: 35px;
}
.platform a.batton {
    background-color: #2B99FF;
    padding: 27px 61px;
    border-radius: 50px;
    color: white;
    font-size: 22px;
    font-weight: 500;
    margin-top: -20px;
}
.batton {
    color: white;
    padding: 16px 40px;
    border-radius: 50px;
    font-weight: bold;
    display: inline-flex;
    position: relative;
    overflow: hidden;
    z-index: 0;
    border: 0;
    background-color:#2B99FF ;
}
.batton:before {
    content: "";
    width: 20%;
    height: 100%;
    background-color: rgb(0 0 0 / 25%);
    opacity: 0.5;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    transition: all 0.3s ease-out 0.1s;
    -webkit-transition: all 0.3s ease-out 0.1s;
    -moz-transition: all 0.3s ease-out 0.1s;
    -o-transition: all 0.3s ease-out 0.1s;
}
.batton:hover {
    color: white;
}
.batton:hover:before{
    width: 100%;
    opacity: 0.5;
    visibility: visible;
}
.gol-shape {
    display: block;
    width: 160px;
    height: 160px;
    position: absolute;
    border: 35px solid #FFC700;
    border-radius: 50%;
    bottom: 15%;
    right: 16%;
}
.resume-builder i {
    background-color: #8045FF;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    box-shadow: 0px -1px 30px 0px rgb(128 69 255 / 100%);
    -webkit-box-shadow: 0px -1px 30px 0px rgb(128 69 255 / 100%);
    -moz-box-shadow: 0px -1px 30px 0px rgb(128 69 255 / 100%);
    margin-left: auto;
    position: absolute;
    right: -20px;
    top: -20px;
}
.resume-builder.two i {
    background-color: #FFC700;
    box-shadow: 0px -1px 30px 0px rgb(255 199 0);
    -webkit-box-shadow: 0px -1px 30px 0px rgb(255 199 0);
    -moz-box-shadow: 0px -1px 30px 0px rgb(253 85 176 / 100%);
}
.resume-builder.two {
    background-color: #fffde9;
    margin-top: 70px;
}
.resume-builder.three i{
     background-color: #FD55B0;
    box-shadow: 0px -1px 30px 0px rgb(253 85 176 / 100%);
    -webkit-box-shadow: 0px -1px 30px 0px rgb(253 85 176 / 100%);
    -moz-box-shadow: 0px -1px 30px 0px rgb(253 85 176 / 100%);
}
.resume-builder.three {
    background-color: #ffeef7;
}
.resume-builder {
    position: relative;
    background-color: #faf8ff;
    padding: 50px;
    border-radius: 30px;
    padding-top: 60px;
    width: 90%;
    margin-top: 20px;
}
.resume-builder h6 {
    font-weight: 700;
}
.what-we-provide{
    padding-top: 60px;
}
.resume-builder p {
    font-size: 14px;
    line-height: 30px;
}
/* about */
.how_it_works{background-color: #EFF3FF;}
.about-img h2{
    font-weight: bold;
    padding-bottom: 40px;
}
.heading{
    text-align: center;
    padding-bottom: 25px;
}
.heading h2 {
    font-weight: bold;
    padding-bottom: 10px;
    margin-bottom: 0;
}
.about-img img {
    width: 100%;
    margin-bottom: 50px;
}
.introduction h5 {
    font-weight: bold;
    border-bottom: 1px solid;
    display: inline;
    color: #343434;
}
.introduction p {
    padding-top: 20px;
    width: 87%;
}
.introduction ul li img {
    padding-right: 12px;
}
.introduction ul{
    padding-top: 20px;
}
.introduction ul li {
    font-size: 16px;
    padding-bottom: 14px;
}
.how-works-text i {
    background-color: #5224B5;
    width: 140px;
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.how-works-text{
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 50px;
}
.how-works-text svg {
    width: 65px;
    height: auto;
}
.how-works-text sup {
    position: absolute;
    width: 40px;
    font-size: 16px;
    height: 40px;
    background-color: white;
    top: 0;
    border-radius: 50%;
    font-weight: bold;

    display: flex;
    align-items: center;
    justify-content: center;
}
.how-works-text h5{
    font-weight: bold;
}
.how-works-text p {
    width: 80%;
}
.how-works-text i {
    background-color: #5224B5;
    width: 140px;
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 20px;
}
.how-works-text:before {
    content: "";
    position: absolute;
    width: 5px;
    height: 53px;
    background-color: #5224b5;
    bottom: -36%;
    left: 70px;
}
.how-works-text.end:before{
    width: 0px;
    height: 0px;
}
.video-popup i {
    justify-content: center;
    display: flex;
    align-items: center;
    width: 86px;
    height: 86px;
    background-color: white;
    border-radius: 50%;
    margin-right: 24px;
    border: 3px solid #2A99FF;
    outline: 5px solid white;
}
.video-popup h5 {
    font-weight: bold;
}
.video-popup {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 60px;
}
/* clients-Say */
.clients-Say h6{
    color: #2A99FF;
}
.clients-Say {
    margin-bottom: 40px;
}
.clients-Say h2{
    font-weight: bold;
}
.clients-review ul {
    display: flex;
    color: #FF7C2A;
    margin-bottom: 10px;
}
.clients-review ul li {
    font-size: 26px;
    margin-right: 10px;
}
.clients-review h3{
    font-weight: bold;
    margin-bottom: 0;
}
.clients-review span {
    font-size: 30px;
    font-weight: 700;
    width: 79px;
    height: 79px;
    border-radius: 50%;
    background-color: #FC657E;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    margin-right: 20px;
}
.clients-review {
    border: 6px solid #E0E4FC;
    border-radius: 40px;
    padding: 55px 40px;
}
.clients-review h4 {
    font-size: 22px;
    line-height: 50px;
    margin-bottom: 36px;
}
.clients-review p {
    font-weight: bold;
}
.owl-dots {
    display: none;
}
.custome button i {
    width: 82px;
    height: 82px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #F8F8F8;
    border-radius: 50%;
    font-size: 22px;
    transition: .3s ease-in-out;
}
.custome button:hover i {
    background-color: #2B99FF;
}
.custome.owl-theme .owl-nav [class*=owl-]:hover {
    background: #ffffff00;
    color: #ffffff;
    text-decoration: none;
}
.clients {
    position: relative;
}
.custome .owl-nav {
    position: absolute;
    top: -34%;
    right: 0;
}
ul.social-media-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 66px;
    width: 60%;
    margin: auto;
    margin-top: 60px;
}
ul.social-media-footer li i {
    border-radius: 29px;
    margin-bottom: 10px;
    margin-left: 15px;
    color: white;
    margin-right: 15px;
    height: 50px;
    width: 50px;
    align-items: center;
    justify-content: center;
    display: inline-flex;
    background-color: #50359C;
}
ul.social-media-footer li i.twitter {
    background-color: #4fa6ff;
}
ul.social-media-footer li i.instagram {
    background-color: #DE35B9;
}
ul.social-media-footer li i.facebook {
    background-color: #7961DA;
}
footer {
    text-align: center;
    background-image: url(../img/footer.png)
}
footer li {
    display: flex;
    flex-wrap: wrap;
    width: 18%;
}
footer li a{
    font-weight: bold;
    color: black;
}
footer p {
    width: 56%;
    margin: auto;
}
.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 90px;
    border-top: 1px solid #B0B0B0;
}
.footer-bottom p {
    margin: 0;
    padding: 35px 0;
    font-weight: 500;
    color: black;
    text-align: initial;
}
footer li a:hover{
    color: black;
}
.footer-bottom a {
    color: black;
    font-weight: 500;
}
.line {
    display: block;
    width: 1px;
    height: 18px;
    background-color: black;
    margin: 30px 30px;
}
/* tab */
div#v-pills-tab {
    display: block;
    background-color: white;
    padding: 20px 0;
    border-radius: 25px;
    width: 90%;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color: #2A99FF;
    margin: 0;
    width: 100%;
    text-align: inherit;
    height: 60px;
    border-radius: 44px;
    padding-left: 30px;
    position: relative;
    font-weight: 700;
    text-transform: capitalize;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.nav-pills .nav-link.active:after {
    position: absolute;
    content: "";
    background-color: #2A99FF;
    height: 61px;
    width: 30px;
    right: -7%;
    border-radius: 92px;
    top: -1px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.nav-pills .nav-link, .nav-pills .show>.nav-link {
    background-color: #fff;
    margin: 0;
    width: 100%;
    text-align: inherit;
    height: 60px;
    border-radius: 44px;
    padding-left: 30px;
    position: relative;
    color: black;
    font-weight: 700;
    text-transform: capitalize;
}
.nav-pills .nav-link:after {
    position: absolute;
    content: "";
    background-color: transparent;
    height: 60px;
    width: 50px;
    right: -5%;
    border-radius: 71px;
    top: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.dashboard h3 {
    text-transform: uppercase;
    font-weight: bold;
}
.download-word {
    background-color: #5224B5;
    color: white;
    border-radius: 30px;
    text-align: center;
    padding: 25px;
    padding-top: 50px;
}
.download-word span {
    font-size: 14px;
    color: #d9d3e7;
    font-weight: bold;
}
.download-word p {
    color: #D9D3E7;
    text-transform: uppercase;
    font-weight: bold;
    padding-top: 8px;
}
.download-word h2 {
    font-size: 45px;
    font-weight: bold;
    margin-bottom: 0;
}
.dashboard-downloads {
    justify-content: space-between;
    margin-top: 40px;
    border-top: 1px solid #8258DE;
    padding-top: 20px;
}
.dashboard-downloads span {
    font-size: 12px;
    color: white;
    font-weight: bold;
}
.download-word.pdf {
    background-color: #3EBCE7;
}
.download-word.pdf p,.download-word.pdf span{
    color: white;
}
.download-word.pdf .dashboard-downloads {
    border-top: 1px solid #ffffff;
}
.textbox {
  height: 700px;
}
.progress {
    width: 70%;
    margin-bottom: 0;
    height: 22px;
    text-align: end;
}
.progress .progress-bar {
  width: 0;
}
.popular-resume h4 {
    margin-right: 15px;
    font-size: 16px;
    color: black;
    font-weight: bold;
    margin-bottom: 0;
}
.progress .progress-bar {
    background-color: #2A99FF;
    text-align: end;
    padding-right: 10px;
}
.progress {
    background-color: #ffffff;
    border-radius: 50px;
}
.popular-resume {
    background-color: white;
    padding: 50px 40px;
    border-radius: 30px;
    margin-top: 40px;
}
.popular-resume a {
    background-color: #DAE3FF;
    padding: 8px 20px;
    border-radius: 51px;
    color: black;
}
.popular-resume h3 {
    font-size: 26px;
    font-weight: bold;
    text-transform: capitalize;
}
.wrapper{
  width:100%;
  height:100%;
  display:flex;
  align-items:center;
  justify-content:center;
}

  .file-upload{
    height:106px;
    width:106px;
    border-radius: 100px;
    position:relative;
    display:flex;
    justify-content:center;
    align-items: center;  
    border:4px solid #C9D6FF;
    overflow:hidden;
    background-size: 100% 200%;
    transition: all 1s;
    color: #FFFFFF;
    font-size:100px;
}
input[type='file']{
      height:106px;
      width:106px;
      position:absolute;
      top:0;
      left:0;
      opacity:0;
      cursor:pointer;
}
form p {
    font-size: 18px;
    color: black;
    font-weight: bold;
    margin-top: 30px;
}
.file-upload i {
    font-size: 45px;
    color: #C9D6FF;
}
.add-design-resume {
    text-align: center;
    padding: 160px 0;
    background-color: white;
    border-radius: 30px;
    box-shadow: 0px 0px 27px 11px rgba(0,0,0,0.05);
    -webkit-box-shadow: 0px 0px 27px 11px rgba(0,0,0,0.05);
    -moz-box-shadow: 0px 0px 27px 11px rgba(0,0,0,0.05);
}
form{
    padding-top: 20px;
}
form label {
    font-weight: 700;
    margin-bottom: 6px;
    text-transform: capitalize;
}
textarea {
    display: block;
    resize: vertical;
    width: 100%;
    border: 0;
    outline: none;
    height: 258px;
    border-radius: 30px;
    border: 5px solid #70D6F9;
    box-shadow: 0px 0px 27px 11px rgba(0,0,0,0.05);
    -webkit-box-shadow: 0px 0px 27px 11px rgba(0,0,0,0.05);
    -moz-box-shadow: 0px 0px 27px 11px rgba(0,0,0,0.05);
    padding: 30px;
}
form span {
    display: block;
    padding-top: 12px;
    font-size: 14px;
}

.textarea-editor {
    border: 5px solid #2b99ff;
    background-color: white;
}
.tox.tox-tinymce {
    min-height: 300px !important;
}
.chart-container {
    width: 100%;
    height: 460px;
    margin: 0 auto;
}
.chartjs-render-monitor {
    animation: chartjs-render-animation 0.001s;
    background-color: white;
    padding: 40px;
    border-radius: 40px;
}


/* select */
.select {
	border-radius: 10px;
    border: 3px solid #5224b5;
    background-color: white;
    overflow: hidden;
}
.select h4 {
    text-transform: capitalize;
    font-size: 16px;
    font-weight: bold;
    color: white;
    background-color: #5224b5;
    line-height: 16px;
    padding: 30px;
    border-radius: 0px;
    margin-bottom: 0;
}
.select img {
    border-radius: 5px;
    margin-bottom: 10px;
    max-width: 90%;

}
a.select-button {
    font-weight: 500;
    font-size: 13px;
    background-color: white;
    border: 3px solid #2a99ff;
    padding: 10px 30px;
    border-radius: 50px;
    display: table;
    color: black;
    margin: auto;
    box-shadow: 0px 0px 32px 1px rgba(42,153,255,0.39);
    -webkit-box-shadow: 0px 0px 32px 1px rgba(42,153,255,0.39);
    -moz-box-shadow: 0px 0px 32px 1px rgba(42,153,255,0.39);
    position: relative;
    z-index: 2;
}
ul.select-img {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    padding: 30px;
    padding-bottom: 0;
    overflow: auto;
}

ul.select-img li {
    width: 50%;
    text-align: center;
    margin-bottom: 25px;
}

/* form.design */
form.design {
    padding: 30px;
}
form.design input {
    width: 100%;
    height: 45px;
    border-radius: 51px;
    padding-left: 20px;
    font-size: 12px;
    color: #4A4A4A;
    border: 1px solid #C1C1C1;
    margin-bottom: 10px;
    outline: none;
}
form.design input::placeholder {
    color: #4a4a4a;
}
form.design .nice-select.Advice {
    width: 100%;
    color: #4A4A4A;
    margin-bottom: 10px;
    border-radius: 65px;
    height: 45px;
    border: 1px solid #c1c1c1;
}
form.design input[type="color"] {
    padding: 0;
}
#color {
    border-radius: 47px;
    padding: 20px;
}
input[type="color"] {
    background-color: #fff;
    cursor: pointer;
    padding: 13px !important;
}
code {
    font-size: 16px;
    background-color: #FF5656;
    color: #fff;
    padding: 5px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 45px;
    border-radius: 41px;
}
.nice-select .list,
.nice-select.open .list {
    width: 100%;
    max-height: 200px;
    overflow: auto;
}
.page-margin{
    position: relative;
}
.page-margin svg, .page-margin img {
    position: absolute;
    right: 20px;
    top: 10px;
}

.page-margin i, .page-margin i {
    position: absolute;
    right: 50px;
    top: 10px;
    font-size: 15px;
    font-family: sans-serif;
    font-style: normal;
    color: #ccc;
    font-weight: 300;
}

a.editor.select-button {
    font-size: 16px;
    padding: 14px 36px;
    margin: 0;
    margin-right: 10px;
}
a.reset-resume {
    background-color: #858585;
    color: white;
    font-size: 16px;
    font-weight: bold;
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    border-radius: 41px;
}
.resume-batton{
    margin-top: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.side-elements {
    padding: 0 20px;
}
button.letter, button.a4 {
    width: 100%;
    height: 45px;
    border-radius: 50px;
    background-color: transparent;
    border: 1px solid #C1C1C1;
    outline: none;
    font-size: 12px;
}

button.a4.active, button.letter.active {
    width: 100%;
    height: 45px;
    border-radius: 50px;
    background-color: #2A99FF;
    border: 0;
    font-size: 12px;
    color: white;
    outline: none;
}
.select a img {
    border-radius: 0;
    width: auto !important;
}
.download-format {
    padding: 30px;
}
.download-format a {
    display: table-caption;
    color: black;
    font-weight: 700;
    text-transform: uppercase;
}
.download-format {
    justify-content: space-between;
    padding: 30px;
    display: flex;
    text-align: center;
    width: 100%;
    flex-wrap: wrap;
    text-align: center;
}
.download-format li {
    width: 30%;
    background-color: #e6effa;
    text-align: center;
    border-radius: 10px;
}
.download-format a {
    color: black;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    padding: 10px;
    font-size: 13px;
}
.download-format li.pdf {
    background-color: #fce9ea;
}
.download-format li.printer {
    background-color: #fff5e9;
}
header.two {
    background-color: white;
    position: relative;
}
header.two h6{
    color: black;
}
footer.two {
    background-color: white;
    padding-top: 100px;
}
form.design span {
    padding-top: 2px;
}
/* terms-of-service */
.terms-of-service {
    background-color: white;
    padding: 70px;
    border-radius: 35px;
}
.terms-of-service h2 {
    font-size: 40px;
    font-weight: bold;
}
.terms-of-service > span {
    color: #2A99FF;
    border: 1px solid;
    padding: 5px 15px;
    border-radius: 9px;
    margin-top: 10px;
    display: inline-block;
    margin-bottom: 20px;
}
.terms-of-service p {
    font-size: 18px;
}
.note p {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 32px;
}
.note span {
    color: #2a99ff;
}
.note {
    padding: 40px;
    border: 3px solid #2a99ff;
    border-radius: 30px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.activities li {
    margin-left: 30px;
    position: relative;
}
.activities li:before {
    position: absolute;
    content: "";
    width: 17px;
    height: 17px;
    background-color: #2a99ff;
    border-radius: 50%;
    left: -30px;
    top: 7px;
}
.terms-of-service h6{
        margin-bottom: 0;
}
.privacy-policy > p span {
    color: #2a99ff;
    border-bottom: 1px solid;
}
.privacy-policy h3{
    font-size: 30px;
    font-weight: bold;
}
.privacy-policy h6 {
    color: #2a99ff;
    font-weight: bold;
    line-height: 32px;
}
span.how-do-use {
    border: 0;
    padding: 0;
    margin: 0;
    font-weight: bold;
    font-size: 18px;
    border-bottom: 0 !important;
}
.select-img {
    max-height: 558px;
    margin-bottom: 25px;
}




::-webkit-scrollbar {width: 5px;background: rgba(0,0,0,0)}
::-webkit-scrollbar-track-piece {border-radius: 5px;background: rgba(0,0,0,0)}
::-webkit-scrollbar-thumb {height: 30px;border-radius: 5px;background: rgba(0,0,0,0)}
@media only screen and (min-width: 992px) {
    ::-webkit-scrollbar {background:rgba(0,0,0,0)}
    ::-webkit-scrollbar-thumb {background: #ccc}
}


.select-img::-webkit-scrollbar, .tahb-admin-modal-body::-webkit-scrollbar {width: 6px;height: 6px;}
.select-img::-webkit-scrollbar-track, .tahb-admin-modal-body::-webkit-scrollbar-track {background-color: #ebebeb;-webkit-border-radius: 10px;border-radius: 10px;}
.select-img::-webkit-scrollbar-thumb, .tahb-admin-modal-body::-webkit-scrollbar-thumb {-webkit-border-radius: 10px;border-radius: 10px;background: #696969; }


ul.edit-elements li {
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 3px solid #C9D6FF;
    border-radius: 50%;
    background-color: white;
    margin-top: 4px;
    color: #262626;
}
ul.edit-elements2 {display: flex;flex-direction: row;flex-wrap: nowrap;align-content: center;align-items: center;justify-content: flex-end;}
ul.edit-elements2 li {display: flex;flex-direction: row;flex-wrap: nowrap;align-content: center;align-items: center;margin-left: 1px;}
ul.edit-elements li i {font-size: 11px !important;width: 22px;height: 22px;background: transparent;display: initial;border-radius: 0;margin: initial;justify-content: initial;align-items: initial;text-align: center;line-height: 22px;}

.ui-handle {
    cursor: move;
}
ul.edit-elements li.delete {
    background-color: #ED0000;
    border: 0;
    color: #fff;
}
ul.edit-elements li.delete a {color: #fff;}


/*#resume-builder {margin: 0 auto; max-width: 850px; max-width: 794.494px; min-height: 1123.64px; overflow: hidden; background: #fff; position: relative;}*/

/*#resume-builder:after {content: ''; position: absolute; top: 1123.64px; width: 100%; height: 15px;background: #eff3ff; left: 0; right:0}*/

/*.width_size_a4 {
    max-width: 793.9px;
}
.width_size_letter {
    max-width: 816px;
}*/

.width_size_a4 {
    width: 210mm;
    /* height: 297mm; */
} 
.width_size_letter {
    width: 216mm;
    /* height: 279mm; */
}


.more-designs-wrapper {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgb(0 0 0 / 13%);
    /* box-shadow: rgba(0,0,0,.2) 0 0 15px; */
    z-index: 99999999;
}

.more-designs {
    position: fixed;
    top: 5vh;
    min-height: 90vh;
    max-height: 400px;
    right: 40px;
    left: 20px;
    z-index: 2;
    background: #fff;
    padding: 0;
    border-radius: 3px
}

.more-designs-narrow .more-designs {
    left: 0;
    right: 0;
    width: 96%;
    margin: 0 auto;
    max-width: 1000px;
}

.more-designs-header {
    position: relative;
    height: 49px;
    border-bottom: 1px solid #ddd
}

.more-designs h3 {
    margin-bottom: 20px;
    padding: 6px 20px;
    font-size: 13px;
}

.more-designs-content {
    position: absolute;
    top: 49px;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff;
    display: flex;
    box-shadow: inset 0 4px 4px -4px rgb(0 0 0 / 10%)
}

.more-designs .close-designs {
    position: absolute;
    top: 0;
    right: 0;
    height: 49px;
    display: flex;
    align-items: center
}

.more-designs .close-designs a {
    font-size: 24px;
    color: #939393;
    width: 48px;
    text-align: center;
    border-left: 1px solid #ddd;
    height: 49px;
    line-height: 49px
}

.more-designs .close-designs a:hover {
    background: #ddd;
    color: #222
}
.builder-preview-page-content {
    max-width: 1024px;
    width: 100%;
    margin: 0 auto;
}
.builder-preview-page-content iframe {
    width: 1000px;
    height: 100%;
}

.item-element {position: relative;}
.item-element .edit-elements {position: absolute;right: 0;top: 5px;opacity: 1;z-index: 99;}
.item-element:hover .edit-elements {opacity: 1;}


.name i {overflow: hidden;}
.name i img {
    width: 100%;
    margin:10px;
}
.divide {display: block;height: 20px;}
.divide.style1 {border-bottom: 1px solid #ececec;}
.divide.style2 {border-bottom: 2px solid #ececec;}
.divide.style3 {border-bottom: 4px solid #ececec;}
.divide.style4 {border-bottom: 6px solid #ececec;}

.divide.style5 {border-bottom: 1px dotted #ececec;}
.divide.style6 {border-bottom: 2px dotted #ececec;}
.divide.style7 {border-bottom: 4px dotted #ececec;}
.divide.style8 {border-bottom: 6px dotted #ececec;}

.divide.style9 {border-bottom: 1px dashed #ececec;}
.divide.style10 {border-bottom: 2px dashed #ececec;}
.divide.style11 {border-bottom: 4px dashed #ececec;}
.divide.style12 {border-bottom: 6px dashed #ececec;}


.cover-image-wrapper {
    width: 98%;
    padding-bottom: 130%;
    z-index: 2;
    position: relative;
    overflow: hidden;
    background-color: #fff;
    margin-bottom: 10px;
    border-radius: 5px;
}

.cover-image {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-size: cover;
    background-position: center center;
    transition: .5s;
}
.qrcode-url {font-size: 13px;font-family: Nunito;}
button.btn-qrcode {
    height: 45px;
    border-radius: 50px;
    background-color: #2A99FF;
    color: white;
    border: 0;
    outline: none;
    font-size: 12px;
    padding: 0 25px
}
.qrcode-url1 {font-size: 13px;font-family: Nunito;}
button.btn-qrcode {
    height: 45px;
    border-radius: 50px;
    background-color: #2A99FF;
    color: white;
    border: 0;
    outline: none;
    font-size: 12px;
    padding: 0 25px
}

.overflow-inherit {
    overflow: inherit;
}

.qrcode-wrapper img {border-radius: 2px !important;}

.social-icon {display: inline-block; width: 50px; height: 50px; position: relative; overflow: hidden; vertical-align: middle;cursor: pointer;}
.social-container {position: absolute; top: 0px; left: 0px; width: 100%; height: 100%;}
.social-container svg {border-radius: 50%; position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; fill-rule: evenodd;}

.certificate,
.course {flex-wrap: wrap;}
.certificate .d-flex {width: calc(50% - 1.5rem);margin-bottom: 15px;}
.course .courses{margin-bottom: 15px;width: 45%;}
.achievement span {font-size: 90%;}

.tinymac-html ol {list-style-type: decimal;}
.tinymac-html ul, 
.tinymac-html ol {display: block;margin-block-start: 1em;margin-block-end: 1em;margin-inline-start: 0px;margin-inline-end: 0px;padding-inline-start: 40px;}
.tinymac-html ol li,
.tinymac-html ul li {display: list-item;text-align: -webkit-match-parent;}