﻿@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

body {
  font-size: 15px;
  background: #eff1f4;
  letter-spacing: 0.05px;
  color: #222222;
  margin: 0;
  padding: 0;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  margin-bottom: 0 !important;
  padding: 0;
}

ul {
  margin-bottom: 0 !important;
}

p, span, a, label, li, option, select {
  text-decoration: none !important;
}

a {
  text-decoration: none;
}

.Container {
  margin: 0 auto;
}

html {
  scroll-behavior: smooth;
}

html {
  scroll-behavior: smooth;
}

body {
  background: #fafafa;
}

a, a:hover, a:focus {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s;
}

.navbar {
  padding: 15px 10px;
  background: #fff;
  border: none;
  border-radius: 0;
  margin-bottom: 40px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-btn {
  box-shadow: none;
  outline: none !important;
  border: none;
}

.Logo h1 {
  font-family: "Ultra", serif;
  font-weight: bold;
  text-transform: capitalize;
  margin: 0;
}

i, span {
  display: inline-block;
}

.Main_Wrapper {
  display: flex;
  align-items: stretch;
}

#sidebar {
  min-width: 250px;
  max-width: 250px;
  background: #ffffff;
  color: #000;
  transition: all 0.3s;
  box-shadow: -11px 3px 30px rgba(0, 0, 0, 0.1), 0px 3px 20px rgba(0, 0, 0, 0.1);
}

#sidebar.active {
  min-width: 80px;
  max-width: 80px;
  text-align: center;
}

#sidebar.active .sidebar-header h3, #sidebar.active .CTAs {
  display: none;
}

#sidebar.active .sidebar-header strong {
  display: block;
}

#sidebar ul li a {
  text-align: left;
}

#sidebar.active ul li a {
  padding: 1rem 0.8rem;
  text-align: center;
  font-size: 1em;
}

#sidebar.active ul li a i {
  margin-right: 0;
  display: block;
  font-size: 1em;
  margin-bottom: 5px;
}

#sidebar .sidebar-header {
  padding: 11px 20px;
  background: #fff;
}

#sidebar ul.components {
  padding: 0.5rem 0;
}

#sidebar ul li a {
  padding: 10px;
  font-size: 1.1em;
  display: block;
}

#sidebar ul li a:hover, #sidebar ul li a:focus, #sidebar ul li a:active {
  color: #7386d5 !important;
  opacity: 0.9;
  background: #fff;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}

#sidebar ul li a i {
  margin-right: 10px;
}

.tab_Active {
  color: #000;
  background-color: #fff;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}

.Main_Content {
  min-height: 100vh;
  transition: all 0.3s ease-in-out;
  width: 100%;
}

.Main_Content header {
  height: 70px;
  padding: 0 1rem;
  align-items: center;
  justify-content: space-between;
  display: flex;
  background: rgba(255, 255, 255, 0.8705882353);
  /*box-shadow: 0px 2px 13px 1px #eeeeee8c;*/
  box-shadow: 0px 2px 13px 1px rgba(243, 112, 54, 0.1294117647);
}

.Main_Content header nav {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  flex-direction: row-reverse;
}

.Main_Content header nav .Logo img {
  max-width: 70%;
  object-fit: fill;
}

.Main_Content header nav .Avatar {
  width: 40px;
  height: 40px;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

aside .list-unstyled li a span {
  font-size: 0.85em;
  text-transform: capitalize;
  word-spacing: 0.4px;
  letter-spacing: 0.2px;
}

.active .menu-text {
  display: none;
  transition: all 0.3s ease-in-out;
}

.Dashboard_Wrapper {
  margin: 1.3rem 0 0;
}

.Dashboard_Wrapper .Dashboard_Content {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 2rem;
}

.Dashboard_Wrapper .Dashboard_Content li {
  padding: 1rem;
  text-align: center;
  height: 150px;
  list-style-type: none;
  background-color: #fff;
  box-shadow: 0 0 5px 4px rgba(238, 238, 238, 0.5803921569);
  border: 5px;
}

.Application_Wrapper {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.1);
  width: calc(100% - 20px);
  margin: 10px 10px;
  padding: 1rem 1rem 2rem;
  background-color: #fff;
  border-radius: 5px;
}

.Application_Wrapper .Title {
  text-align: center;
}

.Application_Wrapper .Title h3 {
  font-size: 16px;
  text-transform: capitalize;
  /*color: #000;*/
  color: #313e5b;
  padding: 0.6rem 0;
}

.Application_Wrapper .Add_Item_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  justify-content: flex-end;
  /*justify-content: space-between;*/
  margin: 1rem 0 1.8rem;
}

.Application_Wrapper .Add_Item_btn .Title {
  padding: 0;
}

.Application_Wrapper .Add_Item_btn .Title h3 {
  margin: 0;
}

.Application_Wrapper .Add_Item_btn button {
  padding: 0.25rem 1.4rem;
  border-radius: 3px;
  transition: all 0.3s ease-in-out;
  color: white;
  font-weight: bold;
  outline: none;
  border: none;
  /*background: #292f2d;*/
  background: #f37036;
}

.Application_Wrapper .Add_Item_btn button:hover {
  transition: all 0.3s ease-in-out;
  opacity: 0.8;
}

.Application_Wrapper .Application_Content table {
  /*border: 1px solid #e5e5e5;*/
  border-radius: 5px;
  margin: 2rem 0;
  border-collapse: inherit;
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.1);
}

.Application_Wrapper .Application_Content table thead th {
  text-align: center;
  font-size: 12px;
  /*font-weight: 600;*/
  text-transform: capitalize;
  /*background: #eaeffd;*/
  border-bottom: none;
  padding: 1.3rem 0.5rem;
  letter-spacing: 0.5px;
}

.Application_Wrapper .Application_Content table tbody {
  text-align: center;
}

.Application_Wrapper .Application_Content table tbody tr {
  transition: all 0.3s ease-in-out;
}

.Application_Wrapper .Application_Content table tbody tr:nth-child(odd) {
  background: rgba(238, 237, 237, 0.2196078431);
  transition: all 0.3s ease-in-out;
}

.Application_Wrapper .Application_Content table tbody tr:hover {
  background: rgba(238, 238, 238, 0.5803921569);
  transition: all 0.3s ease-in-out;
}

.Application_Wrapper .Application_Content table tbody tr td {
  font-size: 12px;
  text-transform: capitalize;
  color: #636468;
}

.Application_Wrapper .Application_Content table tbody .Action_btn {
  display: flex;
  grid-gap: 1rem;
  justify-content: start;
  padding-left: 10px;
}

.Application_Wrapper .Application_Content table tbody .Action_btn span {
  font-size: 1em;
  font-weight: 500;
}

.Application_Wrapper .Application_Content table tbody .Action_btn span i {
  cursor: pointer;
}

.Application_Wrapper .Application_Content table tbody .Action_btn .Edit {
  color: #099ac5;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.Application_Wrapper .Application_Content table tbody .Action_btn .Edit:hover {
  opacity: 0.88;
  transition: all 0.3s ease-in-out;
}

.Application_Wrapper .Application_Content table tbody .Action_btn .Delete {
  color: #cf0505 !important;
  transition: all 0.3s ease-in-out;
}

.Application_Wrapper .Application_Content table tbody .Action_btn .Delete:hover {
  opacity: 0.88;
  transition: all 0.3s ease-in-out;
}

.Application_Wrapper .ApplicationModal .modal-header {
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  background: #F37036;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  box-shadow: 0 0 1px 1px rgba(238, 238, 238, 0.3215686275);
  font-size: 18px;
  font-weight: bold;
  text-transform: capitalize;
  color: #Fff;
}

.Application_Wrapper .ApplicationModal .modal-header h4 {
  font-size: 18px;
  line-height: 1;
}

.Application_Wrapper .ApplicationModal .Modal_Form form .Form_Content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0.5rem 1rem;
}

