/*
Theme Name: Twenty Twenty Child
Theme URI: http://example.com/twenty-twenty-child
Description: A child theme for the Twenty Twenty theme.
Author: Your Name
Author URI: http://example.com
Template: twentytwenty
Version: 1.0.0
*/

/* Import parent theme styles */
@import url("../twentytwenty/style.css");



.mit-radio {
	display: flex;
	gap: 20px;
}



.mitquestiontitle {margin-bottom: 12px !important; margin-top: 10px !important;}


.faxucover {background: none !important; padding-top:0px !important; padding-bottom: 0px !important;}

a:focus {text-decoration: none !important;}

button:focus, button:hover a {
	text-decoration: none !important;
}


.to-the-content {
    display: flex;
    flex-direction: column;
}

.float {
    position: fixed;
    z-index: 999;
    width: 60px;
    height: 60px;
    bottom: 40px;
    font-size: 10px;
    right: 40px;
    background-color: #0C9;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    cursor: pointer;
}


/* Style the summary text */
summary {
    font-size: 15px;
    font-weight: bold;
    color: #979797;
    cursor: pointer;
    list-style: none;
    /* Remove default triangle */
}

details input[type="text"] {
    color: black !important;
    margin-top: 6px;
}

details button {
    border: none !important;
    width: fit-content !important;
    background: none;
    background: rgb(6, 6, 6);
    margin-top: 10px;
    padding: 7px !important;
    font-size: 14px;
    text-transform: none;
}

/* Style the default triangle icon in summary */
summary::-webkit-details-marker {
    display: none;
    /* Hide default triangle */
}

/* Custom triangle icon */
summary::before {
    content: "💾";
    /* Or "▶" for a right-pointing arrow */
    font-size: 14px;
    margin-right: 5px;
}

details[open] summary::before {
    content: "▲ ";
    /* Or "▼" for a downward-pointing arrow */
}


.singular .entry-header {
    padding: 10px !important;
    color: white;
    background: #db0f45;
}

.login-form {
    display: flow;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 80%;
    max-width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    padding-top: 32px;
}

.login-form input {
    padding-bottom: 16px;
}

.login-form label {
    padding-top: 16px
}

.login-form button {
    margin-top: 16px
}

.entryheaderh1 {
    font-size: 150% !important;
}

.post-inner {
    padding-top: 0px;
}

h1.entry-title,
h2.entry-title {
    margin: 0;
    padding-bottom: 12px;
}

.header-inner .toggle {
    align-items: center;
    display: none;
    overflow: visible;
    padding: 0 2rem;
}

.header-navigation-wrapper {
    display: block !important;
}

.primary-menu-wrapper {
    display: block !important;

}

@media (min-width: 700px) {
    .header-inner {
        align-items: center;
        display: flex;
        justify-content: space-between;
        padding: 2.8rem 0;
    }
}



.header-inner {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 2.8rem 0;
}

.cover-header-inner-wrapper {
    display: flex;
    position: relative;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}

.screen-height {
    min-height: 66vh;
}


p,
body,
.entry-content,
label {
    font-family: "Inter var", sans-serif !important;
}

input,
textarea,
button,
.button,
.faux-button,
.faux-button.more-link,
.wp-block-button__link,
.wp-block-file__button {
    font-family: "Inter var",
        -apple-system,
        BlinkMacSystemFont,
        "Helvetica Neue",
        Helvetica,
        sans-serif !important;
}

.section-inner.medium {
    max-width: 102rem;
}

.cover-header+.post-inner {
    padding-top: 0px;
}

@media (min-width: 700px) {
    .cover-header-inner {
        padding: 12rem 0 3rem 0;
    }
}

.entry-content>*:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
    max-width: 86%;
    width: calc(100% - 4rem);
}

.inline-radio {
    display: flex;
    overflow: hidden;
}

.inline-radio div {
    position: relative;
    flex: 1;
}

.inline-radio input {
    width: 100%;
    height: 30px;
    opacity: 0;
}

