/* fallback */
@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/flUhRq6tzZclQEJ-Vdg-IuiaDsNcIhQ8tQ.woff2) format('woff2');
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}

.clearfix{
    display: table;
}

body {
    margin: 0;
    padding: 40px 0 0 0;
    background: #f8f8f8;
}

.disabled-ll {
    pointer-events: none;
    opacity: 0.6;
}

.no-margin {
    margin: 0 !important;
}

.marR5 {
    margin-right: 5px;
}

.marR10 {
    margin-right: 10px;
}

.marB20 {
    margin-bottom: 20px;
}

.marT10 {
    margin-top: 10px;
}

.marT20 {
    margin-top: 20px;
}

.marT30 {
    margin-top: 30px;
}

.text-capitalisation {
    text-transform: capitalize;
}

.text-uppercase {
    text-transform: uppercase;
}

.locale-selector-label {
    font-size: 14px;
    line-height: 1.43;
    letter-spacing: 0.25px;
    text-align: center;
    color: #4b6479;
}
.locale-selector-con .select-wrapper {
    display: inline-block;
    width: 180px;
    height: 42px;
    margin-left: 8px;
}
.locale-selector-con .select-wrapper input {
    border: none;
    outline: none;
    font-size: 14px;
    line-height: 1.43;
    letter-spacing: 0.25px;
    color: #0093f0;

    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;    
}
.locale-selector-con .select-wrapper input.select-dropdown:focus {
    border-bottom: none;
}
.locale-selector-con .select-wrapper .caret {
    fill: #0093f0;
}
.locale-selector-con .select-wrapper input {
    width: calc(100% - 28px);
}
.locale-selector-con .select-wrapper ul {
    padding: 4px 0;
    border-radius: 2px;
    width: 240px !important;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15);
    max-height: 360px;
    overflow-y: auto;
}
.locale-selector-con .select-wrapper li {
    height: 36px;
    padding: 14px 16px;
}
.locale-selector-con .select-wrapper li:hover,
.locale-selector-con .select-wrapper li.selected:hover {
    background-color: #edf9fa;
}
.locale-selector-con .select-wrapper li span {
    padding: 0;
    font-size: 14px;
    line-height: 1.43;
    letter-spacing: 0.25px;
    color: #43515c;

    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.locale-selector-con .select-wrapper li.selected {
    background-color: unset;
}
.locale-selector-con .select-wrapper li.selected span {
    font-weight: 600;
    color: #006770;  
}

.card .card-content{
    padding: 20px 10px;
}
#statusWindow .card .card-content, #confirmWindow .card .card-content{
    padding: 20px 25px;
}
.commonBtn {
    margin-bottom: 10px;
    border: 2px solid;
    border-radius: 4px;
}
#availableDates .col.s6{
    padding: 0 5px;
}
#availableDates{
    padding: 0
}
#availableTime {
    /* max-height: 300px; */
    overflow-y: auto;
    padding: 10px;
}

.avilableTimebtn {
    width: 100%;
    padding: 5px 10px;
    text-align: center;
}

.btn-outline {
    border: none;
    border-radius: 2px;
    display: inline-block;
    height: 36px;
    line-height: 36px;
    padding: 0 16px;
    text-transform: uppercase;
    vertical-align: middle;
    color: #2bbbad;
    border: 1px solid #2bbbad;
    background-color: transparent;
    -webkit-tap-highlight-color: transparent;
}
.btn-outline:hover, .btn-outline:focus {
    background-color: rgba(43, 187, 173, 0.08);
    box-shadow: 0 3px 3px 0 rgba(0,0,0,0.14),0 1px 7px 0 rgba(0,0,0,0.12),0 3px 1px -1px rgba(0,0,0,0.2);
}

.avilableDatesbtn:hover, .avilableTimebtn:hover {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    color: black;
}



.timezoneWrapper{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    margin-bottom: 15px;
    width: 400px;
}


.avilableDatesbtn {
    padding: 5px 10px;
    width: 100%;
}

.avilableDatesbtn:nth-child(even) {
    margin-left: 15px;
}

.failure .mailerMsg, .failure .url {
    display: none;
}

.url {
    padding-bottom: 10px;
}

.confirmHeading {
    letter-spacing: 0.3em;
}

