/*
 * Deskman by Anfibia
 */

@font-face {
    font-family: 'Kanit';
    font-style: normal;
    font-weight: 600;
    src: local('Kanit'), local('Kanit'), url(../fonts/Kanit-SemiBold.ttf) format('truetype');
}


.navbar-brand {
  font-family: 'Kanit', sans-serif;
  color: #666 !important;
}

.sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 100; /* Behind the navbar */
  padding: 48px 0 0; /* Height of navbar */
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, .030);
}

.sidebar-sticky {
  position: relative;
  top: 0;
  height: calc(100vh - 48px);
  padding-top: 3rem;
  padding-left: 3rem;
  overflow-x: hidden;
  overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}

.sidebar .sidebuild {
  position: absolute;
  bottom: 0;
  padding: 0 0 2rem 1rem;
  color: #999;
  opacity: .6;
  font-weight: 600;
}

.navbar-brand-docs {
  padding-left: 4rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
}

.navbar-brand-docs img {
  width: 1.3rem;
  height: 1.3rem;
  position: relative;
  top: -.15rem;
}

.navbar-brand-docs .dropdown-menu {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
  font-size: 1rem !important;
  font-weight: 400 !important;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sidebar-sticky {
    position: -webkit-sticky;
    position: sticky;
  }
}

.sidebar .nav-link {
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.5;
  color: #333;
  display: inline-flex;
}

.sidebar .nav-link img {
  width: 16px;
  height: 16px;
  position: relative;
  top: .38rem;
  margin-right: .8rem;
  /*display: none;*/
}

/*.sidebar-sticky ul li:nth-child(n+3) .nav-link img {
  top: .33rem;
}

.sidebar-sticky ul li:nth-child(2) .nav-link img {
  width: 23px;
  height: 23px;
  top: .16rem;
  left: -.15rem;
  margin-right: .5rem;
}

.sidebar-sticky ul li:nth-child(7) .nav-link img {
  width: 20px;
  height: 20px;
  top: .20rem;
  left: -.07rem;
  margin-right: .5rem;
}*/


.sidebar .nav-link .feather {
  margin-right: 4px;
  color: #999;
}

.xbadge {
  padding: 2px 8px;
  border-radius: 3px;
  box-sizing: border-box;
  flex-direction: row;
  align-items: center;
  display: inline-flex;
  line-height: 16px;
  font-size: 11px;
  white-space: nowrap;
  font-weight: 600;
}

.xbadge svg {
  margin-left: 0;
}

.xbadge-green{
  color: #0e6245;
  background-color: #cbf4c9;
}

.xbadge-yellow{
  color: #983705;
  background-color: #f8e5b9;
}

.xbadge-red{
  color: #cd3d64;
  background-color: #fde2dd;
}

.xbadge-blue{
  color: #5469d4;
  background-color: #d6ecff;
}

.assistanceButtons .xbadge {
  position: relative;
  top: -.01rem;
}

/*.sidebar .nav-link.active {
  color: #007bff;
}*/

.nav-item .xbadge {
  position: relative;
  top: .2rem;
}

.sidebar .nav-link:hover, .sidebar .nav-link.active {
  color: inherit;
  filter: invert(32%) sepia(48%) saturate(3734%) hue-rotate(199deg) brightness(100%) contrast(110%);
}

.text-sidebar {
  color: inherit;
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(147deg) brightness(109%) contrast(101%) !important;
}

.sidebar.bg-lightblue .nav-link:hover, .sidebar.bg-lightblue .nav-link.active {
  color: inherit;
  filter: none;

}

.bg-lightblue {
  background-color: #acdaee !important;
}

.bg-dark a:not(.active) {
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(147deg) brightness(109%) contrast(101%) !important;
}

.sidebar-heading {
  font-size: .75rem;
  text-transform: uppercase;
}

[role="main"] {
  padding-top: 48px; /* Space for fixed navbar */
}


.navbar .form-control {
  padding: .75rem 1rem;
  border-width: 0;
  border-radius: 0;
}

.navbar .form-inline {
  font-size: 14px;
}

.navbar .form-inline a img {
  opacity: .9;
  width: 1.2rem;
  height: 1.2rem;
  filter: invert(32%) sepia(48%) saturate(3734%) hue-rotate(199deg) brightness(100%) contrast(110%);
}

.navbar .form-inline a img:hover {
  opacity: 1;
 }

.list-muted ul li {
  list-style: none; 
}