.Application_Wrapper .ApplicationModal .Modal_Form form .Form_Content .form-group label {
  font-size: 1em;
  letter-spacing: 0.4px;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 0.8rem;
  color: #000;
}

.Application_Wrapper .ApplicationModal .Modal_Form form .Form_Content .form-group select {
  cursor: pointer;
}

.Application_Wrapper .ApplicationModal .Modal_Form form .Form_Content .form-group input, .Application_Wrapper .ApplicationModal .Modal_Form form .Form_Content .form-group select {
  padding: 0.6rem 1rem;
  color: #000;
  border: 1px solid #999;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
  width: 100%;
}

.Application_Wrapper .ApplicationModal .Modal_Form form .Form_Content .form-group input::placeholder, .Application_Wrapper .ApplicationModal .Modal_Form form .Form_Content .form-group select::placeholder {
  color: #777;
  font-size: 11px;
}

.Application_Wrapper .ApplicationModal .Modal_Form form .Form_Content .form-group input:hover, .Application_Wrapper .ApplicationModal .Modal_Form form .Form_Content .form-group input:focus, .Application_Wrapper .ApplicationModal .Modal_Form form .Form_Content .form-group input:active, .Application_Wrapper .ApplicationModal .Modal_Form form .Form_Content .form-group select:hover, .Application_Wrapper .ApplicationModal .Modal_Form form .Form_Content .form-group select:focus, .Application_Wrapper .ApplicationModal .Modal_Form form .Form_Content .form-group select:active {
  border-color: #444;
  transition: all 0.3s ease-in-out;
}

.Application_Wrapper .ApplicationModal .Modal_Form form .btn-group {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  grid-gap: 1rem;
}

.Application_Wrapper .ApplicationModal .Modal_Form form .btn-group button {
  border-radius: 100px;
  width: 100px;
  height: 40px;
}

.Application_Wrapper .ApplicationModal .Modal_Form form .btn-group .Submit {
  border-radius: 100px;
  background: #292f2d;
  color: #fff;
  outline: none;
  border: 1px solid currentColor;
  transition: all 0.3s ease-in-out;
}

.Application_Wrapper .ApplicationModal .Modal_Form form .btn-group .Submit:hover {
  transition: all 0.3s ease-in-out;
  opacity: 0.78;
}

.Application_Wrapper .ApplicationModal .Modal_Form form .btn-group .Close-btn {
  background: #cf0505;
  color: #fff;
  transition: all 0.3s ease-in-out;
}

.Application_Wrapper .ApplicationModal .Modal_Form form .btn-group .Close-btn:hover {
  opacity: 0.78;
  transition: all 0.3s ease-in-out;
}

.Application_Wrapper .Delete_Modal_Wrapper .modal-confirm {
  color: #636363;
  width: 400px;
}

.Application_Wrapper .Delete_Modal_Wrapper .modal-confirm .modal-content {
  padding: 20px;
  border-radius: 5px;
  border: none;
  text-align: center;
  font-size: 14px;
}

.Application_Wrapper .Delete_Modal_Wrapper .modal-confirm .modal-header {
  border-bottom: none;
  position: relative;
}

.Application_Wrapper .Delete_Modal_Wrapper .modal-confirm h4 {
  text-align: center;
  font-size: 26px;
  margin: 30px 0 -10px;
}

.Application_Wrapper .Delete_Modal_Wrapper .modal-confirm .close {
  position: absolute;
  top: -5px;
  right: -2px;
  background: none;
  border: none;
}

.Application_Wrapper .Delete_Modal_Wrapper .modal-confirm .modal-body {
  color: #999;
}

.Application_Wrapper .Delete_Modal_Wrapper .modal-confirm .modal-footer {
  border: none;
  text-align: center;
  border-radius: 5px;
  font-size: 13px;
  padding: 10px 15px 25px;
}

.Application_Wrapper .Delete_Modal_Wrapper .modal-confirm .modal-footer a {
  color: #999;
}

.Application_Wrapper .Delete_Modal_Wrapper .modal-confirm .icon-box-Del {
  width: 80px;
  height: 80px;
  margin: 0 auto;
  border-radius: 50%;
  z-index: 9;
  text-align: center;
  border: 3px solid #f15e5e;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.Application_Wrapper .Delete_Modal_Wrapper .modal-confirm .icon-box-Del i {
  color: #f15e5e;
  font-size: 46px;
  display: inline-block;
}

.Application_Wrapper .Delete_Modal_Wrapper .modal-confirm .btn, .Application_Wrapper .Delete_Modal_Wrapper .modal-confirm .btn:active {
  color: #fff;
  border-radius: 4px;
  background: #60c7c1;
  text-decoration: none;
  transition: all 0.4s;
  line-height: normal;
  min-width: 120px;
  border: none;
  min-height: 40px;
  border-radius: 3px;
  margin: 0 5px;
}

.Application_Wrapper .Delete_Modal_Wrapper .modal-confirm .btn-secondary {
  background: #6c757d;
  transition: all 0.3s ease-in-out;
  font-size: 1em;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  /*border-radius: 100px;*/
}

.Application_Wrapper .Delete_Modal_Wrapper .modal-confirm .btn-secondary:focus, .Application_Wrapper .Delete_Modal_Wrapper .modal-confirm .btn-secondary:hover {
  opacity: 0.78;
  transition: all 0.3s ease-in-out;
}

.Application_Wrapper .Delete_Modal_Wrapper .modal-confirm .btn-danger {
  background: #f15e5e;
  font-size: 1em;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  /*border-radius: 100px;*/
}

.Application_Wrapper .Delete_Modal_Wrapper .modal-confirm .btn-danger:focus, .Application_Wrapper .Delete_Modal_Wrapper .modal-confirm .btn-danger:hover {
  background: #ee3535;
  transition: all 0.3s ease-in-out;
}

.Toggle-Wrapper .toggleSwitch span span {
  display: none;
}

.Toggle-Wrapper .toggleSwitch {
  display: inline-block;
  height: 14px;
  position: relative;
  overflow: visible;
  padding: 0;
  cursor: pointer;
  width: 70px;
}

.Toggle-Wrapper .toggleSwitch * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.Toggle-Wrapper .toggleSwitch label, .Toggle-Wrapper .toggleSwitch > span {
  line-height: 20px;
  height: 26px;
  vertical-align: middle;
}

.Toggle-Wrapper .toggleSwitch input:focus ~ a, .Toggle-Wrapper .toggleSwitch input:focus + label {
  outline: none;
}

.Toggle-Wrapper .toggleSwitch label {
  position: relative;
  z-index: 3;
  display: block;
  width: 100%;
}

.Toggle-Wrapper .toggleSwitch input {
  position: absolute;
  opacity: 0;
  z-index: 5;
}

.Toggle-Wrapper .toggleSwitch > span {
  position: absolute;
  left: -48px;
  width: 100%;
  margin: 0;
  padding-right: 50px;
  text-align: left;
  white-space: nowrap;
}

.Toggle-Wrapper .toggleSwitch > span span {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  display: block;
  width: 50%;
  margin-left: 50px;
  text-align: left;
  font-size: 10px;
  width: 100%;
  left: 15%;
  top: 0px;
  opacity: 0;
}

.Toggle-Wrapper .toggleSwitch a {
  position: absolute;
  right: 50%;
  z-index: 4;
  display: block;
  height: 20px;
  width: 18px;
  padding: 0;
  left: 2px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 1px;
  border-top-right-radius: 1px;
  border-bottom-right-radius: 1px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  top: -1px;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}

.Toggle-Wrapper .toggleSwitch input:checked ~ a {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 1px;
  border-bottom-left-radius: 1px;
}

.Toggle-Wrapper .toggleSwitch > span span:first-of-type {
  color: #fff;
  opacity: 1;
  left: 20px;
}

