.login-block img.logo {

    height: 100px !important;
}

.login-content {
    margin-top: 20px;
}

.login-form {
    margin-top: 20px;
}

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

    width: 100vw;
    height: 100vh;
}

.loadingContainer img {
    height: 60px;
    width: 60px;
    max-width: 100%;
    max-height: 100%;
}


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

    width: 100%;

}

.homeLoadingContainer img {
    height: 60px;
    width: 60px;
    max-width: 100%;
    max-height: 100%;
}

.btn-yellow:focus {
    outline: none;
}

.btn-yellow {
    min-width: 100px;
}

.login-block li {
    width: 100% !important;
    text-align: center !important;
}

.time-clockHeader {
    text-align: left;
}

/*.time-clock {

    background-size: auto !important;


}*/

.mt-5, .my-5 {
    margin-top: 1.5rem !important;
}

.mb-2, .my-2 {
    margin-bottom: 1rem !important;
}

.dialogButton {
    background: #1072BA;
    color: #fff;
    font-size: 20px;
    border-radius: 4px;
    padding: 10px 70px;
    border: 0;
}

.dialogTitle {
    color: #32383d;
}

.dialogLogo {
    width: 40%;
}

.bg-red {
    background: #D13024;
}

.timecardBlock {
    width: 180px;
    height: 180px;
}

.time-clock-block .logo {
    margin: 15px 0 0px 45px;
}

.owl-carousel {

    width: 100%;
    text-align: center;
    display: inline-block;
    overflow-x: auto;
    overflow-y: hidden;
    height: 70px;
    white-space: nowrap;
}

.menu-wrapper {
    width: 100%;
}

.arrow-next, .arrow-prev {
    font-size: 22px;
}

.owl-nav i {
    font-size: 40px;
    color: #1072BA;
}

.owl-carousel .item {


}

.modal-content1 {
    padding: 0;
    border-radius: 0;

}

.customModal .modal-content {
    border-radius: 1em;
}

.modal-body {
    padding: 0;
}

@media screen and (max-width: 768px) {


    .payPeriodWidth select {
        width: 100% !important;
    }

    .payPeriodWidth {
        width: 100% !important;
    }

    .payPeriodDropdown label {

        width: 100%;
        text-align: center;

    }

    .lock {
        border-radius: 20px;
    }

    .lock img {
        height: 50px;
    }

    .timecardBlock {
        width: 170px;
        height: 170px;
    }

    .time-clock-block .logo {
        height: 60px;
        margin: 15px 0 20px 10px;
    }

}

.welcome-text {
    margin-top: 8px;
}

.dropdown img {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 1px solid #fff;
    margin-right: 5px;
}

.dropdown span {

    color: #fff;
    vertical-align: middle;
}

.dropdown-menu {

    background: #1072BA !important;

    width: 100%;

    border: 0;
}

.dropdown-menu a {

    color: #fff;
}

.dropdown-menu a:hover {

    background: #1072BA !important;
    color: #fff;
}

.timeSheetScroll {
    max-height: 520px !important;
    overflow-y: scroll;
    padding-right: 0px;
}

.bi-2x {
    font-size: 1.8rem;
    color: #fff !important;
}

.bi-red {
    font-size: 2rem;
    color: #D13024 !important;
}

.bi-green {
    font-size: 2rem;
    color: #5EA426 !important;
}

.bi-yellow {
    font-size: 2rem;
    color: #f0c52c !important;
}

.HomepageBlockMain {
    padding-top: 30px;
}

.pb-10 {
    padding-bottom: 10px !important;
}

.lockParent {
    position: relative;
}

.lock {
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(72, 85, 96, 0.65);
    position: absolute;
    top: 0;

}

.lock img {
    position: absolute;
    margin: auto;
    display: inline-block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 70px;
}

.homeAnnouncementBlock {
    visibility: hidden;
}

.header-text .logo-sm i {
    font-size: 28px;
    color: #fff;
}

.time-clockHeader a {
    position: absolute;
}

.time-clockHeader p {
    width: 100%;
    text-align: center;
    display: inline-block;
    color: #fff;
    font-weight: bold;
    font-size: 22px;
}


.donate-now li {
    float: left;
    width: 100%;
    height: 40px;
    margin-top: 5px;
    position: relative;
}

.donate-now label,
.donate-now input {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.donate-now input[type="radio"] {
    opacity: 0.01;
    z-index: 100;
}

.donate-now input[type="radio"]:checked + label, .Checked + label {
    background: #1072BA;
    color: #fff;
    font-weight: 400;

}

.donate-now label {
    padding: 5px;

    cursor: pointer;
    z-index: 90;
    margin: 0 auto;
    border-radius: 50%;
    height: 45px;
    width: 45px;
    font-family: 'poppinsregular';
    text-align: center;
    color: #b6c2cf;

    font-size: 24px;

    background: #fff;
    line-height: 36px;
}

.clock-outBlockFirst {
    margin-bottom: 20px;
    padding-bottom: 25px;
}

.clockStatus {
    display: inline-block;
    position: relative;
    top: -1em;
    color: #393F45;
}

.item p {
    font-family: 'poppinsregular';
    font-size: 18px;
    font-weight: 400;
    color: #b6c2cf;
}

.active p {

    color: #48555f;
    font-family: 'poppinsmedium';
}

#root {
    max-width: 1920px;
    margin: 0 auto;
}

#mainBG {
    background: #fff;

}

.error {
    color: #5a5c69;
    font-size: 7rem;
    position: relative;
    line-height: 1;
    width: 12.5rem;
    font-family: "poppinslight";
}

.lead {
    font-family: "poppinslight";
    margin-top: 10px;
}

.ml-auto, .mx-auto {
    margin-left: auto !important;
}

.mr-auto, .mx-auto {
    margin-right: auto !important;
}


