/*
Template-Author: zeeshan-hyder Author

*/
/*---------------------------------------------Css Reset------------------------------------------*/
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body, html {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #2f1c6a;
}

.f-body, .link, .link-text, .pt-description, .subtitle {
    font-weight: 600;
    line-height: 20px
}

body,
html {
    height: 100%;
}

html {
    scroll-behavior: smooth;
}

html,
body,
div,
span,
img,
ol,
ul,
li,
a,
p,
h1,
h2,
h3,
h4,
h5,
h6,
option,
legend,
label,
table,
th,
td,
tr,
article,
aside,
caption,
figure,
footer,
header,
hgroup,
mark,
nav,
section,
time,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}

img {
    max-width: 100%;
}

a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: none !important;
}

a {
    text-decoration: none;
}

input:focus {
    outline: none;
}

input::-moz-focus-inner {
    border: 0;
    display: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 1000px white inset !important;
}

::-webkit-input-placeholder {
    color: #555;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder {
    color: #555;
    opacity: 1; /* Firefox */
}

/* Firefox */
::-ms-input-placeholder {
    color: #555;
    opacity: 1;
}

::placeholder {
    color: #555;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #555;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #555;
}

table {
    border-collapse: collapse;
}

html {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
}

ul,
li {
    margin: 0;
    padding: 0;
}

figure {
    margin: 0;
}

form {
    position: relative;
}

.form-control:focus {
    outline: none !important;
    -webkit-box-shadow: 0 0 0;
    box-shadow: 0 0 0;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    font-size: inherit;
    color: inherit;
    font-weight: inherit;
    line-height: inherit;
}

h1:hover a,
h2:hover a,
h3:hover a,
h4:hover a,
h5:hover a,
h6:hover a {
    font-size: inherit;
    color: inherit;
    font-weight: inherit;
}

hr {
    margin: 0;
    padding: 0;
    border-color: #000;
}

ul {
    list-style-type: none;
}

li {
    list-style: none;
    position: relative;
}

a,
button {
    position: relative;
}

a:hover, a:focus, button:hover, button:focus {
    outline: 0;
    text-decoration: none;
}

input,
textarea,
button {
    border: 0;
}

.form-control {
    border-radius: 0;
}

body, html {
    font-weight: 400;
    font-style: normal;
    color: black;
    background-color: #f8fafb;
}

/*----------------------------Flexbox css-------------------------*/
.d-flex {
    display: flex;
}

.justify-content-between {
    -webkit-box-pack: space-between !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-between !important;
}

.flex-wrap {
    flex-wrap: wrap;
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.position-relative {
    position: relative;
}

.position-absolute {
    position: absolute;
}

.flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

/*---------------------------------------------Css Reset------------------------------------------*/
/* Layout settings */
.d-none {
    display: none;
}

.container {
    max-width: 1140px;
    margin: 0 auto;
    width: 100%;
    /*padding-right: 15px;*/
    /*padding-left: 15px;*/
}

.container-fluid {
    max-width: 100%;
}

.mx-auto {
    margin: 0 auto;
}

.w-100 {
    width: 100%;
}

/* colours settings */
.theme-light-text {
    color: #868c96;
}

.link-white {
    color: #fff;
}

.text-center {
    text-align: center;
}

.link-d-blue {
    color: #2f1c6a;
}


/* ---------------------------------Header main Menu Style ------------------------------------*/
.header-section {
    background-color: transparent;
    z-index: 200;
    width: 100%;
}

/* ---------------------------------Header main Menu Style onscroll ------------------------------------*/






/*after login*/

.attendanceContainer .switchBusiness
{
    background: #eceff4bd;
    padding: 14px 20px;
    margin: 10px 0 0 10px;
    border-radius: 4px;
    color: #008060;
    font-weight: 500;   
    cursor: pointer;
}

.attendanceContainer {
    display: flex;
    width: 100%;
    height:100vh;
}

.attendanceContainer .time-section, .profile-section {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.attendanceContainer .current-time {
    font-size: 24px;
    margin-bottom: 10px;
}

.attendanceContainer .time-display {
    font-size: 70px;
    color:rgb(0, 128, 96, 1);
    font-weight: 500;
    margin: 20px 0 0 0;
}

.attendanceContainer .profile-section {
    background-color:rgb(0, 128, 96, 1);
    color: #fff;
}

.attendanceContainer .profile-image {
    border-radius: 50%;
    width: 200px;
    height: 200px;
    margin-bottom: 20px;
    background:white;
    overflow: hidden;
    border: solid 3px white;
}

.attendanceContainer .profile-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.attendanceContainer .video{
    width: 200px;
    height:200px;
    object-fit: cover;
    background: url('../img/noImage.png');
    background-size: cover;
}


.attendanceContainer .profile-info {
    text-align: center;
}

.attendanceContainer .profile-info .name {
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 10px;
}

.attendanceContainer .profile-info .position,
.attendanceContainer .profile-info .status {
    font-size: 16px;
    margin-bottom: 50px;
}


/*after login*/