.failure .confirmHeading {
    color: #6c0f12 !important;
    font-weight: bold;
}

.escalated .esclatedMsg {
    font-size: 13px;
}

.escalated .confirmHeading {
    color: #c5af00 !important;
}

.customSelect .select-dropdown {
    border: none !important;
    margin-bottom: 0 !important;
    min-width: 180px;
}

.customSelect {
    margin: 0 0 0 auto;
    width: 185px;
}

.card .card-action {
    position: absolute;
    width: 100%;
    bottom: 0;
}

.contentForm {
    width: 400px;
    padding-bottom: 60px;
    min-height: 380px;
    margin: 0 auto;
    position: relative;
}

.fixed-action-btn {
    bottom: 70px;
}

footer {
    color: #CCC;
}

.paddR0{
    padding-right: 0;
}

.dropdown-content li>a, .dropdown-content li>span{
    word-break: break-word;
}

@media screen and (max-width: 374px) {
    #reschedule-interview {
        margin-top: 5px;
    }
}

@media screen and (max-width: 767px) {
    .customSelect {
        width: auto
    }

    .contentForm, .timezoneWrapper {
        width: 100%;
    }

    #AvailableDatesWrapper .card-action, #confirmWindow .card-action {
        border: none;
    }
    #AvailableDatesWrapper .card-content{
        padding: 15px 5px;
    }

    #AvailableDatesWrapper #viewMore, #confirmWindow #confirm {
        position: fixed;
        bottom: 0;
        width: 100%;
        left: 0;
        padding-top: 10px;
        padding-bottom: 10px;
        height: auto;
    }
    .avilableTimebtn {
        width: 100%;
    }
    .liveLinkStatus {
        padding-bottom: 100px;
    }
}

.hide-on-med-and-down .backBtn {
    position: absolute;
    margin-left: -70px;
}

.spinner-layer {
    border-color: #59d3d6;
}

.status-message {
    padding: 0px 12px 0px 12px;
}

#missingTokenForm {
    padding-top: 10px;
    padding-bottom: 10px;
}

.preference-container {
    padding: 20px;
}

.new-preference {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
    border-bottom: solid 1px rgba(198, 214, 229, 0.3);
    padding-bottom: 10px;
    transition: 300ms all;
}

.new-preference button.preference-delete {
    color: rgb(220, 20, 60);
    border: none;
	border-radius: 2px;
	display: inline-block;
	padding: 8px 8px 5px 8px;
	text-align: center;
	min-width: 36px;
	background: transparent;
    -webkit-tap-highlight-color: transparent;
    position: absolute;
    right: 15px;
    border-radius: 50%;
}

.new-preference button.preference-delete:disabled {
    color: #c6d6e5;
}
.new-preference button.preference-delete:hover:disabled, .new-preference button.preference-delete:disabled:focus {
    background-color: rgba(75, 100, 121, 0.09);
}
.new-preference button.preference-delete:hover, .new-preference button.preference-delete:focus {
    background-color: rgba(220, 20, 60, 0.09);
}

.new-preference .add-preference a {
    color: #26a69a;
}


.new-preference:last-child, .preference-container .new-preference:last-of-type {
    border-bottom: none;
}
.new-preference label {
    color: #4b6479;
    font-size: 14px;
    margin-right: 10px;
}
.new-preference .date-input {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border: solid 1px #c6d6e5 !important;
    position: relative;
    width: 160px;
    border-radius: 2px;
}
.new-preference .date-display {
    color: #8c9ba5;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    padding-right: 30px;
    text-align: left;
}
.date-input input.date {
    border: none !important;
    height: 36px;
    margin: 0px;
    color: #8c9ba5;
    padding: 0 15px;
}

.date-input > i {
    position: absolute;
    right: 5px;
    z-index: 0;
    cursor: pointer;
    color: #8c9ba5;
}

.date-input input.date:hover, .date-input input.date:focus {
    border-bottom: none !important;
    box-shadow: none !important;
}
/* timerange styles */
.timerange {
    display: flex;
    align-items: center;
}
.timerange > .timeinput {
    display: flex;
    min-width: 100px;
    justify-content: flex-start;
    align-items: center;
    border: solid 1px #c6d6e5 !important;
    height: 37px;
    position: relative;
    border-radius: 2px;
}

