#college-sidebar {
    height: calc(100vh - 96px) !important;
    width: 280px;
}

.college-contents > .title.active {
    border-bottom: 1px solid rgba(34, 36, 38, 0.15);
}

.college-contents > .title {
    font-weight: 300 !important;
    font-size: 1.3em !important;
    color: #213953 !important;
}

.college-contents > .content {
    padding: 0 !important;
}

.college-contents > .content .row {
    padding: 0 1em;
}

.college-contents > .content .row.current {
    background-color: #eaf0f5;
    font-weight: 700;
}

.college-contents > .content .row .cell:first-child {
    padding: 0 0.5em !important;
    min-height: 4.5em;
    position: relative;
}

.college-contents > .content .row .cell:first-child i {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.4) inset;
    color: rgba(0, 0, 0, 0.7);
    background-color: white;
    z-index: 2;
}

.college-contents > .content .row .cell-icon:first-child::before {
    content: "";
    display: block;
    height: 100%;
    width: 1px;
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    left: 50%;
}

.college-contents > .content .row:last-child .cell:first-child::before {
    height: 50%;
}

.timeline-step::after {
    content: "";
    display: block;
    height: 100%;
    width: 3px;
    background-color: #94aaff;
    position: absolute;
    top: 1em;
    left: 46%;
    z-index: -1;
}

.ui.accordion .active.title .accordion-icon-180deg.icon {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.ui.accordion .active.title .accordion-icon-90deg.icon {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.menu-bar {
    margin: 0 !important;
    height: 40px;
    border-radius: 0 !important;
    border-left: none;
    border-right: none;
    background-color: #f9f9f9;
}

.menu-bar, .menu-bar .ui.menu {
    font-size: 0.9rem !important;
}

@media only screen and (max-width: 1080px) {
    .hide-in-less-1080 {
        display: none !important;
    }
}

@media only screen and (min-width: 1081px) {
    .show-in-less-1080 {
        display: none !important;
    }
}

@media only screen and (max-width: 768px) {
    .mobile-item {
        padding-right: 2px !important;
        padding-left: 2px !important;
    }
}

@media only screen and (min-width: 992px) {
    .show-in-mobile-tablet {
        display: none !important;
    }
}

@media only screen and (max-width: 991px) {
    .hide-in-mobile-tablet {
        display: none !important;
    }
}

@media only screen and (max-width: 767px) {
    .center-in-mobile {
        display: inline-block !important;
        text-align: center !important;
    }

    .right-pad-in-mobile {
        text-align: right !important;
        padding-right: 30% !important;
    }
}

@media only screen and (min-width: 991px) {
    .left-floated-in-computer {
        float: left;
    }
}

.college-accordion-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.switch-btn {
    border-radius: 0 !important;
    width: 25px !important;
    height: 50px !important;
    position: fixed;
    top: calc(100vh / 2 - 25px);
}

.ui.icon.button.switch-btn > i.icon {
    margin-top: 8px !important;
    margin-right: -2px !important;
}

.switch-btn-right {
    left: 8px;
}

.half-circle-left {
    border-top-left-radius: 50px !important;
    border-bottom-left-radius: 50px !important;
}

.half-circle-right {
    border-top-right-radius: 50px !important;
    border-bottom-right-radius: 50px !important;
}

/* split gutter */
.gutter {
    cursor: ns-resize;
    border-bottom: 1px solid rgba(34, 36, 38, 0.15);
    text-align: center;
}

.gutter > i.icon {
    color: #ccc;
    vertical-align: middle;
    margin-top: -11px;
}

.display-none {
    display: none !important;
}

.display-block {
    display: block !important;
}

#code {
    width: 100%;
    height: 100%;
    background-color: #474747;
    color: #ffffff;
    line-height: 20px !important;
    resize: none;
    font-family: monospace !important;
}

.icon-pad {
    padding: 0.7em !important;
}

.layout-active {
    color: rgb(61, 130, 208) !important;
}

.layout-assignment {
    opacity: 0.4;
}

.layout-assignment:hover {
    opacity: 1;
}

.layout-assignment .show-input-output {
    display: none !important;
}

.summer-landpage-top {
    background-color: #fde4a0 !important;
    padding: 4em 0 6em !important;
    border: none !important;
    z-index: 5 !important;
    color: black !important;
}

.summer-landpage-top .container .header {
    color: black;
}

.summer-landpage-top .container h2,
.summer-landpage-top .container h1,
.summer-landpage-top .container p {
    color: black !important;
}

.summer-divider {
    min-height: 40px;
    background-color: #a2dcf1;
    background-repeat: repeat-x;
    background-image: url("../images/college_off/navar.2-0e2c52ffb074.svg");
    background-size: cover;
}

.summer-divider + section {
    background: linear-gradient(#a2dcf1, #fefefe);
}

.summer-divider + div {
    background: linear-gradient(#a2dcf1, #fefefe);
}

/* for summer landpage */
.land-section:first-of-type {
    padding-top: 20px;
}

#body_container .land-section {
    --fade-color: white
}

#body_container .land-section:not(.no-color):nth-of-type(even) {
    background: #f4f7f9;
    --fade-color: #f4f7f9
}

#coupon-modal .header, #coupon-modal .content {
    background-color: #fde4a0 !important;
}

#coupon-modal .actions {
    background-color: #a9def2 !important;
    border: none !important;
}

.col-resize {
    cursor: col-resize;
}

.cards {
    margin-top: 10px !important;
    grid-auto-flow: dense !important;
    grid-gap: 1.5rem !important;
}

.ui.link.card.course-card.card_v2 {
    height: 370px !important;
    background: #ffffff 0 0 no-repeat padding-box !important;
    box-shadow: 0 0 10px #00000029 !important;
    border-radius: 5px !important;
    margin: 0 !important;
    width: 100% !important;
}

