@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Lato:400,700,700i,900");
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@500&display=swap');
.extenddisplay, .display-1, .display-2, .display-3, .display-4, .lead {
  font-weight: 300;
  line-height: 1.1;
}

html {
  position: relative;
  min-height: 100%;
}

:root {
    --backcol: #5a70d9;
    --hover: #2bb964; 
}

body {
  font-family: "Lato", sans-serif !important;
  padding-bottom: 90px;
}

img {
  max-width: 100%;
  border: none;
}

a, a:hover, a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: none;
}

#coneditor a {
  color: #000000;
}
#coneditor a:hover {
  color: #4d90fe;
  text-decoration: underline;
}
#coneditor a:focus {
  color: #ffffff;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 700;
  line-height: 1.1;
  color: inherit;
}

/******************************************************SCSS Operators***********************************************************/
h1, .h1 {
  font-size: 1.5rem;
}

h2, .h2 {
  font-size: 1.3rem;
}

h3, .h3 {
  font-size: 1.2rem;
}

h4, .h4 {
  font-size: 1.1rem;
}

h5, .h5 {
  font-size: 1rem;
}

h6, .h6 {
  font-size: 0.8rem;
}

.lead {
  font-size: 1.25rem;
}

.display-4 {
  font-size: 3.5rem;
}

.display-3 {
  font-size: 4.5rem;
}

.display-2 {
  font-size: 5.5rem;
}

.display-1 {
  font-size: 6rem;
}

