@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

:root {
    --clr: #dadada;
    --clr2: #a5a5a5;
    --del: #ff4141;
    --orng: #ec644b;
    --hvrorng: #f24f33;

    --maincolor: #fffdd0;
    --greytrans: #dedede5d;
    --fontstyle: 'Roboto', sans-serif;
}

body {
    font-family: 'Arial', sans-serif;
    font-size: 16px;
    margin: 0;
    padding: 0;
    background-color: #ffff;
}


div {
    margin: 0rem;
    padding: 0rem;
}

h4 {
    margin: 0rem;
    padding: 0rem;
    color: #ec644b;
}


.input-group, .input-lang, .input-custom {
    margin-top: 10px;
    display: flex;
    align-items: center;
}

.input-group input, .input-lang input, .input-custom input {
    width: 18rem;
}


input {
    padding: .3rem;
    border: 1px solid var(--clr2);
    border-radius: 5px;
}

.delete-icon {
    
    background: linear-gradient(to right, var(--orng), var(--del));
    
    -webkit-background-clip: text;
    -moz-background-clip: text;
    
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    

    cursor: pointer;
    font-weight: bold;
    font-size: 1.5rem;
    margin-left: .5rem;
    margin-bottom: .3rem;
}

.delete-icon:hover {
    cursor: pointer;
    font-weight: bold;
    font-size: 1.5rem;
}


.add {
    font-size: medium;
    border: none;
}

.add:hover {
    background-color: var(--clr);
}

button {
    margin: 8px 8px;
    margin-top: 16px;
    cursor: pointer;
    border: none;
    background: linear-gradient(to right, var(--orng), var(--del));
    color: #ffffff;
    border-radius: 5px;
    padding: 5px 10px;
}

button:hover {
    background-color: var(--clr);
}

.education-section {
    display: inline-block;
    margin-bottom: 1rem;
    border: 1px solid var(--clr2);
    border-radius: 5px;
}

.education-section input {
    margin: .5rem;
    border-radius: 5px;
}


.experience-section {
    display: inline-block;
    margin-bottom: 1rem;
    border: 1px solid var(--clr2);
    border-radius: 5px;
}

.experience-section input {
    margin: .5rem;
    border-radius: 5px;
}

.sec1-section {
    display: inline-block;
    margin-bottom: 1rem;
    border: 1px solid var(--clr2);
    border-radius: 5px;
}

.sec1-section input {
    margin: .5rem;
    border-radius: 5px;
}

.sec2-section {
    display: inline-block;
    margin-bottom: 1rem;
    border: 1px solid var(--clr2);
    border-radius: 5px;
}

.sec2-section input {
    margin: .5rem;
    border-radius: 5px;
}


.about {
    position: relative;
    bottom: -9px;
    margin: 0rem .5rem;
    border: 1px solid var(--clr2);
    border-radius: 5px;
    padding: .3rem;
    font-family: 'Arial', sans-serif;
    width: 17rem;
    height: 5rem;
}

.about-details {
    border: .1px solid var(--clr2);
    border-radius: 5px;
    padding: .3rem;
    font-family: 'Arial', sans-serif;
    width: 17rem;
    height: 5rem;
    text-wrap: wrap;
}









.left {
    border-radius: 5px;

    width: 55%;

    margin: 1rem;
}

.onefield {
    display: inline-block;
}

.contain {
    margin: 1rem 0rem;
}

.border {
    border: .1rem dashed var(--clr2);
    border-radius: 5px;
    padding: .5rem;
}

.note {
    display: inline;
    color: #ec644b;
}

.notep {
    display: inline;
}









.pannel-box {
    display: block;
    position: fixed;
    top: 5.2rem;
    right: 1rem;
    transition-duration: 0.2s;
}

.pannel-b {
    border: 2px dashed var(--orng);
    border-radius: 5px;
    text-align: center;
    width: 290px;
}

.pannel-b h4 {
    color: black;
    margin: 0;
    padding: 6px 6px;
}

.pannel-b a {
    cursor: pointer;
}

.pannel-b a button {
    border-radius: 5px;
    padding: 6px 12px;
    border: none;
    font-weight: bold;
    color: #ffffff;
    background: linear-gradient(to right, var(--orng), var(--del));
}

.pannel-b a button:hover {
    background-color: var(--hvrorng);
}


.clrsection {
    margin: .5rem 0rem;
}

#clrmain {
    float: right;
    padding: .2rem .2rem;

    border: .1rem dashed var(--clr2);
    cursor: pointer;
}

#clrmain:hover {
    background-color: rgb(229, 229, 229);
}

.pannel-buttons {
    border: 1px solid #ffffff00;
    margin: 0px;
    padding: 0;
    padding-top: 1px;
}

.refresh {
    float: left;
    border: none;
    background-color: #ec644b;
    background: linear-gradient(to right, var(--orng), var(--del));
    border-radius: 6px;

    margin-left: 0rem;
    padding: 8px 8px;

    font-size: 14px;
    cursor: pointer;
}

.refresh:hover {
    border-radius: 6px;
}

.download {
    float: right;
    border: 2px dashed #4686ae;
    border-radius: 6px;
    background: none;
    color: #000000;
    margin-right: 0rem;
    padding: 6px 6px;

    font-size: 14px;
    cursor: pointer;
}

.download:hover {
    background-color: #4686ae;
    border-radius: 6px;
}









@media (max-width: 760px) {
    .pannel-box {
        margin-top: .8rem;
        display: block;
        position: static;
        justify-content: space-between;
    }

    .container {
        margin: .5rem auto;

        align-items: center;
        display: flex;
        flex-direction: column-reverse;
    }

    .left {
        width: 96%;
    }
}

.deldiv {

    display: flex;
    flex-direction: column;

    margin: 0;
    padding: 0;

    box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.1);
    border-radius: 5px;

    background-color: #f9f9f9;
    border: 2px dashed var(--clr2);

    padding: 5px;
}

.deldiv #cancel {
    margin: 5px 5px ;
    padding: 4px 6px;

    background: none;

    border: 1px solid var(--orng);
    color: var(--orng);
    background-color: #ffffff00;
}
.deldiv #cancel:hover {
    background-color: var(--clr);
    transition-duration: 0.2s;
}

.deldiv #confirm {
    margin: 5px 5px ;
    padding: 4px 6px;
    
}




.iframe-container {
    width: 290px;
    height: 411.5px;

    border: 1px solid #ccc;
    overflow: hidden;
    position: relative;
}

.scaled-iframe {
    transform: scale(0.33);

    transform-origin: 0 0;
    width: 880px;
    height: 1247px;

    border: none;
}