.card_v2 > .image {
    width: 100%;
}

.card_v2 > .image,
.card_v2 > .content {
    flex-grow: 1 !important;
    flex-basis: 0 !important;
}

.card_v2 .content {
    display: flex;
    flex-direction: column;
    padding: 1.5rem !important;
}

.card_v2 .content .header {
    min-height: 2rem;
    display: flex !important;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    font-size: unset;
    margin-top: 15px !important;
    margin-bottom: 0 !important;
}

.card_v2 .content .header p {
    font-size: 14px;
    line-height: 25px !important;
    width: 70%;
    text-align: right;
    letter-spacing: 0;
    color: #262626;
    opacity: 1;
}

.card_v2.landscape .content .label {
    width: fit-content;
    width: -moz-fit-content;
    margin-right: 8px;
}

.card_v2 .content .header span {
    height: fit-content;
    height: -moz-fit-content;
    min-width: 4em;
}

.card_v2 .content .description {
    text-align: right;
    font-size: 12px;
    line-height: 17px !important;
    letter-spacing: 0;
    opacity: 1;
    color: #353535;
}

.card_v2.landscape .content .options {
    display: flex;
    width: 100%;
    color: #4d4d4d;
    flex-wrap: wrap;
    margin: 1rem 0;
}

.card_v2.landscape .content .options .option {
    display: flex;
    align-items: center;
    margin-left: 1rem;
    font-size: 1rem !important;
}

.card_v2.landscape .content .options .option .icon {
    width: 19px;
    margin-left: 0.3rem;
}

.card_v2.landscape img.image.landscape_image {
    position: absolute;
    left: 0;
    width: auto;
    height: 100%;
}

.card_v2 .extra {
    border-top: 0 !important;
    margin-top: auto;
    align-self: stretch;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.card_v2 .tag_label {
    margin: 0 !important;
}

.card_v2 .extra .data-row {
    display: flex;
}

.card_v2 .extra .data-row p {
    margin-right: 12px !important;
}

.card_v2 .extra .lemme-know-box {
    border: 2px dashed #707070;
    border-radius: 5px;
    opacity: 0.3;
    width: 100%;
}

.card_v2 .extra .lemme-know-box p {
    text-align: center;
    padding: 0.3rem;
}

.grey-color {
    color: #8c8c8c !important;
}

@media (min-width: 881px) {
    .card_v2.landscape {
        grid-column: span 2;
        flex-direction: row-reverse !important;
        width: auto !important;
        display: grid !important;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr;
        grid-template-areas: "content image";
    }

    .card_v2.landscape .content {
        grid-area: content;
        align-items: flex-start !important;
    }

    .card_v2.landscape .content .header p {
        font-size: 16px;
    }

    .card_v2.landscape .content .header {
        margin-top: 2rem !important;
    }

    .card_v2.landscape .content .description {
        margin: 1rem 0 !important;
    }

    .card_v2.landscape .content .options {
        margin: auto 0;
    }

    .card_v2.landscape > .image {
        grid-area: image;
    }

    .card_v2.landscape .hide-in-landscape {
        display: none !important;
    }
}

@media (max-width: 880px) {

    .card_v2.landscape .hide-in-portrait {
        display: none !important;
    }

    .ui.link.card.course-card.card_v2 {
        height: auto !important;
    }
}

section#inform-me {
    height: 380px;
}

section#inform-me .inform-me-h2 {
    margin-bottom: 0.8rem;
}

section#inform-me .inform-me-h4 {
    margin: 0 0 3rem;
}

.inform-me .field:not(.long-field) input {
    direction: ltr;
    text-align: center;
}

.inform-me .long-field {
    width: 370px !important;
}

#colleges .cards {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(272px, 1fr));
    grid-gap: 1rem;
}


i.ui.grey-icon:not(:hover), i.grey-icon:not(:hover) {
    color: gray !important;
}

.authors .image > img {
    filter: sepia(100%) hue-rotate(161deg) saturate(223%) brightness(90%);
    border-radius: 1rem !important;
}

.authors .image.tiny {
    width: 100px !important;
}

.authors.no_hover a {
    cursor: default !important;
}

.authors:not(.no_hover) .item {
    cursor: pointer;
}

.authors:not(.no_hover) .item:hover {
    opacity: 0.8;
}

.authors .header {
    color: #0099cc !important;
    font-weight: 900;
}

.authors .meta {
    color: #0099cc !important;
}

.module {
    margin: 0 0 1em 0;
    overflow: hidden;
}

.module p {
    margin: 0;
}

.module {
    max-height: 100px;
    transition: max-height 0.8s ease-out;
}

.module.fade {
    position: relative;
    max-height: 47px;
    transition: max-height 0.8s ease-in;
}

.fade:after {
    content: "";
    text-align: left;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50%;
    height: 1.5em;
    background: linear-gradient(to left, rgba(255, 255, 255, 0), var(--fade-color) 100%);
    pointer-events: none;
    z-index: 2;
}

/* temp solution for browser container (comments gap bug) */
.smaller-container {
    height: calc(100vh - 135px) !important;
}

/*
* Start Sticky Nav Bar styles
*/

#sticky_navbar {
    background: #f5f5f5;
    width: 100%;
    top: 0;
    z-index: 1017;
    visibility: hidden;
    position: sticky;
    height: 0;

    display: flex;
    align-items: center;
    flex-direction: column;

    -webkit-box-shadow: 0 10px 40px -22px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0 10px 40px -22px rgba(0, 0, 0, 0.75);
    box-shadow: 0 10px 40px -22px rgba(0, 0, 0, 0.75);
}