.inline-radio label {
    position: absolute;
    top: 0;
    left: 0;
    color: #3A393F;
    width: 100%;
    height: 100%;
    background: #f4f4f4;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    border-right: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;

}

.inline-radio div:last-child label {
    border-right: 0;
}

.inline-radio input:checked+label {
    background: #63cc5f;
    font-weight: 700;
    color: #fff;
}


.quiz-question {
    border-top: 1px solid #686C70;
    margin-top: 32px;
    background: #f4f4f4;
    padding: 6px;
}

.questiontitle {
    padding-top: 2px;
}

.formpadding {
    padding-top: 30px;
    padding-bottom: 30px;
}


.profile {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    column-gap: 20px;
}


button {
    border: none !important;
    width: 100%;
    background-color: #db0f45;
}

.form-group {
    min-width: 49%;
}

.form-radio,
.form-group {
    position: relative;
    margin-top: 30px;
    margin-bottom: 30px;
}

.form-inline>.form-group,
.form-inline>.btn {
    display: inline-block;
    margin-bottom: 0;
}

.form-help {
    margin-top: 0.125rem;
    margin-left: 0.125rem;
    color: #b3b3b3;
    font-size: 0.8rem;
}

.checkbox .form-help,
.form-radio .form-help,
.form-group .form-help {
    position: absolute;
    width: 100%;
}

.checkbox .form-help {
    position: relative;
    margin-bottom: 1rem;
}

.form-radio .form-help {
    padding-top: 0.25rem;
    margin-top: -1rem;
}

.form-group input {
    height: 2.1rem;
    margin-top: 12px;
    font-size: 1.6rem !important;

}

.form-group textarea {
    resize: none;
}

.form-group select {
    width: 100%;
    font-size: 1.4rem;
    line-height: 2.4;
    height: 1.6rem;
    padding: 0;
    background: none;
    border: none;
    line-height: 1.6;
}

.form-group .control-label {
    position: absolute;
    top: -1rem;
    pointer-events: none;
    padding-left: 0.125rem;
    z-index: 1;
    color: #b3b3b3;
    font-size: 1.4rem;
    line-height: 2.4;
    font-weight: normal;
    -webkit-transition: all 0.28s ease;
    transition: all 0.28s ease;
}

.form-group .bar {
    position: relative;
    border-bottom: 0.0625rem solid #999;
    display: block;
}

.form-group .bar::before {
    content: '';
    height: 0.125rem;
    width: 0;
    left: 50%;
    bottom: -0.0625rem;
    position: absolute;
    background: #337ab7;
    -webkit-transition: left 0.28s ease, width 0.28s ease;
    transition: left 0.28s ease, width 0.28s ease;
    z-index: 2;
}

.form-group input,
.form-group textarea {
    display: block;
    background: none;
    padding: 0.125rem 0.125rem 0.0625rem;
    font-size: 1rem;
    border-width: 0;
    border-color: transparent;
    line-height: 1.9;
    width: 100%;
    color: transparent;
    -webkit-transition: all 0.28s ease;
    transition: all 0.28s ease;
    box-shadow: none;
}

.form-group input[type="file"] {
    line-height: 1;
}

.form-group input[type="file"]~.bar {
    display: none;
}

.form-group select,
.form-group input:focus,
.form-group input:valid,
.form-group input.form-file,
.form-group input.has-value,
.form-group textarea:focus,
.form-group textarea:valid,
.form-group textarea.form-file,
.form-group textarea.has-value {
    color: #333;
}

.form-group select~.control-label,
.form-group input:focus~.control-label,
.form-group input:valid~.control-label,
.form-group input.form-file~.control-label,
.form-group input.has-value~.control-label,
.form-group textarea:focus~.control-label,
.form-group textarea:valid~.control-label,
.form-group textarea.form-file~.control-label,
.form-group textarea.has-value~.control-label {
    font-size: 0.8rem;
    color: gray;
    top: -1rem;
    left: 0;
}