@-webkit-keyframes noise-anim {
    0% {
        clip: rect(32px, 9999px, 16px, 0);
    }
    5% {
        clip: rect(5px, 9999px, 24px, 0);
    }
    10% {
        clip: rect(77px, 9999px, 87px, 0);
    }
    15% {
        clip: rect(91px, 9999px, 95px, 0);
    }
    20% {
        clip: rect(74px, 9999px, 9px, 0);
    }
    25% {
        clip: rect(37px, 9999px, 32px, 0);
    }
    30% {
        clip: rect(56px, 9999px, 27px, 0);
    }
    35% {
        clip: rect(35px, 9999px, 33px, 0);
    }
    40% {
        clip: rect(89px, 9999px, 6px, 0);
    }
    45% {
        clip: rect(81px, 9999px, 77px, 0);
    }
    50% {
        clip: rect(64px, 9999px, 69px, 0);
    }
    55% {
        clip: rect(12px, 9999px, 11px, 0);
    }
    60% {
        clip: rect(59px, 9999px, 11px, 0);
    }
    65% {
        clip: rect(69px, 9999px, 59px, 0);
    }
    70% {
        clip: rect(74px, 9999px, 65px, 0);
    }
    75% {
        clip: rect(56px, 9999px, 79px, 0);
    }
    80% {
        clip: rect(80px, 9999px, 64px, 0);
    }
    85% {
        clip: rect(87px, 9999px, 29px, 0);
    }
    90% {
        clip: rect(16px, 9999px, 21px, 0);
    }
    95% {
        clip: rect(69px, 9999px, 43px, 0);
    }
    100% {
        clip: rect(75px, 9999px, 63px, 0);
    }
}

@keyframes noise-anim {
    0% {
        clip: rect(32px, 9999px, 16px, 0);
    }
    5% {
        clip: rect(5px, 9999px, 24px, 0);
    }
    10% {
        clip: rect(77px, 9999px, 87px, 0);
    }
    15% {
        clip: rect(91px, 9999px, 95px, 0);
    }
    20% {
        clip: rect(74px, 9999px, 9px, 0);
    }
    25% {
        clip: rect(37px, 9999px, 32px, 0);
    }
    30% {
        clip: rect(56px, 9999px, 27px, 0);
    }
    35% {
        clip: rect(35px, 9999px, 33px, 0);
    }
    40% {
        clip: rect(89px, 9999px, 6px, 0);
    }
    45% {
        clip: rect(81px, 9999px, 77px, 0);
    }
    50% {
        clip: rect(64px, 9999px, 69px, 0);
    }
    55% {
        clip: rect(12px, 9999px, 11px, 0);
    }
    60% {
        clip: rect(59px, 9999px, 11px, 0);
    }
    65% {
        clip: rect(69px, 9999px, 59px, 0);
    }
    70% {
        clip: rect(74px, 9999px, 65px, 0);
    }
    75% {
        clip: rect(56px, 9999px, 79px, 0);
    }
    80% {
        clip: rect(80px, 9999px, 64px, 0);
    }
    85% {
        clip: rect(87px, 9999px, 29px, 0);
    }
    90% {
        clip: rect(16px, 9999px, 21px, 0);
    }
    95% {
        clip: rect(69px, 9999px, 43px, 0);
    }
    100% {
        clip: rect(75px, 9999px, 63px, 0);
    }
}

.error:after {
    content: attr(data-text);
    position: absolute;
    left: 2px;
    text-shadow: -1px 0 #e74a3b;
    top: 0;
    color: #5a5c69;
    background: #f8f9fc;
    overflow: hidden;
    clip: rect(0, 900px, 0, 0);
    animation: noise-anim 2s infinite linear alternate-reverse;
}

@-webkit-keyframes noise-anim-2 {
    0% {
        clip: rect(12px, 9999px, 52px, 0);
    }
    5% {
        clip: rect(42px, 9999px, 39px, 0);
    }
    10% {
        clip: rect(64px, 9999px, 36px, 0);
    }
    15% {
        clip: rect(52px, 9999px, 15px, 0);
    }
    20% {
        clip: rect(79px, 9999px, 7px, 0);
    }
    25% {
        clip: rect(17px, 9999px, 41px, 0);
    }
    30% {
        clip: rect(15px, 9999px, 20px, 0);
    }
    35% {
        clip: rect(62px, 9999px, 87px, 0);
    }
    40% {
        clip: rect(94px, 9999px, 11px, 0);
    }
    45% {
        clip: rect(49px, 9999px, 10px, 0);
    }
    50% {
        clip: rect(82px, 9999px, 4px, 0);
    }
    55% {
        clip: rect(70px, 9999px, 100px, 0);
    }
    60% {
        clip: rect(62px, 9999px, 23px, 0);
    }
    65% {
        clip: rect(51px, 9999px, 56px, 0);
    }
    70% {
        clip: rect(41px, 9999px, 24px, 0);
    }
    75% {
        clip: rect(6px, 9999px, 85px, 0);
    }
    80% {
        clip: rect(96px, 9999px, 58px, 0);
    }
    85% {
        clip: rect(16px, 9999px, 24px, 0);
    }
    90% {
        clip: rect(40px, 9999px, 31px, 0);
    }
    95% {
        clip: rect(91px, 9999px, 34px, 0);
    }
    100% {
        clip: rect(87px, 9999px, 26px, 0);
    }
}

@keyframes noise-anim-2 {
    0% {
        clip: rect(12px, 9999px, 52px, 0);
    }
    5% {
        clip: rect(42px, 9999px, 39px, 0);
    }
    10% {
        clip: rect(64px, 9999px, 36px, 0);
    }
    15% {
        clip: rect(52px, 9999px, 15px, 0);
    }
    20% {
        clip: rect(79px, 9999px, 7px, 0);
    }
    25% {
        clip: rect(17px, 9999px, 41px, 0);
    }
    30% {
        clip: rect(15px, 9999px, 20px, 0);
    }
    35% {
        clip: rect(62px, 9999px, 87px, 0);
    }
    40% {
        clip: rect(94px, 9999px, 11px, 0);
    }
    45% {
        clip: rect(49px, 9999px, 10px, 0);
    }
    50% {
        clip: rect(82px, 9999px, 4px, 0);
    }
    55% {
        clip: rect(70px, 9999px, 100px, 0);
    }
    60% {
        clip: rect(62px, 9999px, 23px, 0);
    }
    65% {
        clip: rect(51px, 9999px, 56px, 0);
    }
    70% {
        clip: rect(41px, 9999px, 24px, 0);
    }
    75% {
        clip: rect(6px, 9999px, 85px, 0);
    }
    80% {
        clip: rect(96px, 9999px, 58px, 0);
    }
    85% {
        clip: rect(16px, 9999px, 24px, 0);
    }
    90% {
        clip: rect(40px, 9999px, 31px, 0);
    }
    95% {
        clip: rect(91px, 9999px, 34px, 0);
    }
    100% {
        clip: rect(87px, 9999px, 26px, 0);
    }
}