.Toggle-Wrapper .toggleSwitch > span:before {
  content: "";
  display: block;
  width: 100%;
  height: 22px;
  position: absolute;
  left: 50px;
  top: -2px;
  background-color: #c9302c;
  border: 1px solid #c9302c;
  border-radius: 15px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.Toggle-Wrapper .toggleSwitch input:checked ~ a {
  border-color: #fff;
  left: 70px;
  margin-left: -17px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  height: 20px;
  top: -1px;
}

.Toggle-Wrapper .toggleSwitch input:checked ~ span:before {
  border-color: #5cb85c;
  /*box-shadow: inset 0 0 0 30px #5cb85c;
      transition: all .3s ease-in-out;
          border-radius:15px;*/
  transition: all 0.3s ease-in-out;
  border-radius: 15px;
  background-color: #5cb85c;
  /* border: 2px solid grey;*/
}

.Toggle-Wrapper .toggleSwitch input:checked ~ span:before:hover {
  transition: all 0.3s ease-in-out;
  box-shadow: inset 0 0 0 30px #008d4c;
}

.Toggle-Wrapper .toggleSwitch input:checked ~ span span:first-of-type {
  opacity: 0;
}

.Toggle-Wrapper .toggleSwitch input:checked ~ span span:last-of-type {
  opacity: 1;
  color: #fff;
}

.Toggle-Wrapper .toggleSwitch.large {
  width: 100px;
  height: 27px;
}

.Toggle-Wrapper .toggleSwitch.large a {
  width: 27px;
}

.Toggle-Wrapper .toggleSwitch.large > span {
  height: 29px;
  line-height: 28px;
}

.Toggle-Wrapper .toggleSwitch.large input:checked ~ a {
  left: 41px;
}

.Toggle-Wrapper .toggleSwitch.large > span span {
  font-size: 1.1em;
}

.Toggle-Wrapper .toggleSwitch.large > span span:first-of-type {
  left: 50%;
}

.Toggle-Wrapper .toggleSwitch.xlarge {
  width: 80px;
  height: 36px;
}

.Toggle-Wrapper .toggleSwitch.xlarge a {
  width: 36px;
}

.Toggle-Wrapper .toggleSwitch.xlarge > span {
  height: 38px;
  line-height: 37px;
}

.Toggle-Wrapper .toggleSwitch.xlarge input:checked ~ a {
  left: 52px;
}

.Toggle-Wrapper .toggleSwitch.xlarge > span span {
  font-size: 1.4em;
}

.Toggle-Wrapper .toggleSwitch.xlarge > span span:first-of-type {
  left: 50%;
}

.Application_Wrapper .Add_Item_btn {
  grid-gap: 1rem;
}

.Application_Wrapper .Add_Item_btn .SearchAll input {
  padding: 0.5rem;
  height: 39px;
  border-radius: 5px;
  border: 1px solid #999;
  transition: all 0.3s ease-in-out;
  color: #000;
}

.Application_Wrapper .Add_Item_btn .SearchAll input:hover, .Application_Wrapper .Add_Item_btn .SearchAll input:focus {
  border-color: #858587;
  transition: all 0.3s ease-in-out;
}

.Application_Wrapper .Add_Item_btn .SearchAll input::placeholder {
  font-size: 0.89em;
  color: #999;
}

button.multiselect.dropdown-toggle.btn.btn-default {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 5px !important;
}

.checkbox input[type=checkbox] {
  position: relative;
  margin-left: 0 !important;
}

.multiselect-container {
  /*width: 300px*/
}

.multiselect.dropdown-toggle {
  transition: all 0.3s ease-in-out;
}

.multiselect.dropdown-toggle:hover, .multiselect.dropdown-toggle:focus, .multiselect.dropdown-toggle:active {
  background: transparent !important;
  opacity: 0.9;
  transition: all 0.3s ease-in-out;
}

.multiselect-container .checkbox {
  padding: 0.5rem 0.5rem !important;
  display: grid;
  justify-content: space-between;
  grid-template-columns: 20px 1fr;
  grid-gap: 0.8rem;
  margin: 0 !important;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
  background-color: #e8eaf6;
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

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

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

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

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

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

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

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

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

.Mandatory {
  border-color: #f00;
}

.icon_Menu .Minus {
  display: none;
}

.active-Menu .Plus {
  display: none !important;
}

.active-Menu .Minus {
  display: block !important;
}

.SubTable_wrp {
  padding: 0 0 !important;
}

.Sub_child_table {
  width: 96%;
  margin: 1.4rem auto !important;
}

.Sub_child_table th {
  background: rgba(184, 214, 231, 0.7098039216) !important;
}

/*select {
    font-family: 'FontAwesome',Verdana
}
*/
@media (max-width: 768px) {
  #sidebar {
    min-width: 80px;
    max-width: 80px;
    text-align: center;
    margin-left: -80px !important;
  }
  a[aria-expanded=false]::before, a[aria-expanded=true]::before {
    top: auto;
    bottom: 5px;
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
  }
  #sidebar.active {
    margin-left: 0 !important;
  }
  #sidebar .sidebar-header h3, #sidebar .CTAs {
    display: none;
  }
  #sidebar .sidebar-header strong {
    display: block;
  }
  #sidebar ul li a {
    padding: 20px 10px;
  }
  #sidebar ul li a span {
    font-size: 0.85em;
  }
  #sidebar ul li a i {
    margin-right: 0;
    display: block;
  }
  #sidebar ul ul a {
    padding: 10px !important;
  }
  #sidebar ul li a i {
    font-size: 1.3em;
  }
  #sidebar {
    margin-left: 0;
  }
  #sidebarCollapse span {
    display: none;
  }
}
.Main_Login_Wrapper {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  display: flex !important;
}

.Main_Login_Wrapper .Login_Wrapper {
  /*        display: grid;
      grid-template-columns: repeat(2,1fr);
      justify-content: space-between;*/
  width: 70%;
  margin: 0 auto;
  /*height: 370px;*/
}