#sticky_navbar .navbar-items {
    display: flex;
    text-align: center;
    overflow-y: auto;
}

#sticky_navbar.show {
    visibility: visible;
    height: auto;
}

#sticky_header {
    background-color: #fafafa;
    padding: 1rem;
    position: relative;
    width: 100%;
    -webkit-box-shadow: 0 -9px 40px -22px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0 -9px 40px -22px rgba(0, 0, 0, 0.75);
    box-shadow: 0 -9px 40px -22px rgba(0, 0, 0, 0.75);
}

#sticky_header > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#sticky_header > div > * {
    margin: 0;
}


#sticky_header p.counter {
    margin: 0 auto 0 24px;
    letter-spacing: 0;
    font-size: 12px;
    font-weight: bold;
}

#sticky_header .button {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: -0.07px;
    color: #ffffff;

}

#sticky_header .college_landpage_h1_alternative {
    font-weight: 600;
    font-size: 18px;
}

#sticky_navbar #navbar {
    background: #f5f5f5;
}

#sticky_navbar .item {
    color: #b0b0b0;
    white-space: nowrap;
    padding: 1rem 2rem;
    font-weight: 500;
    font-size: 12px;
}

#sticky_navbar .item:hover {
    background: #e0e0e0;
    cursor: pointer;
}

#sticky_navbar .item.active {
    color: #666666;
    border-bottom: 2px solid #666666;
}

@media (max-width: 766px) {
    #sticky_navbar {
        font-size: 15px;
    }

    #sticky_navbar h1 {
        font-size: 1.8rem;
    }

    #sticky_navbar .navbar-items {
        justify-content: flex-start;
    }

    #sticky_navbar .item:hover {
        background: unset;
    }

    #sticky_navbar .navbar-items::-webkit-scrollbar {
        width: 0;
        background: transparent;
        display: none;
    }
}

@media (max-width: 654px) {
    #sticky_header p.counter {
        display: none;
    }
}

@media (max-width: 520px) {
    #sticky_navbar h1 {
        font-size: 1.5rem;
    }
}

@media (max-width: 500px) {
    #sticky_navbar {
        font-size: 12px;
    }

    #sticky_header > div {
        justify-content: space-between;
        flex-direction: column;
        text-align: center;
    }

    #sticky_header .college_landpage_h1_alternative {
        margin-bottom: 1rem;
    }
}

/*
* End Sticky Nav Bar styles
*/

/*
* Start Quera College Hero styles
*/

#quera_college_logo {
    display: flex;
    justify-content: center;
    margin: 3rem 0;
}

#college_landpage_hero {
    min-height: 470px;
    background: center center no-repeat;
    background-size: cover;
    border-radius: 2rem;
    display: grid;
    grid-template-columns: 60% 10% 30%;
    grid-template-rows: 40% 60%;
    grid-template-areas:
    "title . image"
    "content . image";
    padding: 6rem 7rem;
    color: white;
}

#college_landpage_hero #hero_title {
    grid-area: title;
    padding-top: 1rem;
}

#college_landpage_hero #hero_title h1 {
    font-weight: bold;
    font-size: 2rem;
    margin-bottom: 12px;
}

#college_landpage_hero #hero_title h2 {
    font-weight: 400;
    margin-top: 0;
    opacity: 0.8;
}

#college_landpage_hero #hero_image {
    grid-area: image;
    display: flex;
    align-items: center;
    justify-content: center;
}

#college_landpage_hero #hero_image img {
    width: 100%;
    display: block;
    max-width: 250px;
}

#college_landpage_hero #hero_content {
    grid-area: content;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 1rem;
}

#college_landpage_hero #hero_content h4 {
    color: #96fcb6;
}

.college_landpage_h1_alternative {
    font-size: 2rem;
    font-weight: bold !important;
    margin-bottom: 12px;
}

.college_chapters_state {
    font: normal normal normal 12px IRANYekan;
}

.college_chapters_state .icon {
    margin-left: 1rem;
}

#college_landpage_hero .button {
    min-width: 10em;
    max-width: 16rem;
    margin-top: 20px;
    border-radius: 7px;
}

#college_landpage_hero .button.blue-cool-button {
    background: #13B8E5;
    color: #2e4866;
}

#college_landpage_hero .blue-cool-button:hover {
    -webkit-box-shadow: 0 10px 54px -20px rgba(19, 184, 229, 1);
    -moz-box-shadow: 0 10px 54px -20px rgba(19, 184, 229, 1);
    box-shadow: 0 10px 54px -20px rgba(19, 184, 229, 1);
}

#college_landpage_hero .cool-orange-button:hover {
    -webkit-box-shadow: 0 10px 54px -20px rgb(229, 117, 19);
    -moz-box-shadow: 0 10px 54px -20px rgb(229, 117, 19);
    box-shadow: 0 10px 54px -20px rgb(229, 117, 19);
}

#college_landpage_hero .socials {
    display: flex;
    align-items: end;
}

#college_landpage_hero .boxes {
    display: flex;
    margin: 2rem 0;
    color: #396b99;
}

#college_landpage_hero .discount_box {
    width: 100%;
    display: flex;
    flex-flow: column;
}

#college_landpage_hero .discount_box_item {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

#college_landpage_hero .discount_box_item .discount {
    display: flex;
    align-items: center;
}

#college_landpage_hero .discount_box_item.divider {
    border: 1px solid #ffffff5e;
}

#college_landpage_hero .boxes .main.box {
    justify-content: space-between;
    padding: 1rem 1rem;
    margin-left: 10px;
    width: 92%;
    max-width: 92%;
    height: 7rem;
}