.error:before {
    content: attr(data-text);
    position: absolute;
    left: -2px;
    text-shadow: 1px 0 #4e73df;
    top: 0;
    color: #5a5c69;
    background: #f8f9fc;
    overflow: hidden;
    clip: rect(0, 900px, 0, 0);
    animation: noise-anim-2 3s infinite linear alternate-reverse;
}

.headingNotFound {
    padding: 15px;
    font-size: 32px !important;
    font-family: 'nunitobold';
    float: left;
    width: 100%;
    text-align: left;
    margin-left: 3rem;
    color: #2F3740;
}


.headingSubText {
    padding-left: 15px;
    font-family: 'nunitobold';
    width: 100%;
    text-align: left;
    float: left;
    margin-left: 3rem;
    color: #2F3740;
}
.vacationStartTimePicker,.vacationEndTimePicker{

    padding: 10px!important;
}
.logo404 {
    max-width: 600px;
    width: 100%;
}

@media screen and (max-width: 590px) {

    .headingNotFound {
        padding: 15px;
        font-size: 32px !important;
        font-family: 'nunitobold';
        float: left;
        width: 100%;
        text-align: left;
        margin-left: 0rem;
        color: #2F3740;
    }


    .vacationStartTimePicker, .vacationEndTimePicker, .vacationStartDatePicker, .vacationEndDatePicker {
        width:50%!important;
        min-width: 200px;
    }

    .vacationStartTimePicker,.vacationEndTimePicker{
        right:15px;
        padding: 10px!important;
    }
    .react-calendar{
        width:100%!important;
    }
    .headingSubText {
        padding-left: 15px;
        font-family: 'nunitobold';
        width: 100%;
        text-align: left;
        float: left;
        margin-left: 0rem;
        color: #2F3740;
    }
}

.dropdown-toggle:focus {
    box-shadow: none;
}


.datepicker-block {
    width: 70%;
}

.payPeriodWidth select {
    width: 90%;
    padding: 5px;
    font-size: 16px;
    line-height: 1;

    text-align: center;
    border-radius: 2px;
    border: 1px solid #B6C2D0;

    background: url("/img/arrow-down1.png") no-repeat right #fff;
    -webkit-appearance: none;
    background-position-x: 98%;
    background-size: 15px;
    height: 40px;
}

.payPeriodWidth {
    width: 80%;
}

.btnPrint {
    font-size: 26px;
}

p.start-end {
    font-size: 14px;
    font-family: 'robotolight';
    color: #32383D;
    margin-top: 5px;
}

.scheduleBlock {
    background: #F7F8FA;
    padding: 15px 10px;
    float: left;
    width: 100%;
    position: relative;
}

.scheduleBlockMain {
    padding: 0 20px;
    display: inline-block;
    width: 100%;
    min-height: 312px;
}

.scheduleBlockDiv {
    width: 20%;
    float: left;
    margin-bottom: 20px;
    max-width: 200px !important;
    min-width: 190px !important;
}

.weekname, .dmy {
    border: none !important;
}

.timesheetBlock {
    background: #F7F8FA;
    padding: 15px 10px;
    float: left;
    width: 100%;
    min-height: 420px;
    position: relative;
}

.timesheetBlockMain {
    padding: 0 20px;
    display: inline-block;
    width: 100%;
    margin: 0 auto;
    min-height: 250px;
}

.timesheetBlockMain h2 {
    margin-top: 100px;
    font-size: 20px;
}

.timesheetBlockInnerDiv {
    background: #fff;
    width: 100%;
    border: 1px solid #B6C2D0;
    float: left;
    padding: 0 8px 10px 8px;
    border-radius: 2px;
    float: left;
    min-height: 250px;
}

.times {
    min-height: 155px;
    max-height: 155px;
    overflow-y: scroll;
}

.scrollbar-type {
    height: 265px;
    padding-right: 5px;
}

.schedule-print-title {
    text-align: left;
}

.schedule-print-title h2 {
    font-size: 24px;
}

.schedule-print-title h4 {
    font-size: 18px;
    font-weight: normal;
    font-family: 'robotolight';
}

br {
    border: 1px solid #000;
}

.parent {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.scheduleTimingDiv_r input.breakendTiming {
    border-right: 2px solid #75838F;
}

.scheduleTimingDiv_r input.breakstartTiming {
    border-right: 2px solid #FF9E48;
}

.btnBreakStart, .btnBreakEnd, .btnShiftStart, .btnShiftEnd {
    text-decoration: none;
}

.overflow-visible {
    overflow-y: visible !important;
}

@media print {
    a:link {
        border-bottom: none !important;
        text-decoration: none !important;
    }

    a[href]:after {
        content: none !important;
    }
}

.approvedBtnWhite {
    background: #B8C2CF;
    padding: 5px 10px;
    color: white;
    margin-top: -5px;
    height: 35px;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 15%;
}

.approvedBtnBlack {
    background: #F7F8FA;
    padding: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #000;
}

.editStatus {
    position: relative;

}
.time-clock-block  .editStatus{
    left: 5em;
}


.schedule-print-title .scheduleBlockDiv {
    max-width: 180px !important;
    min-width: 170px !important;
}
.HomepageBlockInner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0;
    padding-left: 4em;
    padding-right: 4em;
    background-color: #F1F5F6;
}

.HomepageBlock {
    border-right: none;
    width: 95%;

    margin: 0 auto !important;
    float: none !important;
    margin-top: 5em !important;
    height: 250px;
    box-shadow: rgb(0 0 0 / 25%) 0 0 3px;

    border-radius: 1em;
    display: flex;
    /*justify-content: center;*/
    flex-direction: column;
    align-items: center;
    background-color: white;
}

.lock {
    border-radius: 1em;
    /*background-color: rgba(16, 114, 186, 0.3);*/
}

.lockIcon {
    background-color: rgb(10, 89, 148);
    z-index: 100;
    /*background: rgba(72, 85, 96, 0.65);*/
}

.HomepageBlockMain {
    padding-top: 0;
}

.HomepageBlock-left {
    float: none;
    padding: 0;
}

.HomepageBlockCircle {
    width: 65px;
    height: 65px;
    position: relative;
    top: -2.5em;
}

.HomepageBlockText {
    margin-left: 0;
    padding-top: 0;
    text-align: center;
}

.HomepageBlockText h4 {
    margin: -1em 0 1em;
    font-family: 'poppinsregular';
    color: #393F45;
    font-weight: 300;
}