.Main_Login_Wrapper .Login_Wrapper .left_Content {
  background-color: #fff;
  /*background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1600 800'%3E%3Cg %3E%3Cpath fill='%23e8f2ff' d='M486 705.8c-109.3-21.8-223.4-32.2-335.3-19.4C99.5 692.1 49 703 0 719.8V800h843.8c-115.9-33.2-230.8-68.1-347.6-92.2C492.8 707.1 489.4 706.5 486 705.8z'/%3E%3Cpath fill='%23deebfe' d='M1600 0H0v719.8c49-16.8 99.5-27.8 150.7-33.5c111.9-12.7 226-2.4 335.3 19.4c3.4 0.7 6.8 1.4 10.2 2c116.8 24 231.7 59 347.6 92.2H1600V0z'/%3E%3Cpath fill='%23d5e3fd' d='M478.4 581c3.2 0.8 6.4 1.7 9.5 2.5c196.2 52.5 388.7 133.5 593.5 176.6c174.2 36.6 349.5 29.2 518.6-10.2V0H0v574.9c52.3-17.6 106.5-27.7 161.1-30.9C268.4 537.4 375.7 554.2 478.4 581z'/%3E%3Cpath fill='%23ccdbfb' d='M0 0v429.4c55.6-18.4 113.5-27.3 171.4-27.7c102.8-0.8 203.2 22.7 299.3 54.5c3 1 5.9 2 8.9 3c183.6 62 365.7 146.1 562.4 192.1c186.7 43.7 376.3 34.4 557.9-12.6V0H0z'/%3E%3Cpath fill='%23C4D3F9' d='M181.8 259.4c98.2 6 191.9 35.2 281.3 72.1c2.8 1.1 5.5 2.3 8.3 3.4c171 71.6 342.7 158.5 531.3 207.7c198.8 51.8 403.4 40.8 597.3-14.8V0H0v283.2C59 263.6 120.6 255.7 181.8 259.4z'/%3E%3Cpath fill='%23ccdbfb' d='M1600 0H0v136.3c62.3-20.9 127.7-27.5 192.2-19.2c93.6 12.1 180.5 47.7 263.3 89.6c2.6 1.3 5.1 2.6 7.7 3.9c158.4 81.1 319.7 170.9 500.3 223.2c210.5 61 430.8 49 636.6-16.6V0z'/%3E%3Cpath fill='%23d5e3fd' d='M454.9 86.3C600.7 177 751.6 269.3 924.1 325c208.6 67.4 431.3 60.8 637.9-5.3c12.8-4.1 25.4-8.4 38.1-12.9V0H288.1c56 21.3 108.7 50.6 159.7 82C450.2 83.4 452.5 84.9 454.9 86.3z'/%3E%3Cpath fill='%23deebfe' d='M1600 0H498c118.1 85.8 243.5 164.5 386.8 216.2c191.8 69.2 400 74.7 595 21.1c40.8-11.2 81.1-25.2 120.3-41.7V0z'/%3E%3Cpath fill='%23e8f2ff' d='M1397.5 154.8c47.2-10.6 93.6-25.3 138.6-43.8c21.7-8.9 43-18.8 63.9-29.5V0H643.4c62.9 41.7 129.7 78.2 202.1 107.4C1020.4 178.1 1214.2 196.1 1397.5 154.8z'/%3E%3Cpath fill='%23F2F8FF' d='M1315.3 72.4c75.3-12.6 148.9-37.1 216.8-72.4h-723C966.8 71 1144.7 101 1315.3 72.4z'/%3E%3C/g%3E%3C/svg%3E");*/
  /*background-image: url('img/login-bg.jpg');*/
  background-attachment: fixed;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.Main_Login_Wrapper .Login_Wrapper .welcome_box {
  text-align: center;
}

.Main_Login_Wrapper .Login_Wrapper .welcome_box figure img {
  max-width: 80%;
  object-fit: fill;
  margin-top: 10px;
}

.Main_Login_Wrapper .Login_Wrapper .welcome_box figure {
  margin-bottom: 0;
}

.Main_Login_Wrapper .Login_Wrapper .welcome_box figcaption h3 {
  font-size: 2.5em;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  word-spacing: 0.5px;
  padding: 1rem 0;
  font-weight: bold;
  color: #000;
}

.Main_Login_Wrapper .Login_Wrapper .welcome_box figcaption p {
  font-size: 0.9em;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  word-spacing: 0.5px;
  font-weight: 400;
  color: #222;
}

.Main_Login_Wrapper .Login_Wrapper .right_wrp {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 50%;
  margin: auto;
  box-shadow: 0 37px 61px rgba(0, 0, 0, 0.32);
}

.Main_Login_Wrapper .Login_Wrapper .right_wrp .ryt_Content {
  width: 65%;
}

.Main_Login_Wrapper .Login_Wrapper .right_wrp .ryt_Content .login_title h3 {
  font-size: 1.2em;
  text-transform: capitalize;
  word-spacing: 0.4px;
  letter-spacing: 0.4px;
  padding: 0.5rem 0 1rem;
  color: #000;
  font-weight: 600;
}

.Main_Login_Wrapper .Login_Wrapper .right_wrp .ryt_Content .Form_Wrapper {
  width: 100%;
}

.Main_Login_Wrapper .Login_Wrapper .right_wrp .ryt_Content .Form_Wrapper form {
  width: 100%;
}

.Main_Login_Wrapper .Login_Wrapper .right_wrp .ryt_Content .Form_Wrapper form .input_item {
  display: block;
  margin: 0.7rem 0;
}

.Main_Login_Wrapper .Login_Wrapper .right_wrp .ryt_Content .Form_Wrapper form .input_item span {
  font-size: 12px;
  text-transform: capitalize;
  word-spacing: 0.4px;
  letter-spacing: 0.2px;
  display: block;
  padding: 0.5rem 0;
}

.Main_Login_Wrapper .Login_Wrapper .right_wrp .ryt_Content .Form_Wrapper form .input_item input {
  padding: 0.3rem 1rem;
  color: #000;
  border: 1px solid #999;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
  width: 100%;
}

.Main_Login_Wrapper .Login_Wrapper .right_wrp .ryt_Content .Form_Wrapper form .input_item input::placeholder {
  color: #777;
  font-size: 11px;
}

.Main_Login_Wrapper .Login_Wrapper .right_wrp .ryt_Content .Form_Wrapper form .input_item input:hover, .Main_Login_Wrapper .Login_Wrapper .right_wrp .ryt_Content .Form_Wrapper form .input_item input:focus, .Main_Login_Wrapper .Login_Wrapper .right_wrp .ryt_Content .Form_Wrapper form .input_item input:active {
  border-color: #444;
  transition: all 0.3s ease-in-out;
}

.Main_Login_Wrapper .Login_Wrapper .right_wrp .ryt_Content .Form_Wrapper form .remember {
  display: flex;
  align-items: center;
  grid-gap: 0.5rem;
  margin: 0.5rem 0 0;
}

.Main_Login_Wrapper .Login_Wrapper .right_wrp .ryt_Content .Form_Wrapper form .remember input {
  margin: 0;
  padding: 0;
  cursor: pointer;
}

.Main_Login_Wrapper .Login_Wrapper .right_wrp .ryt_Content .Form_Wrapper form .remember span {
  font-size: 1em;
  text-transform: capitalize;
  word-spacing: 0.4px;
  letter-spacing: 0.2px;
  padding: 0.5rem 0;
}

.Main_Login_Wrapper .Login_Wrapper .right_wrp .ryt_Content .Form_Wrapper form .Login-btn button {
  padding: 0.8rem 1rem;
  border-radius: 100px;
  background: #000;
  width: 100%;
  border: none;
  outline: none;
  transition: all 0.3s ease-in-out;
  color: #f2f8ff;
  margin: 1rem 0 0;
}

.Main_Login_Wrapper .Login_Wrapper .right_wrp .ryt_Content .Form_Wrapper form .Login-btn button:hover {
  transition: all 0.3s ease-in-out;
  opacity: 0.95;
}

.Side_Menu {
  background: #000;
  font-size: 1.1em;
  padding: 0.5rem 1rem;
  color: #fff;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.Side_Menu:hover {
  opacity: 0.75;
  transition: all 0.3s ease-in-out;
}

.Application_Content .dataTables_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.Application_Content .dataTables_wrapper table {
  width: 100%;
}

.Application_Content .dataTables_length > label select, .Application_Content .dataTables_filter > label input {
  border-color: #ced4da;
  padding: 0.4rem 0.5rem;
  border-radius: 5px;
  margin: 0 0.4rem;
  outline: none;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.Application_Content .dataTables_length > label select:hover {
  transition: all 0.3s ease-in-out;
  border-color: #999;
}

.Application_Content .dataTables_filter > label input {
  border: 1px solid #ced4da;
  cursor: text;
  padding: 0.8rem 0.8rem;
}

.Application_Content .dataTables_filter > label input:hover {
  transition: all 0.3s ease-in-out;
  border-color: #999;
}

.Application_Content .dataTables_filter > label input:focus {
  border-radius: 100px;
  transition: all 0.3s ease-in-out;
}

.dataTables_wrapper label {
  font-weight: 400;
  color: #222222;
  font-size: 12px;
  display: flex;
  align-items: center;
}

.Application_Content .dataTables_paginate {
  display: flex;
  justify-content: space-between;
  grid-gap: 4rem;
  align-items: center;
  width: auto;
  margin-top: 1rem;
}

.Application_Content .dataTables_paginate span {
  padding: 0.5rem 1rem;
  background: #eee;
  border-radius: 5px;
}

.Application_Content .paginate_button {
  outline: none;
  cursor: pointer;
  background: #eee;
  padding: 0.5rem 1.5rem;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
}

.Application_Content .previous:hover, .Application_Content .next:hover {
  transition: all 0.3s ease-in-out;
  background: #999;
  color: #fff !important;
}

/*comapnyApplication---X--Walk */
.CompanyApplicationXWalk .Add_Item_btn {
  grid-gap: 1rem;
}

.CompanyApplicationXWalk .Add_Item_btn .SearchAll input {
  padding: 0.5rem;
  height: 39px;
  border-radius: 5px;
  border: 1px solid #999;
  transition: all 0.3s ease-in-out;
  color: #000;
}

.CompanyApplicationXWalk .Add_Item_btn .SearchAll input:hover, .CompanyApplicationXWalk .Add_Item_btn .SearchAll input:focus {
  border-color: #858587;
  transition: all 0.3s ease-in-out;
}

.CompanyApplicationXWalk .Add_Item_btn .SearchAll input::placeholder {
  font-size: 0.89em;
  color: #999;
}

.ApplicationModal button.multiselect.dropdown-toggle.btn.btn-default {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 5px !important;
}

.ApplicationModal .checkbox input[type=checkbox] {
  position: relative;
  margin-left: 0 !important;
}

/*
.ApplicationModal .multiselect-container {
    width: 290px;
}*/
.ApplicationModal .multiselect.dropdown-toggle {
  transition: all 0.3s ease-in-out;
}

.ApplicationModal .multiselect.dropdown-toggle:hover, .ApplicationModal .multiselect.dropdown-toggle:focus, .ApplicationModal .multiselect.dropdown-toggle:active {
  background: transparent !important;
  opacity: 0.9;
  transition: all 0.3s ease-in-out;
}

.ApplicationModal .multiselect-container .checkbox {
  padding: 0.5rem 0.5rem !important;
  display: grid;
  justify-content: space-between;
  grid-template-columns: 20px 1fr;
  grid-gap: 0.8rem;
  margin: 0 !important;
}

.ApplicationModal .dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
  background-color: #e8eaf6;
}

.ApplicationModal .dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover divPreparerWork {
  width: 21cm;
  min-height: 29.7cm;
  padding: 2cm;
  margin: 1cm auto;
  border: 1px #D3D3D3 solid;
  border-radius: 5px;
  background: white;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

@page {
  size: A3;
  margin: 0;
}
/*
body {
    font-family: 'Open Sans';
}
*/
/*.card-header:first-child {
    border-radius: 10px 10px 0 0;
}*/
.panel-group .panel {
  border-radius: 0;
  box-shadow: none;
  border-color: #EEEEEE;
}

.panel-default > .panel-heading {
  padding: 0;
  border-radius: 0;
  color: #212121;
  background-color: #fbfbfb;
  border-color: #fbfbfb;
}

.table td {
  border-bottom: 1px solid #E3EBF3;
  font-size: 13px;
}

.table thead th {
  font-weight: 600;
  color: #2a2b2b;
  font-size: 13px;
}

.table td, .table th {
  border-bottom: 1px solid #E3EBF3;
  padding: 0.75rem;
}

.panel-title {
  font-size: 14px;
}

.panel-title > a {
  display: block;
  padding: 15px;
  text-decoration: none;
}

.table td {
  padding: 10px;
  vertical-align: top;
  border-top: 1px solid #e9ecef;
  /* width: 39%;*/
  font-weight: normal;
}

.return-agent {
  padding-left: 14%;
}

.btn {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 10px 15px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 5px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.more-less {
  float: right;
  color: #212121;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #EEEEEE;
}

.more-less {
  float: right;
  color: #1e2d56;
}

.bg-gradient-x-grey-blue {
  background-image: linear-gradient(to right, #18abdf 0, #064d81 100%);
  /*background: rgb(6,77,129); 
  background: -moz-linear-gradient(left, rgb(6,77,129) 0%, rgb(23,171,223) 72%, rgb(125,185,232) 100%); 
  background: -webkit-linear-gradient(left, rgb(6,77,129) 0%,rgb(23,171,223) 72%,rgb(125,185,232) 100%); 
  background: linear-gradient(to right, rgb(6,77,129) 0%,rgb(23,171,223) 72%,rgb(125,185,232) 100%); 
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#064d81', endColorstr='#7db9e8',GradientType=1 ); 
  */
  background-repeat: repeat-x;
}

body.vertical-layout.vertical-menu.menu-collapsed .main-menu .main-menu-content a.menu-title, body.vertical-layout.vertical-menu.menu-collapsed .main-menu .main-menu-content > span.menu-title {
  right: -240px;
  width: 240px;
  font-weight: 600;
  color: #FFF;
  text-transform: uppercase;
  text-align: left;
  background-image: linear-gradient(to right, #18abdf 0, #064d81 100%);
  border-color: #00B5B8;
  padding: 13px 20px;
}

footer.footer-dark {
  background: #18abdf;
  background: -moz-linear-gradient(left, #064d81 0%, #17abdf 72%, #7db9e8 100%);
  background: -webkit-linear-gradient(left, #064d81 0%, #17abdf 72%, #7db9e8 100%);
  background: linear-gradient(to right, #064d81 0%, #17abdf 72%, #7db9e8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#064d81", endColorstr="#7db9e8",GradientType=1 );
}

footer a {
  color: #fff;
}

footer a:hover {
  color: #ccc;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0.5rem;
  /*font-family: 'Open Sans';*/
  font-weight: 400;
  line-height: 1.2;
  color: inherit;
}

.table-title h2 {
  margin: 5px 0 0;
  font-size: 24px;
}

.table-title .btn span {
  float: left;
}

#role-filter {
  float: right !important;
  text-align: right;
}

#role-filter .btn {
  /*margin-right:30px;*/
}

/* Tree menu */
.hummingbird-treeview,
.hummingbird-treeview * {
  list-style: none;
  font-size: 1rem;
  line-height: 24px;
}

.hummingbird-treeview label {
  font-weight: normal;
}

.hummingbird-treeview input[type=checkbox] {
  width: 14px;
  height: 14px;
  padding: 0px;
  margin: 0px;
}

.hummingbird-treeview ul:not(.hummingbird-base) {
  display: none;
}

.hummingbird-treeview .fa {
  font-style: normal;
  cursor: pointer;
}

.hummingbird-treeview .fas {
  font-style: normal;
  cursor: pointer;
}

.hummingbird-base {
  white-space: nowrap;
}

dl li, ol li, ul li {
  line-height: 1.8;
  list-style-type: none;
}

.table-title #role-filter i {
  margin-right: 4px;
  float: left;
  line-height: 21px;
}

.card-header {
  border-bottom: 1px solid #e3ebf3;
}

form .form-section {
  color: #222222;
  line-height: 3rem;
  margin-bottom: 20px;
  border-bottom: 1px solid #e3ebf3;
}

.bootstrap-duallistbox-container select {
  width: 100%;
  height: 150px;
  padding: 0;
}

.info {
  color: #064d81 !important;
}

.btn-outline-secondary:hover {
  background-color: #065f92;
  color: #FFF !important;
}

.main-menu.menu-light .navigation > li.active > a, .main-menu.menu-light .navigation > li.hover > a, .main-menu.menu-light .navigation > li:hover > a {
  color: #ffffff;
  background-color: #18abdf;
}

.main-menu.menu-light .navigation > li.open > a {
  padding-left: 16px !important;
  color: #fff;
  background: #18abdf;
}

.main-menu.menu-light .navigation > li.open .hover > a {
  background: #18abdf;
  color: #fff;
}

.main-menu.menu-light ul.menu-popout li.hover > a, .main-menu.menu-light ul.menu-popout li.open > a, .main-menu.menu-light ul.menu-popout li:hover > a {
  background: #18abdf;
  color: #fff;
}

#add_email {
  margin-left: 0;
}

.remove_field {
  margin-left: 22px;
  padding-top: 9px;
}

.btn {
  font-size: 12px;
}

.btn-info {
  background-color: #1499cd !important;
  color: #FFF;
}

.btn-info:hover {
  border-color: #064d81 !important;
  background-color: #064d81 !important;
  color: #FFF !important;
}

.bootstrap-duallistbox-container label {
  display: block;
  color: #909090;
}

/*multipe seclect */
.multiselect {
  width: 100%;
}

.selectBox {
  position: relative;
}

.selectBox select {
  width: 100%;
  font-weight: bold;
}

.overSelect {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

#checkboxes {
  border: 1px #dadada solid;
  height: 300px;
  overscroll-behavior-y: auto;
  overflow: auto;
}

#checkboxes label {
  display: block;
  margin-left: 10px;
}

#checkboxes label:hover {
  background-color: #f0f0f0;
}

#checkboxes .dropdown-menu label {
  display: block;
}

#checkboxes .chk {
  padding-left: 10px;
}