.list-muted ul li::before {
  color: #999;
  content: "\2022";
  position: relative;
  top: 0em; 
  left: -1em;
}

.img100 {
  width: 100px;
}

.bw {
  filter: grayscale(100%);
}

.ash {
  opacity: 0.1;
}

.bw.ash.img100:hover {
  opacity: 0.3;
  filter: none;
}

.img20 {
  width: 20px;
  position: relative;
  top: -2px;
}

.img18 {
  width: 16px;
  position: relative;
  top: -2px;
}

.font-weight-med {
  font-weight: 600 !important;
}

.nav-link:focus, .nav-link:hover {
  color: #007bff;
}

h5.star::before {
  content: "\2605";
  position: relative;
  left: -.7em;
}

h5.star {
  position: relative;
  left: -1.1rem;
}

h3.header {
  font-weight: 700;
}

h3.header img {
  width: 1em;
  position: relative;
  top: -.16em;
}

.btn-min {
  padding-top: .1rem !important;
  padding-bottom: .1rem !important;
  font-size: 9px !important;
  padding-right: .8rem !important;
  padding-left: .8rem !important;
}

.btn-wide {
  padding-top: .3rem;
  padding-bottom: .3rem;
  font-size: 14px;
  padding-right: 1rem;
  padding-left: 1rem;
}

.btn-pr1 {
  padding-right: 1.2rem;
}

.btn-wide svg {
  position: relative;
  top: -.1rem;
}

/* nav-tabs redux */

.nav-tabs { 
  font-weight: 500;
  padding-bottom: .0rem;
 }

.nav-tabs .nav-link {
  color: #495057;
  padding: 0;
  margin:.5rem .8rem .0rem .5rem;
  padding-bottom: .3rem;
}

.nav-tabs .nav-link svg {
  position: relative;
  top: -.1rem; 
}

.nav-tabs li:first-child .nav-link {
  margin-left: 0;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #007bff;
  border-color: #fff #fff #007bff #fff;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #fff #fff #007bff #fff;

}


.alert-redux {
  color: #383d41;
  background-color: #f7fafc;
  border-color: #e3e8ee;
  padding: 1.5rem;
}

.alert-redux h5 {
    line-height: 28px;
    font-weight: 700;
    margin-bottom: .9rem;
}

.alert-redux hr {
  border-top-color: #c8cbcf;
}

.alert-redux .alert-link {
  color: #202326;
}

.alert-redux.lictext {
  text-align: center;
  padding-top: 3rem;
  padding-bottom: 3.1rem;
}

.alert-redux.lictext hr {
  margin-left: 30%;
  margin-right: 30%;
  margin-top: 2rem;
  opacity: 0.5;
}

.lictext img {
  width: 3rem !important;
  height: 3rem !important;
  margin: 1rem;
}

.lictext .bigimg {
  width: 6rem !important;
  height: 6rem !important;
  margin-top: 7.1rem;
  margin-bottom: 7.1rem;
}

.lictext {
  /*border: 2px dashed #ddd;*/
}


.display-5 {
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-6 {
  font-size: 1.7rem;
  font-weight: 300;
  line-height: 1.7;
}

.flex-switches {
  padding: 1rem;
}

.custom-switch, .custom-checkbox {
  margin-bottom: .3rem;
  font-weight: 500;
  line-height: 1.4rem;
}

.custom-switch.onoff {
  /*font-weight: 400;*/
}

.custom-switch.onoff .custom-control-label::after {
  background-color: #e83e8c;
}

.card .card-title {
  line-height: 28px;
  font-weight: 700;
  font-size: 20px;
  color: #1a1f36;
  margin-bottom: .5rem;
}

.card .card-subtitle {
  line-height: 20px;
  font-weight: 400;
  font-size: 14px;
  color: #3c4257;

}

.card-title svg, .card-title img {
  width: 2em;
  height: 2em;
  float: right;
  opacity: 0.5;
}

.card .card-form {
  background-color: #f7fafc;
  margin: .05rem;
  border-top: .06rem solid #e3e8ee;
  padding:2rem; 
}

.card .card-form label:not(.btn) {
  font-weight: 500;
  font-size: 14px;
}

.table-form {
  background-color: #f7fafc;
  margin: .05rem;
  border-top: .06rem solid #e3e8ee;
  border-bottom: .06rem solid #e3e8ee;
  padding:2rem; 
}

.font-weight-med {
  font-weight: 600 !important;
}

.dropdown-item img {
  margin-left: .8rem;
  position: relative;
  top: .1rem;
}

.dropdown-item img:hover {
  color: inherit;
  filter: invert(32%) sepia(48%) saturate(3734%) hue-rotate(199deg) brightness(100%) contrast(110%);
}

.navbar-light .navbar-text {
  color: #333;
}

.navbar-light .navbar-text span {
  opacity: .2;
}

.navbar-light .navbar-text a {
  color: inherit;
}

.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: #0056b3;
}