/******************************************************SCSS Operators***********************************************************/
hr {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.breadcrumb-holder {
  display: none;
}

.side-navbar {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 200px;
  text-align: left;
  background: #000;
  color: #fff;
  z-index: 999;
  overflow-y: auto;
  transition: all 0.3s;
}
.side-navbar .scrolled-wrapper {
  width: 100%;
  height: 100%;
}
.side-navbar .hide {
  left: -70px;
}
.side-navbar a.brand-small {
  text-transform: uppercase;
  font-weight: 500;
  padding: 0;
}
.side-navbar a.brand-small:hover, .side-navbar a.brand-small:focus {
  background: none;
}
.side-navbar a.brand-small strong {
  font-size: 1.5rem;
}
.side-navbar li {
  position: relative;
  border-bottom: 1px solid #a2a0a2;
}
.side-navbar li a {
  position: relative;
  font-size: 0.9rem;
  font-weight: 300;
  width: 100%;
  padding: 7px 10px 7px 15px;
  display: flex;
}
.side-navbar .shrink li a {
  display: inline-block;
}

.side-navbar li a:focus, .side-navbar li a:hover, .side-navbar li a[aria-expanded=true] {
  background: var(--hover);
  color: #ffffff;
  text-decoration: none;
}

.side-navbar li a[data-toggle=collapse]::before {
  content: "";
  display: inline-block;
  transform: translateY(-50%);
  font-family: "FontAwesome";
  position: absolute;
  top: 50%;
  right: 20px;
}
.side-navbar li a[aria-expanded=true]::before {
  content: "";
  color: #fff;
}
.side-navbar li .active > a {
  background: var(--hover);
}
.side-navbar li li.active > a {
  background: #2d9f50 !important;
}

.side-navbar li ul {
  background: #000000;
  position: relative;
  min-width: 100%;
  left: 0;
  padding-left: 0;
}
.side-navbar li ul a {
  padding-left: 20px;
  font-size: 0.85rem;
}
.side-navbar li ul .collapse a {
  border-left: 2px solid var(--hover);
}
.side-navbar li ul .collapse a:hover {
  background: #121212;
}

.side-navbar .sidenav-header {
  background: #000000;
  padding: 14px;
  margin-bottom: 10px;
}
.side-navbar .sidenav-header img {
  width: 150px;
}
.side-navbar .sidenav-header span {
  font-size: 0.8em;
  color: #666;
}
.side-navbar .sidenav-header h2 {
  margin: 10px 0 0;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.side-navbar .sidenav-heading {
  font-weight: 700;
  font-size: 0.9rem;
  color: #adb5bd;
  text-transform: uppercase;
  margin: 10px;
}
.side-navbar i[class*=icon-] {
  transform: translateY(2px);
}
.side-navbar span {
  display: inline-block;
}
.side-navbar i {
  font-size: inherit;
  margin-right: 10px;
}
.side-navbar .badge {
  display: inline-block;
  font-size: 0.6em;
}
.side-navbar .brand-small {
  display: none;
}

.side-navbar.shrink {
  width: 100px;
  text-align: center;
}
.side-navbar.shrink .brand-small {
  display: block;
}
.side-navbar.shrink .sidenav-header-inner {
  display: none;
}
.side-navbar.shrink .sidenav-heading {
  margin-left: 0;
  font-size: 0.8rem;
}
.side-navbar.shrink ul li a {
  font-size: 0.7rem;
  padding: 5px 10px;
  display: block;
}
.side-navbar.shrink ul li a[data-toggle=collapse]::before {
  content: "";
  transform: translateX(50%);
  position: absolute;
  top: auto;
  right: 50%;
  bottom: 0;
  left: auto;
}
.side-navbar.shrink ul li a[data-toggle=collapse][aria-expanded=true]::before {
  content: "";
}
.side-navbar.shrink ul li ul a {
  padding-left: 10px;
  font-size: 0.7rem;
}
.side-navbar.shrink i {
  display: block;
  margin-right: 0;
  font-size: 1rem;
}
.side-navbar.shrink .arrow {
  float: none;
  transform: none !important;
}
.side-navbar.shrink .badge {
  display: none;
}

.page {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: width 0.3s linear;
  transition: width 0.3s linear;
  width: calc(100% - 200px);
  background-color: #F4F7FA;
  min-height: 100vh;
 /* padding-bottom: 50px;*/
}
.page.active {
  width: calc(100% - 100px);
}

@media (max-width: 1199px) {
  .page {
    width: 100%;
  }
  .page.active {
    width: 100%;
  }
  .page.active-sm {
    width: calc(100% - 70px);
   }
  .side-navbar {
    left: -100px;
    width: 100px;
    text-align: center;
  }
  .side-navbar.show-sm {
    left: 0 !important;
  }
  .side-navbar .brand-small {
    display: block;
  }
  .side-navbar .sidenav-header-inner {
    display: none;
  }
  .side-navbar .sidenav-heading {
    margin-left: 0;
    font-size: .8rem;
  }
  .side-navbar ul li a {
    font-size: .7rem;
    padding-left: 5px;
    padding-right: 5px;
    display: block;
  }
  .side-navbar ul li a[data-toggle="collapse"]::before {
    content: '\f107';
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    position: absolute;
    top: auto;
    right: 50%;
    bottom: 0;
    left: auto;
  }
  .side-navbar ul li a[data-toggle="collapse"][aria-expanded="true"]::before {
    content: '\f106';
  }
  .side-navbar ul li ul a {
    padding-left: 10px;
    font-size: .7rem;
  }
  .side-navbar i {
    display: block;
    margin-right: 0;
    font-size: 1rem;
  }
  .side-navbar .arrow {
    float: none;
    -webkit-transform: none !important;
    transform: none !important;
  }
  .side-navbar .badge {
    display: none;
  }
}
.mCSB_scrollTools {
  width: 4px;
}

.mCSB_inside > .mCSB_container {
  margin-right: 0 !important;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar:hover {
  background-color: var(--hover);
}

nav.navbar a.menu-btn {
  width: 30px;
  height: 30px;
  line-height: 27px;
  background: #292929;
  color: #fff;
  text-align: center;
  display: block;
}

.header .navbar-toggler {
  position: absolute;
  color: #ffffff;
  padding: 4px 6px;
  top: -33px;
  right: 0px;
  z-index: 10;
  border: 1px solid;
}
@media (min-width: 320px) and (max-width: 767px) {
  .header.fixedTop {
    position: fixed;
    top: 0px;
    padding: 10px 0px 15px;
    z-index: 10;
    border-bottom: 2px solid #9ea0b6;
    background: #ffffff;
    width: 100%;
  }
  .header.fixedTop .logo img {
    max-width: 55px;
  }
  .header.fixedTop .navbar-toggler {
    top: -47px;
  }

  .logo {
    max-width: 115px;
  }
}
.navbar {
  padding: 0px;
}

.navbar-dark .navbar-nav .show > .nav-link:hover, .header .navbar-collapse > ul > li > a:hover {
  color: #ffffff !important;
  background: var(--hover);
}

.dropdown-menu .dropdown-item {
  padding: 5px 9px;
  margin: 0px 0px;
  font-size: 14px;
  line-height: 26px;
  background: #ed1e28;
  color: #ffffff !important;
  border-bottom: 1px solid #ffffff;
  text-align: center;
}

.more .nav-item a {
  font-size: 14px;
}

.header .navbar-collapse > ul > li > a {
  padding: 0px 8px;
  font-family: "Oswald", sans-serif;
  display: block;
  color: #747475;
  text-transform: uppercase;
  font-size: 17px;
  border-radius: 10px;
}

.header .navbar-collapse > ul > li:first-child > a {
  margin-left: 0px !important;
}

.dropdown-menu.show {
  display: block;
  padding: 0px;
}

.dropdown-menu a.dropdown-item:last-child, .more .nav-item:last-child a {
  border-bottom: 0px solid transparent;
}

#nav-main {
  width: 100%;
  position: relative;
  zoom: 1;
}
#nav-main:before, #nav-main:after {
  display: table;
  content: "";
}
#nav-main:after {
  clear: both;
}
#nav-main > ul {
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
  z-index: 5;
}
#nav-main ul li {
  background: none;
  float: left;
  display: block;
  font-size: 18px;
  margin-bottom: 0;
  padding-left: 0;
  position: relative;
  text-transform: uppercase;
}
#nav-main .hidden {
  display: none;
}
#nav-main a {
  display: block;
  color: #ffffff !important;
  font-weight: 600;
}
#nav-main ul ul {
  background: #b5b7bb;
  display: none;
  list-style: none;
  margin: 0;
  padding: 1px 0 0;
  position: absolute;
  top: 40px;
  z-index: 3;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
