/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/
.n-notification{
    width: 1176px;
    height: 80px;
    margin: 10px 95px;
    padding: 0 9px 10px 10px;
    border-radius: 7px;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.16);
    background-color: #ffffff;
}
.n-notification-img{
    float: left;
    width: 60px;
    height: 60px;
    margin: 10px 10px 0 0;
    padding: 4px;
    border-radius: 50px;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.16);
    background-color: #ffffff;
}
.n-notification-main{
    float: left;
}
.n-notification-name{
    float: left;
    margin: 30px 6px 0 10px;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.5;
    letter-spacing: normal;
    text-align: left;
    color: #171d22;
}
.n-new-order-div{
    width: 90px;
    height: 20px;
    margin-left: 10px;
    padding: 3px 14px 2px;
    border-radius: 4px;
    background-color: #fcfcfc;
}
.n-notification-tag-img{
    width: 12px;
    height: 12px;
    margin-right: 10px;
}
.n-notification-tag-text{
    width: 66px;
    height: 17px;
    font-family: Poppins;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.67;
    margin-left: 15px;
    letter-spacing: normal;
    text-align: center;
    color: #cc9143;
}
.n-notification-tag{
    float: right;
    width: 90px;
    height: 29px;
    border-radius: 0 0 8px 8px;
    margin: 0 0;
    background-color: #fff9f1;
}
.n-notification-right{
    width: 200px;
    float: right;
}
.n-notification-date{
    float: right;
    clear: both;
    margin: 0 0 10px 10px;
    font-family: Poppins;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.67;
    letter-spacing: normal;
    text-align: center;
    color: #2f3842;
    padding: 2px;
    margin-top: 29px;
}
.n-new-order{
    width: 52px;
    height: 15px;
    font-family: Poppins;
    font-size: 10px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: normal;
    text-align: left;
    color: #727677;
}
.n-notification-description{
    float: left;
    clear: both;
    height: 17px;
    margin: 2px 9px 9px 10px;
    font-family: Poppins;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    text-align: left;
    color: #2f3842;
}
.login-page-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /* margin-top: 85px; 	 */
    height: auto;
}

.signup-page-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 15px;
}

.login-form-img {
    -ms-flex-preferred-size: 65%;
    flex-basis: 65%;
    text-align: left;

}

.signup-form-img {
    -ms-flex-preferred-size: 65%;
    flex-basis: 65%;
    text-align: left;
}

.login-form-img img {
    width: 560px;
    height: 560px;
    margin: 0 auto;
}

.signup-form-img img {
    width: 560px;
    height: 560px;
    margin: 0 auto;
}

.login-form-side {
    -ms-flex-preferred-size: 40%;
    flex-basis: 32%;
}

.sign-up-page-forms {
    -ms-flex-preferred-size: 40%;
    flex-basis: 33%;
}

.social-link-img>a>img {
    height: 40px;
    width: 40px;
    margin-right: 10px;
}

.google-icon>img {
    background-color: var(--color-white);
    padding: 7px;
    height: 32px !important;
    width: 32px !important;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
    border-radius: 50%;

}

.login-checkbox label::before {
    border-radius: 50% !important;
    padding: 8px !important;
}

.login-checkbox label::after {
    top: 5px !important;
    left: 7px !important;
    width: 6px !important;
    height: 9px !important;
}

@media(max-width: 660px) {
    .login-checkbox label::after {
        top: 4px !important;
        left: 7px !important;
        width: 6px !important;
        height: 9px !important;
    }
}

.font-14 {
    font-size: 14px;
}

.font-10 {
    font-size: 9px !important;
}

