@import "fonts.css";
@import "react-datepicker.css";
@import "inputs.css";

.inline-block {
    display: inline-block;
}
.DatePicker_wrapper .react-datepicker-wrapper {
    width: 100%;
}
.deprecated,
.deprecated img,
.deprecated button {
    display: none;
}
.container {
    display: flex;
}
.content {
    background: #fff;
    padding: 0 50px;
    position: relative;
}

.content.task {
    margin-top: 230px;
}
.content::before {
    content: "";
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #ebebeb;
}

body {
    color: black;
    background-color: #ccc;
    font-family: "Roboto-Regular", sans-serif;
}

body.pdf .content::before {
    display: none;
}

body.pdf .gray-line {
    display: none;
}

body.pdf .content {
    padding: 0;
}
body.pdf select {
    border: none;
    border-bottom: 1px solid #ccc;
}

.button.hide,
body.pdf .button {
    visibility: hidden;
}

button.pdf-hidden {
    visibility: hidden;
}

body.pdf {
    background-color: transparent;
}

body.pdf .pdf-p-l-10 {
    padding-left: 10px;
}

body.pdf select {
    border: none;
    border-bottom: 1px solid #ccc;
}

.logo {
    width: 215px;
}
@media (max-width: 299px){
    body {
        transform: scale(0.26) !important;
        transform-origin: top left;
    }
}
@media (min-width: 300px) and (max-width: 424px){
    body {
        transform: scale(0.37) !important;
        transform-origin: top left;
    }
}

@media (min-width: 375px) and (max-width: 424px) {
    .content {
        padding: 0 10px !important;
        width: 100% !important;
    }
}

@media (min-width: 425px) and (max-width: 524px) {
    html {
        height: 500px;
    }
    body {
        transform: scale(0.47) !important;
        transform-origin: top left;
    }
}

@media (min-width: 525px) and (max-width: 719px) {
    html {
        height: 500px;
    }
    body {
        transform: scale(0.63) !important;
        transform-origin: top left;
    }
}


@media (min-width: 720px) and (max-width: 767px){
    html {
        height: 500px;
    }
    body {
        transform: scale(0.68) !important;
        transform-origin: top left;
    }
}

@media (min-width: 768px) {
    .content {
        width: 1100px;
        min-width: 1100px;
    }
}

@media (max-width: 768px) {
    .content {
        padding: 0 35px;
        width: 100%;
    }

    body {
        transform: scale(0.70);
        transform-origin: top left;
        /* overflow-x: hidden; */
        min-width: 1050px;
    }
}

@media (min-width: 1100px) {
    div.container {
        width: 1100px;
        min-width: 1100px;
    }
    .bodyWrap {
        width: 1100px;
        min-width: 1100px;
    }
    .content {
        min-width: 1000px;
    }
}

.gray-line {
    height: 5px;
    width: 100%;
    position: relative;
    margin-bottom: 5;
    padding-top: 10px;
}

.enrollment-packet-info .gray-line {
    height: 20px;
    width: 100%;
    position: relative;
    margin-bottom: 40px;
}

.enrollment-packet-info p,
label,
input[type] {
    font-size: 12px;
}

.enrollment-packet-info select {
    font-size: 16px;
}

.enrollment-packet-info .c-signature-image__item--box {
}

.enrollment-packet-info .c-signature-wrap .c-signature-line,
.enrollment-packet-info .c-signature-wrap .c-signature-user-info {
    display: none;
}

.enrollment-packet-info .c-signature-wrap .c-signature-image__item {
    border: none !important;
}

.enrollment-packet-info .c-signature-image {
    border-bottom: 1px solid #ccc;
}

.enrollment-packet-info .c-signature-desc-wrap {
    display: none;
}

.enrollment-packet-info .centeredContent {
    text-align: center;
    padding-top: 20px;
}

.enrollment-packet-info .horizontal {
    display: inline-block;
    margin: 0 15px;
}

.enrollment-packet-info .initialBoxWrap {
    display: inline-block;
    width: 33.3333%;
    vertical-align: bottom;
    margin-bottom: 0;
}

.gray-line::before {
    content: "";
    position: absolute;
    display: block;
    height: 20px;
    background-color: #ccc;
    width: calc(100% + 120px);
    left: -60px;
    top: calc(50% - 10px);
}

.footer {
    height: 30px;
    width: 100%;
    background-color: #ccc;
}

.gray-divider {
    height: 0px;
    width: 100%;
    position: relative;
    background-color: #ccc;
    margin-top: 40px;
    margin-bottom: 40px;
}

