/* _content/Admission/Views/Shared/_AdmissionLayout.cshtml.rz.scp.css */
/* Please see documentation at https://learn.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand[b-une1hpcyv7] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-une1hpcyv7] {
  color: #0077cc;
}

.btn-primary[b-une1hpcyv7] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-une1hpcyv7], .nav-pills .show > .nav-link[b-une1hpcyv7] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-une1hpcyv7] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-une1hpcyv7] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-une1hpcyv7] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-une1hpcyv7] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-une1hpcyv7] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}


/*own layout*/


/** {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}*/

.containerHeading[b-une1hpcyv7] {
    position: relative;
    /* width: 100vw; */
    height: 250px;
    display: flex;
    margin: 0;
}

.box[b-une1hpcyv7] {
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: left;
    padding-left: 10%;
    color: white;
    /* font-size: 18px; */
    font-weight: bold;
}

/* First div - Slanted on the right */
.box-left[b-une1hpcyv7] {
    width: 90vw; /* Each div takes 50% width initially */
    background: url('../Images/Abstract.jpg') no-repeat center/cover;
    clip-path: polygon(0% 0%, 100% 0%, 80% 100%, 0% 100%);
    z-index: -1;
}

/* Second div - Slanted on the left */
.box-right[b-une1hpcyv7] {
    right: 0;
    width: 30vw; /* Each div takes 50% width initially */
    background: url('../Images/CDLwithAbstract.png') no-repeat center/cover;
    clip-path: polygon(20% 0%, 100% 0%, 100% 100%, 0% 100%);
    z-index: -1;
}

    /* Slanted Left Border for .box-right */
    .box-right[b-une1hpcyv7]::before {
        content: "";
        position: absolute;
        top: 0;
        left: -10px; /* Moves border slightly left for a clean connection */
        width: 10px; /* Adjust border thickness */
        height: 100%;
        background: linear-gradient(135deg, red 50%, transparent 50%); /* Slanted border */
        transform: skewY(45deg); /* Adjust angle for slanted look */
    }

.header-padding[b-une1hpcyv7] {
    padding-left: 20%;
    padding-top: 10px
}
.name-heading[b-une1hpcyv7] {
    display: inline-block;
    font-family: 'Times New Roman', serif;
}
.logo-heading[b-une1hpcyv7] {
    width: 100px;
}

@media (max-width: 768px){
    .header-padding[b-une1hpcyv7]{
        padding-left: 5%;
        padding-top: 40px;
    }
    .name-heading[b-une1hpcyv7]{
        font-size:large;
    }
    .logo-heading[b-une1hpcyv7] {
        width: 70px !important;
    }
}
/* _content/Admission/Views/Shared/_Layout.cshtml.rz.scp.css */
/* Please see documentation at https://learn.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand[b-q7tfe2x210] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-q7tfe2x210] {
  color: #0077cc;
}

.btn-primary[b-q7tfe2x210] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-q7tfe2x210], .nav-pills .show > .nav-link[b-q7tfe2x210] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-q7tfe2x210] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-q7tfe2x210] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-q7tfe2x210] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-q7tfe2x210] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-q7tfe2x210] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}
