body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Gilroy";
  font-size: 12px;
  /* line-height: 1;
  letter-spacing: 1px; */
  position: relative;
  background: #e5e5e5 !important;
}

@font-face {
  font-family: "Gilroy";
  src: url(../fonts/Gilroy-Regular.ttf);
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Gilroy-Medium";
  src: url(../fonts/Gilroy-Medium.ttf);
  /* src: url(../fonts/Gilroy-Medium.woff2) format("woff2"),url(../fonts/Gilroy-Medium.woff) format("woff"); */
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Gilroy-Bold";
  src: url(../fonts/Gilroy-Bold.ttf);
  /* src: url(../fonts/Gilroy-Medium.woff2) format("woff2"),url(../fonts/Gilroy-Medium.woff) format("woff"); */
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Gilroy-SemiBold";
  src: url(../fonts/Gilroy-SemiBold.ttf);
  /* src: url(../fonts/Gilroy-Medium.woff2) format("woff2"),url(../fonts/Gilroy-Medium.woff) format("woff"); */
  font-weight: 500;
  font-style: normal;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

label {
  font-size: 14px !important;
  color: #79869f;
  font-family: "Gilroy-Medium", sans-serif;
}

/* input::placeholder, select, textarea::placeholder{
  color: #AEAEAC !important;
} */
/* .form-control {
  height: calc(1.8em + 0.75rem + 2px) !important;
} */
.form-control {
  font-size: 14px;
}

a {
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

a:hover {
  text-decoration: none;
}

.sidebar_icon i {
  font-size: 18px;
  color: #ff7b0c;
}
ul.metismenu {
  background: #142f4c;
}

.profile_info,
.avatar-upload {
  position: relative;
}

.avatar-upload .avatar-edit {
  position: absolute;
  right: 0px;
  z-index: 1;
  top: 35px;
}

.avatar-upload .avatar-edit input + label {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-bottom: 0;
  border-radius: 100%;
  background: #ffffff;
  border: 1px solid #fff;
  box-shadow: 0px 2px 4px 0px rgb(0 0 0 / 12%);
  cursor: pointer;
  font-weight: normal;
  transition: all 0.2s ease-in-out;
}

.avatar-upload .avatar-edit input + label:after {
  content: "+";
  font-family: "FontAwesome";
  font-weight: 700;
  color: #f08a34;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  line-height: 24px;
  margin: auto;
}

.profile_info .profile_info_iner .profile_author_name {
  background-image: linear-gradient(to bottom right, #863ee2, #571f9e);
}

.profile_info img {
  border: 1px solid #fff;
  max-width: 42px;
  max-height: 42px;
  border-radius: 50%;
  cursor: pointer;
}

.profile_info .profile_info_iner {
  position: absolute;
  right: 0;
  background-color: #fff;
  text-align: left;
  width: 250px;
  padding: 0;
  opacity: 0;
  visibility: hidden;
  top: 77px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}

.profile_info .profile_info_iner::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  top: -10px;
  right: 15px;
  border-width: 0 11px 12px 11px;
  border-color: transparent transparent #142f4c transparent;
  z-index: 2;
}

.profile_info .profile_info_iner .profile_author_name {
  padding: 10px 20px;
  background: #142f4c;
  border-radius: 10px 15px 0px 0px;
}

.profile_info .profile_info_iner a {
  display: block;
}

.profile_info .profile_info_iner p {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
}

.profile_info .profile_info_iner h5 {
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 0;
}

.profile_info:hover .profile_info_iner {
  opacity: 1;
  visibility: visible;
  top: 77px;
}

.profile_info .profile_info_details {
  padding: 10px 20px;
  border: 1px solid #142f4c17;
  border-radius: 0px 0px 10px 10px;
  background: #142f4c0f;
}

.profile_info .profile_info_details a {
  color: #2e4765;
  font-size: 12px;
  display: block;
  padding: 5px 0;
  font-weight: 400;
}

.profile_info .profile_info_details a:hover {
  color: #2e4765;
}

.profile_info .profile_info_details a:hover i {
  color: #2e4765;
}

.profile_info .profile_info_details i {
  color: #2e4765;
  font-size: 12px;
  margin-left: 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.header_iner .header_right .header_notification_warp li {
  display: inline-block;
  position: relative;
}

.header_iner .header_right .header_notification_warp li .serach_button {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  text-align: center;
  line-height: 32px;
  cursor: pointer;
  margin-right: 20px;
  position: relative;
}

.m-subheader__title {
  color: #43435a;
  font-family: "Gilroy-Bold";
  font-size: 1.4rem;
}

.author_name h4 {
  font-family: "Gilroy-Bold";
  font-size: 18px;
}

.header_iner .header_right .header_notification_warp li .serach_button i {
  color: #fff;
  font-size: 14px;
  line-height: 32px;
}

.header_iner
  .header_right
  .header_notification_warp
  li
  .serach_button
  .serach_field-area {
  position: absolute;
  right: 0;
  top: 0px;
  top: 0px;
  background: #fff;
  border-radius: 10px;
  opacity: 0;
  transition: 0.3s;
  visibility: hidden;
  right: 50px;
  top: -4px;
}

.header_iner
  .header_right
  .header_notification_warp
  li
  .serach_button
  .serach_field-area.active {
  opacity: 1;
  visibility: visible;
}

.header_iner
  .header_right
  .header_notification_warp
  li
  .serach_button
  .serach_field-area
  i {
  color: rgba(137, 80, 252, 0.7);
}

.header_iner
  .header_right
  .header_notification_warp
  li
  .serach_button
  .serach_field-area
  input {
  border-radius: 10px;
}

.header_iner .header_right .header_notification_warp li:last-child a {
  margin-right: 0;
}

.header_iner .header_right .header_notification_warp li > a {
  position: relative;
  margin-right: 29px;
}

.header_iner .header_right .header_notification_warp li > a span {
  position: absolute;
  width: 22px;
  height: 22px;
  text-align: center;
  color: #fff;
  display: inline-block;
  background: #fff;
  font-size: 11px;
  border-radius: 50%;
  right: -12px;
  top: -12px;
  background: #f64e60;
  line-height: 22px;
}

.sidebar {
  height: 100vh;
  left: 0;
  top: 0;
  z-index: 99;
  padding-bottom: 50px;
  position: fixed;
  width: 250px;
  z-index: 999;
  overflow: hidden;
  overflow-y: auto;
  background: #142f4c;
  box-shadow: 0 12px 30px rgba(80, 143, 244, 0.1);
  transition: 0.3s;
}

.sidebar .small_logo {
  display: none;
}

.sidebar .logo .large_logo img {
  width: 100%;
}

.sidebar #sidebar_menu > li a.active {
  background: #43435a;
  color: #fff !important;
}

/* .btn2 {
    position: absolute;
    width: 60px;
    height: 60px;
    top: 100px;
    left: 120px;
    transition-duration: 0.5s;
}
.btn2 {
    position: absolute;
    width: 20px;
    height: 25px;
    top: 50px;
    right: 30px;
    transition-duration: 0.5s;
}
.btn2 .icon {
    transition-duration: 0.5s;
    position: absolute;
    height: 5px;
    width: 30px;
    top: 0;
    background-color: #FF7B0C;
}
.btn2 .icon:before {
    transition-duration: 0.5s;
    position: absolute;
    width: 40px;
    height: 5px;
    background-color: #FF7B0C;
    content: "";
    top: -10px;
}
.btn2 .icon:after {
    transition-duration: 0.5s;
    position: absolute;
    width: 40px;
    height: 5px;
    background-color: #FF7B0C;
    content: "";
    top: 10px;
} */
.sidebar .menu-text {
  font-size: 12px;
  color: #b1bdcb;
  font-weight: 600;
  margin: 0;
  padding: 12px 0 12px 24px;
  text-transform: uppercase;
}

.sidebar_icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: auto;
  left: 20px;
}

.sidebar .menu-text {
  font-size: 12px;
  color: #b1bdcb;
  font-weight: 600;
  margin: 0;
  padding: 12px 0 12px 24px;
  text-transform: uppercase;
}

.sidebar .menu-text i {
  display: none;
}

.sidebar .single_tittle i {
  font-size: 16px;
  margin-right: 12px;
  color: #f8dbdd;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.sidebar #sidebar_menu > li {
  margin-left: 0px;
}

li {
  list-style: none;
}

.sidebar .small_logo img {
  width: 100px;
}

.sidebar .logo {
  margin: 0px;
  background: #142f4c;
  padding: 24px;
  /* margin-bottom: 20px; */
}

.sidebar .single_tittle a {
  display: block;
  font-size: 12px;
  font-weight: 500;
  color: #222222;
  padding: 10px 25px 10px 40px;
  width: 100%;
  display: flex;
  align-items: center;
  transition: 0.3s;
  position: relative;
  z-index: 0;
  border-top: 1px solid transparent;
  background: transparent;
}

.sidebar .single_tittle a::before {
  position: absolute;
  right: 0;
  background: #2e4765;
  width: 0px;
  top: 0;
  bottom: 0;
  content: "";
  opacity: 0;
  transition: 0.3s;
  right: 0px;
  visibility: hidden;
}

.sidebar .single_tittle a.current_active i {
  color: #2e4765;
}

.sidebar .single_tittle a.current_active::before {
  opacity: 1;
  width: 3px;
  visibility: visible;
}

.sidebar .single_tittle a:hover::before {
  opacity: 1;
  right: 0;
  visibility: visible;
  width: 3px;
}

.sidebar .single_tittle a.normal_title {
  padding: 28px 25px 18px 40px;
  background: #fff7f8;
  border-top: 1px solid #eee1e2;
}

.sidebar .single_tittle a.normal_title:after {
  position: absolute;
  right: 40px;
  top: 55%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "\f0d8";
  font-family: "Font Awesome 5 Free";
  color: #cec1c2;
  font-weight: 600;
  font-size: 12px;
}

.sidebar .single_tittle a.normal_title.collapsed {
  padding: 10px 25px 10px 40px;
  background: #fff;
  border-top: 1px solid transparent;
}

.sidebar .single_tittle a.normal_title.collapsed:after {
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  content: "\f0d7";
  font-family: "Font Awesome 5 Free";
  color: #cec1c2;
  font-weight: 600;
  font-size: 12px;
}

.sidebar .single_tittle:hover {
  background-color: #192434;
}

.sidebar .single_tittle:hover i {
  color: #2e4765;
}

.sidebar .single_menu_item {
  padding-left: 36px;
  margin: 6px 0;
  line-height: 21px;
}

.sidebar .single_menu_item:hover {
  padding-left: 55px !important;
}

.sidebar .sidebar_iner ul li {
  list-style: none;
}

.sidebar .sidebar_iner ul li .submenu {
  background: #fff7f8;
  padding: 0px 0px 0px 70px !important;
  border-bottom: 1px solid #eee1e2;
}

.sidebar .sidebar_iner ul li .submenu li:last-child {
  padding-bottom: 18px;
}

.sidebar_widget .white_box {
  padding: 30px;
}

.sidebar_widget .white_box .btn_2 {
  margin-top: 25px;
  width: 100%;
  text-align: center;
  padding: 16px 25px;
}

.sidebar_widget .date_range {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 6px 0 18px;
}

.datepicke-down {
  background: #43435a;
  padding: 4px 8px;
  border-radius: 8px;
  color: #fff;
}

.sidebar_widget .date_range .btn_3 {
  border-radius: 5px;
  font-size: 13px;
  font-weight: 300;
}

.sidebar_widget .date_range i {
  display: none;
}

.sidebar_widget .date_range .start_date,
.sidebar_widget .date_range .end_date {
  width: 115px;
}

.sidebar_widget .date_range .start_date input,
.sidebar_widget .date_range .end_date input {
  width: 100%;
  border: 1px solid #e4e8ec;
  color: #7e7172;
  font-size: 13px;
  padding: 11px 20px;
  border-radius: 5px;
  font-weight: 300;
}

/* .sidebar_widget .date_range .start_date ::placeholder,
.sidebar_widget .date_range .end_date ::placeholder {
  color: #7e7172;
} */

/* .sidebar #sidebar_menu > li a.active {
    color: #F65365;
    background: #F8FAFC;
    border-radius: 15px;
  } */
.sidebar #sidebar_menu > li a::after {
  color: #fff;
  transform: rotate(-90deg) translate(0, -50%);
  opacity: 1;
  font-size: 10px;
  right: 15px;
  color: #a1a4b9;
}

.sidebar #sidebar_menu > li a i {
  font-size: 15px;
  margin-right: 12px;
  color: #a5adc6;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.sidebar #sidebar_menu > li a:hover::before {
  width: 6px;
  opacity: 1;
  visibility: visible;
}

.sidebar #sidebar_menu > li > a {
  color: #717171;
}

.sidebar #sidebar_menu > li.mm-active > a {
  /* color: #717171; */
  color: #fff;
  border-radius: 4px;
  background: transparent;
}

.sidebar #sidebar_menu > li.mm-active > a::after {
  color: #ff7b0c;
  transform: rotate(0deg) translate(0, -50%);
  opacity: 1;
  font-size: 10px;
  right: 15px;
}

.sidebar #sidebar_menu > li.mm-active.metis_dropmenu > a {
  padding-top: 29px;
  padding-bottom: 30px;
  color: #a5adc6;
}

.sidebar #sidebar_menu > li.mm-active > a i {
  color: #a5adc6;
}

.sidebar #sidebar_menu > li.mm-active > a::before {
  opacity: 1;
  width: 6px;
  visibility: visible;
}

.sidebar #sidebar_menu > li ul {
  padding: 0px 0px 5px 40px;
  background: transparent;
  border-radius: 0 0 4px 4px;
  margin-left: 30px;
  background: #142f4c;
}

.sidebar #sidebar_menu > li ul li:last-child a {
  padding-bottom: 30px;
}

.sidebar #sidebar_menu > li ul li a {
  font-size: 12px;
  color: #717171;
  font-weight: 400;
  padding: 0;
  white-space: nowrap;
  padding: 0;
  padding: 10px 0 10px 8px !important;
  margin-top: 0;
  margin-left: 0;
  text-transform: capitalize;
}

.sidebar #sidebar_menu > li ul li a::before {
  display: none;
}

/* .sidebar #sidebar_menu>li ul li a.active {
  color: #F65365 !important;
} */

.sidebar #sidebar_menu > li ul li ul {
  padding-left: 5px;
}

.sidebar #sidebar_menu li a .icon_menu {
  width: 34px;
  height: 34px;
  text-align: center;
  line-height: 32px;
}

.sidebar.mini {
  width: 136px;
  z-index: 1;
  overflow: visible !important;
  min-width: 136px;
  max-width: 136px;
  position: absolute;
  z-index: 9999999;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
}

.sidebar.mini .menu-text span {
  display: none;
}

.sidebar.mini .menu-text i {
  display: block;
}

.sidebar.mini .mini_logo {
  display: block;
  width: 136px;
}

.sidebar.mini .logo {
  width: 136px;
  padding: 10px 0;
  margin: 0;
  justify-content: center !important;
}

.sidebar.mini .large_logo {
  display: none;
}

.sidebar.mini .small_logo {
  display: block;
}

.sidebar.mini .has-arrow::before {
  display: none;
}

.sidebar.mini .sidebar-header {
  padding-left: 11px;
}

.sidebar.mini .update img {
  max-width: 40px !important;
}

.sidebar.mini #sidebar_menu ul li ul {
  overflow: visible;
  position: absolute;
  z-index: 999;
  left: 100% !important;
  top: 100%;
}

.sidebar.mini #sidebar_menu > li {
  position: relative;
  width: 136px;
  text-align: center;
}

