@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap');

body {
  color: #000 !important;
  background: #f3f3f4;
  font-family: 'Poppins', sans-serif;
}

.heading-size_image {
  margin: 6px 0 !important;
  font-size: 14px;
  /* margin-bottom: 10px !important; */
  text-align: center !important;
  height: 45px !important;
}

.heading-size {
  margin: -4px 0 28px 0 !important;
  font-size: 23px;
  font-weight: bold;
  /* margin-bottom: 10px !important; */
  height: 45px !important;
}

.tag-margin {
  margin-right: 2px !important;
}

.tag-btn {
  padding: 5px 10px !important;
}

.white-bg {
  padding: 5px 0px 5px 0px !important;
  margin-left: 10px;
  margin-right: 10px;
  border-radius: 5px;
}

.all {
  margin: 0px !important;
  padding: 5px !important;
}

#portfolio {
  height: 500px;
  overflow-y: auto;
  margin: 0 -5px;
}

.cart-table-wrap {
  height: 220px;
  overflow-x: hidden;
}

#CartHTML td {
  vertical-align: top;
}

.confirm-modal .modal-header {
  padding: 15px;
}

.confirm-modal .modal-body {
  background-color: transparent;
}

.payment-option-icon {
}

@media screen and (max-width: 992px) {
  .btn.IncreaseToCart,
  .btn.DecreaseToCart {
    display: block;
  }
}

/*arun css*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}

.mt-5 {
  margin-top: 5px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.mt-150 {
  margin-top: 150px !important;
}

.mr-5 {
  margin-right: 5px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-15 {
  margin-right: 15px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-50 {
  margin-right: 50px;
}

.mr-100 {
  margin-right: 100px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-100 {
  margin-bottom: 100px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-50 {
  margin-left: 50px;
}

.ml-100 {
  margin-left: 100px;
}

.pt-5 {
  padding-top: 5px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-150 {
  padding-top: 150px;
}

.pr-10 {
  padding-right: 10px;
}

.pr-15 {
  padding-right: 15px;
}

.pr-30 {
  padding-right: 30px;
}

.pr-50 {
  padding-right: 50px;
}

.pr-100 {
  padding-right: 100px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pl-10 {
  padding-left: 10px;
}

.pl-15 {
  padding-left: 15px;
}

.pl-30 {
  padding-left: 30px;
}

.pl-50 {
  padding-left: 50px;
}

.pl-100 {
  padding-left: 100px;
}

.no-margin {
  margin: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.no-padding {
  padding: 0 !important;
}

.border-none {
  border: none !important;
}

.display-inblock {
  display: inline-block !important;
}

.menu-item {
  padding: 10px;
  background: #fff;
  margin: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 2px 10px 66px -1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 2px 10px 66px -1px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 10px 66px -1px rgba(0, 0, 0, 0.1);
  color: #a81349;
  font-weight: bold;
}

.menu-list {
  padding: 10px;
  border-radius: 7px;
  background: #330f39;
  -webkit-box-shadow: 10px 10px 22px -5px rgba(168, 19, 74, 0.25);
  -moz-box-shadow: 10px 10px 22px -5px rgba(168, 19, 74, 0.25);
  box-shadow: 10px 10px 22px -5px rgba(168, 19, 74, 0.25);
}

.grey-txt {
  color: #ddd !important;
}

.label-mt {
  margin-top: 7px;
}

.box-bg {
  background: #fff;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 5px;
  -webkit-box-shadow: 10px 10px 14px -7px rgba(0, 0, 0, 0.21);
  -moz-box-shadow: 10px 10px 14px -7px rgba(0, 0, 0, 0.21);
  box-shadow: 10px 10px 14px -7px rgba(0, 0, 0, 0.21);
}

.btn-view {
  display: inline-block;
  padding: 5px;
  font-size: 15px;
  background: #44bec7;
  color: #fff;
  border-radius: 3px;
  margin-right: 5px;
}

.btn-edit {
  display: inline-block;
  padding: 5px;
  font-size: 15px;
  background: #0084ff;
  color: #fff;
  border-radius: 3px;
  margin-right: 5px;
}

.btn-trash {
  display: inline-block;
  padding: 5px;
  font-size: 15px;
  background: #fa3c4c;
  color: #fff;
  border-radius: 3px;
  margin-right: 5px;
  border: none;
}

.btn-trans {
  display: inline-block;
  padding: 5px;
  font-size: 15px;
  background: #44bec7;
  color: #fff;
  border-radius: 3px;
  margin-right: 5px;
  border: none;
}

.btn-down {
  display: inline-block;
  padding: 5px;
  font-size: 15px;
  background: #8dc63f;
  color: #fff;
  border-radius: 3px;
  margin-right: 5px;
  border: none;
}

a.btn-enable {
  display: inline-block;
  padding: 5px;
  font-size: 15px;
  background: green;
  color: #fff;
  border-radius: 3px;
  margin-right: 5px;
  border: none;
}

a.btn-disable {
  display: inline-block;
  padding: 5px;
  font-size: 15px;
  background: red;
  color: #fff;
  border-radius: 3px;
  margin-right: 5px;
  border: none;
}

a.btn-enable:hover {
  color: #fff;
}

a.btn-disable:hover {
  color: #fff;
}

a.btn-view:hover {
  color: #fff !important;
  background: #37949b;
}

a.btn-edit:hover {
  color: #fff !important;
  background: #0165bc;
}

a.btn-trash:hover {
  color: #fff !important;
  background: #ce2d3a;
}

a.btn-trans:hover {
  color: #fff !important;
  background: #37949b;
}

a.btn-down:hover {
  color: #fff !important;
  background: #72a031;
}

.table-img {
  width: 100px;
}

.sl-no {
  width: 5% !important;
}

.name-width {
  width: 40% !important;
}

.img-width {
  width: 30% !important;
}

.action-wdith {
  width: 20% !important;
}

/*action btn*/

