* {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Poppins', sans-serif !important;
    font-family: 'Poppins';
    src: url(../fonts/Poppins/Poppins-Black.ttf);
    height: 100%;
    max-width: 100%;
    overflow-x: hidden;
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 100;
    src: url('../fonts/Poppins/Poppins-Thin.ttf');
    src: local('Poppins'), local('Poppins'), url('../fonts/Poppins/Poppins-Thin.ttf') format('truetype');
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 200;
    src: url('../fonts/Poppins/Poppins-ExtraLight.ttf');
    src: local('Poppins'), local('Poppins'), url('../fonts/Poppins/Poppins-ExtraLight.ttf') format('truetype');
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/Poppins/Poppins-Light.ttf');
    src: local('Poppins'), local('Poppins'), url('../fonts/Poppins/Poppins-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/Poppins/Poppins-Regular.ttf');
    src: local('Poppins'), local('Poppins'), url('../fonts/Poppins/Poppins-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/Poppins/Poppins-Medium.ttf');
    src: local('Poppins'), local('Poppins'), url('../fonts/Poppins/Poppins-Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/Poppins/Poppins-SemiBold.ttf');
    src: local('Poppins'), local('Poppins'), url('../fonts/Poppins/Poppins-SemiBold.ttf') format('truetype');
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/Poppins/Poppins-bold.ttf');
    src: local('Poppins'), local('Poppins'), url('../fonts/Poppins/Poppins-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 800;
    src: url('../fonts/Poppins/Poppins-ExtraBold.ttf');
    src: local('Poppins'), local('Poppins'), url('../fonts/Poppins/Poppins-ExtraBold.ttf') format('truetype');
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/Poppins/Poppins-Black.ttf');
    src: local('Poppins'), local('Poppins'), url('../fonts/Poppins/Poppins-Black.ttf') format('truetype');
}

body.gradiant_bg {
    background: linear-gradient(125deg, #f3f2f2, #ebebeb, #fff);
    min-height: 100vh;
}

:root {
    --dark: #484647;
    --blue: #24a5df;
    --blue_fade: #24a5dfb5;
    --gray: #868686;
    --light: #fefefe;
    --danger: #ee5569;
    --dgreen: #e0fadf;
    --lgreen: #0adc01;
}

/* bg design */
.background_cont {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    /* background: linear-gradient(45deg, #e7e7e7, #ffffff00); */
    z-index: -5;
}

.background_cont .ball {
    position: absolute;
    width: 200px;
    opacity: .5;
    height: 200px;
    background: linear-gradient(246deg, #0396da, transparent);
    border-radius: 100px;
}

.ball_1 {
    top: 19px;
    right: -30px;
}

.ball_2 {
    top: 50;
    left: 500px;
}

.ball_3 {
    top: 100px;
    left: -130px;
}

.ball_4 {
    top: calc(97% - 100px);
    left: 120px;
}

/* ============ Navbar section ============ */
.navbar-toggler:focus {
    box-shadow: none !important;
}

.navbar-light .navbar-toggler-icon {
    background-image: url('../images/hamburger.png') !important;
}

.navbar-toggler {
    border: 0 !important;
}

@media all and (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: none;
    }

    .navbar .nav-item:hover .nav-link {}

    .navbar .nav-item:hover .dropdown-menu {
        display: block;
        right: 0;
        left: auto;
    }

    .navbar .nav-item .dropdown-menu {
        margin-top: 0;
    }
}

/* ============ Navbar section .end// ============ */

.hidden {
    display: none;
}

.initHide {
    display: none;
}

hr.divider.in-sd {
    display: none;
}

hr.divider {
    height: 2px !important;
    width: 90%;
    margin: 20px auto;
    overflow: hidden;
}

.page_head {
    margin: 50px 0;
}

.page_head .page_title {
    margin: 20px 0;
    font-size: 40px;
    font-weight: 800;
    color: var(--dark);
}

.page_head .page_desc {
    font-size: 20px;
    font-weight: 500;
    color: var(--dark);
}

.oth_title {
    color: var(--dark);
    font-size: 30px;
}

.md_title {
    color: var(--dark);
    font-size: 30px;
    font-weight: 700;
}

.warn_symb {
    color: var(--danger);
    font-weight: bold;
    margin-right: 15px;
}

.sess_div {
    margin: 0 5px;
}

.sec_text label {
    color: var(--blue);
    font-weight: 500;
    font-size: 16px;
}

.sec_text p {
    font-size: 14px;
    font-weight: 500;
    color: var(--dark);
}

/* button */
.app_btn {
    width: 100%;
    height: 45px;
    color: var(--light);
    background: var(--blue);
    border: none;
    font-size: 14px;
    font-weight: 500;
}

.app_btn.app_btn-outer {
    color: var(--blue);
    border: 1px solid var(--blue);
    background: none;
}

.app_btn.app_btn-dark {
    color: var(--light) !important;
    background: var(--dark) !important;
}

.app_btn.app_btn-gray {
    color: var(--light) !important;
    background: var(--gray) !important;
}

/* box */
.sec_box {
    /* width: 80%; */
    /* height: 185px; */
    border-radius: 20px;
    margin: 0 auto 30px auto;
    padding: 20px;
    /* background: url('../styles/images/map_bg.jpg') no-repeat center; */
    /* position: relative; */
    overflow: hidden;
}

/* .sec_box::before {
    content: "";
    width: 143px;
    height: 143px;
    background-color: red;
    position: absolute;
    bottom: -64px;
    right: -52px;
     background: linear-gradient(246deg, #0396da, transparent);
    border-radius: 100px;
    opacity: .1;
} 
*/
.ifr_map {
    padding: 0 !important;
}

.ifr_map iframe {
    border: none;
    width: 100%;
    height: auto;
}

.bg_blue {
    background: var(--blue) !important;
}

.sec_box-title {
    font-size: 16px;
    font-weight: 500;
    color: var(--light);
    letter-spacing: 0.1em;
}

.sec_box-text {
    color: var(--light);
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.1em;
}

.sec_box-text-time {
    color: var(--light);
    font-size: 26px;
    font-weight: 600;
}

.sec_box-img {
    padding: 10px;
    background: var(--light);
    border-radius: 100px;
    position: absolute;
    /* left: 54%;
    bottom: -205px; */
    margin-top: -86px;
    margin-left: 150px;
}

.img_cirle {
    width: 30px;
    height: 30px;
}

/* button section */
.sec_btns {
    display: flex;
    flex-direction: column;
    padding: 70px 40px;
}

.sec_btns>*:not(:last-child) {
    display: block;
    margin-bottom: 20px;
}

.inline_cont {
    display: inherit;
    color: var(--dark);
    font-size: 18px;
}

.inline_cont p {
    margin-bottom: 0;
}

.lb_lcon {
    color: var(--dark);
    font-size: 20px;
}

.lb_rcon {
    color: var(--dark);
    font-size: 18px;
}

/* box */
.larg_box {
    position: static;
    visibility: visible;
    transition: all .5s;
    animation: fading .5s linear forwards;
}

@keyframes fading {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.page_dropdown {
    width: 100%;
    height: 45px;
    padding: 0 8px;
    border-radius: 8px;
    border: none;
    background: none;
    color: var(--dark);
    /* box-shadow: 1px 1px 13px 4px #0000000d; */
}

.page_dropdown:focus {
    outline: none;
}


.box {
    background: var(--light);
    box-shadow: 0px 0px 20px 0px #e6e6e6;
    border-radius: 20px;
    margin-bottom: 40px;
    padding: 30px 50px;
}

.clockin_button {
    position: absolute;
    bottom: 0;
}

.middle_container {
    position: relative;
}

.hide {
    display: none;
}

.inactive {
    display: none;
}

.active {
    display: block;
}

.paging_btn {
    display: flex;
    margin: auto;
    width: 40%;
    margin-bottom: 50px;
    visibility: hidden;
}

.nm_label {
    color: var(--dark);
    font-size: 30px;
    font-weight: 700;
    margin: 15px 0;
}

.not_found_message {
    margin: auto;
    width: 100%;
    text-align: center;
    margin-top: 50px;
    font-size: 18px;
    color: var(--dark);
}

/* round button */
.round_btn {
    width: 100%;
    border: none;
    background: var(--blue);
    color: var(--light);
    font-size: 20px;
    font-weight: 500;
    border-radius: 10px;
    height: 60px;
    vertical-align: middle;
    transition: all .5s;
}

.round_btn.round_btn-sm {
    height: 40px;
    font-size: 15px;
}

.round_btn:hover {
    background: var(--blue_fade);
}

/* end round button */

/* input style */

.inputN_section {
    margin-bottom: 35px;
}

.inputN_section label {
    font-size: 20px;
    padding-bottom: 15px;
}

.inputN {
    width: 100%;
    padding: 0 10px;
    height: 60px;
    border-radius: 8px;
    border: none;
    border: 1 px solid var(--light);
    background: var(--light);
    box-shadow: 1px 1px 13px 4px #0000000d;
    /* color: var(--light); */
}

.inputN:focus {
    outline: none;
}

/* end input style */

/* text group */

.text_group {
    margin: 20px 0;
}

.text_group .text_inline {
    float: left;
    margin-right: 8px;
}

.text_group .text_inline_all {
    float: left;
    margin-right: 8px;
}

.text_group label {
    margin-bottom: 5px;
    font-size: 18px;
    color: var(--blue);
}

.text_group .text {
    font-size: 18px;
}

/* end text group */

/****  floating-Lable style start ****/

.floating-label {
    margin: 18px 0;
    position: relative;
    z-index: 2;
}

.floating-input,
.floating-select {
    font-size: 14px;
    padding: 4px 18px;
    display: block;
    /* margin: 20px 10px; */
    width: 100%;
    height: 55px;
    background-color: white;
    /* margin-top: 30px; */
    /* border:none; */
    border-radius: 5px;
    border: 1px solid #e5e5e5;
    /* background: white; */
}

.floating-textarea {
    font-size: 14px;
    padding: 12px 18px;
    resize: none;
    display: block;
    width: 100%;
    background-color: white;
    border-radius: 5px;
    border: 1px solid #e5e5e5;
}

.floating-input:focus,
.floating-select:focus,
.floating-textarea:focus {
    outline: none;
    /* border-bottom: 1px solid #e5e5e5; */
    border: 1px solid #24a5df;
}

.floating-label label {
    color: #474546;
    font-size: 14px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 20px;
    top: 17px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

.floating-input:focus~label,
.floating-textarea:focus~label,
.floating-input:not(:placeholder-shown)~label,
.floating-textarea:not(:placeholder-shown)~label {
    top: -9px;
    font-size: 14px;
    color: #24a5df;
    background: white;
    padding: 0px 13px 0px 11px;
}

.floating-select:focus~label,
.floating-select:not([value=""]):valid~label {
    top: -18px;
    font-size: 14px;
    color: #24a5df;
}

/* active state */
.floating-input:focus~.bar:before,
.floating-input:focus~.bar:after,
.floating-select:focus~.bar:before,
.floating-select:focus~.bar:after {
    width: 50%;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* highlighter */
.highlight {
    position: absolute;
    height: 50%;
    width: 100%;
    top: 15%;
    left: 0;
    pointer-events: none;
    opacity: 0.5;
}

/* active state */
.floating-input:focus~.highlight,
.floating-select:focus~.highlight,
.floating-textarea:focus~.highlight {
    -webkit-animation: inputHighlighter 0.3s ease;
    -moz-animation: inputHighlighter 0.3s ease;
    animation: inputHighlighter 0.3s ease;
}

/* animation */
@-webkit-keyframes inputHighlighter {
    from {
        background: #5264AE;
    }

    to {
        width: 0;
        background: transparent;
    }
}

@-moz-keyframes inputHighlighter {
    from {
        background: #5264AE;
    }

    to {
        width: 0;
        background: transparent;
    }
}

@keyframes inputHighlighter {
    from {
        background: #5264AE;
    }

    to {
        width: 0;
        background: transparent;
    }
}

/****  floating-Lable style end ****/


/* sample tabble */

.text_bold {
    font-weight: bold;
}

.stable {
    width: 100%;
    margin-bottom: 1rem;
    color: var(--dark);
    vertical-align: top;
}

.stable .mob_label {
    display: none;
}

.stable thead {
    color: var(--blue);
}

.stable tbody td label {
    color: var(--blue);
}

.stable tbody td {
    padding-top: 20px;
}

/* end sample tabble */

.calert {
    width: 100%;
    text-align: center;
    padding: 50px;
    font-size: 18px;
}

.calert.calert-success {
    background: var(--dgreen);
    color: var(--lgreen);
}

.calert.calert-danger {
    background: var(--dgreen);
    color: var(--lgreen);
}

.cbox {
    width: 60%;
    margin: auto;
    background: var(--light);
    box-shadow: 0px 0px 20px 0px #e6e6e6;
    padding: 30px 50px;
}