.sidebar.mini #sidebar_menu > li ul {
  margin-left: 0;
  padding-left: 0;
}

.sidebar.mini #sidebar_menu > li ul li a {
  white-space: nowrap;
  padding-left: 18px;
  color: #717171;
  width: 194px;
  padding-left: 20px !important;
}

.sidebar.mini #sidebar_menu > li > a {
  padding-left: 0px;
  display: grid;
  grid-template-columns: 44px auto !important;
}

.sidebar.mini #sidebar_menu > li > a.has-arrow::after {
  display: none;
}

.sidebar.mini #sidebar_menu > li > a .nav_icon_small {
  width: 136px;
}

.sidebar.mini #sidebar_menu > li > a .nav_title {
  display: none;
}

.sidebar.mini #sidebar_menu > li > a:hover,
.sidebar.mini #sidebar_menu > li > a:active {
  width: 330px;
}

.sidebar.mini #sidebar_menu > li > a:hover .nav_icon_small,
.sidebar.mini #sidebar_menu > li > a:active .nav_icon_small {
  display: inline-block;
}

.sidebar.mini #sidebar_menu > li > a:hover .nav_title,
.sidebar.mini #sidebar_menu > li > a:active .nav_title {
  display: inline-block;
}

.sidebar.mini #sidebar_menu > li > a:hover.has-arrow::after,
.sidebar.mini #sidebar_menu > li > a:active.has-arrow::after {
  display: inline-block;
}

.sidebar.mini #sidebar_menu > li:hover > a,
.sidebar.mini #sidebar_menu > li.mm-active > a {
  width: 330px !important;
}

.sidebar.mini #sidebar_menu > li:hover > a:hover,
.sidebar.mini #sidebar_menu > li:hover > a.active,
.sidebar.mini #sidebar_menu > li.mm-active > a:hover,
.sidebar.mini #sidebar_menu > li.mm-active > a.active {
  width: 330px;
}

.sidebar.mini #sidebar_menu > li:hover > a:hover .nav_icon_small,
.sidebar.mini #sidebar_menu > li:hover > a.active .nav_icon_small,
.sidebar.mini #sidebar_menu > li.mm-active > a:hover .nav_icon_small,
.sidebar.mini #sidebar_menu > li.mm-active > a.active .nav_icon_small {
  display: inline-block;
}

.sidebar.mini #sidebar_menu > li:hover > a:hover .nav_title,
.sidebar.mini #sidebar_menu > li:hover > a.active .nav_title,
.sidebar.mini #sidebar_menu > li.mm-active > a:hover .nav_title,
.sidebar.mini #sidebar_menu > li.mm-active > a.active .nav_title {
  display: inline-block;
}

.sidebar.mini #sidebar_menu > li:hover > a:hover.has-arrow::after,
.sidebar.mini #sidebar_menu > li:hover > a.active.has-arrow::after,
.sidebar.mini #sidebar_menu > li.mm-active > a:hover.has-arrow::after,
.sidebar.mini #sidebar_menu > li.mm-active > a.active.has-arrow::after {
  display: inline-block;
}

.sidebar.mini #sidebar_menu > li.mm-active:hover {
  overflow: visible;
}

.sidebar.mini #sidebar_menu > li.mm-active > a {
  background: #fff;
}

.sidebar.mini #sidebar_menu > li.mm-active > a .nav_icon_small {
  display: inline-block;
}

.sidebar.mini #sidebar_menu > li.mm-active > a .nav_title {
  display: inline-block;
}

.sidebar.mini #sidebar_menu > li.mm-active > a.has-arrow::after {
  display: inline-block;
}

.sidebar.mini #sidebar_menu > li.mm-active ul {
  left: 100%;
  left: 136px;
  position: absolute;
  top: 100%;
  width: 194px;
  z-index: 1000;
  margin-left: 0;
  padding-left: 0;
}

.sidebar.mini_sidebar {
  width: 136px;
  z-index: 1;
  overflow: visible !important;
  min-width: 136px;
  max-width: 136px;
  position: absolute;
  z-index: 9999999;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
}

.sidebar.mini_sidebar .menu-text span {
  display: none;
}

.sidebar.mini_sidebar .menu-text i {
  display: block;
}

.sidebar.mini_sidebar .mini_logo {
  display: block;
  width: 136px;
}

.sidebar.mini_sidebar .logo {
  width: 136px;
  padding: 10px 0;
  margin: 0;
  justify-content: center !important;
}

.sidebar.mini_sidebar .large_logo {
  display: none;
}

.sidebar.mini_sidebar .small_logo {
  display: block;
}

.sidebar.mini_sidebar .has-arrow::before {
  display: none;
}

.sidebar.mini_sidebar .sidebar-header {
  padding-left: 11px;
}

.sidebar.mini_sidebar .update_sidebar img {
  max-width: 40px !important;
}

.sidebar.mini_sidebar #sidebar_menu ul li ul {
  overflow: visible;
  position: absolute;
  z-index: 999;
  left: 100% !important;
  top: 100%;
}

.sidebar.mini_sidebar #sidebar_menu > li {
  position: relative;
  width: 136px;
  text-align: center;
}

.sidebar.mini_sidebar #sidebar_menu > li ul {
  margin-left: 0;
  padding-left: 0;
}

.sidebar.mini_sidebar #sidebar_menu > li ul li a {
  white-space: nowrap;
  padding-left: 18px;
  color: #717171;
  /* width: 194px; */
  padding-left: 20px !important;
}

.sidebar.mini_sidebar #sidebar_menu > li > a {
  padding-left: 0px;
  display: grid;
  grid-template-columns: 44px auto !important;
}

.sidebar.mini_sidebar #sidebar_menu > li > a.has-arrow::after {
  display: none;
}

.sidebar.mini_sidebar #sidebar_menu > li > a .nav_icon_small {
  /* width: 136px; */
  width: 120px;
}

.sidebar.mini_sidebar #sidebar_menu > li > a .nav_title {
  display: none;
}

/* .sidebar.mini_sidebar #sidebar_menu>li>a:hover,
.sidebar.mini_sidebar #sidebar_menu>li>a:active {
  width: 330px;
}

.sidebar.mini_sidebar #sidebar_menu>li>a:hover .nav_icon_small,
.sidebar.mini_sidebar #sidebar_menu>li>a:active .nav_icon_small {
  display: inline-block;
}

.sidebar.mini_sidebar #sidebar_menu>li>a:hover .nav_title,
.sidebar.mini_sidebar #sidebar_menu>li>a:active .nav_title {
  display: inline-block;
}

.sidebar.mini_sidebar #sidebar_menu>li>a:hover.has-arrow::after,
.sidebar.mini_sidebar #sidebar_menu>li>a:active.has-arrow::after {
  display: inline-block;
}

.sidebar.mini_sidebar #sidebar_menu>li:hover>a,
.sidebar.mini_sidebar #sidebar_menu>li.mm-active>a {
  width: 330px !important;
}

.sidebar.mini_sidebar #sidebar_menu>li:hover>a:hover,
.sidebar.mini_sidebar #sidebar_menu>li:hover>a.active,
.sidebar.mini_sidebar #sidebar_menu>li.mm-active>a:hover,
.sidebar.mini_sidebar #sidebar_menu>li.mm-active>a.active {
  width: 330px;
}

.sidebar.mini_sidebar #sidebar_menu>li:hover>a:hover .nav_icon_small,
.sidebar.mini_sidebar #sidebar_menu>li:hover>a.active .nav_icon_small,
.sidebar.mini_sidebar #sidebar_menu>li.mm-active>a:hover .nav_icon_small,
.sidebar.mini_sidebar #sidebar_menu>li.mm-active>a.active .nav_icon_small {
  display: inline-block;
}

.sidebar.mini_sidebar #sidebar_menu>li:hover>a:hover .nav_title,
.sidebar.mini_sidebar #sidebar_menu>li:hover>a.active .nav_title,
.sidebar.mini_sidebar #sidebar_menu>li.mm-active>a:hover .nav_title,
.sidebar.mini_sidebar #sidebar_menu>li.mm-active>a.active .nav_title {
  display: inline-block;
}

.sidebar.mini_sidebar #sidebar_menu>li:hover>a:hover.has-arrow::after,
.sidebar.mini_sidebar #sidebar_menu>li:hover>a.active.has-arrow::after,
.sidebar.mini_sidebar #sidebar_menu>li.mm-active>a:hover.has-arrow::after,
.sidebar.mini_sidebar #sidebar_menu>li.mm-active>a.active.has-arrow::after {
  display: inline-block;
} */

.sidebar.mini_sidebar #sidebar_menu > li.mm-active:hover {
  overflow: visible;
}

.sidebar.mini_sidebar #sidebar_menu > li.mm-active > a {
  color: #fff !important;
  background: #43435a;
}

/* .sidebar.mini_sidebar #sidebar_menu>li.mm-active>a .nav_icon_small {
  display: inline-block;
}

.sidebar.mini_sidebar #sidebar_menu>li.mm-active>a .nav_title {
  display: inline-block;
}

.sidebar.mini_sidebar #sidebar_menu>li.mm-active>a.has-arrow::after {
  display: inline-block;
} */

.sidebar.mini_sidebar #sidebar_menu > li.mm-active ul {
  /* left: 100%; */
  /* left: 136px; */
  position: absolute;
  top: 100%;
  /* width: 194px; */
  z-index: 0;
  margin-left: 0;
  padding-left: 0;
}

.sidebar.mini_sidebar ul li ul {
  background: #717171;
  opacity: 0;
  position: absolute;
  /* left: 100%; */
}

.sidebar.mini_sidebar #sidebar_menu > li.metis_submenu_up_collaspe ul {
  top: auto;
  bottom: 100%;
}

.sidebar.mini_sidebar #sidebar_menu li ul li.metis_submenu {
  position: relative;
}

.sidebar.mini_sidebar #sidebar_menu li ul li.metis_submenu ul {
  top: 100%;
  left: 0 !important;
  position: relative;
  background: rgba(0, 0, 0, 0.05);
}

.sidebar.mini ul li ul {
  background: #717171;
  opacity: 0.9;
  position: absolute;
  left: 100%;
}

.sidebar.mini #sidebar_menu > li.metis_submenu_up_collaspe ul {
  top: auto;
  bottom: 100%;
}

.sidebar.mini #sidebar_menu li ul li.metis_submenu {
  position: relative;
}

.sidebar.mini #sidebar_menu li ul li.metis_submenu ul {
  top: 100%;
  left: 0 !important;
  position: relative;
  background: rgba(0, 0, 0, 0.05);
}

.sidebar.dark.mini #sidebar_menu > li > a:hover,
.sidebar.dark.mini #sidebar_menu > li > a:active {
  background: #1e1e2d;
}

.switch_toggle {
  display: inline-block;
  height: 22px;
  position: relative;
  /* width: 40px; */
  margin-bottom: 0;
}

.has-search .form-control {
  padding-left: 2rem;
  min-width: 140px;
  /* width: auto; */
}

.form-control[readonly] {
  background-color: transparent;
}

.has-search .form-control::-webkit-input-placeholder {
  color: #43435a;
}

.table .has-search {
  position: relative;
}

.table .has-search input {
  background: #fff;
  color: #43435a;
}

.overly_inner .lgrn-btnsd,
.sav-wrap .lgrn-btnsd {
  box-shadow: 0px 9px 20px -6px #30d67c;
}

.overly_inner .blue-btnsd {
  box-shadow: 0px 9px 20px -6px #0094ff;
}

.overly_inner .dkblue-btnsd {
  box-shadow: 0px 9px 20px -6px #396389;
}

.overly_inner .lgrn-btn,
.sav-wrap .lgrn-btn {
  background: #30d67c;
  color: #fff;
}

.overly_inner .blue-btn {
  background: #0094ff;
  color: #fff;
}

.overly_inner .dkblue-btn {
  background: #396389;
  color: #fff;
}

.has-search .form-control-feedback {
  position: absolute;
  z-index: 2;
  display: block;
  width: 2.375rem;
  height: 2rem;
  line-height: 2rem;
  text-align: center;
  pointer-events: none;
  color: #43435a;
}

.switch_toggle input {
  opacity: 0;
}

.switch_toggle input:checked + .slider {
  background: transparent;
  transform: rotateZ(180deg);
  transition: transform 0.3s ease;
}

/* .switch_toggle input:checked+.slider:before {
  transform: translateX(17px);
} */

.switch_toggle .switch_toggle input {
  display: none;
}

.switch_toggle .slider.round {
  border-radius: 34px;
}

/* .switch_toggle .slider {
  bottom: 0;
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: .3s;
  border: 3px solid #FF7B0C;
  background: transparent;
} */
.switch_toggle .slider {
  bottom: 0;
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: 0.3s;
   background-image: url(../images/toggle-lft.svg); 
  background-repeat: no-repeat;
  background-size: cover;
  height: 35px;
  width: 35px;
}

    .switch_toggle .slider:before {
        bottom: 0px;
        content: "";
        left: 0px;
        position: absolute;
        transition: 0.3s;
        /*background-image: url(../images/toggle-rgt.svg);*/
        background-image: url(../images/toggle-lft.svg);
        background-repeat: no-repeat;
        background-size: cover;
        width: 35px;
        height: 35px;
    }

/* .switch_toggle .slider:before {
  bottom: 0px;
  content: "";
  height: 13px;
  left: 0px;
  left: 2px;
  position: absolute;
  transition: .3s;
  width: 13px;
  top: 1.4px;
  border: 3px solid #FF7B0C;
} */

.collaspe_icon.open_miniSide {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.collaspe_icon.open_miniSide i {
  color: #717171;
  cursor: pointer;
  font-size: 16px;
  margin-right: 15px;
}

.lms_checkbox_1 .slider-check.round {
  border-radius: 34px;
}

.lms_checkbox_1 .slider-check.round:before {
  border-radius: 50%;
}

.switch_toggle .slider.round:before {
  border-radius: 50%;
}

.sidebar .sidebar_iner ul li .submenu li a {
  font-size: 13px;
  line-height: 36px;
  color: #7e7172;
  font-weight: 400;
}

.sidebar #sidebar_menu > li a {
  font-size: 14px;
  font-weight: 500;
  transition: 0.3s;
  z-index: 0;
  display: grid;
  grid-template-columns: 34px auto;
  grid-gap: 15px;
  align-items: center;
  position: relative;
  color: #717171;
  font-family: "Gilroy-Bold", sans-serif;
  padding: 10px 10px 10px 26px;
  margin: 0 10px;
  border-radius: 8px;
}

.sidebar_close_icon i {
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  position: absolute;
  right: 30px;
  font-size: 18px;
  top: 29px;
  cursor: pointer;
  color: #ff7b0c;
}

.sidebar #sidebar_menu > li a:hover {
  color: #fff !important;
  background: #43435a;
}

.sidebar #sidebar_menu > li a:hover img,
.selected img {
  filter: invert(47%) sepia(94%) saturate(999%) hue-rotate(353deg)
    brightness(100%) contrast(103%);
}

.sidebar #sidebar_menu > li a:hover:after {
  color: #ff7b0c;
}

/* Sidebar Scroller */
.sidebar::-webkit-scrollbar-track,
body::-webkit-scrollbar-track {
  background-color: #ddd;
}

.sidebar::-webkit-scrollbar,
body::-webkit-scrollbar {
  width: 6px;
  background-color: #ddd;
}

.sidebar::-webkit-scrollbar-thumb,
body::-webkit-scrollbar-thumb {
  background-color: #2f4b69;
}

body::-webkit-scrollbar {
  width: 8px;
}