#lstBox1, #lstBox2 {
  width: 100%;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

.input-group-addon, .input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.seachbtn {
  border-top-right-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem;
}

/* Multi select */
span.multiselect-native-select {
  position: relative;
}

span.multiselect-native-select select {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px -1px -1px -3px !important;
  overflow: hidden !important;
  padding: 0 !important;
  /* width:1px!important;
  left:50%;top:30px*/
}

.multiselect-container {
  position: absolute;
  list-style-type: none;
  margin: 0;
  padding: 0;
  height: auto;
  max-height: 200px;
}

.multiselect-container {
  position: absolute;
  list-style-type: none;
  margin: 0;
  padding: 0;
  height: auto;
  max-height: 200px;
  overflow-x: hidden;
}

.multiselect-container .input-group {
  margin: 5px;
}

.multiselect-container > li {
  padding: 0;
}

.multiselect-container > li > a.multiselect-all label {
  font-weight: 700;
}

.multiselect-container > li.multiselect-group label {
  margin: 0;
  padding: 3px 20px 3px 10px;
  height: 100%;
  font-weight: 700;
}

.multiselect-container > li.multiselect-group-clickable label {
  cursor: pointer;
}

.multiselect-container > li > a {
  padding: 0;
}

.multiselect-container > li > a > label {
  margin: 0;
  height: 100%;
  cursor: pointer;
  font-weight: 400;
  padding: 3px 20px 3px 40px;
}

