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

:root {
  --bg: #e3e4e8;
  --fg: #17181c;
  --primary: #255ff4;
  --yellow: #f4a825;
  --yellow-t: rgba(244, 168, 37, 0);
  --bezier: cubic-bezier(0.42,0,0.58,1);
  --trans-dur: 0.3s;
}

body {
  margin: 0;
  padding: 0;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  font-family: 'Open Sans', sans-serif;
  background-color: #F9FAFA;
  color: #1F272E;
  position: relative;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Josefin Sans', sans-serif;
  padding: 0;
  margin: 0;
}

p, span, label {
  font-family: 'Open Sans', sans-serif;
}

ul, li {
  list-style: none;
  margin: 0;
  padding: 0;
  color: #1F272E;
}

html {
  scroll-behavior: smooth !important;
}

ul .heading-li {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #000;
}

a {
  text-decoration: none;
  letter-spacing: -0.025rem;
}

::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-thumb {
  background-color: #aaaa;
  border-radius: 6px;
}

::-webkit-scrollbar-thumb:hover {
  background: -webkit-gradient(linear, left top, right top, from(#0595ec), to(white));
  background: linear-gradient(90deg, #0595ec 0%, white 100%);
  border-radius: 8px;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.login-left-sec {
  background: linear-gradient(-45deg, #EE7752, #E73C7E, #23A6D5, #23D5AB);
  background-size: 400% 400%;
  position: relative;
  -webkit-animation: change 10s ease-in-out infinite;
          animation: change 10s ease-in-out infinite;
}

@-webkit-keyframes change {
  0% {
    background-position: 0 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0 50%;
  }
}

@keyframes change {
  0% {
    background-position: 0 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0 50%;
  }
}

.liquid {
  background: url("../images/edge.png");
  background-position-x: right;
  background-repeat: no-repeat;
  width: 100%;
  height: 100vh;
}

.liquid h4 {
  color: #fff;
  font-weight: 700;
}

.login-btn a {
  background: -webkit-gradient(linear, left top, right top, from(#61d0e3), color-stop(0%, #1e6fad), to(#00d4ff)) !important;
  background: linear-gradient(90deg, #61d0e3 0%, #1e6fad 0%, #00d4ff 100%) !important;
}

.owl-carousel {
  width: 74%;
  margin-top: 120px;
  min-height: 450px;
}

.owl-carousel .owl-item .login_img {
  float: right;
  width: 600px;
  height: 350px;
  background-repeat: no-repeat;
  background-size: cover;
  padding-right: 3rem;
}

.owl-dots {
  position: fixed;
  padding: 3.3rem 1.3rem;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transform: translateY(-240px);
          transform: translateY(-240px);
}

.owl-dots button {
  border-radius: 5rem;
  margin: .3rem 0;
}

.owl-dots button span {
  background: #fff !important;
  margin: 0rem .6rem !important;
}

/* .owl-dots .active{
       border: 1px solid #E8630A !important;
   } */
.owl-dots .active span {
  border: 1px solid #000;
  background: #E8630A !important;
  -webkit-transform: scale(1);
          transform: scale(1);
  margin: .1rem .6rem !important;
}

.login-form-wrap {
  padding: 130px 80px 60px 80px;
  background-color: #f8f8f8;
  height: 100vh;
}

.login-form-wrap h3 {
  font-weight: 600;
  font-size: 30px;
  color: #3a3a3a;
  padding-bottom: 10px;
}

.login-form-wrap h3 span {
  color: #f2f2f2;
  -webkit-text-stroke: 1px #000;
}

.login-form-wrap p {
  font-size: 14px;
  color: #8898aa;
  padding-bottom: 15px;
}

.login-form-wrap .form-label .input-icon {
  display: inline;
  position: absolute;
  right: 81px;
  padding: 8px 7px;
  margin-top: -36px;
}

.login-form-wrap .form-control {
  background: #dddd;
}

.login-form-wrap .form-label a {
  background-color: #01afae;
  width: 100%;
  color: #fff;
  padding: 10px;
  margin-top: 10px;
  border: none;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
}

.custom-btn {
  padding: 4px 12px;
  outline: none;
  background: transparent;
  color: #000;
  font-weight: 500;
  border-radius: 6px;
  border: 1px solid transparent;
  text-transform: capitalize;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: -webkit-box-shadow, -webkit-transform;
  transition-property: -webkit-box-shadow, -webkit-transform;
  transition-property: box-shadow, transform;
  transition-property: box-shadow, transform, -webkit-box-shadow, -webkit-transform;
}

.custom-btn:hover, .btn:focus, .btn:active {
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}

/* custom-secondary-button css */
.custom-secondary-btn {
  border-color: #82868b;
  background-color: #82868b;
}

.custom-secondary-btn:active, .custom-secondary-btn:focus {
  background-color: #75797e;
  color: #fff;
}

.custom-secondary-btn:hover {
  -webkit-box-shadow: 0 8px 25px -8px #82868b;
          box-shadow: 0 8px 25px -8px #82868b;
  color: #fff;
}

.custom-secondary-btn-2 {
  background: #187498;
  color: #fff !important;
  border: 1px solid #205375;
}

.custom-secondary-btn-2:active, .custom-secondary-btn-2:focus {
  background-color: #205375;
}

.custom-secondary-btn-2:hover {
  -webkit-box-shadow: 0 8px 25px -8px #187498;
          box-shadow: 0 8px 25px -8px #187498;
}

.custom-secondary-btn-3 {
  background: #A85CF9;
  border: 1px solid #5534A5;
  color: #FFF;
}

.custom-secondary-btn-3:active, .custom-secondary-btn-3:focus {
  background-color: #5534A5;
}

.custom-secondary-btn-3:hover {
  -webkit-box-shadow: 0 8px 25px -8px #A85CF9;
          box-shadow: 0 8px 25px -8px #A85CF9;
}

.custom-secondary-btn-4 {
  background-image: -webkit-gradient(linear, right top, left top, from(#119bb1), to(#3BACB6));
  background-image: linear-gradient(to left, #119bb1, #3BACB6);
  color: #fff !important;
  border: 1px solid #3BACB6;
}

.custom-secondary-btn-4:active, .custom-secondary-btn-4:focus {
  background-color: #2F8F9D;
}

.custom-secondary-btn-4:hover {
  -webkit-box-shadow: 0 8px 25px -8px #82DBD8;
          box-shadow: 0 8px 25px -8px #82DBD8;
  background-position: right;
}

/* custom-success-button css */
.custom-success-btn {
  background: -webkit-gradient(linear, left top, right top, from(#0595ec), to(#3ab4ff));
  background: linear-gradient(90deg, #0595ec 0%, #3ab4ff 100%);
  width: 80px;
  color: #fff;
}

.custom-success-btn:active, .custom-success-btn:focus {
  color: #fff;
}

.custom-success-btn:hover {
  -webkit-box-shadow: 0 5px 25px -8px #3ab4ff;
          box-shadow: 0 5px 25px -8px #3ab4ff;
  color: #fff;
  background-position: right;
}

.primary-transparent-btn {
  background: #ffff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 1px 2px rgba(0, 0, 0, 0.02);
          box-shadow: 0px 0px 1px 2px rgba(0, 0, 0, 0.02);
}

.primary-btn {
  background: #2490EF;
  color: #fff;
}

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

.gray-btn {
  background: #e8ebeb;
  border: 1px solid #f2f2f2 !important;
  color: #6e6b7b;
}

.gray-btn:hover {
  color: #6e6b7b;
}

/* custom-danger-button css */
.custom-danger-btn {
  border-color: #2490EF;
  color: #344767;
  width: 80px;
}

.custom-danger-btn:active, .custom-danger-btn:focus {
  background: -webkit-gradient(linear, left top, right top, from(#0595ec), to(#3ab4ff));
  background: linear-gradient(90deg, #0595ec 0%, #3ab4ff 100%);
  color: #fff;
}

.custom-danger-btn:hover {
  -webkit-box-shadow: 0 5px 25px -8px #3ab4ff;
          box-shadow: 0 5px 25px -8px #3ab4ff;
  background-position: right;
}

/* custom-warning-button css */
.custom-warning-btn {
  border-color: #ff9f43;
  background-color: #ff9f43;
}

.custom-warning-btn:active, .custom-warning-btn:focus {
  background-color: #ff922a;
}

.custom-warning-btn:hover {
  -webkit-box-shadow: 0 8px 25px -8px #ff9f43;
          box-shadow: 0 8px 25px -8px #ff9f43;
}

/* custom-info-button css */
.custom-info-btn {
  border-color: #00cfe8;
  background-color: #00cfe8;
  color: #fff;
}

.custom-info-btn:active, .custom-info-btn:focus {
  background-color: #00b8cf;
  color: #fff;
}

.custom-info-btn:hover {
  -webkit-box-shadow: 0 8px 25px -8px #00cfe8;
          box-shadow: 0 8px 25px -8px #00cfe8;
  color: #fff;
}

.custom-excel-btn {
  border-color: #35a989;
  background-color: #35a989;
  color: #fff;
}

.custom-excel-btn:active, .custom-excel-btn:focus {
  background-color: #35a989;
  color: #fff;
}

.custom-excel-btn:hover {
  -webkit-box-shadow: 0 8px 25px -8px #35a989;
          box-shadow: 0 8px 25px -8px #35a989;
  color: #fff;
}

.custom-tabs-btn-sec {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  margin-top: 10px;
}

.custom-tabs-btn-sec li {
  border: none;
}

.custom-tabs-btn-sec li button {
  border: none;
  color: #6e6b7b;
  margin-right: 7px;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.custom-tabs-btn-sec li button:hover {
  color: #6e6b7b;
}

.custom-tabs-btn-sec li .active {
  background: #2490EF !important;
  color: #fff !important;
}

.table-btn {
  font-size: 14px;
  font-weight: 400;
}

.add-btn {
  color: #344767 !important;
  font-size: 15px;
  padding: 5px 8px;
}

.add-btn:hover {
  -webkit-box-shadow: 0px 1px 5px 1px #ddd;
          box-shadow: 0px 1px 5px 1px #ddd;
}

.floating-search-btn-container {
  position: fixed;
  bottom: 10%;
  right: 1%;
  z-index: 1;
}

.floating-search-btn-container button {
  background-color: transparent;
  border: none;
  width: 45px;
  height: 45px;
  /*background: #35a989; */
  background: #4f6bf2;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
}

.menu button {
  -webkit-transition: .5s all ease;
  transition: .5s all ease;
  background: #14C38E !important;
}

.floating-add-btn-container {
  position: fixed;
  bottom: 20%;
  right: 1%;
  z-index: 1;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.floating-add-btn-container button {
  background-color: transparent;
  border: none;
  width: 45px;
  height: 45px;
  background: #363062;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.floating-add-btn-container button:hover, .floating-add-btn-container button:focus {
  -webkit-transition: 1s all ease;
  transition: 1s all ease;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.floating-add-btn-container a {
  background-color: transparent;
  border: none;
  width: 45px;
  height: 45px;
  background: #363062;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  color: #fff;
}

.floating-add-btn-container a:hover, .floating-add-btn-container a:focus {
  -webkit-transition: 1s all ease;
  transition: 1s all ease;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.floating-add-btn-container-2 {
  position: fixed;
  bottom: 20%;
  right: 1%;
  z-index: 1;
}

.floating-add-btn-container-2 button {
  border-radius: 50%;
  border: none;
  color: #fff;
  padding: 1px 2px;
  background: #363062 !important;
}

.floating-add-btn-container-2 .wrapper-1 ul {
  list-style: none;
}

.floating-add-btn-container-2 .wrapper-1 ul li {
  width: 40px;
  height: 40px;
  position: relative;
  background: #dd4b39;
  margin: 10px 0;
  cursor: pointer;
  border-radius: 50px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.floating-add-btn-container-2 .wrapper-1 ul li i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 20px;
  color: #fff;
}

.floating-add-btn-container-2 .wrapper-1 ul li .fa {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 20px;
  color: #fff;
}

.floating-add-btn-container-2 .wrapper-1 .slider {
  content: "";
  position: absolute;
  top: 0;
  right: 51px;
  width: 180px;
  height: 40px;
  background: #f17564;
  border-radius: 30px;
  -webkit-transition: all 0.5s 0.3s ease;
  transition: all 0.5s 0.3s ease;
}

.floating-add-btn-container-2 .wrapper-1 p {
  font-family: arial;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  line-height: 40px;
  opacity: 1;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.floating-add-btn-container-2 .wrapper-1 ul li:hover .slider {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.floating-add-btn-container-2 .wrapper-1 ul li:hover .slider p {
  opacity: 1;
  -webkit-transition: all 1s 0.2s ease;
  transition: all 1s 0.2s ease;
}

.floating-add-btn-container-2 .wrapper-2 {
  display: none;
  position: absolute;
  top: -120px;
  right: 0;
}

.floating-add-btn-container-2 .wrapper-2 ul {
  list-style: none;
}

.floating-add-btn-container-2 .wrapper-2 ul li {
  width: 180px;
  height: 40px;
  position: relative;
  background: #dd4b39;
  margin: 10px 0;
  cursor: pointer;
  border-radius: 50px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.floating-add-btn-container-2 .wrapper-2 ul li i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 20px;
  color: #fff;
}

.floating-add-btn-container-2 .wrapper-2 ul li .fa {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 20px;
  color: #fff;
}

.floating-add-btn-container-2 .wrapper-2 p {
  font-family: arial;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  line-height: 40px;
  opacity: 1;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.floating-btn-container {
  position: fixed;
  top: 50%;
  right: -7px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 100;
}

.floating-btn-container .collapse-btn-float {
  background: #14C38E;
  border-radius: 50%;
  border: none;
  color: #fff;
  padding: 1px 2px;
  position: relative;
}

.floating-btn-container ul {
  list-style: none;
}

.floating-btn-container ul li {
  width: 40px;
  height: 40px;
  position: relative;
  background: #dd4b39;
  margin: 10px 0;
  cursor: pointer;
  border-radius: 50px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.floating-btn-container ul li i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 20px;
  color: #fff;
}

.floating-btn-container ul li .fa {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 20px;
  color: #fff;
}

.floating-btn-container .slider {
  content: "";
  position: absolute;
  top: 0;
  right: 51px;
  width: 0px;
  height: 40px;
  background: #f17564;
  border-radius: 30px;
  -webkit-transition: all 0.5s 0.3s ease;
  transition: all 0.5s 0.3s ease;
}

.floating-btn-container .slider p {
  font-family: arial;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  line-height: 40px;
  opacity: 0;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.floating-btn-container ul li:hover .slider {
  width: 180px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.floating-btn-container ul li:hover .slider p {
  opacity: 1;
  -webkit-transition: all 1s 0.2s ease;
  transition: all 1s 0.2s ease;
}

/*****************************
    Layout - Offcanvas
    *****************************/
.offcanvas {
  z-index: 999999;
  position: fixed;
  top: 0;
  overflow: auto;
  height: 100vh;
  padding: 20px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #fff;
  color: #6e6b7b;
  width: 300px;
  overflow-x: hidden;
  visibility: visible;
}

.nav-transparent-bg-active {
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999998;
  top: 0;
  bottom: 0;
}

.offcanvas-leftside {
  left: 0%;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.offcanvas-rightside {
  right: 0%;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.offcanvas.offcanvas-open {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.offcanvas-overlay {
  position: fixed;
  z-index: 999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  background-color: rgba(0, 0, 0, 0.5);
}

.offcanvas-header {
  margin-bottom: 30px;
  padding: 0;
}

.offcanvas-close {
  width: 28px;
  height: 28px;
  line-height: 28px;
  background: #fff;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto 0 auto auto;
}

.offcanvas-close:hover {
  color: #261146;
  border-color: #261146;
}

.offcanvas-title {
  margin-bottom: 40px;
}

/*mobile-menu Top Area*/
.mobile-menu-top {
  font-size: 13px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}

.mobile-menu-user-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.mobile-menu-user-menu > li {
  margin-right: 40px;
  position: relative;
}

.mobile-menu-user-menu > li:last-child {
  margin-right: 0;
}

.mobile-menu-user-menu > li::after {
  position: absolute;
  content: "|";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: calc(0% - 20px);
}

.mobile-menu-user-menu > li:last-child::after {
  display: none;
}

.mobile-menu-user-menu > li > a {
  display: inline-block;
  line-height: 46px;
  color: #666 !important;
}

.mobile-menu-user-menu > li > a:hover {
  color: #261146;
}

.has-mobile-user-dropdown {
  position: relative;
  padding-right: 15px;
}

.has-mobile-user-dropdown::before {
  content: "";
  font-family: "FontAwesome";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-weight: 400;
}

.mobile-user-sub-menu {
  position: absolute;
  top: calc(100%);
  left: 50%;
  -webkit-transform: translate(-50%, -30px);
          transform: translate(-50%, -30px);
  padding: 10px 15px;
  width: 160px;
  background: #FFF;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  visibility: hidden;
  opacity: 0;
  z-index: 99;
}

.mobile-user-sub-menu > li {
  display: block;
  border-bottom: 1px solid #eee;
  padding: 5px 0;
}

.mobile-user-sub-menu > li:last-child {
  border-bottom: none;
}

.mobile-user-sub-menu > li > a {
  position: relative;
  color: #666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mobile-user-sub-menu > li > a:hover {
  color: #261146;
}

.menu.active {
  -webkit-transition: .2s all ease;
  transition: .2s all ease;
}

.menu.active .wrapper-2 {
  display: block !important;
}

.menu.active button {
  background: #FF5959 !important;
  padding: 1px 4px;
}

.menu.active button i {
  font-size: 14px;
}

.menu.active .dropdown-menu-itm {
  -webkit-transform-origin: 85% bottom;
          transform-origin: 85% bottom;
  -webkit-transition: .5s all ease !important;
  transition: .5s all ease !important;
  display: block !important;
}

.radio {
  display: none;
}

.radio-lbls::before {
  content: "";
  border: 1px solid #222;
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: -3px 8px;
  margin-left: 0;
  border-radius: 50%;
  padding: 1px;
}

.radio-lbls::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 9px;
  height: 9px;
  background-color: #FBB454;
  opacity: 0;
  left: 725px;
  margin: 6px 0 0 0;
  border-radius: 50%;
}

input[type="radio"]:checked + .radio-lbls::after {
  background-color: #FBB454;
  opacity: 1;
}

.frm-label {
  font-size: 13px;
  display: block;
  padding-bottom: 10px;
  text-transform: capitalize;
  font-weight: 600;
  color: #6e6b7b;
}

.frm-label-2 {
  font-size: 13px;
  display: inline;
  padding-bottom: 10px;
  text-transform: capitalize;
  font-weight: 600;
  color: #6e6b7b;
}

.frm-label-val {
  font-size: 14px;
  color: #151515;
  font-weight: 600;
  /*font-size: 14px;
    color: #151515;
    text-align: justify;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;*/
}

.frm-label-val-light {
  font-size: 13px;
  color: #6e6b7b;
  font-weight: 500;
}

.check-bx {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  margin-top: 2px;
  height: 15px;
  width: 15px;
  background-color: #ddd;
  border-radius: 3px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.check-bx::after {
  content: '\002714';
  font-size: 12px;
  font-weight: 600;
  color: white;
  display: none;
}

.check-bx:hover {
  background-color: #a5a5a5;
}

.check-bx:checked {
  background-color: #14C38E;
}

.check-bx:checked::after {
  display: block;
}

.form-control-2 {
  font-size: 14px;
  padding: 0.48rem 0.75rem;
  width: 100%;
}

.form-control {
  font-size: 14px;
  border: 1px solid #f2f2f2 !important;
  background: #F4F5F6;
  padding: 0.48rem 0.75rem;
}

.frm-inline {
  display: inline !important;
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  margin-left: 10px !important;
}

.custom-textarea {
  width: 100%;
  height: 100px;
}

.line-heading {
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #000;
  line-height: 0.1em;
  margin: 10px 0 20px;
}

.line-heading span {
  background: #fff;
  padding: 0 10px;
}

.modal {
  scroll-behavior: smooth !important;
}

.modal .modal-header {
  background-color: #B1E1FF;
  border-bottom: none;
  -webkit-box-pack: initial;
      -ms-flex-pack: initial;
          justify-content: initial;
  padding: 15px 10px;
}

.modal .modal-header .downld {
  background: transparent;
  outline: none;
  border: none;
  color: #112B3C;
  font-weight: 600;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  float: right !important;
}

.modal .modal-header .downld i {
  color: #2155CD !important;
}

.modal .modal-header .downld .downld:hover, .modal .modal-header .downld .downld:focus, .modal .modal-header .downld .downld:active {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5) !important;
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.5) !important;
  -webkit-transform: scale(1.05) !important;
  transform: scale(1.05) !important;
}

.modal .modal-header h3 {
  font-size: 22px;
}

.modal .modal-header .modal-title {
  color: #6e6b7b;
  font-weight: 600;
  font-size: 16px;
}

.modal .modal-header .modal-close {
  outline: none;
  background: none;
  border: none;
  font-size: 25px;
  color: #6e6b7b;
  position: absolute;
  right: 10px;
}

.modal .modal-body .cmt-wrap h6 {
  color: #6e6b7b;
  font-weight: 600;
  font-size: 16px;
  padding-bottom: 10px;
}

.modal .modal-body .cmt-wrap p {
  color: #6e6b7b;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
}

.modal .modal-footer {
  border-top: none;
  display: block !important;
}

.custom-search-bar input[type="text"] {
  border-radius: 30px;
  position: relative;
}

.custom-search-bar button {
  position: absolute;
  top: 174px;
  right: 44px;
  border-radius: 30px;
  background: -webkit-gradient(linear, left top, right top, from(#020024), color-stop(0%, #a36626), to(#754115));
  background: linear-gradient(90deg, #020024 0%, #a36626 0%, #754115 100%);
  padding: 7px 10px;
}

.custom-search-bar button:hover {
  background: #00b8cf;
}

.custom-search-bar button:focus {
  background: #00b8cf;
}

.dropdown {
  position: relative;
  display: inline-block;
  width: 100%;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f5f5f5;
  min-width: 160px;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 99999;
  -webkit-transition: 1s all ease;
  transition: 1s all ease;
  border-radius: 10px;
  left: 100%;
  top: -75%;
}

.dropdown-content a {
  color: #212121;
  font-weight: 600;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  border-radius: 10px;
}

.dropdown-content a:hover {
  background: #ddd;
  color: #344767;
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
}

.dropdown:hover .dropdown-content {
  display: block;
  z-index: 9999;
}

.dropdown:focus .dropdown-content {
  display: block;
  opacity: 1;
}

.icon-2 {
  position: absolute;
  right: 12px;
  margin-top: 9px;
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
}

.dropdown:hover .icon-2 {
  -webkit-animation-name: rotate;
          animation-name: rotate;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}

.masterrow .check-row-2 {
  display: none;
}

.masterrow.active .check-row-1 {
  display: none;
}

.masterrow.active .check-row-2 {
  display: block !important;
}

.inside-nav a {
  cursor: pointer;
}

.shwsec {
  display: none;
}

.shwsec.active {
  display: block !important;
}

.with-tooltip {
  position: relative;
  font-size: 14px;
}

.light-txt {
  font-size: 12px;
  color: #6e6b7b;
  font-weight: 400;
}

.upload {
  position: relative;
  display: inline-block;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  width: 100%;
  padding: 120px 0 0 0;
  height: 180px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: url("../images/upload.png") center center no-repeat #F4F5F6;
  border: 2px dashed #008ff8;
  border-radius: 6px;
  background-size: 120px 120px;
  background-color: #F4F5F6;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.upload .custom-upload {
  width: 100%;
  height: 100%;
  -webkit-transform: scale(4);
          transform: scale(4);
  opacity: 0;
}

.upload p {
  position: absolute;
  bottom: 0;
  left: 45px;
  z-index: 999;
  padding: 15px;
  opacity: 1;
  text-align: center;
}

.with-tooltip::after {
  content: attr(data-tooltip-content);
  padding: 8px;
  border-radius: 4px;
  position: absolute;
  color: white;
  bottom: 115%;
  right: 50%;
  left: 50%;
  width: 230px;
  background-color: gray;
  opacity: 0;
  font-size: 0.8rem;
  visibility: hidden;
  -webkit-transform: translate(-50%, 18px) scale(0.8);
          transform: translate(-50%, 18px) scale(0.8);
  -webkit-transition: visibility, opacity, -webkit-transform 200ms;
  transition: visibility, opacity, -webkit-transform 200ms;
  transition: visibility, opacity, transform 200ms;
  transition: visibility, opacity, transform 200ms, -webkit-transform 200ms;
}

.with-tooltip:hover::after {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.accordion-button {
  color: #1c1c1c;
  font-weight: 600;
}

.accordion-button:focus {
  background: none;
  outline: none !important;
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
  border-color: #F4F5F6 !important;
  color: #6e6b7b !important;
}

.add-table table thead {
  background: #f2f2f2;
}

.add-table .table-add-frm {
  width: 100%;
  height: 42px;
  border: none;
  padding: 7px;
}

.add-table .table-add-frm:focus {
  border: none !important;
  outline: none !important;
}

.show-hide-panel {
  display: none;
}

.panel-active {
  display: block;
}

.hlfdy {
  display: none;
}

.hlfdy.active {
  display: block !important;
}

.rating {
  margin: auto;
}

.rating__display {
  font-size: 1em;
  font-weight: 500;
  min-height: 1.25em;
  position: absolute;
  top: 100%;
  width: 100%;
  text-align: center;
}

.rating__stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 0.375em;
  position: relative;
}

.rating__star {
  display: block;
  overflow: visible;
  pointer-events: none;
  width: 2em;
  height: 2em;
}

.rating__star-ring, .rating__star-fill, .rating__star-line, .rating__star-stroke {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.rating__star-ring, .rating__star-fill, .rating__star-line {
  stroke: var(--yellow);
}

.rating__star-fill {
  fill: var(--yellow);
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: fill var(--trans-dur) var(--bezier), -webkit-transform var(--trans-dur) var(--bezier);
  transition: fill var(--trans-dur) var(--bezier), -webkit-transform var(--trans-dur) var(--bezier);
  transition: fill var(--trans-dur) var(--bezier), transform var(--trans-dur) var(--bezier);
  transition: fill var(--trans-dur) var(--bezier), transform var(--trans-dur) var(--bezier), -webkit-transform var(--trans-dur) var(--bezier);
}

.rating__star-stroke {
  stroke: #c7cad1;
  -webkit-transition: stroke var(--trans-dur);
  transition: stroke var(--trans-dur);
}

.rating__label {
  cursor: pointer;
  padding: 0.125em;
}

.rating__label--delay1 .rating__star-ring,
.rating__label--delay1 .rating__star-fill,
.rating__label--delay1 .rating__star-line,
.rating__label--delay1 .rating__star-stroke {
  -webkit-animation-delay: 0.05s;
          animation-delay: 0.05s;
}

.rating__label--delay2 .rating__star-ring,
.rating__label--delay2 .rating__star-fill,
.rating__label--delay2 .rating__star-line,
.rating__label--delay2 .rating__star-stroke {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

.rating__label--delay3 .rating__star-ring,
.rating__label--delay3 .rating__star-fill,
.rating__label--delay3 .rating__star-line,
.rating__label--delay3 .rating__star-stroke {
  -webkit-animation-delay: 0.15s;
          animation-delay: 0.15s;
}

.rating__label--delay4 .rating__star-ring,
.rating__label--delay4 .rating__star-fill,
.rating__label--delay4 .rating__star-line,
.rating__label--delay4 .rating__star-stroke {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.rating__input {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.rating__input:hover ~ [data-rating]:not([hidden]) {
  display: none;
}

.rating__input-1:hover ~ [data-rating="1"][hidden],
.rating__input-2:hover ~ [data-rating="2"][hidden],
.rating__input-3:hover ~ [data-rating="3"][hidden],
.rating__input-4:hover ~ [data-rating="4"][hidden],
.rating__input-5:hover ~ [data-rating="5"][hidden],
.rating__input:checked:hover ~ [data-rating]:not([hidden]) {
  display: block;
}

.rating__input-1:hover ~ .rating__label:first-of-type .rating__star-stroke,
.rating__input-2:hover ~ .rating__label:nth-of-type(-n + 2) .rating__star-stroke,
.rating__input-3:hover ~ .rating__label:nth-of-type(-n + 3) .rating__star-stroke,
.rating__input-4:hover ~ .rating__label:nth-of-type(-n + 4) .rating__star-stroke,
.rating__input-5:hover ~ .rating__label:nth-of-type(-n + 5) .rating__star-stroke {
  stroke: var(--yellow);
  -webkit-transform: scale(1);
          transform: scale(1);
}

.rating__input-1:checked ~ .rating__label:first-of-type .rating__star-ring,
.rating__input-2:checked ~ .rating__label:nth-of-type(-n + 2) .rating__star-ring,
.rating__input-3:checked ~ .rating__label:nth-of-type(-n + 3) .rating__star-ring,
.rating__input-4:checked ~ .rating__label:nth-of-type(-n + 4) .rating__star-ring,
.rating__input-5:checked ~ .rating__label:nth-of-type(-n + 5) .rating__star-ring {
  -webkit-animation-name: starRing;
          animation-name: starRing;
}

.rating__input-1:checked ~ .rating__label:first-of-type .rating__star-stroke,
.rating__input-2:checked ~ .rating__label:nth-of-type(-n + 2) .rating__star-stroke,
.rating__input-3:checked ~ .rating__label:nth-of-type(-n + 3) .rating__star-stroke,
.rating__input-4:checked ~ .rating__label:nth-of-type(-n + 4) .rating__star-stroke,
.rating__input-5:checked ~ .rating__label:nth-of-type(-n + 5) .rating__star-stroke {
  -webkit-animation-name: starStroke;
          animation-name: starStroke;
}

.rating__input-1:checked ~ .rating__label:first-of-type .rating__star-line,
.rating__input-2:checked ~ .rating__label:nth-of-type(-n + 2) .rating__star-line,
.rating__input-3:checked ~ .rating__label:nth-of-type(-n + 3) .rating__star-line,
.rating__input-4:checked ~ .rating__label:nth-of-type(-n + 4) .rating__star-line,
.rating__input-5:checked ~ .rating__label:nth-of-type(-n + 5) .rating__star-line {
  -webkit-animation-name: starLine;
          animation-name: starLine;
}

.rating__input-1:checked ~ .rating__label:first-of-type .rating__star-fill,
.rating__input-2:checked ~ .rating__label:nth-of-type(-n + 2) .rating__star-fill,
.rating__input-3:checked ~ .rating__label:nth-of-type(-n + 3) .rating__star-fill,
.rating__input-4:checked ~ .rating__label:nth-of-type(-n + 4) .rating__star-fill,
.rating__input-5:checked ~ .rating__label:nth-of-type(-n + 5) .rating__star-fill {
  -webkit-animation-name: starFill;
          animation-name: starFill;
}

.rating__input-1:not(:checked):hover ~ .rating__label:first-of-type .rating__star-fill,
.rating__input-2:not(:checked):hover ~ .rating__label:nth-of-type(2) .rating__star-fill,
.rating__input-3:not(:checked):hover ~ .rating__label:nth-of-type(3) .rating__star-fill,
.rating__input-4:not(:checked):hover ~ .rating__label:nth-of-type(4) .rating__star-fill,
.rating__input-5:not(:checked):hover ~ .rating__label:nth-of-type(5) .rating__star-fill {
  fill: var(--yellow-t);
}

.rating__sr {
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  position: absolute;
  width: 1px;
  height: 1px;
}

@media (prefers-color-scheme: dark) {
  :root {
    --bg: #17181c;
    --fg: #e3e4e8;
  }
  .rating {
    margin: auto;
  }
  .rating__star-stroke {
    stroke: #454954;
  }
}

@-webkit-keyframes starRing {
  from,
  20% {
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 1;
    r: 8px;
    stroke-width: 16px;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  35% {
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    opacity: 0.5;
    r: 8px;
    stroke-width: 16px;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50%,
  to {
    opacity: 0;
    r: 16px;
    stroke-width: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes starRing {
  from,
  20% {
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 1;
    r: 8px;
    stroke-width: 16px;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  35% {
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    opacity: 0.5;
    r: 8px;
    stroke-width: 16px;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50%,
  to {
    opacity: 0;
    r: 16px;
    stroke-width: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes starFill {
  from,
  40% {
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  60% {
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  80% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes starFill {
  from,
  40% {
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  60% {
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  80% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes starStroke {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  20%,
  to {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}

@keyframes starStroke {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  20%,
  to {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}

@-webkit-keyframes starLine {
  from,
  40% {
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    stroke-dasharray: 1 23;
    stroke-dashoffset: 1;
  }
  60%,
  to {
    stroke-dasharray: 12 12;
    stroke-dashoffset: -12;
  }
}

@keyframes starLine {
  from,
  40% {
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    stroke-dasharray: 1 23;
    stroke-dashoffset: 1;
  }
  60%,
  to {
    stroke-dasharray: 12 12;
    stroke-dashoffset: -12;
  }
}

.wrapper {
  overflow: hidden;
}

.wrapper .back-btn-sec a:hover {
  color: #fff;
}

.wrapper .back-btn-sec i {
  -webkit-animation-name: moving;
          animation-name: moving;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  margin-right: 7px;
}

@-webkit-keyframes moving {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(7px);
            transform: translateX(7px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

@keyframes moving {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(7px);
            transform: translateX(7px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

.wrapper .main-cont-nav {
  width: 100%;
  text-transform: capitalize;
  padding: 10px 15px;
  background: #fff;
  border-radius: 6px;
  -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.03);
          box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.03);
}

.wrapper .main-cont-nav .menu-tgl-btn {
  padding: 10px;
  margin-left: 7px;
}

.wrapper .main-cont-nav .menu-tgl-btn i {
  background: #2490EF;
  color: #fff;
  margin-top: 5px;
}

.wrapper .main-cont-nav .main-cont-nav-end-sec .list-1 {
  padding-right: 10px;
  padding-left: 10px;
}

.wrapper .main-cont-nav .main-cont-nav-end-sec .list-2 {
  padding-right: 15px;
  padding-left: 10px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  margin-left: 0;
}

.wrapper .main-cont-nav .nav-link {
  margin-top: 9px;
}

.wrapper .main-cont-nav .dropdown-contnt {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  width: 160px;
  background-color: #fff;
  border: 1px solid #F4F5F6;
  border-radius: 10px;
  z-index: 1;
  padding: 5px 0;
  right: 10px;
  top: 58px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  border-radius: 3px;
  -webkit-box-shadow: 1px px 5px 1px #d2d2d2;
          box-shadow: 1px px 5px 1px #d2d2d2;
}

.wrapper .main-cont-nav .dropdown-contnt .pop-profile-list {
  text-align: center !important;
}

.wrapper .main-cont-nav .dropdown-contnt .pop-profile-list li {
  font-size: 14px;
  line-height: 18px;
  border-radius: 6px !important;
  padding: 0 !important;
  margin-left: 0 !important;
  text-align: center !important;
}

.wrapper .main-cont-nav .dropdown-contnt .pop-profile-list li a {
  padding: 0.65rem 0rem;
  display: block;
  color: #6e6b7b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.wrapper .main-cont-nav .dropdown-contnt .pop-profile-list li a:hover {
  background: #d2d2d2;
}

.wrapper .main-cont-nav .profile-info-wrap .show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  margin-top: 20px;
}

.wrapper .main-cont-nav .profile-info-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 10px;
}

.wrapper .main-cont-nav .profile-info-wrap .notification-wrap {
  padding-right: 30px;
}

.wrapper .main-cont-nav .profile-info-wrap .notification-wrap .dropdown-menu {
  visibility: hidden;
  opacity: 0;
  border: none !important;
  border-radius: 10px !important;
  -webkit-transition: all .3s ease-in-out !important;
  transition: all .3s ease-in-out !important;
  -webkit-transform: translate(-330px, 30px) !important;
          transform: translate(-330px, 30px) !important;
  display: initial !important;
  top: 35px !important;
}

.wrapper .main-cont-nav .profile-info-wrap .notification-wrap .dropdown-menu.show {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(-330px, 0px) !important;
          transform: translate(-330px, 0px) !important;
}

.wrapper .main-cont-nav .profile-info-wrap .notification-wrap .btn-group .dropdown-menu .dropdown-item {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.7);
  font-weight: 400;
  padding: 12px 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.wrapper .main-cont-nav .profile-info-wrap .notification-wrap .btn-group .dropdown-menu .dropdown-header {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.7);
  font-weight: 400;
  padding: 12px 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.wrapper .main-cont-nav .profile-info-wrap .notification-wrap .btn-group .dropdown-menu .dropdown-header .text h4 {
  font-size: 18px !important;
}

.wrapper .main-cont-nav .profile-info-wrap .notification-wrap .dropdown-item:focus, .wrapper .main-cont-nav .profile-info-wrap .notification-wrap .dropdown-item:hover {
  background-color: rgba(115, 103, 240, 0.12) !important;
}

.wrapper .main-cont-nav .profile-info-wrap .notification-wrap .text h4 {
  font-size: 15px !important;
  font-weight: 500 !important;
  color: #6e6b7b;
  padding-bottom: 5px;
}

.wrapper .main-cont-nav .profile-info-wrap .notification-wrap .text h4 span {
  font-weight: 400;
}

.wrapper .main-cont-nav .profile-info-wrap .notification-wrap .noti-icon-container {
  color: #6e6b7b;
  position: relative;
  font-size: 18px;
  cursor: pointer;
}

.wrapper .main-cont-nav .profile-info-wrap .notification-wrap .noti-icon-container .notification-nmbr {
  position: absolute;
  background-color: #ea5455;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: -11px;
  right: -13px;
  width: 20px;
  height: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 600;
}

.wrapper .main-cont-nav .profile-info-wrap .profile-cred-list {
  padding-right: 15px;
  text-align: end;
}

.wrapper .main-cont-nav .profile-info-wrap .profile-cred-list .profile-name {
  font-weight: 600;
  color: #344767;
  font-size: 15px;
  padding: 0 !important;
  line-height: 13px;
}

.wrapper .main-cont-nav .profile-info-wrap .profile-cred-list .profile-desig {
  font-weight: 500;
  color: #344767;
  font-size: 13px;
  padding: 0 !important;
  margin: 0 !important;
}

.wrapper .main-cont-nav h4 {
  font-family: 'Roboto', sans-serif;
  letter-spacing: -0.05rem;
  margin-top: 5px;
  float: left;
}

.wrapper .main-cont-nav h4 span {
  font-weight: 700;
}

.wrapper .main-cont-nav ul li {
  margin-left: 15px;
}

.wrapper .main-cont-nav ul li a {
  color: #212529;
  padding: 0;
  font-weight: 700;
}

.wrapper .main-cont-nav ul li a .profile-img {
  width: 45px;
  height: 45px;
  margin-top: -10px;
}

.wrapper .main-cont-nav ul li .dropdown-menu.show {
  position: absolute !important;
  inset: 0px auto auto 0px !important;
  margin: 0px !important;
  -webkit-transform: translate(-250px, 30px) !important;
          transform: translate(-250px, 30px) !important;
  padding: 5px 10px !important;
}

.wrapper .main-cont-nav ul li .dropdown-menu.show li {
  border-bottom: 1px solid #ddd;
  margin-bottom: 5px;
}

.wrapper .main-cont-nav ul li .dropdown-menu.show li a {
  color: #344767;
  font-weight: 600;
}

.wrapper .main-cont-nav ul li .dropdown-menu.show li a span {
  font-weight: 400;
}

.wrapper .main-cont-nav ul li .dropdown-menu.show li .time-updt {
  margin: 5px 0;
  display: block;
  padding: 0 0 5px 0;
}

.wrapper aside {
  z-index: 999 !important;
}

.wrapper .side-navbar {
  width: 230px;
  height: 100%;
  background: transparent;
  margin: 5px 0 15px 5px;
  border-radius: 13px;
  padding: 0px 10px 25px 10px;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.wrapper .side-navbar .navbar-top {
  margin-bottom: 15px;
}

.wrapper .side-navbar .navbar-top a {
  font-size: 22px;
  margin-top: 4px;
  font-weight: 600;
}

.wrapper .side-navbar .dropdown-content .nav-icn {
  padding: 10px;
  color: #1c1c1c;
  border-radius: 6px;
  font-size: 11px !important;
  margin-right: 1px;
}

.wrapper .side-navbar .nav-itm {
  margin: 0;
}

.wrapper .side-navbar ul li.active {
  background: #ddd;
  color: #344767;
}

.wrapper .side-navbar ul a {
  color: #1F272E;
}

.wrapper .side-navbar ul li {
  padding: 2px 12px;
  margin-top: 3px;
  border-bottom: 2px solid #f8f9fa;
  border-radius: 6px;
  color: #344767;
  font-weight: 600;
  font-size: 13px;
}

.wrapper .side-navbar ul li .nav-icn {
  padding: 10px;
  color: #1c1c1c;
  width: 40px;
  height: 40px;
  margin-right: 1px;
}

.wrapper .side-navbar ul li span {
  margin-left: 2.5rem;
}

.wrapper .side-navbar li:hover {
  background: #ddd;
  color: #344767;
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
}

.wrapper .side-navbar li:hover .nav-icn {
  color: #fff;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: .5s all ease;
  transition: .5s all ease;
}

.wrapper .side-navbar li:hover .nav-itm {
  margin-left: 7px;
  -webkit-transition: .5s all ease-out;
  transition: .5s all ease-out;
}

.wrapper .side-navbar.active {
  width: 50px;
  padding: 10px 5px;
  margin: 10px 0;
  height: 98%;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  border: 1px solid #ddd;
}

.wrapper .side-navbar.active .dropdown-content li:hover {
  background: #ddd;
  color: #344767;
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
}

.wrapper .side-navbar.active img {
  display: none;
}

.wrapper .side-navbar.active li {
  padding: 4px 4px 4px 3px;
  margin-top: 6px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.wrapper .side-navbar.active li .nav-icn {
  display: block;
  padding: 8px 10px 7px 3px;
}

.wrapper .side-navbar.active li .nav-itm {
  display: none;
}

.wrapper .side-navbar.active li .icon-2 {
  display: none;
}

.wrapper .profile-page-cont .card-profile {
  background: #fff;
  padding: 5px;
  border: 1px solid #ddd;
  border-radius: 10px;
}

.wrapper .profile-page-cont .card-profile .profile-pic-sec .picture {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: 4px solid #d2d2d2;
  border-radius: 50%;
  margin: 0 auto;
}

.wrapper .profile-page-cont .card-profile .profile-pic-sec .picture img {
  height: 230px;
}

.wrapper .profile-page-cont .card-profile .profile-pic-sec button {
  margin-left: 45px;
  margin-top: 10px;
  margin-bottom: 7px;
}

.wrapper .profile-page-cont .card-profile .profile-tabs button {
  color: #344767;
  font-weight: 500;
}

.wrapper .profile-page-cont .card-profile .profile-tabs .active {
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#0595ec), to(white));
  background: linear-gradient(90deg, #0595ec 0%, white 100%);
}

.wrapper .profile-page-cont .card-header {
  background: #F7E2D6 !important;
  font-weight: 500;
  color: #344767;
}

.wrapper .profile-page-cont .forgot-passsword-form {
  position: relative;
}

.wrapper .profile-page-cont .forgot-passsword-form ul li {
  list-style-type: disc;
}

.wrapper .profile-page-cont .forgot-passsword-form .eye-btn {
  position: absolute;
  right: 18px;
  margin-top: 10px;
  background: transparent;
}

.wrapper .main-cont {
  width: 100%;
  padding: 0 10px;
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
}

.wrapper .main-cont .right-float-btn {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.wrapper .main-cont .content-body-wrapper {
  margin-bottom: 20px;
}

.wrapper .main-cont .content-body-wrapper .fold-left {
  position: absolute;
  border-top: 40px solid #f8f9fa;
  border-right: 40px solid transparent;
  border-bottom: 40px solid transparent;
  border-left: 40px solid #f8f9fa;
  -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
  border-bottom-right-radius: 10px;
}

.wrapper .main-cont .content-body-wrapper .page-content {
  background: #fff;
  margin: 0 auto;
  border-radius: 10px;
  padding: 10px 20px 10px 20px;
  border: 1px solid #F4F5F6;
  -webkit-box-shadow: 0px 1px 2px rgba(25, 39, 52, 0.05), 0px 0px 4px rgba(25, 39, 52, 0.01);
          box-shadow: 0px 1px 2px rgba(25, 39, 52, 0.05), 0px 0px 4px rgba(25, 39, 52, 0.01);
}

.wrapper .main-cont .content-body-wrapper .page-content .shwpnl {
  display: none;
}

.wrapper .main-cont .content-body-wrapper .page-content .shwpnl.active {
  display: block !important;
}

.wrapper .main-cont .content-body-wrapper .page-content .employee-details-sec {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 15xpx;
  border-radius: 6px;
}

.wrapper .main-cont .content-body-wrapper .page-content .employee-details-sec .img-sec {
  width: 100px;
  height: 100px;
  border: 3px solid #ddd;
}

.wrapper .main-cont .content-body-wrapper .page-content .search-bx {
  position: relative;
}

.wrapper .main-cont .content-body-wrapper .page-content .search-bx .search-icn {
  position: absolute;
  right: 0px;
  top: 0px;
  padding: 9px 8px;
  background: #ddd;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  cursor: pointer;
}

.wrapper .main-cont .content-body-wrapper .page-content .empty-info-sec {
  text-transform: none !important;
  width: 100%;
  height: 400px;
  background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.wrapper .main-cont .content-body-wrapper .page-content .empty-info-sec a {
  margin-top: 15px !important;
}

.wrapper .main-cont .content-body-wrapper .page-content .empty-info-sec a:hover {
  color: #fff;
}

.wrapper .main-cont .content-body-wrapper .page-content .model-select {
  display: none;
}

.wrapper .main-cont .content-body-wrapper .page-content .page-data {
  margin-top: 10px;
}

.wrapper .main-cont .content-body-wrapper .page-content .page-data .divider {
  padding: 30px 0 0 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.wrapper .main-cont .content-body-wrapper .page-content .page-data .status-sec {
  text-transform: capitalize;
}

.wrapper .main-cont .content-body-wrapper .page-content .page-data .status-sec .status {
  width: 100%;
  padding: 7px 13px;
  border-radius: 6px;
}

.wrapper .main-cont .content-body-wrapper .page-content .page-data .status-sec .positive {
  background: #ddf1e7;
  color: #20b365;
}

.wrapper .main-cont .content-body-wrapper .page-content .page-data .status-sec .negative {
  background: #f1dddd;
  color: #ca3d3d;
}

.wrapper .main-cont .content-body-wrapper .page-content .page-data .status-sec .waiting {
  background: #f1f1dd;
  color: #d4b734;
}

.wrapper .main-cont .content-body-wrapper .page-content .page-data .status-sec .raw {
  background: #F4F5F6;
  color: #333C44;
}

.wrapper .main-cont .content-body-wrapper .page-content .page-data .status-sec .draft {
  background: #f1e3dd;
  color: #e27250;
}

.wrapper .main-cont .content-body-wrapper .page-content .page-data .status-sec .submited {
  background: #dde5f1;
  color: #2f5ad1;
}

.wrapper .main-cont .content-body-wrapper .page-content .page-data .table-row-count span {
  margin-top: 10px;
  color: #212529;
  font-weight: 500;
}

.wrapper .main-cont .content-body-wrapper .page-content .page-data .master-table table thead tr {
  background: #A2D2FF;
}

.wrapper .main-cont .content-body-wrapper .page-content .page-data .custom-table table thead tr {
  background: #f2f2f2;
}

.clickable-table table tr {
  cursor: pointer;
}

.master-table table .heading-td {
  background: #A2D2FF;
  font-weight: 600;
  width: 167px;
}

.master-table table .input-txtarea {
  height: 93px;
}

.master-table table thead tr {
  background: #A2D2FF;
}

.div_1, .div_2, .div_3, .div_4, .div_5, .div_6 {
  display: none;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.rad-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100px;
  padding: 10px;
  cursor: pointer;
  margin: 6px 0;
  -webkit-transition: .3s;
  transition: .3s;
}

.rad-label:hover,
.rad-label:focus-within {
  background: rgba(204, 204, 204, 0.14);
}

.rad-input {
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 1px;
  opacity: 0;
  z-index: -1;
}

.rad-design {
  width: 22px;
  height: 22px;
  border-radius: 100px;
  background: -webkit-gradient(linear, left top, right top, from(#0595ec), to(white));
  background: linear-gradient(90deg, #0595ec 0%, white 100%);
  position: relative;
}

.rad-design::before {
  content: '';
  display: inline-block;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  background: #e6e6e6;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: .3s;
  transition: .3s;
}

.rad-input:checked + .rad-design::before {
  -webkit-transform: scale(0);
          transform: scale(0);
}

.rad-text {
  font-size: 15px;
  display: block;
  text-transform: capitalize;
  font-weight: 600;
  color: #6e6b7b;
  -webkit-transition: .3s;
  transition: .3s;
  margin-left: 10px;
}

.rad-input:checked ~ .rad-text {
  color: #666666;
}

.modal.modal-left .modal-dialog,
.modal.modal-right .modal-dialog,
.modal.modal-top .modal-dialog,
.modal.modal-bottom .modal-dialog {
  -webkit-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}

/* Left & Right */
.modal.modal-left .modal-dialog,
.modal.modal-right .modal-dialog,
.modal.modal-top .modal-dialog,
.modal.modal-bottom .modal-dialog {
  -webkit-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}

/* Left & Right */
.modal.modal-left .modal-dialog,
.modal.modal-right .modal-dialog {
  position: fixed;
  margin: auto;
  width: 500px;
  max-width: 100%;
  height: 100%;
}

.modal.modal-left .modal-content,
.modal.modal-right .modal-content {
  height: 100%;
  overflow-y: auto;
}

.modal.modal-left .modal-body,
.modal.modal-right .modal-body {
  padding: 0px 15px;
}

.modal.modal-left.fade .modal-dialog {
  left: -500px;
  -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
  transition: opacity 0.3s linear, left 0.3s ease-out;
}

.modal.modal-left.fade.show .modal-dialog {
  left: 0;
}

.modal.modal-right.fade .modal-dialog {
  right: -500px;
  -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
  transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.modal-right.fade.show .modal-dialog {
  right: 0;
}

.modal.modal-left .modal-content,
.modal.modal-right .modal-content,
.modal.modal-top .modal-content,
.modal.modal-bottom .modal-content,
.modal.modal-full .modal-content {
  border-radius: 0;
  border: none;
}

.modal.modal-left .modal-dialog.modal-sm,
.modal.modal-right .modal-dialog.modal-sm {
  width: 300px;
}

.modal.modal-left .modal-dialog.modal-lg,
.modal.modal-right .modal-dialog.modal-lg {
  width: 800px;
}

.modal.modal-left .modal-dialog.modal-xl,
.modal.modal-right .modal-dialog.modal-xl {
  width: 1140px;
}

/* Top and Bottom */
.modal.modal-top .modal-dialog,
.modal.modal-bottom .modal-dialog {
  position: fixed;
  margin: auto;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.modal.modal-top .modal-content,
.modal.modal-bottom .modal-content {
  height: auto;
  overflow-y: auto;
}

.modal.modal-top .modal-body,
.modal.modal-bottom .modal-body {
  padding: 15px 15px;
}

/* Top */
.modal.modal-top.fade .modal-dialog {
  top: -100%;
  -webkit-transition: opacity 0.3s linear, top 0.3s ease-out;
  transition: opacity 0.3s linear, top 0.3s ease-out;
}

.modal.modal-top.fade.show .modal-dialog {
  top: 0;
}

/* Bottom */
.modal.modal-bottom.fade .modal-dialog {
  bottom: -100%;
  -webkit-transition: opacity 0.3s linear, bottom 0.3s ease-out;
  transition: opacity 0.3s linear, bottom 0.3s ease-out;
}

.modal.modal-bottom.fade.show .modal-dialog {
  bottom: 0;
}

.modal.modal-bottom.fade .modal-dialog {
  bottom: -100%;
}

/* Full Screen */
.modal.modal-full .modal-dialog {
  position: fixed;
  margin: auto;
  width: 100%;
  max-width: 100%;
  height: 100%;
}

.modal.modal-full .modal-content {
  height: 100%;
  overflow-y: auto;
}

.modal.modal-full .close-modal {
  position: fixed;
  top: 0;
  right: 3rem;
}

/* Footer */
.modal-footer-fixed {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #fff;
  border-radius: 0;
}

/* XS */
.modal.modal-left.xs .modal-body,
.modal.modal-right.xs .modal-body {
  padding: 15px;
}

/* Full screen modal menu indicators */
a.has-sub:after {
  font-family: "FontAwesome";
}

a.has-sub:after {
  content: "\f107";
  margin-left: 1rem;
}

a.has-sub[aria-expanded="true"]:after {
  content: "\f106";
}

.txt-editor {
  /*!
* Quill Editor v1.3.6
* https://quilljs.com/
* Copyright (c) 2014, Jason Chen
* Copyright (c) 2013, salesforce.com
*/
}

.txt-editor .ql-container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  height: 100%;
  margin: 0px;
  position: relative;
}

.txt-editor .ql-container.ql-disabled .ql-tooltip {
  visibility: hidden;
}

.txt-editor .ql-container.ql-disabled .ql-editor ul[data-checked] > li::before {
  pointer-events: none;
}

.txt-editor .ql-clipboard {
  left: -100000px;
  height: 1px;
  overflow-y: hidden;
  position: absolute;
  top: 50%;
}

.txt-editor .ql-clipboard p {
  margin: 0;
  padding: 0;
}

.txt-editor .ql-editor {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.42;
  height: 100%;
  outline: none;
  overflow-y: auto;
  padding: 12px 15px;
  -o-tab-size: 4;
     tab-size: 4;
  -moz-tab-size: 4;
  text-align: left;
  white-space: pre-wrap;
  word-wrap: break-word;
  border: 1px solid #f2f2f2 !important;
}

.txt-editor .ql-editor > * {
  cursor: text;
}

.txt-editor .ql-editor p,
.txt-editor .ql-editor ol,
.txt-editor .ql-editor ul,
.txt-editor .ql-editor pre,
.txt-editor .ql-editor blockquote,
.txt-editor .ql-editor h1,
.txt-editor .ql-editor h2,
.txt-editor .ql-editor h3,
.txt-editor .ql-editor h4,
.txt-editor .ql-editor h5,
.txt-editor .ql-editor h6 {
  margin: 0;
  padding: 0;
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}

.txt-editor .ql-editor ol,
.txt-editor .ql-editor ul {
  padding-left: 1.5em;
}

.txt-editor .ql-editor ol > li,
.txt-editor .ql-editor ul > li {
  list-style-type: none;
}

.txt-editor .ql-editor ul > li::before {
  content: "\2022";
}

.txt-editor .ql-editor ul[data-checked="true"],
.txt-editor .ql-editor ul[data-checked="false"] {
  pointer-events: none;
}

.txt-editor .ql-editor ul[data-checked="true"] > li *,
.txt-editor .ql-editor ul[data-checked="false"] > li * {
  pointer-events: all;
}

.txt-editor .ql-editor ul[data-checked="true"] > li::before,
.txt-editor .ql-editor ul[data-checked="false"] > li::before {
  color: #777;
  cursor: pointer;
  pointer-events: all;
}

.txt-editor .ql-editor ul[data-checked="true"] > li::before {
  content: "\2611";
}

.txt-editor .ql-editor ul[data-checked="false"] > li::before {
  content: "\2610";
}

.txt-editor .ql-editor li::before {
  display: inline-block;
  white-space: nowrap;
  width: 1.2em;
}

.txt-editor .ql-editor li:not(.ql-direction-rtl)::before {
  margin-left: -1.5em;
  margin-right: 0.3em;
  text-align: right;
}

.txt-editor .ql-editor li.ql-direction-rtl::before {
  margin-left: 0.3em;
  margin-right: -1.5em;
}

.txt-editor .ql-editor ol li:not(.ql-direction-rtl),
.txt-editor .ql-editor ul li:not(.ql-direction-rtl) {
  padding-left: 1.5em;
}

.txt-editor .ql-editor ol li.ql-direction-rtl,
.txt-editor .ql-editor ul li.ql-direction-rtl {
  padding-right: 1.5em;
}

.txt-editor .ql-editor ol li {
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  counter-increment: list-0;
}

.txt-editor .ql-editor ol li:before {
  content: counter(list-0, decimal) ". ";
}

.txt-editor .ql-editor ol li.ql-indent-1 {
  counter-increment: list-1;
}

.txt-editor .ql-editor ol li.ql-indent-1:before {
  content: counter(list-1, lower-alpha) ". ";
}

.txt-editor .ql-editor ol li.ql-indent-1 {
  counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}

.txt-editor .ql-editor ol li.ql-indent-2 {
  counter-increment: list-2;
}

.txt-editor .ql-editor ol li.ql-indent-2:before {
  content: counter(list-2, lower-roman) ". ";
}

.txt-editor .ql-editor ol li.ql-indent-2 {
  counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}

.txt-editor .ql-editor ol li.ql-indent-3 {
  counter-increment: list-3;
}

.txt-editor .ql-editor ol li.ql-indent-3:before {
  content: counter(list-3, decimal) ". ";
}

.txt-editor .ql-editor ol li.ql-indent-3 {
  counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
}

.txt-editor .ql-editor ol li.ql-indent-4 {
  counter-increment: list-4;
}

.txt-editor .ql-editor ol li.ql-indent-4:before {
  content: counter(list-4, lower-alpha) ". ";
}

.txt-editor .ql-editor ol li.ql-indent-4 {
  counter-reset: list-5 list-6 list-7 list-8 list-9;
}

.txt-editor .ql-editor ol li.ql-indent-5 {
  counter-increment: list-5;
}

.txt-editor .ql-editor ol li.ql-indent-5:before {
  content: counter(list-5, lower-roman) ". ";
}

.txt-editor .ql-editor ol li.ql-indent-5 {
  counter-reset: list-6 list-7 list-8 list-9;
}

.txt-editor .ql-editor ol li.ql-indent-6 {
  counter-increment: list-6;
}

.txt-editor .ql-editor ol li.ql-indent-6:before {
  content: counter(list-6, decimal) ". ";
}

.txt-editor .ql-editor ol li.ql-indent-6 {
  counter-reset: list-7 list-8 list-9;
}

.txt-editor .ql-editor ol li.ql-indent-7 {
  counter-increment: list-7;
}

.txt-editor .ql-editor ol li.ql-indent-7:before {
  content: counter(list-7, lower-alpha) ". ";
}

.txt-editor .ql-editor ol li.ql-indent-7 {
  counter-reset: list-8 list-9;
}

.txt-editor .ql-editor ol li.ql-indent-8 {
  counter-increment: list-8;
}

.txt-editor .ql-editor ol li.ql-indent-8:before {
  content: counter(list-8, lower-roman) ". ";
}

.txt-editor .ql-editor ol li.ql-indent-8 {
  counter-reset: list-9;
}

.txt-editor .ql-editor ol li.ql-indent-9 {
  counter-increment: list-9;
}

.txt-editor .ql-editor ol li.ql-indent-9:before {
  content: counter(list-9, decimal) ". ";
}

.txt-editor .ql-editor .ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 3em;
}

.txt-editor .ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 4.5em;
}

.txt-editor .ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 3em;
}

.txt-editor .ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 4.5em;
}

.txt-editor .ql-editor .ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 6em;
}

.txt-editor .ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 7.5em;
}

.txt-editor .ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 6em;
}

.txt-editor .ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 7.5em;
}

.txt-editor .ql-editor .ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 9em;
}

.txt-editor .ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 10.5em;
}

.txt-editor .ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 9em;
}

.txt-editor .ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 10.5em;
}

.txt-editor .ql-editor .ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 12em;
}

.txt-editor .ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 13.5em;
}

.txt-editor .ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 12em;
}

.txt-editor .ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 13.5em;
}

.txt-editor .ql-editor .ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 15em;
}

.txt-editor .ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 16.5em;
}

.txt-editor .ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 15em;
}

.txt-editor .ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 16.5em;
}

.txt-editor .ql-editor .ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 18em;
}

.txt-editor .ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 19.5em;
}

.txt-editor .ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 18em;
}

.txt-editor .ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 19.5em;
}

.txt-editor .ql-editor .ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 21em;
}

.txt-editor .ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 22.5em;
}

.txt-editor .ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 21em;
}

.txt-editor .ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 22.5em;
}

.txt-editor .ql-editor .ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 24em;
}

.txt-editor .ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 25.5em;
}

.txt-editor .ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 24em;
}

.txt-editor .ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 25.5em;
}

.txt-editor .ql-editor .ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 27em;
}

.txt-editor .ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 28.5em;
}

.txt-editor .ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 27em;
}

.txt-editor .ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 28.5em;
}

.txt-editor .ql-editor .ql-video {
  display: block;
  max-width: 100%;
}

.txt-editor .ql-editor .ql-video.ql-align-center {
  margin: 0 auto;
}

.txt-editor .ql-editor .ql-video.ql-align-right {
  margin: 0 0 0 auto;
}

.txt-editor .ql-editor .ql-bg-black {
  background-color: #000;
}

.txt-editor .ql-editor .ql-bg-red {
  background-color: #e60000;
}

.txt-editor .ql-editor .ql-bg-orange {
  background-color: #f90;
}

.txt-editor .ql-editor .ql-bg-yellow {
  background-color: #ff0;
}

.txt-editor .ql-editor .ql-bg-green {
  background-color: #008a00;
}

.txt-editor .ql-editor .ql-bg-blue {
  background-color: #06c;
}

.txt-editor .ql-editor .ql-bg-purple {
  background-color: #93f;
}

.txt-editor .ql-editor .ql-color-white {
  color: #fff;
}

.txt-editor .ql-editor .ql-color-red {
  color: #e60000;
}

.txt-editor .ql-editor .ql-color-orange {
  color: #f90;
}

.txt-editor .ql-editor .ql-color-yellow {
  color: #ff0;
}

.txt-editor .ql-editor .ql-color-green {
  color: #008a00;
}

.txt-editor .ql-editor .ql-color-blue {
  color: #06c;
}

.txt-editor .ql-editor .ql-color-purple {
  color: #93f;
}

.txt-editor .ql-editor .ql-font-serif {
  font-family: Georgia, Times New Roman, serif;
}

.txt-editor .ql-editor .ql-font-monospace {
  font-family: Monaco, Courier New, monospace;
}

.txt-editor .ql-editor .ql-size-small {
  font-size: 0.75em;
}

.txt-editor .ql-editor .ql-size-large {
  font-size: 1.5em;
}

.txt-editor .ql-editor .ql-size-huge {
  font-size: 2.5em;
}

.txt-editor .ql-editor .ql-direction-rtl {
  direction: rtl;
  text-align: inherit;
}

.txt-editor .ql-editor .ql-align-center {
  text-align: center;
}

.txt-editor .ql-editor .ql-align-justify {
  text-align: justify;
}

.txt-editor .ql-editor .ql-align-right {
  text-align: right;
}

.txt-editor .ql-editor.ql-blank::before {
  color: rgba(0, 0, 0, 0.6);
  content: attr(data-placeholder);
  font-style: italic;
  left: 15px;
  pointer-events: none;
  position: absolute;
  right: 15px;
}

.txt-editor .ql-snow.ql-toolbar:after,
.txt-editor .ql-snow .ql-toolbar:after {
  clear: both;
  content: "";
  display: table;
}

.txt-editor .ql-snow.ql-toolbar button,
.txt-editor .ql-snow .ql-toolbar button {
  background: none;
  border: none;
  cursor: pointer;
  display: inline-block;
  float: left;
  height: 24px;
  padding: 3px 5px;
  width: 28px;
}

.txt-editor .ql-snow.ql-toolbar button svg,
.txt-editor .ql-snow .ql-toolbar button svg {
  float: left;
  height: 100%;
}

.txt-editor .ql-snow.ql-toolbar button:active:hover,
.txt-editor .ql-snow .ql-toolbar button:active:hover {
  outline: none;
}

.txt-editor .ql-snow.ql-toolbar input.ql-image[type="file"],
.txt-editor .ql-snow .ql-toolbar input.ql-image[type="file"] {
  display: none;
}

.txt-editor .ql-snow.ql-toolbar button:hover,
.txt-editor .ql-snow .ql-toolbar button:hover,
.txt-editor .ql-snow.ql-toolbar button:focus,
.txt-editor .ql-snow .ql-toolbar button:focus,
.txt-editor .ql-snow.ql-toolbar button.ql-active,
.txt-editor .ql-snow .ql-toolbar button.ql-active,
.txt-editor .ql-snow.ql-toolbar .ql-picker-label:hover,
.txt-editor .ql-snow .ql-toolbar .ql-picker-label:hover,
.txt-editor .ql-snow.ql-toolbar .ql-picker-label.ql-active,
.txt-editor .ql-snow .ql-toolbar .ql-picker-label.ql-active,
.txt-editor .ql-snow.ql-toolbar .ql-picker-item:hover,
.txt-editor .ql-snow .ql-toolbar .ql-picker-item:hover,
.txt-editor .ql-snow.ql-toolbar .ql-picker-item.ql-selected,
.txt-editor .ql-snow .ql-toolbar .ql-picker-item.ql-selected {
  color: #06c;
}

.txt-editor .ql-snow.ql-toolbar button:hover .ql-fill,
.txt-editor .ql-snow .ql-toolbar button:hover .ql-fill,
.txt-editor .ql-snow.ql-toolbar button:focus .ql-fill,
.txt-editor .ql-snow .ql-toolbar button:focus .ql-fill,
.txt-editor .ql-snow.ql-toolbar button.ql-active .ql-fill,
.txt-editor .ql-snow .ql-toolbar button.ql-active .ql-fill,
.txt-editor .ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,
.txt-editor .ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,
.txt-editor .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,
.txt-editor .ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,
.txt-editor .ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,
.txt-editor .ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,
.txt-editor .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.txt-editor .ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.txt-editor .ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,
.txt-editor .ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,
.txt-editor .ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,
.txt-editor .ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,
.txt-editor .ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,
.txt-editor .ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,
.txt-editor .ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.txt-editor .ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.txt-editor .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.txt-editor .ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.txt-editor .ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.txt-editor .ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.txt-editor .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,
.txt-editor .ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill {
  fill: #06c;
}

.txt-editor .ql-snow.ql-toolbar button:hover .ql-stroke,
.txt-editor .ql-snow .ql-toolbar button:hover .ql-stroke,
.txt-editor .ql-snow.ql-toolbar button:focus .ql-stroke,
.txt-editor .ql-snow .ql-toolbar button:focus .ql-stroke,
.txt-editor .ql-snow.ql-toolbar button.ql-active .ql-stroke,
.txt-editor .ql-snow .ql-toolbar button.ql-active .ql-stroke,
.txt-editor .ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,
.txt-editor .ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,
.txt-editor .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.txt-editor .ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.txt-editor .ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,
.txt-editor .ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,
.txt-editor .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.txt-editor .ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.txt-editor .ql-snow.ql-toolbar button:hover .ql-stroke-miter,
.txt-editor .ql-snow .ql-toolbar button:hover .ql-stroke-miter,
.txt-editor .ql-snow.ql-toolbar button:focus .ql-stroke-miter,
.txt-editor .ql-snow .ql-toolbar button:focus .ql-stroke-miter,
.txt-editor .ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,
.txt-editor .ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,
.txt-editor .ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.txt-editor .ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.txt-editor .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.txt-editor .ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.txt-editor .ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.txt-editor .ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.txt-editor .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,
.txt-editor .ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter {
  stroke: #06c;
}

@media (pointer: coarse) {
  .txt-editor .ql-snow.ql-toolbar button:hover:not(.ql-active),
  .txt-editor .ql-snow .ql-toolbar button:hover:not(.ql-active) {
    color: #444;
  }
  .txt-editor .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .txt-editor .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .txt-editor .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,
  .txt-editor .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill {
    fill: #444;
  }
  .txt-editor .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .txt-editor .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .txt-editor .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,
  .txt-editor .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter {
    stroke: #444;
  }
}

.txt-editor .ql-snow {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.txt-editor .ql-snow * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.txt-editor .ql-snow .ql-hidden {
  display: none;
}

.txt-editor .ql-snow .ql-out-bottom,
.txt-editor .ql-snow .ql-out-top {
  visibility: hidden;
}

.txt-editor .ql-snow .ql-tooltip {
  position: absolute;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}

.txt-editor .ql-snow .ql-tooltip a {
  cursor: pointer;
  text-decoration: none;
}

.txt-editor .ql-snow .ql-tooltip.ql-flip {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.txt-editor .ql-snow .ql-formats {
  display: inline-block;
  vertical-align: middle;
}

.txt-editor .ql-snow .ql-formats:after {
  clear: both;
  content: "";
  display: table;
}

.txt-editor .ql-snow .ql-stroke {
  fill: none;
  stroke: #444;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.txt-editor .ql-snow .ql-stroke-miter {
  fill: none;
  stroke: #444;
  stroke-miterlimit: 10;
  stroke-width: 2;
}

.txt-editor .ql-snow .ql-fill,
.txt-editor .ql-snow .ql-stroke.ql-fill {
  fill: #444;
}

.txt-editor .ql-snow .ql-empty {
  fill: none;
}

.txt-editor .ql-snow .ql-even {
  fill-rule: evenodd;
}

.txt-editor .ql-snow .ql-thin,
.txt-editor .ql-snow .ql-stroke.ql-thin {
  stroke-width: 1;
}

.txt-editor .ql-snow .ql-transparent {
  opacity: 0.4;
}

.txt-editor .ql-snow .ql-direction svg:last-child {
  display: none;
}

.txt-editor .ql-snow .ql-direction.ql-active svg:last-child {
  display: inline;
}

.txt-editor .ql-snow .ql-direction.ql-active svg:first-child {
  display: none;
}

.txt-editor .ql-snow .ql-editor h1 {
  font-size: 2em;
}

.txt-editor .ql-snow .ql-editor h2 {
  font-size: 1.5em;
}

.txt-editor .ql-snow .ql-editor h3 {
  font-size: 1.17em;
}

.txt-editor .ql-snow .ql-editor h4 {
  font-size: 1em;
}

.txt-editor .ql-snow .ql-editor h5 {
  font-size: 0.83em;
}

.txt-editor .ql-snow .ql-editor h6 {
  font-size: 0.67em;
}

.txt-editor .ql-snow .ql-editor a {
  text-decoration: underline;
}

.txt-editor .ql-snow .ql-editor blockquote {
  border-left: 4px solid #ccc;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-left: 16px;
}

.txt-editor .ql-snow .ql-editor code,
.txt-editor .ql-snow .ql-editor pre {
  background-color: #f0f0f0;
  border-radius: 3px;
}

.txt-editor .ql-snow .ql-editor pre {
  white-space: pre-wrap;
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 5px 10px;
}

.txt-editor .ql-snow .ql-editor code {
  font-size: 85%;
  padding: 2px 4px;
}

.txt-editor .ql-snow .ql-editor pre.ql-syntax {
  background-color: #23241f;
  color: #f8f8f2;
  overflow: visible;
}

.txt-editor .ql-snow .ql-editor img {
  max-width: 100%;
}

.txt-editor .ql-snow .ql-picker {
  color: #444;
  display: inline-block;
  float: left;
  font-size: 14px;
  font-weight: 500;
  height: 24px;
  position: relative;
  vertical-align: middle;
}

.txt-editor .ql-snow .ql-picker-label {
  cursor: pointer;
  display: inline-block;
  height: 100%;
  padding-left: 8px;
  padding-right: 2px;
  position: relative;
  width: 100%;
}

.txt-editor .ql-snow .ql-picker-label::before {
  display: inline-block;
  line-height: 22px;
}

.txt-editor .ql-snow .ql-picker-options {
  background-color: #fff;
  display: none;
  min-width: 100%;
  padding: 4px 8px;
  position: absolute;
  white-space: nowrap;
}

.txt-editor .ql-snow .ql-picker-options .ql-picker-item {
  cursor: pointer;
  display: block;
  padding-bottom: 5px;
  padding-top: 5px;
}

.txt-editor .ql-snow .ql-picker.ql-expanded .ql-picker-label {
  color: #ccc;
  z-index: 2;
}

.txt-editor .ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill {
  fill: #ccc;
}

.txt-editor .ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
  stroke: #ccc;
}

.txt-editor .ql-snow .ql-picker.ql-expanded .ql-picker-options {
  display: block;
  margin-top: -1px;
  top: 100%;
  z-index: 1;
}

.txt-editor .ql-snow .ql-color-picker,
.txt-editor .ql-snow .ql-icon-picker {
  width: 28px;
}

.txt-editor .ql-snow .ql-color-picker .ql-picker-label,
.txt-editor .ql-snow .ql-icon-picker .ql-picker-label {
  padding: 2px 4px;
}

.txt-editor .ql-snow .ql-color-picker .ql-picker-label svg,
.txt-editor .ql-snow .ql-icon-picker .ql-picker-label svg {
  right: 4px;
}

.txt-editor .ql-snow .ql-icon-picker .ql-picker-options {
  padding: 4px 0px;
}

.txt-editor .ql-snow .ql-icon-picker .ql-picker-item {
  height: 24px;
  width: 24px;
  padding: 2px 4px;
}

.txt-editor .ql-snow .ql-color-picker .ql-picker-options {
  padding: 3px 5px;
  width: 152px;
}

.txt-editor .ql-snow .ql-color-picker .ql-picker-item {
  border: 1px solid transparent;
  float: left;
  height: 16px;
  margin: 2px;
  padding: 0px;
  width: 16px;
}

.txt-editor .ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
  position: absolute;
  margin-top: -9px;
  right: 0;
  top: 50%;
  width: 18px;
}

.txt-editor .ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""])::before,
.txt-editor .ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""])::before,
.txt-editor .ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""])::before,
.txt-editor .ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""])::before,
.txt-editor .ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""])::before,
.txt-editor .ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""])::before {
  content: attr(data-label);
}

.txt-editor .ql-snow .ql-picker.ql-header {
  width: 98px;
}

.txt-editor .ql-snow .ql-picker.ql-header .ql-picker-label::before,
.txt-editor .ql-snow .ql-picker.ql-header .ql-picker-item::before {
  content: "Normal";
}

.txt-editor .ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]::before,
.txt-editor .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  content: "Heading 1";
}

.txt-editor .ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]::before,
.txt-editor .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  content: "Heading 2";
}

.txt-editor .ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]::before,
.txt-editor .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  content: "Heading 3";
}

.txt-editor .ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]::before,
.txt-editor .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  content: "Heading 4";
}

.txt-editor .ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]::before,
.txt-editor .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  content: "Heading 5";
}

.txt-editor .ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]::before,
.txt-editor .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  content: "Heading 6";
}

