﻿.mb-0 {
    margin-bottom: 0;
}

.mr-2 {
    margin-right: 2px;
}

.payrollscrollbox {
    padding-left: 0;
    display: flex;
    grid-column-gap: 2%;
    overflow-x: auto;
}

    .payrollscrollbox li {
        list-style: none;
    }

.paytypebox .callout {
    padding: 0 0 0 10px;
    border-left: 3px solid #eee;
    border-color: #a8a60a;
    background-color: transparent !important;
    border-radius: 0;
}

.paycalculatebox {
    display: flex;
    grid-column-gap: 2%;
    align-items: center;
}

    .paycalculatebox .info-box-content {
        margin-left: 0;
    }

    .paycalculatebox .info-box {
        min-height: auto;
        box-shadow: none;
        background: transparent;
    }

    .paycalculatebox .info-box-number {
        font-weight: 400;
        font-size: 16px;
        margin: 3px 0;
    }

.payslideconboxx {
    margin-top: 30px;
}

    .payslideconboxx .small-box > .inner {
        background: #fafafa;
        border: solid 1px #d8d8d7;
    }

        .payslideconboxx .small-box > .inner .datetxt {
            margin-bottom: 3px;
            margin-top: 0;
        }

        .payslideconboxx .small-box > .inner .paratxt {
            font-size: 14px;
            margin-bottom: 0;
        }

    .payslideconboxx .small-box.active .inner {
        border: solid 1px #0b84ef;
    }

    .payslideconboxx .small-box.active .small-box-footer {
        background: #0b84ef;
        color: #fff !important;
    }

    .payslideconboxx .small-box .small-box-footer {
        background: #e5e5e3;
        border-radius: 9px 9px 0 0;
    }

    .payslideconboxx .owl-carousel .owl-dots {
        display: none;
    }

    .payslideconboxx .owl-carousel .owl-nav {
        position: absolute;
        right: 0;
        top: -42px;
        margin-top: 0;
    }

        .payslideconboxx .owl-carousel .owl-nav .owl-prev {
            background: #fafafa;
            width: 30px;
            height: 30px;
            border-radius: 50%;
            font-size: 30px;
            line-height: 0;
            border: solid 1px #a19d9d;
        }

        .payslideconboxx .owl-carousel .owl-nav .owl-next {
            background: #fafafa;
            width: 30px;
            height: 30px;
            border-radius: 50%;
            font-size: 30px;
            line-height: 0;
            border: solid 1px #a19d9d;
        }

.upperbox {
    margin-top: 20px;
}

    .upperbox .detailboxx .description-block .description-header {
        font-size: 13px;
        margin-bottom: 3px;
    }

    .upperbox .detailboxx .border-right {
        border-right: 1px solid #e0dfdf;
    }

    .upperbox .detailboxx .dividline {
        border-top: 1px solid #cac7c7;
        margin: 8px 0;
    }

    .upperbox .propicbox {
        position: relative;
        width: 180px;
        margin: 0 auto;
        position: relative;
    }

        .upperbox .propicbox .profile-user-img {
            width: 100%;
        }

        .upperbox .propicbox .editicoboxx {
            position: absolute;
            bottom: 20px;
            right: 20px;
            display: none;
            -webkit-transition: all 0.4s ease-in-out;
            -moz-transition: all 0.4s ease-in-out;
            -o-transition: all 0.4s ease-in-out;
            -ms-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
        }

            .upperbox .propicbox .editicoboxx .btndecc {
                width: 30px;
                height: 30px;
            }

        .upperbox .propicbox .profile-user-img:hover + .editicoboxx {
            display: block;
        }

        .upperbox .propicbox .editicoboxx i {
            font-size: 19px;
        }

    .upperbox .addresssec {
        margin-bottom: 0;
    }

    .upperbox .detailboxx .description-block.custscroll {
        margin: 10px 0 0 0;
    }

    .upperbox .secscrol {
        max-height: 44px;
        min-height: 44px;
        overflow-y: auto;
        scrollbar-width: thin;
        scrollbar-color: #a8a60a #ccc;
    }

    .upperbox .secscrolanother {
        max-height: 51px;
        min-height: 51px;
        overflow-y: auto;
        scrollbar-width: thin;
        scrollbar-color: #a8a60a #ccc;
    }

    .upperbox .secscrol::-webkit-scrollbar {
        width: 12px; /* width of the entire scrollbar */
    }

    .upperbox .secscrol::-webkit-scrollbar-track {
        background: #fb832c; /* color of the tracking area */
    }

    .upperbox .secscrol::-webkit-scrollbar-thumb {
        background-color: #ccc; /* color of the scroll thumb */
        border-radius: 20px;
        border: 1px solid #fb832c; /* creates padding around scroll thumb */
    }

    .upperbox .secscrolanother::-webkit-scrollbar {
        width: 12px; /* width of the entire scrollbar */
    }

    .upperbox .secscrolanother::-webkit-scrollbar-track {
        background: #fb832c; /* color of the tracking area */
    }

    .upperbox .secscrolanother::-webkit-scrollbar-thumb {
        background-color: #ccc; /* color of the scroll thumb */
        border-radius: 20px;
        border: 1px solid #fb832c; /* creates padding around scroll thumb */
    }

.timeupsec {
    display: flex;
    justify-content: flex-end;
    grid-column-gap: 3%;
    align-items: center;
}

    .timeupsec .chectime label {
        margin: 0 5px 0 0;
    }

    .timeupsec .totaltime {
        margin: 0;
        background: #f4f4f4;
        border: solid 1px #ccc;
        width: 80px;
        height: 80px;
        border-radius: 50%;
        text-align: center;
        font-size: 20px;
        font-weight: 600;
        line-height: 24px;
    }

        .timeupsec .totaltime p {
            margin-top: 15px;
        }

#calendar .fc-toolbar .fc-right {
    display: none;
}

#calendar .fc-toolbar .fc-left .fc-today-button {
    display: none;
}

