.a4 {

    background: url(../constr/resume-top-right-elements.svg);
    background-repeat: no-repeat;
    background-color: #fff;
    background-position-x: right;
    background-position-y: top;
    background-size: 555px;
    position: relative;
}

#A4 .padding {
    background: url(../2022/logo_manpower-new-fr.png);
    background-repeat: no-repeat;
    background-size: 170px;
    background-position-y: 99%;
    background-position-x: 97%;
}

.a4 .padding+.cut {
    display: none;
}

.a4 .padding.active+.cut {
    display: block;
}

@font-face {
    font-family: 'Verdana';
    src: url('../constr/fonts/VerdanaNormal.ttf') format('truetype');
}

@font-face {
    font-family: 'Monserat';
    src: url('../constr/fonts/Montserrat-Light.ttf') format('truetype');
}

.a4 {
    font-family: 'Monserat', Arial, sans-serif;
    color: #333;
    font-weight: 400;
}

.a4 [placeholder]:empty::before {
    content: attr(placeholder);

}

.a4 [placeholder]:empty:focus::before {
    content: "";
}

.a4 [contenteditable] {
    outline: none;
    border: 1px solid transparent;
    transition: 0.5s;
    padding: 5px;
    padding-left: 0;
}

.a4 .header-wrap-a4 .title-name {
    font-size: 2.7rem;
    font-family: Verdana;
    color: #494b54;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 3rem;

}

.a4 .padding {
    padding: 20px;
}

.a4 .header-wrap-a4 .left {
    width: 57%;
}

.a4 .header-wrap-a4 .right {
    width: 43%;
    position: relative;
}

.a4 .section {
    padding: 10px;
}

.a4 .color-title {
    font-size: 1.4rem;

    font-weight: bold;
    font-family: Verdana;
    color: rgba(8, 65, 147, 1);
    padding: 5px;
    padding-left: 0;
}

.a4 .bg-title {
    font-size: 1.2rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: Verdana;
    background: rgb(56, 147, 205);
    color: #fff;
    padding: 5px;
    background: radial-gradient(circle, rgba(56, 147, 205, 1) 32%, #215fb7 75%);
}

.section-2 .section {
    width: 50%;
}

.section .custom-select-wrap {
    cursor: pointer;
}

.section:hover .custom-select-wrap {
    color: #084193;
}

.a4 .custom-select-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5px;
}

.a4 .custom-select-wrap .label {
    white-space: nowrap;
}

.a4 .input-icon .icon {
    height: 36px;
    width: 36px;
}

.a4 .input-icon .field {
    width: calc(100% - 36px);
    white-space: nowrap;
}

.a4 .input-icon .icon img {
    width: 90%;
    height: 90%;
    object-fit: contain;
}

.a4 .input-icon .icon.pt-icon {
    padding: 5px;
}

.text-center {
    text-align: center;
}

.a4 .textarea {
    min-height: 50px;
}

.a4 .image-wrap-resume {
    top: 73px;
    left: 95px;

}

.a4 .image-wrap-resume {
    width: 212px;
    height: 212px;
    background: #fff;
    border-radius: 1000px;
    cursor: pointer;
    overflow: hidden;
    position: absolute;
    background-image: url(../constr/user-2.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50%;

}

.a4 .image-wrap-resume label {
    position: absolute;
    font-size: 5rem;
    text-align: center;
    line-height: 210px;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    transition: 0.5s;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    cursor: pointer;
    margin: 0;
    opacity: 0;
}

.a4 .pt-68 {
    padding-top: 68px;
}

.a4 .image-wrap-resume:hover label {
    opacity: 1;
}

.a4 .bold-input {
    font-weight: bold;
}

.a4 .image-wrap-resume .image-resume {
    width: 100%;
    height: 100%;

}

.a4 .label-calendar {
    font-weight: bold;
    padding: 5px;
    cursor: pointer;
}

.a4 .label-calendar .init-calendar div {
    font-size: 12px;
}

.a4 .label-calendar:hover {
    color: #084193;
}

.a4 .image-wrap-resume .image-resume .image-warp {
    width: 100%;
    height: 100%;
}

.a4 .image-wrap-resume .image-resume .image-warp img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.a4 .sortables-wrap .left {
    width: 57%;
}

.a4 .sortables-wrap .right {
    width: 43%;
}

.a4 .section {
    position: relative;
}

.a4 .section .options {
    position: absolute;
}



.a4 .list-block ul li {

    min-height: 36px;
}

.a4 .list-block ul {
    list-style: disc;
}

.buttons-wrap {
    gap: 20px;
}

.btn-blue {
    background: #56BDED;
    border: 1px solid #56BDED;
    transition: 0.5s;
    text-transform: uppercase;
    color: #fff;
    width: 150px;
}

.btn-blue:hover {
    background: #494b54;
    border: 1px solid #494b54;
    color: #fff;
}

.btn-black {
    transition: 0.5s;
}

.btn-black:hover {
    background: #6590bf;
    border: 1px solid #6590bf;

}

#A4 .padding {
    min-height: 1100px;
}