.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 25px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 1px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #13cf13;
}

input:focus + .slider {
  box-shadow: 0 0 1px #13cf13;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

/*checkbox css*/

.check-group {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 20px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.check-group input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #ddd;
}

.check-group:hover input ~ .checkmark {
  background-color: #ccc;
}

.check-group input:checked ~ .checkmark {
  background-color: #f89c1d;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.check-group input:checked ~ .checkmark:after {
  display: block;
}

.check-group .checkmark:after {
  left: 7px;
  top: 3px;
  width: 6px;
  height: 11px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.theme-txt1 {
  color: #a81349 !important;
}

/*Theme changes*/

/*navbar css*/

.nav-header {
  padding: 15px 8px !important;
  background: #000;
}

.logo-bg {
  background: #fff !important;
}

.logo {
  width: 145px;
  border:none;
  padding: 0;
  border: 0px solid #ddd;
}

a.logo-link {
  padding: 15px 10px !important;
}

a.logo-link:hover {
  background-color: #fff !important;
  background: transparent !important;
}

.navbar-fixed-top,
.navbar-static-top {
  background: #fff;
  height: 86px;
}

.nav-header a {
  color: #fff;
}
img:hover{
  box-shadow: none !important;
}
.nav > li > a {
  color: #000;
  transition: 0.5s;
  border-radius: 5px;
  margin: 5px 7px 5px 7px;
  padding: 15px 20px 14px 20px;
}

.navbar-default {
  position: fixed;
  height: 100%;
  -webkit-box-shadow: 11px 66px 30px -11px rgba(0, 0, 0, 0.37);
  -moz-box-shadow: 11px 66px 30px -11px rgba(0, 0, 0, 0.37);
  box-shadow: 11px 66px 30px -11px rgba(0, 0, 0, 0.37);
  overflow-y: scroll;
  padding-bottom: 100px;
  background: #ffffff;
}

.nav > li.active {
  /*background: #F89C1D;*/
  background: linear-gradient(135deg, rgb(100 45 143) 0%, rgb(247 74 11) 100%);
  border: none;
  border-radius: 5px;
  margin: 5px 7px 5px 7px;
}

.nav > li.active > a {
  color: #000;
}

.navbar-default .nav > li > a:hover,
.navbar-default .nav > li > a:focus {
  background: linear-gradient(135deg, rgb(100 45 143) 0%, rgb(247 74 11) 100%);
  color: #ffffff;
}

ul.nav.nav-second-level li a {
  color: #ffffff;
}

ul.nav.nav-second-level li a:hover {
  background: #f57824;
  color: #ffffff !important;
}

body.mini-navbar .navbar-default .nav > li > .nav-second-level li a {
  padding-left: 10px;
}

.mail-id {
  color: #000;
}

.menu-btn {
  background: #f2612b;
  color: #fff;
  padding: 4px 12px;
  border-radius: 3px;
}

a.menu-btn:hover {
  color: #fff;
}

a.menu-btn:focus {
  color: #fff;
}

.mini-navbar .nav-second-level {
  background-color: #fff;
  border-radius: 5px !important;
  left: 75px;
}

ul.nav.nav-second-level li a {
  padding: 10px 10px 10px 30px;
}

a.menu-btn:hover {
  color: #fff;
}

body:not(.fixed-sidebar):not(.canvas-menu).mini-navbar
  .nav
  li:hover
  > .nav-second-level,
.mini-navbar .nav li:focus > .nav-second-level {
  min-width: 215px;
  box-shadow: 1px 1px 40px rgb(0 0 0 / 25%);
}

.white-txt {
  color: #fff !important;
}

.grad-bg {
  background: rgb(0, 0, 0);
  /* Old browsers */
  background: -moz-linear-gradient(
    left,
    rgba(0, 0, 0, 1) 0%,
    rgba(248, 156, 29, 1) 80%
  );
  /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 1) 0%,
    rgba(248, 156, 29, 1) 80%
  );
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    rgba(0, 0, 0, 1) 0%,
    rgba(248, 156, 29, 1) 80%
  );
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