.horizontalLine {
    border-top: 1px solid #BFC9D3;
    margin-top: 2em;
    margin-bottom: 2em;
}

.HomepageBlockText a {
    font-family: 'poppinsregular';
    font-size: 14px;
    font-weight: 400;
    color: #1072BA;
    margin: 1em;
}

@media screen and (min-width: 768px) {
    .HomepageBlock {
        /*  width: 20.833333325%;
          flex: 0 0 20.833333325%;
          max-width: 20.833333325%;*/
    }
}

@media screen and (max-width: 768px) {

    .HomepageBlockInner {
        padding: 0 40px;
    }

    .horizontalLine {
        margin-left: auto;
        margin-right: auto;
        width: 30%;
    }

    .HomepageBlock {
        margin-top: 2.5em;
        margin-bottom: 1.5em;
    }

    .lock img {
        height: 70px;
    }
}

.bg-grey {
    background-color: #F1F5F6 !important;
}

@media screen and (max-width: 576px) {

    .editStatus {
        left: 1em;
    }

    .payPeriodWidth select {
        position: relative;
        left: 1.6em;
        width: 90% !important;
        font-size: 11px;
        height: 30px;
        background-size: 10px;
        background-position-x: 97%;
    }

    .payPeriodDropdown label {
        position: relative;
        left: 2em;
    }

    .approvedBtnWhite {
        font-size: 10px;
        width: 20%;
    }
}

@media screen and (min-width: 576px) and (max-width: 768px) {

    .editStatus {
        left: 3em;
    }

    .payPeriodDropdown label {
        position: relative;
        left: 2em;
    }

    .payPeriodWidth select {
        position: relative;
        left: 2em;
    }

    .approvedBtnWhite {
        font-size: 14px;
        width: 22%;
    }
}

@media screen and (max-width: 375px) {

    .editStatus {
        position: static;
        font-size: 12px !important;
    }

    .approvedBtnWhite {
        font-size: 8px;
    }

    .payPeriodWidth select {
        font-size: 9px;
    }
}

@media screen and (max-width: 768px) {
    .homeAnnouncement {
        height: 100%;
    }
}

@media screen and (max-width: 768px) {
    .HomepageBlockMobileSpacing {
        margin-top: -25px;
    }
}


i.green {
    color: #6EC45C;
}


.bg-wg-modal .wg-modal.succesBlock {
    border-radius: 8px;
}

.successBlock .timesubmitBlock p {
    font-family: 'robotolight' !important;
    font-Size: 18px !important;
    color: #2F3740 !important;
}

.successBlock .title1 p {
    font-family: 'poppinsmedium' !important;
    font-size: 28px !important;
    color: #2F3740 !important;
}

.bg-wg-modal .wg-modal.successBlock {
    border-radius: 4px;
    width: 500px !important;
}

.cursor-pointer {
    cursor: pointer;
}

.modalboxHeaderLabel {
    display: inline-flex;
    color: white;
    font-family: 'poppinsregular';
    height: 50px;
    font-size: 26px;
    font-weight: 400;
    align-items: center;
    position: relative;
    left: 1em;
}

.modalboxHeaderCloseIcon {
    float: right;
    font-size: 1.4em;
    cursor: pointer;
}

.sessionAlertBoxHeader {
    /*width: 450px!important;*/
    border-radius: 8px 8px 0 0 !important;
    height: 10px;
}

.sessionAlertModal .modal-dialog {
    max-width: 345px;
    margin: 0 auto;
    width: 95%;
}

.sessionAlertBoxBodyTop {
    color: #2F3740;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2em 0 2em 0;
}

.sessionAlertBoxBodyTop h1 {
    display: inline;
    font-size: 2em;
    font-family: 'robotoregular';
}

.sessionAlertBoxBodyTop i {
    font-size: 3em;
    margin-right: 0.3em;
}

.sessionAlertBoxBodyCountdown {
    color: #2F3740;
    display: flex;
    align-items: baseline;
    justify-content: center;
}

.sessionAlertBoxBodyCountdown h1 {
    display: inline;
    font-family: 'poppinsmedium';
    font-size: 36px;
    font-weight: 300;
}

.sessionAlertBoxBodyCountdown h4 {
    display: inline;
    font-weight: 300;

    font-family: 'poppinsmedium';
    font-size: 22px;
    color: #393F45;
}

.sessionAlertBoxBodyCountdown h4:nth-child(2) {
    margin-right: 0.7em;
}

.sessionAlertBoxBody p {
    font-weight: 300;
    line-height: normal;
    margin-top: 1em;
    font-family: 'poppinsmedium';
    font-size: 20px;
    color: #393F45;
    text-align: center;
}

.sessionAlertBoxBodyButtons {
    display: flex;
    justify-content: space-evenly;
    margin-top: 4em;
    margin-bottom: 2em;
}

.btn-logout {
    line-height: 35px;
    width: 145px;
    height: 35px;
    box-shadow: 0px 0px 1px #f1f5f6;
    border-radius: 2px;
    background: #F1F5F6;
    text-align: center;
    font-family: 'poppinsmedium';
    font-size: 16px;
    color: #393F45;
}

.sessionAlertBoxBodyButtons:hover a:nth-of-type(1) {
    color: #1072ba !important;
    background: white !important;
    text-decoration: none !important;
}

.btn-continue {
    width: 145px;
    height: 35px;
    box-shadow: 0px 0px 1px #000000;
    border-radius: 2px;
    background: #1072BA;
    line-height: 35px;
    margin-left: 10px;
    text-align: center;
    font-family: 'poppinsmedium';
    font-size: 16px;
    color: #fff;
}

.sessionAlertBoxBodyButtons:hover a:nth-of-type(2) {
    color: white !important;
    background: #1072BA !important;
    text-decoration: none !important;
}

@media screen and (max-width: 475px) {


    .vacationStartTimePicker, .vacationEndTimePicker, .vacationStartDatePicker, .vacationEndDatePicker {
        width:60%!important;

    }
    .sessionAlertBoxBodyTop h1 {
        font-size: 1.5em;
    }


    .sessionAlertBoxBodyTop i {
        font-size: 2.5em;
    }

    .modalboxHeaderCloseIcon {
        display: none;
    }

    .modalboxHeaderLabel {
        left: 0;
    }
}

.clockStatusContainer {
    display: inline-flex;
    flex-direction: column;
    font-size: 16px;
    font-family: 'robotoregular';
    line-height: 1.3em;
}

