/* BUTTONS */

.btn-container {
    display: flex;
    width: 100%;
    justify-content: center;
    margin-bottom: 10px;
    gap: 10px;
}

.btn-transparent {
    padding: 10px 20px;
    border-radius: 10px;
    background: white;
    color: rgb(122 98 182);
    border: 1px solid rgb(122 98 182);
    transition: all 0.2s ease-in-out;
}
  
.btn-transparent:hover {
    background: rgb(122 98 182);
    color: white;
    transition: all 0.2s ease-in-out;
}
  
a.btn-transparent {
    text-decoration: none;
}

.btn-green {
    padding: 10px 20px;
    border-radius: 10px;
    background: green;
    color: white !important;
    border: 1px solid green;
    transition: all 0.2s ease-in-out;
}
  
.btn-green:hover {
    background: white;
    color: green !important;
    transition: all 0.2s ease-in-out;
}

a.btn-green {
    text-decoration: none;
}



/* FORM CHECK */

.form-check-input:checked[type=checkbox]{
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'><path fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/></svg>");
}
.form-check-input:checked[type=radio]{
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'><circle r='2' fill='%23fff'/></svg>");
}
.form-check-input:checked{
    background-color: #0d6efd;
border-color: #0d6efd;
}
.form-check-input[type=checkbox]{
    border-radius: .25em;
}
.form-check .form-check-input{
    float: left;
}
.form-check-input{
    width: 1em;
height: 1em;
margin-top: .25em;
vertical-align: top;
background-color: #fff;
background-repeat: no-repeat;
background-position: center;
background-size: contain;
border: 1px solid rgba(0,0,0,.25);
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
-webkit-print-color-adjust: exact;
color-adjust: exact;
}
.form-check-input[type=radio]{
    border-radius: 50%;
}
.form-check{
    display: block;
min-height: 1.5rem;
padding-left: 1.5em;
margin-bottom: .125rem;
}
.red{
color:red;
}
.entry-content img.alignleft {
margin: 0;
}

.block-faculity .row .col-md-2 {
    width: 20%;
}

.block-faculity .row .col-md-10 {
    width: 80%;
    padding-left: 20px;
}

.block-faculity summary {
    cursor: pointer;
    padding: 10px 14px;
    background: #57428b;
    border-radius: 6px;
    color: white;
}

.block-faculity h6 {
    font-size: 22px;
    margin: 20px 0;
    padding-top: 20px;
}

.big-images-container {
    display: grid;
    padding: 0 20px;
    max-width: 650px;
    margin: 0 auto;
    gap: 20px;
}


/* FACULTY "ABOUT US" BLOCK */

.about-modal-content .about-modal-title {
    width: 100%;
    padding: 12px;
    text-align: center;
    border-radius: 12px;
    color: white;
    margin-bottom: 20px;
    font-weight: 500;
}

.about-modal-desc {
    margin: 4px 0 16px;
}

.about-modal-content .stat-item {
    padding: 12px 0;
    border-bottom-width: 1px;
    margin-bottom: 10px;
    border-color: rgb(90 68 143);
}

.about-modal-content .stat-item h3 {
    color: rgb(90 68 143);
}

.profile {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    border-bottom: 1px solid rgb(90 68 143);
}

@media (min-width: 768px) {
    .profile {
        flex-wrap: nowrap;
        gap: 16px;
    }
}

.profile-image {
    width: 100%;
    padding: 10px 0;
    height: 200px;
}
  
@media (min-width: 768px) {
    .profile-image {
        width: 16.666667% !important;
    }
}
  
.profile-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.profile-content {
    width: 100%;
}

@media (min-width: 768px) {
    .profile-content {
        width: 83.333333%;
    }
}

.profile-title {
    margin: 10px 0 !important;
}

@media (min-width: 768px) {
    .profile-title {
        margin: 20px 0 !important;
    }
}



/* BCB BLOCK */

.bcb-block .page-col .btn {
    color: rgb(0 7 72);
}