#college_landpage_hero .boxes .box {
    background: #1e3853;
    min-width: 3.5rem;
    height: 3.5rem;
    max-width: fit-content;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 0.5rem;
}

#college_landpage_hero .boxes .box:last-child {
    margin: 0;
}

#college_landpage_hero .boxes .box .discount {
    color: #14b4e4;
    cursor: pointer;
}

#college_landpage_hero .boxes .box.social {
    color: white;
}

#college_landpage_hero .boxes .box.social:hover {
    color: #14b4e4;
}

#college_landpage_hero .boxes .box.social.red:hover {
    color: red;
}

#college_landpage_hero .boxes .box.social.blue:hover {
    color: blue;
}

#college_landpage_hero #hero_content .progress-percent {
    text-align: right;
    font: normal normal normal 12px/24px IRANYekan;
    letter-spacing: 0;
    color: #FFFFFF;
}

#college_landpage_hero #hero_content .progress-percent span:last-child {
    opacity: 0.6;
}

#college_landpage_stats {
    margin: 2rem 0 6rem;
}

#college_landpage_stats .column {
    padding: .5rem 1rem;
}

#college_landpage_stats .ui.header {
    width: fit-content;
    margin: auto;
    color: #999999 !important;
}

#college_landpage_stats .ui.header .content {
    font: normal normal bold 18px/24px IRANYekan;
}

#college_landpage_stats .ui.header .icon {
    vertical-align: initial;
    font-size: 1.2em;
}

#college_landpage_stats .ui.header .sub.header {
    font-size: 30px;
    font-weight: 600;
}

#college_landpage_stats .icon {
    height: 18px;
    width: 18px;
}


@media (max-width: 990px) {
    #college_landpage_hero {
        height: auto;
        grid-template-columns: 100%;
        grid-template-rows: auto auto 1rem auto;
        text-align: center;
        grid-template-areas:
            "image"
            "title"
            "."
            "content";
        padding: 5rem;
    }

    #college_landpage_hero #hero_image img {
        width: 300px;
    }

    #college_landpage_hero .button {
        width: 100%;
        max-width: initial;
    }
}

@media (max-width: 767px) {
    #college_landpage_stats .column {
        border: 0;
        padding: 2rem !important;
    }
}

@media (max-width: 724px) {
    #college_landpage_hero .boxes {
        flex-direction: column;
        align-items: center;
    }

    #college_landpage_hero .boxes .main.box {
        margin-bottom: 1rem;
        margin-left: 0;
        margin-right: 0;
        width: 100%;
        max-width: 100%;
    }

    #college_landpage_hero .boxes .discount_box {
        align-items: center;
    }

    #college_landpage_hero .boxes .discount_box .box {
        width: 98%;
        max-width: 98%;
    }

    #college_landpage_hero .boxes .box .text {
        font-size: 12px;
    }
}


@media (max-width: 568px) {
    #college_landpage_hero {
        padding: 3rem 0.8rem !important;
    }
}

@media (max-width: 520px) {
    #college_landpage_hero .socials {
        width: 100%;
        justify-content: center;
    }

    #college_landpage_hero .boxes {

    }
}

/*
* End Quera College Hero styles
*/

/*
* Start django styles
*/

.college-intro .center {
    text-align: center;
}

.college-intro > h1,
.college-intro .college_landpage_h1_alternative,
#discount-header h1 {
    color: #4D4D4D;
    font: normal normal bold 36px/24px IRANYekan;
    line-height: 1.6em;
}

.college-intro > h2 {
    text-align: center;
    font: normal normal bold 24px IRANYekan;
    letter-spacing: 0;
    color: #707070;
    opacity: 1;
}

.college-intro p, #discount-header p {
    font: normal normal normal 14px/30px IRANYekan;
    letter-spacing: 0;
    color: #4D4D4D;
    opacity: 0.8;
    text-align: justify;
}

.popup p {
    line-height: 2em;
    text-align: justify;
    text-align-last: center;
}

.ui.popup {
    max-width: 350px;
}

.college-intro > h4 {
    font: normal normal bold 18px/24px IRANYekan;
    color: #4D4D4D;
}

.college-intro > h5 {
    font: normal normal normal 16px/24px IRANYekan;
    letter-spacing: 0;
    color: #808080;
    opacity: 1;
}

.college-intro > .hero {
    max-width: 85%;
    margin: 0 auto 0;
}

.college-intro > .hero p {
    text-align: justify;
    text-align-last: center;
    opacity: 1;
}

.college-intro > :not(.cards.ui) .card:not(.ui) {
    display: grid;
    grid-template-columns: auto 350px;
    grid-gap: 13rem;
    grid-template-rows: 250px;
    grid-template-areas: "content imagebox";
    margin: 6rem 0;
}


.college-intro .animations .card:not(.ui):nth-last-of-type(odd) {
    grid-template-columns: 350px auto;
    grid-template-areas: "imagebox content";
}

.college-intro .animations.larger .card:not(.ui) {
    margin: 3rem 0;
    grid-template-columns: auto 450px;
    grid-gap: 10rem;
    grid-template-rows: 350px;
}


.college-intro .animations.larger .card:not(.ui):nth-last-of-type(odd) {
    grid-template-columns: 450px auto;
}