.clock-outBlockTop .right {
    color: #393F45;
}

.clock-outBlockmiddle p {
    color: #32383d;
}

.timeClockHand {
    display: inline-block;
    font-family: robotomedium;
    font-size: 3em;
}

.timeClockLabel {
    display: inline-block;
    font-family: robotolight;
    font-size: 1.1em;
}

#timeClockLabel {
    margin-right: 0.3em;
}

.timeCardMainLabel {
    display: table-caption;
    text-align: center;
    font-family: robotomedium;
    font-size: 1.2em;
    color: #32383D;
    margin-bottom: 1.25em;
    margin-top: -1.75em;
}


@media screen and (max-width: 767px) {
    .clock-outmiddleLinks {
        width: 100%;
    }
}

@media screen and (max-width: 425px) {

    .timeCardMainLabel {
        font-size: 1em;
    }

}

.updateModalHeader {
    text-align: left;
}

.updateModalHeaderIcon {
    width: 48px;
    margin: 1em 1em 0 2em;
}

.updateModalHeaderTitle {
    font-family: 'poppinsmedium';
    font-size: 28px;
    color: #2F3740;
    display: inline-block;
    position: relative;
    top: -0.5em;
}

#modalHorizontalLine {
    margin: 1em 2em 2em 2em;
    border-top: 1px solid #B6C2D0;
}

.updateModalBody {
    text-align: left;
    margin: 0 2em 0 2em;
}

.updateModalBody p {
    display: inline-block;
    font-family: 'poppinsregular';
    font-size: 16px;
    color: #2F3740;
    margin: 0 0.5em 0 0.5em;
    position: relative;
    top: -0.5em;
}

.bullet {
    color: #DEE3E9;
    font-size: 230%;
    margin-left: 0.5em;
}

.updateBtn {
    font-family: 'poppinsmedium';
    background: #ffe45e;
    font-size: 16px;
    color: #32383d;
    border-radius: 4px;
    padding: 10px 190px;
    border: 0;
    margin: 2em;
}

@media screen and (max-width: 768px) {

    .bg-wg-modal .wg-modal.successBlock {
        width: 315px !important;
    }

    .updateModalHeaderIcon {
        width: 40px;
    }

    .updateModalHeaderTitle {
        font-size: 24px;
    }

    #modalHorizontalLine {
        margin: 1em 2em 2em 2em;
    }

    .updateModalBody p {
        font-size: 14px;
    }

    .bullet {
        margin-left: 0;
    }

    .updateBtn {
        padding: 10px 100px;
    }

    .adjustMultiline {
        top: -1.8em !important;
        left: 0.8em !important;
    }
}

.correctionModalHeader {
    text-align: center;
    font-family: 'robotoregular';
    font-size: 22px;
    color: #32383D;
    background: #FAFAFA;
    padding: 15px 5px;
    box-shadow: 0px 3px 6px #00000029;
    z-index: 1;
}

.correctionModalHeaderWithButtons {
    text-align: center;
    font-family: 'poppins';
    font-size: 19px;
    color: #32383D;
    background: #FAFAFA;
    padding: 15px;
    box-shadow: 0px 3px 6px #00000029;
    z-index: 1;
    display: flex;
    justify-content: space-between;
}

.correctionModalBodyTitle p {
    font-family: poppinsmedium;
    font-size: 18px;
    color: #32383D;
    line-height: 25px;
}

.correctionModalBodyTitle2 p {
    font-family: poppinsmedium;
    font-size: 14px;
    color: #32383D;
}

.correctionModalBody {
    min-height: 400px;
}

.correctionModalDropdown {
    margin-bottom: 12em;
}

.correctionModalDropdown button {
    position: relative;
    width: 93%;
    height: 50px;
    font-size: 18px;
    border: none;
    box-shadow: none;
    outline: none;
    cursor: pointer;
    color: #32383d;
    font-family: 'poppinslight';
    text-align: left;
    letter-spacing: 0;
    border: 1px solid #B6C2D0;
    border-radius: 2px;
    padding: 8px;
}

.correctionModalDropdown ul {
    position: absolute;
    left: 1.4em;
    margin: 0;
    padding: 0;
    width: 93%;
    background: #ccc;
    transform-origin: top;
    transform: perspective(1000px) rotateX(-90deg);
    /*transition: 0.5s; Enable for animation*/
}

.correctionModalDropdown ul.active {
    transform: perspective(1000px) rotateX(0deg);
}

.correctionModalDropdown ul li {
    list-style: none;
}

.correctionModalDropdown ul li a {
    display: block;
    padding: 8px;
    text-align: left;
    text-decoration: none;
    background: white;
    color: #32383d !important;
    transition: 0.3s;
    font-family: 'poppinslight';
    font-size: 16px;
    box-shadow: 0px 3px 6px #00000029;
    line-height: 2;
    cursor: pointer;
}

.correctionModalDropdown ul li a:hover {
    background: #f4f4f4;
}

.caret-down {
    background: url(/img/caret-down-fill.svg) no-repeat right #fff;
    background-position-x: 98%;
}

.caret-up {
    background: url(/img/caret-up-fill.svg) no-repeat right #fff;
    background-position-x: 98%;
}

.correctionModalHeaderBackBtn {
    display: inline-block;
    color: #32383d;
    cursor: pointer;
}

.correctionModalHeaderCloseBtn {
    display: inline-block;
    color: #32383d;
    cursor: pointer;
}

.correctionModalTimelines li {
    font-family: 'poppinsmedium';
    font-size: 20px;
    color: #32383d;
    border: 1px solid #d4d4d5;
    border-radius: 4px;
    padding: 15px 10px;
    margin-bottom: 0.4em;
    background: white;
    cursor: pointer;
}

.correctionModalTimelines li:hover {
    background: #f4f4f4;
}


.bg-fafafa {
    background: #FAFAFA;
}

.correctionModalEditHourDropdown button {
    position: relative;
    width: 93%;
    height: 45px;
    font-size: 18px;
    outline: none;
    cursor: pointer;
    color: #32383d;
    font-family: 'poppinsmedium';
    text-align: left;
    letter-spacing: 0;
    border: 1px solid #B6C2D0;
    border-radius: 4px 4px 0 0;
    padding: 8px;
}