.timerange > .timepreview {
    display: flex;
    min-width: 100px;
    justify-content: flex-start;
    align-items: center;
    color: #8c9ba5;
    height: 37px;
    position: relative;
}
.timepreview > i, .datepreview > i {
    color: #4b6479;
    margin-right: 20px;
}

.timeinput > .hour-select {
    position: absolute;
    width: 80px;
    visibility: 0;
    top: 0;
    left: 0;
    height: 36px;
    z-index: 1;
    display: block !important;
    opacity: 0;
    cursor: pointer;
}

.timerange > .timeinput:focus .timerange > .timeinput:hover {
    border-bottom: 1px solid #26a69a;
    box-shadow: 0 1px 0 0 #26a69a;
}

.timeinput > input{
    height: 36px;
    border-bottom: none !important;
    margin-bottom: 0px !important;
    width: 80px !important;
    text-align: center;
    color: #8c9ba5;
}
.timeinput > input:hover, .timeinput > input:focus {
    border-bottom: none !important;
    box-shadow: none !important;
}
.timeinput > .offset-btn {
    color: #2bbbad;
}
.offset-btn {
	border: none;
	border-radius: 2px;
	display: inline-block;
	height: 36px;
	line-height: 36px;
	padding: 0 8px 0 6px;
	text-transform: uppercase;
	text-align: center;
	min-width: 36px;
	background: transparent;
    -webkit-tap-highlight-color: transparent;
}
.offset-btn:hover, .offset-btn:focus, .arrows > .arrow:hover, .arrows > .arrow:focus {
    background-color: rgba(43, 187, 173, 0.08);
}
.timeinput > .arrows {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 36px;
    border-left: solid 1px #c6d6e5;
}
.arrows .material-icons {
    font-size: 18px;
}
.arrows .arrow {
    cursor: pointer;
}

.preference-container h1,
.preference-container h2,
.preference-container h3,
.preference-container h4,
.preference-container h5,
.preference-container h6 {
    margin: 10px 0 15px 0;    
    font-size: 1.6rem;
    color: #4b6479;
}

.preference-container a {
    color: #2bbbad;
}
#preference-template .timezoneWrapper, #AvailableDatesWrapper .timezoneWrapper {
    flex-direction: column;
}

.icon-link {
    color: #2bbbad;
    display: flex;
    align-items: center;
}
.ll .icon-link::before, .LiveLink .icon-link::before {
    content: ''!important;
}

.ll .container,.ll .inner-container, .LiveLink .container,
.LiveLink .inner-container {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    font-family: Roboto,sans-serif !important;
}

.ll h1,.ll h2,.ll h3,.ll h4,.ll h5,.ll h6,.ll p, .ll h1,
.LiveLink h2,
.LiveLink h3,
.LiveLink h4,
.LiveLink h5,
.LiveLink h6,
.LiveLink p {
    font-family: Roboto,sans-serif !important;
}

body.ll, body.LiveLink {
    padding: 0 !important;
}

:root {
    background-color: #f8f8f8 !important;
}

.ll #error i.material-icons, .LiveLink #error i.material-icons {
    margin-top: 3rem;
}

.preferenceForm {
    width: 400px;
    margin: 0 auto;
    position: relative;
}

.debug-container {
    --phenom-primary-color: #18acb4;
    --phenom-primary-color-transparent: rgba(24, 172, 180, 0.25);
    --phenom-debug-bg: #eee;
    --phenom-orange-bg: #ff9400;
    --phenom-magenta-bg: #df00be;
    --phenom-green-bg: #00b400;
    --phenom-primary-text-color: #232323;
    --phenom-red-bg: #D50000;
    --phenom-primary-inverted-text-color: #fff;
    position: fixed;
    top: 0;
    right: max(-300px, -100%);
    width: min(300px, 100%);
    height: 100%;
    padding: 0.6rem;
    z-index: 200;
    background-color: var(--phenom-debug-bg);
    box-shadow: -5px 0 7px 0 var(--phenom-primary-color-transparent);
    border-left: 2px solid var(--phenom-primary-color);
    transition: all 600ms;
}

.debug-container.active {
    right: 0;
}

