:root {
    --primary: #5567ff;
    --primary-content: #ffffff;
    --primary-dark: #1321ab;
    --primary-light: #8895ff;
    --secondary: #ffb455;
    --secondary-content: #552f00;
    --secondary-dark: #ff9d22;
    --secondary-light: #ffca88;
    --background: #f0f0f0;
    --foreground: #fbfbfb;
    --border: #dfdfdf;
    --copy: #262626;
    --copy-light: #666666;
    --copy-lighter: #8c8c8c;
    --success: #55ff55;
    --warning: #ffff55;
    --error: #ff5555;
    --success-content: #005500;
    --warning-content: #555500;
    --error-content: #550000;
}

.dark-theme {
    --primary: #5567ff;
    --primary-content: #ffffff;
    --primary-dark: #2239ff;
    --primary-light: #8895ff;
    --secondary: #ff55bc;
    --secondary-content: #550033;
    --secondary-dark: #ff22a8;
    --secondary-light: #ff88d0;
    --background: #111222;
    --foreground: #191c34;
    --border: #292e56;
    --copy: #fafafd;
    --copy-light: #cbcee6;
    --copy-lighter: #878dc5;
    --success: #55ff55;
    --warning: #ffff55;
    --error: #ff5555;
    --success-content: #005500;
    --warning-content: #555500;
    --error-content: #550000;
}

.teacher-hero{
    width: 100%;
    height:300px;
    background-color:#5567ff40;
    padding: 5rem 10rem;
}
.static-instructor{
    color: var(--copy);
    font-size:18pt;
    font-weight: 500;

}
.instructor-username-custom{
    color: var(--copy) !important;
    font-weight: 500 !important;
    font-size: 35pt !important;
    margin-bottom: 0 !important;
}
.instructor-title{
    color: var(--copy);
    font-size: 15pt;
}
.instructor-card{
    position: absolute;
    width: 20rem;
    height: 22rem;
    border-radius: 1.75rem;    
    top: 7rem;
    left:70%;
    background-color: var(--foreground);

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2rem 2rem;

}
.instructor-card img {
    height:10rem;
    width: 10rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 100rem;
    object-fit: cover;
}
.card-instructor-name{
    color: var(--copy);
    font-size: 20pt;
}
.instructor-card-socials{
    display: flex;
    justify-content: space-around;
    width: 100%;
    margin-top: 1rem;
}

.instructor-social{
    background-color: var(--foreground) !important;
    width: 3rem !important;
    height:3rem !important;
    z-index: 0 !important;
    padding: 0.5rem 0.5rem;
    border: 1px solid var(--copy) !important;
    border-radius: 0.5rem;
}
.instructor-social svg{
    color: var(--copy);
    width: 100%;
    height: 100%;
}
.instructor-social:hover{
    background-color: var(--background) !important;
    transition: 0.3s;
}
.middle-part{
    width: 60%;
    padding: 0 10rem;

}
.instructor-about {
    font-size: 18pt;
    color: var(--copy) !important;
    font-weight: 400;
}

.section-label{
    font-size: 24pt;
    font-weight: 500;
    padding-left: 10rem;
    padding-bottom: 0;
    margin-top: 2rem;
}

/* testtt */
/* The clickable thumbnail area */
.card-img-top.js-image.course-thumbnail {
  display: block;
  position: relative;
  height: 140px;           /* pick your consistent height */
  overflow: hidden;        /* hide the extra image */
  background: none !important;  /* ignore plugin's background-image if any */
}

/* The image inside it */
.card-img-top.js-image.course-thumbnail img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;       /* crop like background-size: cover */
  visibility: visible !important;  /* override plugin if it hides it */
}

.section-label{
    color: var(--copy);
}


/* asdasdasdsadasdsadsa */
.seamless-input{
    background-color: transparent;
    border: 1px dashed var(--copy);
    border-radius: 0.5rem;
    outline: none;
    padding: 0.2rem 0.2rem;
    color: var(--copy);
}
.instructor-card-socials.edit{
  display: grid;
  grid-template-columns: 20% 80%;   /* 30% / 70% ratio */
  grid-template-rows: repeat(3, auto); /* 3 rows, height based on content */
  row-gap:1rem
}

.instructor-card.edit{
    height:30rem
}
.social-input{
    height: 70%;
    align-self: center;
    border-radius: 0.5rem;
    color: var(--copy) !important;
    
}
.social-input::placeholder{
    color: var(--copy-lighter)!important;
}
.instructor-about-edit{
    width: 100%;
    height: 178px;
    min-height: 30rem;
    resize:none;
}
.editable-hidden{
    display: none !important;
    
}

/* .instructor-social{
    background-color: var(--foreground) !important;
    width: 3rem !important;
    height:3rem !important;
    z-index: 0 !important;
    padding: 0.5rem 0.5rem;
    border: 1px solid var(--copy) !important;
    border-radius: 0.5rem;
}
.instructor-social svg{
    color: var(--copy);
    width: 100%;
    height: 100%;
} */
.edit-page-button{
    width: 15rem !important;
    height: 20rem !important;
    border: 1px solid transparent;
    outline:none;
    background-color: var(--primary);
    border-radius: 0.5rem !important;
    color: white;
    margin-top: 1rem !important;
    font-size: 18pt;
}
.edit-page-button:focus,
.edit-page-button:active,
.edit-page-button:focus:active{
    outline: transparent;
}

.additional-edit-buttons{
    display: flex;
    gap: 1rem;
    width: 100%;
    height: 100%;
}
.additional-edit-buttons button{
    width: 15rem !important;
    height: 2rem !important;
    border: 1px solid transparent;
    outline:none;
    background-color: var(--primary);
    border-radius: 0.5rem !important;
    color: white;
    margin-top: 1rem !important;
    font-size: 18pt;
}
#cancel-page-button{
    background-color: red;
}

.editable{
    color: var(--copy);
}