.correctionModalEditHourDropdown ul {
    position: absolute;
    left: 1em;
    margin: 0;
    padding: 0;
    width: 93%;
    background: #ccc;
    transform-origin: top;
    transform: perspective(1000px) rotateX(-90deg);
    /*transition: 0.5s;*/
}

.correctionModalEditHourDropdown ul.active {
    transform: perspective(1000px) rotateX(0deg);
}

.correctionModalEditHourDropdown ul li {
    list-style: none;
}

.correctionModalEditHourDropdown ul li a {
    display: block;
    padding: 8px;
    text-align: left;
    text-decoration: none;
    background: white;
    color: #32383d !important;
    transition: 0.5s;
    font-family: 'poppins';
    font-size: 16px;
    box-shadow: 0px 3px 6px #00000029;
    line-height: 2;
}

.correctionModalEditHourDropdown ul li a:hover {
    display: block;
    padding: 8px;
    text-align: left;
    text-decoration: none;
    background: #f4f4f4;
    color: #32383d;
    font-family: 'poppinslight';
    font-size: 16px;
    box-shadow: 0px 3px 6px #00000029;
    line-height: 2;
}

.correctionModalSummaryContainer {
    background: inherit;
}

.correctionModalSummary {
    margin-left: 5px;
    padding-left: 10px;
    border-left: 1px solid #c6c8c9;
}

.correctionModalSummary h4 {
    font-family: 'poppinsmedium';
    font-size: 18px;
    color: #32383d;
}

.correctionModalSummary p {
    font-family: 'robotolight';
    font-size: 20px;
    color: #32383d;
    margin-bottom: 5px;
}

.correctionModalCommentBox {
    height: 150px;
    width: 100%;
    background: white;
    box-shadow: 0px 0px 3px #32383d26;
    border-radius: 4px;
    border: 1px;
    resize: none;
    padding: 5px;
    font-family: 'robotoregular';
    font-size: 18px;
    color: #32383D;
    line-height: 25px;
}

.verticalLine {
    position: absolute;
    width: 1px;
    height: 50px;
    background: #c6c8c9;
    margin-left: -5px;
}

#EditHourAccordian {
    border: 1px solid #d4d4d5;
    border-radius: 4px 4px 0 0;
}

#EditHourAccordianHeader h5 {
    font-family: poppinsmedium;
    font-size: 20px;
    color: #32383d;
}

#EditHourAccordianHeader {
    height: 45px;
}

.EditHourAddNewBtn {
    height: 44px;
    font-family: 'poppinsmedium';
    font-size: 20px;
    color: white;
    background: #0062ab;
    border: 1px solid #d4d4d5;
    border-radius: 0 0 4px 4px;
    z-index: 1;
    margin: -2px 0 0 0;
    width: 100.2%;
    position: relative;
    left: -0.01em;
}

#EditHourAccordianCollapse li {
    padding: 10px 15px;
    font-family: 'poppinslight';
    font-size: 22px;
    color: #32383d;
    display: flex;
    align-items: center;
}

#EditHourAccordianCollapse li:nth-of-type(odd) {
    background: #FAFAFA;
}

#EditHourAccordianCollapse li:nth-of-type(even) {
    background: white;
}

.editHourTimeBox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #d4d4d5;
    border-radius: 3px;
    padding: 10px;
    text-align: center;
    margin-left: auto;
    height: 45px;
    width: 150px;
    cursor: pointer;
}

.editHourPencilIcon {
    display: inline-block;
    margin-left: 0.5em;
}

.editHourCloseIcon {
    margin-left: 15px;
    cursor: pointer;
}

.editTimeModalTitle {
    display: inline-block;
    color: #32383d;
}

.loadingModal {
    z-index: 9999999;
}

.react-responsive-modal-root {
    z-index: 9999999 !important;
}

.addTimeRadioButtonsBody {

}

.addTimeButtons {
    display: flex;
    justify-content: space-between;
}

.addTimeCancelBtn {
    font-family: 'poppinsmedium';
    color: #32383d;
    font-size: 18px;
    cursor: pointer;
}

.addTimeNextBtn {
    font-family: 'poppinsmedium';
    color: #1072ba;
    font-size: 18px;
    cursor: pointer;
}

.addTimeRadioButton {
    /* opacity: 1; */
    display: none;
}

.addTimeRadioButtonLabel {
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    border: 1px solid #d4d4d5;
    padding: 15px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    width: 48%;
    height: 60px;
    margin: 5px 3px;
    font-family: 'poppinsregular';
    font-size: 18px;
}

.customRadioButton {
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    padding: 4px;
    background-clip: content-box;
    margin-right: 0.5em;
    box-shadow: 0px 0px 2px #00000029;
    border: 1px solid #D4D4D5;
}

.addTimeRadioButton:checked + .addTimeRadioButtonLabel {
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    border: 1px solid #00c081;
    background-color: #e9faf5;
}

.addTimeRadioButton:checked + .addTimeRadioButtonLabel .customRadioButton {
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    background-color: #00c081;
    border: 1px solid #00c081;
    background-clip: content-box;
}

.addTimeRadioButton:disabled + .addTimeRadioButtonLabel {
    opacity: .2;
}

.form-check-input:disabled ~ .form-check-label, .form-check-input[disabled] ~ .form-check-label {
    color: #32383d;
}

.editHourFooterLine {
    border-top: 1px solid #32383d26;
}

.editHourFooter {
    display: flex;
    justify-content: space-around;
}

.editHourCancelBtn {
    font-family: 'robotolight';
    font-size: 18px;
    color: #b6c2d0;
    border: 1px solid #b6c2d0;
    border-radius: 50px;
    padding: 15px 50px;
    cursor: pointer;
    margin-right: 5px;
}

.editHourSubmitBtn {
    font-family: 'robotolight';
    font-size: 18px;
    color: #68b957;
    border: 1px solid #68b957;
    border-radius: 50px;
    padding: 15px 50px;
    cursor: pointer;
}


input.time {
    display: inline-block;
    font-size: 26px;
    padding: 5px;
    text-align: center;
    border: 1px solid #1072BA;
    border-radius: 5px;
    width: 120px;
    margin-top: 5px;
    position: relative;
    left: 10px;
}


.ampm {
    list-style-type: none;
    float: right;
    position: absolute;
    right: 0;
    display: inline-block;
    padding: 0;
}

.ampm li {

    margin: 0 2px 0 0;
    width: 60px;
    height: 27px;
    position: relative;
}