@media(max-width: 660px) {
    .login-form-img {
        -ms-flex-preferred-size: 0%;
        flex-basis: 0%;
        text-align: left;
        display: none;

    }

    .login-form-side {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }

    .sign-up-page-forms {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }

    .logo-icon {
        height: auto;
        width: 125px;
    }

    .login-navbar {
        /* padding: 0px 5%; */
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        z-index: 1111;
        background-color: var(--color-white);
        -webkit-box-shadow: 0px 2px 5px #e5e5e5;
        box-shadow: 0px 2px 5px #e5e5e5;
        padding: 5px !important;

    }

    .create-account-btn {
        background-color: var(--color-white);
        padding: 5px 20px;
        border-radius: 30px;
        border: none;
        outline: none;
        color: var(--text-color);
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .mobile-margin-auto {
        margin: 0 auto;
    }

    .signup-form-img {
        -ms-flex-preferred-size: 65%;
        flex-basis: 65%;
        text-align: left;
        display: none;
    }

}

li.active-state-list,
li.active-state-list>a {
    background-color: var(--light-bg) !important;
    color: var(--btn-bg) !important;
}

.active-state-list svg path {
    fill: var(--btn-bg);
}

.green-btn-hover {
    transition: .5s;
    /* position: relative; */
}

/* .green-btn-hover:before{
	content: 'Rigister';
	position: absolute;
	height: 100%;
	width: 100%;
	background-color: var(--color-white);
	top: 0;
	color: var(--text-color);box-shadow: 0px 0px 4px #e5e5e5;
	left: 0;
	line-height: 2;
	border-radius:30px ;
	transition: .5s;
	transform: scale(0);
}

.green-btn-hover:hover::before{
	transform: scale(1);
} */
.green-btn-hover:hover {
    box-shadow: 0px 2px 4px var(--btn-bg);
}


.favirtes-items-table>tbody>tr>td:first-child {
    width: 20%;
}


@media(max-width: 660px) {
    .mobile-info-cards-slider {
        width: 100%;
        overflow: scroll;
    }

    .mobile-info-cards-slider::-webkit-scrollbar {
        display: none !important;
    }

    .profile-cards {
        width: max-content;
        padding: 0px 8px;
    }

}



.interviewer-name {
    display: block;
    font-size: 14px;
}


.interview-selection-box {
    display: flex;
    justify-content: space-between;
}

.calander-section {
    flex-basis: 40%;
}

.interview-detail {
    flex-basis: 55%;
    text-align: center;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
    font-size: 11px;
}
.InterView_Schedule_Modal .modal-dialog{
    max-width: 750px !important;
}
.time-for-interview {
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
    padding: 5px 10px;
    border-radius: 10px 10px 0px 0px;
}
.time-for-interview span.px-2{
    margin-top: 4px;
}
.inviews-list {
    padding: 5px 10px;

}

.candidate-list {
    max-height: 150px;
    overflow-y: auto;
}

.candidate-list::-webkit-scrollbar {
    width: 3px;
    background-color: #e5e5e5;
    opacity: .4;
}

.candidate-list::-webkit-scrollbar-thumb {
    background-color: var(--btn-bg);

}

.signal-interview {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-top: 1px solid #888;
    padding: 5px;
}

.signal-interview>div {
    flex-basis: 37%;
    text-align: left;
    flex-grow: 1;
}

.signal-interview>div:nth-child(2) {
    flex-basis: 43%;
}

.signal-interview>div:nth-child(3) {
    flex-basis: 15%;
}


.set-time-select {
    background: none;
    outline: none;
    border: none;
    background-color: #fff;
    /*	width: 50px;*/
    width: 100%;
    height: 22px;
    border-radius: 5px;
    padding: 1px;
    /* margin-bottom: 10px; */
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.16);
    color: var(--text-color);

}




.add-interview-btn {
    background-color: var(--btn-bg);
    color: #fff;
    padding: 8px 25px;
    font-size: 12px;
    border-radius: 7px;
    border: none;
    outline: none;


}

.add-interview-cancel-btn {
    background-color: #def6e9;
    color: var(--btn-bg);
    padding: 8px 20px;
    font-size: 12px;
    border-radius: 7px;
    border: none;
    outline: none;
}

.enter-new-address-link {
    font-size: 12px;
    color: var(--btn-bg);
    text-decoration: none;
    cursor: pointer;
}

@media(max-width: 660px) {
    .enter-new-address-link {
        font-size: 12px;
        color: var(--btn-bg);
        text-decoration: none;
        cursor: pointer;
    }
}

.address-interview-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.interview-address-box {
    width: 100%;
}

.InterView_Schedule_Modal .interview-address-box{
    width: 50%;
}

.interview-address-box input,
.interview-address-box select {
    width: 100%;
    background-color: #fff;
    color: var(--text-color);
    font-size: 12px;
    height: 40px;
    border-radius: 7px;
    border: none;
    padding: 0px 10px;
    outline: none;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.16);
}

/* calnder css  */


ul {
    list-style-type: none;
}

.right {
    text-align: right;
}

.center {
    text-align: center;
}

.pointer {
    cursor: pointer;
}

.group:after {
    content: "";
    display: table;
    clear: both;
}

.calendar {
    position: relative;
    max-width: 100%;
    min-height: 15em;
    /* margin: .5em auto; */
    overflow: hidden;
    color: var(--text-color);
    background: #fff;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
}