.header_iner {
  z-index: 99;
  padding: 20px 30px;
  position: relative;
  background: #142f4c;
  margin: 15px 15px 8px 15px;
  border-radius: 15px;
}

.main_content {
  padding-left: 250px;
  width: 100%;
  padding-top: 0px !important;
  transition: 0.5s;
  position: relative;
  min-height: 100vh;
  /* padding-bottom: 99px; */
}

.main_content.full_main_content {
  padding-left: 136px;
}

.main_content.main_content_padding_hide {
  padding-left: 0px;
  padding-top: 100px !important;
}

.main_content .main_content_iner {
  min-height: 100vh;
  transition: 0.5s;
  position: relative;
  background: #fff;
  margin: 15px;
  z-index: 22;
  border-radius: 15px;
  padding: 20px 20px;
}

.sidebar #sidebar_menu li a img {
  width: 25px;
  height: auto;
}

.header_iner .header_right .header_notification_warp li > a img {
  width: 40px;
  height: 40px;
  padding: 4px;
  border-radius: 5px;
  background: #43435a;
}

.header_iner .header_right .header_notification_warp {
  /* margin-right: 50px; */
  margin-left: 40px;
}
.main-header {
  position: sticky;
  top: 115px;
  z-index: 99999;
  padding: 10px;
  background: #fff;
}

.dsb-shdw {
  box-shadow: 0 1px 5px 0 rgb(0 0 0 / 20%), 0 0px 3px 0 rgb(0 0 0 / 19%);
  border-radius: 50px;
  width: max-content;
}

.brd-btm {
  border-bottom: 1px solid #d8d8d8;
}

.brd-rgt {
  border-right: 1px solid #c5c5c5;
  height: 25px;
  margin-left: 6px;
}

.switch-dsb label {
  cursor: pointer;
  text-indent: -9999px;
  width: 45px;
  height: 26px;
  margin: 0 8px;
  background: #142f4c;
  display: block;
  border-radius: 100px;
  position: relative;
}

.switch-dsb label:after {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 18px;
  height: 18px;
  background: #ff7b0c;
  border-radius: 90px;
  transition: 0.3s;
}

.switch-dsb input[type="checkbox"] {
  height: 0;
  width: 0;
  visibility: hidden;
}

.switch-dsb input:checked + label {
  background: #142f4c;
}

.switch-dsb input:checked + label:after {
  left: calc(100% - 5px);
  transform: translateX(-100%);
}

.bd-example {
  background: #142f4c;
  position: relative;
  padding: 1rem;
  margin: 1rem 0rem 0;
  border: 1px solid #dee2e6;
  border-radius: 8px;
}

.profile_info img {
  max-width: 54px;
  max-height: 54px;
  border-radius: 50%;
  cursor: pointer;
}

.f_s_12 {
  font-size: 12px;
}

.f_s_15 {
  font-size: 15px;
}

.f_s_16 {
  font-size: 14px;
}

.f_w_400 {
  font-weight: 400;
}

.f_w_500 {
  font-weight: 500;
}

.inner {
  text-align: center;
  padding: 30px 30px;
  width: 200px;
  cursor: pointer;
}

.dsb-inr {
  padding: 10px 25px !important;
}

.small-box {
  background: #ececec;
  border-radius: 0.2rem;
  /* box-shadow: 0 0 1px rgb(0 0 0 / 13%), 0 1px 3px rgb(0 0 0 / 20%); */
  display: block;
  margin-bottom: 20px;
  margin: 10px 0px;
  position: relative;
}

.dsb-check .dsb-inr p {
  font-size: 14px;
}

.small-box .tc,
.lvl-usernm,
.carousle-wp h5 {
  font-size: 18px;
  font-family: Gilroy-SemiBold, sans-serif;
}

.small-box h3 {
  font-size: 30px;
  font-weight: 600;
  font-family: Gilroy-Bold, sans-serif;
}

.gry-clr {
  color: #717171 !important;
}

.pnk_clr {
  color: #e42a61;
}

.lgtblue_clr {
  color: #36a3f7;
}

.orng_clr {
  color: #ff7b0c;
}

.dkblue_clr {
  color: #004ce2;
}

.lgtgr_clr {
  color: #3ac47d;
}

.prpl_clr {
  color: #ac0df6;
}

.bg-box {
  background: #43435a;
  color: #fff;
  cursor: pointer;
}

.inner.bx-open.bg-box {
  background: #e42a61;
}

.inner.bx-assign.bg-box {
  background: #36a3f7 !important;
}

.inner.bx-accept.bg-box {
  background: #ff7b0c !important;
}

.inner.bx-hold.bg-box {
  background: #004ce2 !important;
}

.inner.bx-close.bg-box {
  background: #3ac47d !important;
}

.inner.bx-expire.bg-box {
  background: #ac0df6 !important;
}

.col-flx {
  flex: 0 0 20%;
  max-width: 20%;
  padding-left: 0px;
}

.col-flx:first-child {
  padding-left: 15px;
}

.fst-cnt {
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  margin: 15px 0;
}

.mdl-scht {
  max-height: 550px;
  overflow-y: scroll;
  border-radius: 20px;
}

/* table */
.QA_section .QA_table .table {
  background: #ffffff;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 0 5px;
  padding-top: 10px;
  border-spacing: 0 0.5em;
  /* display: inline-table; */
}

.QA_section .QA_table .table tbody,
button {
  font-family: "Gilroy-SemiBold", sans-serif;
}

.lvl-grp,
.lvl-tmin {
  font-family: "Gilroy-SemiBold", sans-serif;
}

.lvl-tmin {
  color: #797979;
}

.request_btn.tkt-exp,
.request_btn.tkt-hold {
  line-height: 2;
}

table.dataTable {
  width: 100% !important;
  margin: 0 auto;
  clear: both;
  border-collapse: separate;
  border-spacing: 0;
}

.table tbody td {
  color: #717171;
  font-family: "Gilroy-Medium";
  font-size: 14px;
}

.QA_section .QA_table thead {
  padding-bottom: 10px;
}

.QA_section .QA_table .table thead th,
.dashb-tbl .QA_table .table thead th {
  border-right: 1px solid #ddd !important;
}

.QA_section .QA_table .table thead th:last-child,
.dashb-tbl .QA_table .table thead th:last-child {
  border-right: 1px solid transparent !important;
}

.QA_section .QA_table .table thead th,
.dashb-tbl .QA_table .table thead th {
  /* border-bottom: 0 solid transparent; */
  padding: 10px 15px;
  /* border: 0px solid transparent; */
  font-size: 14px;
  font-weight: 600;
  font-family: "Gilroy-Bold", sans-serif;
  color: #fff;
  white-space: nowrap;
  text-transform: capitalize;
  letter-spacing: 1px;
  /* border: 0 !important; */
  background: transparent;
  background: #142f4c;
  border-bottom: 1px solid #ddd !important;
}

.QA_section .QA_table .table thead th:first-child,
.QA_section .QA_table .table tfoot th:first-child {
  border-radius: 5px 0px 0px 5px;
}

.QA_section .QA_table .table thead th:last-child,
.QA_section .QA_table .table tfoot th:last-child {
  border-radius: 0px 5px 5px 0px;
}

.QA_section .QA_table .table .form-control {
  height: calc(1.5em + 0.3rem + 2px);
}

.dataTables_wrapper table.dataTable.no-footer {
  border-bottom: transparent !important;
}

.dataTables_wrapper .dataTables_length select {
  outline: none;
}

.QA_section .QA_table tbody th {
  font-size: 12px;
  color: #415094;
  font-weight: 400 !important;
}

.table-scroll {
  overflow-x: scroll;
}

.table-scroll::-webkit-scrollbar {
  height: 10px;
  border-radius: 15px;
  background-color: #efefef;
}

.table-scroll::-webkit-scrollbar-track {
  width: 2px !important;
  border-radius: 10px;
}

.table-scroll::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #142f4c;
}

.mtp-spc {
  margin-top: 1.5rem;
}

.QA_section .QA_table tbody tr.even {
  background: #142f4c14;
  box-shadow: 0 0 2px #c0adad;
  border-radius: 5px !important;
}

.QA_section .QA_table tbody tr.odd {
  background: transparent;
  box-shadow: 0 0 2px #c0adad;
  border-radius: 5px !important;
}

.QA_section .QA_table thead th {
  white-space: nowrap;
  padding-left: 0;
  border-bottom: 1px solid rgba(130, 139, 178, 0.3) !important;
}

.QA_section .QA_table table.dataTable tbody th,
.QA_section .QA_table .dataTable tbody td {
  padding: 15px 12px;
}

table.dataTable tbody th,
table.dataTable tbody td {
  vertical-align: middle;
}

.table td,
.table th {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 0 !important;
}

.QA_table .dataTables_wrapper {
  /* overflow-x: scroll; */
  white-space: nowrap;
}

.QA_section .feed_table .table thead th {
  background: transparent;
  color: #43435a;
  border: 0 !important;
  font-family: "Gilroy-SemiBold";
  font-size: 14px;
}

/* .dataTables_wrapper .dataTables_filter label{
  display: none;
} */
.dsb-bdc img {
  width: 25px;
  margin: 0 8px;
}

.dsb-check .dsb-inr {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border-radius: 5px;
  /*width: 200px; dev1 on 17 feb 2022*/
  width: 200px;
}

.dsb-inr p {
  font-family: "Gilroy-Medium", sans-serif;
  color: #79869f;
}

/* .dsb-check .dsb-inr:hover {
  background: #43435A;
  color: #fff;
} */

.table .exp-btn {
  color: #ea2222;
  background-color: #ffe1e1;
  padding: 6px 15px;
  border-radius: 10px;
}
.table .prp-btn {
  color: #f600cf;
  background-color: #ffd8f9;
  padding: 6px 15px;
  border-radius: 10px;
}
.table .in-btn {
  color: #399bf6;
  background-color: #d8ecff;
  padding: 6px 15px;
  border-radius: 10px;
}
.tkt-exp {
  color: #ea2222;
  font-family: "Gilroy-SemiBold";
}
.tkt-exp {
  color: #ea2222;
  background-color: #ffe1e1;
  padding: 6px 15px;
  border-radius: 10px;
}

.tkt-hold {
  color: #2ed06d;
  font-family: "Gilroy-SemiBold";
}

.table .pnd-btn {
  color: #ff8a00;
  background-color: #ffecd1;
  padding: 6px 15px;
  border-radius: 10px;
}

.table .cmp-btn {
  color: #3ac47d;
  background-color: #e1ffe4;
  padding: 6px 15px;
  border-radius: 10px;
}

.table .act-btn {
  color: #3f6ad8;
  background-color: #e1e9ff;
  padding: 6px 15px;
  border-radius: 10px;
}

.table .inact-btn {
  color: #aeaeac;
  background-color: #e7e7e7;
  padding: 6px 15px;
  border-radius: 10px;
}

.tkt-dtils {
    /*color: #717171;
      font-family: "Gilroy-Medium";
    */
    line-height: 2;
    font-family: "Gilroy-Medium", sans-serif;
    font-size: 14px !important;
    color: #79869f;
}

/* a.editbutton {
  width: 25px;
  height: 25px;
  background-color: #00c5dc;
  border-color: #00c5dc;
  position: relative;
} */

a.editbutton i {
  color: #3ac47d;
}

/* a.deletebutton {
  width: 25px;
  height: 25px;
  position: relative;
} */

a.deletebutton i {
  color: #ea2222;
}
label.deletebutton i{
  color: #ea2222;
  cursor: pointer;
}

.fa-edit:before {
  font-size: 16px;
  margin: 0 3px;
}

.fa-trash-alt:before {
  font-size: 16px;
  margin: 0 3px;
}

#tab-outer {
  position: relative;
}

#tab-wrapper,
#modaltab-wrapper {
  list-style: none;
  height: 48px;
  border-bottom: 1px solid #d8d8d8;
}

#tab-wrapper li,
#modaltab-wrapper li {
  margin: 0px 0px 0px 2px;
  float: left;
}

#tab-wrapper li a,
#modaltab-wrapper li a {
  font-family: "Gilroy-Medium", sans-serif;
  font-size: 16px;
  display: block;
  padding: 8px 30px;
  line-height: 30px;
  text-decoration: none;
  color: #aeaeac;
  border-radius: 10px 10px 0 0;
}

#tab-wrapper li.active a,
#modaltab-wrapper li.active a {
  background-color: #efefef;
  font-family: "Gilroy-Bold", sans-serif;
  border-bottom: 2px solid #ff7b0c;
  color: #79869f;
}

#tab-wrapper li.active a img,
#modaltab-wrapper li.active a img {
  filter: invert(60%) sepia(9%) saturate(1012%) hue-rotate(181deg)
    brightness(86%) contrast(79%);
}

/*dashboard module tabs*/

#tab-wrapper-dashboard,
#modaltab-wrapper {
    /*list-style: none;
    height: 48px;
    border-bottom: 1px solid #d8d8d8;*/
}

    #tab-wrapper-dashboard li,
    #modaltab-wrapper li {
        margin: 0px 0px 0px 2px;
        float: left;
    }

        #tab-wrapper-dashboard li a,
        #modaltab-wrapper li a {
            font-family: "Gilroy-Medium", sans-serif;
            font-size: 16px;
            display: block;
            padding: 8px 5px;
            line-height: 30px;
            text-decoration: none;
            color: #aeaeac;
            border-radius: 10px 10px 0 0;
        }

        #tab-wrapper-dashboard li.active a,
        #modaltab-wrapper li.active a {
            /*background-color: #efefef;
            font-family: "Gilroy-Bold", sans-serif;
            border-bottom: 2px solid #ff7b0c;
            color: #79869f;*/
        }

            #tab-wrapper-dashboard li.active a img,
            #modaltab-wrapper li.active a img {
                filter: invert(60%) sepia(9%) saturate(1012%) hue-rotate(181deg) brightness(86%) contrast(79%);
            }




/* Rutuja-code  */
button.btn.btn-danger.btn-sm.inactivebtn {
  border-radius: 30px;
}

span.category-text {
  background-color: #5867dd;
  color: #ffffff;
  letter-spacing: 0.6px;
  padding: 1px 10px;
  border-radius: 0;
  border-radius: 0.75rem;
  margin-right: 5px;
}

span.subcategory-text {
  background-color: #00c5dc;
  color: #ffffff;
  letter-spacing: 0.6px;
  padding: 1px 10px;
  border-radius: 0;
  border-radius: 0.75rem;
}

.mm-active img {
  filter: invert(47%) sepia(94%) saturate(999%) hue-rotate(353deg)
    brightness(100%) contrast(103%);
}

.btn-back {
  background: white;
  border-color: #d8d8d8;
  color: #495057;
}

.overly_inner .fdb_frm {
  position: relative;
  top: 0;
  z-index: 10;
  float: right;
}

.Conf_Mandatory_Fields input[type="checkbox"],
.level-data .tbl-level input[type="checkbox"] {
  display: none;
}

.Conf_Mandatory_Fields .check,
.level-data .tbl-level .check {
  font-size: 14px;
  padding-left: 22px;
  position: relative;
}

.Conf_Mandatory_Fields .check::before,
.level-data .tbl-level .check::before {
  background-color: white;
  border: 1px solid #43435a;
  border-radius: 3px;
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  height: 16px;
  width: 16px;
}

.Conf_Mandatory_Fields input[type="checkbox"]:checked + .check::before,
.level-data .tbl-level input[type="checkbox"]:checked + .check::before {
  background-color: #43435a;
}

.Conf_Mandatory_Fields input[type="checkbox"]:checked + .check::after,
.level-data .tbl-level input[type="checkbox"]:checked + .check::after {
  border-bottom: 2px solid white;
  border-right: 2px solid white;
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 5px;
  height: 11px;
  width: 6px;
  transform: rotate(40deg);
}