.college-intro :not(.cards.ui) .card:not(.ui) .content {
    grid-area: content;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.college-intro :not(.cards.ui) .card:not(.ui) .content .title {
    text-align: right;
    font: normal normal bold 18px/24px IRANYekan;
    letter-spacing: 0;
    color: #4D4D4D;
    opacity: 1;
}

.college-intro :not(.cards.ui) .card:not(.ui) .image_box {
    grid-area: imagebox;
    position: relative;
}

.college-intro :not(.cards.ui) .card:not(.ui) .job-sponsor-container {
    display: flex;
    flex-wrap: wrap;
}

.college-intro :not(.cards.ui) .card:not(.ui) .job-sponsor {
    text-align: center;
    background-color: transparent;
    border: 1px solid transparent;
    margin: 6px;
    display: inline-block;
}

.college-intro :not(.cards.ui) .card:not(.ui) .job-sponsor-name {
    text-align: center;
}

.college-intro :not(.cards.ui) .card:not(.ui) .image_box img {
    position: absolute;
}

@keyframes go_left_and_right_animation {
    0%, 100% {
        transform: translateX(0) rotate3d(0, 0, 0, -3deg);
    }
    50% {
        transform: translateX(3px) rotate3d(0, 0, 0, -3deg);
    }
}

@keyframes go_up_and_down_animation {
    0%, 100% {
        transform: translateY(0) rotate3d(0, 0, 0, -7deg);
    }
    50% {
        transform: translateY(8px) rotate3d(1, 1, 1, 8deg);
    }
}

@keyframes go_straight_up_and_down_animation {
    0%, 100% {
        transform: translateY(0) rotate3d(0, 0, 0, -2deg);
    }
    50% {
        transform: translateY(3px) rotate3d(1, 1, 1, 2deg);
    }
}

@keyframes go_up_and_down_animation_with_lower_domain {
    0%, 100% {
        transform: translateY(0) rotate3d(0, 0, 0, -7deg);
    }
    50% {
        transform: translateY(4px) rotate3d(1, 1, 1, 8deg);
    }
}

@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes reversed_spin {
    100% {
        -moz-transform: rotate(-360deg);
    }
}

@-webkit-keyframes reversed_spin {
    100% {
        -webkit-transform: rotate(-360deg);
    }
}

@keyframes reversed_spin {
    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

@keyframes scale {
    0%, 100% {
        transform: scale(0);
    }
    30%, 50% {
        transform: scale(1);
    }
}

@keyframes scale_abnormal {
    0%, 30%, 100% {
        transform: scale(0);
    }
    50%, 70% {
        transform: scale(1);
    }
}

@keyframes go_up_and_down_animation_with_lower_domain_without_rotation {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(4px);
    }
}


@keyframes go_down_and_up_animation {
    0%, 100% {
        transform: translateY(8px) rotate3d(1, 1, 1, 8deg);
    }
    50% {
        transform: translateY(0) rotate3d(0, 0, 0, -7deg);
    }
}

@keyframes go_left_to_right_animation {
    0%, 100% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(8px);
    }
}

@keyframes go_right_to_left_animation {
    0%, 100% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(-8px);
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

#animation_1-body {
    width: 100%;
    height: 100%;
    z-index: -1;
}

#animation_1-box {
    z-index: 2;
    width: 100px;
    left: 110px;
    top: 5rem;
    opacity: 0;
}

#animation_1.trigger_animation #animation_1-box {
    opacity: 1;
    animation: fadeIn 3s ease-in;
}

#animation_2.trigger_animation #animation_3-level {
    opacity: 1;
    animation: fadeIn 1s ease-in;
}

#animation_2.trigger_animation #animation_2-level {
    opacity: 1;
    animation: fadeIn 1s ease-in;
}

#animation_1-tapped_box {
    z-index: 1;
    width: 80px;
    left: 172px;
    top: 76px;
}

#animation_1-info {
    z-index: 3;
    width: 300px;
    bottom: 42px;
    right: 4rem;
    opacity: 0;
}

@media (max-width: 991px) {
    #animation_1-info {
        width: 260px !important;
    }
}

#animation_1.trigger_animation #animation_1-info {
    opacity: 1;
    animation: animation_1-info-from-center 3s normal, animation_1-move_together 8s infinite;
}

@keyframes animation_1-move_together {
    0%, 100% {
        transform: translate(0);
    }
    50% {
        transform: translateY(-8px) translateX(8px);
    }
}

@keyframes animation_1-info-from-center {
    0%, 20% {
        opacity: 0;
    }
}

#animation_1-internet {
    width: 64px;
    left: 43px;
    top: -22px;
    opacity: 0;
}

#animation_1.trigger_animation #animation_1-internet {
    opacity: 1;
    animation: animation_1-internet-from-center 3s normal;
}

#animation_1.trigger_animation #animation_1-cup {
    opacity: 1;
    animation: go_down_and_up_animation 3s linear infinite, animation_1-internet-from-center 3s normal;
}

@keyframes animation_1-internet-from-center {
    0% {
        width: 70px;
        transform: translate(80px, 90px);
        opacity: 0;
    }
}

#animation_1-lock {
    width: 65px;
    left: -24px;
    bottom: 48px;
    opacity: 0;
}

#animation_1.trigger_animation #animation_1-lock {
    opacity: 1;
    animation: animation_1-lock-from-center 3s normal;
}

#animation_1.trigger_animation #animation_1-flower {
    opacity: 1;
    animation: go_down_and_up_animation 4s linear infinite, animation_1-lock-from-center 3s normal;
}

@keyframes animation_1-lock-from-center {
    0% {
        width: 30px;
        transform: translate(130px, -80px);
        opacity: 0;
    }
}

#animation_1-100 {
    width: 101px;
    right: 59px;
    top: -12px;
    opacity: 0;
}

#animation_1-gear {
    width: 21%;
    right: 11%;
    top: 11%;
    opacity: 0;
}

#animation_1-cup {
    width: 17%;
    left: 10%;
    top: 5%;
    opacity: 0;
}

#animation_1-flower {
    width: 28%;
    left: 3%;
    bottom: 13%;
    opacity: 0;
}