.multiselect-container > li > a > label.radio,
.multiselect-container > li > a > label.checkbox {
  margin: 0;
}

.multiselect-container > li > a > label > input[type=checkbox] {
  margin-bottom: 5px;
}

.btn-group > .btn-group:nth-child(2) > .multiselect.btn {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.form-inline .multiselect-container label.checkbox,
.form-inline .multiselect-container label .radio {
  padding: 3px 20px 3px 40px;
}

.form-inline .multiselect-container li a label.checkbox input[type=checkbox],
.form-inline .multiselect-container li a label.radio input[type=radio] {
  margin-left: -20px;
  margin-right: 0;
}

.show > .dropdown-menu {
  width: 502px;
  left: -100px !important;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #FFF;
  border-color: #1599cd;
  background-color: #159ace;
}

/* Switch 2 */
.switch {
  position: relative;
  display: inline-block;
  width: 100px;
  height: 30px;
}

.switch input {
  display: none;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #16d39a;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 34px;
}

.slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 50%;
}

.switch input:checked + .slider {
  background-color: #ff7588;
}

.switch input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

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

/*------ ADDED CSS ---------*/
.switch .slider:after {
  content: "Active";
  color: white;
  display: block;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  font-size: 10px;
  font-family: Verdana, sans-serif;
}

.switch input:checked + .slider:after {
  content: "Inactive";
}

.badge {
  font-weight: 400;
  /* background-color: #064f83;*/
}

.badge:hover {
  font-weight: 400;
  background-color: #1499cd;
}

.btn-primary:active, .btn-primary:focus {
  border-color: #075084 !important;
  background-color: #064e82 !important;
  color: #FFF !important;
}

.btn-primary:hover {
  border-color: #1498cd !important;
  background-color: #159ace !important;
  color: #FFF !important;
}

a {
  
  background-color: transparent;
}

.no-padding {
  margin: 0;
  padding: 0;
}

.btn-primary {
  background-color: #065084 !important;
  color: #FFF;
}

#recent-orders .table td, .table th {
  width: auto !important;
}

/* Report Menu Multi Dropdown */
.ReportMenu {
  border: 1px solid #e2e2e2;
  padding: 11px;
  border-radius: 4px;
  cursor: pointer;
}

.ReportMenu .k-icon {
  font-size: 11px;
  float: right;
  font-weight: normal;
  margin-top: 0px;
  height: 10px;
  width: 14px;
  color: #787878;
}

.ReportMenuDetail {
  display: none;
  position: absolute;
  border: 1px solid #e2e2e2;
  overflow-y: hidden;
  background-color: #fff;
  z-index: 1;
}

.ReportMenuDetailBody {
  overflow-y: scroll;
}

.ReportMenuDetail .cont {
  clear: both;
  overflow: hidden;
  padding: 5px;
}

.ReportMenuDetail .cont:hover {
  background-color: #1599cd;
  color: #fff;
}

.ReportMenuDetailBody > div > div {
  float: left;
  padding-left: 5px;
}

.ReportMenuDetailHeader {
  overflow: hidden;
  position: relative;
  height: 28px;
  background-color: #3d3d3d;
}

.ReportMenuDetailHeader > input {
  position: absolute;
  top: 8px;
  left: 10px;
}

.ReportMenuDetailHeader > div {
  position: absolute;
  top: 5px;
  left: 24px;
  color: #fff;
}

.custom-file-label::after {
  bottom: 0;
  z-index: 3;
  display: block;
  height: 2.75rem;
  content: "Browse";
  background-color: #0b6296;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
  color: #f3f3f3;
}

#upload-btn {
  margin-top: 30px;
}

.queryfolder {
  padding-top: 7px;
}

.custom-select-sm {
  font-size: 100%;
}

#attchfile.custom-file-label,
#attchfile.custom-file-label::after {
  height: auto;
  padding-top: 7px;
  padding-bottom: 7px;
}

************* menu.menu-light .navigation > li > a span {
  position: relative;
  top: 1px;
  margin-top: 0.2rem;
}

.icon-quality-images {
  min-height: 20px;
  max-width: 20px;
  min-width: 20px;
  display: inline-block;
  background-image: url(../assets/images/menu-icons/quality.svg);
  background-repeat: no-repeat;
}

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon/icomoon.eot");
  src: url("../fonts/icomoon/icomoon.eot?z1e0i7") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?z1e0i7") format("truetype"), url("../fonts/icomoon/icomoon.woff?z1e0i7") format("woff"), url("../fonts/icomoon/icomoon.svg?z1e0i7") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon1-], [class*=" icon1-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon1-download-arrow-button-svgrepo-com:before {
  content: "\e900";
}

.icon1-quality:before {
  content: "�";
  color: #404e67;
}

/*
.focus {
    border-color: #6265e4 !important;
    box-shadow: 0 0 5px rgba(98, 101, 228, 1) !important;
}*/
/*changes from 19 jan*/
main .Client-masterWrapper .Table_wrapper table thead {
  background: none !important;
}

main .Client-masterWrapper .Table_wrapper table thead tr th {
  color: #636468;
  border-bottom: 0px;
}

.Delete_Modal_Wrapper .modal-confirm {
  color: #636363;
  width: 400px;
}

.Delete_Modal_Wrapper .modal-confirm .modal-content {
  padding: 20px;
  border-radius: 5px;
  border: none;
  text-align: center;
  font-size: 14px;
}

.Delete_Modal_Wrapper .modal-confirm .modal-header {
  border-bottom: none;
  position: relative;
}

.Delete_Modal_Wrapper .modal-confirm h4 {
  text-align: center;
  font-size: 26px;
  margin: 30px 0 -10px;
}