.txt-editor .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  font-size: 2em;
}

.txt-editor .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  font-size: 1.5em;
}

.txt-editor .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  font-size: 1.17em;
}

.txt-editor .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  font-size: 1em;
}

.txt-editor .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  font-size: 0.83em;
}

.txt-editor .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  font-size: 0.67em;
}

.txt-editor .ql-snow .ql-picker.ql-font {
  width: 108px;
}

.txt-editor .ql-snow .ql-picker.ql-font .ql-picker-label::before,
.txt-editor .ql-snow .ql-picker.ql-font .ql-picker-item::before {
  content: "Sans Serif";
}

.txt-editor .ql-snow .ql-picker.ql-font .ql-picker-label[data-value="serif"]::before,
.txt-editor .ql-snow .ql-picker.ql-font .ql-picker-item[data-value="serif"]::before {
  content: "Serif";
}

.txt-editor .ql-snow .ql-picker.ql-font .ql-picker-label[data-value="monospace"]::before,
.txt-editor .ql-snow .ql-picker.ql-font .ql-picker-item[data-value="monospace"]::before {
  content: "Monospace";
}

.txt-editor .ql-snow .ql-picker.ql-font .ql-picker-item[data-value="serif"]::before {
  font-family: Georgia, Times New Roman, serif;
}