.gray-divider::before {
    content: "";
    position: absolute;
    display: block;
    height: 30px;
    background-color: #ccc;
    width: calc(100% + 120px);
    left: -60px;
    top: calc(50% - 10px);
}

.section-title {
    font-size: 25px;
    margin: 10px 0;
    color: #060606;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: 800;
}

.aling-text-center {
    text-align: center;
}

.sub-title {
    font-size: 15px;
    border-bottom: 2px solid black;
    margin: 10px 0;
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: 700;
    text-transform: uppercase;
}

.section-content {
    margin-bottom: 5px;
}

.section-content > article {
    page-break-inside: avoid;
    margin-bottom: 20px;
}

strong {
    font-family: "Roboto-Medium", sans-serif;
}

.radio-inline input[type="radio"] {
    margin-left: -16px;
}

.radio-label {
    cursor: pointer;
}

.disable-label {
    margin-top: 10px;
    color: darkgrey;
}

div.disabled-user-field button {
    visibility: hidden;
}

/*
.disabled-user-field {
    border: 0px !important;
}*/
.disabled-user-field:disabled {
    background-color: #fff !important;
}
.disabled-user-field::placeholder,
.disabled-user-field:-ms-input-placeholder, /* Internet Explorer 10+ */
.disabled-user-field:-moz-placeholder, /* Mozilla Firefox 4 to 18 */
.disabled-user-field::-moz-placeholder, /* Mozilla Firefox 19+ */
.disabled-user-field::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #fff !important;
    opacity: 1 !important;
}

.intellitec-form {
    font-size: 11px;
}

.empty-campus .header-form-wrap {
    opacity: 0;
}

.intellitec-form label {
    font-size: 11px;
}

.intellitec-form p,
.intellitec-form ul {
    margin-bottom: 0;
}

.intellitec-form .base-input {
    height: 20px;
    /* line-height: 32px; */
    line-height: 1.42857143;
    font-size: 12px;
    padding: 0 5px;
}

.intellitec-form .base-select {
    height: 20px;
    padding: 0 16px;
    font-size: 12px;
}

.intellitec-form .base-checkbox {
    height: 12px;
    margin: 0;
}

.intellitec-form .c-signature-wrap {
    margin: 0;
}

.intellitec-form .c-signature-wrap .c-signature-line,
.intellitec-form .c-signature-wrap .c-signature-user-info {
    display: none;
}

.intellitec-form .c-signature-wrap .c-signature-image__item {
    border: none !important;
}

.intellitec-form .c-signature-image {
    border-bottom: 1px solid #ccc;
}

.intellitec-form .c-signature-wrap .c-signature-image__item--box {
    height: 40px;
    width: 80px;
}
.intellitec-form .c-signature-wrap .c-signature-image__item--box img {
    max-height: 40px;
    max-width: 80px;
    height: auto;
    width: auto;
}

.intellitec-form .c-signature-wrap .c-signature-image__item--box.signed-signature {
    border: none;
}

.intellitec-form .c-signature-wrap .c-signature-image__item--box button {
    width: 39px;
    left: 20px;
    top: 9px;
    height: 20px;
}

.intellitec-form .initials .c-signature-desc-wrap {
    display: none;
}

.intellitec-form .c-signature-wrap.initials .c-signature-image__item--box {
    height: 20px;
    width: 44px;
}
.intellitec-form .c-signature-wrap.initials .c-signature-image__item--box img {
    max-height: 20px;
    line-height: 20px;
    max-width: 44px;
    height: auto;
    width: auto;
}

.intellitec-form .c-signature-wrap.initials .c-signature-image__item--box button {
    width: 30px;
    height: 15px;
    font-size: 8px;
    top: 2px;
    left: 7px;
}

.c-datepicker .react-datepicker-wrapper {
    width: 100%;
}

.c-datepicker .react-datepicker__input-container input {
    width: 100%;
    border: none;
    border-bottom: 1px solid #ccc;
    font-size: 11px;
}

.intellitec-initials > div > div > div {
    width: 44px;
    height: 22px;
}

.intellitec-initials > div > div > div > button {
    width: 31px;
    height: 20px;
    font-size: 7px;
}

.intellitec-initials > div > div > div > img {
    max-height: 20px;
    max-width: 100%;
    height: auto;
    width: auto;
}