#nav-main ul ul a {
  margin-bottom: 6px;
  padding: 0 6px;
  white-space: nowrap;
  text-align: left;
  line-height: 27px;
}
#nav-main ul li.more li {
  float: none;
  position: relative;
}

.navbar-nav li.more:hover ul {
  display: block !important;
}

@media (max-width: 767px) {
  .header .navbar ul li a {
    font-size: 16px;
    line-height: 38px;
    color: #ffffff;
    padding: 2px 9px;
    border-bottom: 1px solid #ffffff;
  }

  .navbar ul {
    background: #5365b2;
    margin-top: 20px;
  }

  .navbar-collapse ul li a {
    color: #ffffff !important;
  }

  .dropdown-menu .dropdown-item:hover {
    background-color: #887a7a !important;
  }

  .navbar-nav .dropdown-menu {
    position: unset;
  }
}
@media (min-width: 768px) {
  .header {
    padding: 10px 0;
  }
  .header.fixedTop {
    position: fixed;
    padding-top: 10px;
    z-index: 4;
    top: 0px;
    width: 100%;
  }

  #nav-main ul li.more {
    float: left;
  }
  #nav-main ul li.more li {
    float: none;
    display: block;
    position: relative;
  }

  .dropdown-menu .dropdown-item {
    background: #e6494e;
  }

  .header .navbar-collapse > ul > li > a {
    color: #535353 !important;
    line-height: 37px;
    margin: 0px 5px;
    white-space: nowrap;
  }

  #nav-main .navbar-collapse > ul > li {
    display: inline-block;
  }

  .header.fixedTop .header .navbar-collapse > ul > li > a {
    line-height: 35px;
  }

  .dropdown-item:hover, .more .nav-item > a:hover {
    background-color: #ed1d28 !important;
  }

  .more .nav-item > a {
    background: #5365b2;
    color: #ffffff !important;
    padding: 5px 14px !important;
    margin-bottom: 0px !important;
    border-bottom: 1px solid #ffffff;
  }

  #main .nav-item a:hover .dropdown-menu, .more .nav-item a:hover .dropdown-menu {
    display: block;
  }

  .more ul {
    right: 3%;
  }

  #nav-main ul li.more li .dropdown-menu {
    position: absolute;
    right: 101%;
    left: auto;
    top: -3px;
    background: transparent;
    padding: 0px;
  }
  #nav-main ul li.more li .dropdown-menu a {
    margin-bottom: 0px;
  }
  #nav-main ul li.more li .dropdown-menu a:hover {
    background-color: #b5e684 !important;
    color: #000000 !important;
  }

  .navbar-expand-md .navbar-nav .dropdown-menu {
    top: 46px;
  }

  .header .menu {
    padding-left: 6px;
  }
  .header.fixedTop .sticky_logo {
    display: block;
    max-width: 45px;
    position: absolute;
    top: -9px;
    left: 20px;
  }
  .header.fixedTop .menu {
    padding-left: 80px;
  }
  .header.fixedTop .navbar-collapse > ul > li > a {
    font-size: 15px;
  }
}
@media (min-width: 992px) {
  .dropdown-menu .dropdown-item {
    text-align: left;
    line-height: 25px;
  }

  .header .navbar-collapse > ul > li > a {
    font-size: 15px;
    padding: 0px 14px;
  }
  .header .menu {
    padding-left: 14px;
  }
  .header.fixedTop .menu {
    padding-left: 100px;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-md .navbar-nav {
    display: block;
    width: 100%;
  }

  .header .navbar-collapse > ul > li > a {
    padding: 0px 8px 0px 5px;
  }
}
.dashboard-counts .bg-primary:hover,
.dashboard-counts .bg-success:hover,
.dashboard-counts .bg-warning:hover,
.dashboard-counts .bg-danger:hover {
  opacity: 0.9;
}

.listHeadBarDisp {
  border-radius: 5px;
  padding: 5px 0px;
  color: #ffffff;
  display: none;
}

.listHeadBar > div {
  font-size: 15px;
  font-weight: bold;
  padding-top: 0px;
}

.admlstbtn {
  color: #ffffff;
}
.admlstbtn:hover {
  color: #ffffff;
  background: var(--hover);
}

.listRowBar {
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  padding: 5px 0px;
  color: #000000;
}
.listRowBar a {
  color: #000000;
  text-decoration: none;
}
.listRowBar a:hover {
  color: #ffffff !important;
}

.listRow1_0 {
  background-color: #48576380;
}
.listRow1_0 a:hover {
  color: #e6e6e6;
}

.listRow1_1 {
  background-color: #4857634d;
  color: #000000;
}
.listRow1_1 a {
  color: #000000;
}
.listRow1_1 a:hover {
  color: #ffffff;
}

.listRow2_0 {
  background-color: #b9cef0;
  color: #000000;
}

.listRow2_0 a, .listRow2_1 a {
  color: #2c343f;
}

.listRow2_0 a:hover, .listRow2_1 a:hover {
  color: #f7a059;
}

.listRow2_1 {
  background-color: #ecc6a9;
  color: #000000;
}

.listRow3_0, .listRow3_1 {
  background-color: #000000;
  color: #000000;
}

.listRowBar input[type=text] {
  width: 40px;
  height: 20px;
  padding: 0px 8px;
  margin-left: 2px;
  color: #000000;
}

.admMblOnlyIn {
  display: inline-block;
  font-size: 13px;
}

@media (min-width: 768px) {
  .admMblOnlyIn {
    display: none;
  }

  .listHeadBarDisp {
    display: block;
  }
}
.setting .form-control, .setting .input-group-text {
  padding: 0.15rem 0.5rem;
  font-size: 13px;
  height: 100%;
}
.setting .input-group-text .fa {
  font: normal normal normal 19px/1 FontAwesome;
  font-size: 19px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: auto;
}

.ra-msg, .f-img, .t-img, .l-img, .g-img, .fe-img, .te-img, .we-img, .pe-img, .ne-img, .y-img, .p-img, .in-img, .s-img, .v-img, .ue-img, .rs-img {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
  position: absolute;
  top: 20px;
  font-size: 8px;
}

.warn {
  font-size: 23px;
  color: red;
  position: absolute;
  z-index: 9;
  top: -22px;
  right: 3px;
}

.tooltip1 {
  display: inline-block;
  border-bottom: 1px dotted #000000;
  color: #000000;
}
.tooltip1 .tooltiptext1 {
  visibility: visible;
  background-color: #000000;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  padding: 1px 5px;
  position: absolute;
  z-index: 1;
  top: -19px;
  right: 36px;
  margin-left: -60px;
  font-size: 10px;
  font-family: arial;
}
.tooltip1 .tooltiptext1:hover .tooltiptext1 {
  visibility: visible;
}

.setting .bs {
  min-width: 43px;
}
.setting .cap {
  min-width: 77px;
}
.setting .ma {
  min-width: 107px;
}
.setting .fs {
  min-width: 71px;
}
.setting .es {
  min-width: 121px;
}
.setting .ps {
  min-width: 99px;
}
.setting .vs {
  min-width: 65px;
}
.setting .card-body {
  padding: 1rem 0.75rem 0.5rem 0.75rem;
  background-color: #f4f7fa;
}

label {
  font-size: 0.9rem;
}

input.form-control {
  border-radius: 0;
}
input.form-control::-moz-placeholder, input.form-control::-webkit-input-placeholder, input.form-control::-ms-input-placeholder {
  font-size: 0.75em;
  font-weight: 400;
  color: #aaa;
}

select.form-control {
  border-radius: 0;
  border-color: #ddd;
  font-weight: 300;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}
select.form-control option {
  color: #999;
  font-weight: 300;
}

.form-group, .form-group div[class*=col-] {
  margin-bottom: 10px;
}

.form-group-material {
  position: relative;
  margin-bottom: 30px;
}

input.input-material {
  width: 100%;
  border: none;
  border-bottom: 1px solid #eee;
  padding: 10px 0;
  color: #868e96;
  font-weight: 300;
}

input.input-material.is-valid {
  border-color: #28a745 !important;
}

input.input-material.is-invalid {
  border-color: #dc3545 !important;
}

input.input-material:focus {
  border-color: #ed0006;
  outline: none;
}

input.input-material ~ label {
  color: #aaa;
  position: absolute;
  top: 14px;
  left: 0;
  cursor: text;
  transition: all 0.2s;
  font-weight: 300;
}

input.input-material ~ label.active {
  font-size: 0.8rem;
  top: -10px;
  color: #ed0006;
}

input.input-material.is-invalid ~ label {
  color: #dc3545;
}

input.form-control-custom {
  visibility: hidden;
  width: 1px;
}

input.form-control-custom:checked + label::before {
  background: #ed0006 !important;
}

input.form-control-custom:checked + label::after {
  opacity: 1 !important;
}

input.form-control-custom.radio-custom + label::before {
  border-radius: 50%;
}

input.form-control-custom.radio-custom + label::after {
  content: "";
  width: 6px;
  height: 6px;
  line-height: 6px;
  background: #fff;
  border-radius: 50%;
  top: 7px;
  left: 5px;
}

input.form-control-custom[disabled] + label {
  cursor: not-allowed;
}

input.form-control-custom[disabled] + label::before, input.form-control-custom[disabled] + label::after {
  border: 2px solid #aaa;
  cursor: not-allowed;
}

input.form-control-custom[checked] + label::before, input.form-control-custom[checked] + label::after {
  border: none;
}

input.form-control-custom + label {
  font-size: 0.85rem;
  margin-bottom: 0;
  margin-left: 0;
  color: #999;
  padding-left: 25px;
  padding-top: 2px;
  position: relative;
}
input.form-control-custom + label span {
  margin-left: 20px;
}
input.form-control-custom + label::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  line-height: 16px;
  background: #ddd;
  color: #ffffff;
  text-align: center;
  position: absolute;
  top: 2px;
  left: 0;
  transition: all 0.1s;
  cursor: pointer;
}
input.form-control-custom + label::after {
  content: "";
  display: block;
  font-family: "FontAwesome";
  font-size: 8px;
  color: #ffffff;
  position: absolute;
  top: 4px;
  left: 4px;
  transition: all 0.1s;
  opacity: 0;
  cursor: pointer;
}