.form-group select:focus,
.form-group input:focus,
.form-group textarea:focus {
    outline: none;
}

.form-group select:focus~.control-label,
.form-group input:focus~.control-label,
.form-group textarea:focus~.control-label {
    color: #337ab7;
}

.form-group select:focus~.bar::before,
.form-group input:focus~.bar::before,
.form-group textarea:focus~.bar::before {
    width: 100%;
    left: 0;
}



.profilebox {
    background: #fffbef;
    padding: 20px;
    margin-top: 50px;
    margin-bottom: 46px;
    border: 1px dashed #9c9c9c;
}

.profilebox h5 {
    padding-top: 0px;
    padding-bottom: px;
    margin-top: 10px;
    margin-bottom: 0px;
}

#directions {
    background: #fffbef;
    padding: 15px;
    margin-top: 10px;
    border: 1px dashed #9c9c9c;
}

#directions h5 {
    padding-top: 10px !important;
    margin: 6px;
    padding-bottom: 2px;
}

#directions p {
    padding-top: 3px;
    margin: 6px;
    line-height: 1.4;
}

#directions ul {
    margin-top: 12px;
    margin-bottom: 0px;
    padding-bottom: 20px;
}

#directions li {
    list-style: disc;
}


.header-container {
    display: flex;
    justify-content: space-between;
    /* Aligns items to the edges of the container */
    align-items: center;
    /* Vertically centers items */
    padding-top: 50px;
    /* Optional: Add some padding */
    padding-bottom: 12px;
    border-bottom: 1px dashed rgb(185, 185, 185);
}

.header-container h5 {
    margin: 0;
    /* Remove default margins */
}

.logout-form {
    margin: 0;
    /* Remove default margins */
}

.logout-form button {
    display: flex;
    align-items: center;
    /* Align icon and text vertically */
    background-color: db0f45;
    /* Adjust background color as needed */
    color: #fff;
    /* Adjust text color as needed */
    border: none;
    padding: 10px 10px;
    /* Adjust padding */
    cursor: pointer;
    font-size: 12px;
}

.logout-icon {
    margin-left: 8px;
    /* Space between text and icon */
}





.paper {
    margin-top: 46px;
    /* These are technically the same, but use both */
    overflow-wrap: break-word;
    word-wrap: break-word;

    -ms-word-break: break-all;
    /* This is the dangerous one in WebKit, as it breaks things wherever */
    word-break: break-all;
    /* Instead use this non-standard one: */
    word-break: break-word;

    /* Adds a hyphen where the word breaks, if supported (No Blink) */
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;

}