.txt-editor .ql-snow .ql-picker.ql-font .ql-picker-item[data-value="monospace"]::before {
  font-family: Monaco, Courier New, monospace;
}

.txt-editor .ql-snow .ql-picker.ql-size {
  width: 98px;
}

.txt-editor .ql-snow .ql-picker.ql-size .ql-picker-label::before,
.txt-editor .ql-snow .ql-picker.ql-size .ql-picker-item::before {
  content: "Normal";
}

.txt-editor .ql-snow .ql-picker.ql-size .ql-picker-label[data-value="small"]::before,
.txt-editor .ql-snow .ql-picker.ql-size .ql-picker-item[data-value="small"]::before {
  content: "Small";
}

.txt-editor .ql-snow .ql-picker.ql-size .ql-picker-label[data-value="large"]::before,
.txt-editor .ql-snow .ql-picker.ql-size .ql-picker-item[data-value="large"]::before {
  content: "Large";
}

.txt-editor .ql-snow .ql-picker.ql-size .ql-picker-label[data-value="huge"]::before,
.txt-editor .ql-snow .ql-picker.ql-size .ql-picker-item[data-value="huge"]::before {
  content: "Huge";
}

.txt-editor .ql-snow .ql-picker.ql-size .ql-picker-item[data-value="small"]::before {
  font-size: 10px;
}