/*table css*/

table.dataTable.no-footer {
  border: none;
}

.table-style {
  width: 100% !important;
}

.table-style tbody tr td {
  border: 2px solid #fff !important;
  background: #f7f5f6 !important;
}

.table-style th,
td {
  padding: 10px;
}

.dataTables_filter input[type="search"] {
  border: 1px solid #e5e6e7;
  padding: 5px;
  border-radius: 5px;
  margin-bottom: 10px;
}

.logo2 {
  padding: 10px;
  width: 60px;
  margin-bottom: -30px;
  margin-left: 4px;
}

.select-style {
  background-image: url("../img/down-arrow.png");
  background-repeat: no-repeat;
  background-position: right;
  background-position-x: 95%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form-control:focus,
.single-line:focus,
div.dataTables_wrapper div.dataTables_filter input:focus {
  border-color: #ddd !important;
}

.theme-btn {
  background: linear-gradient(
    135deg,
    rgba(183, 0, 6, 1) 0%,
    rgba(229, 32, 39, 1) 100%
  );
  padding: 10px 30px;
  border: none;
  color: #fff;
  border-radius: 25px;
  text-transform: uppercase;
  display: inline-block;
}

a.theme-btn {
  color: #fff;
}

a.theme-btn:hover {
  color: #fff;
}

.toome-btn:hover {
  color: #fff;
}

.toome-btn:focus {
  color: #fff;
}

/*.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{	background: linear-gradient(45deg, rgba(58,56,151,1) 0%,rgba(163,161,255,1) 100%);	color: #fff !important;	border: none;}*/

nav.navbar-default.navbar-static-side::-webkit-scrollbar {
  display: none;
}

.scroll_box::-webkit-scrollbar {
  display: none;
}

.edit-model {
  border-radius: 10px;
}

body:not(.fixed-sidebar):not(.canvas-menu).mini-navbar
  .nav-second-level.collapsing {
  display: none !important;
}

/*close btn*/

.btn-close {
  background: none;
  border: none;
  float: right;
  margin-top: -18px;
}

.btn-close2 {
  background: none;
  border: none;
  float: right;
}

a.purchase {
  color: green;
}

a.gifted {
  color: #31ca31;
}

a.redeem {
  color: #fa3c4c;
}

a.move {
  color: #ce0a1a;
}

/*footer css*/

.footer {
  position: fixed;
  width: 100%;
  text-align: center;
}

/*school css*/

/*Dashboard*/

.dash_boxes {
  padding: 20px;
  -webkit-box-shadow: -1px 3px 5px 0px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: -1px 3px 5px 0px rgba(0, 0, 0, 0.12);
  box-shadow: -1px 3px 5px 0px rgba(0, 0, 0, 0.12);
  border-radius: 5px;
  background: #fff;
  position: relative;
  height: 115px;
  margin-bottom: 55px;
}

.dash_icon {
  border-radius: 5px;
  padding: 15px 20px;
  position: absolute;
  top: -30px;
  left: 20px;
  color: #fff;
  font-size: 38px;
  width: 87px;
  height: 87px;
  text-align: center;
}

.gr_bg {
  background: rgb(210, 255, 82);
  /* Old browsers */
  background: -moz-linear-gradient(
    45deg,
    rgba(210, 255, 82, 1) 0%,
    rgba(95, 209, 60, 1) 100%
  );
  /* FF3.6-15 */
  background: -webkit-linear-gradient(
    45deg,
    rgba(210, 255, 82, 1) 0%,
    rgba(95, 209, 60, 1) 100%
  );
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    45deg,
    rgba(210, 255, 82, 1) 0%,
    rgba(95, 209, 60, 1) 100%
  );
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  -webkit-box-shadow: 0px 24px 41px -27px rgba(114, 216, 63, 0.62);
  -moz-box-shadow: 0px 24px 41px -27px rgba(114, 216, 63, 0.62);
  box-shadow: 0px 24px 41px -27px rgba(114, 216, 63, 0.62);
}