.tabsec .nav-tabs-custom > .nav-tabs > li.active > a {
    color: #91900c;
}

.tabsec .nav-tabs-custom > .nav-tabs > li.active {
    border-top-color: #a8a60a;
}

.tabsec .calendarboxx .arrowmonthbox {
    border-top: solid 1px #00a65a;
    border-radius: 3px;
    background: #0d8a51;
    color: #fff;
}

.tabsec .calendarboxx .monthname {
    margin: 2px 0 0 0;
    text-align: center;
    font-size: 22px;
}

.tabsec .calendarboxx .datetxt {
    text-align: center;
    font-size: 16px;
}

.tabsec .calendarboxx .rowcolor {
    background: #fffbeb;
}

    .tabsec .calendarboxx .rowcolor td {
        height: 110px;
    }

.tabsec .calendarboxx .table-bordered > thead > tr > th, .tabsec .calendarboxx .table-bordered > tbody > tr > th, .tabsec .calendarboxx .table-bordered > thead > tr > td, .tabsec .calendarboxx .table-bordered > tbody > tr > td {
    border: 1px solid #e0dcdc;
}

.tabsec .calendarboxx .table td, .tabsec .calendarboxx .table th {
    width: 200px;
}

.tabsec .calendarboxx .greytextt {
    color: #b5b1b1;
}