.ampm label,
.ampm input {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.ampm input[type="radio"] {
    opacity: 0.01;
    z-index: 100;
}

.ampm input[type="radio"]:checked + label,
.Checked + label {
    background: #1072BA;
    border: 1px solid #1072BA;
    color: #fff;
}

.ampm label {
    padding: 2px;
    border: 1px solid #B6C2D0;
    cursor: pointer;
    font-weight: normal;
    font-size: 12px;

    border-radius: 3px;
    text-align: center;
    font-family: 'robotolight';
    color: #B6C2D0;
    z-index: 90;
    margin-top: 4px;
}

.clockTimePickerTitle {
    font-size: 14px;
    margin: 0.5em 0;
    color: #32383d;
}

.clockTimePickerSubTitle {
    color: #1072ba;
    font-family: robotomedium;
    text-transform: lowercase;
}

.editTimeCancelBtn {
    float: left;
    font-family: robotomedium;
    margin-bottom: .5em;
    cursor: pointer;
}

.editTimeOkBtn {
    float: right;
    color: #1072ba;
    font-family: robotomedium;
    margin-bottom: .5em;
    cursor: pointer;
}

.poppinsmedium {
    font-family: poppinsmedium !important;
}

.triangle {
    color: white;
    text-shadow: -4px 0 6px #00000029;
    font-size: 50px;
    position: relative;
    left: -0.75em;
    top: 1.05em;
}

.popperContainer {
    /*for offset in overlay for arrow*/
    margin: 30px 0 0 30px;
    z-index: 9999;
}

.popper {
    width: 350px;
    min-height: 150px;
    background: white;
    box-shadow: 0 0 6px #00000029;
    padding: 10px;
}

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

.popperErrorIcon {
    display: inline-block;
    margin-right: 0.5em;
}

.popperCloseIcon i {
    cursor: pointer;
    font-size: 32px;
    color: #32383d;
}

.popperTitle {
    display: inline-block;
    font-family: robotobold;
    font-size: 32px;
    color: #32383d;
    margin-right: auto;
}

.popper p {
    font-family: robotoregular !important;
    font-size: 16px !important;
    color: #32383d;
    text-align: left !important;
    line-height: 1.5;
}

.popperHighlight {
    font-family: robotobold !important;
    font-size: 16px !important;
    color: #0062ab;
}

.errorToolTip {
    width: 350px;
    height: 150px;
    background: white;
    box-shadow: 0 0 6px #00000029;
    padding: 10px;
    opacity: 1 !important;
}

.editHourTextError {
    color: #d25e5e;
}

.showInfoIcon {
    display: inline-block;
    font-size: 24px;
    vertical-align: middle;
    margin-left: 5px;
    color: #d25e5e;
    cursor: pointer;
}

.hideInfoIcon {
    display: none;
    font-size: 24px;
    vertical-align: middle;
    margin-left: 5px;
    color: #d25e5e;
}

.editHourTimeBoxError {
    color: #d25e5e;
    border-color: #d25e5e;
}


.editHourTimeBoxError .editHourPencilIcon img {
    content: url("/img/ic_pencil_icon_red_24px.svg") !important;
}

.editHourHighlightText {
    font-family: poppinsmedium;
    color: #1072ba;
}

/*time correction dialogs*/
@media screen and (max-width: 768px) {
    .correctionModalHeader {
        font-size: 20px;
    }

    .correctionModalBodyTitle p {
        font-size: 16px;
    }

    .correctionModalDropdown button {
        font-size: 15px;
    }

    .setTimeRequestModalWidth {
        width: 400px;
    }

    .correctionModalDropdown ul li a {
        font-size: 12px;
    }

    .correctionModalDropdown ul {
        left: 0.7em;
    }
}

@media screen and (max-width: 475px) {
    .setTimeRequestModalWidth {
        width: 270px !important;
    }

    .correctionModalBodyTitle2 p {
        font-size: 18px;
    }

    #EditHourAccordianCollapse li {
        font-size: 18px;
    }

    .editHourTimeBox {
        width: 120px;
    }

    .correctionModalSummary h4 {
        font-size: 16px;
    }

    .correctionModalSummary p {
        font-size: 18px;
    }

    .editHourCancelBtn {
        padding: 10px 30px;
    }

    .editHourSubmitBtn {
        padding: 10px 30px;
    }

    #EditHourAccordianHeader h5 {
        font-size: 18px;
    }

    .EditHourAddNewBtn {
        font-size: 18px;
    }

    .addTimeRadioButtonLabel {
        width: 100%;
    }
}

@media screen and (min-width: 1024px) {

    .correctionModalSizeClass {
        width: 615px;
        max-width: none;
    }

    .modal-content {
        width: auto;
    }
}

.opacity20 {
    opacity: 20%;
    cursor: default;
    pointer-events: none;
}

.timeRequestModalEditTime .modal-content {
    width: fit-content !important;
    margin: auto;
}

.timeRequestModalEditTime .modal-dialog {
    margin-top: 6.5rem;
}

.timeRequestModalAddTime .modal-dialog {
    margin-top: 6.5rem;
}

.modal-backdrop {
    z-index: 1050;
}

.px-2rem {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
}

.mb-2rem {
    margin-bottom: 2rem !important;
}

/*Outside Geofence Alert*/

.showModalOutsideGeofence .modal-content {
    border-radius: 8px;
    width: 485px;
    margin: 0 auto;
}

.modalOutsideGeofenceHead {
    display: flex;
    justify-content: center;
}

.btnCloseModal {
    color: #32383d;
    font-size: 30px;
    display: flex;
    justify-content: flex-end;
    cursor: pointer;
}

.modalOutsideGeofenceBody h3 {
    font-family: robotomedium;
    font-size: 28px;
    color: #32383D;
    text-align: center;
}

.modalOutsideGeofenceBody p {
    font-family: 'robotolight';
    font-size: 18px;
    color: #32383D;
    /* text-align: center; */
    line-height: 1.2;
    padding: 0 20px 0 20px;
}