.txt-editor .ql-snow .ql-picker.ql-size .ql-picker-item[data-value="large"]::before {
  font-size: 18px;
}

.txt-editor .ql-snow .ql-picker.ql-size .ql-picker-item[data-value="huge"]::before {
  font-size: 32px;
}

.txt-editor .ql-snow .ql-color-picker.ql-background .ql-picker-item {
  background-color: #fff;
}

.txt-editor .ql-snow .ql-color-picker.ql-color .ql-picker-item {
  background-color: #000;
}

.txt-editor .ql-toolbar.ql-snow {
  border: 1px solid #d2d2d2;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

.txt-editor .ql-toolbar.ql-snow .ql-formats {
  margin-right: 15px;
}

.txt-editor .ql-toolbar.ql-snow .ql-picker-label {
  border: 1px solid transparent;
}

.txt-editor .ql-toolbar.ql-snow .ql-picker-options {
  border: 1px solid transparent;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 2px 8px;
          box-shadow: rgba(0, 0, 0, 0.2) 0 2px 8px;
}

.txt-editor .ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  border-color: #ccc;
}

.txt-editor .ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  border-color: #ccc;
}

.txt-editor .ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,
.txt-editor .ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover {
  border-color: #000;
}

.txt-editor .ql-toolbar.ql-snow + .ql-container.ql-snow {
  border-top: 0px;
}