.mntbx {
  width: 50px;
  border-radius: 5px;
  margin-right: 5px;
  border: 1px solid #43435a;
  outline: 0;
  padding: 2px 5px;
}
.wd-40 {
  width: 40px;
}
.pg-sze {
  width: 80px;
}

.button-group-pills .btn {
  width: 130px;
  border-radius: 5px;
  line-height: 1;
  padding: 10px;
  margin-bottom: 15px;
  margin: 0 10px;
  white-space: nowrap;
  border-color: #ececec;
  background-color: #ececec;
  color: #79869f;
  cursor: pointer;
  align-self: flex-start;
}

.datetimepicker thead th.next > span:before {
  content: "\f112";
}

.button-group-pills .btn.active,
.btn-mdpr {
  border-color: #142f4c;
  background-color: #142f4c;
  color: #fff;
  box-shadow: 0px 9px 20px -6px #43435a;
}

.sgp-swch {
  width: 150px !important;
  padding: 10px 20px !important;
  font-family: "Gilroy-Bold", sans-serif !important;
}

.button-group-pills .sgp-swch.active {
  font-family: "Gilroy-Bold", sans-serif;
  border-color: #91c2ff;
  background-color: #ddecff;
  color: #ff7b0c;
  box-shadow: -10px -10px 10px 5px rgb(255 255 255), 0px 9px 20px -6px #43435a;
}

.button-group-pills .btn.active img {
  filter: invert(47%) sepia(94%) saturate(999%) hue-rotate(353deg)
    brightness(100%) contrast(103%);
}

.btn-mdpr:hover,
.btn-mdpr:focus {
  color: #fff;
  box-shadow: 0px 9px 20px -6px #43435a;
}

.button-group-pills input[type="radio"] {
  display: none;
}

.mbtm-2 {
  margin-bottom: 2rem;
}

.right-sidenav {
  height: 100%;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  background-color: #fff;
  overflow-x: hidden;
  transition: all 0.5s;
  padding-bottom: 115px;
  z-index: 199;
  width: 0;
  width: 40%;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.05) -24px 0px 53px 10px;
  display: none;
}

.qst_modal {
  display: flex;
  margin-left: auto;
}

button.text-right.close-qstmdl.close {
  padding: 0;
  margin: 0;
  background: #efefef;
}

.close-qstmdl {
  position: relative;
  border-radius: 5px;
  border: 1px solid #ececec;
  width: 33px;
  height: 38px;
  outline: 0;
}

.close-qstmdl:before,
.close-qstmdl:after {
  position: absolute;
  left: 14px;
  top: 9px;
  content: " ";
  height: 20px;
  width: 2px;
  background-color: #ff7b0c;
}

.close-qstmdl:before {
  transform: rotate(45deg);
}

.close-qstmdl:after {
  transform: rotate(-45deg);
}

.d-inlineblck {
  display: inline-block;
}

.frm_imgw {
  width: 22px;
  height: 30px;
  margin: 0 5px;
}

.workf-tabs {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 4px -2px rgb(0 0 0 / 10%);
}

.wtab {
  width: 100%;
  overflow: hidden;
}

.workf-tabs input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

.workf-tabs .tab-label {
  display: flex;
  justify-content: space-between;
  padding: 1em 0.4em;
  cursor: pointer;
  margin: 0;
}

.workf-tabs input:checked + .tab-label::after {
  transform: rotate(90deg);
}

.workf-tabs .tab-label::after {
  content: "❯";
  width: 1em;
  font-size: 16px;
  margin-right: 8px;
  height: 1em;
  color: #999999;
  text-align: center;
  transition: all 0.35s;
}

.workf-tabs input:checked + .tab-label::after {
  transform: rotate(90deg);
}

.workf-tabs .tab-label::after {
  content: "❯";
  width: 1em;
  height: 1em;
  text-align: center;
  transition: all 0.35s;
}

.workf-tabs input:checked ~ .tab-content {
  max-height: 100vh;
  padding: 1em 0.4em;
}

.workf-tabs .tab-content {
  max-height: 0;
  padding: 0 1em;
  color: #2c3e50;
  background: white;
  transition: all 0.35s;
}

.close-thumb {
  border-radius: 50%;
  padding: 6px;
  margin: 2px;
  width: 15px;
  height: 15px;
  border: 2px solid #ea2222;
  background: #ea2222;
  position: absolute;
  right: 7px;
  top: -7px;
}

.close-thumb:before {
  content: " ";
  position: absolute;
  display: block;
  background-color: #fff;
  width: 2px;
  left: 5px;
  top: 2px;
  bottom: 2px;
  transform: rotate(45deg);
}

.close-thumb:after {
  content: " ";
  position: absolute;
  display: block;
  background-color: #fff;
  height: 2px;
  top: 5px;
  left: 2px;
  right: 2px;
  transform: rotate(45deg);
}

select.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../images/Form_icon/select-arrow.svg);
  background-repeat: no-repeat;
  background-size: 15px 10px, 10px 10px;
  background-position: calc(100% - 15px) 12px, calc(100% - 15px) 14px, 100% 0;
}

.level-table {
  border: 1px solid #142f4c21;
  border-radius: 5px;
  padding: 8px 8px 0px 8px;
}

.level-table .table.tbl-level {
  border-collapse: separate;
  border-spacing: 0px 8px;
  margin-bottom: 0;
}

.level-table .table.tbl-level tr {
  background: transparent;
  box-shadow: 0 0 2px #c0adad;
  border-radius: 5px !important;
}

.level-table .table thead th {
  border-bottom: 0px;
  font-weight: 500;
  font-family: "Gilroy-SemiBold", sans-serif;
}

.tblfnthdr {
  font-size: 14px;
  font-family: "Gilroy-SemiBold";
  color: #212529;
}

.secheading {
  border: 1px solid #ced4da;
  border-radius: 5px;
  padding: 5px 10px;
  color: #212529;
}

.mdl-wd {
  max-width: 55%;
}

.header_iner .dropdown-toggle::after {
  display: none;
}

.header_iner .btn.btn-light.dropdown-toggle {
  background: #142f4c;
  color: #fff;
  border-color: #717171;
}

.sticky-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: #fff;
}
.header-sticky {
  position: sticky;
  top: 0;
  z-index: 100;
  background: #e5e5e5;
}

tfoot {
  display: table-header-group;
}

.selected {
    /* background: #43435a; */
    background: #43435a;
    box-shadow: 0px 9px 20px -6px #43435a;
}
.opt.selected {
  color: #ffffff !important;
  box-shadow: 0px 9px 20px -6px #43435a;
}

.dsb-check .selected p {
  color: #fff !important;
}

.brands {
  width: 100%;
  padding-top: 90px;
  padding-bottom: 90px;
}

/* .tkt_slide_container {
  height: 130px;
  border: solid 1px #e8e8e8;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
  padding-left: 97px;
  padding-right: 97px;
  background: #fff
} */

.tkt_slide {
  height: 100%;
  /* margin-top: 50px */
}

.tkt_items {
  height: 100%;
}

.tkt_items img {
  max-width: 25px;
}

.brands_nav {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 5px;
  cursor: pointer;
}

.brands_nav i {
  color: #e5e5e5;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.brands_nav:hover i {
  color: #676767;
}

.tkt_prev,
.tktbx_prev {
  left: -4px;
}

.tkt_next,
.tktbx_next {
  right: -4px;
}

table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc {
  background-position: right !important;
  background-repeat: no-repeat !important;
}

.srch-bdr {
  border-right: 0;
  outline: 0;
  padding-right: 0;
  box-shadow: none !important;
}

.srch-bdr:focus {
  border-color: #d2cccc;
}

.srch-iclr {
  color: #d2cccc;
}

.btn-bdr {
  border: 1px solid #d2cccc;
  border-left: 0;
  padding: 4px 10px;
}
.dashboard-panel {
  padding: 5px 20px;
  text-align: right;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  font-family: "Gilroy-SemiBold";
}

/* Start Login design */

/* .service-bg {
  background-image: url("../images/Login/Services-BG.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100vh;
  overflow: hidden;
} */

.display-flex,
.display-flex,
.display-flex-center,
.signup-content,
.signin-content,
.social-login,
.socials {
  display: flex;
  display: -webkit-flex;
}

.main a:focus,
.main a:active {
  text-decoration: none;
  outline: none;
  transition: all 300ms ease 0s;
  -moz-transition: all 300ms ease 0s;
  -webkit-transition: all 300ms ease 0s;
  -o-transition: all 300ms ease 0s;
  -ms-transition: all 300ms ease 0s;
}

.main input,
.main select,
.main textarea {
  outline: none;
  appearance: unset !important;
  -moz-appearance: unset !important;
  -webkit-appearance: unset !important;
  -o-appearance: unset !important;
  -ms-appearance: unset !important;
}

.main input::-webkit-outer-spin-button,
.main input::-webkit-inner-spin-button {
  appearance: none !important;
  -moz-appearance: none !important;
  -webkit-appearance: none !important;
  -o-appearance: none !important;
  -ms-appearance: none !important;
  margin: 0;
}

.main input:focus,
.main select:focus,
.main textarea:focus {
  outline: none;
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -o-box-shadow: none !important;
  -ms-box-shadow: none !important;
}

.main img {
  max-width: 100%;
  height: auto;
}

.main figure {
  margin: 0;
}

.main p {
  margin-bottom: 0;
  font-size: 15px;
  color: #777;
}

.clear,
#tab-body,
#modaltab-body {
  clear: both;
}

.error {
  font-family: "Gilroy-Medium", sans-serif;
  color: red;
  background: #ffcece;
  display: block;
  /* margin-top: 4px; */
  padding: 0 8px;
  line-height: 2;
}

.f-container {
  /* width: 1030px; */
  background: #f0f5fb;
  margin: 0 auto;
  padding: 0;
  box-shadow: 0 15px 16.83px 0.17px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 15px 16.83px 0.17px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 15px 16.83px 0.17px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 15px 16.83px 0.17px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0 15px 16.83px 0.17px rgba(0, 0, 0, 0.05);
  /* border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px; */
}

.signup-form,
.signin-form,
.signin-image {
  width: 50%;
  overflow: hidden;
}

.form-title {
  font-family: "Gilroy-Bold", sans-serif;
  color: #142f4c;
  font-size: 26px;
}

.fnf-tle {
  font-family: "Gilroy-medium", sans-serif;
  font-size: 14px;
}

.main figure {
  width: 60%;
  margin: auto;
  margin-top: 40px;
  margin-bottom: 50px;
  text-align: center;
}

.main .form-submit {
  font-family: "Gilroy-Bold", sans-serif;
  font-size: 16px;
  display: inline-block;
  /* border-bottom: none; */
  width: 100%;
  padding: 10px 39px;
  box-shadow: none;
  /* box-shadow: 0px 6px 8px rgb(0 0 0 / 30%); */
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  -o-border-radius: 30px;
  -ms-border-radius: 30px;
  margin-bottom: 30px;
  cursor: pointer;
}

/* .main .form-submit:focus {
  box-shadow: 0px 6px 8px rgb(0 0 0 / 30%);
} */

.main .form-submit:hover {
  background: #43435a;
  color: #fff;
}

.signup-logo img {
  width: 150px;
}

.main .signup-form {
  margin-left: 75px;
  margin-right: 75px;
  padding-left: 34px;
}

.register-form {
  width: 100%;
}

.main .form-group {
  position: relative;
  margin-bottom: 40px;
  overflow: hidden;
}

.main .form-group:last-child {
  margin-bottom: 0;
}

.main label {
  font-family: "Gilroy-Medium", sans-serif;
  color: #bebebe;
  font-size: 14px;
}

.main input {
  width: 100%;
  display: block;
  border: none;
  border-bottom: 1px solid #999;
  background: #f0f5fb;
  padding: 5px 35px 5px 35px;
  font-family: "Gilroy-Medium", sans-serif;
  font-size: 16px;
  box-sizing: border-box;
}

.main input::-webkit-input-placeholder,
.main input::-moz-placeholder,
.main input:-ms-input-placeholder,
.main input:-moz-placeholder {
  color: #bebebe;
}

.main input:focus {
  border-bottom: 1px solid #171725;
}

.main input:focus::-webkit-input-placeholder {
  color: #171725;
}

.main input:focus::-moz-placeholder {
  color: #171725;
}

.main input:focus:-ms-input-placeholder {
  color: #171725;
}

.main input:focus:-moz-placeholder {
  color: #171725;
}

.sign-icon {
  position: absolute;
  left: 2px;
  top: 15%;
  transform: translateY(-15%);
  -moz-transform: translateY(-15%);
  -webkit-transform: translateY(-15%);
  -o-transform: translateY(-15%);
  -ms-transform: translateY(-15%);
  color: #ff7b0c;
  font-size: 16px;
}

.cmp-icon {
  top: 10%;
  transform: translateY(-10%);
}

.sign-icon img {
  width: 25px;
}

.swch-org label img {
  width: 20px;
  margin: 0 6px;
}

.swch-org .button-group-pills .btn {
  border-radius: 20px;
}

.swch-org .button-group-pills .btn.active img {
  filter: invert(47%) sepia(94%) saturate(999%) hue-rotate(353deg)
    brightness(100%) contrast(103%);
}

.org-login {
  display: none;
}

.material-icons-name {
  font-size: 16px;
}

/* .sign-in {
  margin: 80px 0;
} */
.fstr-shd {
  display: inline-block;
  height: 100%;
  box-shadow: -10px -10px 12px 6px #193b60, 0px 9px 20px -6px #43435a;
  border-radius: 30px;
  margin: 0 20px;
}

.head-mg {
  font-size: 16px;
  font-family: "Gilroy-Bold";
  color: #fff;
}

.cln-msg {
  color: #fff;
  font-family: "Gilroy-Bold";
  font-size: 20px;
}

.crs-ptr {
  cursor: pointer;
}

.signin-form {
  padding: 50px 30px 30px 20px;
  padding-right: 100px;
  padding-left: 100px;
}

.mb-130 {
  margin-bottom: 130px !important;
}

.signin-image {
  background: #142f4c;
  padding: 60px 20px;
  border-radius: 0px 20px 20px 0px;
  height: 100vh;
  /* margin-left: 110px;
    margin-right: 20px;
    margin-top: 10px; */
}
.sg-img {
  height: auto;
}

/* .sg-img {
  height: auto;
} */

.check-circle i {
  color: #3ac47d;
}

.apk_store {
  width: 200px;
  height: 60px;
}

.tog-pos {
  position: absolute;
  top: 10px;
  right: 5px;
  color: gray;
  font-size: 16px;
}

@media screen and (max-width: 1200px) {
  /* .f-container {
    width: calc(100% - 30px);
    max-width: 100%;
  } */
}

@media screen and (min-width: 1024px) {
  /* .f-container {
    max-width: 1200px;
  } */
}

@media screen and (max-width: 768px) {
  .signup-content,
  .signin-content {
      flex-direction: column;
      -moz-flex-direction: column;
      -webkit-flex-direction: column;
      -o-flex-direction: column;
      -ms-flex-direction: column;
      justify-content: center;
      -moz-justify-content: center;
      -webkit-justify-content: center;
      -o-justify-content: center;
      -ms-justify-content: center;
  }

  .signup-form {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding: 0 30px;
  }

  .signin-image {
    margin-left: 0;
    margin-right: 0;
    border-radius: 18px 18px 0 0;
    order: 2;
    -moz-order: 2;
    -webkit-order: 2;
    -o-order: 2;
    -ms-order: 2;
    height: auto;
  }

  .signup-form,
  .signup-image,
  .signin-form,
  .signin-image {
    width: auto;
  }

  .main .form-button {
    text-align: center;
  }

  .signin-form {
    order: 1;
    -moz-order: 1;
    -webkit-order: 1;
    -o-order: 1;
    -ms-order: 1;
    margin-right: 0;
    margin-left: 0;
    padding: 25px 30px;
  }

  .form-title {
    text-align: center;
    font-size: 20px;
  }

  .fnf-tle {
    font-size: 13px;
    text-align: center;
  }
}