.tabsec .tooltip-demo .tolist {
    padding-left: 0;
}

    .tabsec .tooltip-demo .tolist li {
        list-style: none;
        margin-bottom: 20px;
        text-align: center;
        float: left;
        margin-right: 18px;
    }

        .tabsec .tooltip-demo .tolist li h4 {
            margin-bottom: 3px;
        }

            .tabsec .tooltip-demo .tolist li h4 .namee {
                background-color: #11bd6e;
                padding: 2px 6px;
                border-radius: 50px;
                color: #fff;
            }

        .tabsec .tooltip-demo .tolist li .icooboxx {
            width: 70px;
            height: 70px;
            background: #fff;
            border-radius: 50%;
            border: solid 1px #dbd4d4;
            line-height: 80px;
            margin: 0 auto;
            filter: drop-shadow(1px 4px 3px #00000021);
        }

            .tabsec .tooltip-demo .tolist li .icooboxx .icoo {
                font-size: 35px;
            }

        .tabsec .tooltip-demo .tolist li .desigtxt {
            margin-bottom: 0;
            color: #3c8dbc;
        }

.tabsec .leavecont .leavelinebox {
    display: grid;
    grid-column-gap: 2%;
    grid-template-columns: 18% 18% 18% 18% 18%;
}

    .tabsec .leavecont .leavelinebox .singlebox {
        background-color: #eff0f2 !important;
        border-radius: 10px 10px;
        text-align: center;
        margin-bottom: 20px;
    }

        .tabsec .leavecont .leavelinebox .singlebox .contentsec {
            padding: 10px;
        }

            .tabsec .leavecont .leavelinebox .singlebox .contentsec .smalhed {
                margin-bottom: 3px;
            }

            .tabsec .leavecont .leavelinebox .singlebox .contentsec .availtxt {
                margin-top: 0;
                margin-bottom: 0;
            }

        .tabsec .leavecont .leavelinebox .singlebox .balancesec {
            border-radius: 0 0 10px 10px;
            padding: 2px 10px;
        }

.tabsec .noticesecc .box.box-solid.box-success {
    border: 1px solid #00a65a;
}

    .tabsec .noticesecc .box.box-solid.box-success > .box-header {
        background-color: #00a65a;
        color: #fff;
    }

.tabsec .noticesecc .box-header .box-title {
    font-size: 16px;
    margin-right: 50px;
    line-height: 22px;
}

.tabsec .noticesecc .box-header .downloadbtn {
    background: transparent !important;
    padding: 3px;
}

    .tabsec .noticesecc .box-header .downloadbtn:hover i {
        color: #333;
    }

.custoinfocont .infoflex {
    display: flex;
    grid-column-gap: 2%;
}

.custoinfocont .callout {
    background: #fff !important;
    padding: 25px 30px 25px 15px;
    font-size: 18px;
}

    .custoinfocont .callout .datatxt {
        margin-left: 5px;
        font-weight: bold;
    }

    .custoinfocont .callout .labb {
        font-weight: normal;
    }

.clientinsec .namelist .listingbox {
    padding-left: 0;
    display: grid;
    grid-column-gap: 4%;
    grid-template-columns: 22% 22% 22% 22%;
}

    .clientinsec .namelist .listingbox li {
        border-radius: 3px;
        padding: 8px;
        text-align: center;
        list-style: none;
        background: #f4f4f4;
        margin-bottom: 10px;
    }

        .clientinsec .namelist .listingbox li i {
            font-size: 20px;
        }

        .clientinsec .namelist .listingbox li .nametextt {
            margin-bottom: 0;
        }

.clientinsec .licenseinfotab .table > thead > tr > th, .licenseinfotab .table > tbody > tr > th, .licenseinfotab .table > thead > tr > td, .licenseinfotab .table > tbody > tr > td {
    padding: 8px !important;
    border-top: 1px solid #eae8e8;
}

.clientinsec .contactinfocont .secinfo {
    min-height: 60px;
}

    .clientinsec .contactinfocont .secinfo .info-box-icon {
        height: 60px;
        width: 60px;
        font-size: 38px;
        line-height: 60px;
    }

    .clientinsec .contactinfocont .secinfo .info-box-content {
        margin-left: 70px;
    }

        .clientinsec .contactinfocont .secinfo .info-box-content .info-box-number {
            font-weight: 400;
        }

.otherrequiredsec .generalsec {
    min-height: 80px;
    margin-bottom: 20px;
}

    .otherrequiredsec .generalsec .info-box-icon {
        height: 80px;
        width: 80px;
        font-size: 40px;
        line-height: 80px;
    }

    .otherrequiredsec .generalsec .info-box-content {
        margin-left: 80px;
    }

        .otherrequiredsec .generalsec .info-box-content .info-box-number {
            font-weight: 400;
            font-size: 16px;
        }

    .otherrequiredsec .generalsec.companylogosecc .info-box-icon {
        border: solid 1px green;
        background: transparent;
    }

        .otherrequiredsec .generalsec.companylogosecc .info-box-icon .companypicc {
            width: 88%;
        }

.salarydashbox .small-box h3 {
    font-size: 32px;
}

.salarydashbox .small-box .icon {
    font-size: 70px;
    top: -3px;
}

.paycountsec .singlecount.border-right {
    border-right: 1px solid #d2d2d2;
}

.paycountsec .singlecount .description-header {
    margin: 0 0 7px 0;
}

.paycountsec .paysection.fourcol {
    display: grid;
    grid-column-gap: 1%;
    grid-template-columns: 24% 24% 24% 24%;
}

.paycountsec .paysection.fivecol {
    display: grid;
    grid-column-gap: 1%;
    grid-template-columns: 19% 19% 19% 19% 19%;
}

.paycountsec .paysection.sixcol {
    display: grid;
    grid-column-gap: 1%;
    grid-template-columns: 16% 16% 16% 16% 16% 16%;
}

.paycountsec .paysection.sevencol {
    display: grid;
    grid-column-gap: 1%;
    grid-template-columns: 13% 13% 13% 13% 13% 13% 13%;
}

.paycountsec .paysection .boxsinglee {
    border-right: 1px solid #d2d2d2;
    padding-right: 15px;
}

    .paycountsec .paysection .boxsinglee:last-child {
        border-right: none;
        padding-right: 0;
    }

    .paycountsec .paysection .boxsinglee .description-header {
        margin: 0 0 7px 0;
    }

.relateinfotab .table tr td {
    padding: 8px !important;
}

.holidaytab .table > thead > tr > th, .holidaytab .table > tbody > tr > th, .holidaytab .table > thead > tr > td, .holidaytab .table > tbody > tr > td {
    padding: 8px !important;
    border-top: 1px solid #eae8e8;
}

.clientinsec .contactinfocont .secinfo {
    min-height: 60px;
}

.employeeinfo .linetxt {
    padding-left: 22px;
    color: #333 !important;
}
.employeeinfo .stronghedd{font-size:13px;}
.employeeinfo .namee {
    font-size: 20px;
    color: #50b3e3 !important;
    font-weight: 600;
}

.employeeinfo .sidesec {
    display: grid;
    grid-column-gap: 0;
    justify-content: space-between;
    grid-template-columns: 49% 2% 49%;
}

.personalinfobox {
    margin-top: 20px;
}

    .personalinfobox .cont {
        padding-left: 0;
        display: grid;
        grid-template-columns: 32% 32% 32%;
        grid-column-gap: 2%;
    }

        .personalinfobox .cont li {
            list-style: none;
            margin-bottom: 18px;
        }

            .personalinfobox .cont li .callboxx {
                background: #fff !important;
                color: #333 !important;
                margin-bottom: 0;
                /*min-height: 150px;
                max-height: 250px;*/
                min-height: 300px;
                max-height: 300px;
                overflow-y: auto;
                scrollbar-width: thin;
                scrollbar-color: #a8a60a #ccc;
            }

            .personalinfobox .cont li .everystep {
                padding-left: 0;
            }

                .personalinfobox .cont li .everystep li {
                    list-style: none;
                    grid-column-gap: 4%;
                    margin-bottom: 8px;
                }

                    .personalinfobox .cont li .everystep li:last-child {
                        margin-bottom: 0;
                    }

                    .personalinfobox .cont li .everystep li .hed {
                        margin-top: 0;
                        font-weight: bold;
                        margin-bottom: 5px;
                    }

                    .personalinfobox .cont li .everystep li .padpara {
                        padding-left: 20px;
                        margin-bottom: 0;
                    }

            .personalinfobox .cont li .callboxx::-webkit-scrollbar {
                width: 12px; /* width of the entire scrollbar */
            }

            .personalinfobox .cont li .callboxx::-webkit-scrollbar-track {
                background: #fb832c; /* color of the tracking area */
            }

            .personalinfobox .cont li .callboxx::-webkit-scrollbar-thumb {
                background-color: #ccc; /* color of the scroll thumb */
                border-radius: 20px;
                border: 1px solid #fb832c; /* creates padding around scroll thumb */
            }


.joblist1 .linetxt {
    padding-left: 22px;
    color: #333 !important;
}

.joblist1 {
    min-height: 315px;
    max-height: 315px;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #a8a60a #ccc;
}

    .joblist1::-webkit-scrollbar {
        width: 12px; /* width of the entire scrollbar */
    }

    .joblist1::-webkit-scrollbar-track {
        background: #fb832c; /* color of the tracking area */
    }

    .joblist1::-webkit-scrollbar-thumb {
        background-color: #ccc; /* color of the scroll thumb */
        border-radius: 20px;
        border: 1px solid #fb832c; /* creates padding around scroll thumb */
    }


/*Calendar for My Profile Starts here - Rahul Gorai*/
#calendarContainer {
    margin-left: 16px;
}

#organizerContainer {
    margin-left: 11px;
}

.calendar {
    width: 800px;
    height: 800px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-family: "Satellite", "Roboto", sans-serif;
    border: 1px solid rgba(21, 21, 21, 0.12);
    -webkit-transform: scale(1);
    transform: scale(1);
    box-shadow: 0px 0px 4px rgba(21, 21, 21, 0.21);
    -ms-user-select: none;
    user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}

    .calendar.small {
        width: 400px;
        height: 400px;
    }

    .calendar.medium {
        width: 600px;
        height: 600px;
    }

    .calendar.large {
        width: 800px;
        height: 800px;
    }

