/********** Template CSS **********/
:root {
    --primary: #EB1616;
    --secondary: #191C24;
    --light: #6C7293;
    --dark: #000000;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}
body {
    background-color: #f0f0f1;
}

/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}
.text-color {
    color: #17a2b8;
    padding-top: 5px;
}

/*** Button ***/
.btn {
    transition: .5s;
}

.btn-square {
    width: 38px;
    height: 38px;
}
td.proj a {
    float: left;
    font-size: 17px;
    padding-right: 5px;
}
td.btngg a {
    float: left;
    font-size: 16px;
    padding-right: 2px;
}
td.btngg button.btn.btn-danger.btn-sm.deleteConfirm {
    padding: 2px 6px !important;
}
.btn-sm-square {
    width: 32px;
    height: 32px;
}
td.proj button.btn.btn-danger.btn-sm.deleteConfirm {
    font-size: 7px;
}
.btn-lg-square {
    width: 48px;
    height: 48px;
}
td.btng2 button.btn.btn-danger.btn-sm.deleteConfirm {
    font-size: 7px;
}
td.btng2 a {
    float: left;
    font-size: 16px;
    padding-right: 4px;
}
.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 50px;
}


/*** Layout ***/
.sidebar {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 250px;
    height: 100vh;
    overflow-y: auto;
    background: rgba(228, 232, 246, 1);
    transition: 0.5s;
    z-index: 999;
}
.content {
    margin-left: 250px;
    min-height: 100vh;
    background: #f0f0f1;
    transition: 0.5s;
}
.sidebared {
    background: rgba(228, 232, 246, 1) !important;
}
@media (min-width: 992px) {
    .sidebar {
        margin-left: 0;
    }

    .sidebar.open {
        margin-left: -250px;
    }

    .content {
        width: calc(100% - 250px);
    }

    .content.open {
        width: 100%;
        margin-left: 0;
    }
}

@media (max-width: 991.98px) {
    .sidebar {
        margin-left: -250px;
    }

    .sidebar.open {
        margin-left: 0;
    }

    .content {
        width: 100%;
        margin-left: 0;
    }
}


/*** Navbar ***/
.sidebar .navbar .navbar-nav .nav-link {
    padding: 7px 20px;
    color: #000000;
    font-weight: 500;
    border-left: 3px solid var(--secondary);
    border-radius: 0 30px 30px 0;
    outline: none;
}

.sidebar .navbar .navbar-nav .nav-link:hover,
.sidebar .navbar .navbar-nav .nav-link.active {
    color: #ffffff;
    background: #2271b1;
    border-color: #ffffff;
}

.sidebar .navbar .navbar-nav .nav-link i {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    /*background: var(--dark);*/
    border-radius: 40px;
    color: #000;
}
.admincl span {
    color: #000;
}
.admincl h6 {
    color: #000;
}
.sidebar .navbar .navbar-nav .nav-link:hover i,
.sidebar .navbar .navbar-nav .nav-link.active i {
   /* background: var(--secondary);*/
color:white;
}
.drop a {
    color: #000 !important;
}
.tab th {
    color: black;
    font-size: 15px;
}
td.btng a {
    float: left;
    font-size: 27px;
    padding-right: 8px;
}
.bgc {
    background: #2271b1 !important;
}
.bgc i {
    color: #ffffff;
}
.news {
    background: #2271b1;
    color: white;
    border-color: #2271b1;
}
.news:hover {
    background: #2955bb;
    color: white;
    border-color: #2955bb;
}
a {
    color: #336aea;
    text-decoration: none;
    text-transform: capitalize;
    font-weight: 700;
}
.dropd a {
    color: #ffffff !important;
}
.sidebar .navbar .dropdown-toggle::after {
    position: absolute;
    top: 15px;
    right: 15px;
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    transition: .5s;
}

.sidebar .navbar .dropdown-toggle[aria-expanded=true]::after {
    transform: rotate(-180deg);
}