.Delete_Modal_Wrapper .modal-confirm .close {
  position: absolute;
  top: -5px;
  right: -2px;
  background: none;
  border: none;
}

.Delete_Modal_Wrapper .modal-confirm .modal-body {
  color: #999;
}

.Delete_Modal_Wrapper .modal-confirm .modal-footer {
  border: none;
  text-align: center;
  border-radius: 5px;
  font-size: 13px;
  padding: 10px 15px 25px;
}

.Delete_Modal_Wrapper .modal-confirm .modal-footer a {
  color: #999;
}

.Delete_Modal_Wrapper .modal-confirm .icon-box-Del {
  width: 80px;
  height: 80px;
  margin: 0 auto;
  border-radius: 50%;
  z-index: 9;
  text-align: center;
  border: 3px solid #f15e5e;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.Delete_Modal_Wrapper .modal-confirm .icon-box-Del i {
  color: #f15e5e;
  font-size: 46px;
  display: inline-block;
}

.Delete_Modal_Wrapper .modal-confirm .btn, .Application_Wrapper .Delete_Modal_Wrapper .modal-confirm .btn:active {
  color: #fff;
  text-decoration: none;
  transition: all 0.4s;
  line-height: normal;
  min-width: 120px;
  border: none;
  min-height: 40px;
  border-radius: 4px;
  margin: 0 5px;
}

.Delete_Modal_Wrapper .modal-confirm .btn-secondary {
  background: #6c757d;
  transition: all 0.3s ease-in-out;
  font-size: 1em;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  /*border-radius: 100px;*/
}

.Delete_Modal_Wrapper .modal-confirm .btn-secondary:focus, .Application_Wrapper .Delete_Modal_Wrapper .modal-confirm .btn-secondary:hover {
  opacity: 0.78;
  transition: all 0.3s ease-in-out;
}

.Delete_Modal_Wrapper .modal-confirm .btn-danger {
  background: #f15e5e;
  font-size: 1em;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  border-radius: 4px;
}

.Delete_Modal_Wrapper .modal-confirm .btn-danger:focus, .Application_Wrapper .Delete_Modal_Wrapper .modal-confirm .btn-danger:hover {
  background: #ee3535;
  transition: all 0.3s ease-in-out;
}

table.dataTable thead th, table.dataTable tfoot th {
  font-weight: normal;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}

.nav-tabs .badge {
  position: absolute;
  top: -10px;
  right: -10px;
  background: red;
}

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

/*css 14-02*/
.dashboard-login-btn {
  background: #f37036 !important;
  color: #ffffff;
  border: none;
  border-radius: 20px;
  padding: 5px 30px;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #495057 !important;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
  border: none !important;
  background: none !important;
}

/*css 14-02*/
#divApplicationMulti .form-check-input {
  width: 5px !important;
}

#divApplicationMulti .form-check-label {
  padding-left: 20px !important;
}

#divApplicationMulti .multiselect-container.dropdown-menu.show {
  width: 100%;
  right: 0px;
  margin-left: auto;
}

#divApplicationMulti .dropdown-item.active, #divApplicationMulti .dropdown-item:active, #divApplicationMulti .dropdown-item:focus, #divApplicationMulti .dropdown-item:hover {
  background: none !important;
}

#divApplicationMulti select#application {
  position: absolute;
}

#divApplicationMulti .multiselect.dropdown-toggle {
  border: 1px solid #999;
  border-radius: 5px;
  -webkit-appearance: none;
}

main .Client-masterWrapper .Client-content .heading-wrp h2 {
  font-size: 1.5em;
  text-transform: capitalize;
  color: #313e5b;
  padding: 0.6rem 0;
  font-weight: 400;
}

main .Client-masterWrapper .Client-content .heading-wrp .AddForm {
  background: #f37036;
  border: none;
}

.Application_Wrapper .Application_Content table tbody tr td {
  /*padding: .25rem .25rem;*/
  padding: 4px 0.5rem;
}

.Application_Wrapper .Application_Content table tbody tr td.sorting_1 {
  position: relative;
}

.Application_Wrapper .Application_Content table tbody tr td .Toggle-Wrapper {
  /* position:absolute;*/
  left: 0;
  right: 0;
  margin: auto;
}

.status-btn .toggle.btn {
  min-height: 20px !important;
}

.status-btn .toggle-handle {
  line-height: 1 !important;
  margin-top: -10px !important;
  background-color: #f4eeef;
}

.multiselect-native-select .custom-select {
  background-image: none;
}

.cust_multiselectbox .btn-group {
  display: inline-block !important;
}

.cust_multiselectbox .form-check-input {
  width: 5px !important;
  padding: 0 10px !important;
}

.cust_multiselectbox .dropdown-item.active, .cust_multiselectbox .dropdown-item:active {
  background: none !important;
}

.cust_multiselectbox .dropdown-item:focus, .cust_multiselectbox .dropdown-item:hover {
  background: none !important;
}

.cust_multiselectbox .form-check-label {
  padding-left: 20px !important;
  font-size: 14px !important;
}

.cust_multiselectbox .multiselect-container.dropdown-menu.show {
  width: 100%;
  right: 0px;
  margin-left: auto;
}

.cust_multiselectbox span.multiselect-native-select select {
  height: 0px !important;
}

.cust_multiselectbox .multiselect-native-select .custom-select {
  border-radius: 5px !important;
  margin-top: -20px !important;
}

strike > span:before,
.strike > span:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 9999px;
  height: 1px;
  background: red;
}

.strike > span:before {
  right: 100%;
  margin-right: 15px;
}

.strike > span:after {
  left: 100%;
  margin-left: 15px;
}

.text-12 {
  font-size: 12px;
}

main .Client_Modal_Wrapper .modal-header .Modal-title-Wrp h5, main .Client_Modal_Wrapper .modal-header .Modal-title-Wrp .active-Steps {
  border-radius: 5px !important;
}

main .Client_Modal_Wrapper .modal-header .Modal-title-Wrp .active-Steps {
  background: #f37036;
}

.CustomTooltip {
  position: relative;
  display: inline-block;
  border-bottom: 2px dotted black;
}

.CustomTooltip .CustomTooltiptext {
  visibility: hidden;
  width: max-content;
  background-color: #fff;
  color: black;
  text-align: center;
  border-radius: 1px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 150%;
  left: 50%;
  margin-left: -60px;
  box-shadow: 0px 0px 10px 2px #c3c3c3;
  font-weight: 100;
  font-size: 11px;
  padding: 8px 8px;
}

.CustomTooltip .CustomTooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -3px;
  border-width: 9px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}

.CustomTooltip:hover .CustomTooltiptext {
  visibility: visible;
}

/*sign sup page changes*/
.Main_Login_Wrapper.Main_Signup_Wrapper {
  height: auto !important;
  padding-top: 1rem;
}

ellipsis_btn .Main_Login_Wrapper.Main_Signup_Wrapper .Login_Wrapper {
  width: 95% !important;
}

.Main_Login_Wrapper.Main_Signup_Wrapper .Login_Wrapper .right_wrp .left_img_sec {
  width: 50%;
  padding: 2rem;
}

.Main_Login_Wrapper.Main_Signup_Wrapper .Login_Wrapper .right_wrp .ryt_Content {
  width: 50%;
  padding: 0 2rem;
}

.Main_Login_Wrapper.Main_Signup_Wrapper .Login_Wrapper .right_wrp .ryt_Content .Form_Wrapper form .input_item select {
  height: auto !important;
  padding: 0.3rem 1rem;
}

.Signup_modal_wrapper .modal {
  padding-top: 4rem;
}

@media (max-width: 767px) {
  /*  .Main_Login_Wrapper.Main_Signup_Wrapper .Login_Wrapper .right_wrp .left_img_sec {
        display: none;
    }*/
  .Main_Login_Wrapper.Main_Signup_Wrapper .Login_Wrapper .right_wrp .ryt_Content {
    width: 100%;
  }
}
.dataTables_wrapper .dataTables_info {
  margin-top: 1rem;
}

