/*============================
 [Table of CSS]

1. General
2. Button
3. Select2
4. Header
5. Calendar
6. Mobile Menu
7. Breadcrump
8. Content
9. Table
10. Header Search
11. Login
12. Settings
13. Responsive

========================================*/

/*-----------------------
	 01. GENERAL
-------------------------*/

@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,700,700i,800,800i&amp;display=swap");

body {
  font-family: "Open Sans", sans-serif;
  position: relative;
  font-weight: 300;
  color: #212529;
  font-size: 15px;
  line-height: 1.8;
  background: #edeff1;
}
@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
}
ul,
h1,
h2,
h3,
h4,
h5,
p {
  padding: 0;
  margin: 0;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}
li {
  list-style: none;
}
a,
button {
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
  outline: 0px;
}
a:hover,
a:focus {
  text-decoration: none;
}
.form-control:focus {
  outline: 0;
  box-shadow: none;
  border-color: #ff6600 !important;
  color: #333;
}
button:focus {
  outline: 0;
  box-shadow: none;
  border-color: transparent;
}
img {
  max-width: 100%;
}
input[type="date"],
input[type="datetime-local"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
textarea,
select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  width: 100%;
  padding: 0 20px;
}
h1 {
  font-size: 3.5rem;
  font-weight: 300;
}
h2 {
  font-size: 2.25rem;
}
h4 {
  font-size: 1.25rem;
}
h5 {
  font-size: 1.125rem;
  line-height: 2rem;
}
::-webkit-input-placeholder {
  color: #898f96;
}
::-moz-placeholder {
  color: #898f96;
}
::-ms-input-placeholder {
  color: #898f96;
}
::-ms-input-placeholder {
  color: #898f96;
}
::placeholder {
  color: #898f96;
}
.display-5 {
  font-size: 1.58rem;
}
.display-6 {
  font-size: 1.22rem;
}
.font-23 {
  font-size: 23px;
}
.no-bg-color {
  background-color: transparent;
}
.text-theme {
  color: #ff6600;
}
.text-grey {
  color: #555555;
}
.text-danger {
  color: #f62d51 !important;
}
.table-responsive {
  white-space: nowrap;
}
.custom-badge {
  padding: 0.8rem 1.25rem;
  border-radius: 50em;
  background: #f1f3f6;
  margin-bottom: 5px;
  color: #fff;
  background-color: #6c757d;
}
.ctm-bg-danger {
  background: #ff6a6c;
}
.ctm-bg-warning {
  background: #feb71d;
}
.ctm-bg-info {
  background: #58c9e9;
}
.ctm-bg-success {
  background: #62d03a;
}
.ctm-border-radius {
  border-radius: 10px;
}
.ctm-btn-padding {
  padding: 10px 15px;
}
.ctm-text-sm {
  font-size: 14px;
  color: #888;
}
.ctm-padding {
  padding: 1.25rem;
}
.bg-theme {
  background-color: #0060c4;
}
.l-1 {
  left: 0.5rem;
}
.t-1 {
  top: 0.5rem;
}
.display-6 {
  font-size: 1.22rem;
}
.sidebar-overlay {
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1048;
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  display: none;
  overflow: hidden;
}

/*-----------------------
	 02.BUTTON
-------------------------*/