#animation_1.trigger_animation #animation_1-100 {
    opacity: 1;
    animation: animation_1-100-from-center 3s normal;
}

#animation_1.trigger_animation #animation_1-gear {
    opacity: 1;
    animation: go_down_and_up_animation 4s linear infinite, animation_1-100-from-center 3s normal;
}

@keyframes animation_1-100-from-center {
    0% {
        width: 70px;
        transform: translate(-90px, 90px);
        opacity: 0;
    }
}

#animation_2-body {
    width: 100%;
    height: 100%;
}

#animation_2-big_cube {
    width: 75px;
    left: -42px;
    top: 68px;
    animation: go_up_and_down_animation 5s linear infinite;
}

#animation_2-level {
    width: 40%;
    left: 44%;
    top: 11%;
    opacity: 0;
}

#animation_2-git {
    width: 35%;
    left: 46%;
    top: 26%;
    animation: go_straight_up_and_down_animation 2s linear infinite;
}

#animation_2-med_cube {
    width: 50px;
    top: -29px;
    animation: go_down_and_up_animation 3s linear infinite;
}

#animation_2-small_cube {
    width: 20px;
    right: 84px;
    top: -50px;
    animation: go_up_and_down_animation 3s linear infinite;
}

#animation_3-body {
    width: 100%;
    height: 100%;
}

#animation_3-php {
    left: 48%;
    width: 22%;
    top: 23%;
    animation: go_straight_up_and_down_animation 4s linear infinite;
}

#animation_3-level {
    width: 40%;
    left: 44%;
    top: 14%;
    opacity: 0;
}

#animation_3-big_cube {
    left: -21px;
    width: 87px;
    top: 17px;
    animation: go_up_and_down_animation 3s linear infinite;
}

#animation_3-med_cube {
    bottom: -4px;
    right: -10px;
    width: 65px;
    animation: go_down_and_up_animation 3s linear infinite;
}

#animation_3-small_cube {
    left: 56px;
    width: 42px;
    top: -31px;
    animation: go_up_and_down_animation 2s linear infinite;
}

#animation_4-body {
    width: 100%;
    height: 100%;
}

#animation_4-left_text {
    width: 250px;
    bottom: 0;
    left: -23px;
    animation: go_left_to_right_animation 5s ease-in-out infinite;
}

#animation_4-right_text {
    width: 250px;
    top: 45px;
    right: -16px;
    animation: go_right_to_left_animation 5s ease-in-out infinite;
}

#animation_4-git-left_text {
    width: 55%;
    bottom: 15%;
    left: 11%;
    animation: go_left_to_right_animation 5s ease-in-out infinite;
}

#animation_4-git-right_text {
    width: 55%;
    top: 17%;
    right: 3%;
    animation: go_right_to_left_animation 5s ease-in-out infinite;
}

#animation_4-circle_1, #animation_4-circle_2, #animation_4-circle_3 {
    opacity: 0;
    height: 100%;
    width: 100%;
}

#animation_4-circle_1 {
    animation: circle_1 3s ease-in infinite
}

#animation_4-circle_2 {
    animation: circle_2 3s ease-in infinite
}

#animation_4-circle_3 {
    animation: circle_3 3s ease-in infinite
}

@keyframes circle_1 {
    10% {
        opacity: 0;
    }
    20%, 100% {
        opacity: 1;
    }
}

@keyframes circle_2 {
    40% {
        opacity: 0;
    }
    50%, 100% {
        opacity: 1;
    }
}

@keyframes circle_3 {
    70% {
        opacity: 0;
    }
    80%, 100% {
        opacity: 1;
    }
}

@keyframes fade_in_and_out {
    0%, 100% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
}

@keyframes opacity_goes_between_half_and_full {
    0%, 100% {
        opacity: 0.3;
    }
    50% {
        opacity: 1;
    }
}

.college-intro > .comments {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 48px;
    grid-row-gap: 32px;
}

.college-intro > .comments .comment {
    box-shadow: 0 4px 10px #00000029;
    border-radius: 5px;
    opacity: 1;
    padding: 25px 32px;
}

.college-intro > .comments .comment .title {
    display: flex;
    margin-bottom: 32px;
    align-items: center;
    color: #4D4D4D;
}

.college-intro > .comments .comment .title * {
    margin-top: 0;
    margin-bottom: 0;
}

.college-intro > .comments .comment .title .separator {
    border: 1px solid rgba(112, 112, 112, 0.5);
    height: 16px;
    margin: 0 24px;
    opacity: 0.8;
}

.college-intro > .sponsors {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 2rem;
}

.college-intro > .sponsors .sponsor {
    height: 44px;
    margin: 0 .5rem;
}

.college-intro > .features:not(.flexed) {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(272px, 1fr));
    grid-template-rows: auto;
    grid-row-gap: 5rem;
}

.college-intro > .features.flexed {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.college-intro > .features.flexed .feature {
    width: 310px;
    margin-bottom: 4rem;
}

.college-intro > .features .feature {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    justify-content: space-between;
    min-height: 120px;
}

.college-intro > .features .feature img {
    width: 120px;
    opacity: 1;
}

.college-intro > .features .feature p {
    margin-top: .5rem;
    text-align: center;
    font: normal normal medium IRANYekan;
    font-size: 18px;
    letter-spacing: 0;
    color: #808080;
    opacity: 1;
    line-height: 27px !important;
}

@media (max-width: 991px) {
    .college-intro :not(.cards.ui) .card:not(.ui) {
        grid-template-columns: 1fr !important;
        grid-template-rows: 250px auto;
        grid-gap: 5rem;
        grid-template-areas:
            "imagebox"
            "content" !important;
    }

    .college-intro :not(.cards.ui) .card:not(.ui) .image_box {
        width: 280px;
        height: 250px;
        margin: auto;
    }

    .college-intro > .comments {
        grid-template-columns: 1fr;
    }
}

#discount-section .button-plus {
    width: 100%;
    height: 46px;
    border-radius: 5px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    padding: 12px 16px;
    letter-spacing: -0.09px;
    font-weight: 500;
    font-size: 14px;
}