.sidebar .navbar .dropdown-item {
    padding-left: 25px;
    border-radius: 0 30px 30px 0;
    color: var(--light);
}

.sidebar .navbar .dropdown-item:hover,
.sidebar .navbar .dropdown-item.active {
    background: var(--dark);
}

.content .navbar .navbar-nav .nav-link {
    margin-left: 25px;
    padding: 12px 0;
    color: var(--light);
    outline: none;
}

.content .navbar .navbar-nav .nav-link:hover,
.content .navbar .navbar-nav .nav-link.active {
    color: var(--primary);
}

.content .navbar .sidebar-toggler,
.content .navbar .navbar-nav .nav-link i {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--dark);
    border-radius: 40px;
}

.content .navbar .dropdown-item {
    color: var(--light);
}

.content .navbar .dropdown-item:hover,
.content .navbar .dropdown-item.active {
    background: var(--dark);
}

.content .navbar .dropdown-toggle::after {
    margin-left: 6px;
    vertical-align: middle;
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    transition: .5s;
}

.content .navbar .dropdown-toggle[aria-expanded=true]::after {
    transform: rotate(-180deg);
}

@media (max-width: 575.98px) {
    .content .navbar .navbar-nav .nav-link {
        margin-left: 15px;
    }
}


/*** Date Picker ***/
.bootstrap-datetimepicker-widget.bottom {
    top: auto !important;
}

.bootstrap-datetimepicker-widget .table * {
    border-bottom-width: 0px;
}

.bootstrap-datetimepicker-widget .table th {
    font-weight: 500;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
    padding: 10px;
    border-radius: 2px;
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
    background: var(--primary);
}

.bootstrap-datetimepicker-widget table td.today::before {
    border-bottom-color: var(--primary);
}


/*** Testimonial ***/
.progress .progress-bar {
    width: 0px;
    transition: 2s;
}


/*** Testimonial ***/
.testimonial-carousel .owl-dots {
    margin-top: 24px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    border: 5px solid var(--primary);
    border-radius: 15px;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    background: var(--dark);
    border-color: var(--primary);
}

.ui.dropdown {
  max-width: 800px;
}

@media only screen and (max-width: 767px) {
    .ui.selection.dropdown .menu {
/*      max-height: 8.01428571rem; /* + 1.335714285 to 9.349999995rem */
/*      max-height: 9.349999995rem; /* Adds a half */
        max-height: 16.02857142rem; /* Double size */
    }
}
@media only screen and (min-width: 768px) {
    .ui.selection.dropdown .menu {
/*         max-height: 10.68571429rem; /* + 1.3357142863 to 12.0214285763rem */
      max-height: 12.0214285763rem;
    }
}
@media only screen and (min-width: 992px) {
    .ui.selection.dropdown .menu {
      max-height: 16.02857143rem; /* + 1.3357142858 to 17.3642857158rem */
    }
}
@media only screen and (min-width: 1920px) {
    .ui.selection.dropdown .menu {
        max-height: 21.37142857rem; /* + 1.3357142856 to 22.7071428556rem */
    }
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #6C7293;
     background-color: #fff !important; 
    background-clip: padding-box;
    border: 1px solid #000;
    appearance: none;
    border-radius: 5px;
    transition: border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
}

.required{
    color: red;
    font-size: 15px;
}