.paper {
    width: auto;
    height: auto;
    margin-bottom: 2em auto;
    border-radius: 12px;
    padding: 40px 30px 30px 30px;
    background: #fff;
    background-image: linear-gradient(90deg, #ffffff 12px, 0, #cccccc 15px, 0, #e3e3e3 20px, 0, #ffffff 100%), radial-gradient(circle closest-side, #efefef 90%, #ffffff 100%), radial-gradient(circle at 22px 8px, #d0d0d0 100%, #fefefe 40%, #4c4848 100%);
    background-size: 32px 8px, 32px 16px, 32px 16px;
    background-repeat: space no-repeat;
    background-position: center top, center 6px, center 6px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
}

.paper h2 {
    letter-spacing: normal;
    /* Adjust this as needed */

    padding-bottom: 6px;
    border-bottom: 1px dotted rgba(181, 182, 171, 0.456);
    margin-top: 0 !important;
    margin-bottom: 6px;
    font-weight: bold;
    font-size: 1em;
}

.paper h3 {
    letter-spacing: normal;
    /* Adjust this as needed */

    font-size: 25px;
    font-weight: bold;
    margin: 0 !important;
    padding-top: 12px;
}

.paper h4 {
    letter-spacing: normal;
    /* Adjust this as needed */

    font-weight: bold;
    padding-top: 10px;

}

.paper h5 {
    letter-spacing: normal;
    /* Adjust this as needed */

    margin: 0 !important;
    padding-top: 12px;
}

.paper strong {
    letter-spacing: normal;
    /* Adjust this as needed */

}

.paper p {
    letter-spacing: normal;
    /* Adjust this as needed */
    margin-bottom: 6px;
}

.flex-box {
    display: flex;
    justify-content: flex-end;
}


.pleasehide {
    display: none;
}


.postbody {
    padding-top: 12px;
}

.postbody h5 {
    padding-top: 12px;
}


.careerposttitle {
    font-size: 18px !important;
}

.categorytitle {
    margin-top: 32px !important;
    display: flex;
    padding-top: 4px !important;
    align-items: center;
    column-gap: 12px;
    background: #f6f6f6;
    padding-bottom: 6px;
    padding-left: 6px;
}


.careerpostsdiv {
    margin-top: 32px;
    margin-bottom: 32px;
}

.post-item {
    padding-top: 6px !important;
}


.post-item p {
    font-size: 14px !important;
}

pre {
    padding: 0px !important;
    margin: 0px !important;
    border: none;
    background: none;
    font-weight: bold !important;
}




.title_underline h2 {
    padding: 30px 0 8px;
    position: relative;
}

.title_underline h2::before {
    content: "";
    position: absolute;
    left: 15.5%;
    margin-top: 34px;
    /* bottom: 16px; */
    width: 300px;
    height: 8px;
    transform: skew(-12deg) translateX(-50%);
    background: rgb(47 238 107 / 50%);
    z-index: revert-layer;
}


.columndetails {
    display: grid;
    grid-template-columns: 20% 20% 20% 20% 20%;
    grid-gap: 12px;
    position: relative;
    z-index: 1;
    padding-bottom: 32px;
}

.columndetails h5 {
    font-size: 14px;
}

@media (max-width: 850px) {
    .columndetails {
        display: flex !important;
        column-gap: 20px;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
    }

}


/* New Card Grid Flex */


.grid {
    display: flex;
    justify-content: space-between;
    /* Ensures even spacing between columns */
    align-items: stretch;
    /* Makes all columns equal height */
    gap: 12px;
    /* Space between columns */
    margin-bottom: 32px;
    margin-top: 26px;
}

.grid-item {
    flex: 1;
    /* Allows each grid item to take up an equal amount of space */
    max-width: calc(33.333% - 12px);
    /* Ensures each item is 1/3 width minus the gap */
    box-sizing: border-box;
    /* Ensures padding and border are included in the width and height */
}


@media only screen and (max-width: 700px) {
    .grid {
        flex-direction: column !important;
    }

    .grid-item {
        max-width: 100%;
    }
}


.card {
    background-color: #efefef;
    padding: 26px 16px 16px 16px;
    border-radius: 15px;
    cursor: pointer;
    position: relative;
    transition: box-shadow 0.25s;

    background-image: url("http://vikramshila.org/cii/wp-content/uploads/2024/01/old_mathematics.png");
    ;
    background-repeat: repeat;
    background-position: center top, center 6px, center 6px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);


}



.card h2 {
    padding-top: 6px;
    z-index: 2;
    position: relative;
    margin: 0;
    font-family: inherit;
    font-weight: 600;
    font-size: 21px;
}

.card p {
    z-index: 2;
    position: relative;
    margin: 0;
    font-size: 14px;
    line-height: 1.7;
}

.disclaimer {
    background: #ffffff54;
    padding: 12px;
    margin-top: 12px;
    border-radius: 6px;
    line-height: 1.5;
    font-size: 14px;
    border: 1px dashed #c4c4c4;
}

.to-the-content svg {
    margin-top: 4px;
    height: 2rem;
    width: 1.42rem;
    fill: yellow !important;

}


.to-the-content-wrapper {
    position: relative;
}

.cover-header .entry-header b {
    color: yellow !important;
}


.details {
padding-top: 32px;
}

.normalbutton {padding-top: 14px;
background:blak;
}