.btnOkayOG {
    width: 150px;
    height: 40px;
    background: #1072BA;
    box-shadow: 0px 1px 4px #00000029;
    border-radius: 3px;
    font-family: Roboto;
    font-size: 16px;
    color: #ffffff;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}


.customModalIcon {

    width: 90px;
    height: 90px;

    border-radius: 50%;

    margin: 0 auto;
    font-size: 30px !important;
}

.customModalIcon span {
    font-size: 50px !important;
    margin-top: 20px;
}

.iconRound {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    border: 2px solid #BAC3C5;
}

.alertIcon {
    font-size: 78px !important;
    margin-top: 20px;
    text-align: center;

    color: #BAC3C5;
    margin: 0 auto;

}

.customModalIcon i {
    font-size: 50px !important;
    margin-top: 20px;
}

.infoIcon {
    border: 2px solid #1072ba;
    color: #1072ba;
}

.sessionAlertTitle {
    font-family: 'robotolight';
    font-size: 18px;
    color: #393F45;
}

.alertModal1 .modal-dialog .modal-content {
    max-width: 345px;
    width: 95%;
    box-shadow: 0px 0px 12px #474D57;
    border-radius: 10px;
    margin: 0 auto;
}

.alertModal1 .modal-dialog {
    max-width: 345px;
    width: 100%;
    margin: 1.75rem auto;

}

.alertModal1 .modalboxHeader {
    border-radius: 8px 8px 0px 0px;
    height: 10px;
}

.alertModal1 {
    overflow-y: hidden !important;
}

.alertModal-text {
    font-family: 'poppinsmedium';
    font-size: 20px;
    color: #393F45;
    text-align: center;
}

.alertModal-desc {
    font-family: 'robotolight';
    font-size: 20px;
    color: #393F45;
    line-height: 1.2;
    margin-top: 20px;
    text-align: center;
}

/* PTO Modal */

.ptoModalTitle {
    display: flex;
    justify-content: center;
    font-family: 'poppinsmedium';
    color: #32383d;
    font-size: 32px;
}

.ptoModalSubTitleContainer {
    display: flex;
    justify-content: center;
    margin-top: 0.7em;
    margin-bottom: 2em;
}

.ptoModalSubTitle {
    font-size: 18px;
    font-family: 'poppinslight';
    color: #32383d;
    margin-right: 0.2em;
}

.ptoModalSubTitleBold {
    font-size: 18px;
    font-family: 'poppinsmedium';
    color: #32383d;
}

.ptoModalInputContainer {

}

.ptoModalLabel {
    font-family: 'poppinsmedium';
    color: #32383d;
    font-size: 14px;
    margin-bottom: 0.2em;
    margin-right: 0.2em;
    display: inline-block;
}

.ptoModalDateTimePickerContainer {
    display: flex;
    justify-content: space-between;
}

.ptoModalDateTimePicker {
    display: inline-flex;
    width: 100%;
    height: 40px;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #d4d4d5;
    border-radius: 3px;
    padding: 1em;
    cursor: pointer;
    z-index: 1;
}

.ptoModalDateTimePicker.active {
    box-shadow: 0 0 5px #0062ab;
    border: 1px solid #0062ab;
}

.ptoModalTimePickerContainer {
    width: 48%;
}

.ptoModalDatePickerContainer {
    width: 48%;
}

.ptoModalInputText {
    font-family: 'poppinslight';
    font-size: 18px;
    color: #32383d;
}

.ptoModalDateTimePicker i {
    font-size: 22px;
    color: #0062ab;
}

.ptoStartTimePicker, .ptoEndTimePicker, .ptoStartDatePicker, .ptoEndDatePicker {
    box-shadow: 0 0 3px #00000029;
    transform: rotateX(90deg);
    position: absolute;
    width: 45%;
    background: white;
    padding: 0.5em;
    transition: .2s;
    transform-origin: top;
    margin-top: 0.1em;
    z-index: 1;
}

.ptoStartTimePicker.active, .ptoEndTimePicker.active, .ptoStartDatePicker.active, .ptoEndDatePicker.active {
    transform: rotateX(0deg);
}

.totalRequestedHours {
    height: 50px;
    background: #1072ba;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: poppinsmedium;
    font-size: 18px;
}

/* Vacation Modal */


.vacationModalTitle {
    display: flex;
    justify-content: center;
    font-family: 'poppinsmedium';
    color: #32383d;
    font-size: 32px;
}

.vacationModalSubTitleContainer {
    display: flex;
    justify-content: center;
    margin-top: 0.7em;
    margin-bottom: 2em;
}

.vacationModalSubTitle {
    font-size: 18px;
    font-family: 'poppinslight';
    color: #32383d;
    margin-right: 0.2em;
}

.vacationModalSubTitleBold {
    font-size: 18px;
    font-family: 'poppinsmedium';
    color: #32383d;
}

.vacationModalInputContainer {

}

.vacationModalLabel {
    font-family: 'poppinsmedium';
    color: #32383d;
    font-size: 14px;
    margin-bottom: 0.2em;
    margin-right: 0.2em;
    display: inline-block;
}

.vacationModalDateTimePickerContainer {
    display: flex;
    justify-content: space-between;
}

.vacationModalDateTimePicker {
    display: inline-flex;
    width: 100%;
    height: 40px;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #d4d4d5;
    border-radius: 3px;
    padding: 1em 0.5em;
    cursor: pointer;
    z-index: 1;
}

.vacationModalDateTimePicker.active {
    box-shadow: 0 0 5px #0062ab;
    border: 1px solid #0062ab;
}

.vacationModalTimePickerContainer {
    width: 48%;
}

.vacationModalDatePickerContainer {
    width: 48%;
}

.vacationModalInputText {
    font-family: 'poppinslight';
    font-size: 18px;
    color: #32383d;
}

.vacationModalDateTimePicker i {
    font-size: 22px;
    color: #0062ab;
}

.vacationStartTimePicker, .vacationEndTimePicker, .vacationStartDatePicker, .vacationEndDatePicker {
    box-shadow: 0 0 3px #00000029;
    transform: rotateX(90deg);
    position: absolute;
    width: 45%;
    background: white;
    transition: .2s;
    transform-origin: top;
    margin-top: 0.1em;
    z-index: 1;
}

.vacationStartTimePicker.active, .vacationEndTimePicker.active, .vacationStartDatePicker.active, .vacationEndDatePicker.active {
    transform: rotateX(0deg);
}

.pto-vaca-warning {
    color: #32383d;
    background-color: #FFE45E;
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    margin-top: 1rem;
    box-shadow: 0 0 5px #00000029;
}

.visibility-visible {
    visibility: visible;
}

.visibility-hidden {
    visibility: hidden;
}

.holidaysText {
    margin: 10px 0 10px 0;
    font-family: 'robotolight' !important;
    font-size: 14px;
    text-align: center;
}