.forms .line {
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #eee;
  margin: 20px 0 30px;
}
.forms p {
  font-size: 0.8rem;
  color: #868e96;
}
.forms small {
  color: #868e96;
}
#textToBeSaved h1, 
#textToBeSaved h2,
#textToBeSaved h3, 
#textToBeSaved h4, 
#textToBeSaved h5, 
#textToBeSaved h6,
#textToBeSaved p {font-family: 'Poppins', sans-serif;}
@media (min-width: 768px) {
  .forms h2 {
    font-size: 2rem;
    font-weight: 400;
  }
  .forms input.form-control {
    border-radius: 0;
  }
  .forms input.form-control::-moz-placeholder, .forms input.form-control::-webkit-input-placeholder, .forms input.form-control::-ms-input-placeholder {
    font-size: 0.85em;
  }
  .forms p {
    font-size: 0.9em;
  }
}
.footer {
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: auto;
  padding-top: 5px;
}
.footer p {
  font-weight: 500;
  font-size: 13px;
  text-transform: capitalize;
  margin-bottom: 0px;
  color: #fff;
}
.footer p a {
  font-weight: 500;
  font-size: 13px;
  color: #fff;
}
.footer p a:hover {
  color: #000;
}

@media (min-width: 768px) {
  .footer {
    padding-top: 15px;
  }
  .footer p, .footer p a {
    font-size: 15px;
  }
}
@media (min-width: 992px) {
  .footer {
    padding-top: 0px;
  }
  .footer p, .footer p a {
    font-size: 15px;
    line-height: 60px;
  }
}
.color-picker {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  background-color: #ffffff;
  padding: 0px;
}

.picktxt {
  font-size: 25px;
  font-weight: 700;
  padding: 0px 10px;
  text-align: center;
  color: #000000;
}

.color-code {
  width: 100px;
  padding: 10px;
}

.header,.footer,.listHeadBarDisp,.admlstbtn{
    background: var(--backcol);
}
.header {
    border-bottom: 2px solid var(--backcol);
}
.listHeadBarDisp {
    border: 1px solid var(--backcol);
}
}
/***********************************SASS 1 word************************************/
/***********************************SASS 1 word************************************//*# sourceMappingURL=styles.css.map */