/*Styles for dropdown*/
.calendar-ympicker {
    position: absolute;
    max-width: 19.5em;
    /*stop more years causing overflow*/
    min-height: 15em;
    padding: .5em .5em 1em;
    transform: translateY(-100%);
    /*Start offscreen*/
    transition: transform ease-in-out 0.2s;
    background: #f9f9f9;
    z-index: 2;
}

.calendar-ympicker-header div {
    display: inline-block;
    color: #428bca;
    cursor: pointer;
}

.calendar-ympicker .close {
    text-align: right;
    border: 1px transparent solid;
}

.calendar-ympicker li {
    display: inline-block;
    line-height: 2em;
    border: 1px transparent solid;
    text-align: center;
    cursor: pointer;
}

.calendar-ympicker li:hover {
    border-color: #428bca;
    color: #428bca;
}

.calendar-ympicker-months {
    border-bottom: 1px solid #444;
}

.calendar-ympicker-months li {
    width: 30%;
}

.calendar-ympicker-years {
    overflow-x: scroll;
    white-space: nowrap;
    padding: 0.5em 0;
}

.calendar-ympicker-years li {
    width: 25%;
}

/*Years scroll bar*/
.calendar-ympicker-years::-webkit-scrollbar-thumb:horizontal:hover {
    background: #428bca;
}

.calendar-ympicker-years::-webkit-scrollbar {
    height: 5px;
}

.calendar-ympicker-years::-webkit-scrollbar-track {
    background-color: #e5e5e5;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.calendar-ympicker-years::-webkit-scrollbar-thumb {
    background-color: var(--btn-bg);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

/*Styles for main part of calander*/
.calendar-header {
    padding: .5em .5em 0 .5em;
    /* margin-bottom: .3em; */
    color: var(--text-color-2);
}

.calendar-header .arrow {
    position: absolute;
    width: 10%;
    top: 8px;
}

.calendar-header .addmonth {
    right: 0.5em;
    text-align: right;
}

.calendar-header .arrow span {
    display: inline-block;
    transition: transform ease-in-out 0.2s;
}

.calendar-header .monthname:hover~.addmonth span {
    transform: rotateZ(90deg);
}

.calendar-header .monthname:hover~.minusmonth span {
    transform: rotateZ(-90deg);
}

.calendar-days {
    padding: 0 .5em;
    /*Right and Left*/
    /* border-bottom: 1px solid #444; */
    color: #666;
}

/*Dates*/
.calendar-body {
    padding: 0 .5em .5em .5em;
}

.calendar-body li,
.calendar-days li {
    float: left;
    width: -webkit-calc(100%/7);
    /*	padding: .25em 0;*/
    padding: 6px;
    border: 1px transparent solid;
    text-align: center;
    cursor: pointer;
}

.calendar-body li:hover {
    border: 1px solid #1cc275;
    color: #1cc275;
    border-radius: 100%;
}

.calendar li.active {
    background-color: var(--btn-bg);
    color: #fff;
    border-radius: 100%;
}

.calendar-body .today {
    border: 1px solid var(--btn-bg);
    border-radius: 100%;
}

.calendar-body li.noclick {
    cursor: default;
}

.page-list-filters {
    background-color: #fff;
    /* box-shadow: var(--box-shadow); */
    position: relative;
    border-radius: 5px;
    line-height: 10px;
    width: 265px;
    margin: 8px 0px;
}

.page-list-filters>input {
    border: 1px solid #cccccc;
    padding: 1px 8px;
    width: 100%;
    border-radius: 5px;
}
.page-list-filters>img {
    color: var(--btn-bg);
    position: absolute;
    right: 1px;
    top: 1px;
    background-color: var(--light-bg);
    border-radius: 0px 5px 5px 0px;
    height: 100%;
    width: 37px;
    line-height: 30px;
    padding: 7px;
    height: 27px;
}
.page-list-filters>input:active,
.page-list-filters>input:focus {
    box-shadow: 0px 0px 3px var(--btn-bg);
    border: 1px solid #1cc275 !important;
    outline: none;
}
.filter-bar-select>select {
    background-color: var(--light-bg);
    border: none;
    outline: none;
    padding: 3px 8px;
    border-radius: 5px;
    color: var(--btn-bg);
    box-shadow: var(--box-shadow);

}

.page-list-filters>i {
    color: var(--btn-bg);
    position: absolute;
    right: 0px;
    background-color: var(--light-bg);
    border-radius: 0px 5px 5px 0px;
    height: 100%;
    width: 30px;
    line-height: 30px;
    padding-left: 8px;
}