/*sign s x'

    up page changes*/
/*sidebar changes*/
.second_sidebar:hover #accordionExample .accordion-item .accordion-header .rightdropfirst svg {
  opacity: 1;
}
.second_sidebar:hover #accordionExample .accordion-item .accordion-header .rightdropse svg {
  opacity: 1;
}
.second_sidebar:hover .accordion-button .dropdn svg {
  opacity: 1;
}
.second_sidebar .addclientfirst {
  border-radius: 3px;
  color: #666666;
  padding: 5px 12px 5px 8px;
  border: 0;
  font-size: 0.87rem;
  display: flex;
  width: 100%;
}
.second_sidebar .addclientfirst svg {
  width: 20px;
  height: 20px;
}
.second_sidebar .allclienthere {
  color: #666666;
  border: 0;
  font-size: 0.95rem;
  display: flex;
  width: 100%;
  display: flex;
  padding: 6px 7px;
  align-items: center;
  line-height: 1;
  margin: 8px 0px;
  cursor: pointer;
  transition: all 0s;
  background: #F6F5F5 0% 0%;
}
.second_sidebar .allclienthere svg {
  width: 16px;
  height: 18px;
  margin-right: 5px;
}
.second_sidebar .pinnedsec p {
  padding-left: 5px;
  font-size: 11px;
}
.second_sidebar .pinnedsec p .dropdn svg {
  background: #DEE9FC;
  width: 16px;
  height: 16px;
  text-align: center;
  border-radius: 50%;
  color: #76829B;
  line-height: 17px;
  cursor: pointer;
}
.second_sidebar .side_btn button {
  border: 0;
  background: none;
}
.second_sidebar .side_btn button svg {
  width: 16px;
  height: 16px;
  text-align: center;
  border-radius: 50%;
  color: #76829B;
}
.second_sidebar #accordionExample .accordion-item {
  border: 0;
}
.second_sidebar #accordionExample .accordion-item:last-of-type .accordion-button.collapsed svg {
  rotate: 270deg;
}
.second_sidebar #accordionExample .accordion-item .accordion-header {
  position: relative;
}
.second_sidebar #accordionExample .accordion-item .accordion-header .rightdropfirst {
  position: absolute;
  right: 20px;
  top: 6px;
  cursor: pointer;
  z-index: 100;
}
.second_sidebar #accordionExample .accordion-item .accordion-header .rightdropfirst button {
  border: 0;
  background: 0;
}
.second_sidebar #accordionExample .accordion-item .accordion-header .rightdropfirst svg {
  width: 20px;
  height: 20px;
  color: #76829B;
  opacity: 0;
}
.second_sidebar #accordionExample .accordion-item .accordion-header .rightdropfirst svg:hover {
  color: #f27039;
}
.second_sidebar #accordionExample .accordion-item .accordion-header .rightdropse {
  position: absolute;
  right: 2px;
  top: 6px;
  cursor: pointer;
  z-index: 100;
}
.second_sidebar #accordionExample .accordion-item .accordion-header .rightdropse button {
  border: 0;
  background: 0;
}
.second_sidebar #accordionExample .accordion-item .accordion-header .rightdropse svg {
  width: 20px;
  height: 20px;
  color: #76829B;
  opacity: 0;
}
.second_sidebar #accordionExample .accordion-item .accordion-header .rightdropse svg:hover {
  color: #f27039;
}
.second_sidebar .accordion-button {
  padding: 0.69rem 0.55rem;
  font-size: 0.89rem;
  background-color: #fff;
  cursor: pointer;
  color: #f27039 !important;
}
.second_sidebar .accordion-button .dropdn svg {
  background: #DEE9FC;
  width: 16px;
  height: 16px;
  text-align: center;
  border-radius: 50%;
  color: #76829B;
  line-height: 17px;
  cursor: pointer;
  opacity: 0;
}
.second_sidebar .accordion-body {
  padding: 4px 0px;
}
.second_sidebar .accordion-button::after {
  display: none;
}
.second_sidebar .accordion-button:focus {
  border-color: none !important;
  outline: 0;
  box-shadow: none !important;
}
.second_sidebar #accordionExampletwo .accordion-item {
  border: 0 !important;
}
.second_sidebar #accordionExampletwo .accordion-item .workspace_drpdn svg {
  /*background: #DEE9FC;*/
  width: 16px;
  height: 16px;
  text-align: center;
  border-radius: 50%;
  color: #76829B;
  line-height: 17px;
  cursor: pointer;
  border: 1px solid #76829B;
}
.second_sidebar #accordionExampletwo .accordion-item .workspace_drpdn svg polyline {
  display: none;
}
.second_sidebar #accordionExampletwo .accordion-item .accordion-button {
  padding: 0.69rem 1.78rem;
}
.second_sidebar #accordionExampletwo .accordion-item .accordion-button:focus .workspace_drpdn svg {
  background: #DEE9FC;
  border: 0;
}
.second_sidebar #accordionExampletwo .accordion-item .accordion-button:focus .workspace_drpdn svg polyline {
  display: block;
}
.second_sidebar #accordionExampletwo .accordion-item .accordion-header {
  position: relative;
}
.second_sidebar #accordionExampletwo .accordion-item .accordion-header .workcirsvg svg {
  position: relative;
}
.second_sidebar #accordionExampletwo .accordion-item .accordion-header .workdowsvg svg {
  position: relative;
}
.second_sidebar #accordionExampletwo .accordion-item svg {
  /*background: #DEE9FC;*/
  width: 16px;
  height: 16px;
  text-align: center;
  border-radius: 50%;
  color: #76829B;
  line-height: 17px;
  cursor: pointer;
}
.second_sidebar #accordionExampletwo .accordion-item .accordion-button {
  padding: 0.69rem 1.78rem;
}
.second_sidebar #accordionExampletwo .accordion-body li {
  cursor: pointer;
  padding: 0.22rem 0.32rem;
}
.second_sidebar #accordionExampletwo #collapsetwo .accordion-body li {
  padding: 0.25rem 2.5rem;
  font-size: 0.89rem;
}
.second_sidebar #accordionExampletwo #collapsetwo .accordion-body li:hover {
  background-color: #F9DED4;
  color: #f27039;
}
.second_sidebar #accordionExampletwo #collapsetwo .accordion-body li svg {
  background: #f27039;
  color: #fff;
  width: 18px;
  height: 18px;
  padding: 3px;
  border-radius: 20%;
}
.second_sidebar .accordion-button:not(.collapsed) {
  box-shadow: none;
}
.second_sidebar #accordionExamplethree .accordion-item {
  border: 0 !important;
}
.second_sidebar #accordionExamplethree .accordion-item .workspace_drpdn svg {
  /*background: #DEE9FC;*/
  width: 16px;
  height: 16px;
  text-align: center;
  border-radius: 50%;
  color: #76829B;
  line-height: 17px;
  cursor: pointer;
  border: 1px solid #76829B;
}
.second_sidebar #accordionExamplethree .accordion-item .workspace_drpdn svg polyline {
  display: none;
}
.second_sidebar #accordionExamplethree .accordion-item .accordion-button {
  padding: 0.69rem 1.78rem;
}
.second_sidebar #accordionExamplethree .accordion-body li {
  cursor: pointer;
  padding: 0.22rem 0.32rem;
}
.second_sidebar #accordionExamplethree #collapsethree .accordion-body li {
  padding: 0.25rem 2.5rem;
  font-size: 0.89rem;
}
.second_sidebar #accordionExamplethree #collapsethree .accordion-body li:hover {
  background-color: #F9DED4;
  color: #f27039;
}
.second_sidebar #accordionExamplethree #collapsethree .accordion-body li svg {
  background: #f27039;
  color: #fff;
  width: 18px;
  height: 18px;
  padding: 3px;
  border-radius: 20%;
}

/*sidebar changes*/