.btn-theme {
  border-bottom: 5px solid #0060c4;
  border-radius: 10px;
  background: #0060c4;
}
.btn-theme:hover,
.btn-theme:focus {
  box-shadow: 0 9px 14px 1px rgba(214, 211, 208, 0.56);
}
.btn-secondary {
  background: #7347c1;
}
.btn-outline {
  border: 1px solid #ffffff;
}
.text-primary {
  color: #353847 !important;
}
.text-pink {
  color: #f00f89 !important;
}
.bg-primary {
  background-color: #ff6600 !important;
}
.badge-primary {
  color: #fff;
  background-color: #ff6600;
}
a.text-primary:focus,
a.text-primary:hover {
  color: #ff6600 !important;
}
a.text-warning:focus,
a.text-warning:hover {
  color: #d86500 !important;
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  color: #d86500 !important;
}
.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #ff6600;
}
.btn-outline-primary {
  color: #ff6600;
  border-color: #ff6600;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #ff6600;
  border-color: #ff6600;
}
.btn-white {
  background-color: #fff;
  border: 1px solid #ccc;
  color: #333;
}
.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: none;
}
.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #ff6600;
  border-color: #ff6600;
}
.bg-light {
  background: #f4f4f4;
}
.btn-outline-success:hover {
  color: #28a745;
  border-color: #28a745;
  background: #d4eabb;
}
.btn-outline-danger:hover {
  border-color: #dc3545;
  background: #ffd3d7;
  color: #dc3545;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffe79e;
  border-color: #ffc107;
}
.bg-success-light {
  background-color: rgba(15, 183, 107, 0.12) !important;
  color: #26af48 !important;
}
.bg-danger-light {
  background-color: rgba(242, 17, 54, 0.12) !important;
  color: #e63c3c !important;
}
.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
  border-bottom: 5px solid #a22b2b;
}
.btn-danger:hover {
  box-shadow: 0 9px 14px 1px rgba(214, 211, 208, 0.56);
  border-bottom: 5px solid #a22b2b;
}
.badge-light {
  color: #333;
  background-color: #eceff3;
  font-weight: 600;
}
/**.btn{
	padding: .375rem 2.75rem;
}***/
.button-1 {
  color: #fff;
  border-bottom: 5px solid #05103f;
  background-image: -webkit-linear-gradient(
    30deg,
    #0060c4 50%,
    transparent 50%
  );
  background-image: linear-gradient(30deg, #0060c4 50%, transparent 50%);
  background-size: 900px;
  background-repeat: no-repeat;
  background-position: 0%;
  -webkit-transition: background 0.8s ease-in-out;
  transition: background 0.8s ease-in-out;
}
.button-1:hover {
  background-position: -900px;
  color: #fff;
  background-color: #353847;
  border-bottom: 5px solid #d86500;
}
.button-5 {
  background-color: #ff6600;
  background-image: -moz-linear-gradient(top, #d86500 0%, #ff6600 100%);
  background-image: -webkit-linear-gradient(top, #d86500 0%, #ff6600 100%);
  background-image: linear-gradient(to bottom, #d86500 0%, #ff6600 100%);
  background-size: 900px;
  background-repeat: no-repeat;
  background-position: 0%;
  -webkit-transition: background 300ms ease-in-out;
  transition: background 300ms ease-in-out;
}
.button-5:hover {
  background-position: -900px;
  transition: background 0.5s ease-in-out;
}
.button-6 {
  background-color: #f1f1f1;
  background-image: -moz-linear-gradient(top, #fff 0%, #fff 100%);
  background-image: -webkit-linear-gradient(top, #fff 0%, #fff 100%);
  background-image: linear-gradient(to bottom, #fff 0%, #fff 100%);
  background-size: 900px;
  background-repeat: no-repeat;
  background-position: 0%;
  -webkit-transition: background 300ms ease-in-out;
  transition: background 0.5s ease-in-out;
}
.button-6:hover {
  background-position: -900px;
  transition: background 0.5s ease-in-out;
}
.btn-search {
  width: 70%;
  height: 3.1rem;
}
.avatar-upload {
  position: relative;
  max-width: 205px;
  margin: 15px auto;
}
.avatar-upload .avatar-edit {
  position: absolute;
  right: 12px;
  z-index: 1;
  top: 10px;
}
.avatar-upload .avatar-edit input {
  display: none;
}
.avatar-upload .avatar-edit input + label {
  display: inline-block;
  width: 34px;
  height: 34px;
  margin-bottom: 0;
  border-radius: 100%;
  background: #ffffff;
  border: 1px solid transparent;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  font-weight: normal;
  transition: all 0.2s ease-in-out;
}
.avatar-upload .avatar-edit input + label:hover {
  background: #f1f1f1;
  border-color: #d6d6d6;
}
.avatar-upload .avatar-edit input + label:after {
  content: "\f040";
  font-family: "FontAwesome";
  color: #757575;
  position: absolute;
  top: 3px;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
}
.avatar-upload .avatar-preview {
  width: 200px;
  height: 200px;
  position: relative;
  border-radius: 10px;
  border: 6px solid #f3f3f3;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}
.avatar-upload .avatar-preview > div {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.avatar-preview div {
  background-image: url(../img/logo2.png);
}

/*-----------------
	Loader
-----------------------*/
.rt_nav_header.horizontal-layout.fixed-on-scroll.nav-bottom {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
  border-bottom: 1px solid #f2f2f2;
  box-shadow: 0 0px 5px rgba(0, 0, 0, 0.2);
}
#loader-wrapper {
  background-color: #fff;
  bottom: 0;
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 9999;
}
.loader {
  position: absolute;
  top: 50%;
  left: 40%;
  margin-left: 10%;
  transform: translate3d(-50%, -50%, 0);
}
.dot {
  width: 20px;
  height: 20px;
  background: #3ac;
  border-radius: 100%;
  display: inline-block;
  animation: slide 1s infinite;
}
.dot:nth-child(1) {
  animation-delay: 0.1s;
  background: #ff6600;
}
.dot:nth-child(2) {
  animation-delay: 0.2s;
  background: #ff6600;
}
.dot:nth-child(3) {
  animation-delay: 0.3s;
  background: #007bff;
}
.dot:nth-child(4) {
  animation-delay: 0.4s;
  background: #dc3545;
}
.dot:nth-child(5) {
  animation-delay: 0.5s;
  background: #28a745;
}
@-moz-keyframes slide {
  0% {
    transform: scale(1);
  }
  50% {
    opacity: 0.3;
    transform: scale(2);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes slide {
  0% {
    transform: scale(1);
  }
  50% {
    opacity: 0.3;
    transform: scale(2);
  }
  100% {
    transform: scale(1);
  }
}
@-o-keyframes slide {
  0% {
    transform: scale(1);
  }
  50% {
    opacity: 0.3;
    transform: scale(2);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes slide {
  0% {
    transform: scale(1);
  }
  50% {
    opacity: 0.3;
    transform: scale(2);
  }
  100% {
    transform: scale(1);
  }
}

/*-----------------
	03. Select2
-----------------------*/

.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  background-color: #f5dd91f5;
  border: 1px solid #ff6600;
}
.select2-container--default.select2-container--focus
  .select2-selection--multiple {
  border: solid #ff6600 1px;
  outline: 0;
}
.select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background-color: #ff6600;
  color: white;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 42px;
  right: 7px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: #e3e3e3 transparent transparent;
  border-style: solid;
  border-width: 6px 6px 0;
  height: 0;
  left: 50%;
  margin-left: -10px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--default.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: transparent transparent #e3e3e3;
  border-width: 0 6px 6px;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  padding-right: 30px;
  padding-left: 15px;
}
.select2-container--default .select2-selection--multiple {
  border: 1px solid #e3e3e3;
  min-height: 40px;
}
.select2-dropdown {
  border: 1px solid #e3e3e3;
}
.select2-container--default .select2-selection--single {
  border-color: #e3e3e3;
  box-shadow: none;
  font-size: 15px;
  height: 44px;
  outline: none;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #495057;
  line-height: 42px;
  border-color: transparent;
  outline: 0;
  padding-left: 1.25rem;
  font-size: 15px;
  font-weight: normal;
}

/*-----------------------
	 04.HEADER
-------------------------*/

.card:hover {
  box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.08) !important;
  -webkit-box-shadow: 0 10px 6px -6px #777;
  -moz-box-shadow: 0 10px 6px -6px #777;
  box-shadow: 0 10px 6px -6px #777;
}
.header-dropdown:hover > .dropdown-menu {
  display: block;
}
.header {
  /*	background: linear-gradient(30deg, #5b88cd 0%, #455cb9 50%, #0060c4 100%) !important;*/
  background: url("../../assets/img/header.jpg") center center / cover;
  padding: 0 15px 0px;
  box-shadow: 0 6px 14px 1px rgba(62, 0, 124, 0.18);
}
.top-header-section {
  padding-bottom: 8px;
  padding-top: 7px;
}
.logo a img {
  height: 60px;
  width: auto;
}
.header-menu-list {
  padding: 15px 20px;
  border-radius: 10px;
}
.user-notification-block ul li a.menu-style {
  color: #7e8fa1;
  padding: 32px 14px;
}
.user-info a.menu-style {
  color: #7e8fa1;
  padding: 18px 14px;
  padding-right: 0;
}
.user-notification-block ul li .badge {
  font-family: "Open Sans", sans-serif;
  width: 23px;
  height: 23px;
  top: 14px;
  right: 5px;
  font-weight: 500;
  font-size: 14px;
}
nav ul li a {
  color: #333333;
}
nav ul li.active a,
nav ul li.focus a,
nav ul li.hover a {
  color: #ff6600;
}
.nav-link:focus,
.nav-link:hover {
  background: #e2e2e2;
  border-radius: 10px;
}
.user-block .dropdown-toggle:after {
  display: none;
}
.user-block .notification-dropdown-menu {
  min-width: 23rem;
}
.user-block .user-info .notification-dropdown-menu {
  min-width: 5rem;
  width: 300px;
}
.user-block .notification-dropdown-menu .dropdown-item p {
  width: 230px;
}
.user-block .notification-dropdown-menu .media a.trash-btn {
  background: #ffe6e6;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  color: #990000;
}
.user-block .notification-dropdown-menu .media a.position-relative span {
  font-size: 2rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.dropdown-item:focus,
.dropdown-item:hover {
  color: #16181b;
  text-decoration: none;
  background-color: #f4f6f9;
}

/*---------------------
	05. CALENDAR
----------------------*/

.calendar-events {
  border: 1px solid transparent;
  cursor: move;
  padding: 10px 15px;
}
.calendar-events:hover {
  border-color: #e9e9e9;
  background-color: #fff;
}
.calendar-events i {
  margin-right: 8px;
}
.calendar {
  float: left;
  margin-bottom: 0;
}
.fc-toolbar.fc-header-toolbar {
  margin-bottom: 1.5rem;
}
.none-border .modal-footer {
  border-top: none;
}
.fc-toolbar h2 {
  font-size: 18px;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  line-height: 30px;
  text-transform: uppercase;
}
.fc-day-grid-event .fc-time {
  font-family: "Open Sans", sans-serif;
}
.fc-day {
  background: #fff;
}
.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active,
.fc-toolbar button:focus,
.fc-toolbar button:hover,
.fc-toolbar .ui-state-hover {
  z-index: 0;
}
.fc th.fc-widget-header {
  background: #ff6600;
  font-size: 14px;
  line-height: 20px;
  padding: 10px 0;
  text-transform: uppercase;
  color: #fff;
}
.fc-axis.fc-widget-header {
  width: 70px !important;
}
.fc-unthemed th,
.fc-unthemed td,
.fc-unthemed thead,
.fc-unthemed tbody,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-row,
.fc-unthemed .fc-popover {
  border-color: #ff6600;
}
.fc-basic-view .fc-day-number,
.fc-basic-view .fc-week-number {
  padding: 2px 5px;
}
.fc-button {
  background: #f1f1f1;
  border: none;
  color: #797979;
  text-transform: capitalize;
  box-shadow: none !important;
  border-radius: 3px !important;
  margin: 0 3px !important;
  padding: 6px 12px !important;
  height: auto !important;
}
.fc-text-arrow {
  font-family: inherit;
  font-size: 16px;
}
.fc-state-hover {
  background: #f3f3f3;
}
.fc-state-highlight {
  background: #f0f0f0;
}
.fc-state-down,
.fc-state-active,
.fc-state-disabled {
  background-color: #ff6600 !important;
  color: #fff !important;
  text-shadow: none !important;
}
.fc-cell-overlay {
  background: #f0f0f0;
}
.fc-unthemed .fc-today {
  background: #fff;
}
.fc-event {
  border-radius: 2px;
  border: none;
  color: #fff !important;
  cursor: move;
  font-size: 13px;
  margin: 1px 7px;
  padding: 5px 5px;
  text-align: center;
}
.fc-basic-view td.fc-week-number span {
  padding-right: 8px;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
}
.fc-basic-view td.fc-day-number {
  padding-right: 8px;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
}
.event-form .input-group .form-control {
  height: 40px;
}

/*-----------------------
	06. MOBILE MENU 
-------------------------*/

.offcanvas-menu {
  position: fixed;
  height: 100%;
  width: 0px;
  top: 0;
  right: 0;
  background: #fff;
  z-index: 989999;
  overflow-y: scroll;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-box-shadow: 0 -2px 20px rgba(0, 0, 0, 0.3);
  box-shadow: 0 -2px 20px rgba(0, 0, 0, 0.3);
  padding-bottom: 25px;
}

/*-----------------
	07. BREADCRUMP
------------------------*/

.custom-search .input-group-append {
  border-radius: 0rem 5rem 5rem 0rem;
}
.custom-search button {
  border-radius: 5rem !important;
}
.header-wrapper ul li.active {
  z-index: 2;
  color: #fff;
  background-color: #ff6600;
  border-color: #ff6600;
  border-radius: 10px;
  /**border-bottom: 5px solid #d86500;***/
  transition-duration: 0.5s;
}
.header-wrapper ul li:hover {
  background-color: #e8e8e8;
  border-color: #e8e8e8;
  border-radius: 10px;
  /***border-bottom: 5px solid #dedede;***/
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}
.header-wrapper ul li.active:hover {
  background-color: #ff6600;
  border-color: #ff6600;
  border-radius: 10px;
  transform: translateY(1px);
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  /***border-bottom: 5px solid #d86500;***/
  text-shadow: 0px -2px #d86500;
  transition-duration: 0.3s;
}
.header-wrapper div.append select {
  display: none;
  height: 45px;
  border: 1px solid #ececec;
  padding: 0 40px 0 20px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}
.header-wrapper .nav-arrow {
  right: 14px;
}
/***img:hover {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}***/
a .avatar:hover > img {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

/*-----------------------
   08. CONTENT
-------------------------*/

.page-wrapper {
  padding: 0px 15px 0 15px;
  margin-top: 20px;
}
.list-group {
  display: inline-flex;
  -ms-flex-direction: row;
  flex-direction: row;
}
.list-group-item a {
  font-weight: 600;
}
.list-group-item.active {
  z-index: 2;
  color: #0060c4;
  background-color: rgba(0, 27, 133, 0.1);
  border-color: #0060c4;
  border-radius: 5px;
}
.list-group-item.active a {
  color: #0060c4;
  font-weight: 600;
}
/**.list-group-item:first-child {
    border-radius: 5px;
}**/
.list-group-item:last-child {
  margin-bottom: 0;
}
.page-title {
  border-left: 3px solid #ff6600;
  border-right: 3px solid #ff6600;
}
.card {
  border: 1px solid #ededed;
  margin-bottom: 20px;
  border-radius: 10px !important;
}
.card-body {
  padding: 1rem 1.25rem;
}
.pbm-0 {
  padding-bottom: 0rem;
}
.card-header {
  background: none;
  padding: 0.75rem 1.25rem;
  border-bottom: 1px solid #ededed;
}
.card-title {
  color: #330367;
  margin-bottom: 20px;
}
hr {
  border-top: 1px solid #ededed;
}
.list-group-item {
  border: 1px solid #ededed;
  padding: 0.75rem 0.75rem;
  margin-right: 10px;
}
.team-lead .media {
  align-items: center;
}
.e-avatar:first-of-type {
  margin-left: 0 !important;
}
.e-avatar {
  background-color: #fff;
  border: 3px solid #e7e7e7;
  border-radius: 50%;
  height: 40px;
  position: relative;
  width: 40px;
  margin-left: -20px;
}
.e-avatar > img {
  border-radius: 50%;
  width: 100%;
}
.dash-card-container {
  display: flex;
  flex-direction: row;
  flex-grow: 1;
  min-height: 45px;
}
.dash-card-icon {
  align-items: center;
  display: flex;
  flex-direction: row;
  padding-right: 15px;
}
.dash-card-icon i {
  width: 20px;
}
.today-list .card-body .dash-card-content {
  color: #333;
}
.dash-card-content p {
  margin-bottom: 0;
}
.dash-card-avatars {
  align-items: center;
  display: flex;
  flex-grow: 1;
  justify-content: flex-end;
  padding: 0 15px;
  padding-right: 0;
}
.dash-card-content {
  align-items: center;
  display: flex;
  flex-direction: row;
}
.notice-board {
  display: flex;
  align-items: center;
}
.time-list {
  display: flex;
  flex-grow: 1;
}
.dash-stats-list {
  align-items: center;
  display: flex;
  flex-flow: column wrap;
  flex-grow: 1;
  padding-left: 15px;
  padding-right: 15px;
}
.dash-stats-list span {
  min-width: 105px;
}
.dash-stats-list h4 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 15px;
}
.dash-stats-list + .dash-stats-list {
  border-left: 1px solid #e7e7e7;
}
.dash-stats-list {
  align-items: center;
  display: flex;
  flex-flow: column wrap;
  flex-grow: 1;
  padding-left: 5px;
  padding-right: 5px;
}
.dash-widget .card-body {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.card-icon {
  float: left;
  width: 60px;
  height: 60px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  vertical-align: middle;
  background: #26a69a;
}
.card-icon .fa {
  font-size: 24px;
  margin: auto;
  color: #fff;
}
.card-right {
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.card-right .card-title {
  margin-bottom: 5px;
  font-size: 16px;
}
.card-right p {
  font-size: 20px;
  font-weight: 700;
}
.drop-active a {
  min-width: 90px;
}
.avatar {
  background-color: #ff6600;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-weight: 500;
  height: 38px;
  line-height: 34px;
  margin: 0 -17px 0 0;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: middle;
  width: 38px;
  position: relative;
  white-space: nowrap;
  border: 3px solid #fff;
  box-shadow: 0px 1px 5px 0px rgba(53, 53, 53, 0.3);
}
.avatar:hover {
  color: #fff;
}
.avatar.avatar-xs {
  width: 24px;
  height: 24px;
}
.avatar > img {
  border-radius: 50%;
  display: block;
  overflow: hidden;
  width: 100%;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #ff6600;
  border-radius: 10px;
}
.nav-pills .nav-link {
  color: #ff6600;
}
.quicklink-sidebar-menu ul li a {
  display: block;
}
.header-menu-list div ul li a {
  display: block;
  font-weight: 600;
}
.yalign {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.admin-activ .recent-comment {
  max-height: 390px;
  overflow-y: auto;
  position: relative;
}
.btn-add {
  margin-bottom: 30px;
}
.last-card-row,
.last-card-row1 {
  margin-bottom: 0;
}

/*-----------------
	09. TABLE
-----------------------*/

.custom-table tr {
  background-color: #fff;
}
.table.custom-table > tbody > tr > td,
.table.custom-table > tbody > tr > th,
.table.custom-table > tfoot > tr > td,
.table.custom-table > tfoot > tr > th,
.table.custom-table > thead > tr > td,
.table.custom-table > thead > tr > th {
  padding: 10px 8px;
  vertical-align: top;
}
.table.custom-table > tbody > tr > td:first-child,
.table.custom-table > thead > tr > th:first-child {
  padding-left: 20px;
}
.table.custom-table > tbody > tr > td:last-child,
.table.custom-table > thead > tr > th:last-child {
  padding-right: 20px;
}
.table.custom-table > tbody > tr > td {
  line-height: 20px;
}
.table.custom-table > thead > tr > th {
  font-weight: bold;
  border-top: 0;
  text-transform: capitalize;
}
.table td,
.table th {
  padding-left: 20px;
}
.admin-table.table td,
.admin-table.table th {
  padding-left: 0;
  vertical-align: middle;
}
.table {
  color: #333;
  margin-bottom: 0;
}
.table.table-white {
  background-color: #fff;
}
.table thead th {
  letter-spacing: 0.05em;
  border-bottom: 0px solid #dee2e6;
}
.table-striped > tbody > tr:nth-of-type(2n + 1) {
  background-color: #f6f6f6;
}
table.table td .avatar {
  margin: 0 5px 0 0;
}
table.table td h2 {
  display: inline-block;
  font-size: inherit;
  font-weight: 400;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}
table.table td h2.table-avatar {
  align-items: center;
  display: inline-flex;
  font-size: inherit;
  font-weight: 400;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  white-space: nowrap;
}
table.table td h2.table-avatar.blue-link a {
  color: #007bff;
}
table.table td h2 a {
  color: #333;
}
table.table td h2 a:hover {
  color: #ff6600;
}
table.table td h2 span {
  color: #888;
  display: block;
  font-size: 12px;
  margin-top: 3px;
}
table.dataTable {
  margin-bottom: 15px !important;
  margin-top: 15px !important;
}
.table-hover tbody tr:hover {
  background-color: #f7f7f7;
  color: #212529;
}
table.dataTable thead > tr > th.sorting_asc,
table.dataTable thead > tr > th.sorting_desc,
table.dataTable thead > tr > th.sorting,
table.dataTable thead > tr > td.sorting_asc,
table.dataTable thead > tr > td.sorting_desc,
table.dataTable thead > tr > td.sorting {
  padding-right: 30px !important;
}
.form-check-input {
  position: absolute;
  margin-top: -0.7rem;
  height: auto;
  width: auto;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #ff6600;
  background-color: #ff6600;
}
.form-control {
  border-color: #e3e3e3;
  box-shadow: none;
  font-size: 15px;
  height: 44px;
  color: #333;
}
.company-logo .form-control {
  border-color: #e3e3e3;
  box-shadow: none;
  font-size: 15px;
  height: 40px;
}
.form-control:focus {
  border-color: #ccc;
  box-shadow: none;
  outline: 0 none;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
.form-group.row {
  align-items: center;
}
/**.form-group {
    margin-bottom: 1.25rem;
}**/
.accordion > .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.table td,
.table th {
  border-top: 0px solid #dee2e6;
}
.accordion > .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 10px;
}
.employee-office-table .table.custom-table > tbody > tr > td:first-child,
.employee-office-table .table.custom-table > thead > tr > th:first-child {
  padding-left: 0;
}
.employee-office-table .table.custom-table > tbody > tr > td:last-child,
.employee-office-table .table.custom-table > thead > tr > th:last-child {
  padding-right: 0;
}

/*-----------------
	10. HEADER SEARCH
---------------------*/

.btn-ctm-space {
  padding: 10px 20px;
}
.top-nav-search {
  margin-right: 15px;
  margin-left: 15px;
  transition: all 0.4s ease 0s;
}
.top-nav-search:hover {
  margin-right: 20px;
  transition: all 0.4s ease 0s;
}
.top-nav-search form {
  margin-top: 5px;
  position: relative;
  width: auto;
}
.top-nav-search .form-control {
  background-color: rgb(53, 56, 71);
  border-color: rgba(150, 148, 148, 0.9);
  border-radius: 50px;
  color: #fff;
  height: 42px;
  padding: 10px 50px 10px 15px;
}
.offcanvas-menu .top-nav-search form {
  margin-top: 20px;
}
.top-nav-search .btn {
  background-color: transparent;
  border-color: transparent;
  color: #fff;
  min-height: 40px;
  padding: 7px 15px;
  position: absolute;
  right: 0;
  top: 0;
}
.top-nav-search .form-control::-webkit-input-placeholder {
  color: #fff;
}
.top-nav-search .form-control::-moz-placeholder {
  color: #fff;
}
.top-nav-search .form-control:-ms-input-placeholder {
  color: #fff;
}
.top-nav-search .form-control::-ms-input-placeholder {
  color: #fff;
}
.top-nav-search .form-control::placeholder {
  color: #fff;
}
.top-nav-search.active form {
  display: block;
  left: 0;
  position: absolute;
}
.document-up a {
  padding: 15px;
  background: #fff;
  margin-bottom: 0;
  border-radius: 5px;
  display: block;
  color: #333;
  border: 1px solid #e5e5e5;
}
.leave-img {
  width: 20px;
}
.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #ff6600;
}
.dropdown-menu {
  font-size: 15px;
}
.widget-profile .profile-info-widget {
  display: block;
  text-align: center;
}
.widget-profile .profile-info-widget .booking-doc-img {
  display: inline-block;
  margin: 0 0 10px;
  width: auto;
  padding: 5px;
  background-color: #f7f7f7;
  border-radius: 50%;
}
.widget-profile .profile-info-widget .booking-doc-img img {
  border-radius: 50%;
  height: 60px;
  width: 60px;
}
.profile-info-widget {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
}
.profile-info-widget .booking-doc-img {
  margin-right: 15px;
}
.profile-info-widget .booking-doc-img img {
  border-radius: 4px;
  height: 90px;
  width: 90px;
  object-fit: cover;
}
.profile-det-info {
  overflow: hidden;
}
.profile-det-info h3 {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.user-info a .user-avatar img {
  margin-bottom: 3px;
}

/*-----------------
	11. LOGIN
-----------------------*/

.login-body {
  display: table;
  height: 100vh;
  min-height: 100vh;
}
.login-wrapper {
  width: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}
.login-wrapper .loginbox {
  background-color: #fff;
  border-radius: 10px;
  display: flex;
  margin: 1.875rem auto;
  max-width: 800px;
  min-height: 500px;
  width: 100%;
}
.login-wrapper .loginbox .login-left {
  align-items: center;
  background: #ff660036;
  border-radius: 6px 0 0 6px;
  flex-direction: column;
  justify-content: flex-start;
  padding: 40px;
  width: 400px;
  display: flex;
}
.login-wrapper .loginbox .login-left img {
  height: 80px;
}
.login-wrapper .loginbox .login-right {
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 40px;
  width: 400px;
}
.login-wrapper .loginbox .login-right .login-right-wrap {
  max-width: 100%;
  flex: 0 0 100%;
}
.login-wrapper .loginbox .login-right h1 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 5px;
  text-align: center;
}
.account-subtitle {
  color: #4c4c4c;
  font-size: 17px;
  margin-bottom: 1.875rem;
  text-align: center;
}
.login-wrapper .loginbox .login-right .forgotpass a {
  color: #a0a0a0;
}
.login-wrapper .loginbox .login-right .forgotpass a:hover {
  color: #333;
  text-decoration: underline;
}
.login-wrapper .loginbox .login-right .dont-have {
  color: #a0a0a0;
  margin-top: 1.875rem;
}
.login-wrapper .loginbox .login-right .dont-have a {
  color: #333;
}
.login-wrapper .loginbox .login-right .dont-have a:hover {
  text-decoration: underline;
}
.social-login {
  text-align: center;
}
.social-login > span {
  color: #fff;
  margin-right: 8px;
}
.social-login > a {
  background-color: #ccc;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  height: 32px;
  line-height: 32px;
  margin-right: 6px;
  text-align: center;
  width: 32px;
}
.social-login > a:last-child {
  margin-right: 0;
}
.social-login > a.facebook {
  background-color: #4b75bd;
}
.social-login > a.google {
  background-color: #fe5240;
}
.login-or {
  color: #a0a0a0;
  margin-bottom: 20px;
  margin-top: 20px;
  padding-bottom: 10px;
  padding-top: 10px;
  position: relative;
}
.or-line {
  background-color: #e5e5e5;
  height: 1px;
  margin-bottom: 0;
  margin-top: 0;
  display: block;
}
.span-or {
  background-color: #fff;
  display: block;
  left: 50%;
  margin-left: -20px;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 0;
  width: 42px;
}
.inner-wrapper {
  width: 100%;
  min-height: 93vh;
}
a.list-group-item {
  color: #333;
}
.tab-list-emp li a {
  padding: 0 15px;
}
.nav-tabs .nav-item.show .list-view,
.nav-tabs .list-view.active {
  color: #ff6600;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .nav-item.show .grid-view,
.nav-tabs .grid-view.active {
  color: #ff6600;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .grid-view,
.nav-tabs .list-view {
  color: #ff6600;
}
.item-animated a span:hover {
  font-size: 25px;
  transition: all 0.4s ease 0s;
}

/*-----------------------
   12. SETTINGS
-------------------------*/

textarea.form-control {
  color: #898f96;
}
.coll-arrow:after {
  font-family: FontAwesome;
  font-weight: 900;
  float: right;
  position: relative;
}
.coll-arrow:not(.collapsed):after {
  content: "\f106";
}
.coll-arrow.collapsed:after {
  content: "\f107";
}

/*******Custom Styles*************/
.home-icons .card-body {
  display: block;
  flex-direction: row;
  align-items: center;
}
.home-icons .card-icon {
  float: none;
  width: 100%;
  height: 100%;
  padding: 25px 20px;
  border-radius: 10px;
  display: block;
  align-items: center;
  vertical-align: middle;
  background: #26a69a;
  text-align: center;
}
.home-icons .card-icon .fa {
  font-size: 64px;
  margin: auto;
  color: #fff;
}
.home-icons .card-icon img {
  width: 50px;
}
.home-icons .card-icon img:hover {
  box-shadow: none;
}
.home-icons .card:hover .card-icon img {
  width: 50px;
  animation: bouncingBallAnimation 0.6s;
  animation-direction: alternate;
  animation-timing-function: cubic-bezier(0.4, 0.1, 1, 0.6);
  animation-iteration-count: infinite;
}
/* we will make diagonal bounce to the ball */
@keyframes bouncingBallAnimation {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(0px, 10px, 0);
  }
}
.home-icons .card-right {
  padding-left: 0px;
  padding-top: 20px;
  display: block;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.home-icons .card-right .card-title {
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 600;
}
.profile-menu .card {
  border: 0px;
}
.profile-menu .dash-widget .card-body {
  background-color: #330367;
  color: #fff;
  border-radius: 10px;
}
.profile-menu .card-title {
  color: #fff;
}
/***.user-card{
	margin-top: -20px;
} ***/
.user-details .progress {
  margin-top: 10px;
  margin-bottom: 10px;
}
.user-details .progress-bar {
  background-color: #330367;
}
.bg-1 {
  background: #427ace !important;
  background: linear-gradient(90deg, #3c71c0 0%, #73a6f9 100%) !important;
}
.bg-2 {
  background: #74be93 !important;
  background: linear-gradient(0deg, #a8e891 0%, #419693 100%) !important;
}
.bg-3 {
  background: #909fec !important;
  background: linear-gradient(0deg, #adcbf0 0%, #7e83e9 100%) !important;
}
.bg-4 {
  background: #f88187 !important;
  background: linear-gradient(0deg, #f37298 0%, #fd8f76 100%) !important;
}
.bg-5 {
  background: #fca482 !important;
  background: linear-gradient(0deg, #f7cd68 0%, #fca482 100%) !important;
}
.bg-6 {
  background: #e97a7b !important;
  background: linear-gradient(0deg, #ff887c 0%, #d65f6f 100%) !important;
}
.bg-7 {
  background: #c6a2dc !important;
  background: linear-gradient(0deg, #e3b3e4 0%, #a58dd2 100%) !important;
}
.bg-8 {
  background: #31516f !important;
  background: linear-gradient(0deg, #aa5187 0%, #813974 100%) !important;
}
.bg-9 {
  background: #4a6aaa !important;
  background: linear-gradient(0deg, #7993c6 0%, #244a93 100%) !important;
}
.bg-10 {
  background: #b49ef3 !important;
  background: linear-gradient(0deg, #00cbd9 0%, #b49ef3 100%) !important;
}
.bg-11 {
  background: #ffa79e !important;
  background: linear-gradient(0deg, #fecf9f 0%, #ff799b 100%) !important;
}
.bg-12 {
  background: #c5ade3 !important;
  background: linear-gradient(0deg, #f3c3d6 0%, #9f9aee 100%) !important;
}
/*--------------------------
	14. RESPONSIVE
---------------------------*/

/*-----------------------
    Large devices (desktops, less than 1200px)
-------------------------*/

@media only screen and (max-width: 1199.98px) {
  .header-menu-list {
    padding: 15px 10px;
  }
  .header-menu-list ul li a {
    font-size: 13px;
  }
  h1 {
    font-size: 2.75rem;
  }
  h2 {
    font-size: 2.03rem;
  }
  .h3,
  h3 {
    font-size: 1.4rem;
  }
  h5 {
    font-size: 1rem;
  }
  .last-card-row {
    margin-bottom: 30px;
  }
  .last-card-row1 {
    margin-bottom: 0;
  }
  .btn-ctm-space {
    padding: 10px 12px;
  }

  .profile-menu .card {
    margin-bottom: 10px;
  }
}

/*-----------------------
    Medium devices (tablets, less than 992px)
-------------------------*/

@media only screen and (max-width: 991.98px) {
  h4 {
    font-size: 1.2rem;
  }
  .header-menu-list ul li a {
    font-size: 18px;
  }
  .user-menu-items a {
    color: #212529;
  }
  .header {
    padding: 0 15px 0px;
  }

  .user-card {
    margin-top: 0px;
  }
}
/*-----------------------
    Small devices (landscape phones, 768px)
-------------------------*/

@media only screen and (max-width: 767.98px) {
  .user-block .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    top: calc(100% + 20px);
  }
  .dropdown:hover > .notification-dropdown-menu {
    opacity: 1;
    visibility: visible;
    top: 100%;
  }
  h1 {
    font-size: 2.75rem;
  }
  h2 {
    font-size: 2.03rem;
  }
  .h3,
  h3 {
    font-size: 1.3rem;
  }
  h5 {
    font-size: 1rem;
  }
  .header-wrapper div.append {
    width: 100%;
  }
  .header-wrapper div.append ul {
    display: none;
  }
  .header-wrapper div.append select {
    display: block;
    position: relative;
    background: #fff;
    font-size: 16px;
  }
  .header-menu-list {
    padding: 10px;
  }
  .header-wrapper div.append select:after {
    position: absolute;
    content: "\e874";
    font-family: "Linearicons-Free";
  }
  .offcanvas-menu .user-notification-block ul li a.menu-style {
    padding: 27px 14px 14px;
  }
  .user-notification-block ul li .badge {
    right: 23px;
  }
  .login-wrapper .loginbox .login-left {
    display: none;
  }
  .login-wrapper .loginbox {
    max-width: 450px;
    min-height: unset;
  }
  .login-wrapper .loginbox .login-right {
    float: none;
    padding: 1.875rem;
    width: 100%;
  }
  .top-nav-search form {
    width: 212px;
  }
  .dashboard2 .header {
    padding: 0 10px 0px !important;
  }
  .header .m-search {
    display: inline-block;
    margin-right: 10px;
  }
}

/*-----------------------
    Extra small devices (portrait phones, less than 576px)
-------------------------*/

@media only screen and (max-width: 575.98px) {
  h1 {
    font-size: 1.22rem;
  }
  h2 {
    font-size: 1.67rem;
  }
  .h3,
  h3 {
    font-size: 1.2rem;
  }
  h4 {
    font-size: 1rem;
  }
  p {
    font-size: 0.9rem;
  }
  .top-header-section {
    padding-bottom: 5px;
    padding-top: 5px;
  }

  .header {
    padding: 0 0px 0px;
  }

  .card {
    margin-bottom: 15px;
  }
  .fc-toolbar .fc-right {
    display: inline-block;
    float: none;
    margin: 10px auto 0;
    width: 200px;
    clear: both;
  }
  .fc-toolbar .fc-left {
    float: none;
    margin: 0 auto;
    width: 200px;
  }
  .fc-toolbar .fc-center {
    display: inline-block;
    width: 100%;
    text-align: center;
  }
  .fc-toolbar .fc-center h2 {
    width: 100%;
  }
  .fc button {
    font-size: 14px;
  }
  .nav-pills .nav-link {
    padding: 0.5rem 0.5rem;
  }
  .tab-list-emp li a {
    padding: 0 5px;
  }
  .btn-add {
    margin-bottom: 15px;
  }
  .last-card-row1 {
    margin-bottom: 0;
  }
  .skill-dashboard-card .form-group {
    width: 46%;
  }
}

.video-container {
  /***  position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden; ***/

  position: relative;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  height: 0;
  overflow: hidden;
  max-width: 100%;
  background: #000;
  height: 100vh;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bg-video {
  position: absolute;
  top: 0%;
  left: 0%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 1;
  transform: translate(-50%, -50%);
  opacity: 0.5; /* Adjust opacity as needed */
}
.login-wrapper {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px;
  border-radius: 10px;
  z-index: 1;
  height: 100%;
  margin-top: 50px;
}
.login-wrapper .loginbox {
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 10px;
  display: flex;
  margin: 8rem auto;
  max-width: 800px;
  min-height: 500px;
  width: 100%;
  padding: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.hidden {
  display: none;
}

.form-group {
  position: relative;
}
.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 12px;
  height: 50px;
  border: 1px solid #ccc;
  border-radius: 8px;
  box-shadow: 1px 1px 5px 0px #bdd6e1;
  font-size: 16px;
  transition: border-color 0.3s ease;
  cursor: pointer;
}
.form-group input:focus,
.form-group select:focus {
  border-color: #007bff;
  outline: none;
}
.form-group input:focus + label,
.form-group input:not(:placeholder-shown) + label,
.form-group select:focus + label,
.form-group select:not(:placeholder-shown) + label {
  top: -8px;
  font-size: 12px;
  color: #999;
  background-color: #ffffff;
  padding: 0 4px;
  border-radius: 4px;
  left: 22px;
  position: absolute;
  transition: all 0.2s ease;
}
.form-group label {
  position: absolute;
  top: 20%;
  left: 25px;
  font-size: 16px;
  color: #999;
  background-color: #ffffff;
  padding: 0 4px;
  border-radius: 4px;
  transition: all 0.2s ease;
  pointer-events: none; /* Prevents the label from being clickable */
}

.add-button {
  cursor: pointer;
  color: blue;
  font-weight: bold;
  margin-left: 10px;
  border: 1px solid #ccc;
  padding: 12px 20px;
  border-radius: 8px;
  height: 50px;
  margin-bottom: 1rem;
}

.header-wrapper {
  display: none !important;
}
footer {
  background-color: #1d003d;
  padding: 15px;
  color: #ddd;
}
.skills-table tr td:nth-child(10),
.skills-table tr td:nth-child(11) {
  text-align: center;
}
.skills-table thead,
.skills-table tbody {
  border: 1px solid #eee;
}
.academic-details-table tr td:nth-child(4),
.academic-details-table tr td:nth-child(5) {
  text-align: center;
}
.academic-details-table thead,
.academic-details-table tbody {
  border: 1px solid #eee;
}
.search-results-table thead,
.search-results-table tbody {
  border: 1px solid #eee;
}
.search-results-table tr td:nth-child(3),
.search-results-table tr th:nth-child(3),
.search-results-table tr td:nth-child(4),
.search-results-table tr th:nth-child(4) {
  text-align: center;
  line-height: 1.2rem;
}
.advsearch-results-table tr td:nth-child(3),
.advsearch-results-table tr th:nth-child(3),
.advsearch-results-table tr td:nth-child(4),
.advsearch-results-table tr th:nth-child(4) {
  text-align: center;
}
.advsearch-results-table thead,
.advsearch-results-table tbody {
  border: 1px solid #eee;
}
.radio-butns {
  line-height: 50px;
}
.radio-butns label {
  margin-right: 10px;
  font-size: 16px;
}
.radio-butns label:last-child {
  margin-right: 0px;
}
.skill-dashboard-card .col-lg-2,
.skill-dashboard-card .col-lg-1 {
  padding-left: 5px;
  padding-right: 5px;
}
.skill-dashboard-card .form-group {
  margin-left: 5px;
  margin-right: 5px;
  min-width: 10%;
}
.skill-dashboard-card .btn-search {
  width: 100%;
}
.skill-dashboard-card.card {
  margin-bottom: 10px;
}
.skill-dashboard-graphs .card {
  margin-bottom: 10px;
}
.skill-dashboard-graphs .card-header {
  background-color: #01c7ee;
  text-align: center;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.skills-dashboard-table tbody {
  border: 1px solid #eee;
}
.skills-dashboard-table thead th {
  background-color: #01c7ee;
}
.skills-dashboard-table thead th:first-child {
  width: 60px;
}
.skills-dashboard-table thead th:nth-child(2) {
  width: 175px;
}
@media (max-width: 991px) {
  .skills-dashboard-table table {
    width: 1000px;
  }
}
.pagination {
  margin-top: 10px;
}
.pagination .page-item.active .page-link {
  background-color: #01c7ee;
  border-color: #0077c5;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-bar-warning {
  background-color: #d9534f;
}

.progress-wrapper {
  position: relative;
  width: 40px;
  height: 40px;
  float: left;
  margin-right: 10px;
}

.progress-wrapper .progress-circle {
  fill: none;
  stroke-width: 3;
  transform: rotate(-90deg);
  transform-origin: center;
}

.progress-wrapper .progress-bg {
  stroke: #ccc;
}

.progress-wrapper .progress {
  stroke: #5cb85c;
  stroke-linecap: round;
  transition: stroke-dashoffset 1s ease-in-out;
}

.progress-wrapper .progress-warning {
  stroke: #d9534f;
}

.progress-wrapper .progress-info {
  stroke: #5bc0de;
}

.progress-wrapper .progress-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: Arial, sans-serif;
  font-size: 8px;
  color: #1d3f72;
}

/* Keyframes for animation */
@keyframes progress-animation {
  from {
    stroke-dashoffset: 106.8;
  }
  to {
    stroke-dashoffset: var(--stroke-dashoffset);
  }
}

/* Applying the animation */
.progress-wrapper .progress {
  animation: progress-animation 2s ease forwards;
}
.border-l {
  border-left: 1px solid #aaa;
  display: grid;
  padding-left: 10px;
}
.example-normal .accordion .card {
  border-bottom: 1px solid #ededed;
  margin-bottom: 0px;
}
.example-normal .accordion .card-header {
  padding: 0rem 0.5rem 0.25rem 0.5rem;
  border-bottom: 1px solid #ededed;
}
.example-normal .accordion .card-body {
  padding: 1rem 0.75rem 0rem 0.75rem;
}
.example-normal .accordion .card-header h2 .btn {
  color: #212529;
  font-weight: 600;
  width: 100%;
  text-align: left;
}
/*****Dashboard 2***/
.dashboard2 .header {
  padding: 0 15px 0px;
}
.dashboard2 .page-wrapper {
  padding: 0px 15px 0 15px;
  margin-top: 40px;
}
.dashboard2 .home-icons .card-icon {
  float: none;
  width: 120px;
  height: 120px;
  padding: 34px 15px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  align-items: center;
  vertical-align: middle;
  justify-content: center;
  box-shadow: 2px 4px 4px rgba(0, 0, 0, 0.5), 2px 4px 0 rgba(255, 255, 255, 0.9);

  transform-style: preserve-3d;
  transition: 0.4s ease-in-out transform, 0.4s ease-in-out box-shadow;
}
.dashboard2 .home-icons .card-icon:hover {
  transform: translate3d(0px, -10px, 0px);
  box-shadow: 1px 1px 0 1px #f9f9fb, -1px 0 24px 0 rgba(34, 33, 81, 0.01),
    14px 24px 20px -10px rgba(34, 33, 81, 0.35);
}
.dashboard2 .home-icons .card {
  border: 0px solid #ededed;
  margin-bottom: 50px;
  border-radius: 0px !important;
  box-shadow: none !important;
  align-items: center;
  background-color: transparent;
}
.dashboard2 .home-icons .card a {
  text-align: center;
  display: contents;
}
.dashboard2 .home-icons .card-body {
  padding: 0px !important;
  text-align: center;
  display: contents;
}
.quicklink-sidebar-menu .list-group {
  margin-bottom: 1rem;
}
footer {
  /*background-color: #1d003d;*/
  background: url("../../assets/img/footer.jpg") center center / cover;
  padding: 15px;
  color: #ddd;
}
/** Team Tree***/
.tree {
  width: 1100px;
  margin: 10px auto;
}
.tree ul {
  padding-top: 20px;
  position: relative;
  transition: all 0.5s;
}
.tree ul:first-child {
  padding-top: 0px;
}
.tree li {
  float: left;
  text-align: center;
  list-style-type: none;
  position: relative;
  padding: 20px 5px 0 5px;
  transition: all 0.5s;
}

.tree li::before,
.tree li::after {
  content: "";
  position: absolute;
  top: 0;
  right: 50%;
  border-top: 2px solid #ccc;
  width: 50%;
  height: 20px;
}

.tree li::after {
  right: auto;
  left: 50%;
  border-left: 2px solid #ccc;
}

.tree li:only-child::after,
.tree li:only-child::before {
  display: none;
}

.tree li:only-child {
  padding-top: 0;
}

.tree li:first-child::before,
.tree li:last-child::after {
  border: 0 none;
}

.tree li:last-child::before {
  border-right: 2px solid #ccc;
  border-radius: 0 5px 0 0;
}

.tree li:first-child::after {
  border-radius: 5px 0 0 0;
}

.tree ul ul::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  border-left: 2px solid #ccc;
  width: 0;
  height: 20px;
}
.tree li a {
  border: 1px solid #eee;
  padding: 5px 10px;
  text-decoration: none;
  font-size: 11px;
  display: inline-block;
  border-radius: 5px;
  transition: all 0.5s;
}
.tree li a:hover,
.tree li a:hover + ul li a {
  background: #c8e4f8;
  color: #000;
  border: 1px solid #94a0b4;
}
.tree li a:hover + ul li::after,
.tree li a:hover + ul li::before,
.tree li a:hover + ul::before,
.tree li a:hover + ul ul::before {
  border-color: #94a0b4;
}

.team-member {
}
.team-member .team-img img {
  border-radius: 50%;
  width: 80px;
  border: 3px solid #0060c4;
}
.team-member .team-details {
  margin: auto;
  margin-top: -40px;
  padding: 40px 10px 5px 10px;
  min-width: 200px;
  max-width: 270px;
  background-color: #f9feff;
  border: 2px solid #0060c4;
  border-radius: 3px;
}
.team-member .team-details .team-details-border {
  position: relative;
}
.team-member .team-details h2 {
  font-size: 1.3rem;
  font-weight: 600;
}
.team-member .team-details .dropdown {
  position: absolute;
  right: -5px;
  top: -35px;
}
.team-member .team-details .dropdown .dropdown-menu {
  border: 0px;
}
.team-member .team-details .dropdown .dropdown-menu {
  transform: translate3d(0px, 32px, 0px) !important;
}
.team-member .team-details .dropdown .dropdown-item {
  border-radius: 0px;
  border: 0px solid #ccc;
  border-bottom: 1px solid #ccc;
}
/** Team Tree End ***/
.team-timesheet-table thead tr th:first-child {
  width: 150px;
}
.team-timesheet-table thead,
.team-timesheet-table tbody,
.team-timesheet-table tbody td {
  border: 1px solid #eee;
}
@media (max-width: 1400px) {
  .team-timesheet-table table {
    width: 1300px;
    overflow-x: auto;
  }
}
.team-timeoff {
  width: 100%;
  overflow-x: auto;
  display: flex;
  padding-bottom: 20px;
}
.team-timeoff .card {
  background-color: #e9e9e9;
  display: table-cell;
  min-width: 250px;
  margin-right: 10px;
}
.team-timeoff .card .card-title {
  font-size: 15px;
}
.team-timeoff .card .card {
  display: block;
  min-width: auto;
  margin-right: 0px;
}
.team-timeoff .card {
  margin-bottom: 5px;
}
.team-timeoff .card-body {
  padding: 0.5rem 0.5rem;
}
.team-timeoff .card-body .card {
  position: relative;
  background-color: #fff;
  margin-bottom: 5px;
}
.team-timeoff .card-body .card-body img {
  float: left;
  width: 57px;
  margin-right: 10px;
}
.team-timeoff .card-body .card-body .emp-name {
  padding-bottom: 5px;
  font-size: 1rem;
}
.team-timeoff .card-body .card-body .leave-type {
  font-size: 0.875rem;
  margin-bottom: 3px;
}
.team-timeoff .card-body .card-body .approve-status {
  font-size: 0.875rem;
  color: #007bff;
  margin-bottom: 0px;
}
.team-timeoff .card-body .card .dropdown {
  position: absolute;
  right: 10px;
  top: 10px;
  border: 1px solid #eee;
  padding: 0px 5px;
  border-radius: 3px;
}
.team-expenses-table thead tr th:first-child {
  width: 250px !important;
}
.team-expenses-table thead,
.team-expenses-table tbody {
  border: 1px solid #eee;
}
.hiring {
  width: 100%;
  overflow-x: auto;
  display: flex;
  padding-bottom: 20px;
  margin-bottom: 50px;
}
.hiring .card {
  background-color: #f0f0f0;
  display: table-cell;
  min-width: 250px;
  margin-right: 10px;
}
.hiring .card:last-child {
  margin-right: 0px;
}
.hiring .card.joined {
  min-width: 270px;
}
.hiring .card .card-title {
  font-size: 15px;
}
.hiring .card .card {
  display: block;
  min-width: auto;
  margin-right: 0px;
}
.hiring .card {
  margin-bottom: 5px;
}
.hiring .card-body {
  padding: 0.5rem 0.5rem;
}
.hiring .card-body .card {
  position: relative;
  background-color: #fff;
  margin-bottom: 5px;
}
.hiring .card-body .card-body img {
  float: left;
  width: 60px;
  margin-right: 10px;
}
.hiring .card-body .card-body .emp-name {
  padding-bottom: 5px;
  font-size: 1rem;
}
.hiring .card-body .card-body .emp-name b {
  font-weight: 600;
  color: #007bff;
  padding-left: 5px;
}
.hiring .card-body .card-body .position {
  margin-bottom: 0px;
  font-size: 0.875rem;
}
.hiring .card-body .card-body .refby {
  font-size: 0.875rem;
  margin-top: 5px;
}
.hiring .card-body .card-body h5 {
  font-size: 0.875rem;
  color: #007bff;
  line-height: 1rem;
}
.hiring .card-body .card-body h5 span {
  color: #555;
}
.hiring .card-body .card-body h5.joining {
  font-size: 0.875rem;
  color: #555;
  line-height: 1.2rem;
}
.hiring .card-body .card-body h5.joining span {
  color: #007bff;
}
.hiring .card-body .card .dropdown {
  position: absolute;
  right: 10px;
  top: 10px;
  border: 1px solid #eee;
  padding: 0px 5px;
  border-radius: 3px;
}
.hiring .card-header {
  padding: 0.5rem 0.75rem;
}
.team-performance {
  width: 100%;
  overflow-x: auto;
  display: flex;
  padding-bottom: 20px;
}
.team-performance .card {
  background-color: #e9e9e9;
  display: table-cell;
  min-width: 315px;
  margin-right: 10px;
}
.team-performance .card .card-title {
  font-size: 15px;
}
.team-performance .card .card-title span {
  color: #0077c5;
}
.team-performance .card .card {
  display: block;
  min-width: auto;
  margin-right: 0px;
}
.team-performance .card {
  margin-bottom: 5px;
}
.team-performance .card-body {
  padding: 0.5rem 0.5rem;
}
.team-performance .card-body .card {
  position: relative;
  background-color: #fff;
  margin-bottom: 5px;
}
.team-performance .card-body .card-body img {
  float: left;
  width: 50px;
  margin-right: 10px;
}
.team-performance .card-body .card-body .emp-name {
  padding-bottom: 5px;
  font-size: 1rem;
}
.team-performance .card-body .card-body .leave-type {
  font-size: 0.875rem;
  line-height: 0.8rem;
}
.team-performance .card-body .card .dropdown {
  position: absolute;
  right: 10px;
  top: 10px;
  border: 1px solid #eee;
  padding: 0px 5px;
  border-radius: 3px;
}
@media (max-width: 1400px) {
  .team-expenses-table table {
    min-width: 1250px;
    overflow-x: auto;
  }
  .my-team {
    width: 100%;
    overflow-x: auto;
  }
}
.hiring-table tr td,
.hiring-table tr th {
  text-align: center;
}
.hiring-table tr td.text-primary{
  font-weight: 600;
}
.hiring-table tr td:first-child,
.hiring-table tr th:first-child {
  text-align: left;
}
.hiring-table thead,
.hiring-table tbody {
  border: 1px solid #eee;
}
.payslips-table thead,
.payslips-table tbody {
  border: 1px solid #eee;
}
.compensation-table thead,
.compensation-table tbody {
  border: 1px solid #eee;
}
.compensation-table tr td,
.compensation-table tr th {
  text-align: center;
}
.compensation-table tr td:first-child,
.compensation-table tr th:first-child {
  text-align: left;
}
.team-compensation-table thead,
.team-compensation-table tbody {
  border: 1px solid #eee;
}
.team-compensation-table tr td,
.team-compensation-table tr th {
  text-align: center;
}
.team-compensation-table tr td:first-child,
.team-compensation-table tr th:first-child,
.team-compensation-table tr td:nth-child(2),
.team-compensation-table tr th:nth-child(2) {
  text-align: left;
}
.my-timesheet-table tr td:nth-child(2),
.my-timesheet-table tr th:nth-child(2),
.my-timesheet-table tr td:nth-child(3),
.my-timesheet-table tr th:nth-child(3),
.my-timesheet-table tr td:nth-child(4),
.my-timesheet-table tr th:nth-child(4),
.my-timesheet-table tr td:nth-child(5),
.my-timesheet-table tr th:nth-child(5),
.my-timesheet-table tr td:nth-child(6),
.my-timesheet-table tr th:nth-child(6) {
  text-align: center;
}
.my-timeoff-table tr td,
.my-timeoff-table tr th {
  text-align: center;
}
.my-timeoff-table tr td:first-child,
.my-timeoff-table tr th:first-child {
  text-align: left;
}
.my-benefits-table tr td:nth-child(3),
.my-benefits-table tr th:nth-child(3),
.my-benefits-table tr td:nth-child(4),
.my-benefits-table tr th:nth-child(4) {
  text-align: center;
}
.my-benefits-table thead,
.my-benefits-table tbody {
  border: 1px solid #eee;
}
/******Login Form*************/
#video-container {
  position: relative;
}

#video-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1; /* Place the video behind other elements */
}

#fallback-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  z-index: -1; /* Place the image behind other elements */
}

#logo-container {
  position: fixed;
  top: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 20px;
  box-sizing: border-box;
  z-index: 1; /* Place the logo container above the video */
}

#company-logo {
  max-width: 100px; /* Set the max width as needed */
}

#product-logo {
  max-width: 100px; /* Set the max width as needed */
}

.login-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

.login-container .login-form {
  background-color: rgba(
    255,
    255,
    255,
    0.8
  ); /* Semi-transparent white background */
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  width: 400px;
  text-align: left;
  padding: 20px;
  margin-bottom: 20px; /* Added margin for spacing */
}

.login-container .form-group {
  margin-bottom: 20px;
}

.login-container .form-group label {
  display: block;
  font-size: 14px;
  margin-bottom: 5px;
}

.login-container .form-group input {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 14px;
}

.login-container .form-group .buttons {
  display: flex;
  justify-content: flex-end; /* Align buttons to the right */
  align-items: center;
}

.login-container .form-group button {
  margin-left: 10px; /* Added margin between buttons */
  width: 100px; /* Set the width for both buttons */
  background-color: #4caf50;
  color: #fff;
  padding: 10px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
}

.login-container .form-group button.clear {
  width: 100px; /* Set the width for both buttons */
  background-color: #ccc;
  color: #000;
  padding: 10px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
}

#product-logo-below-button {
  max-width: 200px; /* Set the max width as needed */
  margin-top: 20px; /* Added margin for spacing */
}
.login-container .form-group label {
  left: 20px;
  top: 12px;
  background-color: rgba(255, 255, 255, 0.9) !important;
}
/*******************/
.stats {
  padding-top: 100px;
}
.stats ul li {
  margin-bottom: 10px;
}
.stats ul li i.fa {
  background-color: #eee;
  border-radius: 5px;
  padding: 5px;
  margin-right: 5px;
  color: #0060c4;
}
.stats ul li b {
  font-weight: 900;
}
.highcharts-figure .highcharts-container {
  height: 270px !important;
}
.card-header .toggle-btn {
  float: right;
}
#goals_list .card .card .card-header h4{
  color: #0060c4;
  font-weight: 500;
}
@media (max-width: 575px) {
  .dashboard2 .home-icons .card-icon {
    width: 100px;
    height: 100px;
    padding: 30px 15px;
  }
  .home-icons .card-icon img {
    width: 40px;
  }
  .home-icons .card:hover .card-icon img {
    width: 40px;
  }
  .login-container .login-form {
    width: 360px;
  }
  .quicklink-sidebar-menu.card {
    width: 100%;
    overflow-x: auto;
  }
  .quicklink-sidebar-menu .list-group {
    display: block;
  }
  .quicklink-sidebar-menu .list-group .list-group-item {
    padding: 0.35rem 0.5rem;
    margin-right: 0px;
  }
  .quicklink-sidebar-menu ul li a {
    font-size: 14px;
  }

  footer {
    text-align: center;
  }
  footer .text-right {
    text-align: center !important;
  }
  .table.custom-table > tbody > tr > td:first-child,
  .table.custom-table > thead > tr > th:first-child {
    padding-left: 8px;
  }
  .mobile-100 {
    width: 100%;
  }
  .team-timeoff {
    width: auto;
    display: block;
  }
  .team-timeoff .card {
    display: block;
    min-width: 250px;
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .hiring {
    width: 100%;
    display: block;
  }
  .hiring .card {
    margin-bottom: 10px;
    display: block;
    min-width: 100%;
    margin-right: 0px;
  }
  .team-performance {
    width: auto;
    display: block;
  }
  .team-performance .card {
    display: block;
    min-width: 250px;
    margin-right: 0px;
    margin-bottom: 10px;
  }
}
