@-ms-keyframes spin {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*
Generic Styling, for Desktops/Laptops
*/
/* Zebra striping */
img {
  border: none;
  outline: none;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  max-width: 100%;
  height: auto;
}
a {
  outline: none;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  color: #333;
  text-decoration: none;
}
a:active {
  outline: none;
  text-decoration: none;
}
a:focus {
  outline: none;
  text-decoration: none;
}
a:hover {
  outline: none;
  text-decoration: none;
}
button:focus {
  background: inherit;
}
b {
  font-weight: 700;
}
strong {
  font-weight: 700;
}
h1 {
  color: var(--qt-col-white);
}
h2 {
  font-size: 17px;
  font-weight: 500;
  margin: 0 0 12px;
}
h3 {
  font-size: 15px;
  text-transform: capitalize;
}
h4 {
  margin: 0 0 5px;
  line-height: 19px;
  font-weight: normal;
  font-size: 16px;
}
h5 {
  font-size: 1em;
}
p {
  font-weight: 400;
  line-height: 24px;
}
input {
  border: 1px solid #eaeaea;
  margin-bottom: 20px;
  padding: 5px;
  display: inline-block;
}
select {
  border: 1px solid #eaeaea;
  margin-bottom: 20px;
  padding: 5px;
  display: inline-block;
}
label {
  font-size: 1rem;
  color: inherit;
  font-weight: 700;
}
::-webkit-input-placeholder {
  font-size: 15px;
  color: var(--qt-col-white);
  font-weight: 400;
  padding: 3px;
}
:-moz-placeholder {
  font-size: 15px;
  color: var(--qt-col-white);
  font-weight: 400;
  padding: 3px;
}
::-moz-placeholder {
  font-size: 15px;
  color: var(--qt-col-white);
  font-weight: 400;
  padding: 3px;
}
:-ms-input-placeholder {
  font-size: 15px;
  color: var(--qt-col-white);
  font-weight: 400;
  padding: 3px;
}
.search-form fieldset {
  margin: 0;
  padding: 5px 15px 5px 5px;
  color: #999;
}
.no-padding-left {
  padding-left: 0 !important;
}
.no-padding {
  padding: 0 !important;
}
.p-right10 {
  padding-right: 10%;
}
.far.fa-star {
  color: #c3c4b8;
}
.fa-star {
  cursor: pointer;
}
.no-margin {
  margin: 0 !important;
}
.fb-bgColor {
  background: #48629b !important;
}
.google-bgColor {
  background: #de5e46 !important;
}
.col-white {
  color: var(--qt-col-white) !important;
}
.left-25per {
  left: -24% !important;
  position: absolute;
}
.col-yellow {
  color: #FD0;
  -webkit-text-stroke-color: #F70;
}
.col-orange {
  color: var(--qt-col-orange);
  -webkit-text-stroke-color: #F70;
}
.pad0 {
  padding: 0;
}
.ico-facebook {
  color: #3b5998;
}
.ico-google {
  color: #e02f2f;
}
.ico-twitter {
  color: #55acee;
}
.ico-linkedin {
  color: #006db4;
}
.ico-reddit {
  color: orangered;
}
.ico-pinterest {
  color: #bd081c;
}
.ico-messenger {
  color: #0084ff;
}
.ico-whatsapp {
  color: #00e676;
}
.ico-email {
  color: orange;
}
.ico-copy {
  color: var(--qt-col-yellow);
}
.rotate-45 {
  transform: rotate(45deg);
}
.rotate-135 {
  transform: rotate(135deg);
}
.font-11 {
  font-size: 11px;
}
.height-auto {
  height: auto !important;
}
.height-8 {
  height: 8px !important;
}
.height-10 {
  height: 10px !important;
}
.height-12 {
  height: 12px !important;
}
.height-15 {
  height: 15px !important;
}
.height-20 {
  height: 20px !important;
}
.height-200 {
  height: 200px;
  overflow-y: auto;
}
.height-100 {
  height: 100%;
}
.text-muted {
  color: #e3e3e3 !important;
}
.list-inline {
  display: inline-block;
}
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  float: left;
}
.capitalize {
  text-transform: capitalize;
}
.clear {
  clear: both;
}
.row {
  margin-bottom: 0;
}
.m-l--125 {
  margin-left: -125px;
}
.m-t--125 {
  margin-top: -125px;
}
.m-r--125 {
  margin-right: -125px;
}
.m-b--125 {
  margin-bottom: -125px;
}
.m-l--120 {
  margin-left: -120px;
}
.m-t--120 {
  margin-top: -120px;
}
.m-r--120 {
  margin-right: -120px;
}
.m-b--120 {
  margin-bottom: -120px;
}
.m-l--115 {
  margin-left: -115px;
}
.m-t--115 {
  margin-top: -115px;
}
.m-r--115 {
  margin-right: -115px;
}
.m-b--115 {
  margin-bottom: -115px;
}
.m-l--110 {
  margin-left: -110px;
}
.m-t--110 {
  margin-top: -110px;
}
.m-r--110 {
  margin-right: -110px;
}
.m-b--110 {
  margin-bottom: -110px;
}
.m-l--105 {
  margin-left: -105px;
}
.m-t--105 {
  margin-top: -105px;
}
.m-r--105 {
  margin-right: -105px;
}
.m-b--105 {
  margin-bottom: -105px;
}
.m-l--100 {
  margin-left: -100px;
}
.m-t--100 {
  margin-top: -100px;
}
.m-r--100 {
  margin-right: -100px;
}
.m-b--100 {
  margin-bottom: -100px;
}
.m-l--95 {
  margin-left: -95px;
}
.m-t--95 {
  margin-top: -95px;
}
.m-r--95 {
  margin-right: -95px;
}
.m-b--95 {
  margin-bottom: -95px;
}
.m-l--90 {
  margin-left: -90px;
}
.m-t--90 {
  margin-top: -90px;
}
.m-r--90 {
  margin-right: -90px;
}
.m-b--90 {
  margin-bottom: -90px;
}
.m-l--85 {
  margin-left: -85px;
}
.m-t--85 {
  margin-top: -85px;
}
.m-r--85 {
  margin-right: -85px;
}
.m-b--85 {
  margin-bottom: -85px;
}
.m-l--80 {
  margin-left: -80px;
}
.m-t--80 {
  margin-top: -80px;
}
.m-r--80 {
  margin-right: -80px;
}
.m-b--80 {
  margin-bottom: -80px;
}
.m-l--75 {
  margin-left: -75px;
}
.m-t--75 {
  margin-top: -75px;
}
.m-r--75 {
  margin-right: -75px;
}
.m-b--75 {
  margin-bottom: -75px;
}
.m-l--70 {
  margin-left: -70px;
}
.m-t--70 {
  margin-top: -70px;
}
.m-r--70 {
  margin-right: -70px;
}
.m-b--70 {
  margin-bottom: -70px;
}
.m-l--65 {
  margin-left: -65px;
}
.m-t--65 {
  margin-top: -65px;
}
.m-r--65 {
  margin-right: -65px;
}
.m-b--65 {
  margin-bottom: -65px;
}
.m-l--60 {
  margin-left: -60px;
}
.m-t--60 {
  margin-top: -60px;
}
.m-r--60 {
  margin-right: -60px;
}
.m-b--60 {
  margin-bottom: -60px;
}
.m-l--55 {
  margin-left: -55px;
}
.m-t--55 {
  margin-top: -55px;
}
.m-r--55 {
  margin-right: -55px;
}
.m-b--55 {
  margin-bottom: -55px;
}
.m-l--50 {
  margin-left: -50px;
}
.m-t--50 {
  margin-top: -50px;
}
.m-r--50 {
  margin-right: -50px;
}
.m-b--50 {
  margin-bottom: -50px;
}
.m-l--45 {
  margin-left: -45px;
}
.m-t--45 {
  margin-top: -45px;
}
.m-r--45 {
  margin-right: -45px;
}
.m-b--45 {
  margin-bottom: -45px;
}
.m-l--40 {
  margin-left: -40px;
}
.m-t--40 {
  margin-top: -40px;
}
.m-r--40 {
  margin-right: -40px;
}
.m-b--40 {
  margin-bottom: -40px;
}
.m-l--35 {
  margin-left: -35px;
}
.m-t--35 {
  margin-top: -35px;
}
.m-r--35 {
  margin-right: -35px;
}
.m-b--35 {
  margin-bottom: -35px;
}
.m-l--30 {
  margin-left: -30px;
}
.m-t--30 {
  margin-top: -30px;
}
.m-r--30 {
  margin-right: -30px;
}
.m-b--30 {
  margin-bottom: -30px;
}
.m-l--25 {
  margin-left: -25px;
}
.m-t--25 {
  margin-top: -25px;
}
.m-r--25 {
  margin-right: -25px;
}
.m-b--25 {
  margin-bottom: -25px;
}
.m-l--20 {
  margin-left: -20px;
}
.m-t--20 {
  margin-top: -20px;
}
.m-r--20 {
  margin-right: -20px;
}
.m-b--20 {
  margin-bottom: -20px;
}
.m-l--15 {
  margin-left: -15px;
}
.m-t--15 {
  margin-top: -15px;
}
.m-r--15 {
  margin-right: -15px;
}
.m-b--15 {
  margin-bottom: -15px;
}
.m-l--10 {
  margin-left: -10px;
}
.m-t--10 {
  margin-top: -10px;
}
.m-r--10 {
  margin-right: -10px;
}
.m-b--10 {
  margin-bottom: -10px;
}
.m-l--5 {
  margin-left: -5px;
}
.m-t--5 {
  margin-top: -5px;
}
.m-r--5 {
  margin-right: -5px;
}
.m-b--5 {
  margin-bottom: -5px;
}
.ls-closed section.content {
  margin-left: 0;
}
.ls-closed .bars:after {
  margin-top: 10px;
}
.ls-closed .bars:before {
  margin-top: 10px;
}
.ls-toggle-menu section.content {
  margin-left: 0;
}
.m-l-0 {
  margin-left: 0;
}
.overlay-open .sidebar {
  margin-left: 0;
}
.card {
  margin-bottom: 30px;
}
.card .card-inside-title {
  margin-bottom: 15px;
  margin-top: 25px;
}
.card .card-inside-title:first-child {
  margin-top: 0;
}
.card .card-inside-title small {
  margin-top: 5px;
}
.card .header {
  margin-bottom: 0;
}
.card .header h2 {
  margin: 0;
}
.card .header h2 small {
  margin-top: 5px;
}
.card .header .header-dropdown {
  margin: 0;
  padding: 0;
}
.contact .c_list .email {
  margin-top: 0;
  margin-bottom: 5px;
}
.contact .c_list .email i {
  font-size: 15px;
  text-align: center;
}
.contact .c_list .phone {
  margin-bottom: 0;
}
.contact .c_list .u_name .c_name {
  margin-bottom: 0;
  font-size: 17px;
}
.contact .c_list address {
  margin-bottom: 0;
}
.contact .c_list address i {
  font-size: 15px;
  text-align: center;
}
.contact .c_list .avatar {
  margin-right: 20px;
}
.contact .c_list .control {
  text-align: center;
}
.m-t-0 {
  margin-top: 0;
}
.mini-profile-widget .profile-views-progress ul {
  padding: 0;
}
.mini-profile-widget .profile-views-progress ul li {
  margin-top: 0;
}
.mini-profile-widget .profile-views-progress ul li h4 {
  margin: 0;
}
.mini-profile-widget .profile-views-progress .progress {
  margin-bottom: 10px;
}
.product-report .counter {
  margin-top: 0;
}
.product-report .icon {
  margin-right: 15px;
  text-align: center;
}
.profile-page #timeline .timeline .timeline-item {
  margin-bottom: 20px;
}
.profile-page #timeline .timeline .timeline-item .item-content {
  margin-top: 0;
}
.profile-page #usersettings .form-group {
  margin-bottom: 0;
}
.profile-page .profile-header {
  padding-top: 30px;
  padding-bottom: 30px;
}
.profile-page .profile-header .profile_info {
  margin: 0;
}
.profile-page .profile-header .profile_info .job_post {
  margin-bottom: 10px;
}
.profile-page #mypost .mypost-form {
  margin-bottom: 15px;
}
.profile-page #mypost .mypost-form .form-group {
  margin: 0;
}
.profile-page #mypost .post-box .post-img {
  margin-bottom: 15px;
}
.profile-page .profile-sub-header .box-list ul {
  margin: 0;
}
.profile-page .profile-sub-header .box-list ul li a p {
  margin: 0;
}
.m-r-0 {
  margin-right: 0;
}
.right-sidebar .nav-tabs li {
  text-align: center;
}
.right-sidebar .nav-tabs li > a {
  margin-right: 0;
}
.right-sidebar #skins h6 {
  margin-bottom: 0;
  margin-top: 20px;
}
.right-sidebar #chat .right_chat ul .media .media-object {
  margin-right: 10px;
}
.right-sidebar #chat .right_chat h6 {
  padding-bottom: 10px;
}
.right-sidebar #settings .setting-list {
  margin-bottom: 20px;
  padding-left: 0;
}
.right-sidebar .choose-skin {
  padding-left: 0;
}
.right-sidebar .nav-tabs + .tab-content {
  padding: 0;
}
.activity_2 h5 {
  margin-bottom: 0;
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.breadcrumb {
  margin-bottom: 0;
  margin-top: 5px;
}
.chat-wrapper .card {
  margin: 0;
}
.chat-wrapper .card .input-group {
  margin-bottom: 0;
}
.inbox-widget {
  margin: 0;
}
.inbox-widget .inbox-inner .inbox-item-info .author {
  margin-bottom: 0;
}
.inbox-widget .inbox-inner .inbox-item-info .inbox-date {
  margin-bottom: 0;
}
.inbox-widget .inbox-inner:last-child {
  margin-bottom: 0;
}
.m-b-0 {
  margin-bottom: 0;
}
.media .media-body .media-heading {
  margin-bottom: 0;
}
.members_profiles .table {
  margin-bottom: 0;
}
.new_friend_list {
  margin-bottom: 0;
}
.new_friend_list li {
  margin-bottom: 15px;
  text-align: center;
}
.new_friend_list li .users_name {
  margin-bottom: 0;
  margin-top: 5px;
}
.page-calendar .event-name address {
  margin-bottom: 0;
  margin-top: 5px;
}
.page-calendar .event-name address i {
  margin-right: 5px;
}
.page-calendar .event-name h4 {
  margin-bottom: 0;
}
.page-calendar .event-name h6 {
  margin-bottom: 0;
}
.page-calendar .event-name p {
  margin-bottom: 0;
}
.profile_state {
  margin: 0;
  padding: 0;
}
.profile_state li {
  padding: 0;
  text-align: center;
}
.profile_state li h4 {
  margin-bottom: 0;
  margin-top: 10px;
}
.sales_overview .table {
  margin-bottom: 0;
}
.social_media_table .table {
  margin-bottom: 0;
}
.social_media_table .list-icon {
  text-align: center;
  color: #fff !important;
}
.m-l-5 {
  margin-left: 5px;
}
.wizard .actions {
  text-align: right;
}
.wizard .actions a {
  margin-left: 5px;
}
.wizard .content {
  margin: 0;
}
.wizard .content .body label.error {
  margin: 0;
}
.m-t-5 {
  margin-top: 5px;
}
.m-r-5 {
  margin-right: 5px;
}
.m-b-5 {
  margin-bottom: 5px;
}
.activities .b-accent {
  margin-left: 10px;
}
.m-l-10 {
  margin-left: 10px;
}
.m-t-10 {
  margin-top: 10px;
}
.member-card {
  text-align: center;
}
.member-card .social-links {
  margin-top: 10px;
}
.w_calender span + span {
  margin-top: 10px;
  background: linear-gradient(45deg, #fda582, #f7cf68) !important;
  color: #fff !important;
}
.w_calender ul:nth-of-type(6) {
  margin-bottom: 10px;
  margin-top: 20px;
}
.w_calender ul:nth-of-type(2) {
  margin-top: 20px;
}
.w_calender ul:nth-of-type(3) {
  margin-top: 20px;
}
.w_calender ul:nth-of-type(4) {
  margin-top: 20px;
}
.w_calender ul:nth-of-type(5) {
  margin-top: 20px;
  margin-bottom: 20px;
}
.w_calender ul li {
  text-align: center;
}
.w_calender .days {
  padding-top: 40px;
  text-align: center;
}
.w_calender span {
  padding-top: 40px;
}
.w_calender .date {
  text-align: center;
}
.w_calender em {
  background: linear-gradient(45deg, #fda582, #f7cf68) !important;
  color: #fff !important;
}
.chat-widget .chat-scroll-list {
  margin-right: 10px;
  padding: 0;
}
.chat-widget .chat-scroll-list li {
  margin-bottom: 20px;
}
.chat-widget .chat-scroll-list li.right {
  text-align: right;
}
.m-r-10 {
  margin-right: 10px;
}
.block-header {
  margin-bottom: 10px;
}
.m-b-10 {
  margin-bottom: 10px;
}
.top-report .progress {
  margin-bottom: 10px;
}
.m-l-15 {
  margin-left: 15px;
}
.m-t-15 {
  margin-top: 15px;
}
.m-r-15 {
  margin-right: 15px;
}
.m-b-15 {
  margin-bottom: 15px;
}
.m-l-20 {
  margin-left: 20px;
}
.media.mright .media-right {
  margin-left: 20px;
}
.m-t-20 {
  margin-top: 20px;
}
.bs-example .media .media-left {
  margin-right: 20px;
}
.m-r-20 {
  margin-right: 20px;
}
.media.mleft .media-left {
  margin-right: 20px;
}
.m-b-20 {
  margin-bottom: 20px;
}
.m-l-25 {
  margin-left: 25px;
}
.m-t-25 {
  margin-top: 25px;
}
.m-r-25 {
  margin-right: 25px;
}
.m-b-25 {
  margin-bottom: 25px;
}
.m-l-30 {
  margin-left: 30px;
}
.m-t-30 {
  margin-top: 30px;
}
.m-r-30 {
  margin-right: 30px;
}
.m-b-30 {
  margin-bottom: 30px;
}
.m-l-35 {
  margin-left: 35px;
}
.m-t-35 {
  margin-top: 35px;
}
.m-r-35 {
  margin-right: 35px;
}
.m-b-35 {
  margin-bottom: 35px;
}
.m-l-40 {
  margin-left: 40px;
}
.m-t-40 {
  margin-top: 40px;
}
.m-r-40 {
  margin-right: 40px;
}
.m-b-40 {
  margin-bottom: 40px;
}
.m-l-45 {
  margin-left: 45px;
}
.m-t-45 {
  margin-top: 45px;
}
.m-r-45 {
  margin-right: 45px;
}
.m-b-45 {
  margin-bottom: 45px;
}
.m-l-50 {
  margin-left: 50px;
}
.m-t-50 {
  margin-top: 50px;
}
.m-r-50 {
  margin-right: 50px;
}
.m-b-50 {
  margin-bottom: 50px;
}
.m-l-55 {
  margin-left: 55px;
}
.m-t-55 {
  margin-top: 55px;
}
.m-r-55 {
  margin-right: 55px;
}
.m-b-55 {
  margin-bottom: 55px;
}
.m-l-60 {
  margin-left: 60px;
}
.m-t-60 {
  margin-top: 60px;
}
.m-r-60 {
  margin-right: 60px;
}
.m-b-60 {
  margin-bottom: 60px;
}
.m-l-65 {
  margin-left: 65px;
}
.m-t-65 {
  margin-top: 65px;
}
.m-r-65 {
  margin-right: 65px;
}
.m-b-65 {
  margin-bottom: 65px;
}
.m-l-70 {
  margin-left: 70px;
}
.m-t-70 {
  margin-top: 70px;
}
.m-r-70 {
  margin-right: 70px;
}
.m-b-70 {
  margin-bottom: 70px;
}
.m-l-75 {
  margin-left: 75px;
}
.m-t-75 {
  margin-top: 75px;
}
.m-r-75 {
  margin-right: 75px;
}
.m-b-75 {
  margin-bottom: 75px;
}
.m-l-80 {
  margin-left: 80px;
}
.m-t-80 {
  margin-top: 80px;
}
.m-r-80 {
  margin-right: 80px;
}
.m-b-80 {
  margin-bottom: 80px;
}
.m-l-85 {
  margin-left: 85px;
}
.m-t-85 {
  margin-top: 85px;
}
.m-r-85 {
  margin-right: 85px;
}
.m-b-85 {
  margin-bottom: 85px;
}
.m-l-90 {
  margin-left: 90px;
}
.m-t-90 {
  margin-top: 90px;
}
.m-r-90 {
  margin-right: 90px;
}
.m-b-90 {
  margin-bottom: 90px;
}
.m-l-95 {
  margin-left: 95px;
}
.m-t-95 {
  margin-top: 95px;
}
.m-r-95 {
  margin-right: 95px;
}
.m-b-95 {
  margin-bottom: 95px;
}
.m-l-100 {
  margin-left: 100px;
}
.m-t-100 {
  margin-top: 100px;
}
.m-r-100 {
  margin-right: 100px;
}
.m-b-100 {
  margin-bottom: 100px;
}
.m-l-105 {
  margin-left: 105px;
}
.m-t-105 {
  margin-top: 105px;
}
.m-r-105 {
  margin-right: 105px;
}
.m-b-105 {
  margin-bottom: 105px;
}
.m-l-110 {
  margin-left: 110px;
}
.m-t-110 {
  margin-top: 110px;
}
.m-r-110 {
  margin-right: 110px;
}
.m-b-110 {
  margin-bottom: 110px;
}
.m-l-115 {
  margin-left: 115px;
}
.m-t-115 {
  margin-top: 115px;
}
.m-r-115 {
  margin-right: 115px;
}
.m-b-115 {
  margin-bottom: 115px;
}
.m-l-120 {
  margin-left: 120px;
}
.m-t-120 {
  margin-top: 120px;
}
.m-r-120 {
  margin-right: 120px;
}
.m-b-120 {
  margin-bottom: 120px;
}
.m-l-125 {
  margin-left: 125px;
}
.m-t-125 {
  margin-top: 125px;
}
.m-r-125 {
  margin-right: 125px;
}
.m-b-125 {
  margin-bottom: 125px;
}
.agent .agent-content .agent-contact-details {
  margin: 0;
  padding: 0;
}
.agent .agent-content .agent-name h4 {
  margin: 0;
}
.agent .agent-content .social-icons {
  margin: 0;
}
.dropdown-menu {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
  border: none;
  right: 0;
  left: auto;
  padding: 0;
}
.dropdown-menu ul.menu {
  padding-left: 0;
}
.dropdown-menu ul.menu .menu-info {
  position: relative;
  top: 0;
  left: 5px;
}
.dropdown-menu ul.menu .menu-info h4 {
  margin: 0;
  font-size: 15px;
  color: #333;
  font-weight: 500;
}
.dropdown-menu ul.menu .menu-info p {
  margin: 0;
  font-size: 11px;
  color: #aaa;
}
.dropdown-menu ul.menu .menu-info p i {
  font-size: 13px;
  color: #aaa;
  position: relative;
  top: 1px;
  vertical-align: top;
}
.dropdown-menu ul.menu .icon-circle {
  text-align: center;
  width: 36px;
  height: 36px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  color: #fff;
  vertical-align: top;
}
.dropdown-menu ul.menu .icon-circle i {
  font-size: 18px;
  line-height: 36px;
}
.dropdown-menu ul.menu li {
  border-bottom: 1px solid #fff;
}
.dropdown-menu ul.menu li:last-child {
  border-bottom: none;
}
.dropdown-menu ul.menu li a {
  padding: 10px 15px;
  text-decoration: none;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.dropdown-menu ul.menu li a:hover {
  background-color: #e9e9e9;
}
.dropdown-menu .footer a {
  text-align: center;
  border-top: 1px solid #eee;
  font-size: 13px;
}
.dropdown-menu .footer a:hover {
  background-color: transparent;
}
.dropdown-menu .divider {
  margin: 1px 0;
  border-bottom: 1px solid #eaeaea;
}
.dropdown-menu .header {
  font-size: 13px;
  font-weight: 700;
  min-width: 270px;
  border-bottom: 1px solid #eee;
  text-align: left;
  padding: 10px 15px;
}
.dropdown-menu ul.menu.tasks h4 {
  color: #333;
  font-size: 15px;
  margin: 0 0 8px;
  font-weight: 500;
}
.dropdown-menu ul.menu.tasks h4 small {
  float: right;
  margin-top: 3px;
}
.dropdown-menu ul.menu.tasks .progress {
  height: 5px;
  margin-bottom: 7px;
}
.dropdown-menu > li > a {
  padding: 7px 18px;
  color: #666;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 14px;
  line-height: 25px;
  display: block;
}
.dropdown-menu > li > a:hover {
  background-color: rgba(0, 0, 0, 0.1);
  text-decoration: none;
  color: #24241e;
}
.dropdown-menu > li > a i.material-icons {
  float: left;
  margin-right: 7px;
  margin-top: 2px;
  font-size: 20px;
}
.fc .fc-toolbar {
  margin: 0;
}
.fc .fc-toolbar .fc-button {
  margin: 0;
}
.fc .fc-toolbar h2 {
  margin: 0;
}
.fc .fc-view-container .fc-view.fc-agenda > table > thead tr td.fc-agenda-gutter {
  padding: 0;
}
.fc .fc-view-container .fc-view.fc-agenda > table > thead tr th.fc-agenda-gutter {
  padding: 0;
}
.fc .fc-view-container .fc-view.fc-basic-view > table > thead tr td.fc-agenda-gutter {
  padding: 0;
}
.fc .fc-view-container .fc-view.fc-basic-view > table > thead tr th.fc-agenda-gutter {
  padding: 0;
}
.fc-overlay.left {
  margin: 0;
}
.fc-overlay.right {
  margin: 0;
}
.margin-0 {
  margin: 0;
}
.sidebar .user-info .info-container .user-helper-dropdown {
  margin: 0;
}
.sidebar .menu .list {
  padding-left: 0;
}
.sidebar .menu .list .ml-menu {
  padding-left: 0;
}
.sidebar .menu .list .ml-menu li a {
  padding-left: 40px;
}
.sidebar .menu .list .ml-menu li .ml-menu li a {
  padding-left: 50px;
}
.sidebar .menu .list .ml-menu li .ml-menu .ml-menu li a {
  padding-left: 65px;
}
.sidebar .menu .list a i {
  text-align: center;
}
.p-l-0 {
  padding-left: 0;
}
.p-t-0 {
  padding-top: 0;
}
.navbar-header {
  padding-right: 0;
  padding-left: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.navbar-header .navbar-brand {
  padding: 0;
}
.p-r-0 {
  padding-right: 0;
}
.p-b-0 {
  padding-bottom: 0;
}
.p-l-5 {
  padding-left: 5px;
}
.p-t-5 {
  padding-top: 5px;
}
.p-r-5 {
  padding-right: 5px;
}
.wizard.vertical > .steps {
  padding-right: 5px;
}
.p-b-5 {
  padding-bottom: 5px;
}
.p-l-10 {
  padding-left: 10px;
}
.p-t-10 {
  padding-top: 10px;
}
.p-r-10 {
  padding-right: 10px;
}
.p-b-10 {
  padding-bottom: 10px;
}
.p-l-15 {
  padding-left: 15px;
}
.p-t-15 {
  padding-top: 15px;
}
.p-r-15 {
  padding-right: 15px;
}
.p-b-15 {
  padding-bottom: 15px;
}
.p-l-20 {
  padding-left: 20px;
}
.p-t-20 {
  padding-top: 20px;
}
.p-r-20 {
  padding-right: 20px;
}
.p-b-20 {
  padding-bottom: 20px;
}
.p-l-25 {
  padding-left: 25px;
}
.p-t-25 {
  padding-top: 25px;
}
.p-r-25 {
  padding-right: 25px;
}
.p-b-25 {
  padding-bottom: 25px;
}
.p-l-30 {
  padding-left: 30px;
}
.p-t-30 {
  padding-top: 30px;
}
.p-r-30 {
  padding-right: 30px;
}
.p-b-30 {
  padding-bottom: 30px;
}
.p-l-35 {
  padding-left: 35px;
}
.p-t-35 {
  padding-top: 35px;
}
.p-r-35 {
  padding-right: 35px;
}
.p-b-35 {
  padding-bottom: 35px;
}
.p-l-40 {
  padding-left: 40px;
}
.p-t-40 {
  padding-top: 40px;
}
.p-r-40 {
  padding-right: 40px;
}
.p-b-40 {
  padding-bottom: 40px;
}
.p-l-45 {
  padding-left: 45px;
}
.p-t-45 {
  padding-top: 45px;
}
.p-r-45 {
  padding-right: 45px;
}
.p-b-45 {
  padding-bottom: 45px;
}
.p-l-50 {
  padding-left: 50px;
}
.p-t-50 {
  padding-top: 50px;
}
.p-r-50 {
  padding-right: 50px;
}
.p-b-50 {
  padding-bottom: 50px;
}
.p-l-55 {
  padding-left: 55px;
}
.p-t-55 {
  padding-top: 55px;
}
.p-r-55 {
  padding-right: 55px;
}
.p-b-55 {
  padding-bottom: 55px;
}
.p-l-60 {
  padding-left: 60px;
}
.p-t-60 {
  padding-top: 60px;
}
.p-r-60 {
  padding-right: 60px;
}
.p-b-60 {
  padding-bottom: 60px;
}
.p-l-65 {
  padding-left: 65px;
}
.p-t-65 {
  padding-top: 65px;
}
.p-r-65 {
  padding-right: 65px;
}
.p-b-65 {
  padding-bottom: 65px;
}
.p-l-70 {
  padding-left: 70px;
}
.p-t-70 {
  padding-top: 70px;
}
.p-r-70 {
  padding-right: 70px;
}
.p-b-70 {
  padding-bottom: 70px;
}
.p-l-75 {
  padding-left: 75px;
}
.p-t-75 {
  padding-top: 75px;
}
.p-r-75 {
  padding-right: 75px;
}
.p-b-75 {
  padding-bottom: 75px;
}
.p-l-80 {
  padding-left: 80px;
}
.p-t-80 {
  padding-top: 80px;
}
.p-r-80 {
  padding-right: 80px;
}
.p-b-80 {
  padding-bottom: 80px;
}
.p-l-85 {
  padding-left: 85px;
}
.p-t-85 {
  padding-top: 85px;
}
.p-r-85 {
  padding-right: 85px;
}
.p-b-85 {
  padding-bottom: 85px;
}
.p-l-90 {
  padding-left: 90px;
}
.p-t-90 {
  padding-top: 90px;
}
.p-r-90 {
  padding-right: 90px;
}
.p-b-90 {
  padding-bottom: 90px;
}
.p-l-95 {
  padding-left: 95px;
}
.p-t-95 {
  padding-top: 95px;
}
.p-r-95 {
  padding-right: 95px;
}
.p-b-95 {
  padding-bottom: 95px;
}
.p-l-100 {
  padding-left: 100px;
}
.p-t-100 {
  padding-top: 100px;
}
.p-r-100 {
  padding-right: 100px;
}
.p-b-100 {
  padding-bottom: 100px;
}
.p-l-105 {
  padding-left: 105px;
}
.p-t-105 {
  padding-top: 105px;
}
.p-r-105 {
  padding-right: 105px;
}
.p-b-105 {
  padding-bottom: 105px;
}
.p-l-110 {
  padding-left: 110px;
}
.p-t-110 {
  padding-top: 110px;
}
.p-r-110 {
  padding-right: 110px;
}
.p-b-110 {
  padding-bottom: 110px;
}
.p-l-115 {
  padding-left: 115px;
}
.p-t-115 {
  padding-top: 115px;
}
.p-r-115 {
  padding-right: 115px;
}
.p-b-115 {
  padding-bottom: 115px;
}
.p-l-120 {
  padding-left: 120px;
}
.p-t-120 {
  padding-top: 120px;
}
.p-r-120 {
  padding-right: 120px;
}
.p-b-120 {
  padding-bottom: 120px;
}
.p-l-125 {
  padding-left: 125px;
}
.p-t-125 {
  padding-top: 125px;
}
.p-r-125 {
  padding-right: 125px;
}
.p-b-125 {
  padding-bottom: 125px;
}
.navbar-nav .menu-app .menu {
  padding: 0;
}
.navbar-nav .menu-app .menu li a {
  text-align: center;
}
.navbar > .col-12 {
  padding: 0;
}
.padding-0 {
  padding: 0;
}
.font-6 {
  font-size: 6px;
}
.font-7 {
  font-size: 7px;
}
.font-8 {
  font-size: 8px;
}
.font-9 {
  font-size: 9px;
}
.font-10 {
  font-size: 10px;
}
.font-11 {
  font-size: 11px;
}
.font-12 {
  font-size: 12px;
}
.font-13 {
  font-size: 13px;
}
.font-14 {
  font-size: 14px;
}
.font-15 {
  font-size: 15px;
}
.font-16 {
  font-size: 16px;
}
.font-17 {
  font-size: 17px;
}
.font-18 {
  font-size: 18px;
}
.font-19 {
  font-size: 19px;
}
.font-20 {
  font-size: 20px;
}
.font-21 {
  font-size: 21px;
}
.font-22 {
  font-size: 22px;
}
.font-23 {
  font-size: 23px;
}
.font-24 {
  font-size: 24px;
}
.font-25 {
  font-size: 25px;
}
.font-26 {
  font-size: 26px;
}
.font-27 {
  font-size: 27px;
}
.font-28 {
  font-size: 28px;
}
.font-29 {
  font-size: 29px;
}
.font-30 {
  font-size: 30px;
}
.font-31 {
  font-size: 31px;
}
.font-32 {
  font-size: 32px;
}
.font-33 {
  font-size: 33px;
}
.font-34 {
  font-size: 34px;
}
.font-35 {
  font-size: 35px;
}
.font-36 {
  font-size: 36px;
}
.font-37 {
  font-size: 37px;
}
.font-38 {
  font-size: 38px;
}
.font-39 {
  font-size: 39px;
}
.font-40 {
  font-size: 40px;
}
.font-41 {
  font-size: 41px;
}
.font-42 {
  font-size: 42px;
}
.font-43 {
  font-size: 43px;
}
.font-44 {
  font-size: 44px;
}
.font-45 {
  font-size: 45px;
}
.font-46 {
  font-size: 46px;
}
.font-47 {
  font-size: 47px;
}
.font-48 {
  font-size: 48px;
}
.font-49 {
  font-size: 49px;
}
.font-50 {
  font-size: 50px;
}
.align-left {
  text-align: left;
}
.align-center {
  text-align: center;
}
.align-right {
  text-align: right;
}
.align-justify {
  text-align: justify;
}
.no-resize {
  resize: none;
}
.font-bold {
  font-weight: 700;
}
.font-italic {
  font-style: italic;
}
.font-underline {
  text-decoration: underline;
}
.font-line-through {
  text-decoration: line-through;
}
.font-overline {
  text-decoration: overline;
}
.hidden {
  display: none;
}
.bg-red .content .number {
  color: #fff !important;
}
.bg-red .content .text {
  color: #fff !important;
}
.bg-pink {
  background-color: #E91E63 !important;
  color: #fff;
}
.bg-pink .content .number {
  color: #fff !important;
}
.bg-pink .content .text {
  color: #fff !important;
}
.bg-purple {
  background-color: #ba3bd0 !important;
  color: #fff;
}
.bg-purple .content .number {
  color: #fff !important;
}
.bg-purple .content .text {
  color: #fff !important;
}
.bg-deep-purple {
  background-color: #673AB7 !important;
  color: #fff;
}
.bg-deep-purple .content .number {
  color: #fff !important;
}
.bg-deep-purple .content .text {
  color: #fff !important;
}
.bg-blue {
  background-color: #457fca !important;
  color: #fff;
}
.bg-blue .content .number {
  color: #fff !important;
}
.bg-blue .content .text {
  color: #fff !important;
}
.bg-cyan {
  background-color: #379c94 !important;
  color: #fff;
}
.bg-cyan .content .number {
  color: #fff !important;
}
.bg-cyan .content .text {
  color: #fff !important;
}
.bg-green {
  background-color: #78b83e !important;
  color: #fff;
}
.bg-green .content .number {
  color: #fff !important;
}
.bg-green .content .text {
  color: #fff !important;
}
.bg-light-green {
  background-color: #8BC34A !important;
  color: #fff;
}
.bg-light-green .content .number {
  color: #fff !important;
}
.bg-light-green .content .text {
  color: #fff !important;
}
.bg-yellow {
  background-color: #ffe821 !important;
  color: #fff;
}
.bg-yellow .content .number {
  color: #fff !important;
}
.bg-yellow .content .text {
  color: #fff !important;
}
.bg-orange {
  background-color: #FF9800 !important;
  color: #fff;
}
.bg-orange .content .number {
  color: #fff !important;
}
.bg-orange .content .text {
  color: #fff !important;
}
.bg-deep-orange {
  background-color: #f83600 !important;
  color: #fff;
}
.bg-deep-orange .content .number {
  color: #fff !important;
}
.bg-deep-orange .content .text {
  color: #fff !important;
}
.bg-grey {
  background-color: #9E9E9E !important;
  color: #fff;
}
.bg-grey .content .number {
  color: #fff !important;
}
.bg-grey .content .text {
  color: #fff !important;
}
.bg-blue-grey {
  background-color: #607D8B !important;
  color: #fff;
}
.bg-blue-grey .content .number {
  color: #fff !important;
}
.bg-blue-grey .content .text {
  color: #fff !important;
}
.bg-indigo {
  background-color: #3F51B5 !important;
  color: #fff;
}
.bg-indigo .content .number {
  color: #fff !important;
}
.bg-indigo .content .text {
  color: #fff !important;
}
.bg-light-blue {
  background-color: #03A9F4 !important;
  color: #fff;
}
.bg-light-blue .content .number {
  color: #fff !important;
}
.bg-light-blue .content .text {
  color: #fff !important;
}
.bg-teal {
  background-color: #009688 !important;
  color: #fff;
}
.bg-teal .content .number {
  color: #fff !important;
}
.bg-teal .content .text {
  color: #fff !important;
}
.bg-lime {
  background-color: #CDDC39 !important;
  color: #fff;
}
.bg-lime .content .number {
  color: #fff !important;
}
.bg-lime .content .text {
  color: #fff !important;
}
.bg-amber {
  background-color: #FFC107 !important;
  color: #fff;
}
.bg-amber .content .number {
  color: #fff !important;
}
.bg-amber .content .text {
  color: #fff !important;
}
.bg-brown {
  background-color: #795548 !important;
  color: #fff;
}
.bg-brown .content .number {
  color: #fff !important;
}
.bg-brown .content .text {
  color: #fff !important;
}
.bg-blush {
  background-color: #F15F79 !important;
  color: #fff;
}
.bg-blush .content .number {
  color: #fff !important;
}
.bg-blush .content .text {
  color: #fff !important;
}
.bg-black {
  background-color: #000 !important;
  color: #fff;
}
.bg-black .content .number {
  color: #fff !important;
}
.bg-black .content .text {
  color: #fff !important;
}
.bg-white {
  background-color: #fff !important;
  color: #fff;
}
.bg-white .content .number {
  color: #fff !important;
}
.bg-white .content .text {
  color: #fff !important;
}
.col-red {
  color: #ec3b57 !important;
}
.col-pink {
  color: #E91E63 !important;
}
.col-purple {
  color: #ba3bd0 !important;
}
.col-deep-purple {
  color: #673AB7 !important;
}
.col-blue {
  color: #457fca !important;
}
.col-cyan {
  color: #379c94 !important;
}
.col-green {
  color: #78b83e !important;
}
.col-light-green {
  color: #8BC34A !important;
}
.col-yellow {
  color: #ffe821 !important;
}
.col-orange {
  color: #FF9800 !important;
}
.col-deep-orange {
  color: #f83600 !important;
}
.col-grey {
  color: #9E9E9E !important;
}
.col-blue-grey {
  color: #607D8B !important;
}
.col-indigo {
  color: #3F51B5 !important;
}
.col-light-blue {
  color: #03A9F4 !important;
}
.col-teal {
  color: #009688 !important;
}
.col-lime {
  color: #CDDC39 !important;
}
.col-amber {
  color: #FFC107 !important;
}
.col-brown {
  color: #795548 !important;
}
.col-blush {
  color: #F15F79 !important;
}
.col-black {
  color: #000 !important;
}
.col-white {
  color: #fff !important;
}
.g-bg-cyan {
  background: linear-gradient(60deg, #136a8a, #379c94);
  color: #fff !important;
}
.g-bg-blue {
  background: linear-gradient(60deg, #00adef, #0094da);
  color: #fff !important;
}
.g-bg-gy {
  background: linear-gradient(60deg, #94d23b, #fcb711);
  color: #fff !important;
}
.g-bg-cgreen {
  background: linear-gradient(60deg, #16c99f, #12a682);
  color: #fff !important;
}
.g-bg-blush2 {
  background: linear-gradient(325deg, #dd5e89, #f7bb97);
  color: #fff !important;
}
.g-bg-soundcloud {
  background: linear-gradient(60deg, #f83600, #fe8c00);
  color: #fff !important;
}
.g-bg-soundcloud2 {
  background: linear-gradient(135deg, rgba(243, 71, 75, 0.9) 0, rgba(255, 152, 0, 0.9) 100%);
  color: #fff !important;
}
.l-green {
  background: linear-gradient(45deg, #9ce89d, #cdfa7e) !important;
}
.l-pink {
  background: linear-gradient(45deg, pink, #fbc1cb) !important;
}
.l-turquoise {
  background: linear-gradient(45deg, #00ced1, #08e5e8) !important;
  color: #fff !important;
}
.l-khaki {
  background: linear-gradient(45deg, khaki, #fdf181) !important;
}
.l-coral {
  background: linear-gradient(45deg, #f08080, #f58787) !important;
  color: #fff !important;
}
.l-salmon {
  background: linear-gradient(45deg, #ec74a1, #fbc7c0) !important;
  color: #fff !important;
}
.l-blue {
  background: linear-gradient(45deg, #72c2ff, #86f0ff) !important;
  color: #fff !important;
}
.l-seagreen {
  background: linear-gradient(45deg, #8ed8ec, #85f7b5) !important;
  color: #fff !important;
}
.chat-launcher {
  background: linear-gradient(45deg, #fda582, #f7cf68) !important;
  color: #fff !important;
}
.l-amber {
  background: linear-gradient(45deg, #fda582, #f7cf68) !important;
  color: #fff !important;
}
.l-blush {
  background: linear-gradient(45deg, #dd5e89, #f7bb97) !important;
  color: #fff !important;
}
.l-parpl {
  background: linear-gradient(45deg, #a890d3, #edbae7) !important;
  color: #fff !important;
}
.l-slategray {
  background: linear-gradient(45deg, #708090, #7c8ea0) !important;
  color: #fff !important;
}
.xl-pink {
  background: #f9edee !important;
}
.xl-turquoise {
  background: #bdf3f5 !important;
}
.xl-khaki {
  background: #f9f1d8 !important;
}
.xl-parpl {
  background: #efebf4 !important;
}
.xl-salmon {
  background: #ffd4c3 !important;
}
.xl-blue {
  background: #e0eff5 !important;
}
.xl-seagreen {
  background: #ebf2e8 !important;
}
.dropdown .dropdown-toggle:after {
  display: none;
}
.dropdown-animated {
  -webkit-animation-duration: 0.3s !important;
  -moz-animation-duration: 0.3s !important;
  -o-animation-duration: 0.3s !important;
  animation-duration: 0.3s !important;
}
.fa {
  font-size: 20px;
}
.fas {
  font-size: 20px;
}
.fab {
  font-size: 20px;
}
.form-control {
  box-shadow: none;
  height: 45px;
  font-size: 14px;
}
textarea {
  resize: none;
}
.btn {

}
.btn-primary-hollow {
  border: 1.5px solid var(--qt-col-blue) !important;
  background: none !important;
  color: var(--qt-col-blue) !important;
  box-shadow: none !important;
}
.btn-primary-hollow:hover {
  background: var(--qt-col-blue) !important;
  color: white !important;
}
.btn-primary-hollow:active {
  background: var(--qt-col-blue) !important;
  color: white !important;
}
.btn-primary-hollow:focus {
  background: var(--qt-col-blue) !important;
  color: white !important;
}
.btn-success-hollow {
  border: 1.5px solid var(--qt-col-green) !important;
  background: none !important;
  color: var(--qt-col-green) !important;
  box-shadow: none !important;
}
.btn-success-hollow:hover {
  background: var(--qt-col-green) !important;
  color: white !important;
}
.btn-danger-hollow {
  border: 1.5px solid var(--qt-col-red) !important;
  background: none !important;
  color: var(--qt-col-red) !important;
  box-shadow: none !important;
}
.btn-danger-hollow:hover {
  background: var(--qt-col-red) !important;
  color: white !important;
}
.opacity-5 {
  opacity: 0.5;
}
.label {
  text-transform: inherit;
}
.lds-ring {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
  color: var(--qt-col-black);
}
.lds-ring span {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 45px;
  height: 45px;
  margin: 6px;
  border: 4px solid var(--qt-col-white);
  border-radius: 50%;
  animation: lds-ring 1.4s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: var(--qt-col-blue) transparent transparent transparent;
}
.lds-ring span:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring span:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring span:nth-child(3) {
  animation-delay: -0.15s;
}
[contenteditable=true]:empty:before {
  content: attr(placeholder);
  display: block;
  color: #828282;
}
.radio {
  margin: 5px;
  display: inline;
  cursor: pointer;
  float: left;
}
.radio input {
  display: none;
}
.radio input:checked + span:before {
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
  background: var(--qt-col-blue);
}
.radio input:checked + span:after {
  -webkit-transform: scale(0.4);
  transform: scale(0.4);
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.radio input + span {
  line-height: 1.5em;
  padding-left: 22px;
  display: block;
  position: relative;
}
.radio input + span:not(:empty) {
  padding-left: 30px;
}
.radio input + span:before {
  content: "";
  width: 22px;
  height: 22px;
  display: block;
  border-radius: 50%;
  left: 0;
  top: 0;
  position: absolute;
  background: #ffffff;
  transition: background 0.2s ease, -webkit-transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 2);
  transition: background 0.2s ease, transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 2);
  transition: background 0.2s ease, transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 2), -webkit-transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 2);
}
.radio input + span:after {
  content: "";
  width: 22px;
  height: 22px;
  display: block;
  border-radius: 50%;
  left: 0;
  top: 0;
  position: absolute;
  background: var(--qt-col-white);
  -webkit-transform: scale(0.78);
  transform: scale(0.78);
  transition: -webkit-transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.4);
  transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.4);
  transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.4), -webkit-transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.4);
}
.radio:hover input + span:before {
  -webkit-transform: scale(0.92);
  transform: scale(0.92);
}
.radio:hover input + span:after {
  -webkit-transform: scale(0.74);
  transform: scale(0.74);
}
.radio:hover input:checked + span:after {
  -webkit-transform: scale(0.4);
  transform: scale(0.4);
}
.radio + .radio {
  margin-top: 5px;
}
.checkbox + .checkbox {
  margin-top: 5px;
}
.t-slider::-webkit-scrollbar {
  width: 5px;
  height: 10px;
  background: transparent;
}
.t-slider::-webkit-scrollbar-thumb {
  -webkit-box-shadow: none;
  background-color: #b1b1b1;
}
.t-slider::-webkit-scrollbar-thumb:hover {
  background-color: #f6f6f614;
}
.t-slider::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
  background-color: transparent;
}
table {
  width: 100%;
  border-collapse: collapse;
}
tr:nth-of-type(odd) {
  background: #eee;
}
th {
  background: #333;
  color: white;
  font-weight: bold;
  padding: 6px;
  border: 1px solid #ccc;
  text-align: left;
}
td {
  padding: 6px;
  border: 1px solid #ccc;
  text-align: left;
}