@media screen and (max-width: 400px) {
  .social-login {
    flex-direction: column;
  }
}

/* End Login design */

.level-count {
  height: 65px;
  width: 65px;
  /* position: absolute; */
  /* left: 0; */
  /* top: 0; */
  /* z-index: 5; */
  background: #0094ff;
  border-radius: 8px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #fff;
  padding-left: 15px;
  font-size: 24px;
  font-family: "Gilroy-SemiBold";
}

.level-card {
  position: relative;
  /* z-index: 1000; */
  box-sizing: border-box;
  display: flex;
  align-items: center;
  width: 100%;
  height: 65px;
  background: #fff;
  z-index: 9;
  margin-left: -10px;
  padding: 10px;
  border-radius: 8px;
  border: 1px solid #ced4da;
  box-shadow: 0px 10px 15px -15px #ced4da;
}

.user-nmgp {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: center;
  min-width: 0;
  padding: 5px;
  /* width: 25%; */
}

.w-20 {
  width: 20%;
}

.level-wrap {
  margin-bottom: 20px;
}

.level-usrimg img {
  width: 100%;
  border-radius: 30px;
}

.level-usrimg {
  height: 50px;
  width: 40px;
}

.user-level {
  color: #0094ff !important;
}

.user-level::after {
  content: "\e649";
  font-family: "themify";
  font-size: 12px;
}

.rotate-icon::after {
  content: "\e64b";
  font-family: "themify";
  font-size: 12px;
  transition: all linear 0.2s;
}

.rotate-icon.active::after {
  transform: rotate(180deg);
}

/* daterangepicker design */
.daterangepicker {
  font-family: "Gilroy-SemiBold";
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
  background-color: #43435a !important;
}

.daterangepicker:before,
.daterangepicker:after {
  border: 0;
}

.daterange-rpt {
  background: #fff;
  cursor: pointer;
  padding: 7px 10px;
  border-radius: 5px;
  border: 1px solid #ced4da;
  margin-right: 15px;
  font-size: 12px;
  font-family: "Gilroy-SemiBold";
}

.daterangepicker .ranges {
  padding: 10px;
  margin: 5px 5px 5px 10px;
}

.daterangepicker .ranges ul {
  width: 210px;
}

.daterangepicker .ranges ul li {
  border-radius: 3px;
  background: transparent;
  padding: 8px 12px;
  margin-bottom: 10px;
  font-weight: 400;
  border-color: transparent;
}

.daterangepicker .ranges li {
  border: 1px solid #ebedf2;
  color: #7b7e8a;
}

.daterangepicker thead th.prev,
.daterangepicker thead th.next {
  /* font-size: 1.3rem; */
  padding: 4px;
}

.daterangepicker tbody td.available {
  color: #575962;
}

.daterangepicker thead th {
  font-weight: 500;
}

.daterangepicker th {
  width: 35px;
  height: 35px;
  border-radius: 3px;
  border: 0;
  vertical-align: middle;
  line-height: 0;
}

.daterangepicker tbody td.available {
  color: #575962;
}

.daterangepicker tbody td.off {
  color: #7b7e8a;
}

.daterangepicker .calendar-time {
  margin: 15px 0 5px 0;
}

.daterangepicker .btn.btn-default,
.daterangepicker .btn.btn-secondary {
  background: white;
  border-color: #ebedf2;
}

.daterangepicker .btn-primary,
.btn-primary:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #142f4c;
  border-color: #142f4c;
}

.daterangepicker .ranges li.active {
  background-color: #142f4c !important;
  color: #fff;
}

.daterangepicker .ranges li.active {
  background: #142f4c;
  color: #ffffff;
  border: 1px solid #142f4c;
}

.daterangepicker .ranges li:hover {
  background-color: #eee;
}

.daterangepicker tbody td.in-range,
.daterangepicker tbody td.active {
  background: #142f4c;
  color: #ffffff;
}

.daterangepicker tbody td.available {
  color: #575962;
}

.daterangepicker tbody td.today.in-range {
  border-radius: 0;
}

/* .daterangepicker tbody td.today.in-range, .daterangepicker tbody td.today {
    border-radius: 3px;
    position: relative;
} */
.daterangepicker tbody td.in-range,
.daterangepicker tbody td.active {
  background: #142f4c;
  color: #ffffff;
}

.daterangepicker tbody td.today {
  background: #43435a;
  color: #ffffff;
}
.daterangepicker .calendar-table th,
.daterangepicker .calendar-table td,
.daterangepicker .drp-buttons .btn,
.daterangepicker .ranges ul li,
.daterangepicker .drp-selected {
  font-size: 12px;
}

/* end daterangepicker */

/* start datatable  */
/* .dataTables_paginate {
  margin-top: 30px;
} */

.dataTables_wrapper .dataTables_paginate .paginate_button {
  border: 0 !important;
}

.dataTables_paginate a {
  width: 32px;
  height: 32px;
  background: #e5e5e5 !important;
  border-radius: 3px !important;
  text-align: center !important;
  line-height: 32px;
  padding: 0 !important;
  margin: 0 !important;
  margin: 0 5px !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #fff !important;
  border: 1px solid #43435a;
  background-color: #43435a !important;
  box-shadow: 0px 5px 10px rgb(136 79 251 / 4%) !important;
}

.dataTables_paginate a.current {
  background: #43435a !important;
  box-shadow: 0px 5px 10px rgb(59 118 239 / 30%) !important;
  border: 0 !important;
  color: #fff !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  cursor: default;
  /* color: #fff !important; */
  color: transparent !important;
  background: #8d8d9c !important;
  border: 0;
}

.dataTables_wrapper .dataTables_paginate a:hover {
  background: #43435a !important;
  -webkit-box-shadow: 0px 0px 3px 1px rgba(67, 67, 90, 0.4);
  -moz-box-shadow: 0px 0px 3px 1px rgba(67, 67, 90, 0.4);
  box-shadow: 0px 0px 3px 1px rgba(67, 67, 90, 0.4);
  border: 0 !important;
  color: #fff !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.previous {
  width: 30px;
  position: relative;
  color: transparent !important;
  background: #ababab !important;
}

div.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
div.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
div.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  color: transparent !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.previous:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.next:hover {
  background: #8d8d9c !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.previous::after {
  content: "\e64a";
  font-family: "themify";
  position: absolute;
  left: 7px;
  color: #fff;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.next {
  width: 30px;
  position: relative;
  color: transparent !important;
  background: #ababab !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.next::after {
  content: "\e649";
  font-family: "themify";
  position: absolute;
  left: 7px;
  color: #fff;
}

div.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.paginate_button.current:hover {
  color: #fff !important;
}

/* table.table {
  display: block;
  overflow-x: auto;
  white-space: nowrap;
} */
/* end datatable */

.accordion {
  overflow: hidden;
}

.accordion-section-title {
  width: 100%;
  padding: 5px;
  color: #fff;
  cursor: pointer;
  transition: all linear 0.5s;
  text-decoration: none;
}

.accordion-section-content .level-wrap {
  margin-bottom: 8px;
}

.accordion-section-content .level-card {
  border: 1px solid #0094ff;
}

.accordion-section-content {
  padding: 15px;
  padding-top: 0;
  display: none;
}

/**** Ian code ****/

/* .fa-eye:before {
  content: "\f06e";
  color: #AEAEAC;
} */

.frm_icons {
  width: 25px;
  margin: 0px 5px;
}

.submit-inven {
  margin-right: 0px;
}

.inv-header {
  border-bottom: 1px solid #d8d8d8;
}

.ret-newrequest {
  margin-right: 25px;
}

.btn-success {
  color: #fff;
  background-color: #142f4c;
  border-color: #142f4c;
}

.btn-success:hover {
  background-color: #ff7b0c;
  border-color: #ff7b0c;
}

/* Start Footer */

#footmobilelinks {
  display: none;
}

#footweblinks {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
}

.fileselect {
  display: flex;
  align-items: center;
  color: #142f4c;
}

.csfile {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #142f4c;
}

.signheader {
  padding-top: 10px;
  width: 100%;
  justify-content: space-between;
}

.supportmodal {
  display: block;
  padding: 0px !important;
}

.closesign {
  width: 25px;
  height: 25px;
  background-color: #ececec;
}

.closesign:before,
.closesign:after {
  top: 3px;
  left: 11px;
}

.footer-modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.signmodalbody {
  padding: 1rem 0rem;
}

.signmodal {
  padding: 0px !important;
  flex-direction: column;
}

.newssignhead {
  margin: 0px;
}

.newsemail {
  width: 110px;
}

.cryear,
.weblink {
  color: #717171;
}

.weblink {
  color: #717171 !important;
}

.emailadd {
  border-radius: 10px;
}

.sup-btn,
.news-btn {
  width: max-content;
}

.ft-google-icon {
  width: 75px;
}

.ft-links-img {
  width: 25px;
  margin-right: 8px;
}

.ft-btn-img {
  width: 25px;
}

.sub-news {
  color: #717171;
  font-family: "Gilroy-Medium";
}

.suppop {
  width: 55%;
  top: 40px;
  left: 200px;
  border-radius: 20px;
}

.newpop {
  width: 55%;
  top: 150px;
  left: 200px;
  border-radius: 20px;
}

.news-sign {
  background: none;
  border: none;
  background-color: #142f4c;
  width: 100%;
  color: white;
  border-radius: 10px;
  padding: 8px 15px;
  font-family: "Gilroy-Medium";
}

.link1,
.link2,
.link3 {
  border-right: 1px solid #717171;
}

.copyright,
.ft-links {
  color: #0094ff;
}

.ft-links:hover {
  color: #43435a;
}

.sup-btn {
  /* background-color: #142F4C; */
  /* color: white; */
  background: none;
  border: 1px solid #717171;
  border-radius: 25px;
  padding: 2px 31px;
  font-family: "Gilroy-Medium";
}

.news-btn {
  background: none;
  border: none;
  /* background-color: #142F4C; */
  /* color: white; */
  border: 1px solid #717171;
  border-radius: 25px;
  padding: 2px 22px;
  font-family: "Gilroy-Medium";
}

.news-btn:focus,
.sup-btn:focus,
.news-sign:focus {
  outline: none;
}

.goog-te-gadget .goog-te-combo {
  /* background-color: #142F4C; */
  /* color: white; */
  border-radius: 25px;
  padding: 2px 0px;
  font-family: "Gilroy-Medium";
  font-size: 12px;
  text-align: center;
}

.goog-te-gadget {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: center;
}

.goog-te-gadget .goog-te-combo:focus {
  outline: none;
}

.goog-logo-link {
  display: none !important;
}

.goog-te-gadget {
  color: transparent !important;
}

.footer_part {
  /* text-align: center; */
  padding-bottom: 0px;
  padding-top: 8px;
  padding-bottom: 15px;
}

.footer_part .footer_iner.text-center {
  background: #ffffff;
  padding: 20px 15px;
  /* margin: 0 15px; */
  border-radius: 15px;
  background: #ffffff;
  /* display: flex; */
  justify-content: space-between;
  align-items: center;
  font-family: "Gilroy-SemiBold";
  flex-direction: column;
}

/* .footer_part.full_footer {
  padding-left: 136px;
} */

/* End Footer */

/* Start Search */
.search-form-control {
  display: block;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

tfoot .form-control {
  font-family: "Gilroy-Bold";
}

.srch {
  border-right: 1px solid #ddd;
}

/* End Search */

/* Start Disabling tabs */
.anchbtn {
  pointer-events: none;
}

/* End Disabling tabs */

.header-group {
  display: flex;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  padding-bottom: 30px;
}

/* .overly_inner .blue-btn {
  background-color: #396389;
  box-shadow: 0px 12px 25px 0px #39638980;
} */

#ck {
  padding-left: 50px;
}

.item-check {
  display: flex;
  justify-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: flex-start;
  align-content: center;
  width: 50%;
}

#toggle {
  display: flex;
  align-items: center;
}

#sh-label {
  margin: 0px;
}

#number {
  text-align: center;
  background-color: #142f4c;
  color: white;
}

.pos1 {
  display: grid;
  justify-content: center;
}

.img-icon {
  display: flex;
  justify-content: center;
}

.ck-grp-hd {
  border-spacing: 0px 8px;
  border-collapse: separate;
}

.remove {
  border-spacing: 0px !important;
}

.tableBody {
  padding: 5px;
}

.add-item {
  width: 20px;
  /* margin: 0 10px 0px 0px; */
}
.rmv_btn {
  background: #ff0000 !important;
}
.rmv_btn img {
  filter: brightness(0) invert(1);
}
.cms-rmv .workper_btn, .level-table .rmv_btn{
  width: auto !important;
}

.delete {
  display: flex;
  justify-content: center;
}

.answer-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #142f4c;
  color: white;
  padding: 8px 10px;
  border-radius: 8px;
}

.fly-heading {
  margin-bottom: 0px;
  font-family: "Gilroy-Bold";
}

.answers {
  color: white;
  border: 1px solid #717171;
}

.answers:hover {
  color: #fff;
}

.card-shd {
  padding: 10px;
  border-radius: 10px;
  box-shadow: 0px 0px 10px 2px rgb(170 170 170 / 30%);
}
.Fsut-charts .card-shd{
  padding: 0;
}
.card-header-title {
  color: #142f4c;
  font-size: 18px;
  font-family: "Gilroy-Bold";
}

.answer-body {
  padding: 10px 0px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly;
}

.flag {
  background-color: #ececec;
  border: none;
  padding: 0px;
  border-radius: 5px;
  outline: none;
  margin: 0 1px 0 5px;
}

.flag:hover,
.flag:focus {
  outline: none;
}

/* .radio {
  padding-left: 3px;
}  */

.ans-value {
  width: 59%;
}

.delete-answer {
  background-color: white;
  border: none;
  color: #ff7b0c;
  font-size: 26px;
  outline: none;
}

.delete-answer:hover,
.delete-answer:focus {
  outline: none;
}

.tick::before,
.tick::before {
  background-color: white;
  border: 1px solid #43435a;
  border-radius: 3px;
  content: "";
  position: relative;
  top: 2px;
  left: 0;
  height: 16px;
  width: 16px;
}

.tick input[type="checkbox"]:checked + .tick::before,
input[type="checkbox"]:checked + .tick::before {
  background-color: #43435a;
}

.tick,
.tick::before,
.tick::before {
  /* background-color: white; */
  border-radius: 3px;
  content: "";
  display: inline-block;
  position: relative;
  top: 2px;
  left: 0;
  height: 17px;
  width: 17px;
}

.tick input[type="checkbox"]:checked + .tick::after,
input[type="checkbox"]:checked + .tick::after {
  border-bottom: 2px solid white;
  border-right: 2px solid white;
  content: "";
  display: block;
  position: relative;
  top: -20px;
  left: 5px;
  height: 11px;
  width: 6px;
  transform: rotate(40deg);
}

.tick-label {
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  flex-direction: row;
}

.chk {
  display: none;
}

.delete-img {
  cursor: pointer;
}

.radio-answer {
  margin-bottom: 0px;
  margin-left: 5px;
}