.onoffswitch {
     position: relative;
     width: 55px;
     display: inline-block;
     font-size: 80%;
}
 .onoffswitch .onoffswitch-label {
     display: block;
     overflow: hidden;
     cursor: pointer;
     border: 1px solid #e6e6e6;
     -moz-border-radius: 20px;
     -webkit-border-radius: 20px;
     border-radius: 20px;
     margin: 0;
}
 .onoffswitch .onoffswitch-inner {
     width: 200%;
     margin-left: -100%;
     -webkit-transition: margin 0.15s ease-in-out;
     -o-transition: margin 0.15s ease-in-out;
     -moz-transition: margin 0.15s ease-in-out;
     transition: margin 0.15s ease-in-out;
}
 .onoffswitch .onoffswitch-inner:before, .onoffswitch .onoffswitch-inner:after {
     float: left;
     width: 50%;
     height: 24px;
     padding: 0;
     line-height: 24px;
     font-size: 80%;
     color: #ffffff;
     font-weight: normal;
     -moz-box-sizing: border-box;
     -webkit-box-sizing: border-box;
     box-sizing: border-box;
}
 .onoffswitch .onoffswitch-inner:before {
     content: "ON";
     padding-left: 10px;
     background-color: #007bc8;
     color: #ffffff;
}
 .onoffswitch .onoffswitch-inner:after {
     content: "OFF";
     padding-right: 10px;
     background-color: #fafafa;
     color: #3d3d3d;
     text-align: right;
}
 .onoffswitch .onoffswitch-switch {
     width: 22px;
     height: 22px;
     margin: 0;
     background: #ffffff;
     box-shadow: 0 0 3px rgba(0,0,0,0.3);
     -moz-border-radius: 50%;
     -webkit-border-radius: 50%;
     border-radius: 50%;
     position: absolute;
     top: 2px;
     bottom: 0;
     right: 35px;
     -webkit-transition: right 0.15s ease-in-out;
     -o-transition: right 0.15s ease-in-out;
     -moz-transition: right 0.15s ease-in-out;
     transition: right 0.15s ease-in-out;
}
 .toggle-group {
     position: relative;
     height: 27px;
     font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
     top: 50%;
     left: 20px;
     margin-top: -13.5px;
}
 .toggle-group input[type=checkbox] {
     position: absolute;
     left: 10px;
}
 .toggle-group input[type=checkbox]:checked ~ .onoffswitch .onoffswitch-label .onoffswitch-inner {
     margin-left: 0;
}
 .toggle-group input[type=checkbox]:checked ~ .onoffswitch .onoffswitch-label .onoffswitch-switch {
     right: 1px;
     box-shadow: 0 0 3px rgba(0,0,0,0.5);
}
 .toggle-group input[type=checkbox]:focus ~ .onoffswitch {
     outline: thin dotted #333;
     outline: 0;
}
 .toggle-group label {
     position: absolute;
     cursor: pointer;
     padding-left: 65px;
     display: inline-block;
     text-align: left;
     line-height: 24px;
     width: 100%;
     z-index: 1;
     height: 24px;
     font-weight: 200;
}
 .aural {
     clip: rect(1px,1px,1px,1px);
     height: 1px;
     overflow: hidden;
     position: absolute;
     width: 1px;
}
 .aural:focus {
     clip: rect(0,0,0,0);
     font-size: 1em;
     height: auto;
     outline: thin dotted;
     position: static !important;
     width: auto;
     overflow: visible;
}

.col-ms-3.col-md-3.form-floating1.mb-3.search {
    padding-top: 43px;
}
 .export-data {
    float: right;
}

/*24-5-2024*/

.btn-primary {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
    font-size: 22px;
    font-weight: bold;
}
.btn-primary:hover {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}
.text-color {
    color: #000000;
    padding-top: 10px;
    font-weight: bold;
}
.bg-white.rounded.p-4.p-sm-5.my-4.mx-3.shadow {
    background-color: #dbcb5f !important;
}

