

.main-content {
    /*border: 1px solid #616161;*/
    padding: 14px;
    background-color: white;
    border-radius: 8px;
    box-shadow: 1px 2px 5px #888888;
    padding: 0px !important;
}

body {
    padding: 20px;
    background-image: linear-gradient(to bottom right, rgb(228 228 228), rgb(150 150 150));
    /* background-color: #cdcdcd; */
}







.cv-banner-caption {
    background: -webkit-linear-gradient(rgb(78 78 78), rgb(56 56 56));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    font-size: -webkit-xxx-large;
}

.cv-banner-caption-slogan {
    background: -webkit-linear-gradient(rgb(30, 30, 30), rgb(48, 48, 48));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: normal;
    font-size: xxx-large;
}

.page-content {
    display: flex;
    flex-wrap: wrap;
}


.cv-top-banner {
    border: 1px solid black;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    padding: 12px;
    background-image: linear-gradient(#ffffff, #ffffff);
}

.cv-image-photo {
    width: 180px;
    height: 180px;
    border-radius: 90%;
    border: 4px solid #7b7990;
    box-shadow: rgb(15 15 15) 1px 2px 5px;
    object-fit: cover;
    object-position: 0px 0px;
    transition: transform 0.2s ease 0s;
}

.cv-image-photo:hover {
    transform: scale(1.05);
}



.cv-photo-div {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding: 35px;
}




.cv-name-div {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: flex-start;
    padding: 15px;

}


.cv-contact-div {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: flex-start;
    padding: 15px;
    border-left: 4px solid #788df1;
    padding-left: 10px;
}

.cv-separator {
    margin-bottom: 10px;
    border-top: 6px solid #e5e1ff;
    /* padding: 5px; */
    box-shadow: 0px 0px 7px 1px #787878;
}

.cv-separator-right {
    margin-bottom: 10px;
    /* border-top: 3px solid #3e3c5c;
     padding: 5px; */
    /* box-shadow: 0px 0px 7px 1px #787878; */
}




.cv-list-item {
    color: #f8f8f8;
    padding: 2px;
    transition: transform .2s;
    
}


.cv-list-item:hover {
    /* background-color: #6e6e6e; */
    background-image: linear-gradient(to right, #176dc5, #5e4d7d);
    opacity: 0.8;
    border-radius: 4px;
    transform: scale(1.05);
    
}




.cv-group-caption-right {
    font-weight: bold;
    color: #51565a;
    text-align: end;
    margin-bottom: 5px;
    background-image: linear-gradient(to right, #bddeff, #e1d1ff);
    border-radius: 6px;
    padding-right: 10px;
}










.cv-group-item-text {}


.cv-group-caption {
    font-weight: bold;
    color: #8db4d3;
    margin-bottom: 5px;
}



.block-item{
    display: block;
}


.cv-list {
    padding-left: 25px;
}



.cv-banner-caption {
    background: -webkit-linear-gradient(rgb(78 78 78), rgb(56 56 56));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
}
ul {
    list-style-type: square;
  }

.cv-main-content {
    /* border: 1px solid #616161; */
    padding: 14px;
    background-color: white;
    border-radius: 8px;
    box-shadow: 1px 2px 5px #888888;
    padding: 0px !important;
    max-width: 950px;
}

.cv-container-fluid {
    width: 100%;
    /* padding-right: 15px; */
    /* padding-left: 15px; */
    /* margin-right: auto; */
    /* margin-left: auto; */
}


.cv-left-content {
    background-color: rgb(71, 82, 92);
    border-right: 1px solid rgb(213, 213, 213);
    /* border-top-left-radius: 8px; */
    /* border-bottom-left-radius: 8px; */
    border-radius: 8px;
    background-image: linear-gradient(to right, rgb(0 32 66), rgb(55 37 92));
}

.cv-description-content-div {}

.cv-desc-grp {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
}



.cv-desc-grp-right{
max-width: 450px;

}


.cv-desc-grp-left {
    display: flex;
    min-width: 120px;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: flex-start;
    align-items: center;
}

.cv-desc-grp-center {
   padding: 15px;
 
}


.cv-desc-caption {
    font-weight: bold;
}

.cv-top-banner-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 40px;
    margin-bottom: 30px;
}



.cv-banner-p {
    padding: 2px;
    margin: 0px;
    font-weight: 600;
    color: #4b4b4b;
}

.cv-icon {
    margin: 6px;
    width: 18px;
}







element.style {
    background-image: linear-gradient(to right, #bddeff, #e1d1ff);
    border-radius: 10px;
}

.offset-p-1 {
    margin-left: 10px;
}

.comp-logo-div {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.comp-logo {
    color: white;
    font-weight: bold;
    font-size: x-large;
}

.ppal-btn{
    width: 100px;
    transition: transform .2s;
}



.ppal-btn:hover{
    transform: scale(1.05);

}



.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: 100%;
    /* pointer-events: auto; */
    background-color: #000000a6;
    /* background-clip: padding-box; */
    /* border: 1px solid rgba(0,0,0,.2); */
    border-radius: .3rem;
    /* outline: 0; */
    /* flex-wrap: nowrap; */
    justify-content: center;
    align-content: center;
    align-items: center;
}

.image-modal-large {
    background-color: white;
    max-width: 90%;
    max-height: 90%;
    border: 7px solid rgba(255, 255, 255, 0.94);
    box-shadow: rgba(0, 0, 0, 0.25) 5px 6px 6px 0px;
    border-radius: 5px;
    animation: 0.3s linear 0s 1 normal none running fadeIn;
}

.diploma-icon {
    width: 22px;
    margin-right: 5px;
    cursor: pointer;
    transition: transform 0.2s ease 0s;
}

.diploma-icon:hover {
    transform: scale(1.2);
}







.year-paragraph{
    margin: 0px;
}

a {
    color: #4a4a4a;
    text-decoration: none;
    background-color: transparent;
}


.cv-web-link {
    color: #673AB7;
    font-weight: bold;
    text-decoration: none;
    background-color: transparent;
}


.cv-place-header{
    color: #4a4a4a;
    text-decoration: none;
    background-color: transparent;
    font-weight: bold;
}

.preview-link{
    cursor: pointer;
}

.project-desc {
    color: #d8d4fc;
    font-size: small;
    margin: 0px;
}