.navbar-light .navbar-text img {
  width: 1rem;
  height: 1rem;
  position: relative;
  top: -.12rem;
  margin-right: .5rem;
}

.btn-xm, .btn-group-xm > .btn {
  padding: 0.17rem 0.7rem;
  font-size: 0.775rem;
  line-height: 1;
  border-radius: 0.2rem;
}

th .btn-xm svg {
  width: 1.2em;
  height: 1.2em;
}

.row-dash {
  padding-left: 15px;
  padding-right: 15px;
}

.row-dash .col {
  padding: 0;
}

.border-muted {
  border-color: #e3e8ee !important;
  border: .06rem solid;
}

.border-none {
  border: none;
}

.row-dash:not(.row-dash-sync) .col:first-child .card {
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.row-dash.row-lic .col:first-child .card {
  padding-top: 0rem;
}

.row-dash-sync .col:nth-child(odd) .card {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.row-dash-sync .col:nth-child(2) .card {
  border-radius: 0;
}

.row-dash-sync .card {
  min-height: 8rem;
}

.row-dash.row-lic .col:not(first-child) .card {
  border-left: 0;
  border-right: 0;
}

.row-dash.row-lic .col .card {
  border-bottom: 0;
}


.row-dash .col:last-child .card {
  border-right:0;
  border-radius: 0;
}

.row-dash .col:first-child .card .card-body {
  padding-left: .2rem;
}

.row-dash + .row-dash .col .card {
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-top: 0;
}

.row-dash + .row-dash + .row-dash .card .card-body img {
  width: 5rem;
  height: 5rem;
  opacity: .5;
}

.row-dash .card img {
  width: 1.7rem;
  height: 1.7rem;
  opacity: .4;
  filter: invert(32%) sepia(66%) saturate(4019%) hue-rotate(200deg) brightness(103%) contrast(106%);
}

.row-dash .card .status-black img {
  filter: none !important;
  opacity: .3 !important;
}

.row-dash .card .status-warning img {
  filter: invert(83%) sepia(45%) saturate(3591%) hue-rotate(353deg) brightness(105%) contrast(103%);
  opacity: 1;
}

.row-dash .card .status-error img {
  filter: invert(28%) sepia(82%) saturate(2760%) hue-rotate(337deg) brightness(90%) contrast(90%);
  opacity: .7;
}

.row-dash .card h6 {
  color: #333;
}

.row-dash .card .card-text:not(.inprogress), .row-users .card-text {
  margin-bottom: .2rem;
}

.row-dash .card .card-subtext:not(.text-danger) {
  color: #6c757d !important;
}

.row-dash .card a,  .row-dash .card .card-subtext,  .row-users .card-subtext, .row-dash .text-danger {
  font-size: .9rem;
}

.resetsize {
  font-size: 1rem !important;
}

.row-dash .card td a {
  font-size: inherit;
}


.row-users .col {
  margin-top: 1rem;
  margin-left: 1rem;
  margin-right: 1rem;
}

.row-dash-sync .col {
  margin-top: 0rem;
}

.row-users .col h6 {
  text-transform: uppercase;
}

.row-users .col img  {
  width: 2.1rem !important;
  height: 2.1rem !important;
  filter: none;
  float: left;
  margin-right: .7rem;
  margin-bottom: 2rem;
  margin-left: .3rem;
}

.row-users .col .progress {
  height: .15rem;
}

.row-users .col .progress-text {
  font-size: .9rem;
}

.card-body .card-subtext + button, .card-body .card-subtext + a, .card-body .card-subtext + button + button, .card-body .card-subtext + button + button +button, .card-body .card-subtext + button + a, .card-body .card-subtext + a + a, .card-body .card-subtext + a + button {
  margin-top: .64rem;
}

.card-body a + .btn-group, .card-body a + .btn-group + button {
  margin-top: .53rem;
}


/* bug fix chrome */

.modal-content {
  background-clip: none !important;
  border: none !important;
}

/* end-fix */

.modal-header {
  box-shadow: inset 0 -1px #e3e8ee;
  border-bottom: 0;
}

.modal-footer {
  border-top: 0;
}

.modal-body {
  color: #3c4257;
  background-color: #f7fafc;
  border-color: #e3e8ee;
  border-left: 0;
  box-shadow: inset 0 -1px #e3e8ee;
  border-bottom: 0;
  padding: 1.5rem;
}

.modal-body label, .modal-body p {
  font-weight: 500;
  font-size: 14px;
}

.modal-body p {
  margin-bottom: .5rem;
}

.modal-body p a {
  color: #3c4257;
}

.modal-body p a:hover {
  text-decoration: none;
}

.modal-body .text-assistance {
  font-size: 13px;
}

.modal-body .text-assistance b {
  font-weight: 600 !important;
}

.body-welcome, .body-confirm {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.body-welcome img {
  width: 1.5rem;
  height: 1.5rem;
  filter: invert(32%) sepia(48%) saturate(3734%) hue-rotate(199deg) brightness(100%) contrast(110%);
  margin-bottom: 1rem;
}

.body-confirm img, .body-confirm svg {
  width: 1.5rem;
  height: 1.5rem;
  /*filter: invert(32%) sepia(48%) saturate(3734%) hue-rotate(199deg) brightness(100%) contrast(110%);*/
  margin-bottom: 1rem;  
}

.blue-filter {
  filter: invert(32%) sepia(48%) saturate(3734%) hue-rotate(199deg) brightness(100%) contrast(110%) !important;
}

.flip {
  transform: rotate(180deg);
}


.modal-body .btn-wide svg {
  margin-right: .4rem;  
}

.modal-body hr {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  margin-left: 2rem;
  margin-right: 2rem;
  opacity: 0.5;
}

.ghouled {
  opacity: 0.1;
}

.ghosted {
  opacity: 0.8;
}

.ethereal {
  opacity: 0.6;
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.input-group-append {
  opacity: .7;
}

button .spinner-border {
  position: relative;
  top: -.05rem;
  margin-right: .1rem;
}

.popover {
    border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

.popover-header {
  padding: 0.9rem 0.75rem;
  margin-bottom: 0;
  font-size: .9rem;
  background-color: #fefefe;
  border-bottom: 0;
  box-shadow: inset 0 -1px #e3e8ee;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
  border-right: .01rem solid rgba(0, 0, 0, 0.2);
  color: #1a1f36;
}

.popover-header div {
  font-weight: 400;
  font-size: .7rem;
  padding-top: .1rem;
  opacity: .8;
  color: #3c4257;
}

.popover-body {
  background-color: #f7fafc;
  border-bottom: .01rem solid rgba(0, 0, 0, 0.2);
  border-right: .01rem solid rgba(0, 0, 0, 0.2);
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;

}

a:focus, a:focus{
    outline: none;  /*safari*/
}

.form-group small a {
  font-weight: 500;
  color: #5A5B5B;
}


.form-group small a img {
  position: relative;
  top: -.06rem;
  /*filter: invert(32%) sepia(66%) saturate(4019%) hue-rotate(200deg) brightness(103%) contrast(106%);*/
  filter: invert(34%) sepia(8%) saturate(54%) hue-rotate(131deg) brightness(94%) contrast(84%);
  width: .8rem;
  height: .8rem;
}

.card-img-top {
  height: 2rem;
  /*width: 2rem;*/
  margin-top: 1.5rem;
  padding-bottom: 0;
  margin-bottom: 0;
}

table > tbody tr {
  cursor: pointer;
}

.modal.fade .modal-dialog {
  transition: -webkit-transform 0.1s ease-out;
  transition: transform 0.1s ease-out;
  transition: transform 0.1s ease-out, -webkit-transform 0.1s ease-out;
}

.text-confirm {
  font-size: 15px;
}

.modal-title img {
  width: 1rem;
  height: 1rem;
  margin-left: .2rem;
  position: relative;
  top: -0.11rem;
}

.table-dash tr td:last-child {
  padding-top: .2rem;
} 

.table-dash tr td:nth-child(3) {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}

.pagenav {
  position: relative;
  top: -1rem;
  float: right;
}

.pagenav ul {
  margin-bottom:0 !important;
}

.display-5 svg {
  position: relative;
  top: -0.2rem;
  margin-right: .3rem;
  margin-left: .3rem;
  opacity: 0.7;
} 

td a img {
  height: .9rem !important;
  width: .9rem !important;
  position: relative;
  top: -.12rem;
  margin-right: .2rem;
  /*filter: none !important;*/
  opacity: .8 !important;
}

.pt-01 {
  padding-top: 0.1rem !important;
}

.pb-01 {
  padding-bottom: 0.2rem !important;
}

.dot-xs {
  width: .37rem;
  height: .37rem;
  background-color: currentColor;
  border-radius: 50%;
}

.navbar .dot-xs {
  position: relative;
  left: -1.5rem;
  top: -.5rem;
} 

.spinner-grow-xs {
  width: .6rem;
  height: .6rem;
  position: relative;
  top: -.21rem;
  margin-right: .2rem;
}

.spinner-grow-lg {
  width: 3rem;
  height: 3rem;
}

.context-img {
  position: relative;
  top: .15rem;
  left: -.5rem;
}

@-webkit-keyframes bolanim {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bolanim {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.bolanim {
  display: inline-block;
  vertical-align: text-bottom;
  background-color: #cd3d64;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: spinner-grow 2s linear infinite;
  animation: spinner-grow 2s linear infinite;
  width: .6rem;
  height: .6rem;
  position: relative;
  top: -.3rem;
  left: -.5rem;
}

.list-group-flush .list-group-item img {
  width: 1.2em;
  float: left;
  margin-right: .6em;
  opacity: 10;
}

.btn.input-group-text {
  padding-left: .5rem;
  padding-right: .5rem;
  font-size: 14px;
  margin-top: .1rem;
}

.noselect {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}

.custom-range {
  height: .6rem;
}

.custom-range::-webkit-slider-thumb {
  width: .6rem;
  height: .6rem;
  margin-top: -0.22rem;
}

.custom-range::-moz-range-thumb {
  width: .6rem;
  height: .6rem;
  margin-top: -0.22rem;
}

.custom-range::-webkit-slider-runnable-track {
  height: 0.2rem;
  background-color: #dee2e6;
}

.custom-range::-moz-range-track {
  height: 0.2rem;
  background-color: #dee2e6;
}

td .custom-range {
  display: inline;
  width: 20% !important;
  margin-left: 1rem;
}

.w-5 {
  width: 5%;
}

.w-15 {
  width: 15%;
}

.w-25 {
  width: 25%;
}

.py-222 {
  padding: 1.5rem 0 .2rem 0;
}

.inside-button button {
  border: 1px solid #ced4da !important;
}

.inside-button button svg {
  position: relative;
  top: -.1rem;
}

.table-warn {
  color: #000000 !important;
}

.muted-color {
  color: #B2BECC;
}

.page-link:focus {
  z-index: auto;
  outline: none;
  box-shadow: none;
}

.caret {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.head-point tr th {
  cursor: pointer;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}

.row-details {
  border-top: .06rem solid #e3e8ee;
  border-bottom: .06rem solid #e3e8ee;
}

.table-form hr:not(.dropdown-menu hr) {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  opacity: 0.6;
}

.dropdown-info {
  display: block;
  padding: .3rem 1.5rem 0.3rem 1.5rem;
  margin-bottom: 0;
  position: relative;
  top: -.3rem;
  font-size: 0.875rem;
  opacity: 0.5;
  white-space: nowrap;
}

td button, td .btn-min  {
  position: relative;
  top: .3rem;
}

.small-profile {
  position: relative;
  top: -1.45rem;
}

/*loader-start*/

.syncloader {
  height: 100px;
}

.loader,
.loader:before,
.loader:after {
  background: #1786fc;
  -webkit-animation: load1 1s infinite ease-in-out;
  animation: load1 1s infinite ease-in-out;
  width: 1em;
  height: 4em;
}
.loader {
  color: #007bff;
  text-indent: -9999em;
  margin: 88px auto;
  position: relative;
  font-size: 11px;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.loader:before,
.loader:after {
  position: absolute;
  top: 0;
  content: '';
}
.loader:before {
  left: -1.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader:after {
  left: 1.5em;
}
@-webkit-keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}
@keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}

/*loader-end*/

@media (max-width: 700px) {
  .navbar-brand-docs {
    padding-left: 1rem;
  }
}



/* browser-specific */

@media not all and (min-resolution:.001dpcm)
{ @supports (-webkit-appearance:none) {
  /*safari*/
  .lictext .bigimg {
    margin-top: 7.01rem;
    margin-bottom: 7.01rem;
  }
}}

@-moz-document url-prefix() { 
  /* firefox */
  .custom-switch, .custom-checkbox {
    font-weight: 600;
  }
}