.radio {
  --border-radius: 50%;
  padding: 6px 10px;
  display: flex;
}

.radio input[type="radio"] {
  display: none;
}

.radio label {
  position: relative;
  display: inline-block;
  width: 22px;
  height: 22px;
  border: 2px solid #717171;
  border-radius: var(--border-radius);
  box-sizing: border-box;
}

.radio label::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 10px;
  height: 10px;
  border-radius: var(--border-radius);
  background-color: transparent;
  transform: translate(-50%, -50%);
  transition: background-color 0.25s;
}

.radio :checked ~ label::before {
  background-color: #ff7b0c;
}

.radio :checked ~ label::after {
  outline: none;
  content: "";
  border: 2px solid #ff7b0c;
  position: absolute;
  left: 50.1%;
  top: 50.1%;
  width: 22px;
  height: 22px;
  border-radius: var(--border-radius);
  background-color: transparent;
  transform: translate(-50%, -50%);
  transition: background-color 0.25s;
}

.radio :not(checked) ~ label::after .radio-answer::after {
  width: 0px;
  height: 0px;
  border: 0px;
}

.radio span {
  color: #717171;
  vertical-align: top;
  transition: color 0.25s;
}

.custom-file-upload {
  display: inline-block;
  padding: 6px 12px;
  cursor: pointer;
  background-color: #ececec;
  border-radius: 5px;
  color: #aeaeac;
  margin: 0px 10px;
}

.fileupload {
  display: none;
}

.nw-grp {
  padding-right: 5px;
}

.adds {
  display: flex;
  align-items: center;
}

.bin {
  width: 20px;
}

.new-work {
  background-color: #396389 !important;
  box-shadow: 0px 12px 25px 0px #39638980 !important;
  color: white !important;
  border-color: #396389 !important;
}

.chkbox {
  display: flex;
  align-items: center;
  justify-content: center;
}

.tick::before,
.tick::before {
  background-color: white;
  border: 1px solid #43435a;
  border-radius: 3px;
  content: "";
  position: relative;
  top: 2px;
  left: 0;
  height: 16px;
  width: 16px;
}

.tick input[type="checkbox"]:checked + .tick::before,
input[type="checkbox"]:checked + .tick::before {
  background-color: #43435a;
}

.tick,
.tick::before,
.tick::before {
  /* background-color: white; */
  border-radius: 3px;
  content: "";
  display: inline-block;
  position: relative;
  top: 2px;
  left: 0;
  height: 17px;
  width: 17px;
}

.tick input[type="checkbox"]:checked + .tick::after,
input[type="checkbox"]:checked + .tick::after {
  border-bottom: 2px solid white;
  border-right: 2px solid white;
  content: "";
  display: block;
  position: relative;
  top: -20px;
  left: 5px;
  height: 10px;
  width: 6px;
  transform: rotate(40deg);
}

.chk {
  display: none !important;
}

.switches {
  margin-right: 40px;
}

.addsection-btn {
  background-color: #396389 !important;
  box-shadow: 0px 12px 25px 0px #39638980 !important;
}

.grp-tb {
  font-family: "Gilroy-SemiBold", sans-serif;
}

/* .textarea-tc {
  height: 56px !important;
  padding: 0px 10px !important;
} */

.binrmv {
  width: 130px;
  border-radius: 5px;
  line-height: 1;
  padding: 10px;
  margin-bottom: 15px;
  margin: 0 10px;
  white-space: nowrap;
  border-color: #ececec;
  background-color: #ececec;
  color: #79869f;
  cursor: pointer;
  align-self: flex-start;
}

.binremove {
  display: none;
}

.termsbtn {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 30px;
}

.workper_btn {
  width: 150px !important;
  padding: 0px !important;
}

.wkper_newsec {
  margin-right: 10px;
}

.workterms_text {
  margin-right: 25px;
}

.wkselect {
  margin-right: 10px;
}

.aprvtable {
  text-align: center;
}

.tnc {
  flex-wrap: nowrap;
  align-items: center;
}

.bin {
  width: 20px;
}

.work-emp-img {
  width: 20px;
  margin-right: 10px;
}

.addsection-header {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 20px;
}

.grp-tb {
  font-family: "Gilroy-SemiBold", sans-serif;
}

.aprvtable {
  text-align: center;
}

.approval {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

.tandc {
  font-family: "Gilroy-Medium", sans-serif;
  color: #79869f;
}

/* .tandc::placeholder {
  color: #AEAEAC;
  padding: 15px 0px;
} */

.work-tabs {
  width: 25px;
}

.remv_btn {
  width: 50px !important;
  padding: 0px !important;
}

.gate_head {
  font-size: 15px !important;
  padding: 8px 23px !important;
}

/* .gate_head_img {
  margin: 0px -4px !important;
} */

.gateclose {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 500px;
}

.gatecls {
  width: 300px;
  margin-bottom: 0px;
}

.gateaprv {
  margin-bottom: 0px;
  padding-right: 10px;
}

.assgineegate {
  width: 20px;
}

.asgnimg {
  border-radius: 5px 0px 0px 5px !important;
  border-right: 0px;
  background-color: white;
}

.assgnuser {
  border-radius: 0px 5px 5px 0px !important;
  border-left: 0px;
  font-family: "Gilroy-SemiBold", sans-serif;
}

.gatecomp {
  color: red;
}

.grpinfo {
  width: 20px;
}

.del {
  text-decoration: none;
  color: blue;
  border: none;
  background: none;
  outline: none;
}

/* .button-group-pills .btn.active,
.btn-mdpr {
  width: max-content;
} */

.assigned {
  padding-bottom: 25px;
}

.date-range {
  margin-right: 15px;
}

.startdate {
  margin-right: 10px;
}

.overly_inner .adds {
  background-color: #396389;
  box-shadow: 0px 9px 20px -6px #39638980;
}

.locadd {
  background-color: #396389;
  box-shadow: 0px 12px 25px 0px #39638980;
  border-color: #396389;
}

/* .bin-tc {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
} */

/* Start Checklist Report detail */
.ref {
  text-align: center;
}

.flagck {
  margin-left: 5px;
}

.exppdf {
  margin: 0px 8px 0px 5px;
  width: 25px;
}

/* .subpop {
  margin-right: 30px;
} */

.subpopup {
  box-shadow: 0px 9px 20px -6px #30d67c;
}

.aboutrow {
  display: flex;
}

.aboutcol {
  padding: 1.5em 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100% !important;
}

/* End Checklist Report detail */

/* Start Gatepass and Workpermit terms and conditions */
#terms {
  display: none;
}

/* End Gatepass and Workpermit terms and conditions */

/* Start Asset management */

.amcfile {
  margin: 0px;
}

/* End Asset management*/

/* Start Checklist detail */
#addTable {
  display: none;
}

#anstable {
  display: none;
}

/* End Checklist detail */

/* Start Checklist Report */
.filters {
  margin: 15px 0px 15px 0px;
}

.filt {
  padding: 0px 10px 0px 10px;
}

.chk-filter {
  padding-right: 40px;
  padding-left: 4px;
}

/* End Checklist Report*/

/* Start Work Permit Request*/
.permit {
  margin-bottom: 1rem;
}

.usx {
  text-align: center;
}

.sub-heading {
  font-family: "Gilroy-Bold";
  color: #79869f;
  border-bottom: 1px solid #d8d8d8;
  height: 48px;
}

.titlegp {
  background-color: #efefef;
  border-bottom: 2px solid #ff7b0c;
  width: max-content;
  border-radius: 10px 10px 0 0;
  line-height: 30px;
}

.gpfile {
  width: max-content;
}

.hand-click {
  background-color: #79869f;
  color: white;
  padding: 8px;
  border-radius: 5px;
  width: max-content;
}

.clk-here-docs {
  color: white;
}

.clk-here-docs:hover {
  color: white;
  text-decoration: none;
}

/* End Work Permit Request*/

/* Start Work Permit Confi*/
.sec-head {
  display: flex;
  border: 1px solid #ced4da;
  border-radius: 5px;
}

.head-input {
  border: none;
}

.head-input:focus {
  outline: none;
}

.edit-heading {
  width: 25px;
  margin: 0px 8px;
}

#addTablesec {
  display: none;
}

/* End Work Permit confi*/

/* Start Gate Pass Confi*/
#addTablenewlevel {
  display: none;
}

/* End Gate Pass confi*/

/**** Ian code ****/

/* start Popup Scrollbar */
.scrlpop::-webkit-scrollbar {
  width: 10px;
  border-radius: 0px 15px 15px 0px;
  background-color: #efefef;
}

.scrlpop::-webkit-scrollbar-track {
  border-radius: 10px;
  /* box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); */
}

.scrlpop::-webkit-scrollbar-thumb {
  border-radius: 0px 10px 10px 0px;
  background-color: #142f4c;
}

/* End Popup Scrollbar */

/* start datetimepicker */
.datetimepicker {
  width: 265px;
  width: 265px;
  padding: 10px;
  left: auto;
  font-family: "Gilroy-Medium", sans-serif;
}

.datetimepicker table {
  width: 100%;
}

.datetimepicker thead th.prev,
.datetimepicker thead th.switch,
.datetimepicker thead th.next {
  font-weight: 500;
}

.datetimepicker td,
.datetimepicker th {
  width: 35px;
  height: 35px;
  border-radius: 3px;
}

.datetimepicker thead th.dow {
  font-weight: 500;
}

.datetimepicker tbody tr > td.day.old {
  color: #7b7e8a;
}

.datetimepicker tbody tr > td.day {
  color: #575962;
}

.datetimepicker tbody tr > td.day.today {
  background: #717184;
  color: #ffffff;
  position: relative;
}

.datetimepicker tbody tr > td.day.today:hover {
  background: #142f4c;
}

.datetimepicker tbody tr > td.day.active {
  background: #43435a;
  color: #ffffff;
  position: relative;
}