.txt-editor .ql-snow .ql-tooltip {
  background-color: #fff;
  border: 1px solid #ccc;
  -webkit-box-shadow: 0px 0px 5px #ddd;
          box-shadow: 0px 0px 5px #ddd;
  color: #444;
  padding: 5px 12px;
  white-space: nowrap;
}

.txt-editor .ql-snow .ql-tooltip::before {
  content: "Visit URL:";
  line-height: 26px;
  margin-right: 8px;
}

.txt-editor .ql-snow .ql-tooltip input[type="text"] {
  display: none;
  border: 1px solid #ccc;
  font-size: 13px;
  height: 26px;
  margin: 0px;
  padding: 3px 5px;
  width: 170px;
}

.txt-editor .ql-snow .ql-tooltip a.ql-preview {
  display: inline-block;
  max-width: 200px;
  overflow-x: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
}

.txt-editor .ql-snow .ql-tooltip a.ql-action::after {
  border-right: 1px solid #ccc;
  content: "Edit";
  margin-left: 16px;
  padding-right: 8px;
}

.txt-editor .ql-snow .ql-tooltip a.ql-remove::before {
  content: "Remove";
  margin-left: 8px;
}

.txt-editor .ql-snow .ql-tooltip a {
  line-height: 26px;
}

.txt-editor .ql-snow .ql-tooltip.ql-editing a.ql-preview,
.txt-editor .ql-snow .ql-tooltip.ql-editing a.ql-remove {
  display: none;
}

.txt-editor .ql-snow .ql-tooltip.ql-editing input[type="text"] {
  display: inline-block;
}

.txt-editor .ql-snow .ql-tooltip.ql-editing a.ql-action::after {
  border-right: 0px;
  content: "Save";
  padding-right: 0px;
}

.txt-editor .ql-snow .ql-tooltip[data-mode="link"]::before {
  content: "Enter link:";
}

.txt-editor .ql-snow .ql-tooltip[data-mode="formula"]::before {
  content: "Enter formula:";
}

.txt-editor .ql-snow .ql-tooltip[data-mode="video"]::before {
  content: "Enter video:";
}

.txt-editor .ql-snow a {
  color: #06c;
}

.txt-editor .ql-container.ql-snow {
  border: 1px solid #ccc;
}

@media (max-width: 1199px) {
  body {
    font-size: 11px;
  }
}

.nav .active {
  background-color: #2490EF;
  color: #fff;
  border-radius: 5px;
}
/*# sourceMappingURL=style.css.map */