/* Start Main Styles */
:root {
  --main-color: #123d7e;
  --alt-color: rgb(30, 102, 208);
  --main-transition: 0.3s;
  --main-padding-top: 100px;
  --main-padding-bottom: 100px;
  --section-background: #ececec;
  --blue-color: #0075ff;
  --blue-alt-color: #0d69d5;
  --orange-color: #f59e0b;
  --green-color: #22c55e;
  --red-color: #f44336;
  --grey-color: #888;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

body {
  /*background-image: url("../imgs/bg.jpeg");*/
  background-size: 100%;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-color: #dbe9ff !important;
  font-size: 16px;
}

@media (max-width: 767px) {
  body {
    background-image: none;
    background-size: 100%;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-color: #dbe9ff;
    font-size: 16px;
  }
}
::selection {
  background-color: var(--main-color);
  color: white;
}

ul {
  list-style: none;
}
.col-sm-10 {
  position: relative;
}

.asterisk {
  position: absolute;
  font-size: 30px;
  right: 30px;
  top: 10px;
  color: #d20707;
}

.col-sm-10 .asterisk {
  position: absolute;
  font-size: 30px;
  right: 10px;
  top: 0px;
  color: #d20707;
}

.empty-msg {
  padding: 10px;
  background-color: #ddd;
  margin: 10px 0;
  border-left: 5px solid #f00;
}

.btn:not(.btn-danger),
.btn:not(.btn-success) {
  color: #fff;
  background-color: var(--main-color);
  border-color: var(--main-color);
}

.btn-danger {
  background-color: #d20707 !important;
}
.activate_btn {
  background-color: #0dcaf0 !important;
  border-color: #0dcaf0 !important;
}

.deactivate_btn {
  background-color: #ffc107 !important;
  border-color: #ffc107 !important;
}

/* End Main Styles */

/* Start Components */
/*Start Main Title Component*/
.main-title {
  margin: 40px auto 80px;
  padding: 10px 20px;
  border: 2px solid var(--main-color);
  border-radius: 0.5rem;
  font-size: 30px;
  font-weight: bold;
  width: fit-content;
  position: relative;
  text-transform: uppercase;
  background-color: var(--main-color);
  color: #fff;
  z-index: 1;
  transition: var(--main-transition);
  -webkit-transition: var(--main-transition);
  -moz-transition: var(--main-transition);
  -ms-transition: var(--main-transition);
  -o-transition: var(--main-transition);
}

@media (max-width: 767px) {
  .main-title {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .form-group {
    display: block !important;
  }
}
/* 
.main-title::before,
.main-title::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  top: 50%;
  background-color: var(--main-color);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.main-title::before {
  left: -30px;
}
.main-title::after {
  right: -30px;
}

.main-title:hover::before {
  z-index: -1;
  animation: left-move 0.5s linear forwards;
  -webkit-animation: left-move 0.5s linear forwards;
}

.main-title:hover::after {
  z-index: -1;
  animation: right-move 0.5s linear forwards;
  -webkit-animation: right-move 0.5s linear forwards;
}
 
.main-title:hover {
  color: #fff;
  border: 2px solid transparent;
  transition-delay: 0.5s;
  cursor: pointer;
}
*/
.main-btn {
  background-color: var(--main-color) !important;
  color: #fff;
  padding: 0.5rem 1rem;
  /* border-color: var(--main-color); */
  text-decoration: none;
}
.main-btn:hover {
  color: var(--main-color);
  background-color: #fff !important;
}
/*End Main Title Component*/

.mr {
  margin-right: 0.25rem;
}

@media (max-width: 767px) {
  .buttons_forms {
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
  }

  .buttons_forms .btn-primary,
  .buttons_forms a {
    margin-top: 5px;
  }

  .table_link {
    display: flex;
    justify-content: center;
  }

  .form_content {
    flex-direction: column;
    align-items: flex-start;
  }

  .form_content form {
    width: 100% !important;
  }

  .form_content .form_select {
    display: flex;
    flex-direction: column;
  }

  .form_content .form_buttons {
    display: flex;
    justify-content: space-between;
  }
  .form_content .form_buttons a {
    padding: 5px !important;
    margin-right: 10px;
  }

  .form_content .form_select div {
    width: 100%;
  }
  
  .reports_btns {
    flex-direction: column;
  }
}

.form_content .form_select {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.table_link {
  margin-top: 20px;
  margin-bottom: 20px;
}

.logs_numbers {
  display: none;
}

.empty {
  width: 100px;
  font-size: 16px;
  background-color: #009432 !important;
  padding: 5px !important;
  color: #f1f1f1 !important;
  border-radius: 6px;
}


.total_stats {
  display: flex;
  /* justify-content: space-between; */
  gap: 10px;
  margin-bottom: 10px;
}

.total {
  text-align: center;
  padding: 6px;
  align-self: center;
  width: 250px;
  background-color: rgb(13 110 253 / 25%);
  margin-bottom: 10px;
  border-radius: 10px;
    
}


/*============================= Start Animations =============================*/
@keyframes up-and-down {
  0%,
  100% {
    top: 0;
  }
  50% {
    top: -50px;
  }
}

@keyframes bouncing {
  0%,
  10%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
  40%,
  60% {
    transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -o-transform: translateY(-15px);
  }
}

@keyframes left-move {
  50% {
    left: 0;
    width: 12px;
    height: 12px;
  }

  100% {
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
  }
}

@keyframes right-move {
  50% {
    right: 0;
    width: 12px;
    height: 12px;
  }

  100% {
    right: 0;
    width: 100%;
    height: 100%;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
  }
}

@keyframes moving-arrow {
  100% {
    transform: translateX(10px);
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
  }
}
/*============================= End Animations =============================*/

/*Start Login Form */
.login_img {
  height: 100% !important;
}

.login_logo {
  width: 100px;
  height: 100px;
  border-radius: 1rem !important;
  -webkit-border-radius: 1rem !important;
  -moz-border-radius: 1rem !important;
  -ms-border-radius: 1rem !important;
  -o-border-radius: 1rem !important;
}

.login-page form {
  max-width: 410px;
  margin: auto;
}
.login-page form input {
  margin-bottom: 10px;
}

.login-page form input:focus {
  outline: none;
}

.login-page form input[type="submit"] {
  width: 410px;
  transition: var(--main-transition);
  -webkit-transition: var(--main-transition);
  -moz-transition: var(--main-transition);
  -ms-transition: var(--main-transition);
  -o-transition: var(--main-transition);
  border: 1px solid transparent;
}

.login-page form input[type="submit"]:hover {
  border: 1px solid var(--main-color);
}

.login-page h1 {
  outline: none;
}

.login-page h1 span {
  cursor: pointer;
}

.login-page .signup {
  display: none;
}

/*End Login Form */
/*////////////////////////////////////////// Start Reusable CSS ///////////////////////////////////////////////////////////////////*/
.sidebar .text {
  font-size: 16px;
  font-weight: 500;
  /* white-space: nowrap; */
  transition: var(--main-transition);
  -webkit-transition: var(--main-transition);
  -moz-transition: var(--main-transition);
  -ms-transition: var(--main-transition);
  -o-transition: var(--main-transition);
  opacity: 1;
}

.sidebar .image {
  min-width: 60px;
  display: flex;
  align-items: center;
}

@media (max-width: 767px) {
  .sidebar.close {
    width: 0;
  }
}
/*////////////////////////////////////////// End Reusable CSS ///////////////////////////////////////////////////////////////////*/

/*////////////////////////////////////////// Start Sidebar ///////////////////////////////////////////////////////////////////*/
.sidebar {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 250px;
  padding: 10px 14px;
  background: #fff;
  z-index: 1000;
  overflow-y: scroll;
  overflow-x: hidden;
  transition: var(--main-transition);
  -webkit-transition: var(--main-transition);
  -moz-transition: var(--main-transition);
  -ms-transition: var(--main-transition);
  -o-transition: var(--main-transition);
}

.sidebar header .toggle {
  position: absolute;
  top: 50%;
  right: -15px;
  height: 25px;
  width: 50px;
  z-index: 3000 !important;
  background-color: var(--main-color);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  font-size: 12px;
  text-align: center;
  border: none;
  transition: var(--main-transition);
  -webkit-transition: var(--main-transition);
  -moz-transition: var(--main-transition);
  -ms-transition: var(--main-transition);
  -o-transition: var(--main-transition);
  padding: 10px;
}

.sidebar header .toggle:hover {
  background-color: var(--alt-color);
}

/* .sidebar header .toggle::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  top: 50%;
  background-color: var(--main-color);
  border-radius: 50%;
}
 */
.sidebar.close header .toggle {
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.sidebar.close {
  width: 88px;
}

.sidebar.close .text {
  opacity: 0;
}

.sidebar .menu_bar .menu_links {
  padding-left: 0;
}
.sidebar li {
  height: 50px;
  margin-top: 10px;
  list-style: none;
  display: flex;
  align-items: center;
}

.sidebar li .icon {
  font-size: 20px;
  min-width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sidebar li .icon,
.sidebar li .text {
  color: #666;
  transition: var(--main-transition);
  -webkit-transition: var(--main-transition);
  -moz-transition: var(--main-transition);
  -ms-transition: var(--main-transition);
  -o-transition: var(--main-transition);
}

.sidebar header {
  position: relative;
}

.sidebar .image_text img {
  width: 40px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.sidebar header .image_text {
  display: flex;
  align-items: center;
}

header .image_text .header_text {
  display: flex;
  flex-direction: column;
}

.header_text .name {
  font-weight: 600;
  color: var(--main-color);
  font-weight: bold;
  margin-top: 20px;
}

.header_text .profession {
  margin-top: -2px;
}

.sidebar li a {
  text-decoration: none;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  border-radius: 6px;
  transition: var(--main-transition);
  -webkit-transition: var(--main-transition);
  -moz-transition: var(--main-transition);
  -ms-transition: var(--main-transition);
  -o-transition: var(--main-transition);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  justify-content: start;
}

.sidebar li a:hover {
  background-color: var(--main-color);
}

.sidebar li a:hover .icon,
.sidebar li a:hover .text {
  color: #f1f1f1;
}

.sidebar .menu_bar {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.sidebar .nav_languages {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}

.sidebar.close .nav_languages li {
  height: 30px;
  list-style: none;
  display: flex;
  align-items: center;
}

.sidebar.close .nav_languages li .icon {
  font-size: 16px;
  min-width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon {
  font-size: 16px;
  min-width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sidebar.close .nav_languages .lang_links {
  display: flex;
  flex-direction: column;
}

.sidebar .nav_languages .lang_links {
  display: flex;
  flex-direction: row;
}

.sidebar .nav_languages .lang_links li a {
  justify-content: space-between;
}

.sidebar .nav_languages li .fa-globe {
  color: var(--main-color);
}

.menu_bar .translate .toggle_switch {
  height: 100%;
  min-width: 60px;
  background-color: red;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.toggle_switch .switch {
  position: relative;
  height: 22px;
  width: 44px;
  background: blue;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
}

.switch::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
  background: #707070;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

@media (max-width: 767px) {
  .sidebar.close {
    width: 0;
    padding-left: 25px;
    background-color: transparent;
  }

  .sidebar header .toggle {
    top: -7px;
  }

  .sidebar.close header .toggle {
    top: 100px;
  }

  .sidebar header .toggle {
    width: 82px;
    border-radius: 20px;
  }

  .sidebar.close .image_text img {
    display: none;
  }

  .sidebar.close .nav_languages li .fa-globe {
    color: transparent;
  }

  .sidebar.close .menu_bar {
    display: none;
  }
}

/*////////////////////////////////////////// End Sidebar ///////////////////////////////////////////////////////////////////*/

/*Start bootstrap Edits*/

.navbar {
  margin-bottom: 20px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  background-color: #444 !important;
}

.navbar > li > a,
.navbar-brand {
  font-weight: bold;
  padding: 15px 12px;
  margin-right: 40px;
  color: #fff !important;
}

.navbar-expand-lg .navbar-nav {
  align-items: flex-end;
}

.navbar-brand {
  font-size: 1em;
}

.navbar-collapse .navbar-nav .nav-link {
  font-weight: bold;
  color: #ddd !important;
  text-align: center;
  font-size: 14px;
}

.navbar-collapse .navbar-nav .nav-link:hover {
  color: #fff !important;
  background-color: var(--main-color);
}

.navbar-collapse .nav-item .nav-link {
  background-color: var(--main-color);
  color: #fff !important;
  font-weight: bold;
}

.navbar-collapse .nav-item .dropdown-menu {
  min-width: 180px;
  padding: 0;
  margin: 0;
  font-size: 1em;
  border: none;
  border-radius: 1%;
  -webkit-border-radius: 1%;
  -moz-border-radius: 1%;
  -ms-border-radius: 1%;
  -o-border-radius: 1%;
}

.navbar-collapse .nav-item .dropdown-menu .dropdown-item {
  padding: 5px 8px;
}

.navbar-collapse .nav-item .dropdown-menu .dropdown-item:hover {
  background-color: var(--main-color);
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  color: #fff;
}

.list-group-item {
  font-weight: bold;
  font-size: 15px;
  justify-content: space-between !important;
}

.list-group-item:hover {
  color: #fff !important;
}

@media (max-width: 767px) {
  .navbar-collapse .nav-item .dropdown-menu {
    align-self: center;
  }
}

.search_btn {
  border-radius: 6px !important;
  -webkit-border-radius: 6px !important;
  -moz-border-radius: 6px !important;
  -ms-border-radius: 6px !important;
  -o-border-radius: 6px !important;
  margin: 5px !important;
}

.lang-ul {
  list-style: none;
  text-align: center;
  display: flex !important;
  justify-content: center !important;
  flex-direction: row;
  background-color: var(--main-color);
  color: #fff;
  margin-right: 5px;
  padding: 5px;
  font-size: 15px;
}

.lang-ul li a {
  margin: 5px;
  text-decoration: none !important;
}

.form-group-lg .form-control {
  position: relative;
}

.edit-admin {
  margin-right: 5px;
  background-color: var(--main-color);
  padding: 4px 4px;
  width: 110px;
}
/*End bootstrap Edits*/

/*Start Dashboard Page*/
.home-stats .statistics,
.home-stats .statistics > a {
  display: flex;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  padding: 20px;
  font-size: 15px;
  height: 153px;
  color: #fff;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  position: relative;
  overflow: hidden;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
  -o-transition: 0.5s all;
  width: 100%;
}

.home-stats .statistics svg, 
.home-stats .statistics .bx {
  position: absolute;
  top: 35px;
  left: 30px;
  font-size: 70px;
}

.home-stats .statistics .info {
  float: right;
}

.home-stats .statistics span {
  display: block;
  font-size: 30px;
}

.home-stats .statistics a {
  color: #fff;
  text-decoration: none;
}

.home-stats .st_projects {
  background-color: #ffc107;
}

.home-stats .st_units {
  background-color: #17a2b8;
}

.home-stats .st_clients {
  background-color: #28a745;
}

.home-stats .st_suppliers {
  background-color: #dc3545;
}

.home-stats .st_current_clients {
  background-color: #032539;
}

.home-stats .st_previous_clients {
  background-color: #666;
}

.home-stats .st_rented_units {
  background-color: #0a58ca;
}

.home-stats .st_money {
  background-color: #70d7c3;
}

.home-stats .st_schedules {
  background-color: #23383f;
}

.home-stats .st_accounts {
  background-color: #b2af26e6;
}

.home-stats .st_empty_units {
  background-color: #5c0df0a3;
}

.home-stats .st_reports {
  background-color: #3d8970;
}

.home-stats .st_projects:hover,
.home-stats .st_units:hover,
.home-stats .st_clients:hover,
.home-stats .st_accounts:hover,
.home-stats .st_reports:hover,
.home-stats .st_suppliers:hover,
.home-stats .st_current_clients:hover,
.home-stats .st_previous_clients:hover,
.home-stats .st_money:hover,
.home-stats .st_rented_units:hover,
.home-stats .st_schedules:hover,
.home-stats .st_empty_units:hover {
  cursor: pointer;
  box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.4);
  transform: translateY(-1rem);
  -webkit-transform: translateY(-1rem);
  -moz-transform: translateY(-1rem);
  -ms-transform: translateY(-1rem);
  -o-transform: translateY(-1rem);
  transition: 400ms all ease-in-out;
}

.latest {
  margin-top: 25px;
}

.latest .toggle-info {
  color: #999;
}

.latest .toggle-info:hover {
  color: #444;
  cursor: pointer;
}

.latest .panel-heading {
  margin-bottom: 20px;
}

.latest-users {
  margin-bottom: 0;
}

.latest-users li,
.latest-items li {
  padding: 10px;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}

.latest-users li:nth-child(odd) {
  background-color: #ddd;
}

.latest-users .btn-success,
.latest-items .btn-success,
.latest-users .btn-info,
.latest-items .btn-info {
  padding: 2px 10px;
}

.latest-users .btn-info,
.latest-items .btn-info {
  margin-right: 5px;
}

.latest .comment-box {
  margin: 5px 0 10px;
}

.latest .comment-box .member-name,
.latest .comment-box .member-comment {
  float: left;
}

.latest .comment-box .member-name {
  width: 80px;
  margin-right: 20px;
  text-align: center;
  position: relative;
  top: 5px;
}

.latest .comment-box .member-comment {
  width: calc(100% - 100px);
  background-color: #ddd;
  padding: 10px;
  position: relative;
}

.latest .comment-box .member-comment::before {
  content: "";
  display: block;
  position: absolute;
  left: -30px;
  top: 5px;
  border-style: solid;
  border-color: transparent #ddd transparent transparent;
  border-width: 15px;
}
/*End Dashboard Page*/

/*Start Members Page*/

h1 {
  font-size: 60px;
  margin: 30px 0;
  font-weight: bold;
  color: #666;
}

.show-pass {
  position: absolute;
  top: 290px;
  right: 777px;
}

.manage-members img,
.manage-items img {
  width: 50px;
  height: 50px;
}

#data_table_wrapper .row {
  padding: 10px !important;
}

.main-table {
  -webkit-box-shadow: 0 3px 10px #ccc;
  -moz-box-shadow: 0 3px 10px #ccc;
  box-shadow: 0 3px 10px #ccc;
  border-collapse: collapse;
  overflow-x: scroll;
}

@media (max-width: 768px) {
  .main-table {
    width: 100rem;
    overflow-x: scroll;
  }
}

.main-table td {
  background-color: #fff;
  vertical-align: middle !important;
  font-size: 14px;
  color: var(--main-color);
}

/* .main-table td .control-tr {
  height: 100%;
} */

.main-table thead tr:first-child td:not(.main-table tr .day) {
  background-color: #333;
  color: #fff;
  text-align: center;
  width: auto;
}

.main-table thead tr:first-child td {
  background-color: var(--main-color) !important;
  color: #fff;
  text-align: center;
  width: auto;
  /* border-radius: .40rem; */
}

.main-table thead tr td:first-child {
  background-color: #fff;
  color: var(--main-color);
  text-align: center;
  width: auto;
  border-top-left-radius: 0.5rem;
}

.main-table thead tr td:last-child {
  background-color: #fff;
  color: var(--main-color);
  text-align: center;
  width: auto;
  border-top-right-radius: 0.5rem;
}

.main-table tr .control_column {
  background-color: transparent;
  border-color: transparent;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: space-between;
  flex-direction: column;
  width: 100%;
}

.main-table thead tr td.control_column a {
  /* margin-bottom: 2px; */
}

.main-table tr:first-child .perm_role {
  background-color: #333;
  color: #fff;
  text-align: center;
  width: auto;
}

.main-table tr:first-child .perm_actions {
  /* background-color: #333; */
  color: #fff;
  text-align: center;
  width: 400px !important;
}

.not_processed,
.in_process,
.not_forwarded,
.closed {
  font-size: 16px;
  padding: 5px !important;
  color: #f1f1f1 !important;
  border-radius: 6px;
  font-weight: bold;
  width: auto;
}

.not_processed {
  background-color: #d20707 !important;
}

.categories .show_schedule .not_processed,
.categories .show_schedule .closed {
  padding: 2px !important;
  font-size: 12px;
  font-weight: normal;
}

.in_process {
  background-color: #0dcaf0 !important;
}

.not_forwarded {
  background-color: #ffc107 !important;
}

.closed {
  background-color: #28a745 !important;
}

.forward {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  background-color: #eee;
  padding: 10px;
}

.total_attend {
  width: 200px;
}

.details_status {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
}
.control-tr {
  display: block;
  justify-content: space-between;
  flex-direction: column;
}

.messages_col {
  overflow-y: scroll;
  overflow-x: hidden;
  max-height: 20px !important;
}

.btn-success {
  margin-bottom: 3px;
}

.former_clients {
  padding: 15px;
  width: 150px;
  background-color: #0d6efd40;
  border-radius: 10px;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  font-size: 18px;
}

.former_clients a {
  text-decoration: none;
  font-size: 18px;
}

.main-table .btn {
  padding: 2px 5px;
}

.main-table .btn-primary {
  background-color: #0dadfd;
  padding: 5px 10px;
  border: none;
  /* margin-bottom: 40px; */
}

.activate {
  margin-left: 5px;
}
.btn-primary:hover {
  background-color: #007fbe;
  box-shadow: 3px 3px 10px #666;
}
.main-table .btn-danger {
  background-color: #d9231a;
  border: none;
}

@media (max-width: 767px) {
  .main-table tr:first-child td {
    /* background-color: #333; */
    /* color: #fff; */
    text-align: center;
    font-size: 12px;
  }
  .main-table tr td {
    font-size: 12px;
  }
  .control-tr {
    flex-direction: row;
    justify-content: space-between;
    /* align-content: space-between; */
  }
  .btn-primary {
    padding: 5px 10px;
    /* margin-bottom: 40px; */
    /* margin-top: 20px; */
  }
  .main-table .btn {
    padding: 1px 1px;
    font-size: 9px;
    margin-bottom: 2px;
  }
}
/*End Members Page*/

/* Start Category Page */

.categories .panel-body {
  padding: 0;
}

.categories .panel-heading {
  color: #57606f;
  font-size: 20px;
  font-weight: bold;
}

@media (max-width: 767px) {
  .categories .panel-heading {
    font-size: 15px;
  }
}

.categories .panel-heading i {
  position: relative;
  top: 1px;
}

.categories .options a {
  color: #888;
  text-decoration: none;
}

.categories .options span {
  color: #888;
  cursor: pointer;
}

.categories .options .active {
  color: #009432;
}

.categories .cat {
  padding: 15px;
  position: relative;
  overflow: hidden;
  background-color: #dee2e6;
  border-radius: 5px;
  margin-bottom: 10px;
  border: none;
}

.categories .cat a {
  text-decoration: none;
}

.categories .cat a:hover {
  color: var(--main-color);
}

@media (max-width: 767px) {
  .categories .cat h3 {
    font-size: 14px;
  }
  .categories .cat a {
    text-decoration: none;
    font-size: 14px;
  }
}

.categories .cat:hover {
  background-color: #ecf0f1;
}

.categories .cat:hover .hidden-btns {
  right: 10px;
}

.categories hr {
  margin-top: 0;
  margin-bottom: 0;
}

.categories .cat .hidden-btns {
  position: absolute;
  top: 15px;
  right: -160px;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}

.categories .cat .hidden-btns .btn-primary,
.categories .cat .hidden-btns .btn-danger {
  padding: 3px 5px;
}

.categories .cat .hidden-btns a {
  margin-right: 5px;
}

.categories .cat h3 {
  margin: 0;
  cursor: pointer;
  font-weight: bold;
}

.categories .schedule_day {
  margin-bottom: 10px;
  cursor: pointer;
  font-weight: bold;
}

.categories .cat .full-view p {
  margin-top: 10px;
  color: #707070;
}

.categories .cat:last-of-type ~ hr {
  display: none;
}

.categories .cat .visibility {
  background-color: #e74c3c;
  color: #fff;
  padding: 3px 10px;
  margin-right: 8px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.categories .cat .commenting {
  background-color: #2c3e50;
  color: #fff;
  padding: 3px 10px;
  margin-right: 8px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.categories .cat .advertises {
  background-color: #e67e22;
  color: #fff;
  padding: 3px 10px;
  margin-right: 8px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.categories .add-cat {
  margin-bottom: 20px;
  margin-top: 10px;
}

.categories .child-head {
  margin: 15px 0 8px;
  font-weight: bold;
  font-size: 16px;
  color: #198754;
}

.categories .child-cats {
  margin: 0;
}

.categories .child-cats li {
  margin-left: 10px;
}

.categories .child-cats li::before {
  content: "*";
}

.categories .show-delete {
  background-color: #f00;
  color: #fff;
  display: none;
}
/* ///////////////////////////////////////////////////////// */
.categories .show_schedule {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
.categories .sched {
  padding: 15px;
  margin-right: 5px;
  position: relative;
  overflow: hidden;
  width: 200px;
  background-color: #ecf0f1;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

@media (max-width: 767px) {
  .categories .sched {
    padding: 6px;
    margin-right: 5px;
    position: relative;
    overflow: hidden;
    width: 140px;
    background-color: #ecf0f1;
  }
}
.categories .sched:hover {
  background-color: #ecf0f1;
}

.categories .sched:hover .hidden-btns {
  right: 10px;
}

.categories hr {
  margin-top: 0;
  margin-bottom: 0;
}

.categories .sched .hidden-btns {
  position: absolute;
  top: 15px;
  right: -160px;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}

.categories .sched .hidden-btns .btn-primary,
.categories .sched .hidden-btns .btn-danger {
  padding: 3px 5px;
}

.categories .sched .hidden-btns a {
  margin-right: 5px;
}

.categories .sched h4 {
  font-size: 14px;
}

.categories .sched h3 {
  font-size: 16px;
}

.categories .sched h2 {
  font-size: 18px;
}
/* End Category Page */

/*///////////////////////////// Members /////////////////////////*/
.user_avatar {
  height: 400px;
  width: 100%;
}

.add-item {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  width: auto;
  text-decoration: none;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  margin-top: 10px;
  border-radius: 0.25rem;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  -ms-border-radius: 0.25rem;
  -o-border-radius: 0.25rem;
}

.add-item:hover {
  background-color: #007fbe;
  box-shadow: 3px 3px 10px #666;
}

/* Message Replay */

.message h3 {
  margin: 0 0 10px;
}

.message textarea {
  display: block;
  margin-bottom: 10px;
  width: 400px;
  outline: none;
}

/* ===================================================================================== */
.panel {
  /* border: 1px solid var(--main-color); */
  border-radius: 3px;
}

.panel:last-child {
  border-color: transparent;
}

.toggle-info:hover {
  cursor: pointer;
}

.panel-heading {
  color: #fff !important;
  background-color: var(--main-color);
  padding: 10px;
  font-size: 18px;
  font-weight: 600;
}

.panel-body {
  padding: 10px;
  font-size: 18px;
  font-weight: 600;
}

.chat_msgs {
  background-color: #353b48;
  min-height: 400px;
  max-height: 400px;
  overflow-x: hidden;
  margin: 10px;
}

/* .chat_msgs .panel .panel-heading {
  position: fixed;
  z-index: 2;
}
 */
.select_chat {
  border-radius: 14px;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  -o-border-radius: 14px;
}

.select_chat select {
  background-color: #f5f6fa;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border: none;
  padding: 5px;
}

.select_chat select option {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  margin: 0;
  padding: 10px;
  border: none;
  background-color: #f5f6fa;
}

.select_chat select:focus {
  outline: none;
}

.comment-box {
  margin-bottom: 20px;
}

.chat_data {
  display: flex;
}

.comment-box .teach_msg {
  justify-content: flex-start;
  flex-direction: row-reverse;
  align-items: center;
}

.comment-box .reciever {
  background-color: #00bcd4;
  color: #f1f1f1;
  font-weight: bold;
  position: relative;
  padding: 10px;
  /* margin-top: 25px; */
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  box-shadow: 2px 2px 8px #666;
  margin-right: 10px;
}
/* 
.comment-box .reciever::before {
  content: "";
  position: absolute;
  top: 8px;
  right: -30px;
  width: 0;
  height: 0;
  border-width: 15px;
  border-style: solid;
  border-color: transparent transparent transparent #00bcd4;
}
 */
.comment-box .user_name {
  background-color: #77848e;
  color: #f1f1f1;
  font-size: 8px;
  font-weight: normal;
  position: relative;
  padding: 4px;
  margin: 5px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  width: 50px;
}

.comment-box .dateTime {
  color: #ececec;
  font-size: 10px;
  margin-left: 18px;
}

.comment-box img {
  max-width: 40px;
  max-height: 40px;
  list-style: 40px;
  float: none;
  display: table;
  margin: 0 14px 10px 5px;
}

.comment-box p {
  max-width: 300px;
  height: auto;
  word-break: break-word;
}

.chat_data .sender_mess_text,
.chat_data .reciever_mess_text {
  position: relative;
}

.chat_data .sender_mess_text .hidden-btns {
  position: absolute;
  top: 0px;
  left: -30px;
  border-radius: 1.25rem;
  -webkit-border-radius: 1.25rem;
  -moz-border-radius: 1.25rem;
  -ms-border-radius: 1.25rem;
  -o-border-radius: 1.25rem;
}

@media (max-width: 767px) {
  .chat_data .sender_mess_text .hidden-btns {
    left: -30px;
    /* right: -40px !important;    */
  }
}

.chat_data .sender_mess_text .hidden-btns svg,
.chat_data .reciever_mess_text .hidden-btns svg {
  font-size: 14px;
}

.chat_data .reciever_mess_text .hidden-btns {
  position: absolute;
  top: 0px;
  right: -40px;
  border-radius: 1.25rem;
  -webkit-border-radius: 1.25rem;
  -moz-border-radius: 1.25rem;
  -ms-border-radius: 1.25rem;
  -o-border-radius: 1.25rem;
}

.send_form {
  display: flex;
  align-items: center;
  align-content: center;
}

.send_form .msg_input {
  width: 90%;
  height: 38px;
  vertical-align: middle;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border: none;
  padding: 4px;
}

.send_form .msg_input:focus {
  outline: none;
}

@media (max-width: 768px) {
  .chat_container {
    justify-content: flex-end !important;
    flex-direction: row !important;
  }

  .std_chat_container {
    justify-content: center !important;
  }

  .std_chat_container .btn-primary {
    margin-bottom: 0;
  }

  .chat_msgs {
    max-width: 300px;
    margin-right: 0;
  }

  .chat_msgs .panel-heading i {
    font-size: 12px;
  }

  .chat_msgs .panel-heading {
    font-size: 12px;
  }

  .comment-box .row {
    display: flex;
  }
  .comment-box .msgs {
    font-weight: normal;
    padding: 6px;
    margin-top: 20px;
  }

  .comment-box img {
    margin: 0 14px 10px 0px !important;
  }
  .comment-box p {
    max-width: 180px;
  }

  .send_form .msg_input {
    width: 90%;
  }

  .comment-box .msgs::before {
    left: -24px;
    border-width: 12px;
  }
}

.upload_form {
  position: absolute;
  top: 30%;
  left: 33%;
  align-content: center;
}

.control-label {
  font-size: 18px;
}

.show_archive {
  text-decoration: none;
  background-color: #607d8b;
  padding: 8px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  color: #f1f1f1;
  transition: var(--main-transition);
  -webkit-transition: var(--main-transition);
  -moz-transition: var(--main-transition);
  -ms-transition: var(--main-transition);
  -o-transition: var(--main-transition);
}

.show_archive:hover {
  background-color: #00bcd4;
  color: #f1f1f1;
}

.classes_list {
  background-color: #e6e6e6;
  width: 200px;
  max-height: 100px;
  padding: 10px;
  border-radius: 5px;
  overflow-y: scroll;
}

.permissions_list {
  background-color: #e6e6e6;
  width: 500px;
  /* max-height: 600px; */

  padding: 10px;
  margin-bottom: 20px;
  border-radius: 5px;
  /* overflow-y: scroll; */
}

.permissions_list .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

/* ////////////////////////// Chat //////////////////////////////// */

.teacher_search,
.admin_search {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.teacher_search input,
.admin_search input {
  /* font-size: 10px; */
  width: 90%;
}

.teacher_search input:focus,
.admin_search input:focus {
  outline: none;
}

.teacher_search button,
.admin_search button {
  background-color: #2c3e50;
  padding: 2px;
  width: 40px;
  height: 40px;
  text-align: center;
  border: none;
}

.teacher_search svg,
.admin_search svg {
  color: #ecf0f1;
}

.teachers_chat_names {
  list-style: none;
}

.teachers_chat_names a {
  display: flex;
  margin-bottom: 20px;
  margin-left: 0;
  padding: 10px;
  padding-left: 0;
  justify-content: flex-start;
  font-size: 12px;
  border-bottom: 1px solid #2c3e50;
  width: 100%;
  border-radius: 5px;
}

@media (max-width: 767px) {
  .teachers_chat_names a {
    background-color: red;
    padding: 0px !important;
    padding-left: 0px;
    justify-content: flex-start;
    font-size: 12px;
    border-bottom: 1px solid #2c3e50;
    width: 100%;
    border-radius: 5px;
  }

  .teachers_chat_names .btn-primary {
    font-size: 12px;
  }
  .teachers_chat_names .btn-primary span {
    font-size: 12px;
  }
}
.teachers_chat_names a:hover {
  background-color: #aaa;
}
.teachers_chat_names a img {
  width: 40px;
  height: 40px;
  margin-right: 5px;
}

.teachers_chat_names a span {
  font-size: 20px;
}

.chat_msgs_teacher,
.chat_msgs_admin {
  background-color: #b9b9b9;
  min-height: 400px;
  max-height: 400px;
  overflow-x: hidden;
  margin: 10px;
}

.chat_container {
  margin-top: 10%;
}

.chat_msgs_teacher,
.chat_msgs_admin,
.chat_msgs {
  position: relative;
}

.chat_msgs_teacher .teacher_heading,
.chat_msgs .teacher_heading,
.chat_msgs_admin .admin_heading,
.chat_msgs .admin_heading {
  top: 0px;
  width: 100%;
  position: sticky;
  z-index: 2;
}

.teachers_chat_names a img,
.chat_img {
  width: 40px;
  height: 40px;
  margin-right: 5px;
}

.send_form input[type="file"] {
  width: 82%;
}

.send_form .file_upload_button {
  background-color: #198754;
  padding: 5px;
  border-radius: 5px;
  margin-top: 4px;
  cursor: pointer;
}

.send_form .msg_input:focus {
  outline: none;
}

.teachers_chat_names .chat_list {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.informations {
  margin-top: 50px;
}

.informations .panel {
  border: 1px solid var(--main-color);
}

.informations ul {
  padding: 0;
  margin: 0;
}

.informations ul li {
  padding: 10px;
  display: flex;
}
.informations ul li svg {
  margin-right: 7px;
}
.informations ul li:nth-child(odd) {
  background-color: #eee;
}

.informations ul li span {
  display: inline-block;
  width: 220px;
}

@media (max-width: 768px) {
  .informations ul li span {
    font-size: 16px;
    width: 100px;
  }
}

.informations ul li .badge {
  width: auto;
}

.informations .user_avatar {
  width: 50px;
  height: 50px;
}

.informations .btn {
  margin-top: 10px;
}

.user-image {
  display: flex;
  flex-direction: column;
  width: 500px;
  justify-content: center;
  align-items: center;
}

.user-image img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
}

.parent_select {
  margin-right: 10px;
}

.parent_add_btn {
  margin-top: 20px;
}

.up-std {
  justify-content: space-between;
}

.up-std span {
  width: 50% !important;
}

.main-table tr .day {
  background-color: #607d8b;
  color: #fff;
  width: 7px;
}

.main-table ul li {
  background-color: #607d8b;
  color: #fff;
  margin-bottom: 4px;
  border-bottom: 1px solid #fff;
}

.modal-body .row h4 {
  background-color: #eee;
  padding: 10px;
  border-radius: 5px;
  margin-top: 5px;
  margin-bottom: 10px;
  width: 100%;
  font-size: 14px;
}

.modal-body .row span {
  font-size: 10px;
  color: #2c3e50;
}

/* Start Color Box */
.setting-box {
  padding: 100px;
  background-color: #eee;
}

.setting-box.open {
  right: 0;
}

.setting-box .option-box {
  /* padding: 10px; */
  text-align: center;
  background-color: #eee;
  margin: 8px;
}

.setting-box .option-box h4 {
  margin: 0 0 50px;
  color: #666;
  font-size: 32px;
}

.setting-box .option-box .colors-list {
  list-style: none;
  text-align: center;
  /* padding: 0px; */
  margin: 0px 0 0;
}

.setting-box .option-box .colors-list li {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  cursor: pointer;
  display: inline-block;
  border: 3px solid #eee;
  margin-right: 30px;
  transition: var(--main-transition);
}

.setting-box .option-box .colors-list li:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  box-shadow: 0px 2px 4px 1px #6c757d;
  cursor: pointer;
}

.setting-box .option-box .colors-list li.active {
  border-color: #fff;
}

.setting-box .option-box .colors-list li:first-child {
  background-color: #123d7e;
}

.setting-box .option-box .colors-list li:nth-child(2) {
  background-color: #004158;
}

.setting-box .option-box .colors-list li:nth-child(3) {
  background-color: #552707;
}

.setting-box .option-box .colors-list li:nth-child(4) {
  background-color: #385723;
}

.setting-box .option-box .colors-list li:nth-child(5) {
  background-color: #4c004c;
}

.setting-box .option-box .colors-list li:nth-child(6) {
  background-color: #700000;
}

.setting-box .option-box .colors-list li:nth-child(7) {
  background-color: #604900;
}

.setting-box .option-box span.active {
  opacity: 1;
}

/* End setting box */

@media (max-width: 991px) {
  .header-area .links {
    display: none;
  }

  .header-area .links.open {
    background-color: #fff;
    padding: 10px;
    display: block;
    position: absolute;
    right: 0;
    top: 50px;
    width: 50%;
    text-align: left;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
  }

  .header-area .links.open li {
    margin: 10px;
    display: block;
  }

  .header-area .links.open li:hover {
    border-bottom: 1px solid var(--main--color);
    cursor: pointer;
  }

  .header-area .links.open li a {
    color: var(--main--color);
    font-weight: bold;
  }

  .header-area .toggle-menu {
    display: inline-block;
  }
}

.logo_container {
  display: flex;
  justify-content: space-around;
  align-items: center;
  align-content: center;
  flex-direction: column;
  margin-top: 0;
  padding-top: 0;
}

.logo_container video {
  width: 100%;
  height: 100%;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.logo_container .footer_info {
  list-style: disc;
  font-size: 16px;
  padding: 60px;
}

.logo_container .footer_info p {
  color: var(--main-color);
  font-weight: bold;
  font-size: 22px;
}

.logo_container .footer_info li {
  margin-bottom: 6px;
  padding: 5px;
}

.logo_container .footer_info li span {
  color: var(--second-color);
  font-size: 20px;
}

.upload_file {
  position: relative !important;
  right: -10px;
  border: 3px solid #555;
  color: white;
  background: #666;
  margin: 10px 0;
  border-radius: 5px;
  font-weight: bold;
  padding: 5px 20px;
  cursor: pointer;
}

.chat_msgs_profile {
  background-color: #f1efef;
  min-height: 400px;
  max-height: 400px;
  overflow-x: hidden;
  margin: 10px;
}

.chat_msgs {
  background-color: #2c3e50;
  min-height: 400px;
  max-height: 400px;
  overflow-x: hidden;
  margin: 10px;
}

.chat_data {
  overflow-y: auto;
}

.admin_panel {
  height: 400px !important;
}
.chat_msgs_teacher,
.chat_msgs_admin {
  background-color: #b9b9b9;
  min-height: 400px;
  max-height: 400px;
  overflow-x: hidden;
  margin: 10px;
}

/* .chat_msgs .panel .panel-heading {
  position: fixed;
  z-index: 2;
}
 */

.comment-box {
  margin-bottom: 20px;
}

.chat_data {
  display: flex;
  overflow-y: auto;
}

.comment-box .teach_msg {
  justify-content: flex-start;
  flex-direction: row-reverse;
  align-items: center;
}
.comment-box .sender {
  background-color: #487eb0;
  color: #f1f1f1;
  font-weight: bold;
  position: relative;
  padding: 10px;
  /* margin-top: 25px; */
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  box-shadow: 2px 2px 8px #666;
  margin-left: 10px;
  font-size: 14px;
}

/* 
.comment-box .sender::before {
  content: "";
  position: absolute;
  top: 8px;
  left: -30px;
  width: 0;
  height: 0;
  border-width: 15px;
  border-style: solid;
  border-color: transparent #487eb0 transparent transparent;
}
 */
.comment-box .reciever {
  background-color: #00bcd4;
  color: #f1f1f1;
  font-weight: bold;
  position: relative;
  padding: 10px;
  /* margin-top: 25px; */
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  box-shadow: 2px 2px 8px #666;
  margin-right: 10px;
  font-size: 14px;
}
/* 
.comment-box .reciever::before {
  content: "";
  position: absolute;
  top: 8px;
  right: -30px;
  width: 0;
  height: 0;
  border-width: 15px;
  border-style: solid;
  border-color: transparent transparent transparent #00bcd4;
}
 */
.comment-box .user_name {
  background-color: #77848e;
  color: #f1f1f1;
  font-size: 8px;
  font-weight: normal;
  position: relative;
  padding: 4px;
  margin-top: 5px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  width: 50px;
}

.comment-box .dateTime {
  color: #ececec;
  font-size: 10px;
  margin-left: 18px;
}

.comment-box img {
  max-width: 40px;
  max-height: 40px;
  list-style: 40px;
  float: none;
  display: table;
  margin: 0 14px 10px 5px;
}

.comment-box p {
  max-width: 300px;
  height: auto;
  word-break: break-word;
}

.chat_data .sender_mess_text,
.chat_data .reciever_mess_text {
  position: relative;
}
/* 
.chat_data .sender_mess_text .hidden-btns {
  position: absolute;
  top: 0px;
  right: -40px;
  border-radius: 1.25rem;
  -webkit-border-radius: 1.25rem;
  -moz-border-radius: 1.25rem;
  -ms-border-radius: 1.25rem;
  -o-border-radius: 1.25rem;
  transition: var(--main-transition);
  -webkit-transition: var(--main-transition);
  -moz-transition: var(--main-transition);
  -ms-transition: var(--main-transition);
  -o-transition: var(--main-transition);
}
 */
/* .chat_data .sender_mess_text:hover .hidden-btns {
  right: -40px;
} */

.chat_data .sender_mess_text .hidden-btns svg,
.chat_data .reciever_mess_text .hidden-btns svg {
  font-size: 14px;
}

.chat_data .reciever_mess_text .hidden-btns {
  position: absolute;
  top: 0px;
  left: -40px;
  border-radius: 1.25rem;
  -webkit-border-radius: 1.25rem;
  -moz-border-radius: 1.25rem;
  -ms-border-radius: 1.25rem;
  -o-border-radius: 1.25rem;
  transition: var(--main-transition);
  -webkit-transition: var(--main-transition);
  -moz-transition: var(--main-transition);
  -ms-transition: var(--main-transition);
  -o-transition: var(--main-transition);
}

/* .chat_data .reciever_mess_text:hover .hidden-btns {
  left: -40px;
} */

.send_form {
  display: flex;
  align-items: center;
  align-content: center;
}

.send_form .msg_input {
  width: 90%;
  height: 38px;
  vertical-align: middle;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border: none;
  padding: 4px;
}

.send_form .file_upload_button {
  background-color: #198754;
  padding: 5px;
  border-radius: 5px;
  margin-top: 4px;
  cursor: pointer;
  width: 80%;
}

.send_form .msg_input:focus {
  outline: none;
}

.chat_msgs_teacher,
.chat_msgs_admin,
.chat_msgs {
  position: relative;
}

.chat_msgs_teacher .teacher_heading,
.chat_msgs .teacher_heading,
.chat_msgs_admin .admin_heading,
.chat_msgs .admin_heading {
  top: 0px;
  width: 100%;
  position: sticky;
  z-index: 2;
}

@media (max-width: 768px) {
  .chat_container {
    justify-content: center !important;
    flex-direction: column !important;
    align-items: center;
  }
  .chat_msgs {
    max-width: 300px;
    margin-right: 0;
  }

  .chat_msgs .panel-heading i {
    font-size: 12px;
  }

  .chat_msgs .panel-heading {
    font-size: 12px;
  }

  .comment-box .row {
    display: flex;
  }
  .comment-box .msgs {
    font-weight: normal;
    padding: 6px;
    margin-top: 20px;
  }

  .comment-box img {
    margin: 0 14px 10px 0px !important;
  }
  .comment-box p {
    max-width: 180px;
  }

  .send_form .msg_input {
    width: 100%;
  }

  .send_form .file_upload_button {
    width: 200px;
    font-size: 10px;
  }

  .send_form .send_btn {
    font-size: 10px;
  }

  .comment-box .msgs::before {
    left: -24px;
    border-width: 12px;
  }
}

div.upload-wrapper {
  color: white;
  font-weight: bold;
  display: flex;
}

input[type="file"] {
  /* position: absolute; */
  /* left: -9999px; */
}

.upload_file {
  position: relative !important;
  right: -10px;
}

input[type="submit"] {
  border: 3px solid #555;
  color: white;
  background: #666;
  margin: 10px 0;
  border-radius: 5px;
  font-weight: bold;
  padding: 5px 20px;
  cursor: pointer;
}

input[type="submit"]:hover {
  background: #555;
}

label[for="file-upload"] {
  padding: 0.7rem;
  display: inline-block;
  background: #fa5200;
  cursor: pointer;
  border: 3px solid #ca3103;
  border-radius: 0 5px 5px 0;
  border-left: 0;
}
label[for="file-upload"]:hover {
  background: #ca3103;
}

span.file-name {
  padding: 0.7rem 3rem 0.7rem 0.7rem;
  white-space: nowrap;
  overflow: hidden;
  background: #ffb543;
  color: black;
  border: 3px solid #f0980f;
  border-radius: 5px 0 0 5px;
  border-right: 0;
}

.message h3 {
  margin: 0 0 10px;
}

.message textarea {
  display: block;
  margin-bottom: 10px;
  width: 400px;
  outline: none;
}

.teacher_search,
.admin_search {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.teacher_search input,
.admin_search input {
  /* font-size: 10px; */
  width: 90%;
}

.teacher_search input:focus,
.admin_search input:focus {
  outline: none;
}

.teacher_search button,
.admin_search button {
  background-color: #2c3e50;
  padding: 2px;
  width: 40px;
  height: 40px;
  text-align: center;
  border: none;
}

.teacher_search svg,
.admin_search svg {
  color: #ecf0f1;
}

.teachers_chat_names {
  list-style: none;
  padding-left: 0;
}

.teachers_chat_names a {
  display: flex;
  margin-bottom: 20px;
  /* margin-left: -20px; */
  padding: 10px;
  padding-left: 0;
  justify-content: flex-start;
  font-size: 12px;
  border-bottom: 1px solid #2c3e50;
  /* width: 330px; */
  border-radius: 5px;
}

.teachers_chat_names a:hover {
  background-color: #aaa;
}

.teachers_chat_names a img,
.chat_img {
  width: 40px;
  height: 40px;
  margin-right: 5px;
}

.teachers_chat_names a span {
  font-size: 20px;
}

@media (max-width: 767px) {
  .teachers_chat_names a span {
    font-size: 14px;
  }
}

.teachers_chat_names .chat_list {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.d_none {
  display: none !important;
}

.form-group {
  margin-bottom: 10px;
}

.report_result,
.report_total {
  justify-content: flex-start;
  padding: 10px;
}

.check_type td {
  font-size: 22px;
  font-weight: bold;
}

.check_type td {
  color: #123d7e;
  font-size: 28px;
}

.report_result li span,
.report_total li span {
  font-weight: bold;
}

.stats_table {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  width: 100%;
  margin-top: 70px;
}

.stats_table tr:first-of-type {
  /* background-color: #aaa; */
}

.stats_table td {
  border: 1px solid #123d7e;
  border-style: groove;
  padding: 5px;
}

@media (max-width: 767px) {
  .stats_table td {
    font-size: 14px;
  }
}

.check_type_name {
  background-color: #e9ecef;
  font-size: 24px;
  font-weight: bold;
}

.report_logo {
  display: flex;
  flex-direction: column;
  width: 500px;
  justify-content: center;
  align-items: center;
  position: relative;
}

.report_logo img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}

.report_logo span {
  position: absolute;
  right: -70px;
  top: 40px;
}

@media (max-width: 767px) {
  .report_logo {
    justify-content: flex-start;
    align-items: self-start;
  }

  .report_logo span {
    position: absolute;
    right: -170px;
    top: 40px;
  }
}

.present {
  width: 50px !important;
  font-size: 14px;
  background-color: #009432 !important;
  padding: 3px !important;
  color: #f1f1f1;
  border-radius: 5px;
  text-align: center;
}

.absent {
  width: 100px;
  font-size: 16px;
  background-color: #d20707 !important;
  padding: 5px !important;
  color: #f1f1f1;
  border-radius: 6px;
}

.percentage {
  width: 200px;
  font-size: 16px;
  background-color: #0dcaf0 !important;
  padding: 5px !important;
  border-radius: 6px;
}

.total_attend {
  width: 200px;
}

.contract_alarm {
  font-size: 16px;
  background-color: #d20707 !important;
  color: #f1f1f1 !important;
  border-radius: 6px;
}

/* ================================================================================================================= */

.d-flex {
  display: flex;
}
.f-wrap {
  flex-wrap: wrap;
}
.align-center {
  align-items: center;
}
.space-between {
  justify-content: space-between;
}
.d-grid {
  display: grid;
}
.gap-20 {
  gap: 20px;
}
.d-block {
  display: block;
}
@media (max-width: 767px) {
  .block-mobile {
    display: block;
  }
  .hide-mobile {
    display: none;
  }
}
/* End Box */
/* Start Padding + Margin */
.p-10 {
  padding: 10px;
}
.p-15 {
  padding: 15px;
}
.p-20 {
  padding: 20px;
}
.pt-10 {
  padding-top: 10px;
}
.pt-15 {
  padding-top: 15px;
}
.pt-20 {
  padding-top: 20px;
}
.pb-10 {
  padding-bottom: 10px;
}
.pb-15 {
  padding-bottom: 15px;
}
.pb-20 {
  padding-bottom: 20px;
}
.pl-15 {
  padding-left: 15px;
}
.m-0 {
  margin: 0;
}
.m-15 {
  margin: 15px;
}
.m-20 {
  margin: 20px;
}
.mt-0 {
  margin-top: 0;
}
.mt-5 {
  margin-top: 5px;
}
.mt-10 {
  margin-top: 10px;
}
.mt-15 {
  margin-top: 15px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-25 {
  margin-top: 25px;
}
.mr-10 {
  margin-right: 10px;
}
.mr-15 {
  margin-right: 15px;
}
.mb-5 {
  margin-bottom: 5px;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-15 {
  margin-bottom: 15px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-25 {
  margin-bottom: 25px;
}
/* End Padding + Margin */
/* Start Color */
.c-black {
  color: black;
}
.c-white {
  color: white;
}
.c-grey {
  color: var(--grey-color);
}
.c-red {
  color: var(--red-color);
}
.c-green {
  color: var(--green-color);
}
.c-blue {
  color: var(--blue-color);
}
.c-orange {
  color: var(--orange-color);
}
.bg-orange {
  background-color: var(--orange-color);
}
.c-red {
  color: var(--red-color);
}
.bg-red {
  background-color: var(--red-color);
}
.bg-green {
  background-color: var(--green-color);
}
.bg-blue {
  background-color: var(--blue-color);
}
.bg-orange {
  background-color: var(--orange-color);
}
.bg-white {
  background-color: white;
}
.bg-eee {
  background-color: #eee;
}
/* End Color */
/* Start Position */
.p-relative {
  position: relative;
}
.p-absolute {
  position: absolute;
}
/* End Position */
/* Start Font */
.txt-c {
  text-align: center;
}
.fs-13 {
  font-size: 13px;
}
.fs-14 {
  font-size: 14px;
}
.fs-15 {
  font-size: 15px;
}
.fs-25 {
  font-size: 25px;
}
.fw-bold {
  font-weight: bold;
}
@media (max-width: 767px) {
  .txt-c-mobile {
    text-align: center;
  }
}
/* End Font */
/* Start Border */
.rad-6 {
  border-radius: 6px;
}
.rad-10 {
  border-radius: 10px;
}
.rad-half {
  border-radius: 50%;
}
.b-none {
  border: none;
}
.border-ccc {
  border: 1px solid #ccc;
}
.border-eee {
  border: 1px solid #eee;
}

/* End Border */
/* Start Width + Height */
.w-full {
  width: 100%;
}
.w-100 {
  width: 100px;
}
.w-fit {
  width: fit-content;
}
.h-full {
  height: 100%;
}
.h-100 {
  height: 100px;
}
/* End Width + Height */
/* Start Components */
.center-flex {
  display: flex;
  align-items: center;
  justify-content: center;
}
.between-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.btn-shape {
  padding: 4px 10px;
  border-radius: 6px;
}
/* End Components */

/* Start Content */
.content {
  overflow: hidden;
}
.head .search::before {
  font-family: var(--fa-style-family-classic);
  content: "\f002";
  font-weight: 900;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  color: var(--grey-color);
}
.head .search input {
  border: 1px solid #ccc;
  border-radius: 10px;
  margin-left: 5px;
  padding-left: 30px;
  width: 160px;
  transition: width 0.3s;
}
.head .search input:focus {
  width: 200px;
}
.head .search input:focus::placeholder {
  opacity: 0;
}
.head .icons .notification::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: var(--red-color);
  border-radius: 50%;
  right: -5px;
  top: -5px;
}
.head .icons img {
  width: 32px;
  height: 32px;
  margin-left: 15px;
}
.page h1 {
  margin: 20px 20px 40px;
}
.page h1::before,
.page h1::after {
  content: "";
  height: 3px;
  position: absolute;
  bottom: -10px;
  left: 0;
}
.page h1::before {
  background-color: white;
  width: 120px;
}
.page h1::after {
  background-color: black;
  width: 40px;
}
.wrapper {
  grid-template-columns: repeat(auto-fill, minmax(450px, 1fr));
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .wrapper {
    grid-template-columns: minmax(200px, 1fr);
    margin-left: 10px;
    margin-right: 10px;
    gap: 10px;
  }
}
/* End Content */
/* Start Welcome Widget */
.welcome {
  overflow: hidden;
}
.welcome .intro img {
  width: 300px;
  margin-bottom: -10px;
}

.welcome .intro p {
  font-size: 24px;
}

.welcome .avatar {
  width: 64px;
  height: 64px;
  border: 2px solid white;
  border-radius: 50%;
  padding: 2px;
  box-shadow: 0 0 5px #ddd;
  margin-left: 10px;
  margin-top: -32px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.welcome .body {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.welcome .body > div {
  flex: 1;
}
.welcome .visit,
.search-items .visit {
  margin: 0 15px 15px auto;
  transition: 0.3s;
}
.welcome .visit:hover,
.search-items .visit:hover {
  background-color: var(--blue-alt-color);
}
@media (max-width: 767px) {
  .welcome .intro {
    padding-bottom: 30px;
  }
  .welcome .avatar {
    margin-left: 0;
  }
  .welcome .body > div:not(:last-child) {
    margin-bottom: 20px;
  }
}
/* End Welcome Widget */
@media (max-width: 767px) {
  #piechart > div,
  #columnchart_values > div {
    left: -105px;
  }
  
  #piechart_3d {
    width: 600px;
    height: 300px;
  }
  
  #piechart_3d > div {
    left: 10px;
  }

}




/* Start Quick Draft Widget */
.quick-draft textarea {
  resize: none;
  min-height: 180px;
}
.quick-draft .save {
  margin-left: auto;
  transition: 0.3s;
  cursor: pointer;
}
.quick-draft .save:hover {
  background-color: var(--blue-alt-color);
}
/* End Quick Draft Widget */
/* Start Targets */
.targets .target-row .icon {
  width: 80px;
  height: 80px;
  margin-right: 15px;
}
.targets .details {
  flex: 1;
}
.targets .details .progress {
  height: 4px;
}
.targets .details .progress > span {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
.targets .details .progress > span span {
  position: absolute;
  bottom: 16px;
  right: -16px;
  color: white;
  padding: 2px 5px;
  border-radius: 6px;
  font-size: 13px;
}
.targets .details .progress > span span::after {
  content: "";
  border-color: transparent;
  border-width: 5px;
  border-style: solid;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}
.targets .details .progress > .blue span::after {
  border-top-color: var(--blue-color);
}
.targets .details .progress > .orange span::after {
  border-top-color: var(--orange-color);
}
.targets .details .progress > .green span::after {
  border-top-color: var(--green-color);
}
.blue .icon,
.blue .progress {
  background-color: rgb(0 117 255 / 20%);
}
.orange .icon,
.orange .progress {
  background-color: rgb(245 158 11 / 20%);
}
.green .icon,
.green .progress {
  background-color: rgb(34 197 94 / 20%);
}
/* End Targets */
/* Start Tickets */
.tickets .box {
  border: 1px solid #ccc;
  width: calc(50% - 10px);
}
@media (max-width: 767px) {
  .tickets .box {
    width: 100%;
  }
}
/* End Tickets */
/* Start Latest News */
.latest-news .news-row:not(:last-of-type) {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.latest-news .news-row img {
  width: 100px;
  border-radius: 6px;
  margin-right: 15px;
}
.latest-news .info {
  flex-grow: 1;
}
.latest-news .info h3 {
  margin: 0 0 6px;
  font-size: 16px;
}
@media (max-width: 767px) {
  .latest-news .news-row {
    display: block;
  }
  .latest-news .news-row .label {
    margin: 10px auto;
    width: fit-content;
  }
}
/* End Latest News */
/* Start Tasks */
.tasks .task-row:not(:last-of-type) {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
}
.tasks .info {
  flex-grow: 1;
}
.tasks .done {
  opacity: 0.3;
}
.tasks .done h3,
.tasks .done p {
  text-decoration: line-through;
}
.tasks .delete {
  cursor: pointer;
  transition: 0.3s;
}
.tasks .delete:hover {
  color: var(--red-color);
}
/* End Tasks */
/* Start Latest Uploads */
.latest-uploads ul li:not(:last-child) {
  border-bottom: 1px solid #eee;
}
.latest-uploads ul li img {
  width: 40px;
  height: 40px;
}
/* End Latest Uploads */
/* Start Last Project */
.last-project ul::before {
  content: "";
  position: absolute;
  left: 11px;
  width: 2px;
  height: 100%;
  background-color: var(--blue-color);
}
.last-project ul li::before {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  border-radius: 50%;
  background-color: white;
  border: 2px solid white;
  outline: 2px solid var(--blue-color);
  margin-right: 15px;
  z-index: 1;
}
.last-project ul li.done::before {
  background-color: var(--blue-color);
}
.last-project ul li.current::before {
  animation: change-color 0.8s infinite alternate;
}
.last-project .launch-icon {
  position: absolute;
  width: 160px;
  right: 0;
  bottom: 0;
  opacity: 0.1;
}
/* End Last Project */
/* Start Reminders */
.reminders ul li .key {
  width: 15px;
  height: 15px;
}
.reminders ul li > .blue {
  border-left: 2px solid var(--blue-color);
}
.reminders ul li > .green {
  border-left: 2px solid var(--green-color);
}
.reminders ul li > .orange {
  border-left: 2px solid var(--orange-color);
}
.reminders ul li > .red {
  border-left: 2px solid var(--red-color);
}
/* End Reminders */
/* Start Latest Post */
.latest-post .avatar {
  width: 48px;
  height: 48px;
}
.latest-post .post-content {
  text-transform: capitalize;
  line-height: 1.8;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  min-height: 140px;
}
/* End Latest Post */
/* Start Social Media */
.social-media .box {
  padding-left: 70px;
}
.social-media .box i {
  position: absolute;
  left: 0;
  top: 0;
  width: 52px;
  transition: 0.3s;
}
.social-media .box i:hover {
  transform: rotate(5deg);
}
.social-media .twitter {
  background-color: rgb(29 161 242 / 20%);
  color: #1da1f2;
}
.social-media .twitter i,
.social-media .twitter a {
  background-color: #1da1f2;
}
.social-media .facebook {
  background-color: rgb(24 119 242 / 20%);
  color: #1da1f2;
}
.social-media .facebook i,
.social-media .facebook a {
  background-color: #1877f2;
}
.social-media .youtube {
  background-color: rgb(255 0 0 / 20%);
  color: #ff0000;
}
.social-media .youtube i,
.social-media .youtube a {
  background-color: #ff0000;
}
.social-media .linkedin {
  background-color: rgb(0 119 181 / 20%);
  color: #0077b5;
}
.social-media .linkedin i,
.social-media .linkedin a {
  background-color: #0077b5;
}
/* End Social Media */
/* Start Projects Table */
.projects .responsive-table {
  overflow-x: auto;
}
.projects table {
  min-width: 1000px;
  border-spacing: 0;
}
.projects thead td {
  background-color: #eee;
  font-weight: bold;
}
.projects table td {
  padding: 15px;
}
.projects tbody td {
  border-bottom: 1px solid #eee;
  border-left: 1px solid #eee;
  transition: 0.3s;
}
.projects table tbody tr td:last-child {
  border-right: 1px solid #eee;
}
.projects tbody tr:hover td {
  background-color: #faf7f7;
}
.projects table img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  padding: 2px;
  background-color: white;
}
.projects table img:not(:first-child) {
  margin-left: -20px;
}
.projects table .label {
  font-size: 13px;
}
/* End Projects Table */
/* Start Settings */
.settings-page {
  grid-template-columns: repeat(auto-fill, minmax(500px, 1fr));
}
@media (max-width: 767px) {
  .settings-page {
    grid-template-columns: minmax(100px, 1fr);
    margin-left: 10px;
    margin-right: 10px;
    gap: 10px;
  }
}
.settings-page .close-message {
  border: 1px solid #ccc;
  resize: none;
  min-height: 150px;
}
.settings-page .email {
  display: inline-flex;
  width: calc(100% - 80px);
}
.settings-page .sec-box {
  padding-bottom: 15px;
}
.settings-page .sec-box:not(:last-of-type) {
  border-bottom: 1px solid #eee;
}
.settings-page .sec-box .button {
  transition: 0.3s;
}
.settings-page .sec-box .button:hover {
  background-color: var(--blue-alt-color);
}
.settings-page .social-boxes i {
  width: 40px;
  height: 40px;
  background-color: #f6f6f6;
  border: 1px solid #ddd;
  border-right: none;
  border-radius: 6px 0 0 6px;
  transition: 0.3s;
}
.settings-page .social-boxes input {
  height: 40px;
  background-color: #f6f6f6;
  border: 1px solid #ddd;
  padding-left: 10px;
  border-radius: 0 6px 6px 0;
}
.settings-page .social-boxes > div:focus-within i {
  color: black;
}
.widgets-control .control input[type="checkbox"] {
  -webkit-appearance: none;
  appearance: none;
}
.widgets-control .control label {
  padding-left: 30px;
  cursor: pointer;
  position: relative;
}
.widgets-control .control label::before,
.widgets-control .control label::after {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -9px;
  border-radius: 4px;
}
.widgets-control .control label::before {
  content: "";
  width: 14px;
  height: 14px;
  border: 2px solid var(--grey-color);
}
.widgets-control .control label:hover::before {
  border-color: var(--blue-alt-color);
}
.widgets-control .control label::after {
  font-family: var(--fa-style-family-classic);
  content: "\f00c";
  font-weight: 900;
  background-color: var(--blue-color);
  color: white;
  font-size: 12px;
  width: 18px;
  height: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: scale(0) rotate(360deg);
  transition: 0.3s;
}
.widgets-control .control input[type="checkbox"]:checked + label::after {
  transform: scale(1);
}
.backup-control input[type="radio"] {
  -webkit-appearance: none;
  appearance: none;
}
.backup-control .date label {
  padding-left: 30px;
  cursor: pointer;
  position: relative;
}
.backup-control .date label::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -11px;
  width: 18px;
  height: 18px;
  border: 2px solid var(--grey-color);
  border-radius: 50%;
}
.backup-control .date label::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 5px;
  width: 12px;
  height: 12px;
  background: var(--blue-color);
  border-radius: 50%;
  transition: 0.3s;
  transform: scale(0);
}
.backup-control .date input[type="radio"]:checked + label::before {
  border-color: var(--blue-color);
}
.backup-control .date input[type="radio"]:checked + label::after {
  transform: scale(1);
}
.backup-control .servers {
  border-top: 1px solid #eee;
  padding-top: 20px;
}
@media (max-width: 767px) {
  .backup-control .servers {
    flex-wrap: wrap;
  }
}
.backup-control .servers .server {
  border: 2px solid #eee;
  position: relative;
}
.backup-control .servers .server label {
  cursor: pointer;
}
.backup-control .servers input[type="radio"]:checked + .server {
  border-color: var(--blue-color);
  color: var(--blue-color);
}
.toggle-checkbox {
  -webkit-appearance: none;
  appearance: none;
  display: none;
}
.toggle-switch {
  background-color: #ccc;
  width: 78px;
  height: 32px;
  border-radius: 16px;
  position: relative;
  transition: 0.3s;
  cursor: pointer;
}
.toggle-switch::before {
  font-family: var(--fa-style-family-classic);
  content: "\f00d";
  font-weight: 900;
  background-color: white;
  width: 24px;
  height: 24px;
  position: absolute;
  border-radius: 50%;
  top: 4px;
  left: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #aaa;
  transition: 0.3s;
}
.toggle-checkbox:checked + .toggle-switch {
  background-color: var(--blue-color);
}
.toggle-checkbox:checked + .toggle-switch::before {
  content: "\f00c";
  left: 50px;
  color: var(--blue-color);
}
.settings-page :disabled {
  cursor: no-drop;
  background-color: #f0f4f8;
  color: #bbb;
}
/* End Settings */
/* Start Profile Page */
@media (max-width: 767px) {
  .profile-page .overview {
    flex-direction: column;
  }
}
.profile-page .avatar-box {
  width: 300px;
}
@media (min-width: 768px) {
  .profile-page .avatar-box {
    border-right: 1px solid #eee;
  }
}
.profile-page .avatar-box > img {
  width: 120px;
  height: 120px;
}
.profile-page .avatar-box .level {
  height: 6px;
  overflow: hidden;
  margin: auto;
  width: 70%;
}
.profile-page .avatar-box .level span {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background-color: var(--blue-color);
  border-radius: 6px;
}
.profile-page .info-box .box {
  flex-wrap: wrap;
  border-bottom: 1px solid #eee;
  transition: 0.3s;
}
.profile-page .info-box .box:hover {
  background-color: #f9f9f9;
}
.profile-page .info-box .box > div {
  min-width: 250px;
  padding: 10px 0 0;
}
.profile-page .info-box h4 {
  font-weight: normal;
}
/* Start Training Code */
.profile-page .info-box .toggle-switch {
  height: 20px;
}
@media (max-width: 767px) {
  .profile-page .info-box .toggle-switch {
    margin: auto;
  }
}
.profile-page .info-box .toggle-switch::before {
  width: 12px;
  height: 12px;
  font-size: 8px;
}
.profile-page .info-box .toggle-checkbox:checked + .toggle-switch::before {
  left: 62px;
}
/* End Training Code */
@media (max-width: 767px) {
  .profile-page .other-data {
    flex-direction: column;
  }
}
.profile-page .skills-card {
  flex-grow: 1;
}
.profile-page .skills-card ul li {
  padding: 15px 0;
}
.profile-page .skills-card ul li:not(:last-child) {
  border-bottom: 1px solid #eee;
}
.profile-page .skills-card ul li span {
  display: inline-flex;
  padding: 4px 10px;
  background-color: #eee;
  border-radius: 6px;
  font-size: 14px;
}
.profile-page .skills-card ul li span:not(:last-child) {
  margin-right: 5px;
}
.profile-page .activities {
  flex-grow: 2;
}
.profile-page .activity:not(:last-of-type) {
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.profile-page .activity img {
  width: 64px;
  height: 64px;
  margin-right: 10px;
}
@media (min-width: 768px) {
  .profile-page .activity .date {
    margin-left: auto;
    text-align: right;
  }
}
@media (max-width: 767px) {
  .profile-page .activity {
    flex-direction: column;
  }
  .profile-page .activity img {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .profile-page .activity .date {
    margin-top: 15px;
  }
}
/* End Profile Page */
/* Start Projects Page */
.projects-page {
  grid-template-columns: repeat(auto-fill, minmax(500px, 1fr));
}
@media (max-width: 767px) {
  .projects-page {
    grid-template-columns: minmax(200px, 1fr);
    margin-left: 10px;
    margin-right: 10px;
    gap: 10px;
  }
}
.projects-page .project .date {
  position: absolute;
  right: 10px;
  top: 10px;
}
.projects-page .project h4 {
  font-weight: normal;
}
.projects-page .project .team {
  position: relative;
  min-height: 80px;
}
.projects-page .project .team a {
  position: absolute;
  left: 0;
  bottom: 0;
}
.projects-page .project .team a:nth-child(2) {
  left: 25px;
}
.projects-page .project .team a:nth-child(3) {
  left: 50px;
}
.projects-page .project .team a:nth-child(4) {
  left: 75px;
}
.projects-page .project .team a:nth-child(5) {
  left: 100px;
}
.projects-page .project .team a:hover {
  z-index: 1000;
}
.projects-page .project .team img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid white;
}
.projects-page .project .do {
  justify-content: flex-end;
  border-top: 1px solid #eee;
  padding-top: 15px;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .projects-page .project .do {
    flex-direction: column;
  }
}
.projects-page .project .do span {
  padding: 3px 8px;
  margin-left: 5px;
  width: fit-content;
}
@media (max-width: 767px) {
  .projects-page .project .do span:not(:last-child) {
    margin-bottom: 15px;
  }
}
.projects-page .project .info {
  border-top: 1px solid #eee;
  margin-top: 15px;
  padding-top: 15px;
}
@media (max-width: 767px) {
  .projects-page .project .info {
    flex-direction: column;
  }
}
.projects-page .project .prog {
  height: 8px;
  width: 260px;
  position: relative;
  border-radius: 6px;
}
@media (max-width: 767px) {
  .projects-page .project .prog {
    margin-bottom: 15px;
  }
}
.projects-page .project .prog span {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  border-radius: 6px;
}
/* End Projects Page */
/* Start Courses Page */
.courses-page {
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}
@media (max-width: 767px) {
  .courses-page {
    grid-template-columns: minmax(200px, 1fr);
    margin-left: 10px;
    margin-right: 10px;
    gap: 10px;
  }
}
.courses-page .course {
  overflow: hidden;
}
.courses-page .course .cover {
  max-width: 100%;
}
.courses-page .course .instructor {
  position: absolute;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  top: 20px;
  left: 20px;
  border: 2px solid white;
}
.courses-page .course .description {
  line-height: 1.6;
}
.courses-page .course .info {
  border-top: 1px solid #eee;
  font-size: 13px;
}
.courses-page .course .info .title {
  position: absolute;
  top: -13px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 13px;
}
/* End Courses Page */
/* Start Friends Page */
.friends-page {
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}
@media (max-width: 767px) {
  .friends-page {
    grid-template-columns: minmax(200px, 1fr);
    margin-left: 10px;
    margin-right: 10px;
    gap: 10px;
  }
}
.friends-page .contact {
  position: absolute;
  left: 10px;
  top: 10px;
}
.friends-page .contact i {
  background-color: #eee;
  padding: 10px;
  border-radius: 50%;
  color: #666;
  font-size: 13px;
  cursor: pointer;
  transition: 0.3s;
}
.friends-page .contact i:hover {
  background-color: var(--blue-color);
  color: white;
}
.friends-page .friend .icons {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  margin-top: 15px;
  margin-bottom: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.friends-page .friend .icons i {
  margin-right: 5px;
}
.friends-page .friend .icons .vip {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 40px;
  opacity: 0.2;
}
/* End Friends Page */
/* Start Files Page */
.files-page {
  flex-direction: row-reverse;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .files-page {
    flex-direction: column;
    align-items: normal;
  }
}
.files-page .files-stats {
  min-width: 260px;
}
.files-page .files-stats .icon {
  width: 40px;
  height: 40px;
  margin-right: 10px;
}
.files-page .files-stats .size {
  margin-left: auto;
}
.files-page .files-stats .blue {
  background-color: rgb(0 117 255 / 20%);
}
.files-page .files-stats .green {
  background-color: rgb(34 197 94 / 20%);
}
.files-page .files-stats .red {
  background-color: rgb(244 67 54 / 20%);
}
.files-page .files-stats .orange {
  background-color: rgb(245 158 11 / 20%);
}
.files-page .files-stats .upload {
  margin: 15px auto 0;
  padding: 10px 15px;
  transition: 0.3s;
}
.files-page .files-stats .upload:hover {
  background-color: var(--blue-alt-color);
}
.files-page .files-stats .upload:hover i {
  animation: go-up 0.8s infinite;
}
.files-page .files-content {
  flex: 1;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}
.files-page .files-content img {
  width: 64px;
  height: 64px;
  transition: 0.3s;
}
.files-page .files-content .file:hover img {
  transform: rotate(5deg);
}
.files-page .files-content .info {
  border-top: 1px solid #eee;
}
/* End Files Page */
/* Start Plans Page */
.plans-page {
  grid-template-columns: repeat(auto-fill, minmax(450px, 1fr));
}
@media (max-width: 767px) {
  .plans-page {
    grid-template-columns: minmax(250px, 1fr);
    margin-left: 10px;
    margin-right: 10px;
    gap: 10px;
  }
}
.plans-page .plan .top {
  border: 3px solid white;
  outline: 3px solid transparent;
}
.plans-page .plan.green .top {
  outline-color: var(--green-color);
}
.plans-page .plan.blue .top {
  outline-color: var(--blue-color);
}
.plans-page .plan.orange .top {
  outline-color: var(--orange-color);
}
.plans-page .plan .price {
  position: relative;
  font-size: 40px;
  width: fit-content;
  margin: auto;
}
.plans-page .plan .price span {
  position: absolute;
  left: -20px;
  top: 0;
  font-size: 25px;
}
.plans-page .plan ul li {
  padding: 15px 0;
  display: flex;
  align-items: center;
  font-size: 15px;
  border-bottom: 1px solid #eee;
}
.plans-page .plan ul li .yes {
  color: var(--green-color);
}
.plans-page .plan ul li i:not(.yes, .help) {
  color: var(--red-color);
}
.plans-page .plan ul li i:first-child {
  font-size: 18px;
  margin-right: 5px;
}
.plans-page .plan ul li .help {
  color: var(--grey-color);
  margin-left: auto;
  cursor: pointer;
}
/* End Plans Page */
/* Start Animation */
@keyframes change-color {
  from {
    background-color: var(--blue-color);
  }
  to {
    background-color: white;
  }
}
@keyframes go-up {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
}
/* End Animation */

.attendance_date {
  color: #f00;
  text-align: center;
  padding: 10px;
  font-weight: bold;
  font-size: 22px;
}

@media (max-width: 767px) {
  .attendance_date {
    font-size: 14px;
  }
}

.report_date {
  text-align: center;
  color: #123d7e;
  font-size: 22px;
  font-weight: bold;
  font-size: 22px;
}


.the-errors {
  max-width: 410px;
  margin: auto;
}


.the-error {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  
}

.the-error .msg {
  padding: 10px;
  font-size: 14px;
  text-align: left;
  border-left: 5px solid #cd6858;
  border-right: 1px solid #e0e0e0;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  background-color: #f9e1e5;
  margin-bottom: 8px;
  color: #af233a;
  min-width: 410px;
}

.the-error .error {
  border-left: 5px solid #cd6858;
}

@media only screen and (max-width: 767px) {
  .the-error .msg {
    min-width: 345px !important;
  }
}