.bl_bg {
  background: rgb(37, 237, 230);
  /* Old browsers */
  background: -moz-linear-gradient(
    45deg,
    rgba(37, 237, 230, 1) 2%,
    rgba(17, 160, 173, 1) 100%
  );
  /* FF3.6-15 */
  background: -webkit-linear-gradient(
    45deg,
    rgba(37, 237, 230, 1) 2%,
    rgba(17, 160, 173, 1) 100%
  );
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    45deg,
    rgba(37, 237, 230, 1) 2%,
    rgba(17, 160, 173, 1) 100%
  );
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  -webkit-box-shadow: 0px 24px 41px -27px rgba(17, 160, 173, 0.29);
  -moz-box-shadow: 0px 24px 41px -27px rgba(17, 160, 173, 0.29);
  box-shadow: 0px 24px 41px -27px rgba(17, 160, 173, 0.29);
}

.red_bg {
  background: rgb(255, 143, 84);
  /* Old browsers */
  background: -moz-linear-gradient(
    45deg,
    rgba(255, 143, 84, 1) 3%,
    rgba(229, 21, 18, 1) 100%
  );
  /* FF3.6-15 */
  background: -webkit-linear-gradient(
    45deg,
    rgba(255, 143, 84, 1) 3%,
    rgba(229, 21, 18, 1) 100%
  );
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    45deg,
    rgba(255, 143, 84, 1) 3%,
    rgba(229, 21, 18, 1) 100%
  );
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  -webkit-box-shadow: 0px 24px 41px -27px rgba(229, 21, 18, 0.28);
  -moz-box-shadow: 0px 24px 41px -27px rgba(229, 21, 18, 0.28);
  box-shadow: 0px 24px 41px -27px rgba(229, 21, 18, 0.28);
}

.voliet_bg {
  background: rgb(181, 70, 136);
  /* Old browsers */
  background: -moz-linear-gradient(
    45deg,
    rgba(181, 70, 136, 1) 0%,
    rgba(100, 40, 145, 1) 100%
  );
  /* FF3.6-15 */
  background: -webkit-linear-gradient(
    45deg,
    rgba(181, 70, 136, 1) 0%,
    rgba(100, 40, 145, 1) 100%
  );
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    45deg,
    rgba(181, 70, 136, 1) 0%,
    rgba(100, 40, 145, 1) 100%
  );
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  -webkit-box-shadow: 0px 24px 41px -27px rgba(229, 21, 18, 0.28);
  -moz-box-shadow: 0px 24px 41px -27px rgba(229, 21, 18, 0.28);
  box-shadow: 0px 24px 41px -27px rgba(229, 21, 18, 0.28);
}

.dash_boxes h3 {
  font-size: 30px;
  font-weight: bolder;
}

.dash_boxes h5 {
  font-size: 16px;
  color: #333;
}

.dash_boxes_com {
  padding: 20px;
  -webkit-box-shadow: -1px 3px 5px 0px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: -1px 3px 5px 0px rgba(0, 0, 0, 0.12);
  box-shadow: -1px 3px 5px 0px rgba(0, 0, 0, 0.12);
  border-radius: 5px;
  background: #fff;
  /*min-height: 380px;    max-height: 380px;*/
}

.vt_boxes {
  background: #000;
  color: #f89c1d;
  border-radius: 5px;
  padding: 15px 10px;
}

.scroll_box {
  overflow-y: scroll;
  overflow-x: scroll;
  /*max-height: 250px;    min-height: 250px;*/
}

a.see_more {
  display: inline-block;
  color: #000;
  font-weight: bolder;
  font-size: 14px;
}

a.see_more:hover {
  text-decoration: none;
  color: #c5c5c5;
}