#discount-section .button-plus p {
    margin: 0;
    padding: 0;
}

#discount-section .registration-counter {
    font: normal normal normal 10px/24px IRANYekan;
    letter-spacing: 0;
    color: #999999;
}

#discount-section .button-plus.free_preregister {
    background: #F6F6F6 0 0 no-repeat padding-box;
    border: 1px solid #E0E0E0;
    color: #707070;
    margin-bottom: 8px;
}

#discount-section .button-plus.vip_preregister {
    background: #13B8E5 0 0 no-repeat padding-box;
    color: white;
}

.discount.card {
    box-shadow: 0 3px 6px #00000029;
    margin: 15px;
    border-radius: 5px;
    padding: 24px 40px 20px;
    opacity: 0.45;
}

.discount.card.active {
    background-color: white;
    opacity: 1;
}

#pre-registration-progress #progress-container {
    max-width: 550px;
    margin: auto;
}

@media only screen and (max-width: 767px) {
    #pre-registration-progress #progress-container {
        max-width: 354px !important;
    }
}

@media only screen and (max-width: 558px) {
    #pre-registration-progress #progress-container .steps {
        display: none;
    }
}


#pre-registration-progress .discount .row .statistics > .title {
    font: normal normal bold 11.5px/24px IRANYekan;
}

#pre-registration-progress .discount .row .statistics .statistic {
    margin-top: 0;
    margin-bottom: 0;
}

#pre-registration-progress .discount .row .statistics .statistic > .value {
    font: normal normal medium IRANYekan;
    font-size: 28px !important;
}

#pre-registration-progress .discount .row .statistics .statistic > .label {
    font: normal normal normal 10px IRANYekan;
}

.college-intro > .companies {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.college-intro > .companies .company {
    margin: 1rem;
}

.college-intro > .companies .company p {
    margin-top: .5rem;
    text-align: center;
    font: normal normal medium IRANYekan;
    font-size: 18px;
    letter-spacing: 0;
    color: #808080;
    line-height: 27px !important;
    opacity: 0;
    transition: opacity 1s ease-out;
}

.college-intro > .companies .company > img:not(:hover) {
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
    opacity: 0.5;
}

.college-intro > .companies .company > img:hover {
    animation: go_up_and_down_animation_with_lower_domain 5s linear infinite;
    transition: opacity 1s ease-out;
}

.college-intro > .companies .company > img:hover + .company_name {
    opacity: 1;
    transition: opacity 2s ease-out;
}

.college-intro > .companies .company > img {
    height: 50px;
    margin-right: auto;
    margin-left: auto;
}

.college-intro > .companies .company > img.landscape {
    width: 80px;
    height: auto;
}

.college-intro > .vip-discount {
    padding: 40px 53px;

    display: flex;
    flex-direction: column;
}

.college-intro > .vip-discount > h3 {
    font: normal normal bold 20px IRANYekan;
    letter-spacing: -0.4px;
}

.college-intro > .vip-discount .description_paragraph {
    font-weight: 500;
    font-size: 16px;
    color: #666666;
    letter-spacing: 0;
}

.college-intro > .vip-discount .progress .days-left {
    position: absolute;
    left: 0;
    bottom: -2rem;
    font: normal normal bold 14px/22px IRANYekan;
    letter-spacing: -0.28px;
    color: #666666;
}

.college-intro > .vip-discount .discount-boxes {
    position: relative;

    display: flex;
    justify-content: space-between;
}

.college-intro > .vip-discount .discount-boxes > :nth-last-child(2) {
    margin-left: 4rem;
}

.college-intro > .vip-discount .discount-boxes .discount-box.disabled {
    filter: grayscale(100%);
    opacity: 0.3;
}


.college-intro > .vip-discount .discount-boxes .discount-box .prices {
    display: flex;
    justify-content: space-between;
}

.college-intro > .vip-discount .discount-boxes .discount-box .prices :not(:first-child) {
    margin-right: 1rem;
}

.college-intro > .vip-discount .discount-boxes .discount-box .prices .price {
    font: normal normal 500 16px/25px IRANYekan;
    letter-spacing: -0.32px;
    color: #666666;
}

.college-intro > .vip-discount .discount-boxes .discount-box .prices .price.canceled {
    text-decoration: line-through;
    opacity: .5;
    text-decoration-thickness: 2px;
}

.college-intro > .vip-discount .discount-boxes .discount-box .prices .price.active {
    color: #0099CC;
    font-weight: 600;
}

.college-intro > .vip-discount .discount-boxes .divider {
    position: absolute;
    border: 1px solid #e2e2e2;
    content: "";
    height: 100%;
    left: 50%;
}

.college-intro > .vip-discount .go-to-button {
    max-width: 50%;
    background: #0099CC 0 0 no-repeat padding-box;
    border-radius: 4px;
    padding: 12px 30px;
    text-align: right;
    font: normal normal 500 16px/25px IRANYekan;
    letter-spacing: 0;
    color: #F5F8FA;

    display: flex;
    justify-content: space-between;
}


@media (max-width: 679px) {

    .college-intro > .vip-discount {
        padding: 3rem;
    }

    .college-intro > .vip-discount .discount-boxes {
        flex-direction: column;
    }

    .college-intro > .vip-discount .discount-boxes .divider {
        position: absolute;
        border: 1px solid #e2e2e2;
        content: "";
        width: 100%;
        height: 0;
        top: 50%;
        left: 0;
    }


    .college-intro > .vip-discount .discount-boxes > .discount-box {
        margin: 2rem 0;
    }

    .college-intro > .vip-discount .go-to-button {
        max-width: unset;
    }
}

/*
* End django styles
*/

.landpage_header_text {
    display: flex;
}

.landpage_header_text a {
    padding: 0 .4rem;
}

.landpage_header_text a:first-of-type {
    margin-right: .3rem;
}

.flex-center-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.ui.button.custom-purple {
    background-color: #694694;
}

.ui.button.custom-purple:hover {
    background-color: #755a97;
}

.ui.cards.link .card.project-card:hover {
    -webkit-box-shadow: 0 1px 8px 2px #bcbdbd, 0 0 0 1px #d4d4d5;
    box-shadow: 0 1px 8px 2px #bcbdbd, 0 0 0 1px #d4d4d5;
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
}

.card.project-card:hover .ui.active.dimmer {
    display: flex !important;
}

section.land-section.seo-section .show-less,
section.land-section.seo-section .show-more {
    display: block;
    max-width: 85%;
    margin: 2rem auto 0;
    position: relative;
    z-index: 100;
}

section.land-section.seo-section.hide-extra .description > :not(:nth-child(-n + 4)),
section.land-section.seo-section.hide-extra .show-less {
    display: none;
}

section.land-section.seo-section.hide-extra .description > :nth-child(4) {
    position: relative;
}

section.land-section.seo-section.hide-extra .description > :nth-child(4):after {
    width: 100%;
    height: 111%;
    content: "";
    position: absolute;
    top: -4px;
    left: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 11%, var(--fade-color) 73%, var(--fade-color) 100%);
}