.debug-container .debug-toggle {
    position: absolute;
    cursor: pointer;
    background-color: var(--phenom-primary-color);
    transform-origin: 0 0;
    transform: rotate(90deg);
    padding: 5px 10px;
    top: 10px;
    left: 0px;
    z-index: 202;
    border-radius: 0 0 5px 5px;
    color: var(--phenom-primary-inverted-text-color);
    transition: all 600ms;
}

.debug-container .debug-modes {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    color: var(--phenom-primary-inverted-text-color);
    font-weight: bold;
    flex: 0 1 auto;
}

.debug-modes>div {
    padding: 0.3rem 0.6rem;
    border-radius: 0.35rem;
    cursor: pointer;
    font-size: 1.1rem;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .1);
    transition: all 300ms;
}

.debug-container .clickable {
    cursor: pointer;
    transition: all 400ms;
}

.debug-container .clickable:hover {
    transform: scale(1.05);
    /* scale: 1.05; */
}

.debug-container .clickable:active {
    transform: scale(0.95);
    /* scale: 0.95; */
}

.debug-container .clickable.disabled{
    cursor:not-allowed;
    box-shadow: none;
    border-color: grey;
    color: grey;
    background-color: white;
}

.debug-container .clickable.disabled:hover {
    transform: scale(1);
    /* scale: 1; */
    box-shadow: none;
    border-color: grey;
    color: grey;
}

.debug-container .clickable.disabled:active {
    transform: scale(1);
    /* scale: 1; */
    box-shadow: none;
    border-color: grey;
    color: grey;
}

.debug-modes>.live-mode {
    background-color: var(--phenom-green-bg);
    border: 1px solid black;
    border-color: var(--phenom-green-bg);
}

.debug-modes>.live-mode:hover {
    background-color: white;
    color: var(--phenom-green-bg);
    box-shadow: 0 2px 8px 0 var(--phenom-green-bg);

}

.debug-modes>.historic-mode {
    background-color: var(--phenom-orange-bg);
    border: 1px solid black;
    border-color: var(--phenom-orange-bg);
}

.debug-modes>.historic-mode:hover {
    background-color: white;
    color: var(--phenom-orange-bg);
    box-shadow: 0 2px 8px 0 var(--phenom-orange-bg);
}

.debug-container button.clickable {
    padding: 0.4rem 0.6rem;
    font-weight: bold;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.2rem;
    border-radius: 0.25rem;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15);
    color: var(--phenom-primary-inverted-text-color);
    background-color: var(--phenom-primary-color);
    border: none;
}

.debug-container .debug-mode-selection div {
    display: flex;
    flex-direction: column;
}

.debug-mode-selection div>p {
    margin-top: 2rem;
    margin-bottom: 0;
    font-size: 1.2rem;
}

.debug-mode-selection div>button {
    margin: 0 auto;
    margin-top: 1rem;
    flex-grow: 1;
}

.debug-modal-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 221;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.debug-modal-container>.debug-modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
}

.debug-modal-container>.debug-inc-row {
    position: absolute;
    z-index: 1;
    bottom: 0;
    width: 100px;
    left: calc(50% - 50px);
    border-top-left-radius: 0.4rem;
    border-top-right-radius: 0.4rem;
    padding: 0.2rem 0.4rem;
    background-color: rgba(0, 0, 0, 0.2);
    cursor: pointer;
    display: flex;
    color: var(--phenom-primary-inverted-text-color);
    justify-content: center;
}
.debug-modal-container>.debug-dec-row {
    position: absolute;
    z-index: 1;
    top: 0;
    left: calc(50% - 50px);
    width: 100px;
    border-bottom-left-radius: 0.4rem;
    border-bottom-right-radius: 0.4rem;
    padding: 0.2rem 0.4rem;
    background-color: rgba(0, 0, 0, 0.2);
    cursor: pointer;
    display: flex;
    color: var(--phenom-primary-inverted-text-color);
    justify-content: center;
}
.debug-modal-container>.debug-inc-column {
    position: absolute;
    z-index: 1;
    right: 0;
    top: calc(50% - 50px);
    height: 100px;
    border-top-left-radius: 0.4rem;
    border-bottom-left-radius: 0.4rem;
    padding: 0.4rem 0.2rem;  
    background-color: rgba(0, 0, 0, 0.2);
    cursor: pointer;
    display: flex;
    color: var(--phenom-primary-inverted-text-color);
    flex-direction: column;
    justify-content: center;
}
.debug-modal-container>.debug-dec-column {
    position: absolute;
    z-index: 1;
    left: 0;
    top: calc(50% - 50px);
    height: 100px;
    border-top-right-radius: 0.4rem;
    border-bottom-right-radius: 0.4rem;
    padding: 0.4rem 0.2rem;
    background-color: rgba(0, 0, 0, 0.2);
    cursor: pointer;
    display: flex;
    flex-direction: column;
    color: var(--phenom-primary-inverted-text-color);
    justify-content: center;
}