/* CSS FACULTY */

.css-faculty .profile-image {
    height: fit-content;
}


.about-modal-content .profile-image {
    height: 200px;
}

.about-modal-content .profile {
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.about-modal-content .profile h6 {
    font-size: 18px;
    line-height: 24px;
}

.about-modal-content .profile details {
    margin-top: 10px;
    font-size: 16px;
    line-height: 20px;
}

.about-modal-content .profile details br {
    margin: 14px 0;
}

.about-modal-content .profile details ul {
    margin-top: 10px;
}

.micromodal-slide .modal__container {
    width: 50%;
}

/* CHSE */

.about-modal-content.accent3 .about-modal-title, .block-details.accent3 summary {
    background: rgb(144 29 35);
}

.about-modal-content.accent3 .stat-item {
    border-color: rgb(144 29 35);
}

.about-modal-content.accent3 .stat-item h3 {
    color: rgb(144 29 35);
}

.about-modal-content.accent3 hr {
    background: rgb(144 29 35);
}

.about-modal-content.accent3 .profile {
    border-color: rgb(144 29 35);
}

.about-modal-content.accent3 .profile-image {
    padding: 0;
}

.about-modal-content.accent3 h3 {
    color: rgb(144 29 35);
}



/* VIDEOS PAGE */


.videos-wrapper h2 {
    font-size: 28px;
    line-height: 32px;
    font-weight: 600;
    text-align: center;
    margin: 40px 0;
}

.videos-container {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    row-gap: 40px;
    column-gap: 20px;
}

.videos-item span {
    text-align: center;
    display: block;
    margin-bottom: 10px;
}

.videos-item iframe {
    height: 350px;
}

.videos-item .thumb-img-grid {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}



/* FACULTIES: BACHELOR, MASTER, PHD */

.faculties {
    display: grid;
    gap: 10px;
}

.faculties.facs-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.faculties.facs-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.faculties.facs-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.faculties-container .faculties-item {
    --tw-bg-opacity: 0.2;
}

.faculties-container .faculties-item.selection-title {
    --tw-bg-opacity: 1;
}

.faculties-container.accent1 .faculties-item {
    border-bottom-color: rgb(0,7,72, 0.2);
    background-color: rgb(0 7 72 / var(--tw-bg-opacity))
}

.faculties-container.accent2 .faculties-item {
    border-bottom-color: rgb(0,115,115, 0.2);
    background-color: rgb(0 115 115  / var(--tw-bg-opacity))
}

.faculties-container.accent3 .faculties-item {
    border-bottom-color: rgb(144,29,35, 0.2);
    background-color: rgb(144 29 35  / var(--tw-bg-opacity))
}

.faculties-container.accent4 .faculties-item {
    border-bottom-color: rgb(122,98,182, 0.2);
    background-color: rgb(122 98 182  / var(--tw-bg-opacity))
}

.faculties-container.accent5 .faculties-item {
    border-bottom-color: rgb(64,176,246, 0.2);
    background-color: rgb(64 176 246  / var(--tw-bg-opacity))
}

.faculties-item.selection-title {
    --tw-bg-opacity: 1;
    padding: 20px 10px;
    height: 88px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.faculties-item.selection-title a {
    text-transform: uppercase;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    color: white;
    text-decoration: none;
}

.faculties-item {
    padding: 16px 10px;
    --tw-bg-opacity: 0.2;
    border-bottom: 1px solid;
}

.faculties-item a {
    text-decoration: none;
    font-size: 16px;
    line-height: 20px;
    transition: all 0.2s;
    font-weight: 500;
    width: 100%;
    display: block;
}

.faculties-item:hover a {
    opacity: 0.6;
    transition: all 0.2s;
}



/* DIAM (INTERNATIONAL) */

.academic-partners {
    display: flex;
    gap: 20px;
}

.academic-partners-item {
    display: flex;
    flex-direction: column;
    gap: 2px;
    width: 50%;
}