section.land-section.seo-section:not(.hide-extra) .show-more {
    display: none;
}

.chakra-ui-dark {
    --primary-bg-color: #1A202C;
    --secondary-bg-color: #2d3748;
    --primary-text-color: rgba(255, 255, 255, 0.80);
    --secondary-text-color: white;

    background-color: var(--primary-bg-color);
    color: var(--primary-text-color);
}

.chakra-ui-dark #body_container {
    background-color: var(--primary-bg-color);
}

.chakra-ui-dark #body_container .land-section {
    --fade-color: var(--primary-bg-color);
}

.chakra-ui-dark #body_container .land-section:not(.no-color):nth-of-type(even) {
    --fade-color: var(--secondary-bg-color);
    background: var(--secondary-bg-color);
}

.chakra-ui-dark .submissions_count {
    color: var(--secondary-text-color);
}

.chakra-ui-dark .college-intro p, .chakra-ui-dark #discount-header p,
.chakra-ui-dark .college-intro > h1,
.chakra-ui-dark .college-intro .college_landpage_h1_alternative,
.chakra-ui-dark #discount-header h1,
.chakra-ui-dark .college-intro :not(.cards.ui) .card:not(.ui) .content .title,
.chakra-ui-dark .college-intro > h2,
.chakra-ui-dark .ui.header,
.chakra-ui-dark .ui.items > .item > .content > .description,
.college-intro > .features .feature p {
    color: var(--secondary-text-color);
}

.chakra-ui-dark #sticky_header {
    background-color: var(--secondary-bg-color);
    color: var(--secondary-text-color);
}

.chakra-ui-dark #sticky_navbar #navbar {
    background-color: var(--secondary-bg-color);
}

.chakra-ui-dark #sticky_navbar .item {
    color: var(--secondary-text-color);
    white-space: nowrap;
    padding: 1rem 2rem;
    font-weight: 500;
    font-size: 12px;
}

.chakra-ui-dark #sticky_navbar .item:hover {
    color: rgba(255, 255, 255, 0.7);
    cursor: pointer;
    background-color: rgba(45, 55, 72, 0.8);
}

.chakra-ui-dark #sticky_navbar .item.active {
    color: rgba(255, 255, 255, 0.7);
    border-bottom: 2px solid rgba(255, 255, 255, 0.7);
}

.chakra-ui-dark .pricing-section .right-content > p.description {
    color: var(--secondary-text-color);
}

.chakra-ui-dark .accordion .title {
    border-top-color: rgba(255, 255, 255, 0.16) !important;
}

.chakra-ui-dark .accordion .title:not(.active),
.chakra-ui-dark .accordion .title:not(.active) *:not(.icon:not(.percent):hover) {
    color: var(--primary-text-color) !important;
}

.chakra-ui-dark .accordion .title.active,
.chakra-ui-dark .accordion .title.active *:not(.icon:hover) {
    color: #33b3dd !important;
}

.chakra-ui-dark .accordion .content,
.chakra-ui-dark .accordion .title,
.chakra-ui-dark .accordion .title.active {
    background: rgb(45, 55, 71) !important;
    color: var(--primary-text-color);
}

.chakra-ui-dark .accordion .content .row:hover {
    background: rgb(36, 46, 62) !important;
}

.chakra-ui-dark .other_colleges .card .image {
    display: none;
}

.chakra-ui-dark .other_colleges .card .content {
    background-color: var(--secondary-bg-color);

    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.chakra-ui-dark .other_colleges .card .content :is(.header, .description) {
    color: var(--primary-text-color);
}

.chakra-ui-dark .sub.header {
    color: var(--primary-text-color) !important;
}

.chakra-ui-dark .pricing-section .right-content .icon {
    color: #faf089!important;
}

.chakra-ui-dark .pricing-section .left-content .bottom .register,
.chakra-ui-dark .ui.button.yellow {
    background: #faf089;
    color: black;
}