.debug-modal-container .debug-modal-content {
    width: min(400px, 100%);
    height: max(60vh, 400px);
    background: white;
    border-radius: 1rem;
    box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 3;
    margin-top: max(50px, );
}

.debug-modal-container .debug-modal-close {
    width: 35px;
    z-index: 3;
    height: 35px;
    border-radius: 50%;
    box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.2);
    z-index: 4;
    position: absolute;
    top: 0.6rem;
    right: 0.6rem;
    background: rgba(255, 0, 0, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}

.debug-container .debug-mode-switcher {
    display: flex;
    flex-flow: column;
    height: 100%;
}

.debug-container .debug-mode-container {
    overflow-y: auto;
    padding: 0.4rem 0.5rem;
    flex: 1 1 auto;
    margin: 1rem 0px;
}

.debug-container .debug-slot-list-item {
    border-radius: 0.5rem;
    padding: 0.2rem 0.4rem;
    border: 2px dashed var(--phenom-green-bg);
    text-align: center;
    color: var(--phenom-green-bg);
    margin-top: 0.5rem;
    background-color: rgba(255,255,255,0.5);
    cursor: pointer;
}

.debug-container .debug-slot-list-item:last-of-type {
    margin-bottom: 1.2rem;
}

.debug-container .debug-slot-list-item:hover{
    background-color: rgba(255, 255, 255, 0.85);
}

.debug-container .debug-slot-list-item.unavailable {
    border-color: var(--phenom-red-bg);
    color: var(--phenom-red-bg);
}

.debug-container .debug-date-switcher{
    width: 100%;
    display: flex;
    justify-content: right;
    background-color: var(--phenom-debug-bg);
    position: sticky;
    top: -0.4rem;
    flex: 0 1 auto;
}

.debug-date-switcher .debug-date-switch-left,.debug-date-switcher .debug-date-switch-right {
    cursor: pointer;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 1px dotted;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 0.5rem;
}

.debug-date-switcher .debug-date-switch-left:hover,.debug-date-switcher .debug-date-switch-right:hover {
    background-color: rgba(0, 0, 0, 0.2);
}

.debug-date-switcher .debug-date-switch-date {
    flex: 1 1 auto;
    text-align: center;
    font-weight: 600;
    color: var(--phenom-primary-color);
}

.debug-container .debug-modal-content {
    padding: 1.1rem;
}

.debug-container .debug-modal-content {
    display: flex;
    flex-direction: column;
}

.debug-container .debug-modal-content>p {
    font-weight: 600;
    flex: 0 1 auto;
}

.debug-modal-content .debug-combination-list {
    flex: 1 1 auto;
    overflow-y: auto;
}

.debug-modal-content .debug-combination {
    background-color: rgba(0, 180, 0, 0.2);
    padding: 0.5rem 0.7rem;
    color: var(--phenom-green-bg);
    border-radius: 0.4rem;
}

.debug-modal-content .debug-combination.unavailable{
    background-color: rgba(180, 0, 0, 0.2);
    color: var(--phenom-red-bg);
}

.debug-combination>.combination-emails {
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
    overflow: hidden;
}

.debug-combination>.combination-emails::before{
    content: 'emails:';
    margin-right: 0.3rem;
    font-weight: bold;
}

.debug-combination>.combination-reason::before {
    content: 'reason:';
    margin-right: 0.3rem;
    font-weight: bold;
}

.debug-container .debug-timeline-node-input {
    display: flex;
    align-items: center;
}

.debug-timeline-node-input .debug-timeline-node-submit{
    background-color: var(--phenom-primary-color);
    color: var(--phenom-primary-inverted-text-color);
    border: none;
    border-radius: 0.3rem;
    cursor: pointer;
}