.loader {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    top: 0;
    left: 0;
    z-index: 10000;
    display: flex;
    justify-content: center;
    align-items: center;
}
.loader .loader-33 {
    color: white;
    font-size: 50px;
    text-align: center;
}
.loader .loader-33::before {
    top: -1em;
    left: calc(50% + 0.4em);
}
.loader-33 {
    border-radius: 50%;
    position: relative;
}
.loader-33:after,
.loader-33:before {
    position: absolute;
    content: "";
}
.loader-33:after {
    height: 0.1em;
    width: 1em;
    background-color: currentcolor;
    border-radius: 0.1em;
    bottom: 0;
    left: 0;
    transform-origin: bottom center;
    animation: loader-33-1 0.8s ease-in-out infinite alternate;
}
.loader-33:before {
    height: 0.2em;
    width: 0.2em;
    background-color: currentcolor;
    border-radius: 50%;
    top: 0;
    left: calc(50% - 0.1em);
    animation: loader-33-2 0.4s ease-in-out infinite alternate;
}

@keyframes loader-33-2 {
    0% {
        height: 0.24em;
        transform: translateY(0px);
    }
    75% {
        height: 0.2em;
        width: 0.2em;
    }
    100% {
        height: 0.1em;
        width: 0.24em;
        transform: translateY(0.8em);
    }
}

@keyframes loader-33-1 {
    0% {
        transform: rotate(-45deg);
    }
    100% {
        transform: rotate(45deg);
    }
}

.highlighted-input {
    box-shadow: 0 0 5px rgba(81, 203, 238, 1) !important;
    padding: 3px 0px 3px 3px !important;
    margin: 5px 1px 3px 0px !important;
    border: 1px solid rgba(81, 203, 238, 1) !important;
}

.highlighted-observed-input {
    box-shadow: 0 0 5px #ffcf74 !important;
    border: 1px solid #ffcf74 !important;
}

.textareaNote {
    width: 100%;
    height: 100%;
    border: solid 2px var(--black-100);
    background-color: #ffcf74;
    outline: none;
    font-family: Poppins, sans-serif;
    letter-spacing: normal;
    color: var(--black-base);
    margin: 0;
    resize: none;
    font-weight: 500;
}

.textareaNote:disabled {
    background-color: var(--grey-100);
}

.textareaNote:focus {
    box-shadow: 0 0 0 2px #ffcf74;
}

.textareaNote::placeholder {
    font-family: Poppins, sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #939393;
    padding: 0;
}

.targetPopover {
    text-decoration: underline;
    cursor: pointer;
}

.targetPopover .react-tooltip-lite {
    cursor: default;
}

.arrow-content-tooltip .react-tooltip-lite {
    box-sizing: border-box;
    border: solid 2px #ffcf74;
    border-radius: 4px;
    box-shadow: 0 2px 8px rgb(0 0 0 / 15%);
    background: #ffcf74 !important;
}

.arrow-content-tooltip .react-tooltip-lite-down-arrow svg {
    transform: translateY(1px);
}

.arrow-content-tooltip .react-tooltip-lite-right-arrow svg {
    transform: rotate(270deg) translateY(-4px) translateX(-4px);
}
.arrow-content-tooltip .react-tooltip-lite-up-arrow svg {
    transform: rotate(180deg) translateY(0px);
}
.arrow-content-tooltip .react-tooltip-lite-left-arrow svg {
    transform: rotate(90deg) translateY(5px) translateX(4px);
}

.iconPopup {
    position: absolute;
    width: 12px;
    height: 12px;
}

.remarkIndicator {
    position: absolute;
    top: -12px;
    right: -18px;
    width: 19px;
    height: 19px;
    padding: 4px;
    border-radius: 8px;
    background-color: #ffe55b;
    cursor: pointer;
    z-index: 100;
}

.remarkNonEvents {
    pointer-events: none;
}


.react-datepicker {
    font-size: 1em;
}
.react-datepicker__header {
    padding-top: 0.8em;
}
.react-datepicker__month {
    margin: 0.4em 1em;
}
.react-datepicker__day-name,
.react-datepicker__day {
    width: 1.9em;
    line-height: 1.9em;
    margin: 0.166em;
}
.react-datepicker__current-month {
    font-size: 1em;
}
.react-datepicker__navigation {
    top: 1em;
    line-height: 1.7em;
    border: 0.45em solid transparent;
}
.react-datepicker__navigation--previous {
    border-right-color: #ccc;
    left: 1em;
}
.react-datepicker__navigation--next {
    border-left-color: #ccc;
    right: 1em;
}

.custom-datepicker {
    font-size: 16px;
    width: 250px;
}

.react-datepicker__month-select {
    width: 100%;
    font-size: 16px !important;
}

.react-datepicker__year-select {
    width: 100%;
    font-size: 16px !important;
}

.react-datepicker__day-name {
    font-size: 14px;
}

.react-datepicker__day {
    font-size: 14px;
}