body {
    background-color: #f9f9fa;
}

.padding {
    padding: 3rem !important;
}

.user-card-full {
    overflow: hidden;
}

.card {
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 20px 0 rgba(69,90,100,0.08);
    box-shadow: 0 1px 20px 0 rgba(69,90,100,0.08);
    border: none;
    margin-bottom: 30px;
}

.m-r-0 {
    margin-right: 0px;
}

.m-l-0 {
    margin-left: 0px;
}

.user-card-full .user-profile {
    border-radius: 5px 0 0 5px;
}

.bg-c-lite-green {
        background: -webkit-gradient(linear, left top, right top, from(#f29263), to(#ee5a6f));
    background: linear-gradient(to right, #5a9aee, #63f2c0);
}

.user-profile {
    padding: 20px 0;
}

.card-block {
    padding: 1.25rem;
}

.m-b-25 {
    margin-bottom: 25px;
}

.img-radius {
    border-radius: 5px;
    width: 200px;
}


 
h6 {
    font-size: 14px;
}

.card .card-block p {
    line-height: 25px;
}

@media only screen and (min-width: 1400px){
p {
    font-size: 18px;
}
.col-xl-12{
    padding-left: 137px;
}
}

.card-block {
    padding: 1.25rem;
}

.b-b-default {
    border-bottom: 1px solid #e0e0e0;
}

.m-b-20 {
    margin-bottom: 20px;
}

.p-b-5 {
    padding-bottom: 5px !important;
}

.card .card-block p {
    line-height: 25px;
}

.m-b-10 {
    margin-bottom: 10px;
}

.text-muted {
    color: #919aa3 !important;
}

.b-b-default {
    border-bottom: 1px solid #e0e0e0;
}

.f-w-600 {
    font-weight: 600;
}

.m-b-20 {
    margin-bottom: 20px;
}

.m-t-40 {
    margin-top: 20px;
}

.p-b-5 {
    padding-bottom: 5px !important;
}

.m-b-10 {
    margin-bottom: 10px;
}

.m-t-40 {
    margin-top: 20px;
}

.user-card-full .social-link li {
    display: inline-block;
}

.user-card-full .social-link li a {
    font-size: 20px;
    margin: 0 10px 0 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.p-icons{
    padding-right: 5px;
}
.in-icons{
    color: #000;
}



main {
    @media screen and (min-width: 768px) {
        display: flex;
    }
}
#settings {
    height: calc(100vh - 40px);
    overflow: auto;
    background: linear-gradient(to bottom, #e8e8e8 0, #f5f5f5 100%);
    position: relative;

    strong {
        text-transform: uppercase;
        text-align: center;
        display: block;
    }
    
    nav {
        position: fixed;
        top: 0;
        width: 100%;
        @media screen and (min-width: 768px) {
            top: 30px;
            width: 30%;
        }
        text-align: center;
        background: #343a40;
        font-size: 0;
        a {
            color: #fff;
            width: calc(100% / 5);
            @media screen and (min-width: 768px) {
                width: calc(100% / 4);
            }
            display: inline-block;
            font-size: 20px;
            text-decoration: none;
            &:active{
            background: rgba(0, 0, 0, 0.9);
            }
            @media screen and (min-width: 768px) {
                &[href="#preview"] {
                    display: none;
                }
            }
        }
    }
    fieldset {
        padding: 30px 10px;
        label {
            margin: 10px 0 0 0;
            font-weight: bold;
            text-transform: capitalize;
            background: #fff;
            padding: 1px 10px;
            border: 1px solid #ccc;
            border-bottom: 0;
            margin-bottom: -1px;
        }
        input,
        textarea,
        select,
        button {
            border: 1px solid #ccc;
            padding: 6px 12px;
        }
        input,
        textarea {
            display: block;
            width: 100%;
        }
        textarea {
            height: 100px;
        }
        select,
        button {
            display: inline-block;
            cursor: pointer;
        }
        button {
            background: #fff;
            border-bottom: none;
            margin-bottom: -1px;
        }
    }
    @media screen and (min-width: 768px) {
        width: 30%;
    }
}
#preview {
    height: calc(100vh - 40px);
    overflow: auto;
    @media screen and (min-width: 768px) {
        width: 70%;
    }
}
#pdf-output {
    margin: 1.5cm 1cm 0cm 1cm;
    font-size: 12;
    #from,
    #foot {
        text-align: right;
        padding-bottom: 30px;
    }

    .active {
        background: yellow;
    }
}
.navbar {
    button {
        cursor: pointer;
    }
    #export {
        cursor: pointer;
        color: #fff;
        width: 100%;
        &:hover {
            background: rgba(0, 0, 0, 0.9) !important;
        }
    }

}
.name{
    font-size: 30px;
  color: #09afe7;
  margin-left: 30px;
}
.address{
    padding-bottom: 10px;
}
.date{
    padding-bottom: 10px;
}
.company{
    padding-bottom: 10px;
    color: #767676;
}
.intro{
    padding-top: 20px;
}
.position{
    padding-bottom: 15px;
}