.year {
    width: calc(100%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 5px;
    font-size: 14px;
}

    .year > span {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-transform: uppercase;
    }

    .year > div {
        cursor: pointer;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-line-pack: center;
        align-content: center;
    }

.month {
    /*width: calc(100%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px 5px;
    font-size: 40px;
    box-shadow: 0px 2px 6px rgba(21, 21, 21, 0.21);*/
}

    .month > span {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-transform: uppercase;
    }

    .month > div {
        cursor: pointer;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-line-pack: center;
        align-content: center;
    }

.labels {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

    .labels > span {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        font-size: 12px;
        text-transform: uppercase;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 10px;
    }

.days {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column- 10px;
    flex-direction: column;
    box-shadow: 0px 2px 6px -2px rgba(21, 21, 21, 0.21);
}

    .days .row {
        width: 100%;
        margin-left: 0px !important;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

.day {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 5px;
    /*display: -webkit-box;
    display: -ms-flexbox;
    display: flex;*/
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    border-bottom: 1px solid rgba(21, 21, 21, .12);
    border-right: 1px solid rgba(21, 21, 21, .12);
    cursor: pointer;
    -webkit-transition: box-shadow 200ms ease-in-out;
    transition: box-shadow 200ms ease-in-out;
}

    .day:last-child {
        border-right: none;
    }

    .day:hover {
        background-color: rgba(21, 21, 21, 0.012);
        box-shadow: inset 0px 0px 4px rgba(21, 21, 21, 0.21);
    }

.day-radios {
    display: none;
}

    .day-radios:checked + .day {
        background-color: rgba(21, 21, 21, 0.012);
        box-shadow: inset 0px 0px 4px rgba(21, 21, 21, 0.21);
    }

.day > span {
    width: auto;
    font-size: 14px;
    color: rgba(21, 21, 21, 0.84);
}

.day.diluted {
    background-color: rgba(21, 21, 21, 0.021);
    box-shadow: inset 0px 0px 1px rgba(21, 21, 21, 0.12);
}

    .day.diluted > span {
        width: auto;
        font-size: 10px;
        color: rgba(21, 21, 21, 0.73);
    }

.events {
    width: 800px;
    height: 800px;
    font-family: "Satellite", "Roboto", sans-serif;
    box-shadow: 0px 0px 4px rgba(21, 21, 21, 0.21);
    border: 1px solid rgba(21, 21, 21, 0.12);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-user-select: none;
    user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}

    .events.small {
        width: 400px;
        height: 400px;
    }

    .events.medium {
        width: 600px;
        height: 600px;
    }

    .events.large {
        width: 800px;
        height: 800px;
    }

.date {
    width: calc(100%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    background-color: ' + this.calendar.colors[1] + ';
    color: ' + this.calendar.colors[3] + ';
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 5px;
    font-size: 14px;
}

    .date > span {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-transform: uppercase;
    }

    .date > div {
        cursor: pointer;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-line-pack: center;
        align-content: center;
    }

.rows {
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden !important;
}

.list {
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow-y: auto !important;
    padding: 0;
    margin: 0;
    color: rgba(21, 21, 21, 0.94);
}

    .list > li {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        border-bottom: 1px solid rgba(21, 21, 21, 0.12);
    }

        .list > li:hover {
            box-shadow: inset 0px 0px 4px rgba(21, 21, 21, 0.21);
        }

        .list > li > div {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-flex: 2;
            -ms-flex: 2;
            flex: 2;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -ms-flex-line-pack: center;
            align-content: center;
            padding: 10px;
            border-right: 1px solid rgba(21, 21, 21, 0.12);
        }

.time {
    font-size: 14px;
}

.m {
    font-size: 14px;
    text-transform: uppercase;
    padding-left: 5px;
}

.list > li > p {
    -webkit-box-flex: 4;
    -ms-flex: 4;
    flex: 4;
    margin: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    font-size: 14px;
    word-wrap: break-word;
    word-break: break-word;
}

.basicbox .linetxt {
    padding-left: 22px;
    color: #333 !important;
}

.basicbox .namee {
    font-size: 20px;
    color: #50b3e3 !important;
    font-weight: 600;
}

.interviewbox {
    padding: 5px 10px;
}

    .interviewbox .radio {
        display: inline-block;
        margin-right: 20px;
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .interviewbox .numline {
        display: flex;
        grid-column-gap: 1%;
    }

        .interviewbox .numline h5 {
            font-weight: bold;
            font-size: 17px;
            margin-bottom: 0;
            margin-top: 5px;
        }

.intviename {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 20px;
    color: #50b3e3 !important;
    font-weight: 600;
    display: flex;
    grid-column-gap: 2%;
}

.feedbackinterviewboxx .cont {
    padding-left: 0;
    display: grid;
    grid-template-columns: 48% 48%;
    grid-column-gap: 2%;
}

    .feedbackinterviewboxx .cont li {
        list-style: none;
        margin-bottom: 18px;
    }

        .feedbackinterviewboxx .cont li .callboxx {
            background: #fff !important;
            color: #333 !important;
            margin-bottom: 0;
            min-height: 400px;
            max-height: 400px;
            overflow-y: auto;
            scrollbar-width: thin;
            scrollbar-color: #a8a60a #ccc;
        }

        .feedbackinterviewboxx .cont li .everystep {
            padding-left: 0;
        }

            .feedbackinterviewboxx .cont li .everystep li {
                list-style: none;
                grid-column-gap: 4%;
                margin-bottom: 15px;
            }

                .feedbackinterviewboxx .cont li .everystep li .hed {
                    margin-top: 0;
                    font-weight: bold;
                    margin-bottom: 5px;
                }

        .feedbackinterviewboxx .cont li .callboxx::-webkit-scrollbar {
            width: 12px; /* width of the entire scrollbar */
        }

        .feedbackinterviewboxx .cont li .callboxx::-webkit-scrollbar-track {
            background: #fb832c; /* color of the tracking area */
        }

        .feedbackinterviewboxx .cont li .callboxx::-webkit-scrollbar-thumb {
            background-color: #ccc;
            /*/ color of the scroll thumb */ border-radius: 20px;
            */ border: 1px solid #fb832c;
            /*/ creates padding around scroll thumb */ */
        }


.btn {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

/*New Custom Login Screen Drafted by lazuli*/

.animated {
    -webkit-animation-duration: 1000 ms;
    animation-duration: 1000 ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.owl-animated-out {
    z-index: 1
}

.owl-animated-in {
    z-index: 0
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}


.logsectionbox {
    overflow-y: hidden;
    position: relative;
    width: 100%;
}

    .logsectionbox .lefthalf {
        background: #34aad9;
        position: absolute;
        width: 50%;
        height: 100%;
        left: 0;
        top: 0;
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat; /*background: url('https://i.pinimg.com/originals/f5/05/24/f50524ee5f161f437400aaf215c9e12f.jpg');*/
    }

    .logsectionbox .righthalf {
        position: absolute;
        width: 50%;
        height: 100%;
        right: 0;
        top: 0;
        /*background: url('https://freevector-images.s3.amazonaws.com/uploads/vector/preview/40529/White_Background_generated.jpg');background-position: center center;background-size: cover;background-repeat: no-repeat;*/


        background: rgb(73,192,240);
        background: -moz-linear-gradient(45deg, rgba(73,192,240,1) 0%, rgba(44,175,227,1) 100%);
        background: -webkit-linear-gradient(45deg, rgba(73,192,240,1) 0%,rgba(44,175,227,1) 100%);
        background: linear-gradient(45deg, rgba(73,192,240,1) 0%,rgba(44,175,227,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#49c0f0', endColorstr='#2cafe3',GradientType=1 );
    }

    .logsectionbox .logobox {
        text-align: center;
    }

        .logsectionbox .logobox img {
            width: 260px;
        }

    .logsectionbox .twodividsec {
        display: grid;
        grid-template-columns: 50% 50%;
        position: relative;
    }

        .logsectionbox .twodividsec .leftcon {
            z-index: 2;
        }

            .logsectionbox .twodividsec .leftcon .frmdeco {
                position: relative;
            }

                .logsectionbox .twodividsec .leftcon .frmdeco .form-control {
                    height: 54px;
                    border: 1px solid #ccc;
                    box-shadow: none;
                    border-radius: 5px;
                    margin-top: -14px;
                    -webkit-transition: all 0.4s ease-in-out;
                    -moz-transition: all 0.4s ease-in-out;
                    -o-transition: all 0.4s ease-in-out;
                    -ms-transition: all 0.4s ease-in-out;
                    transition: all 0.4s ease-in-out;
                }

                .logsectionbox .twodividsec .leftcon .frmdeco:hover .form-control, .logsectionbox .twodividsec .leftcon .frmdeco:focus .form-control {
                    box-shadow: none;
                    border: solid 1px #68245d;
                }

            .logsectionbox .twodividsec .leftcon .labtxt {
                font-size: 14px;
                color: #710c80;
                margin-left: 13px;
                background: #fff;
            }

            .logsectionbox .twodividsec .leftcon .infotxt {
                display: flex;
                justify-content: space-between;
                align-items: center;
                margin-top: 25px;
            }

            .logsectionbox .twodividsec .leftcon .support {
                border-right: solid 1px #ccc;
                padding-right: 20px;
            }

            .logsectionbox .twodividsec .leftcon .textsec {
                font-size: 13px;
                color: #6f6e6e;
            }

            .logsectionbox .twodividsec .leftcon .btnsec {
                display: flex;
                justify-content: space-between;
                align-items: center;
                margin-top: 30px;
            }

                .logsectionbox .twodividsec .leftcon .btnsec .decbtnn {
                    border-radius: 4px;
                    padding: 8px 20px;
                    -webkit-box-shadow: 0 8px 8px -4px #c29356;
                    -moz-box-shadow: 0 8px 8px -4px #c29356;
                    box-shadow: 0 8px 8px -4px #c29356;
                }

                .logsectionbox .twodividsec .leftcon .btnsec .forgottxt {
                    color: #7c089c;
                    font-size: 15px;
                    text-decoration: none;
                    -webkit-transition: all 0.4s ease-in-out;
                    -moz-transition: all 0.4s ease-in-out;
                    -o-transition: all 0.4s ease-in-out;
                    -ms-transition: all 0.4s ease-in-out;
                    transition: all 0.4s ease-in-out;
                }

                    .logsectionbox .twodividsec .leftcon .btnsec .forgottxt:hover, .logsectionbox .twodividsec .leftcon .btnsec .forgottxt:focus {
                        color: #5bc0de;
                    }

        .logsectionbox .twodividsec .rightcon {
            z-index: 3;
        }

            .logsectionbox .twodividsec .rightcon .owl-dots {
                position: absolute;
                bottom: -33px;
                left: 50%;
                margin-top: 0 !important;
                transform: translatex(-50%);
            }

            .logsectionbox .twodividsec .rightcon .owl-theme .owl-dots .owl-dot.active, .logsectionbox .twodividsec .rightcon .owl-theme .owl-dots .owl-dot:focus {
                outline: none;
            }

            .logsectionbox .twodividsec .rightcon .owl-dots span {
                width: 18px;
                height: 7px;
                border-radius: 10px;
                background: #000;
            }

            .logsectionbox .twodividsec .rightcon .owl-theme .owl-dots .owl-dot.active span {
                background: #1f2cef;
            }

            .logsectionbox .twodividsec .rightcon .owl-carousel .owl-item .innerbg {
                border-radius: 0 10px 10px 0;
                padding: 40px;
                background: #c4e0f8;
                background-position: center center;
                background-size: cover;
                background-repeat: no-repeat;
            }

            .logsectionbox .twodividsec .rightcon .owl-carousel .owl-item img {
                height: 380px;
            }

            .logsectionbox .twodividsec .rightcon .owl-theme .owl-nav .owl-prev {
                margin-top: 0;
                position: absolute;
                right: 70px;
                top: 20px;
                background: #19a3c4;
                width: 40px;
                height: 40px;
                color: #fff;
                line-height: 34px;
            }

            .logsectionbox .twodividsec .rightcon .owl-theme .owl-nav .owl-next {
                margin-top: 0;
                position: absolute;
                right: 20px;
                top: 20px;
                background: #19a3c4;
                width: 40px;
                height: 40px;
                color: #fff;
                line-height: 34px;
            }

            .logsectionbox .twodividsec .rightcon .owl-theme .owl-nav .owl-prev span {
                font-size: 40px;
            }

            .logsectionbox .twodividsec .rightcon .owl-theme .owl-nav .owl-next span {
                font-size: 40px;
            }

        .logsectionbox .twodividsec .leftcon .card-container {
            -webkit-perspective: 800px;
            -moz-perspective: 800px;
            -o-perspective: 800px;
            perspective: 800px;
        }

            .logsectionbox .twodividsec .leftcon .card-container:not(.manual-flip):hover .card, .logsectionbox .twodividsec .leftcon .card-container.hover.manual-flip .card {
                -webkit-transform: rotateY( 180deg );
                -moz-transform: rotateY( 180deg );
                -o-transform: rotateY( 180deg );
                transform: rotateY( 180deg );
            }

            .logsectionbox .twodividsec .leftcon .card-container.static:hover .card, .logsectionbox .twodividsec .leftcon .card-container.static.hover .card {
                -webkit-transform: none;
                -moz-transform: none;
                -o-transform: none;
                transform: none;
            }

        .logsectionbox .twodividsec .leftcon .card {
            -webkit-transition: -webkit-transform .5s;
            -moz-transition: -moz-transform .5s;
            -o-transition: -o-transform .5s;
            transition: transform .5s;
            -webkit-transform-style: preserve-3d;
            -moz-transform-style: preserve-3d;
            -o-transform-style: preserve-3d;
            transform-style: preserve-3d;
            position: relative;
        }

        .logsectionbox .twodividsec .leftcon .front, .logsectionbox .twodividsec .leftcon .back {
            border-radius: 10px 0 0 10px;
            background: #fff;
            box-shadow: 0 30px 90px rgba(187,187,187,.33);
            padding: 30px 60px;
            -webkit-backface-visibility: hidden;
            -moz-backface-visibility: hidden;
            -o-backface-visibility: hidden;
            backface-visibility: hidden;
            position: absolute;
            top: 0;
            left: 0;
        }

        .logsectionbox .twodividsec .leftcon .back {
            -webkit-transform: rotateY( 180deg );
            -moz-transform: rotateY( 180deg );
            -o-transform: rotateY( 180deg );
            transform: rotateY( 180deg );
        }

        .logsectionbox .twodividsec .leftcon .card-container, .logsectionbox .twodividsec .leftcon .front, .logsectionbox .twodividsec .leftcon .back {
            width: 100%;
            height: 460px;
        }

        .logsectionbox .twodividsec .leftcon .btnboxx {
            position: absolute;
            left: 60px;
            bottom: 20px;
        }

            .logsectionbox .twodividsec .leftcon .btnboxx .btndec {
                padding: 7px 20px;
                background: #710c80;
                border: solid 1px #710c80;
                -webkit-transition: all 0.4s ease-in-out;
                -moz-transition: all 0.4s ease-in-out;
                -o-transition: all 0.4s ease-in-out;
                -ms-transition: all 0.4s ease-in-out;
                transition: all 0.4s ease-in-out;
            }

    .logsectionbox .copysecc {
        text-align: center;
        color: #fff;
        margin-top: 10px;
    }

    .logsectionbox .twodividsec .dotframe {
        position: absolute;
        left: -67px;
        top: -90px;
    }

        .logsectionbox .twodividsec .dotframe img {
            width: 260px;
        }

    .logsectionbox .twodividsec .heartshape {
        position: absolute;
        right: -96px;
        top: -71px;
    }

        .logsectionbox .twodividsec .heartshape img {
            width: 260px;
            transform: rotate(360deg);
        }

    .logsectionbox .twodividsec .squarepic {
        position: absolute;
        height: 110px;
        width: 110px;
        background: #C4D5E557;
        left: -163px;
        bottom: 0;
    }

    .logsectionbox .twodividsec .circpic {
        position: absolute;
        left: -183px;
        bottom: -44px;
        transform: rotate(65deg);
    }

        .logsectionbox .twodividsec .circpic img {
            width: 340px;
        }

    .logsectionbox .twodividsec .girlpiccont {
        position: absolute;
        right: -202px;
        bottom: -95px;
    }

        .logsectionbox .twodividsec .girlpiccont img {
            width: 250px;
        }



    .logsectionbox .twodividsec .leftcon .otpboxx {
        display: flex;
        grid-column-gap: 6%;
        justify-content: center;
    }

        .logsectionbox .twodividsec .leftcon .otpboxx .otp {
            width: 70px;
            height: 60px;
            border-radius: 4px;
            font-size: 30px;
        }

            .logsectionbox .twodividsec .leftcon .otpboxx .otp:focus {
                border: solid 2px #00abff;
            }

    .logsectionbox .twodividsec .leftcon .conmid {
        position: relative;
        height: 100%;
    }

    .logsectionbox .twodividsec .leftcon .conmidabsolutesec {
        position: absolute;
        width: 100%;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    .logsectionbox .twodividsec .rightcon .rightpiccont {
        padding: 10px;
        text-align: center;
        border-radius: 0 10px 10px 0;
    }

        .logsectionbox .twodividsec .rightcon .rightpiccont img {
            height: 440px;
            margin: 0 auto;
            padding: 50px;
        }

    .logsectionbox .twodividsec .leftcon .employyeesec {
        text-align: center;
        display: flex;
        justify-content: space-between;
        align-items: center;
        grid-column-gap: 2%;
    }

        .logsectionbox .twodividsec .leftcon .employyeesec .labelnamee {
            font-size: 20px;
            margin: 0 auto;
            line-height: 22px;
        }

        .logsectionbox .twodividsec .leftcon .employyeesec .employeeimg {
            width: 100px;
            border-radius: 50%;
            height: 100px;
            border: solid 2px #e1e0e0;
            margin-bottom: 10px;
        }

    .logsectionbox .twodividsec .leftcon .passeye {
        position: absolute;
        right: 10px;
        top: 30px;
    }

    .logsectionbox .twodividsec .leftcon .passinputt {
        padding-right: 62px;
    }

@media screen and (max-width: 1367px) {

    .logsectionbox .twodividsec {
        grid-template-columns: 48% 48%;
    }

        .logsectionbox .twodividsec .leftcon .card-container, .logsectionbox .twodividsec .leftcon .front, .logsectionbox .twodividsec .leftcon .back {
            width: 100%;
            height: 420px;
        }

        .logsectionbox .twodividsec .leftcon .frmdeco .form-control {
            height: 40px;
        }

        .logsectionbox .twodividsec .leftcon .btnboxx {
            left: 20px;
        }

        .logsectionbox .twodividsec .leftcon .front, .logsectionbox .twodividsec .leftcon .back {
            padding: 20px;
        }

        .logsectionbox .twodividsec .rightcon .owl-carousel .owl-item .innerbg {
            padding: 20px 40px 20px 20px;
        }

        .logsectionbox .twodividsec .rightcon .owl-carousel .owl-item img {
            height: 380px;
        }

        .logsectionbox .twodividsec .girlpiccont {
            right: -114px;
        }

            .logsectionbox .twodividsec .girlpiccont img {
                width: 220px;
            }

        .logsectionbox .twodividsec .heartshape {
            position: absolute;
            right: -22px;
            top: -48px;
        }

            .logsectionbox .twodividsec .heartshape img {
                width: 210px;
            }

        .logsectionbox .twodividsec .rightcon .rightpiccont {
            height: 420px;
        }

            .logsectionbox .twodividsec .rightcon .rightpiccont img {
                height: auto;
                margin: 0 auto;
                padding: 40px;
                width: 100%;
            }
}

@media screen and (max-width: 1312px) {

    .logsectionbox .twodividsec {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

        .logsectionbox .twodividsec .rightcon .owl-carousel .owl-item .innerbg {
            padding: 20px 20px 20px 20px;
        }

        .logsectionbox .twodividsec .girlpiccont {
            right: -90px;
        }
}

@media screen and (max-width: 1199px) {

    .logsectionbox .twodividsec {
        grid-template-columns: 100%;
        width: 95%;
    }

    .logsectionbox .lefthalf, .logsectionbox .righthalf {
        display: none;
    }

    .logsectionbox {
        overflow-y: auto;
        background-repeat: no-repeat;
        background: rgb(52,170,217);
        background: -moz-linear-gradient(left, rgba(52,170,217,1) 0%, rgba(58,183,233,1) 50%, rgba(52,170,217,1) 50%, rgba(46,176,228,1) 100%);
        background: -webkit-linear-gradient(left, rgba(52,170,217,1) 0%,rgba(58,183,233,1) 50%,rgba(52,170,217,1) 50%,rgba(46,176,228,1) 100%);
        background: linear-gradient(to right, rgba(52,170,217,1) 0%,rgba(58,183,233,1) 50%,rgba(52,170,217,1) 50%,rgba(46,176,228,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#34aad9', endColorstr='#2eb0e4',GradientType=1 );
    }

        .logsectionbox .copysecc {
            position: absolute;
            left: 0;
            width: 100%;
            bottom: -80px;
        }

        .logsectionbox .twodividsec .rightcon .owl-carousel .owl-item .innerbg {
            border-radius: 0px 0 10px 10px;
        }

        .logsectionbox .twodividsec .leftcon .front, .logsectionbox .twodividsec .leftcon .back {
            border-radius: 10px 10px 0 0;
        }

        .logsectionbox .twodividsec .girlpiccont {
            right: -150px;
        }

            .logsectionbox .twodividsec .girlpiccont img {
                width: 252px;
            }

        .logsectionbox .twodividsec .leftcon .support {
            border-right: none;
            padding-right: 0;
        }

        .logsectionbox .twodividsec.singlenoflipbox .leftcon .card-container, .logsectionbox .twodividsec.singlenoflipbox .leftcon .front, .logsectionbox .twodividsec.singlenoflipbox .leftcon .back {
            height: auto;
            position: inherit;
        }

        .logsectionbox .twodividsec .rightcon .rightpiccont {
            height: auto;
        }

        .logsectionbox .twodividsec .rightcon .rightpiccont {
            border-radius: 0px 0 10px 10px;
        }

        .logsectionbox .twodividsec .leftcon .conmidabsolutesec {
            position: inherit;
            width: 100%;
            left: auto;
            top: auto;
            transform: none;
        }
}

@media screen and (max-width: 993px) {

    .logsectionbox .twodividsec .girlpiccont {
        display: none;
    }

    .logsectionbox .twodividsec .dotframe {
        left: -25px;
        top: -81px;
    }

        .logsectionbox .twodividsec .dotframe img {
            width: 180px;
        }

    .logsectionbox .twodividsec .heartshape img {
        width: 220px;
        transform: rotate(448deg);
    }

    .logsectionbox .twodividsec .heartshape {
        right: -18px;
        top: -52px;
    }

    .logsectionbox .twodividsec .circpic {
        left: -67px;
        bottom: -32px;
    }

        .logsectionbox .twodividsec .circpic img {
            width: 190px;
        }

    .logsectionbox .twodividsec .squarepic {
        height: 70px;
        width: 70px;
        left: -24px;
        bottom: -34px;
    }

    .logsectionbox .copysecc {
        bottom: -66px;
    }
}

@media screen and (max-width: 767px) {

    .logsectionbox .twodividsec .dotframe {
        left: -15px;
        top: -28px;
    }

        .logsectionbox .twodividsec .dotframe img {
            width: 98px;
        }

    .logsectionbox .twodividsec .heartshape {
        right: -18px;
        top: -27px;
    }

        .logsectionbox .twodividsec .heartshape img {
            width: 100px;
            transform: rotate(358deg);
        }

    .logsectionbox .logobox {
        margin-bottom: 30px;
    }

        .logsectionbox .logobox img {
            width: 215px;
        }

    .logsectionbox .twodividsec .leftcon .infotxt {
        display: block;
    }

    .logsectionbox .twodividsec .leftcon .support {
        border-bottom: solid 1px #ccc;
        padding-top: 0px;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

    .logsectionbox .twodividsec .leftcon .card-container, .logsectionbox .twodividsec .leftcon .front, .logsectionbox .twodividsec .leftcon .back {
        height: 460px;
    }

    .logsectionbox .twodividsec .rightcon .owl-carousel .owl-item img {
        height: 320px;
    }

    .logsectionbox .twodividsec .leftcon .btnsec .decbtnn {
        border-radius: 4px;
        padding: 5px 20px;
        font-size: 13px;
    }

    .logsectionbox .twodividsec .rightcon .rightpiccont img {
        padding: 10px;
    }

    .logsectionbox .twodividsec .leftcon .hedlinee {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .logsectionbox .twodividsec .leftcon .otpboxx .otp {
        width: 50px;
        height: 45px;
        font-size: 25px;
    }

    .logsectionbox .twodividsec.loginscreen .rightcon {
        display: none;
    }

    .logsectionbox .twodividsec.loginscreen .copysecc {
        bottom: -120px;
    }
}


@media (min-width: 576px) and (max-width: 767px) {
}

/*New Custom CSS for Login Drafted by lazuli*/

#pr-box {
    font: 13px/16px sans-serif;
    position: absolute;
    z-index: 1000;
    display: none;
    width: 300px;
    max-width: 100%;
}

    #pr-box i {
        width: 0;
        height: 0;
        margin-left: 20px;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-bottom: 7px solid #23a86d;
    }

#pr-box-inner {
    margin-top: 6px;
    -webkit-box-shadow: 0 2px 10px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 2px 10px rgba(0,0,0,0.2);
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

#pr-box p {
    padding: 20px;
    -webkit-border-radius: 2px 2px 0 0;
    -moz-border-radius: 2px 2px 0 0;
    border-radius: 2px 2px 0 0;
}

#pr-box ul {
    padding: 7px;
    -webkit-border-radius: 0 0 2px 2px;
    -moz-border-radius: 0 0 2px 2px;
    border-radius: 0 0 2px 2px;
}

    #pr-box ul li {
        list-style: none;
        padding: 7px;
    }

        #pr-box ul li span {
            width: 15px;
            height: 15px;
            display: block;
            float: left;
            border-radius: 100%;
            margin-right: 15px;
        }

#pr-box.light {
    color: #2d2f31;
}

    #pr-box.light p {
        background-color: #23a86d;
        color: #f1f1f1;
    }

    #pr-box.light ul {
        background-color: #f1f1f1;
    }

        #pr-box.light ul li span {
            background-color: #f1f1f1;
            border: 3px solid #23a86d;
        }

            #pr-box.light ul li span.pr-ok {
                background-color: #23a86d;
                border: 3px solid #23a86d;
            }

#pr-box.dark {
    color: #f1f1f1;
}

    #pr-box.dark p {
        background-color: #23a86d;
    }

    #pr-box.dark ul {
        background-color: #2d2f31;
    }

        #pr-box.dark ul li span {
            background-color: #2d2f31;
            border: 3px solid #23a86d;
        }

            #pr-box.dark ul li span.pr-ok {
                background-color: #23a86d;
                border: 3px solid #23a86d;
            }