.datetimepicker tbody tr > td.day.active:hover {
  background: #43435a;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

.datetimepicker thead th.prev > span:before {
  font-family: "themify";
  content: "\e64a";
}

.datetimepicker thead th.next > span:before {
  font-family: "themify";
  content: "\e649";
}

.datetimepicker tbody tr > td span.hour.active:hover,
.datetimepicker tbody tr > td span.hour.active,
.datetimepicker tbody tr > td span.minute.active:hover,
.datetimepicker tbody tr > td span.minute.active,
.datetimepicker tbody tr > td span.month.active:hover,
.datetimepicker tbody tr > td span.month.active {
  background: #43435a;
  color: #ffffff;
}

.datetimepicker table tr td span.active:active,
.datetimepicker table tr td span.active:hover:active,
.datetimepicker table tr td span.active.disabled:active,
.datetimepicker table tr td span.active.disabled:hover:active,
.datetimepicker table tr td span.active.active,
.datetimepicker table tr td span.active:hover.active,
.datetimepicker table tr td span.active.disabled.active,
.datetimepicker table tr td span.active.disabled:hover.active {
  background: #43435a;
}

.datetimepicker tbody tr > td span.hour.focused,
.datetimepicker tbody tr > td span.hour:hover,
.datetimepicker tbody tr > td span.minute.focused,
.datetimepicker tbody tr > td span.minute:hover,
.datetimepicker tbody tr > td span.month.focused,
.datetimepicker tbody tr > td span.month:hover {
  background: #ebedf2;
}

.datetimepicker tbody tr > td span.hour,
.datetimepicker tbody tr > td span.minute,
.datetimepicker tbody tr > td span.month {
  color: #575962;
}

/* End Datetimepicker */

.loader {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 99999999;
  background: url("../images/Loader/Loading-128x128.gif") no-repeat center
    center rgba(0, 0, 0, 0.25);
}

.carousel-wrap {
  width: 100%;
  position: relative;
}

.rpt_prev,
.ltst_prev {
  left: -20px;
}

.rpt_next,
.ltst_next {
  right: -20px;
}

.rpt_prev i,
.ltst_prev i,
.rpt_next i,
.ltst_next i,
.rpt_prev i:hover,
.ltst_prev i:hover,
.rpt_next i:hover,
.ltst_next i:hover,
.tktbx_prev i,
.tktbx_next i,
.tktbx_prev i:hover,
.tktbx_next i:hover,
.tkt_prev i,
.tkt_next i,
.tkt_prev i:hover,
.tkt_next i:hover {
  color: #ff7b0c !important;
  font-size: 16px;
}

/* workflow tree structure */
.tree {
  position: relative;
  margin-top: 30px;
}

.tree ul {
  padding-left: 5px;
  list-style: none;
}

.tree ul li {
  position: relative;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.tree ul li:before {
  position: absolute;
  top: 35px;
  left: 0;
  width: 15px;
  height: 1px;
  margin: auto;
  content: "";
  background-color: #0094ff;
}

.tree ul li:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 100%;
  content: "";
  background-color: #0094ff;
}

.tree ul li:last-child:after {
  height: 35px;
}
/* Cocktail world page design */
.cok-setupbg {
  background: #e5e5e5 !important;
  padding: 0 0 !important;
}

.cktl-setup {
  box-shadow: 0px 1px 15px 1px rgb(69 65 78 / 8%);
  background-color: #ffffff;
  margin-bottom: 2rem;
  padding: 10px;
  border-radius: 10px;
}

.cktl-setup .cktl-setup_head {
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0;
  padding: 0 0.5rem;
  height: 4.1rem;
  position: relative;
}

.cktl-setup .cktl-setup_head .cktl-setup_head-caption {
  display: flex;
  align-items: center;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.cktl-setup .cktl-setup_head .cktl-setup_head-caption .cktl-setup_head-title {
  display: flex;
  align-items: center;
}

.cktl-setup
  .cktl-setup_head
  .cktl-setup_head-caption
  .cktl-setup_head-title
  .cktl-setup_head-icon {
  display: flex;
  align-items: center;
  line-height: 0;
  padding: 0 13px 0 0;
}

.cktl-setup .cktl-setup_head .cktl-setup_head-icon {
  color: #b2b1c5;
}

.cktl-setup
  .cktl-setup_head
  .cktl-setup_head-caption
  .cktl-setup_head-title
  .cktl-setup_head-text {
  display: flex;
  align-items: center;
  font-size: 1.2rem;
  font-weight: 500;
  font-family: "Gilroy-SemiBold", sans-serif;
  margin: 0;
  padding: 0;
}

.cktl-setup .cktl-setup_head .cktl-setup_head-text {
  color: #43435a;
}

.cktl-setup .cktl-setup_head .cktl-setup_head-tools {
  display: flex;
  align-items: center;
  -ms-flex-line-pack: end;
  align-content: flex-end;
}

.cktl-click {
  background: #79869f;
  border: 1px solid #79869f;
  color: #fff;
  box-shadow: 0px 9px 20px -6px #79869f;
  font-family: "Gilroy-SemiBold", sans-serif;
}

.cktl-click:hover {
  background: #657187;
  color: #fff;
  border: 1px solid #79869f;
}
.cktl-click:not(:disabled):not(.disabled):active,
.cktl-click:not(:disabled):not(.disabled):active:focus,
.cktl-click:focus {
  background: #657187 !important;
  border: 1px solid #79869f !important;
  box-shadow: 0px 9px 20px -6px #79869f !important;
}
.cktl-btn > span {
  display: table;
}
.cktl-btn > span > span {
  display: table-cell;
  vertical-align: middle;
}

.dropdown-menu span,
.dropdown-menu input[type="file"],
.dropdown-menu a {
  cursor: pointer;
}
.dropdown-menu span:hover a {
  color: #ff7b0c;
}
.dropdown-menu span {
  position: relative;
  overflow: hidden;
}
.dropdown-menu a + input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 160px;
}
.widget-prf img {
  border-radius: 20px;
}

/* start error chart */
.err-body {
  padding: 0px 30px;
}

.err-mssg {
  font-family: 'Gilroy-Bold';
  font-size: 9rem;
  color: #142f4c;
  margin-right: 200px;

}

.err-header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.header-img {
  width: 50%;
}

.err-tagline {
  font-family: 'Gilroy-Bold';
  color: #ff7b0c;
  font-size: 2.6rem;
}

.submssg {
  font-size: 1.5rem;
  font-family: 'Gilroy-Medium';
  color: #142f4c;
}

.helpmssg {
  font-size: 1.5rem;
  font-family: 'Gilroy-Medium';
  color: #142f4c;
  margin-top: 10px;
}

.helpmssgdark {
  font-family: 'Gilroy-Bold';
}

.err-contact {
  margin-top: 5px;
  display: flex;
}

.err-btn {
  background: none;
  border: none;
  background-color: #142F4C;
  width: max-content;
  color: white;
  border-radius: 50px;
  padding: 8px 40px;
  font-family: 'Gilroy-Bold';
  font-size: 1.7rem;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.err-btnimg {
  width: 30px;
  margin-right: 20px;
}



@media only screen and (max-width: 1439px) {
 

  .err-contact {
      justify-content: start;
  }
  .err-mssg {
      margin-right: 0px;
  }
}

@media only screen and (max-width: 1240px) {
  .err-mssg {
      margin-right: 0px;
  }

  .header-img {
      width: 70%;
  }
}

@media only screen and (max-width: 767px) {
  .err-header {
      flex-direction: column-reverse;
  }
  .err-mssg {
      font-size: 7rem;
  }

  .header-img {
      width: 100%;
  }

}

@media only screen and (max-width: 576px) {
  .err-tagline {
      font-size: 2rem;
  }

  .err-btn {
      font-size: 1.5rem;
  }

  .err-btnimg {
      width: 30px;
      margin-right: 20px;
  }

  .submssg {
      font-size: 1.2rem;
  }

  .helpmssg {
      font-size: 1.2rem;
  }
}

@media only screen and (max-width: 425px) {
  .err-btn {
      font-size: 1rem;
  }

  .err-btnimg {
      width: 20px;
      margin-right: 20px;
  }

  .helpmssg br {
      display: none;
  }
}

@media only screen and (max-width: 360px) {
  .err-mssg {
      font-size: 6rem;
  }
}

@media screen and (max-width: 768px) {
  .signin-content {
      flex-direction: column-reverse !important;
  }           
}

@media only screen and (max-width: 767px) {
  .line-size {
      width: 75% !important;
  }
}
/* 
@media screen and (max-width: 1400px) {
  .gtotp {
      position: initial !important;
  }
} */

.enter-email,
.enter-otp {
  margin-bottom: 75px !important;
  width: 100%;
}

.enter-email {
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: flex-end;
}

.select-user {
  margin-bottom: 50px;
}

.confirm-new-pass,
.enter-new-pass {
  margin-bottom: 60px !important;
}

.gtotp {
  background: none;
  border: none;
  width: max-content;
  padding: 6px 10px;
  position: absolute;
  right: 0px;
  top: 6px;
  /* left: 10px; */
  color: white;
  border-radius: 5px;
  background: #142f4c;
}
.otp-pos {
position: absolute;
top: 5px;
right: 0;
font-size: 18px;
}

.gtotp:focus {
  outline: none;
}

.gtotp:hover {
  color: #FF7B0C;
}

/* .in-grp {
  width: 70% !important;
} */

.forum img {
  width: 45%;
}

.fog-form {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.fog-content {
  width: 100%;
  margin-top: 100px;
}

.invalidimg {
  width: 17px;
  margin-right: 10px;
}

.error {
  display: flex;
  align-items: center;
}

.inerror {
  font-family: 'Gilroy-Medium', sans-serif;
  color: red;
  background: #ffcece;
  display: block;
  padding: 0 8px;
  line-height: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}

.org_img {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}

.forum img {
  width: 45%;
}

.fg-pass {
  margin-bottom: 0px !important;
}

.sign-btn {
  margin-bottom: 20px !important;
}

.sgn {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
}

.comp-sign-incontent {
  width: 100%;
  margin-top: 100px;
}

.sign-in-form-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.login-content {
  width: 100%;
  margin-top: 100px;
}

.amcreqfile {
  width: 100%;
  text-align: center;

}

@media only screen and (max-width: 992px) {
  .asset-file {
  width: 100%;
}
}

    /* #tab-wrapper{
    height: 50px;
} */

.carousel-wrap {
  width: 100%;
}

/* .brands_nav {
position: absolute;
top: 90%;
transform: translateY(-90%);
} */
/* .tkt_prev,
.tktbx_prev {
  left: -15px;
}

.tkt_next,
.tktbx_next {
  right: -15px;
} */


/* .Fsut-carousle .item {
-webkit-backface-visibility: hidden;
display: inline-block;
} */

/* .item img {
border-radius: 50%;
} */

/* .owl-nav>div {
margin-top: -26px;
position: absolute;
top: 50%;
color: #cdcbcd;
} */

/* .owl-nav i {
font-size: 52px;
}

.owl-nav .owl-prev {
left: -30px;
color: #000;
}

.owl-nav .owl-next {
right: -30px;
color: #000;
} */



@media only screen and (max-width: 767px) {
  .brands_nav {
      display: none;
  }
}

/* .selected {
  background-color: #ececec !important;
} */

.submit-inven {
  margin-right: 0px;
}

.inv-header {
  border-bottom: 1px solid #D8D8D8;
}

@media only screen and (max-width: 1200px) {
  .inv-header {
      display: flex !important;
      flex-direction: column;
  }

  .qst_modal {
      margin: 0px;
  }
}

/* end error chart */
/* start checklist */
.gen-chk {
  /* box-shadow: 0px 9px 20px -6px #79869f; */
  box-shadow: 0px 4px 15px -6px #79869f;
}

.chk-req-tbimg {
  width: 25px;
}

.tablerep {
  width: 100%;
  padding: 0px 15px;
}

.chk-req-tb-head {
  color: #212529;
}

.csfile {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #142F4C;
}

.fileselect {
  display: flex;
  align-items: center;
  color: #142F4C;
}

.chk-file-req {
  margin: 0px;
}

/* .chk-request-checkbox {

  padding: 0px;
} */

.chq {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #ced4da;
  border-radius: 5px;
  padding: .375rem .75rem;
}

.chk-cust-tb-2 {
  max-width: 100%;
  border: none !important;
  padding: 8px 0px 0px 8px;
}

.table-2 {
  width: 100%;

}

.chk-req-desc {
  box-shadow: none !important;
}

.chk-cust-tb-1 {
  max-width: 100%;
  border: none !important;
  padding: 0px 10px 0px 0px;
}

.table-1 {
  width: 100%;
  margin: 0px 15px 0px 0px;
}

.table-3,
.table-4 {
  width: 100%;
}

.table-3 {
  margin: 0px 15px 0px 0px;
}

.table-4 {
  margin: 0px 0px 0px 15px;
}

.chk-cust-tb-3,
.chk-cust-tb-4 {
  max-width: 100%;
  padding: 8px 0px 0px 0px;
}

.chk-cust-tb-brd {
  border-top: 1px solid #D8D8D8;
}

.chk-desc-pad {
  padding: 0px !important;
}

.desc-chk {
  padding: 12px 0px 0px 0px !important;
}

.rq-chekboxes {
  border-radius: 5px;
  border: 1px solid #D8D8D8;
}

.date-rq {
  padding: 0px 10px !important;
  display: flex;
  align-items: center;
}

.chk-lab-box {
  margin: 0px;
}

.chk-box-pad {
  padding: 7px !important;
}

.chk-dropdown {
  width: 100%;
}

.chk-close {
  right: -7px;
  top: -3px;
}

.clean-title {
  color: #79869F !important;
}

.chk-rmv-tb {
  box-shadow: none !important;
  display: flex;
  justify-content: space-between;
}

.chk-tb {
  box-shadow: none !important;
}

.chk-pad-rmv {
  padding: 5px 0px 0px 0px;
}

.asset-img-icons {
  width: 25px;
    margin-right: 4px;
}

@media only screen and (max-width: 767px) {
  .tablerep {
      flex-direction: column;
  }

  .table-1,
  .table-2,
  .table-3,
  .table-4 {
      margin: 0px;
  }

  .chk-cust-tb-2 {
      padding: 0px;
  }

  .desc-chk {
      padding: 5px !important;
  }

  .mob-labels-chk {
      width: 50%;
  }

  .mob-label-form {
      margin-bottom: 0px !important;
  }

  .gen-chk-rep {
      margin: 15px 0px !important;
  }

  .loc-chk-rep {
      flex-direction: column;
  }
}

@media only screen and (max-width: 1230px) {
  .mob-labels-chk {
      width: 50%;
      flex: none;
  }
}

@media only screen and (max-width: 768px) {
  .dropdown {
      display: block;
  }
}

.accordion-section-title:focus + .fa-chevron-right::before {
  transition: all 0.3s ease;
  transform: rotateZ(90deg);
  display: inline-block;
}

.expt {
  width: 25px;
}

.file-exp {
  width: 25px;
}

.dropdown:hover>.dropdown-menu {
  display: block;
}

.dropdown>.dropdown-toggle:active {
  pointer-events: none;
}

.dropdown-menu {
  min-width: 8rem;
}

.filetype {
  color: #43435A;
}

.filetype:hover {
  color: #FF7B0C;
}

.expt {
  width: 25px;
}

.file-exp {
  width: 25px;
}

.dropdown:hover>.dropdown-menu {
  display: block;
}

.dropdown>.dropdown-toggle:active {
  pointer-events: none;
}

.dropdown-menu {
  min-width: 8rem;
}

.filetype {
  color: #43435A;
}

.filetype:hover {
  color: #FF7B0C;
}
/* end checklist */

.submit-inven {
  margin-right: 0px;
}

.inv-header {
  border-bottom: 1px solid #D8D8D8;
}

.add-cocktail-rows {
  width: 100%;
  justify-content: center;
}

@media only screen and (max-width: 1200px) {
  .inv-header {
      display: flex !important;
      flex-direction: column;
  }

  .qst_modal {
      margin: 0px;
  }

  .add-cocktail-mrgn {
      margin-bottom: 15px;
  }
}

@media only screen and (max-width: 425px) {
  .inv-pop-mob {
      flex-direction: column-reverse;
      justify-content: center;
      align-items: center;
  }

  .inv-pop-sub-close {
      width: 100%;
      justify-content: space-between;
      margin-bottom: 20px;
  }
}

.submit-inven {
  margin-right: 0px;
}

.inv-header {
  border-bottom: 1px solid #D8D8D8;
}

.add-cocktail-rows {
  width: 100%;
  justify-content: center;
}

@media only screen and (max-width: 1200px) {
  .inv-header {
      display: flex !important;
      flex-direction: column;
  }

  .qst_modal {
      margin: 0px;
  }

  .add-cocktail-mrgn {
      margin-bottom: 15px;
  }
}

@media only screen and (max-width: 425px) {
  .inv-pop-mob {
      flex-direction: column-reverse;
      justify-content: center;
      align-items: center;
  }

  .inv-pop-sub-close {
      width: 100%;
      justify-content: space-between;
      margin-bottom: 20px;
  }
}

.opg-stock-tb-head {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 15px;
}

.add-saletrans-rows {
  width: 100%;
  justify-content: center;
}

.submit-inven {
  margin-right: 0px;
}

/* .inv-header {
  border-bottom: 1px solid #D8D8D8;
} */

.saleheader {
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 30px;
}

.drop_modal {
  width: 100%;
}

.titlesales {
  width: 100%;
}

.note-sub {
  margin-top: 1rem;
  flex-wrap: nowrap;
}

.note-sys-msg {
  padding: 0px 30px;
  text-align: justify;
  color: #79869F;
}

.note-imp {
  margin: 20px 40px;
  border: 1px solid #ced4da;
  border-radius: 8px;
}

.samplebtn {
  background: none;
  border: none;
  background-color: #142F4C;
  width: max-content;
  color: white;
  border-radius: 10px;
  padding: 8px 15px;
  font-family: 'Gilroy-Medium';
  margin-bottom: 40px;
}

.sample-files {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  align-content: center;
  margin-top: 30px;
  margin-bottom: 30px;
}

.brandsaleupload {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.cocktailsaleupload {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.trans-file {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 25px 40px;
  border: 2px dashed #142f4c;
}

.control-btns {
  margin-bottom: 15px;
}

@media only screen and (max-width: 1200px) {
  .inv-header {
      display: flex !important;
      flex-direction: column;
  }

  .qst_modal {
      margin: 0px;
  }

  .note-imp {
      margin: 20px 10px !important;
  }

  .note-sub {
      flex-wrap: wrap !important;
  }

  .saleheader {
      flex-direction: column;
  }

  .titlesales {
      text-align: center;
  }

  .sample-files {
      flex-direction: column;
  }

  .trans-file {
      width: 100%;
  }

  .brandsaleupload {
      margin-bottom: 15px;
  }

  #tab-wrapper {
      overflow-x: scroll;
      display: flex;
      white-space: nowrap;
      height: auto;
  }
}

.submit-inven {
  margin-right: 0px;
}

.inv-header {
  border-bottom: 1px solid #D8D8D8;
}

@media only screen and (max-width: 1200px) {
  .inv-header {
      display: flex !important;
      flex-direction: column;
  }

  .qst_modal {
      margin: 0px;
  }
}

@media only screen and (max-width: 425px) {
  .inv-pop-mob {
      flex-direction: column-reverse;
      justify-content: center;
      align-items: center;
  }

  .inv-pop-sub-close {
      width: 100%;
      justify-content: space-between;
      margin-bottom: 20px;
  }
}

.expt {
  width: 25px;
  /* filter: invert(65%) sepia(91%) saturate(999%) hue-rotate(115deg) brightness(75%) contrast(76%); */
}

.dt-imp {
  margin: 0px;
}

.import-excel {

  background: none;
  border: none;
  background-color: #142F4C;
  width: 100%;
  color: white;
  border-radius: 10px;
  padding: 8px 15px;
  font-family: 'Gilroy-Medium';
}

.note-imp {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;

}

.import-modal {
  top: 100px;
}

.custom-file-upload {
  text-align: center;
}

.noscrl {
  overflow-y: hidden;
}

.file-exp {
  width: 25px;
}

.dropdown:hover>.dropdown-menu {
  display: block;
}

.dropdown>.dropdown-toggle:active {
  pointer-events: none;
}

.dropdown-menu {
  min-width: 8rem;
}

.filetype {
  color: #43435A;
}

.filetype:hover {
  color: #FF7B0C;
}

.infomation-import {
  border: 1px solid #ced4da;
  padding: 10px 20px;
  border-radius: 8px;
  color: #AEAEAC;
}

.import-flyout {
  width: 100%;
  color: #fff;
  background-color: #396389;
  border-radius: 10px;
  padding: 5px 15px;
  font-family: 'Gilroy-Medium';
  margin: 10px 0px;
}

.import-flyout:hover {
  color: #FF7B0C;
}

.ckc-recipes {
  position: initial !important;
}

.exp-imp-files {
  display: flex;
  align-items: center;
}

.btn-back-add {
  display: flex;
  align-items: center;
}

.back-wrap {
  margin-right: 15px;
}

.sav-wrap {
  margin-right: 15px;
}

.cocktail-dropdown {
  margin-right: 15px;
}

@media only screen and (max-width: 878px) {
  .exp-imp-files {
      flex-direction: column;
  }

  .btn-back-add {
      flex-direction: column;
      margin-right: 20px;
  }

  .back-wrap {
      margin-bottom: 10px;
      margin-right: 0px;
      width: 100%;
  }

  .bck-cocktail {
      width: 100%;
  }

  .sav-wrap {
      margin-right: 0px;
  }

  .dropdown {
      margin-bottom: 10px;
  }

  .cocktail-imp {
      width: 100%;
  }

  .cocktail-dropdown {
      display: flex!important;
  }
}

.cat-ad {
  justify-content: center;
}

@media only screen and (max-width: 1200px) {
  .cat-ad {
      width: 100%;
      justify-content: flex-end;
      margin-top: 15px;
      margin-bottom: 30px;
      margin-right: 15px;
  }

  .peg-tb {
      width: auto;
  }
}

@media only screen and (max-width: 425px) {
  .inv-pop-mob {
      flex-direction: column-reverse;
      justify-content: center;
      align-items: center;
  }

  .inv-pop-sub-close {
      width: 100%;
      justify-content: space-between;
      margin-bottom: 20px;
  }
}

.expt {
  width: 25px;
  /* filter: invert(65%) sepia(91%) saturate(999%) hue-rotate(115deg) brightness(75%) contrast(76%); */
}

.dt-imp {
  margin: 0px;
}

.import-excel {

  background: none;
  border: none;
  background-color: #142F4C;
  width: 100%;
  color: white;
  border-radius: 10px;
  padding: 8px 15px;
  font-family: 'Gilroy-Medium';
}

.note-imp {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;

}

.import-modal {
  top: 100px;
}

.custom-file-upload {
  text-align: center;
}

.noscrl {
  overflow-y: hidden;
}

.file-exp {
  width: 25px;
}

.dropdown:hover>.dropdown-menu {
  display: block;
}

.dropdown>.dropdown-toggle:active {
  pointer-events: none;
}

.dropdown-menu {
  min-width: 8rem;
}

.filetype {
  color: #43435A;
}

.filetype:hover {
  color: #FF7B0C;
}

.infomation-import {
  border: 1px solid #ced4da;
  padding: 10px 20px;
  border-radius: 8px;
  color: #AEAEAC;
}

.import-flyout {
  width: 100%;
  color: #fff;
  background-color: #396389;
  border-radius: 10px;
  padding: 5px 15px;
  font-family: 'Gilroy-Medium';
  margin: 10px 0px;
}

.import-flyout:hover {
  color: #FF7B0C;
}

.ckc-recipes {
  position: initial !important;
}

.exp-imp-files {
  display: flex;
  align-items: center;
}

.btn-back-add {
  display: flex;
  align-items: center;
}

.back-wrap {
  margin-right: 15px;
}

.sav-wrap {
  margin-right: 15px;
}

.cocktail-dropdown {
  margin-right: 15px;
}

@media only screen and (max-width: 878px) {
  .exp-imp-files {
      flex-direction: column;
  }

  .btn-back-add {
      flex-direction: column;
      margin-right: 20px;
  }

  .back-wrap {
      margin-bottom: 10px;
      margin-right: 0px;
      width: 100%;
  }

  .bck-cocktail {
      width: 100%;
  }

  .sav-wrap {
      margin-right: 0px;
  }

  .dropdown {
      margin-bottom: 10px;
  }

  .cocktail-imp {
      width: 100%;
  }

  .cocktail-dropdown {
      display: flex!important;
  }
}

.inv-header {
  border-bottom: 1px solid #D8D8D8;
}

.saleheader {
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 15px;
}

.drop_modal {
  width: 100%;
}

.titlesales {
  width: 100%;
}

.excisebk {
  width: max-content;
}

.excisebtn-gen {
  background-color: #142f4c;
  border: none;
  border-radius: 25px;
  padding: 5px 10px;
  color: #fff;
}

.excisebtn-gen:hover {
  color: #FF7B0C;
}

.excisebtn-gen:focus {
  outline: none;
}

.gen-report {
  display: flex;
  align-items: center;
  justify-content: center;
}

.report-image {
  width: 100%;
  height: 400px;
  border: 1px dashed;
  overflow: auto;
  position: relative;
}

@media only screen and (max-width: 1200px) {
  .inv-header {
      display: flex !important;
      flex-direction: column;
  }

  .qst_modal {
      margin: 0px;
  }

  .saleheader {
      flex-direction: column;
  }

  .titlesales {
      text-align: center;
  }

  #tab-wrapper {
      overflow-x: scroll;
      display: flex;
      white-space: nowrap;
      height: auto;
  }
}

.submit-inven {
  margin-right: 0px;
}

.inv-header {
  border-bottom: 1px solid #D8D8D8;
}

@media only screen and (max-width: 1200px) {
  .inv-header {
      display: flex !important;
      flex-direction: column;
  }

  .qst_modal {
      margin: 0px;
  }
}

@media only screen and (max-width: 425px) {
  .inv-pop-mob {
      flex-direction: column-reverse;
      justify-content: center;
      align-items: center;
  }

  .inv-pop-sub-close {
      width: 100%;
      justify-content: space-between;
      margin-bottom: 20px;
  }
}

.submit-inven {
  margin-right: 0px;
}

.inv-header {
  border-bottom: 1px solid #D8D8D8;
}

.add-cocktail-rows {
  width: 100%;
  justify-content: center;
}

.content-topic {
  display: flex;
  width: 100%;
  /* margin-bottom: 15px; */
  margin: 0px 0px 15px 0px;
}

.content-desc {
  display: flex;
  width: 100%;
}

.ctitle {
  padding-bottom: 15px;
  /* border-bottom: 1px solid #D8D8D8; */
}

.cmanager {
  display: flex;
  /* align-items: center; */
  /* font-size: 12px; */
  font-family: 'Gilroy-SemiBold';
  color: #79869f;
}

.cmanager2 {
  display: flex;
  /* font-size: 12px; */
  font-family: 'Gilroy-SemiBold';
  color: #79869f;
  margin-top: 30px;
}

.card-shd {
  width: 100%;
}

.cd1 {
  margin-right: 10px;
  background-color: #fff;
  padding: 30px 50px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.cd2 {
  margin-left: 10px;
  background-color: #fff;
  padding: 30px 50px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media only screen and (max-width: 992px) {
  .cmanager {
      flex-direction: column;
  }

  .cmanager2 {
      flex-direction: column;
  }

  .cd1 {
      margin-right: 0px;
      margin-bottom: 30px;
  }

  .cd2 {
      margin-left: 0px;
      margin-bottom: 30px;
  }
}

@media only screen and (max-width: 1200px) {
  .inv-header {
      display: flex !important;
      flex-direction: column;
  }

  .qst_modal {
      margin: 0px;
  }

  .add-cocktail-mrgn {
      margin-bottom: 15px;
  }
}

@media only screen and (max-width: 425px) {
  .inv-pop-mob {
      flex-direction: column-reverse;
      justify-content: center;
      align-items: center;
  }

  .inv-pop-sub-close {
      width: 100%;
      justify-content: space-between;
      margin-bottom: 20px;
  }
}

.submit-inven {
  margin-right: 0px;
}

.inv-header {
  border-bottom: 1px solid #D8D8D8;
}

@media only screen and (max-width: 1200px) {
  .inv-header {
      display: flex !important;
      flex-direction: column;
  }

  .qst_modal {
      margin: 0px;
  }

  .alert-header {
      flex-direction: column;
  }

  .note-imp {
      width: 90%;
      margin-left: 15px;
      margin-right: 15px;
      margin-top: 20px;
  }

  .empty-label {
      display: none;
  }

  .nt-desc {
      margin: 0px !important;
  }

  .desc-note {
      width: 100%;
      margin-left: 0px;
      margin-right: 0px;
  }
}

@media only screen and (max-width: 425px) {
  .inv-pop-mob {
      flex-direction: column-reverse;
      justify-content: center;
      align-items: center;
  }

  .inv-pop-sub-close {
      width: 100%;
      justify-content: space-between;
      margin-bottom: 20px;
  }
}

.note-imp {
  padding: 5px 0px;
  border: 1px solid #ced4da;
  border-radius: 8px;
}

.nt-desc {
  margin: 0px 0px 0px 10px;
}

.note-lab {
  margin-bottom: 0px;
}

.note-sys-msg {
  padding: 0px 20px;
  text-align: justify;
  color: #79869F;
}

.custom-notebtn {
  background-color: white;
  border: none;
  color: #43435a;
}

.custom-notebtn:focus {
  outline: none;
}

.custom-notebtn:hover {
  color: red;
}

.alert-header {
  display: flex;
  align-items: center;
  padding: 20px 10px;
  background: #c60000;
  border-radius: 8px;
  color: white;
  font-family: 'Gilroy-Medium';
  justify-content: space-between;
}

.custom-contact-ret {
  background-color: #142f4c;
  color: white;
  border: none;
  border-radius: 15px;
  padding: 2px 11px;
}

.custom-contact-ret:focus {
  outline: none;
}

.custom-contact-ret:hover {
  background-color: #ffe922;
  color: #FF7B0C;
}

.eyes:before {
  content: "\f06e";
  color: #ffffff;
}

.vendor-file-upload {
  display: inline-block;
  padding: 6px 12px;
  cursor: pointer;
  background-color: #ECECEC;
  border-radius: 5px;
  color: #AEAEAC;
}
/* .visitor-request{
  padding-left: 0;
} */
.mall-visit span{
  color: #FF7B0C;
}
.visit-frm span{
  font-family: 'Gilroy-Bold', sans-serif;
  font-size: 14px;
}

.visit-cmp_logo{
  width: auto;
  max-height: 100px;
  max-width: 100%;
}
.vs-pub_body{
  padding: 0rem 0.5rem;
}
.vst-form_heading{
  text-align: center;
  padding-top: 15px;
  padding-bottom: 5px;
}
.vst-form_heading-title{
  line-height: 2.0;
  background: #142F4C;
  color: #fff;
  font-family: 'Gilroy-SemiBold';
  font-size: 1.2rem;
  border-radius: 5px;
}
.vac-form_heading-title{
  line-height: 2.0;
  background: #FFD5B2;
  font-size: 1.2rem;
  font-family: 'Gilroy-SemiBold';
  border-radius: 5px;
}
.vacc-frm{
padding: 15px;
border: 1px solid #D8D8D8;
border-radius: 5px;
}
.vac-or{
justify-content: center;
display: flex;
align-items: center;
margin-bottom: 5px;
font-family: 'Gilroy-Bold';
font-size: 1.0rem;
}
.max-limit{
  color: red;
}
.click-photo {
background: #43435A;
color: #fff;
border: 1px solid #43435A;
box-shadow: 0px 9px 20px -6px #43435a;
}
.click-photo:hover, .click-photo:active, .click-photo:focus {
color: #fff;
box-shadow: 0px 9px 20px -6px #43435a;
}
.clk-pht{
  display: flex;
  justify-content: flex-end;
}
.clk_imgw {
width: 20px;
height: 20px;
margin: 0px 2px;
padding: 1px;
}
.fdb-dtail {
  padding: 0 !important;
  background: transparent !important;
  min-height: 100vh !important;
}

.fdb-box {
  background: #fff;
  margin-bottom: 1.5rem;
  padding: 20px;
}

.resp-bx {
  border: 1px solid #D8D8D8;
  padding: 15px;
  border-radius: 8px;
}

.status-fd {
 
  padding: 15px 25px;
  border-radius: 8px;
  margin-right: 10px;
  text-align: center;
}
.status-fd-positive{
  background: #30D67C;
}
.status-fd-negative{
  background: #EA2222;
}
.status-fd-neutral{
  background: #FF7B0C;
}

.res_fdv img {
  width: 30px;
}

.rvw-status span {
  color: #fff;
  font-size: 20px;
  font-family: 'Gilroy-SemiBold';
}

.nmb-status {
  color: #43435A;
  font-size: 35px;
  font-family: 'Gilroy-Bold';
}

.nmb-resp {
  font-size: 22px;
  font-family: 'Gilroy-SemiBold';
}
.nmb-resp-positive{
  color: #30D67C;
}
.nmb-resp-negative{
  color: #EA2222;
}
.nmb-resp-neutral{
  color: #FF7B0C;
}

.progres-bar .barfiller{
width: 100%;
height: 8px;
background: #AEAEAC;
position: relative;
margin-top: 30px;
/* margin-bottom: 10px; */
border-radius: 30px;
}
.barfiller .tipWrap {
display: none;
}
.progres-bar .barfiller span {
color: #79869F !important;
font-size: 11px;
}
.barfiller .fill {
display: block;
position: relative;
width: 0px;
height: 100%;
z-index: 1;
border-radius: 30px;
}
.barfiller .tip{
margin-top: -23px;
padding: 2px 4px;
font-size: 11px;
color: #000;
left: 0px;
position: absolute;
z-index: 2;
}
.feed-userprf {
width: 122px;
height: auto;
border: 4px solid #EFEFEF;
padding: 4px;
border-radius: 6px;
}
.feed-userprf img {
width: auto;
height: 110px;
border-radius: 6px;
}

.form__radio-input {
  display: none;
}

.form__label-radio {
  cursor: pointer;
  position: relative;
  padding-left: 1.8rem;
}

.form__radio-button {
  height: 1.5rem;
  width: 1.5rem;
  border: 3px solid #43435a;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  left: 0;
  top: -3px;
}
.form__radio-button::after {
  content: "";
  display: block;
  height: 0.7rem;
  width: 0.7rem;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #142f4c;
  opacity: 0;
  transition: opacity 0.2s;
}

.form__radio-input:checked ~ .form__label-radio .form__radio-button::after {
  opacity: 1;
}
/* Inventory style */
.invent {
  -webkit-box-shadow: 0px 1px 15px 1px rgb(69 65 78 / 8%);
  box-shadow: 0px 1px 15px 1px rgb(69 65 78 / 8%);
  background-color: #ffffff;
  border-radius: 8px;
}
.invent {
  margin-bottom: 2.2rem;
}
/* .invent .invent__head {
  border-bottom: 1px solid #ebedf2;
} */
.invent .invent__head {
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0;
  padding: 0 2.2rem;
  height: 4.1rem;
  position: relative;
}
.invent .invent__head .invent__head-caption {
  display: flex;
  align-items: center;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}
.invent .invent__head .invent__head-caption .invent__head-title {
  display: flex;
  align-items: center;
}

.invent .invent__head .invent__head-caption .invent__head-title .invent__head-text {
  display: flex;
  align-items: center;
  font-size: 1.3rem;
  font-weight: 500;
  font-family: "Gilroy-SemiBold";
  color: #79869F;
  margin: 0;
  padding: 0;
}
.invent .invent__head .invent__head-tools {
  display: flex;
  align-items: center;
  -ms-flex-line-pack: end;
  align-content: flex-end;
}
.invent .invent__head .invent__head-tools .invent__nav {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
  list-style: none;
}
.invent .invent__head .invent__head-tools .invent__nav .invent__nav-item {
  display: flex;
  padding: 8px 5px;
  align-items: center;
}
.invent .invent__head .invent__head-tools .btn {
  margin-top: 5px;
  margin-bottom: 5px;
  background: #43435A;
border-color: #43435A;
color: #ff7b0c;
}
.btn-accent {
  color: #fff;
  background-color: #00c5dc;
  border-color: #00c5dc;
}
.vms-table{
border-spacing: 0 0.5em;
border-collapse: separate;
margin: 0;
}
.vms-table tr{
box-shadow: 0 0 2px #c0adad;
border-radius: 5px !important;
cursor: pointer;
}