.bgc {
    background: #000000 !important;
}
.top-header {
    background-color: #dbcb5f;
}
.nav-item.dropdown.drop {
    display: flex;
    align-items: center;
    gap: 20px;
}
.drop a {
    color: #000 !important;
    font-size: 16px;
}
.sidebar .navbar .navbar-nav .nav-link {
    padding: 7px 20px;
    color: #ffffff;
    font-weight: 500;
    border-left: 3px solid var(--secondary);
    border-radius: 0 30px 30px 0;
    outline: none;
    text-transform: uppercase;
}
.left-sidebar {
    background: black;
}
.sidebar {
    background-color: black;
}
.sidebar .navbar .navbar-nav .nav-link:hover, .sidebar .navbar .navbar-nav .nav-link.active {
    color: #000000;
    background: #dbcb5f;
    border-color: #dbcb5f;
    font-weight: bold;
}
.sidebar .navbar .navbar-nav .nav-link:hover i, .sidebar .navbar .navbar-nav .nav-link.active i {
    /* background: var(--secondary); */
    color: black;
}
a.dropdown-item {
    color: white !important;
}
th{
text-transform: uppercase;
}
td{
text-transform: uppercase;
}
label{
text-transform: uppercase;
}
td.sorting_1 a {
    text-transform: uppercase;
    color:black;
}
.text-dark {
    color: #000 !important;
    text-transform: uppercase;
}
tr.odd {
    background-color: #dbcb5f !important;
    color: black;
    font-weight: bold;
}
tr.even {
    background-color: #f6f5d3 !important;
    color: black;
    font-weight: bold;
}
i.fa.fa-edit {
    color: black;
}
.btn-danger {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}
.btn-success {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
    text-transform: uppercase;
    font-weight: bold;
}
.btn-success:hover {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}
.btn-danger:hover {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}
#example_length {
    display: none;
}
.admincl h6 {
    color: #fff;
    text-transform: uppercase;
}
.ms-3.admincl span {
    color: white;
    text-transform: uppercase;
    font-weight: bold;
}

.heading-button {
    display: flex;
    justify-content: space-between;
}
.heading-button {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}
label {
    text-transform: uppercase;
    font-weight: bold;
    padding-bottom: 15px;
}
table.dataTable.no-footer {
    border-bottom: transparent !important;
}
.table>:not(:last-child)>:last-child>* {
    border-bottom-color: transparent;
}
input[type="search"] {
    background-color: #f6f5d3;
    border: none;
    padding: 5px 10px;
    border-radius: 5px;
}
.profile-pic {
    text-align: center;
}
.user-name {
    text-align: center;
    padding-top: 20px;
}
.punch-in {
    text-align: center;
}
.punchin-punchout a {
    background-color: #dbcb5f !important;
    padding: 10px 30px;
    border: 3px solid black;
    border-radius: 10px;
}
.clock-in {
    padding: 10px 42px !important;
    border: 3px solid black !important;
    border-radius: 10px !important;
}
.startendbreak a {
    background-color: #dbcb5f !important;
    padding: 10px 30px;
    border: 3px solid black;
    border-radius: 10px;
}
a#inactive-class {
    background-color: grey !important;
}

a#active-class {
    background-color: #dbcb5f !important;
}
.user-name h4 {
    font-size: 20px;
}
.user-name h6 {
    color: gray !important;
}
.btn-check:checked+.btn-primary, .btn-check:active+.btn-primary, .btn-primary:active, .btn-primary.active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}
.background-dashboard {
    background-color: #dbcb5f !important;
    border-radius: 12px;
}
.border-r {
    border: 2px solid black;
    background-color: #dbcb5f;
    border-radius: 20px;
}
.all-content {
    text-align: center;
    padding: 30px;
}
.dashboard-head {
    font-size: 20px;
    font-weight: bold;
}
p.icon-r {
    padding-top: 20px;
}
.dash-text p {
    font-size: 15px;
    font-weight: bold;
}

.form-control {
    background-color: #f6f5d3 !important;
}
thead tr th {
	background: black !important;
	color: white !important;
}
.icon-r i {
	font-size: 25px;
	border: 2px solid black;
	border-radius: 50px;
	width: 50px;
	height: 50px;
	align-content: center;
}
.all-button {
    background-color: #dbcb5f !important;
}

/*24-5-2024*/