/*Design for Payslip ruby Lazuli */
.paysliphedd {
    margin-top: 15px;
    margin-bottom: 15px;
}

    .paysliphedd .infoflex {
        display: flex;
        grid-column-gap: 2%;
        align-items: center;
    }

    .paysliphedd .widthdropp {
        width: 30%;
    }

.sidesecpayinfo .titlecon {
    display: grid;
    grid-template-columns: 50% 50%;
}

    .sidesecpayinfo .titlecon .labeltxt {
        font-weight: bold !important;
        font-size: 15px;
    }

    .sidesecpayinfo .titlecon .amounttxt {
        font-weight: bold;
        font-size: 15px;
    }

.sidesecpayinfo .contentcon {
    display: grid;
    grid-template-columns: 50% 50%;
    padding: 6px;
}

    .sidesecpayinfo .contentcon:nth-child(even) {
        background: whitesmoke;
    }

.totboxpay {
    font-size: 20px;
    font-weight: 600;
}

    .totboxpay label {
        color: #fff !important;
        font-weight: 600 !important;
        margin-right: 7px;
    }

.totdivsecc .callout.callout-success {
    padding-top: 12px;
    padding-bottom: 12px;
    background: #fafafa !important;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.totdivsecc .comtot {
    color: #555555;
    font-weight: 500;
    font-size: 18px;
    display: flex;
    margin-bottom: 5px;
}

    .totdivsecc .comtot label {
        margin-right: 12px;
    }

.toggleswitchsec .switch {
    position: relative;
    display: inline-block;
    width: 75px;
    height: 28px;
}

    .toggleswitchsec .switch input {
        display: none;
    }

.toggleswitchsec .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ca2222;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 34px;
}

    .toggleswitchsec .slider:before {
        position: absolute;
        content: "";
        height: 16px;
        width: 16px;
        left: 4px;
        bottom: 7px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
        border-radius: 50%;
    }

.toggleswitchsec input:checked + .slider {
    background-color: #2ab934;
}

.toggleswitchsec input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

.toggleswitchsec input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(50px);
}

.toggleswitchsec .slider:after {
    content: 'NO';
    color: white;
    display: block;
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
    font-size: 12px;
}

.toggleswitchsec input:checked + .slider:after {
    content: 'YES';
}