.box-space {
  padding: 0px 20px;
}

/*radio btn css*/

.male {
  display: none;
}

.male + label {
  display: block;
  padding-left: 45px;
  position: relative;
  line-height: 38px;
}

.male + label::before {
  background-image: url("../img/Gender-Round.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  content: " ";
  height: 35px;
  left: 0;
  position: absolute;
  top: 0;
  width: 50px;
  cursor: pointer;
}

.male:checked + label::after {
  background-image: url("../img/Male.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  content: " ";
  height: 35px;
  left: 0;
  position: absolute;
  top: 0;
  width: 50px;
  cursor: pointer;
}

.female {
  display: none;
}

.female + label {
  display: block;
  padding-left: 45px;
  position: relative;
  line-height: 38px;
}

.female + label::before {
  background-image: url("../img/Gender-Round.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  content: " ";
  height: 35px;
  left: 0;
  position: absolute;
  top: 0;
  width: 50px;
  cursor: pointer;
}

.female:checked + label::after {
  background-image: url("../img/Female.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  content: " ";
  height: 35px;
  left: 0;
  position: absolute;
  top: 0;
  width: 50px;
  cursor: pointer;
}

.minimalize-styl-2 {
  margin-top: 29px;
}

.section-detail {
  margin-bottom: 8px;
}

.section-detail input {
  width: 35px;
  text-align: center;
  padding: 5px;
  background: #f89c1d;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  border: none;
  border-radius: 2px;
  display: inline-block;
  /* text-transform: uppercase !important;*/
  height: 25px;
  margin-right: 5px;
  vertical-align: middle;
}

.section-detail input:first-child {
  margin-right: 2px;
}

.action-btn {
  background: #000;
  border: none;
  color: #fff;
  padding: 5px;
  border-radius: 3px;
  display: inline-block;
  font-weight: bold;
  font-size: 11px;
}

a.action-btn:hover {
  color: #fff;
}

a.action-btn:focus {
  color: #fff;
}

a.class {
  background: #333333;
  color: #fff;
  border: none;
  font-weight: bold;
  padding: 5px 10px;
  display: inline-block;
}

a.section {
  background: #777777;
  color: #fff;
  border: none;
  font-weight: bold;
  padding: 5px 10px;
  display: inline-block;
  margin-left: -3px;
}

.required {
  color: red;
}

.student-photo {
  width: 125px;
}

.modal-body .row {
  margin-bottom: 15px;
}

.row-th th {
  background: rgb(0, 0, 0);
  border-bottom: 2px solid #fff;
  width: 90px;
  white-space: nowrap;
}

.time-table td {
  color: #000;
}

.time-table td:hover {
  background: #ddd !important;
  cursor: pointer;
}

.time-table td div {
  width: 80%;
  display: inline-block;
}

.time-table table,
.time-table th,
.time-table td {
  border: 2px solid #fff !important;
}

.time-table .btn-trash {
  display: block !important;
}

#timetable {
  overflow-x: scroll;
}

.print-block {
  display: none !important;
}

.time-table td {
  width: auto !important;
  height: auto !important;
}

.action-btn2 {
  background: #000;
  border: none;
  color: #fff;
  padding: 10px 15px;
  border-radius: 3px;
  display: inline-block;
  font-weight: bold;
  font-size: 14px;
  box-shadow: 5px 5px 1px #ddd;
}

a.action-btn2:hover {
  color: #fff;
}

a.action-btn2:focus {
  color: #fff;
}

.team-score span {
  color: #ff0000;
}

/*normal radio btn style*/

.radio {
  display: inline-block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-right: 20px;
  line-height: 1px;
}

/* Hide the browser's default radio button */

.radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */

.radio-select {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */

.radio:hover input ~ .radio-select {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */

.radio input:checked ~ .radio-select {
  background-color: #000;
}

/* Create the indicator (the dot/circle - hidden when not checked) */

.radio-select:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */

.radio input:checked ~ .radio-select:after {
  display: block;
}

/* Style the indicator (dot/circle) */

.radio .radio-select:after {
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
  transform: translate(-50%, -50%);
}

.custom-tab > li.active > a {
  border: none;
  padding: 10px;
  font-size: 16px;
}

.custom-tab > li.active > a:hover,
.custom-tab > li.active > a:focus {
  border: none;
  color: #000;
}

.custom-tab li.active {
  padding: 0px;
  margin: 0;
  border: none;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.custom-tab li {
  width: 25%;
  float: right;
}

.custom-tab li a {
  border: none;
  padding: 10px;
  text-align: center;
  font-size: 16px;
  color: #000;
  margin: 0px;
  background: #f7f7f7;
}

.custom-content .tab-pane {
  padding: 30px 10px 0px;
}

ul.nav.nav-tabs.custom-tab {
  border-bottom: 5px solid #f89c1d;
}

.card-img {
  width: 100%;
}

a.card {
  display: inline-block;
  color: #fff;
  padding: 5px 10px;
  font-weight: bold;
}

.red {
  background: #fb464b;
}

.yellow {
  background: #ffca00;
}

.orange {
  background: #fab623;
}

.green {
  background: #65f876;
}

ul.list-style li {
  font-size: 14px;
  line-height: 28px;
  font-weight: bold;
  color: #f89c1d;
}

/*star rating css*/

.rating {
  border: none;
  display: inline-block;
}

.rating > input {
  display: none;
}

.rating > label:before {
  margin: 5px;
  font-size: 1.25em;
  font-family: FontAwesome;
  display: inline-block;
  content: "\f005";
}

.rating > .half:before {
  content: "\f089";
  position: absolute;
}

.rating > label {
  color: #ddd;
  float: right;
}

/***** CSS Magic to Highlight Stars on Hover *****/

.rating>input:checked~label,

/* show gold star when clicked */

.rating:not(:checked)>label:hover,

/* hover current star */

.rating:not(:checked)>label:hover~label {
  color: #ffd700;
}

/* hover previous stars in list */

.rating>input:checked+label:hover,

/* hover current star when changing rating */

.rating>input:checked~label:hover,
.rating>label:hover~input:checked~label,

/* lighten current selection */

.rating>input:checked~label:hover~label {
  color: #ffed85;
}

a.rep-btn {
  color: #000;
  border: 1px solid;
  padding: 5px 10px;
  border-radius: 3px;
}

.video-td a {
  font-size: 35px;
  color: #000;
}

/*checkbox2 css*/

.check-group2 {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.check-group2 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark2 {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #ddd;
}

.check-group2:hover input ~ .checkmark2 {
  background-color: #ccc;
}

.check-group2 input:checked ~ .checkmark2 {
  background-color: #008000;
}

.checkmark2:after {
  content: "";
  position: absolute;
  display: none;
}

.check-group2 input:checked ~ .checkmark2:after {
  display: block;
}

.check-group2 .checkmark2:after {
  left: 7px;
  top: 3px;
  width: 6px;
  height: 11px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.table-style tbody tr.unread td {
  background: #fff !important;
  border-color: #f7f5f6 !important;
}

/*table check box*/

.check-group3 {
  display: block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 13px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding-right: 15px;
}

.check-group3 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark3 {
  position: absolute;
  top: 0;
  left: 0;
  height: 15px;
  width: 15px;
  background-color: #eee;
}

.check-group3:hover input ~ .checkmark3 {
  background-color: #ccc;
}

.check-group3 input:checked ~ .checkmark3 {
  background-color: #f89c1d;
}

.checkmark3:after {
  content: "";
  position: absolute;
  display: none;
}

.check-group3 input:checked ~ .checkmark3:after {
  display: block;
}

.check-group3 .checkmark3:after {
  left: 5px;
  top: 2px;
  width: 6px;
  height: 9px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.w-15 {
  width: 15% !important;
}

.text-upp {
  text-transform: uppercase !important;
}

/*crown css*/

.crown input[type="radio"] {
  display: none;
}

.crown input[type="radio"] + label {
  padding-left: 30px;
  position: relative;
  cursor: pointer;
  line-height: 2;
}

.crown input[type="radio"] + label::before {
  background-color: #ddd;
  content: " ";
  height: 20px;
  left: 0;
  position: absolute;
  width: 20px;
  cursor: pointer;
  margin-top: 5px;
}

.crown input[type="radio"]:checked + label:after {
  background-image: url("../img/crown.png");
  background-color: #f7f5f6;
  display: inline-block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  content: " ";
  height: 24px;
  left: 0;
  position: absolute;
  width: 24px;
  cursor: pointer;
}

.input-style-none {
  background: none;
  border: none;
}

.selectize-input {
  border-color: #f89c1d;
  box-shadow: none;
  padding: 6px 12px;
  font-size: 14px;
  -webkit-appearance: menulist-button;
  -moz-appearance: menulist-button;
  appearance: menulist-button;
}

.selectize-control.multi .selectize-input > div {
  background: #f89c1d;
  color: #fff;
  border-radius: 3px;
}

.active_nav {
  background: linear-gradient(135deg, rgb(100 45 143) 0%, rgb(247 74 11) 100%);
  color: #fff !important;
}

span.input-group-addon {
  border-color: #f89c1d;
}

a.approval_video i {
  text-align: center;
  display: block;
}

a.approval_video {
  font-size: 35px;
  display: inline-block;
  color: #000;
  width: 100%;
}

.dt-buttons {
  text-align: right;
  margin-bottom: 15px;
  margin-top: 25px;
}

/*data table download btn*/

.dt-button {
  border: none;
  padding: 5px;
  background: #f89c1d;
  color: #fff;
  border-radius: 5px;
}

.ck.ck-content {
  min-height: 160px;
}

.table-th th {
  background: #f89c1e;
  color: #fff;
  text-align: center;
  border-bottom: 1px solid;
}

.svg-100 svg {
  width: 100% !important;
}

.svg-100 div {
  width: 100% !important;
}

.video-td img {
  width: 110px;
}

.multiselect-native-select .btn-group {
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #f89c1d;
  border-radius: 1px;
  color: #000;
  display: block;
  padding: 6px 12px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  width: 100%;
  font-size: 14px;
  display: inline-block;
  -webkit-appearance: menulist-button;
}

.multiselect-native-select .multiselect {
  border: none;
  padding: 0px;
  width: 100%;
  text-align: left;
}

.multiselect-native-select .caret {
  display: none;
}

.table2-padd th,
td {
  padding: 5px;
}

.dataTables_wrapper {
  overflow: auto;
}

.table-style p {
  display: block;
  width: 230px;
}

.checklist-tab li {
  width: 20%;
}

.statement-textb #Remove {
  width: 20%;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.statement-textb input {
  width: 100%;
  display: table-cell;
}

.statement-textb .grp {
  display: table;
  width: 100%;
  margin-bottom: 15px;
}

.statement-textb #Add {
  float: right;
  margin-right: 0;
}

.modal video {
  height: 325px !important;
}

.tip-image {
  height: 400px;
  margin: auto;
}

.date-width {
  width: 60px !important;
}

.time-width {
  width: 90px !important;
}

/*Dashboard icon css*/

.icon-box {
  border-radius: 10px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  background: #ffffff;
  padding: 15px;
  box-shadow: 2px 3px 9px rgb(0 0 0/0.15);
  overflow: hidden;
}

.icon-box i {
  font-size: 3.5rem;
  background: linear-gradient(135deg, rgb(100 45 143) 0%, rgb(247 74 11) 100%);
  color: #ffffff;
  padding: 15px;
  border-radius: 15px;
  margin-right: 15px;
  width: 80px;
  text-align: center;
  border: 5px solid;
  box-shadow: 0px 4px 12px rgb(0 0 0/0.3);
}

.dash-content {
  overflow: hidden;
  width: calc(100% - 100px);
}

.dash-content .title {
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 8px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  color: #333333;
}

.dash-content .value {
  font-size: 2.2rem;
  font-weight: 800;
  color: #777;
  text-align: center;
  margin-bottom: 10px;
}

.dash-content .viewMore {
  text-align: center;
  border-top: 1px solid #ddd;
  padding-top: 6px;
  width: 100%;
}

.dash-content .viewMore a {
  font-size: 14px;
  color: #000;
  font-weight: 600;
}

.dashboard a {
  color: #000000;
}

.dataTables_filter label,
.dataTables_length label {
  font-weight: normal;
}

.datatab-sch-w {
  display: flex;
  align-items: center;
}

.datatab-sch-w label {
  margin-right: 10px;
  font-weight: normal;
}

.datatab-sch-w .form-control {
  width: 168px;
}

.datatab-sch-w {
  display: flex;
  align-items: center;
  width: auto;
  justify-content: flex-end;
  padding-left: 5px;
  padding-right: 5px;
}

.map-view {
  margin-bottom: 20px;
}

.form-view .row {
  margin-bottom: 0px;
}

.form-view {
  margin-bottom: 15px;
  box-shadow: 1px 1px 5px rgb(0 0 0/0.2);
  border-radius: 5px;
  padding: 10px 15px;
}

.form-view p,
.form-view label {
  margin-bottom: 0px;
}

.reqView {
  margin-top: 10px;
  margin-bottom: 20px;
}

.reqView .owl-item img {
  width: 100%;
  height: 280px;
  object-fit: contain;
  object-position: center;
  background: #d2d2d2;
}

.reqView .owl-nav button.owl-next,
.reqView .owl-nav button.owl-prev {
  position: absolute;
  font-size: 65px !important;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.reqView .owl-nav button.owl-next {
  right: 0px;
  left: unset;
}

.reqView .owl-nav [class*="owl-"]:hover,
.reqView .owl-nav [class*="owl-"]:focus {
  background: unset !important;
  border: none !important;
  outline: none !important;
}

/*26-6-21*/
.profile-pic {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  border: 7px solid #ffffff;
  box-shadow: 0px 7px 10px rgb(0 0 0 / 15%);
  display: block;
  margin: 0px auto 35px;
}
.profile-pic img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  display: block;
  object-fit: contain;
  object-position: center;
}
.profile-view {
  margin-bottom: 25px;
}
.profile-view h4 {
  margin-top: 0px;
}
.profile-view p {
  border-bottom: 1px solid #dddddd;
  font-size: 14px;
  height: 25px;
}

body.mini-navbar .navbar-static-side {
  width: 70px;
  position: absolute;
  height: auto;
  overflow-y: unset;
  box-shadow: 3px -15px 15px rgb(0 0 0 / 20%);
}
body.mini-navbar .navbar-static-side .sidebar-collapse {
  height: 100vh;
}

body.mini-navbar .navbar-static-side ul.nav.nav-second-level li a {
  color: #000000;
  margin: 0px;
  font-size: 13px;
}
body.mini-navbar .navbar-static-side ul.nav.nav-second-level li a span {
  display: inline-block;
}
body.mini-navbar .navbar-static-side .nav > li.active a {
  padding: 15px 10px 14px 12px;
  color: #ffffff;
}
.navbar-static-side ul.nav.nav-second-level li a {
  margin-right: 15px;
  padding: 10px 10px 10px 12px;
}
.mob-logout-btn {
  font-size: 22px;
  color: #000;
  display: inline-block;
  padding-top: 15px;
  padding-right: 20px;
}

/*Chat design*/
.comment-sec {
  width: 100%;
  text-align: left;
}
.replay-sec {
  width: 100%;
  text-align: right;
}

.comment-box,
.replay-box {
  width: auto;
  max-width: 60%;
  min-width: 30%;
  display: inline-block;
  text-align: left;
  padding: 15px;
  margin-bottom: 20px;
  border-radius: 20px;
}

.comment-box {
  background: #e4e0e0;
}
.replay-box {
  background: #08acb2;
  color: #ffffff;
}
.replay-box h4,
.replay-box p,
.replay-box h4 i {
  color: #ffffff;
}
.replay-box h4 i,
.comment-box h4 i {
  margin-right: 10px;
}
.replay-box h4,
.comment-box h4 {
  margin-bottom: 10px;
}
.replay-date {
  color: #ffffff;
  float: right;
}
.replay-date,
.comment-date {
  font-size: 12px;
  display: inline-block;
  opacity: 0.8;
  font-weight: 400;
}
.comment-date {
  margin-left: 15px;
}
.replay-date {
  float: right;
}

.comment-box h4,
.comment-box h4 i {
  color: #08acb2;
}

@media (min-width: 320px) and (max-width: 480px) {

  .btn-view,
  .btn-edit,
  .btn-trash {
    display: block;
    margin-top: 5px;
  }
  .login-bg {
    background-position: bottom;
  }
  .body-small.mini-navbar .navbar-static-side {
    position: absolute;
    overflow: unset;
    height: 200vh;
  }
  .custom-tab li {
    width: 33.33%;
  }
  .navbar-fixed-top,
  .navbar-static-top {
    height: 60px;
  }
  .box-bg {
    padding: 15px;
  }
  .wrapper-content {
    padding: 0px 0px 40px;
  }
  .white-bg {
    margin-left: 0px;
    margin-right: 0;
  }
  .table-responsive {
    padding: 20px;
  }
  .minimalize-styl-2 {
    margin-top: 15px;
  }
  .comment-box,
  .replay-box {
    width: 90%;
    min-width: auto;
    max-width: 100%;
  }
}

.d-none{
  display: none;
}
.redC { color:red; }