/*
Template: FinDash - Responsive Bootstrap 4 Admin Dashboard Template
Author: iqonicthemes.in
Design and Developed by: iqonicthemes.in
NOTE: This file contains the styling for responsive Template.
*/
/*================================================
[  Table of contents  ]
================================================

:: General
:: Badge
:: Media Support
:: Best Sellers
:: Profile Avatar
:: Countdown
:: Progressbar
:: Dropdown Menu
:: Badge Img Tag
:: List Style 1
:: Icon Box
:: Tasks Card
:: Sign In
:: Dash Hover
:: Waves Effect
:: Sidebar
:: Sidebar Menu
:: Top Menu
:: Content Page
:: Error Page
:: OWL Carousel
:: Timeline
:: Team
:: User Add Block
:: Email list
:: Booking list
:: Chart
:: Material Card Style
:: Circle Progressbar
:: Tikit Booking List
:: Right Sidebar Menu
:: FAQ
:: Table
:: Animation Card
:: Footer
:: Map Profile
:: Mail Inbox
:: Slick Arrow
:: Calender
:: From Wizard
:: Chat
:: Profile
:: Todo
:: Privacy Policy
:: User List
:: Add User

======================================
[ End table content ]
======================================*/

/*--------------------------------------------------------------------
                            General
---------------------------------------------------------------------*/
*::-moz-selection { background: var(--iq-primary); color: var(--iq-white); text-shadow: none; }
::-moz-selection { background: var(--iq-primary); color: var(--iq-white); text-shadow: none; }
::selection { background: var(--iq-primary); color: var(--iq-white); text-shadow: none; }

/* Definition Lists */
dl dd { margin-bottom: 15px; }
dl dd:last-child { margin-bottom: 0px; }

/* Table */
th { }
a:hover { text-decoration: none; }
.dropdown-item { font-size: 14px; }
.dropdown-menu { border-radius: 5px; }

/* scroller */
.scroller { overflow-y: auto; scrollbar-color: var(--iq-primary) var(--iq-light-primary); scrollbar-width: thin; }
.scroller::-webkit-scrollbar-thumb { background-color: var(--iq-primary); }
.scroller::-webkit-scrollbar-track { background-color: var(--iq-light-primary); }
#sidebar-scrollbar { overflow-y: auto; scrollbar-color: var(--iq-primary) var(--iq-light-primary); scrollbar-width: thin; }
#sidebar-scrollbar::-webkit-scrollbar-thumb { background-color: var(--iq-primary); }
#sidebar-scrollbar::-webkit-scrollbar-track { background-color: var(--iq-light-primary); }

/* Form */
#sidebar-scrollbar { height: 100%; }
/*---------------------------------------------------------------------
                                  Badge
-----------------------------------------------------------------------*/
.badge { padding: .3em .6em; line-height: 1.3; text-transform: capitalize; }
.breadcrumb.bg-primary .breadcrumb-item+.breadcrumb-item::before { color: var(--iq-white); }

/*---------------------------------------------------------------------
                               Media Support
-----------------------------------------------------------------------*/
.media-support { display: inline-block; width: 100%; }
.media-support-user-img img { height: 60px; }
.media-support-header { display: flex; align-items: flex-start; }
.media-support-info { flex: 1; }
.projects-media img { height: 60px; }
.iq-media-group .iq-media { margin-left: -20px; position: relative; z-index: 0; transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; }
.iq-media-group .iq-media:hover { z-index: 9; }
.iq-media-group .iq-media img, .iq-media-group .iq-media.border { border: 2px solid var(--iq-border-light); }
.iq-media-group .iq-media:first-child { margin-left: 0; }
.iq-media { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; background-repeat: no-repeat; background-position: center center; background-size: cover; }
.iq-media:hover { text-decoration: none; }
.media-pl { text-align: center; }

/*---------------------------------------------------------------------
                                  Best Sellers
-----------------------------------------------------------------------*/
.media-sellers { display: flex; align-items: flex-start; }
.media-sellers-media-info { flex: 1; }
.media-sellers-img img { height: 80px; }
.iq-card .list-star li { margin-right: 0; }

/*---------------------------------------------------------------------
                                  Profile-Avatar
-----------------------------------------------------------------------*/
.iq-profile-avatar { position: relative; }
.iq-profile-avatar:before { content: ''; position: absolute; border-radius: 100%; z-index: 1; border: 2px solid var(--iq-white); background-color: var(--iq-body-text); height: 16px; width: 16px; right: 0; bottom: -3px; }
.iq-profile-avatar.status-online:before { background-color: var(--iq-success); }
.iq-profile-avatar.status-away:before { background-color: var(--iq-warning); }
.avatar-upload { position: relative; max-width: 205px; margin: 15px 0 0; }
.avatar-upload .avatar-edit { position: absolute; right: 12px; z-index: 1; top: 10px; }
.avatar-upload .avatar-edit input { display: none; }
.avatar-upload .avatar-edit input + label { display: inline-block; width: 34px; height: 34px; margin-bottom: 0; border-radius: 100%; background: var(--iq-white); border: 1px solid var(--iq-body-text); box-shadow: 0px 0px 20px 0px rgba(44, 101, 144, 0.1); cursor: pointer; font-weight: normal; transition: all 0.2s ease-in-out; }
.avatar-upload .avatar-edit input + label:hover { background: var(--iq-border-light); border-color: var(--iq-secondary); }
.avatar-upload .avatar-edit input + label:after { content: "\f040"; font-family: "FontAwesome"; color: var(--iq-body-text); position: absolute; top: 6px; left: 0; right: 0; text-align: center; margin: auto; }
.avatar-upload .avatar-preview { width: 192px; height: 192px; position: relative; border-radius: 100%; border: 6px solid var(--iq-border-light); box-shadow: 0px 0px 20px 0px rgba(44, 101, 144, 0.1); }
.avatar-upload .avatar-preview > div { width: 100%; height: 100%; border-radius: 100%; background-size: cover; background-repeat: no-repeat; background-position: center; }

/*---------------------------------------------------------------------
                                  Countdown
-----------------------------------------------------------------------*/
.iq-comingsoon { margin-top: 80px; }
.countdown { margin: 60px 0 0; padding: 0; }
.countdown li { margin: 0 30px 0 0; padding: 45px 0; list-style: none; width: 22.8%; display: inline-block; text-align: center; line-height: normal; background: var(--iq-white); float: left; color: var(--iq-body-text); border-radius: 5px; }
.countdown li span { font-size: 60px; display: inline-block; width: 100%; color: var(--iq-primary); }
.countdown li:last-child { margin-right: 0; }
.iq-comingsoon-form { position: relative; }
.iq-comingsoon-form button { position: absolute; right: 0; top: 0; padding: 9px 30px; }

/*---------------------------------------------------------------------
                                  Progressbar
-----------------------------------------------------------------------*/
.iq-progress-bar { background: var(--iq-light); box-shadow: 0 0 0; height: 6px; margin: 0; position: relative; width: 100%; border-radius: 5px; }
.iq-progress-bar > span { background: var(--iq-primary) none repeat scroll 0 0; display: block; height: 100%; width: 0; border-radius: 5px; }

/*---------------------------------------------------------------------
                             Dropdown Menu
-----------------------------------------------------------------------*/
.iq-card-header .dropdown-bg { background: var(--iq-light-primary); padding: 8px 15px; color: var(--iq-primary); border-radius: 5px; }
.iq-card-header .dropdown-menu { margin: 0; padding: 0; font-size: 13px; top: 20px !important; border-radius: 5px; border-color: var(--iq-border-light); -webkit-box-shadow: 0px 0px 20px 0px rgba(44, 101, 144, 0.1); -moz-box-shadow: 0px 0px 20px 0px rgba(44, 101, 144, 0.1); box-shadow: 0px 0px 20px 0px rgba(44, 101, 144, 0.1); }
.iq-card-header .dropdown-menu .dropdown-item { padding: 8px 15px; color: var(--iq-body-text); }
.iq-card-header .dropdown-menu .dropdown-item i { font-size: 14px; vertical-align: middle; }
/* .dropdown-menu .dropdown-item:focus, .dropdown-menu .dropdown-item:hover { background: transparent; color: var(--iq-primary); } */

/*--------------*/
.iq-card-header select.form-control { background: var(--iq-border-light); border: none; font-size: 14px; margin-right: 15px; }
.iq-card-header select.form-control.width-100 { width: 180px; }

/*---------------------------------------------------------------------
                             Badge Img Tag
-----------------------------------------------------------------------*/
.badge-img-tag { position: absolute; top: 15px; left: 15px; }

/*---------------------------------------------------------------------
                             list Style 1
-----------------------------------------------------------------------*/
.iq-list-style-1 { margin: 0; padding: 0; }
.iq-list-style-1 li { display: inline-block; float: left; list-style-type: none; margin-right: 15px; }
.iq-list-style-1 li:last-child { margin-right: 0; }
.iq-list-style-1 li a { color: var(--iq-body-text); }
.iq-list-style-1 li a i { color: var(--iq-body-text); margin-right: 5px; }
.iq-list-style-1 li a:hover, .iq-list-style-1 li a:focus { text-decoration: none; color: var(--iq-primary); }
.iq-list-style-1.text-white li a, .iq-list-style-1.text-white li a i { color: var(--iq-white); }
.list-inline.text-white li a { color: var(--iq-white); }
.list-inline.text-white li a:hover { opacity: 0.6; text-decoration: none; }

/*---------------------------------------------------------------------
                             Icon Box
-----------------------------------------------------------------------*/
.iq-icon-box { height: 60px; width: 60px; line-height: 60px; text-align: center; margin-right: 10px; font-size: 26px; text-decoration: none; }
.iq-icon-box:hover { text-decoration: none; }

/*---------------------------------------------------------------------
                             Tasks Card
-----------------------------------------------------------------------*/
.tasks-card { padding: 0 0 15px 0; border-bottom: 1px solid var(--iq-border-light); margin: 0 0 15px 0; }
.tasks-card .close { font-size: 16px; }
.tasks-card:last-child { border: none; margin: 0; padding: 0; }

/*---------------------------------------------------------------------
                               Sign In
-----------------------------------------------------------------------*/
.sign-in-detail { color: var(--iq-white); }
.sign-in-page { height: 100vh; background: var(--iq-light-primary); position: relative; }
.sign-in-page .height-self-center { height: 100vh; border-radius: 5px; }
.sign-in-page-data { border-radius: 5px; }
.sign-in-detail { padding: 50px 80px; }
.sign-in-logo { display: inline-block; width: 100%; }
.sign-in-logo img { height: 50px; }
.sign-in-from { padding: 20px 60px; position: relative; }
.sign-info { padding-top: 20px; }
.iq-social-media { margin: 0; padding: 0; float: right; }
.iq-social-media li { list-style: none; float: left; margin-right: 10px; }
.iq-social-media li:last-child { margin-right: 0; }
.iq-social-media li a { height: 30px; width: 30px; text-align: center; font-size: 18px; line-height: 30px; display: inline-block; -webkit-border-radius: 7px; -moz-border-radius: 7px; border-radius: 7px; background: var(--iq-light-primary); color: var(--iq-primary) !important; }
.iq-social-media li a:hover { text-decoration: none; }
.cube { position: absolute; top: 80vh; left: 45vw; width: 10px; height: 10px; border: solid 1px var(--iq-primary); transform-origin: top left; transform: scale(0) rotate(0deg) translate(-50%, -50%); animation: cube 12s ease-in forwards infinite; }
.cube:nth-child(2n) { border-color: var(--iq-primary); }
.cube:nth-child(2) { animation-delay: 2s; left: 25vw; top: 40vh; }
.cube:nth-child(3) { animation-delay: 4s; left: 75vw; top: 50vh; }
.cube:nth-child(4) { animation-delay: 6s; left: 90vw; top: 10vh; }
.cube:nth-child(5) { animation-delay: 8s; left: 10vw; top: 85vh; }
.cube:nth-child(6) { animation-delay: 10s; left: 50vw; top: 10vh; }
@keyframes cube {
  from { transform: scale(0) rotate(0deg) translate(-50%, -50%); opacity: 1; }
  to { transform: scale(20) rotate(960deg) translate(-50%, -50%); opacity: 0; }
}

/*---------------------------------------------------------------------
                               Dash Hover
-----------------------------------------------------------------------*/
.dash-hover-blank { background-color: var(--iq-border-light); border: dashed 2px var(--iq-dark); height: 90%; justify-content: center; }
.dash-hover-blank:hover { cursor: pointer; background-color: var(--iq-border-light); }

/*---------------------------------------------------------------------
                               Waves Effect
-----------------------------------------------------------------------*/
.iq-waves-effect { position: relative; }

/*  Ripple */
.ripple { width: 0; height: 0; border-radius: 50%; background: var(--iq-blue-light); transform: scale(0); position: absolute; opacity: 1; }
.rippleEffect { animation: rippleDrop .3s linear; }
@keyframes rippleDrop {
  100% { transform: scale(2); opacity: 0; }
}

/*---------------------------------------------------------------------
                                Sidebar
-----------------------------------------------------------------------*/
.iq-sidebar { position: fixed; z-index: 1000; top: 0; width: 260px; height: 100%; background: var(--iq-primary-dark); transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; -webkit-box-shadow: 0px 0px 20px 0px rgba(44, 101, 144, 0.1); -moz-box-shadow: 0px 0px 20px 0px rgba(44, 101, 144, 0.1); box-shadow: 0px 0px 20px 0px rgba(44, 101, 144, 0.1); }
.iq-sidebar .iq-sidebar-logo { float: none; width: 100%; }

/*---------------------------------------------------------------------
                             Sidebar Menu
-----------------------------------------------------------------------*/

/* Form */
#sidebar-scrollbar { height: 100vh; }
.scroll-content div.p-3 { height: 100px; }
.iq-sidebar-menu .iq-menu .iq-menu-title { display: block; color: var(--iq-body-text); font-size: 15px; position: relative; padding: 15px; font-weight: 500; line-height: 18px; }
.iq-sidebar-menu .iq-menu .iq-menu-title i { display: none; }
.iq-sidebar-menu { position: relative; }
.iq-sidebar-menu .iq-menu { margin: 0 15px; padding: 0; list-style-type: none; }
.iq-sidebar-menu .iq-menu li { list-style-type: none; position: relative; white-space: nowrap; border-radius: 5px; margin-bottom: 10px; }
.iq-sidebar-menu .iq-menu li.active { background: var(--iq-primary-dark); }
.iq-sidebar-menu .iq-menu li li { margin: 0; background: transparent !important; }
.iq-sidebar-menu .iq-menu li a { transition: all 0.2s ease-in-out; font-size: 14px; white-space: nowrap; display: block; color: var(--iq-light); position: relative; padding: 0; line-height: 18px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; overflow: hidden; border-radius: 5px; }
.iq-sidebar-menu .iq-menu li li a { font-size: 14px; }
.iq-sidebar-menu .iq-menu li a i { margin-right: 10px; vertical-align: middle; width: 20px; display: inline-block; float: left; }
.iq-sidebar-menu .iq-menu li li a i { font-size: 16px; }
.iq-sidebar-menu .iq-menu li a span { white-space: nowrap; padding: 0; display: inline-block; float: left; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; transition: none; }
.iq-sidebar-menu .iq-menu li a .iq-arrow-right { margin-right: 10px; margin-left: auto; transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; }
.iq-sidebar-menu .iq-menu li a .badge { position: absolute; right: 15px; -webkit-transition: all 0.9s ease-out 0s; -moz-transition: all 0.9s ease-out 0s; -ms-transition: all 0.9s ease-out 0s; -o-transition: all 0.9s ease-out 0s; transition: all 0.9s ease-out 0s; }
.iq-sidebar-menu .iq-menu li a:hover { color: var(--iq-info-dark); background-color: var(--iq-info-light) }
/* .iq-sidebar-menu .iq-menu li.active, .iq-sidebar-menu .iq-menu li.active-menu { background: var(--iq-light-primary); } */
.iq-sidebar-menu .iq-menu > li.active>a { color: var(--iq-info-dark); background-color: var(--iq-info-light); text-decoration: none; padding: 0; }
.iq-search-bar .searchbox .search-link { position: absolute; left: 15px; top: 6px; font-size: 16px; }
.iq-sidebar-menu .iq-menu li a[aria-expanded="true"] { color: var(--iq-info-dark); text-decoration: none; border-radius: 5px 5px 0 0; transition: none; }
.iq-sidebar-menu .iq-menu li.active a[aria-expanded="true"] { box-shadow: none; }
.iq-sidebar-menu .iq-menu li a[aria-expanded="true"] .iq-arrow-right { transform: rotate(90deg); transition: all 0.2s ease-in-out; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; }
.iq-sidebar-menu .iq-menu li .iq-submenu li a:hover, .iq-sidebar-menu .iq-menu li.active .iq-submenu li>a { background: transparent; }
.iq-sidebar-menu .iq-menu li.active .iq-submenu li.active>a { color: var(--iq-white); border-radius: 0; }
.iq-sidebar-menu .iq-menu li.active .iq-submenu li:last-child>a { border-radius: 0 0 5px 5px; }
.iq-sidebar-menu .iq-menu li .iq-submenu li>a::before { display: none; }
body.sidebar-main .iq-sidebar .iq-menu li a[aria-expanded="false"].collapsed { border-radius: 5px; }
.iq-sidebar-menu .iq-menu li a i.iq-arrow-left, .iq-sidebar-menu .iq-menu li > a > i.iq-arrow-left { background: transparent; height: 40px; width: 40px; line-height: 40px; text-align: center; border-radius: 5px;  }
.iq-sidebar-menu .iq-menu li li a i { font-size: 15px; }

/*------------------------*/
.iq-sidebar-menu .iq-menu li ul { padding-left: 15px; }
.sidebar-main .iq-sidebar-menu .iq-menu li ul { padding-left: 0; }
.iq-sidebar-menu .iq-menu li ul li a { color: var(--iq-white); padding: 12px 13px; }
.iq-sidebar-menu .iq-menu li ul a:hover { color: var(--iq-info-dark); text-decoration: none; background: transparent; }
.iq-sidebar-menu .iq-menu li ul.iq-submenu-data li > a { padding-left: 50px; }
.iq-sidebar-menu .iq-menu li.active .iq-submenu li a[aria-expanded="true"], .iq-sidebar-menu .iq-menu li .iq-submenu li a[aria-expanded="true"] { box-shadow: none; }
.iq-sidebar-menu .iq-menu .iq-submenu .iq-submenu-data { box-shadow: none; }
.iq-sidebar-menu .iq-menu li.active ul.iq-submenu-data li.active>a { background: var(--iq-light-primary); color: var(--iq-primary); border-radius: 0; }
.iq-sidebar-menu .iq-menu li ul.iq-submenu-data li { margin: 0; }
body.sidebar-main .iq-sidebar .iq-sidebar-menu .iq-menu li ul.iq-submenu-data li > a, body.sidebar-main .iq-sidebar:hover .iq-sidebar-menu .iq-menu li ul.iq-submenu-data li > a { padding-left: 20px; }

/*---------------------------------------------------------------------
                             Top Menu
-----------------------------------------------------------------------*/
.iq-top-navbar { padding: 0 15px; min-height: 70px; position: fixed; top: 0; left: auto; right: 0; width: calc(100% - 270px); display: inline-block; z-index: 999; background: var(--iq-light-card); margin: 0; transition: all 0.3s ease 0s; box-shadow: 0px 0px 20px 0px rgba(44, 101, 144, 0.1); }
.iq-top-navbar.iq-top-navbar-expanded { width: calc(100% - 98px); }
.iq-top-navbar.iq-top-navbar-expanded-768 { width: calc(100% - 27px); }
body.sidebar-main .iq-top-navbar { width: calc(100% - 80px); }
.iq-top-navbar.fixed-header { margin: 0; right: 0; width: calc(100% - 260px); border-radius: 0; transition: all 0.45s ease 0s; }
.iq-top-navbar .iq-navbar-custom .navbar-breadcrumb { display: block; margin-left: 30px; padding: 10px 0; }
.iq-top-navbar .breadcrumb .breadcrumb-item.active { color: var(--iq-body-text); }
.iq-top-navbar .breadcrumb { background: transparent; padding: 0; margin: 0; }
.iq-top-navbar .breadcrumb li { list-style-type: none; font-size: 12px; }
.breadcrumb-item+.breadcrumb-item::before { content: "\ea5f"; font-family: 'remixicon'; font-size: 14px; vertical-align: sub; color: var(--iq-body-text); }
.iq-top-navbar .breadcrumb li a, .iq-top-navbar .breadcrumb li a:hover { text-decoration: none; }
.navbar-list { margin: 0; padding: 0; float: right; }
.navbar-list li { float: left; list-style-type: none; position: relative; }
.navbar-list li > .dropdown .dropdown-menu { -webkit-animation: fade-in-bottom 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both; animation: fade-in-bottom 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both; -webkit-transform: translateY(100%); transform: translateY(100%); }
.navbar-list li .dropdown-toggle::after { display: none; }
.navbar-list li>a.language-title { font-size: 16px; margin: 23px 0; }
.navbar-list li>a { font-size: 18px; padding: 0 15px; color: var(--iq-primary); display: block; }
.navbar-list li.nav-item.nav-icon > a { color: var(--iq-white); padding: 0; height: 30px; width: 30px; text-align: center; font-size: 14px; line-height: 35px; margin: 20px 10px; }
.navbar-list li:last-child>a { padding-right: 20px; }
.menu-tag { position: absolute; background: var(--iq-body-text); color: var(--iq-white); display: inline-block; top: 18px; left: 18px; font-size: 12px; border-radius: 90px; line-height: normal; height: 18px; width: 18px; line-height: 18px; text-align: center; display: inline-block; }
.navbar-list li a:hover { text-decoration: none; }
.navbar-list li > a > img { width: 50px; height: 50px; }
.navbar-list li.iq-nav-user { display: flex; align-items: flex-start; }
.navbar-list li.iq-nav-user span { flex: 1; font-size: 14px; }
.iq-breadcrumb { display: none; }
.nav-item span.dots { height: 10px; width: 10px; font-size: 0; text-align: center; padding: 0; position: absolute; top: -4px; right: -2px; border: 2px solid var(--iq-white); animation: shadow-pulse-dots 1s infinite; border-radius: 50%; -webkit-border-radius: 50%; }
.nav-item span.count-mail { height: 10px; width: 10px; font-size: 10px; text-align: center; line-height: 15px; padding: 0; position: absolute; top: -4px; right: -2px; border: 2px solid var(--iq-white); animation: shadow-pulse 1s infinite; border-radius: 50%; }
@keyframes shadow-pulse-dots {
  0% { box-shadow: 0 0 0 0px rgba(230, 65, 65, 0.2); }
  100% { box-shadow: 0 0 0 15px rgba(230, 65, 65, 0); }
}
@keyframes shadow-pulse {
  0% { box-shadow: 0 0 0 0px rgba(230, 65, 65, 0.2); }
  100% { box-shadow: 0 0 0 15px rgba(230, 65, 65, 0); }
}
div#lottie-beil, div#lottie-mail, div#lottie-fullscreen { height: 20px; width: 20px; }
div#lottie-beil svg path, div#lottie-mail svg path, div#lottie-fullscreen svg path { stroke: var(--iq-primary); }
.navbar-list li .caption { line-height: 16px; }
.navbar-list li .caption p { color: var(--iq-body-text); font-size: 12px; }
.top-nav-bottom { margin-left: 260px; border-top: 1px solid var(--iq-light-primary); }
.topnav-toolbar li a { display: block; padding: 10px 15px; text-transform: capitalize; color: var(--iq-secondary); border-radius: 5px; -webkit-border-radius: 5px; }
.topnav-toolbar li.date-today { background: var(--iq-light); }
.topnav-toolbar li.active a { background: var(--iq-light-primary); color: var(--iq-primary); }
.topnav-toolbar ul li { list-style: none; padding: 13px 0; }
.navbar-list li > .dropdown { line-height: 73px; cursor: pointer; }
.iq-search-bar { padding: 0 15px; }
.iq-search-bar .searchbox { width: 480px; position: relative; }
.iq-search-bar .search-input { width: 100%; height: 40px; padding: 5px 15px 5px 40px; border-radius: 5px; border: none; }
.iq-navbar-logo { padding: 15px; width: auto; position: relative; background: var(--iq-white); -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; background: transparent; }
.iq-navbar-logo a { display: flex; align-items: flex-start; }
.iq-navbar-logo a span { margin-left: 10px; font-size: 28px; color: var(--iq-info-dark); flex: 1; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.iq-navbar-logo a span.name { text-transform: capitalize;  line-height: 45px; color: var(--iq-info-dark); }
.iq-navbar-logo a span.text { font-size: 12px; color: var(--iq-light); }
.iq-navbar-logo a:hover, .iq-navbar-logo a:focus { text-decoration: none; }
.iq-navbar-logo img { height: 45px; }
.iq-top-navbar .iq-navbar-custom .iq-menu-bt { display: none; }

/*---------- Sidebar Logo --------------*/
.iq-sidebar-logo { padding-top: 15px; padding-left: 20px; width: 260px; float: left; position: relative; background: var(--iq-white); -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; background: transparent; }
.iq-sidebar-logo a { display: flex; align-items: flex-start; }
.iq-sidebar-logo a span { margin-left: 10px; font-size: 28px; line-height: 45px; color: var(--iq-body-text); text-transform: lowercase; flex: 1; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.iq-sidebar-logo a:hover, .iq-sidebar-logo a:focus { text-decoration: none; }
.iq-sidebar-logo img { height: 45px; }
.iq-top-navbar .iq-navbar-custom .iq-menu-bt-sidebar .iq-menu-bt { display: block; margin: 0 0 0 20px; }
body.sidebar-main .iq-menu-bt-sidebar .iq-menu-bt { opacity: 1; }
.iq-menu-bt { padding: 12px 0; margin: 0 15px; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
.wrapper-menu { font-size: 20px; text-align: center; line-height: 15px; color: var(--iq-light); position: relative; display: flex; flex-direction: column; justify-content: space-between; cursor: pointer; transition: transform 330ms ease-out; }
.line-menu { background-color: var(--iq-primary); border-radius: 90px; width: 100%; height: 2px; }
.line-menu.half { width: 50%; }
.line-menu.start { transition: transform 330ms cubic-bezier(0.54, -0.81, 0.37, 0.37); transform-origin: right; }
.open .line-menu.start { transform: rotate(-90deg) translateX(3px); }
.line-menu.end { align-self: flex-end; transition: transform 330ms cubic-bezier(0.54, -0.81, 0.37, 0.37); transform-origin: left; }
.open .line-menu.end { transform: rotate(-90deg) translateX(-3px); }
.hover-circle { opacity: 0; position: absolute; top: 0; text-align: center; left: 0; right: 0; margin: 0 auto; border-radius: 50%; }
.wrapper-menu.open .main-circle { opacity: 0; }
.wrapper-menu.open .hover-circle { opacity: 1; }

/*----------------------*/
.iq-top-navbar .iq-sub-dropdown { width: 300px; display: none; position: absolute; top: 100%; right: 0; -webkit-animation: fade-in-bottom 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both; animation: fade-in-bottom 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both; -webkit-transform: translateY(100%); transform: translateY(100%); background-color: var(--iq-white); transition: all 0.3s; padding: 0; border-radius: 5px; -webkit-box-shadow: 0px 0px 20px 0px rgba(44, 101, 144, 0.1); -moz-box-shadow: 0px 0px 20px 0px rgba(44, 101, 144, 0.1); box-shadow: 0px 0px 20px 0px rgba(44, 101, 144, 0.1); -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.iq-sub-dropdown.iq-sub-dropdown-large { width: 500px; }
.iq-top-navbar .iq-sub-dropdown .iq-card-body div { border-radius: 5px 5px 0 0; }

/* ----------------------------------------------
 * Generated by Animista on 2019-12-22 15:30:2
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info.
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation fade-in-bottom
 * ----------------------------------------
 */
@-webkit-keyframes fade-in-bottom {
  0% { -webkit-transform: translateY(50px); transform: translateY(50px); opacity: 0; }
  100% { -webkit-transform: translateY(0); transform: translateY(0); opacity: 1; }
}
@keyframes fade-in-bottom {
  0% { -webkit-transform: translateY(50px); transform: translateY(50px); opacity: 0; }
  100% { -webkit-transform: translateY(0); transform: translateY(0); opacity: 1; }
}
.iq-show .iq-sub-dropdown { display: inline-block; }
.navbar-list li .iq-sub-dropdown .iq-sub-card.iq-sub-card-big { width: auto; }
.navbar-list li .iq-sub-dropdown .iq-sub-card { font-size: inherit; padding: 15px; line-height: normal; color: inherit; border-bottom: 1px solid var(--iq-light-primary); display: inline-block; width: 100%; }
.iq-top-navbar .search-box { display: none; position: absolute; top: 100%; right: 0; -webkit-transform: translateY(100%); transform: translateY(100%); background-color: var(--iq-white); transition: all 0.3s; padding: 15px; -webkit-box-shadow: 0px 0px 20px 0px rgba(44, 101, 144, 0.1); -moz-box-shadow: 0px 0px 20px 0px rgba(44, 101, 144, 0.1); box-shadow: 0px 0px 20px 0px rgba(44, 101, 144, 0.1); -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; -webkit-animation: fade-in-bottom 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both; animation: fade-in-bottom 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both; }
.iq-show .search-box { display: inline-block; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.search-box .search-input { width: 300px; height: 50px; padding: 0 1em; border: 1px solid var(--iq-light-primary); background-color: var(--iq-light-primary); opacity: 1; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
.iq-sub-dropdown .iq-card-icon { width: 45px; height: 45px; line-height: 45px; font-size: 22px; }

/*---------------------------------------------------------------------
                              Content Page
-----------------------------------------------------------------------*/
.content-page { overflow: hidden; margin-left: 270px; padding: 97px 15px 0; min-height: 100vh; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease; }
.content-page.expanded { margin-left: 97px;  }
.content-page.expanded-768 { margin-left: 15px;  padding: 97px 0; }

.iq-user-dropdown { width: 350px; }
body.sidebar-main .content-page { margin-left: 80px; }

/* --------------- */
.iq-card.iq-border-box { border-bottom: 4px solid; }
.right-block .image-absulute.image-absulute-1 { position: absolute; top: 10px; left: auto; right: 240px; }
.right-block .image-absulute.image-absulute-2 { position: absolute; left: auto; right: 330px; top: 30px; }
.iq-right-fixed .iq-card .iq-card-header { border-color: rgba(255, 255, 255, 0.2); }

/*--------------------*/
.iq-card-header-list { margin: 0; padding: 0; float: right; }
.iq-card-header-list li { list-style-type: none; float: left; display: inline-block; font-size: 20px; margin: 0 0 0 8px; }
.iq-card-header-list li a, .iq-card-header-list li a:hover { text-decoration: none; }

/* ------------------ */
.friend-list-items.nav-pills .nav-link a { padding: 0 15px; }
.friend-list-items.nav-pills .nav-link.active, .friend-list-items.nav-pills .show>.nav-link { background-color: transparent; color: var(--iq-black); }
.iq-friendlist-block { border: 1px solid rgba(0, 0, 0, 0.2); }

/* ------------------ */
.header-for-bg { margin-top: 75px; margin-bottom: -60px; }
.header-for-bg .title-on-header { position: absolute; top: 40%; left: 0; right: 0; text-align: center; color: var(--iq-white); }
.header-for-bg .data-block { display: inline-block; background: rgba(255, 255, 255, 0.5); padding: 20px; border-radius: 5px; }
.profile-header-image .profile-img { margin-top: -70px; position: relative; }
.manufacture-block .iq-card-icon { border-radius: 5px 0 0 5px; }

/* ------------------ */
.group-icon { margin-top: -70px; }
ul.iq-week-data h6 { color: var(--iq-white); }
.social-media-block .data-block {flex: 1;}

/* ------------------ */
.image-hover-data { position: absolute; left: 0; right: 0; top: auto; bottom: -60px; padding: 15px; border-radius: 0 0 5px 5px; background: rgba(0, 0, 0, 0.5); transition: all 0.45s ease 0s; }
.user-images:hover .image-hover-data { bottom: 0; transition: all 0.45s ease 0s; }
a.image-edit-btn { position: absolute; top: 15px; left: auto; right: 15px; background: var(--iq-white); height: 25px; width: 25px; text-align: center; line-height: 25px; border-radius: 5px; opacity: 0; }
.user-images:hover a.image-edit-btn { opacity: 1; transition: all 0.45s ease 0s; }
.event-images img { border-radius: 5px 5px 0 0; }
.iq-notify { width: 25px; height: 25px; line-height: 25px; text-align: center; }
.files-lists.table td { vertical-align: middle; }
.inner-page-title { position: absolute; top: 25%; left: 30px; }
.inner-page-bg img { height: 150px; }
ul.request-list > li { margin-bottom: 15px; padding-bottom: 15px; border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
ul.request-list > li:last-child { border: none; }
.post-item img.profile-img, .user-post img.profile-img { border-radius: 100%; height: 450px; width: 450px; }
.iq-card-post-toolbar .dropdown-toggle i { font-size: 22px; line-height: normal; color: var(--iq-body-text); }
.iq-card-post-toolbar .dropdown-toggle::after, .total-comment-block .dropdown-toggle::after, .total-like-block .dropdown-toggle::after, .like-data .dropdown-toggle::after { display: none; }
.iq-card-post-toolbar .dropdown-menu a { border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
.event-post .job-icon { height: 40px; width: 40px; line-height: 24px; text-align: center; font-size: 18px; }
.job-icon-position { text-align: center; margin: -21px auto 0; }
.play-btn { position: absolute; left: 0; right: 0; top: 35%; background: rgba(0, 0, 0, 0.8); height: 35px; width: 35px; text-align: center; line-height: 32px; margin: 0 auto; color: var(--iq-white); border-radius: 50%; font-size: 25px; opacity: 0; transition: all 0.45s ease 0s; }
.music-thumbnail:hover .play-btn { opacity: 1; transition: all 0.45s ease 0s; }
.top-bg-image > img { border-radius: 5px 5px 0 0; }
div#post-modal-data .modal { position: absolute; height: auto; }
div#post-modal-data .modal .modal-dialog { max-width: 100%; margin: 0; }
.modal-open { overflow: scroll; }
.iq-box-relative { position: relative; overflow: hidden; }
.iq-box-absolute { position: absolute; left: auto; right: -20px; top: -15px; line-height: 65px; }

/*----------------------------*/
button.banner-button { position: absolute; left: auto; right: 21%; bottom: 12px; }
.social-media-block .iq-card-icon { border-radius: 5px 0 0 5px; }

/*----------------------------*/
.profile-icon { height: 40px; width: 40px; line-height: 40px; text-align: center; font-size: 20px; font-weight: 700; border-radius: 50%; }

/* ---------------- */
.main-temp > h1 { font-size: 150px; }
.main-temp > h1 > span { font-size: 24px; vertical-align: top; line-height: 130px; position: absolute; }

/* ------------ */
.total-comment-block .dropdown:hover>.dropdown-menu, .total-like-block .dropdown:hover>.dropdown-menu, .like-data .dropdown:hover>.dropdown-menu { opacity: 1; visibility: visible; transition: all 0.45s ease 0s; }
.total-comment-block .dropdown > .dropdown-menu, .total-like-block .dropdown > .dropdown-menu { background-color: var(--iq-dark); }
.total-comment-block .dropdown > .dropdown-menu > a, .total-like-block .dropdown > .dropdown-menu > a { color: var(--iq-white); padding: 2px 10px; }
.like-data .dropdown-menu { display: block; visibility: hidden; opacity: 0; width: 260px; top: -50px; border: none; box-shadow: 0px 0px 20px 0px rgba(44, 101, 144, 0.1); transition: all 0.45s ease 0s; }
.like-data:hover span, .comment-block:hover a { color: var(--iq-primary); transition: all 0.45s ease 0s; }
.total-like-block .dropdown-menu, .total-comment-block .dropdown-menu { display: block; visibility: hidden; opacity: 0; }
.like-block span { color: var(--iq-secondary); cursor: pointer; }
.like-block span:hover { color: var(--iq-primary); }

/*-------------- Media Header ---------------*/
.iq-card .iq-card-header.iq-header-media { padding: 20px; }

/* ------------------ */
.big-card { -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; overflow: hidden; background: var(--iq-white); border: 1px solid var(--iq-light-primary); padding: 20px; }
.iq-card-body.relative-background { position: relative; overflow: hidden; }
.background-image { position: absolute; top: auto; bottom: 0; left: auto; right: 0; }
.iq-image-full { position: relative; }

/*---------------------------------------------------------------------
                              Error Page
-----------------------------------------------------------------------*/
.iq-error { position: relative; width: 100%; height: 100vh; overflow: hidden; display: inline-block; }
.iq-error h1.text-in-box { font-size: 5em; font-weight: 700; }
.iq-error-img { position: static; display: inline-block; }
.error-500 .iq-error-img { width: 100%; }
.iq-error > img { width: 50%; }
.iq-maintenance > img { width: 40%; }

/*---------------------------------------------------------------------
                               OWL Carousel
-----------------------------------------------------------------------*/
.owl-carousel .owl-nav { display: block; position: absolute; text-indent: inherit; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -o-transform: translateY(-50%); -ms-transform: translateY(-50%); -moz-transform: translateY(-50%); left: 0; width: 100%; cursor: pointer; z-index: 999; }
.owl-carousel .owl-nav .owl-prev { display: block; position: absolute; text-align: center; text-indent: inherit; left: -8%; width: auto; cursor: pointer; -webkit-transition: opacity 0.3s ease 0s, left 0.3s ease 0s; -moz-transition: opacity 0.3s ease 0s, left 0.3s ease 0s; -ms-transition: opacity 0.3s ease 0s, left 0.3s ease 0s; -o-transition: opacity 0.3s ease 0s, left 0.3s ease 0s; transition: opacity 0.3s ease 0s, left 0.3s ease 0s; }
.owl-carousel .owl-nav .owl-next { display: block; position: absolute; text-align: center; text-indent: inherit; right: -8%; width: auto; cursor: pointer; -webkit-transition: opacity 0.3s ease 0s, right 0.3s ease 0s; -moz-transition: opacity 0.3s ease 0s, right 0.3s ease 0s; -ms-transition: opacity 0.3s ease 0s, right 0.3s ease 0s; -o-transition: opacity 0.3s ease 0s, right 0.3s ease 0s; transition: opacity 0.3s ease 0s, right 0.3s ease 0s; }
.owl-carousel .owl-nav i { font-size: 24px; border-radius: 50%; width: 44px; height: 44px; line-height: 42px; padding-left: 0px; display: inline-block; color: var(--iq-white); background: #e7e7e7; font-weight: normal; text-align: center; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.owl-carousel .owl-nav i:hover { background: #4ac4f3; color: var(--iq-white); }

/* Dots */
.owl-carousel .owl-controls .owl-dot { margin-top: 20px; display: inline-block; }
.owl-carousel .owl-dots { position: relative; width: 100%; display: inline-block; text-indent: inherit; text-align: center; cursor: pointer; }
.owl-carousel .owl-dots .owl-dot span { background: var(--iq-white); display: inline-block; border-radius: 30px; margin: 0px 5px; height: 8px; width: 8px; transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; cursor: pointer; }
.owl-carousel .owl-dots .owl-dot:hover, .owl-carousel .owl-dots .owl-dot.active { outline: none; border: none; }
.owl-carousel .owl-dots .owl-dot:hover span { background: var(--iq-white); }
.owl-carousel .owl-dots .owl-dot.active span { background: var(--iq-white); box-shadow: 0px 0px 20px 0px rgba(44, 101, 144, 0.1); }
.iq-example-row .row>.col, .iq-example-row .row>[class^=col-] { padding-top: .75rem; color: var(--iq-body-text); padding-bottom: .75rem; background-color: rgba(86, 61, 124, .15); border: 1px solid rgba(86, 61, 124, .2); }
.iq-example-row-flex-cols .row { margin-bottom: 15px; min-height: 10rem; background-color: rgba(255, 0, 0, .1); }
.iq-icons-list { line-height: 50px; margin-bottom: 15px; display: inline-block; }
.iq-icons-list i { text-align: center; vertical-align: middle; font-size: 22px; float: left; width: 40px; height: 50px; line-height: 50px; margin-right: 10px; display: inline-block; }
.iq-icons-list .icon { text-align: center; vertical-align: middle; font-size: 22px; width: 40px; height: 40px; line-height: 50px; margin-right: 10px; display: inline-block; }
.iq-icons-list  span { display: inline-block; vertical-align: middle; }
.iq-card-icon { height: 66px; width: 66px; display: inline-block; line-height: 66px; text-align: center; font-size: 22px; }

/*---------------------------------------------------------------------
                               Timeline
-----------------------------------------------------------------------*/
.iq-timeline { margin: 0 0 0 20px; padding: 0; width: 95%; border-left: 3px solid var(--iq-light-primary); }
.iq-timeline li { margin-left: 35px; position: relative; padding: 15px 15px 0 5px; list-style-type: none; }
.iq-timeline li .timeline-dots { position: absolute; top: 20px; left: -54px; border: 3px solid var(--iq-primary); border-radius: 90px; padding: 5px; background: var(--iq-white); height: 40px; width: 40px; line-height: 25px; text-align: center; }

/*---------------------------------------------------------------------
                               Team
-----------------------------------------------------------------------*/
.iq-team { background: var(--iq-white); padding: 15px; position: relative; }
.team-authors-bg { position: relative; margin-bottom: 50px; }
.team-authors-bg .avatar-80 { position: absolute; bottom: -40px; left: 0; right: 0; margin: 0 auto; }

/*------------------------------*/
.iq-team-1 { position: relative; background: var(--iq-white); }
.iq-team-1 .iq-team-1-info { position: absolute; padding: 30px 15px; bottom: 0; left: 0; width: 100%; }

/*---------------------------------------------------------------------
                           User Add Block
-----------------------------------------------------------------------*/
.user-add-block { background: var(--iq-white); }
.user-add-plus { position: absolute; right: 30px; font-size: 24px; bottom: -25px; height: 60px; width: 60px; line-height: 60px; text-align: center; background: var(--iq-body-text); color: var(--iq-white); border-radius: 900px; -webkit-box-shadow: 0px 10px 30px 0px rgba(57, 60, 82, 0.1); -moz-box-shadow: 0px 10px 30px 0px rgba(57, 60, 82, 0.1); box-shadow: 0px 10px 30px 0px rgba(57, 60, 82, 0.1); }
.user-add-plus:hover { background: var(--iq-primary); color: var(--iq-white); text-decoration: none; }
.user-add-authors { position: relative; }
.user-add-authors:before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 132, 255, 0.8); }
.user-add-authors .user-add-media { position: absolute; top: 50%; transform: translateY(-50%); left: 30px; display: inline-block; }
.user-add-list { padding: 30px; }

/*---------------------------------------------------------------------
                             Email list
-----------------------------------------------------------------------*/
.iq-email-list .iq-email-ui { margin: 0; padding: 0; }
.iq-email-list .iq-email-ui li { list-style-type: none; font-size: 16px; color: var(--iq-body-text); margin-bottom: 3px; }
.iq-email-list .iq-email-ui li:last-child { margin-bottom: 0; }
.iq-email-list .iq-email-ui li a { color: var(--iq-body-text); padding: 0; display: inline-block; width: 100%; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; }
.iq-email-list .iq-email-ui li.active a, .iq-email-list .iq-email-ui li a:hover { text-decoration: none; color: var(--iq-primary); }
.iq-email-list .iq-email-ui li { list-style-type: none; }
.iq-email-list .iq-email-ui li i { margin-right: 10px; }
.iq-email-list .iq-email-ui li .badge { float: right; font-weight: normal; margin-top: 3px; }
.iq-email-list .iq-email-ui.iq-email-label li { margin-bottom: 10px; }
.iq-email-list .iq-email-ui.iq-email-label li:last-child { margin-bottom: 0; }

/*----------------------------------*/
.iq-email-to-list ul { margin: 0; padding: 0; }
.iq-email-to-list ul li { list-style-type: none; font-size: 20px; color: var(--iq-body-text); margin: 0 5px 0 0; float: left; }
.iq-email-to-list ul li:first-child a { background: none; width: auto; }
.iq-email-to-list ul li>a { color: var(--iq-primary); text-align: center; line-height: 38px; display: inline-block; width: 40px; height: 40px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; background: var(--iq-light-primary); }
.iq-email-to-list ul li a:hover, .iq-email-to-list ul li.q-list a:hover { color: var(--iq-primary); text-decoration: none; }
.iq-email-to-list ul li .custom-control-label::before { top: 13px; left: -20px; }

/*----------------------------------*/
.iq-email-search { position: relative; }
.iq-email-search .form-control { height: 40px; border: 1px solid var(--iq-border-light); width: 170px; }
.iq-email-search .search-link { position: absolute; top: 0; right: 15px; font-size: 18px; line-height: 38px; color: var(--iq-primary); }
.iq-email-search .search-link:hover { text-decoration: none; }

/*----------------------------------*/
.iq-email-listbox .iq-email-sender-list { margin: 15px 0 0; padding: 0; display: inline-block; width: 100%; overflow: hidden; }
.iq-email-listbox .iq-email-sender-list>li { list-style-type: none; position: relative; padding: 15px 20px; border-top: 1px solid var(--iq-border-light); float: left; display: inline-block; width: 100%; transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; }
.iq-email-listbox .iq-email-sender-list>li:hover { background: var(--iq-white); -webkit-box-shadow: 0px 0px 20px 0px rgba(44, 101, 144, 0.1); -moz-box-shadow: 0px 0px 20px 0px rgba(44, 101, 144, 0.1); box-shadow: 0px 0px 20px 0px rgba(44, 101, 144, 0.1); }
.iq-email-listbox .iq-email-sender-list li a:hover { text-decoration: none; }
.iq-email-listbox .iq-email-sender-list li.iq-unread a { color: var(--iq-primary); font-weight: 500; }
.iq-email-listbox .iq-email-sender-list li.iq-unread li a { color: var(--iq-primary); }
.iq-email-sender-info .iq-checkbox-mail, .iq-email-sender-info .iq-star-toggle { display: block; float: left; }
.iq-email-sender-info .iq-checkbox-mail { cursor: pointer; height: 20px; width: 20px; margin-top: 4px; }
.iq-email-sender-info .iq-star-toggle { color: var(--iq-body-text); margin-left: 10px; font-size: 18px; }
.iq-email-sender-info .iq-email-title { color: var(--iq-body-text); position: absolute; top: 0; left: 85px; right: 0; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; margin-bottom: 0; line-height: 62px; }
.iq-email-content { position: absolute; top: 0; left: 300px; right: 0; bottom: 0; line-height: 62px; }
.iq-email-content .iq-email-date, .iq-email-content .iq-email-subject { position: absolute; top: 0; }
.iq-email-content .iq-email-subject { color: var(--iq-body-text); left: 0; right: 110px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; }
.iq-email-content .iq-email-date { right: 20px; width: 100px; text-align: right; padding-left: 10px; color: var(--iq-body-text); }
.iq-email-sender-list .iq-social-media { position: absolute; line-height: 62px; right: -200px; top: 0; background: var(--iq-white); font-size: 18px; padding: 0 30px; transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; }
.iq-email-listbox .iq-email-sender-list li:hover .iq-social-media { right: 0; }

/*----------------------------------*/
.iq-inbox-details tr td { padding: 5px 10px; }
.iq-inbox-details tr td:first-child { width: 75px; color: var(--iq-body-text); }
.iq-subject-info { display: flex; align-items: flex-start; }
.iq-subject-status { margin-left: 15px; flex: 1; }

/*---------------------------------------------------------------------
                             Booking list
-----------------------------------------------------------------------*/
.iq-booking-date { background: var(--iq-border-light); padding: 15px 15px; margin: 0 15px 45px; outline: none; position: relative; overflow: hidden; text-align: center; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; display: block; }
.iq-booking-date:hover { text-decoration: none; }
.iq-booking-date:after { content: ""; position: absolute; bottom: 20px; left: -8px; height: 16px; width: 16px; background: var(--iq-white); -webkit-border-radius: 90px; -moz-border-radius: 90px; border-radius: 90px; opacity: 0; }
.iq-booking-date:before { content: ""; position: absolute; bottom: 20px; right: -8px; height: 16px; width: 16px; background: var(--iq-white); -webkit-border-radius: 90px; -moz-border-radius: 90px; border-radius: 90px; opacity: 0; }
.slick-slide.slick-active.slick-center .iq-booking-date { background: var(--iq-primary); color: var(--iq-white); -webkit-box-shadow: 0px 0px 20px 0px rgba(44, 101, 144, 0.1); -moz-box-shadow: 0px 0px 20px 0px rgba(44, 101, 144, 0.1); box-shadow: 0px 0px 20px 0px rgba(44, 101, 144, 0.1); }
.slick-slide.slick-active.slick-center .iq-booking-date h3 { color: var(--iq-white); }
.slick-slide.slick-active.slick-center .iq-booking-date:after { opacity: 1; }
.slick-slide.slick-active.slick-center .iq-booking-date:before { opacity: 1; }
.slick-initialized .slick-slide { outline: none; }
.iq-booking-date .iq-booking-dot { height: 12px; width: 12px; margin-bottom: 10px; display: inline-block; background: var(--iq-white); -webkit-border-radius: 90px; -moz-border-radius: 90px; border-radius: 90px; }
.iq-booking-date h3 { line-height: 1.50rem; margin-bottom: 0; }
.iq-booking-date h3 small { font-size: 14px; }
.icon-tag-box span { display: inline-block; width: 100%; font-size: 16px; }
.iq-booking-offer-img { position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; max-width: 110%; }
.iq-booking-offer { padding: 60px 100px; border-radius: 5px; margin-bottom: 30px; }

/*----------------------------------------------------------------------
                        Chart
 ----------------------------------------------------------------------*/
#sda1-chart, #sda1-chart1, #sda1-chart2 { min-height: 200px !important; }
.amcharts-chart-div g[aria-labelledby*="-title"] {  display: none !important;}
/*-----------------------------------------------------------------
                        Material Card Style1
----------------------------------------------------------------- */
.card-style1 { display: flex; }
.card-style1 img { object-fit: cover; border-radius: 100px; height: 75px; margin-right: 10px; }
.card-style1 .title { text-transform: capitalize; font-weight: bold; }
.card-style1 .percentage { font-weight: bolder; font-size: 1.5rem; margin: auto; }
.card-style1 .percentage span { font-weight: normal; }

/*-----------------------------------------------------------------
                        Material Card Style2
----------------------------------------------------------------- */
.card-style1.card-style2 .iq-details { width: 100%; }
.card-style1.card-style2 .percentage { font-weight: bolder; font-size: 1.2rem; margin-top: -5px; margin-left: -50px; }

/*-----------------------------------------------------------------
                        Circle Progressbar
------------------------------------------------------------------- */
.iq-circle-progressbar .percent { font-size: 1.3rem !important; }
.iq-circle-progressbar svg { width: 100px !important; height: 100px !important; }
.iq-circle-progressbar { margin: 0 auto; width: 100px !important; height: 100px !important; }
.progress-round { width: 50px; height: 50px; background: none; position: relative; }
.progress-round::after { content: ""; width: 100%; height: 100%; border-radius: 50%; border: 3px solid var(--iq-border-light); position: absolute; top: 0; left: 0; }
.progress-round>span { width: 50%; height: 100%; overflow: hidden; position: absolute; top: 0; z-index: 1; }
.progress-round .progress-left { left: 0; }
.progress-round .progress-bar { width: 100%; height: 100%; background: none; border-width: 3px; border-style: solid; position: absolute; top: 0; }
.progress-round .progress-left .progress-bar { left: 100%; border-top-right-radius: 80px; border-bottom-right-radius: 80px; border-left: 0; -webkit-transform-origin: center left; transform-origin: center left; }
.progress-round .progress-right { right: 0; }
.progress-round .progress-right .progress-bar { left: -100%; border-top-left-radius: 80px; border-bottom-left-radius: 80px; border-right: 0; -webkit-transform-origin: center right; transform-origin: center right; }
.progress-round .progress-value { position: absolute; top: 0; left: 0; }
#home-chart-03 .apexcharts-legend.center.position-right { right: 35px !important; }
.progress-round.income-progress { height: 100px; width: 100px; }
.progress-round.income-progress .progress-bar { border-width: 10px; }
.progress-round.income-progress::after { border: 10px solid #ceebee; }

/*-----------------------------------------------------------------
                        Tikit Booking List
------------------------------------------------------------------- */
.iq-booking-ab { display: inline-block; }
.iq-booking-ab li { line-height: 3rem; height: 45px; margin-bottom: 1rem; position: relative; }
.iq-booking-ab li.friest-booking-blank { margin-bottom: 0; height: 40px; }
.iq-booking-ab li.secondary-booking-blank { height: 70px; }
.iq-booking-ab li.three-booking-blank { height: 70px; }
.iq-booking-no li { width: 4.9%; text-align: center; margin-right: 0 !important; }
.iq-booking-no li .iq-seat { background: var(--iq-light-primary); width: 45px; height: 45px; display: inline-block; padding: 10px; border-radius: 5px; }
.iq-booking-no li .iq-seat img { width: 100%; }
.iq-booking-no li .iq-seat img.active-seat { display: none; }
.iq-booking-no li .iq-seat.bg-secondary img.default, .iq-booking-no li .iq-seat.active img.default { display: none; }
.iq-booking-no li .iq-seat.bg-secondary img.active-seat, .iq-booking-no li .iq-seat.active img.active-seat { display: inline-block; }
.iq-booking-no li .iq-seat.active { background: var(--iq-success); }
.iq-booking-status { line-height: 30px; display: inline-block; margin-right: 30px; }
.iq-booking-status span { width: 16px; height: 16px; border-radius: 5px; display: inline-block; background: var(--iq-light-primary); margin-right: 10px; margin-top: 6px; float: left; }

/*-----------------------------------------------------------------
                        Right Sidebar Menu
------------------------------------------------------------------- */
#right-sidebar-scrollbar { height: 100vh; }
.iq-sidebar-right-menu { position: fixed; top: 75px; right: -400px; width: 360px; background: var(--iq-border-light); overflow: hidden; z-index: 99; -webkit-transition: all 0.5s ease-out 0s; -moz-transition: all 0.5s ease-out 0s; -ms-transition: all 0.5s ease-out 0s; -o-transition: all 0.5s ease-out 0s; transition: all 0.5s ease-out 0s; }
.iq-sidebar-right-menu.film-side { right: 0; }
.iq-sidebar-booking, .iq-sidebar-payment { padding: 30px; }
.iq-booking-ticket { background: var(--iq-white); border-radius: 5px; padding: 30px 25px 30px; position: relative; }
.iq-booking-ticket:after { content: ""; position: absolute; bottom: 100px; left: -10px; height: 20px; width: 20px; background: var(--iq-primary); -webkit-border-radius: 90px; -moz-border-radius: 90px; border-radius: 90px; }
.iq-booking-ticket:before { content: ""; position: absolute; bottom: 100px; right: -10px; height: 20px; width: 20px; background: var(--iq-primary); -webkit-border-radius: 90px; -moz-border-radius: 90px; border-radius: 90px; }

/*---------------------------------------------------------------------
FAQ
-----------------------------------------------------------------------*/
.iq-accordion.career-style.faq-style .iq-accordion-block .accordion-title span { padding-left: 0px; }
.iq-accordion.career-style .iq-accordion-block { margin-bottom: 30px; }
.iq-accordion.career-style.faq-style .accordion-title:before { display: inline-block; cursor: pointer; content: "\f218"; font-family: "Ionicons"; position: absolute; top: -8px; right: 15px; color: #1e1e1e; font-size: 16px; line-height: 16px; font-weight: normal; -webkit-transition: all 0.25s ease-in-out 0s; -moz-transition: all 0.25s ease-in-out 0s; transition: all 0.25s ease-in-out 0s; border-radius: 5px; width: 45px; height: 45px; line-height: 45px; text-align: center; }
.iq-accordion.career-style.faq-style .iq-accordion-block .accordion-details p { padding-left: 15px; padding-top: 15px; padding-bottom: 15px; }
.iq-accordion.career-style .iq-accordion-block .accordion-title span { font-size: 16px; display: table-cell; color: var(--iq-dark); }
.iq-accordion.career-style.faq-style .iq-accordion-block.accordion-active .accordion-title:before { content: "\f209"; display: inline-block; }
.iq-accordion.career-style.faq-style .active-faq .row { background: transparent; padding: 10px 0px; }
.iq-accordion.career-style.faq-style .iq-accordion-block { padding: 10px 5px; border-radius: 5px; }
.iq-accordion.career-style.faq-style .iq-accordion-block.accordion-active .accordion-title:before, .iq-accordion.career-style.faq-style .accordion-title:before { background-image: -moz-linear-gradient(0deg, rgb(109, 115, 239) 0%, rgb(163, 120, 252) 100%); border-radius: 90px; }

/*---------------------------------------------------------------------
Table
-----------------------------------------------------------------------*/
table tr th img { width: 35px; height: 35px; border-radius: 90px; }
.progress-animate { animation: progress-bar-stripes 1s linear infinite; }
img.summary-image-top { width: 35px; }
.iq-subject-info img { width: 80px; }
table th.align-center,
table td.align-center {
  text-align: center;
}
tr.hoverable:hover {
    background-color: var(--iq-light);
}
/*---------------------------------------------------------------------
Animation Card
-----------------------------------------------------------------------*/
.animation-card { position: relative; }
.animation-card .an-img { margin-top: -60px; text-align: right; display: inline-block; width: 100%; }
.animation-card .an-img .bodymovin { width: 162%; margin-bottom: -57px; margin-left: -50px; }
.animation-card .an-text { position: absolute; width: 180px; display: inline-block; top: 75px; left: 30px; }
.animation-card .an-text h2 { margin-top: 0; }

/*------------*/
.an-img-two { width: 700px; position: absolute; right: -35%; top: -175px; z-index: -1; }
.iq-card.bg-primary.sb-top-banner-card { z-index: 1; position: relative; }
.bodymovin { z-index: -1; }

/*------------*/
.offer-an-img { position: absolute; top: -183px; width: 695px; left: -100px; }

/*---------------------------------------------------------------------
Footer
-----------------------------------------------------------------------*/

.iq-footer { background: var(--iq-light-card); padding: 15px; margin-left: 250px; -webkit-box-shadow: 0px 0px 20px 0px rgba(44, 101, 144, 0.1); -moz-box-shadow: 0px 0px 20px 0px rgba(44, 101, 144, 0.1); box-shadow: 0px 0px 20px 0px rgba(44, 101, 144, 0.1); -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
body.sidebar-main .iq-footer { margin-left: 80px; }
.iq-footer ul li a { color: var(--iq-body-text); }
.iq-footer ul li a:hover { color: var(--iq-primary); text-decoration: none; }
.bg-banner-image.style-three { height: 150px; background: url('../images/bg-03.jpg'); }
.iq-mt--70 { margin-top: -70px }
.banner-main-text { position: absolute; left: 15%; bottom: 13%; }
.nav.nav-pills.style-three .nav-link.active:before, .nav.nav-pills.style-three .nav-link:hover:before { display: inline-block; width: 100%; height: 3px; background: var(--iq-primary); content: ""; position: absolute; left: 0; bottom: 0px; }
.nav.nav-pills.style-three .nav-link:before { width: 0; -webkit-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; height: 3px; background: var(--iq-primary); content: ""; position: absolute; right: 0; bottom: 0px; }
.iq-card-body.banner-box { padding-bottom: 0; }
.nav.nav-pills.style-three { margin-top: 10px; }
.nav.nav-pills.style-three a:last-child { margin-right: 0px; }
.nav.nav-pills.style-three a { background: transparent; position: relative; margin-right: 30px; padding: 10px 0px; }

/*---------------------------------------------------------------------
Map Profile
-----------------------------------------------------------------------*/
.dash-tracking-icon { height: 80px; }
.map-profile-card { margin-right: 30px; border: 1px solid var(--iq-border-light); margin-bottom: 15px; }
.track { display: -webkit-inline-box; display: -moz-inline-box; overflow-x: scroll; }
::-webkit-scrollbar { width: 8px; height: 8px; border-radius: 5px; }

/* Track */
::-webkit-scrollbar-track { background: var(--iq-border-light); border-radius: 5px; }

/* Handle */
::-webkit-scrollbar-thumb { background: var(--iq-secondary); border-radius: 5px; }

/* Handle on hover */
::-webkit-scrollbar-thumb:hover { background: var(--iq-dark); border-radius: 5px; }

/*---------------------------------------------------------------------
Mail Inbox
-----------------------------------------------------------------------*/
.email-app-details.show { visibility: visible; opacity: 1; -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); }
.email-app-details { position: absolute; display: block; z-index: 6; visibility: hidden; opacity: 0; top: 0; width: calc(100% - 7px); -webkit-transform: translateX(100%); -ms-transform: translateX(100%); transform: translateX(100%); -webkit-transition: all .3s ease; transition: all .3s ease; height: 100%; left: auto; right: 0; background-color: var(--iq-white); border-radius: 5px; -webkit-border-radius: 5px; }
.attegement ul { padding: 0; list-style: none; }
.send-panel a { height: 30px; width: 30px; text-align: center; font-size: 18px; line-height: 30px; display: inline-block; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; cursor: pointer; }
#compose-email-popup { position: fixed; max-width: 700px; left: auto; right: 0; top: auto; bottom: 0; padding: 0 !important; max-height: 555px; width: 100%; overflow-y: scroll; overflow-x: hidden; }
#compose-email-popup .iq-card { border-radius: 5px 5px 0 0; }
button.close-popup { background: transparent; color: var(--iq-black); border: none; font-size: 20px; line-height: 20px; }
.compose-bottom { border-top: 1px solid var(--iq-body-text); }
.select2-container--default .select2-selection--multiple { border-color: var(--iq-border-light); }
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple { color: var(--iq-body-text); border-color: var(--iq-border-light); box-shadow: none; }

/* colors changes in radio button, checkbox, switch */
.custom-control-input:focus~.custom-control-label::before { box-shadow: none; }
.custom-checkbox.custom-checkbox-color input.bg-primary~label::before, .custom-checkbox.custom-checkbox-color-check input:checked.bg-primary~label::before, .custom-radio.custom-radio-color input.bg-primary~label::before, .custom-radio.custom-radio-color-checked  input:checked.bg-primary~label::before, .custom-switch.custom-switch-color input:checked.bg-primary~label::before { background-color: var(--iq-primary) !important; border-color: var(--iq-primary) !important; }
.custom-checkbox.custom-checkbox-color input.bg-success~label::before, .custom-checkbox.custom-checkbox-color-check input:checked.bg-success~label::before, .custom-radio.custom-radio-color input.bg-success~label::before, .custom-radio.custom-radio-color-checked  input:checked.bg-success~label::before, .custom-switch.custom-switch-color input:checked.bg-success~label::before { background-color: var(--iq-success) !important; border-color: var(--iq-success) !important; }
.custom-checkbox.custom-checkbox-color input.bg-danger~label::before, .custom-checkbox.custom-checkbox-color-check input:checked.bg-danger~label::before, .custom-radio.custom-radio-color input.bg-danger~label::before, .custom-radio.custom-radio-color-checked  input:checked.bg-danger~label::before, .custom-switch.custom-switch-color input:checked.bg-danger~label::before { background-color: var(--iq-danger) !important; border-color: var(--iq-danger) !important; }
.custom-checkbox.custom-checkbox-color input.bg-warning~label::before, .custom-checkbox.custom-checkbox-color-check input:checked.bg-warning~label::before, .custom-radio.custom-radio-color input.bg-warning~label::before, .custom-radio.custom-radio-color-checked  input:checked.bg-warning~label::before, .custom-switch.custom-switch-color input:checked.bg-warning~label::before { background-color: var(--iq-warning) !important; border-color: var(--iq-warning) !important; }
.custom-checkbox.custom-checkbox-color input.bg-dark~label::before, .custom-checkbox.custom-checkbox-color-check input:checked.bg-dark~label::before, .custom-radio.custom-radio-color input.bg-dark~label::before, .custom-radio.custom-radio-color-checked  input:checked.bg-dark~label::before, .custom-switch.custom-switch-color input:checked.bg-dark~label::before { background-color: var(--iq-body-text) !important; border-color: var(--iq-body-text) !important; }
.custom-checkbox.custom-checkbox-color input.bg-info~label::before, .custom-checkbox.custom-checkbox-color-check input:checked.bg-info~label::before, .custom-radio.custom-radio-color input.bg-info~label::before, .custom-radio.custom-radio-color-checked  input:checked.bg-info~label::before, .custom-switch.custom-switch-color input:checked.bg-info~label::before { background-color: var(--iq-info) !important; border-color: var(--iq-info) !important; }

/* checkbox with icon */
.custom-checkbox.checkbox-icon label i { position: absolute; top: 6px; left: -21px; font-size: 10px; transform: scale(0); -webkit-transform: scale(0); -webkit-transition: all .15s ease-in; transition: all .15s ease-in; }
.custom-checkbox.checkbox-icon input:checked~label i { transform: scale(1); -webkit-transform: scale(1); color: var(--iq-white); }
.custom-checkbox.checkbox-icon input:checked~label::after { display: none; }

/* switch with icon */
.custom-switch.custom-switch-icon label .switch-icon-left, .custom-switch.custom-switch-icon label .switch-icon-right, .custom-switch.custom-switch-text label .switch-icon-left, .custom-switch.custom-switch-text label .switch-icon-right { position: absolute; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; top: -3px; }
.custom-switch.custom-switch-icon label .switch-icon-left i, .custom-switch.custom-switch-icon label .switch-icon-right i { font-size: 10px; }
.custom-switch.custom-switch-icon label .switch-icon-left, .custom-switch.custom-switch-text label .switch-icon-left { left: 8px; right: auto; color: var(--iq-white); }
.custom-switch.custom-switch-icon label .switch-icon-right, .custom-switch.custom-switch-text label .switch-icon-right { right: 5px; left: auto; }
.custom-switch.custom-switch-icon, .custom-switch.custom-switch-text { padding-left: 0; }
.custom-switch.custom-switch-icon .custom-control-label { height: 20px; width: 42px; padding: 0; }
.custom-switch.custom-switch-text .custom-control-label { width: 46px; }
.custom-switch.custom-switch-icon .custom-control-label::before, .custom-switch.custom-switch-text .custom-control-label::before { height: 20px; -webkit-transition: all .25s ease; transition: all .25s ease; user-select: none; top: 0; left: 1px; width: 2.75rem; }
.custom-switch.custom-switch-text .custom-control-label::before { width: 100%; }
.custom-switch.custom-switch-icon .custom-control-label:after, .custom-switch.custom-switch-text .custom-control-label:after { position: absolute; top: 1px; left: 2px; -webkit-transition: all .25s ease; transition: all .25s ease; user-select: none; height: 18px; width: 18px }
.custom-switch.custom-switch-icon .custom-control-input:checked~.custom-control-label::after { -webkit-transform: translateX(1.4rem); -ms-transform: translateX(1.4rem); transform: translateX(1.4rem); }
.custom-switch.custom-switch-text .custom-control-input:checked~.custom-control-label::after { -webkit-transform: translateX(1.6rem); -ms-transform: translateX(1.6rem); transform: translateX(1.6rem); }
.custom-switch-inner { display: block; text-align: center; }
.custom-switch.custom-switch-text input:checked~label::before { color: var(--iq-white); content: attr(data-on-label); text-align: left; }
.custom-switch.custom-switch-text label::before { color: var(--iq-black); content: attr(data-off-label); width: 2.85rem; height: 20px; padding: 0 4px; font-size: 11px; line-height: 18px; text-align: right; }
.custom-switch.custom-switch-text label:after { position: absolute; -webkit-transition: all .25s ease; transition: all .25s ease; user-select: none; height: 16px; width: 16px; }
.custom-switch.custom-switch-text input:checked~label.custom-control-label::after { transform: translateX(1.6rem); -webkit-transform: translateX(1.6rem); }
.form-label-group { position: relative; margin-bottom: 1.5rem; }
.form-label-group>label { position: absolute; top: 0; left: 0; display: block; -webkit-transition: all .25s ease-in-out; transition: all .25s ease-in-out; padding: .6rem; color: var(--iq-body-text); font-size: .85rem; opacity: 0; }
.counter-value { color: var(--iq-white); padding: 1px 6px; font-size: .6rem; border-radius: 0 0 5px 5px; margin-right: 1rem; }
.vector-map.h-500 { width: 100%; height: 500px; }

/*---------------------------------------------------------------------
slick Arrow
-----------------------------------------------------------------------*/
.slick-arrow.left { left: 0; top: 0; }
.slick-arrow.right { right: 0; top: 0; }
.slick-arrow { background: var(--iq-light-primary); padding: 11px; font-size: 24px; position: absolute; line-height: 90px; z-index: 9; }
.slick-arrow:hover { text-decoration: none; }

/*---------------------------------------------------------------------
Calender
-----------------------------------------------------------------------*/
.fc-unthemed .fc-toolbar .fc-button { background: var(--iq-light-primary); color: var(--iq-primary); border: none; text-transform: capitalize; border-radius: 5px; -webkit-border-radius: 5px; }
.fc-unthemed .fc-toolbar .fc-button.fc-button-active, .fc-unthemed .fc-toolbar .fc-button:active, .fc-unthemed .fc-toolbar .fc-button:focus { color: var(--iq-white); background-color: var(--iq-primary); }
.job-classification li, .today-schedule li { list-style-type: none; margin-bottom: 10px; }
.job-classification li > i, .today-schedule li i { margin-right: 10px; border-radius: 50%; color: var(--iq-white); }
.schedule-text span { display: block; }
.calender-small .flatpickr-calendar.animate.inline { width: 100%; box-shadow: none; }
.calender-small .dayContainer { width: 100%; min-width: auto; }
.calender-small .flatpickr-days { width: 100%; }
.calender-small .flatpickr-day.today { color: var(--iq-white); border-color: var(--iq-primary); background: var(--iq-primary); }
.calender-small .flatpickr-day.today:hover, .calender-small .flatpickr-day.today:focus { color: var(--iq-white); border-color: var(--iq-primary); background: var(--iq-primary) }
.calender-small .flatpickr-months { margin-bottom: 10px; }
.calender-small .flatpickr-current-month .flatpickr-monthDropdown-months { font-size: 16px; }
.calender-small .flatpickr-current-month .flatpickr-monthDropdown-months:hover { background: transparent; color: var(--iq-primary); }
.calender-small .flatpickr-current-month input.cur-year { font-size: 16px; }
.calender-small .numInputWrapper:hover { background: transparent; }
.calender-small .flatpickr-months .flatpickr-prev-month, .calender-small .flatpickr-months .flatpickr-next-month { padding: 7px 10px; }
.calender-small .flatpickr-day.selected, .calender-small .flatpickr-day.startRange, .calender-small .flatpickr-day.endRange, .calender-small .flatpickr-day.selected.inRange, .calender-small .flatpickr-day.startRange.inRange, .calender-small .flatpickr-day.endRange.inRange, .calender-small .flatpickr-day.selected:focus, .calender-small .flatpickr-day.startRange:focus, .calender-small .flatpickr-day.endRange:focus, .calender-small .flatpickr-day.selected:hover, .calender-small .flatpickr-day.startRange:hover, .calender-small .flatpickr-day.endRange:hover, .calender-small .flatpickr-day.selected.prevMonthDay, .calender-small .flatpickr-day.startRange.prevMonthDay, .calender-small .flatpickr-day.endRange.prevMonthDay, .calender-small .flatpickr-day.selected.nextMonthDay, .calender-small .flatpickr-day.startRange.nextMonthDay, .calender-small .flatpickr-day.endRange.nextMonthDay { color: var(--iq-white); border-color: var(--iq-primary); background: var(--iq-primary); }
.calender-small .flatpickr-day.inRange, .calender-small .flatpickr-day.prevMonthDay.inRange, .calender-small .flatpickr-day.nextMonthDay.inRange, .calender-small .flatpickr-day.today.inRange, .calender-small .flatpickr-day.prevMonthDay.today.inRange, .calender-small .flatpickr-day.nextMonthDay.today.inRange, .calender-small .flatpickr-day:hover, .calender-small .flatpickr-day.prevMonthDay:hover, .calender-small .flatpickr-day.nextMonthDay:hover, .calender-small .flatpickr-day:focus, .calender-small .flatpickr-day.prevMonthDay:focus, .calender-small .flatpickr-day.nextMonthDay:focus { background: var(--iq-light-primary); color: var(--iq-primary); border-color: transparent; }
.smaill-calender-home .flatpickr-calendar.animate.inline { margin: 0 auto; width: 100%; box-shadow: none; border: none; border-radius: 5px; }
.smaill-calender-home .flatpickr-day.selected, .smaill-calender-home .flatpickr-day.startRange, .smaill-calender-home .flatpickr-day.endRange, .smaill-calender-home .flatpickr-day.selected.inRange, .smaill-calender-home .flatpickr-day.startRange.inRange, .smaill-calender-home .flatpickr-day.endRange.inRange, .smaill-calender-home .flatpickr-day.selected:focus, .smaill-calender-home .flatpickr-day.startRange:focus, .smaill-calender-home .flatpickr-day.endRange:focus, .smaill-calender-home .flatpickr-day.selected:hover, .smaill-calender-home .flatpickr-day.startRange:hover, .smaill-calender-home .flatpickr-day.endRange:hover, .smaill-calender-home .flatpickr-day.selected.prevMonthDay, .smaill-calender-home .flatpickr-day.startRange.prevMonthDay, .smaill-calender-home .flatpickr-day.endRange.prevMonthDay, .smaill-calender-home .flatpickr-day.selected.nextMonthDay, .smaill-calender-home .flatpickr-day.startRange.nextMonthDay, .smaill-calender-home .flatpickr-day.endRange.nextMonthDay { color: var(--iq-white); text-decoration: none; background: var(--iq-primary); text-decoration: none; border-color: var(--iq-primary); }
.smaill-calender-home .flatpickr-days, .smaill-calender-home .dayContainer { width: 100%; }
.smaill-calender-home .flatpickr-innerContainer { justify-content: space-around; margin-top: 30px; }
.smaill-calender-home .flatpickr-current-month { left: 0; }
.smaill-calender-home .flatpickr-months .flatpickr-prev-month, .smaill-calender-home .flatpickr-months .flatpickr-next-month { height: 30px; width: 30px; line-height: 30px; background-color: #fafafb; padding: 0; }
.smaill-calender-home .flatpickr-months .flatpickr-prev-month.flatpickr-prev-month, .smaill-calender-home .flatpickr-months .flatpickr-next-month.flatpickr-prev-month { left: auto; right: 40px; }
.smaill-calender-home .flatpickr-months .flatpickr-prev-month:hover svg, .smaill-calender-home .flatpickr-months .flatpickr-next-month:hover svg { fill: var(--iq-primary); }

/*---------------------------------------------------------------------
 Wizard
-----------------------------------------------------------------------*/
#form-wizard1, #form-wizard2, #form-wizard3 { position: relative; }
#form-wizard1 input[type="file"] { line-height: 27px; }
#form-wizard1 fieldset:not(:first-of-type) { display: none }
.card { z-index: 0; border: none; position: relative }
.steps { font-size: 20px; color: var(--iq-body-text); font-weight: normal; text-align: right }
#top-tab-list { margin: 0 -10px 60px; overflow: hidden; color: var(--iq-body-text); }
#top-tab-list .active { color: var(--iq-primary); }
#top-tab-list li { list-style-type: none; font-size: 18px; width: 25%; float: left; text-align: left; position: relative; font-weight: 400 }
#top-tab-list li i { display: inline-block; text-align: center; height: 50px; width: 50px; line-height: 50px; font-size: 20px; border-radius: 50%; margin: 0 15px 0 0; color: var(--iq-white); background: var(--iq-primary); }
#top-tab-list li.active a { color: var(--iq-white); background: var(--iq-primary); }
#top-tab-list li.active.done a { background: var(--iq-success); }
#top-tab-list li.active.done i { color: var(--iq-success); }
#top-tab-list li#confirm.active a { background: var(--iq-success); }
#top-tab-list li#confirm.active i { color: var(--iq-success); }
#top-tab-list li a { background: var(--iq-light-primary); color: var(--iq-primary); display: block; padding: 15px; margin: 0 10px; border-radius: 5px; -webkit-border-radius: 5px; text-decoration: none; }
#top-tab-list li.active i { background-color: var(--iq-white); color: var(--iq-primary); }
.fit-image { width: 100%; object-fit: cover }

/* validate */
.stepwizard-row { display: block; margin: 0 -20px; }
.stepwizard { display: table; width: 100%; position: relative; }
.setup-content { margin-top: 60px; }
.wizard-step { font-size: 18px; width: 25%; float: left; position: relative; font-weight: 400; text-align: center; }
.stepwizard-row .wizard-step a.btn { background: var(--iq-light-primary); color: var(--iq-primary); font-size: 18px; font-weight: 400; display: block; padding: 15px; margin: 0 20px; border-radius: 5px; -webkit-border-radius: 5px; text-decoration: none; border: 1px solid var(--iq-light-primary); }
.stepwizard-row .wizard-step i { display: block; text-align: center; height: 65px; width: 65px; line-height: 65px; font-size: 25px; border-radius: 50%; margin: 0 auto 20px; color: var(--iq-white); background: var(--iq-primary); }
.stepwizard-row #user.active a { background: var(--iq-light-primary); border-color: var(--iq-primary); }
.stepwizard-row #document.active a { background: var(--iq-light-danger); border-color: var(--iq-danger); }
.stepwizard-row #bank.active a { background: var(--iq-light-success); border-color: var(--iq-success); }
.stepwizard-row #confirm.active a { background: var(--iq-light-warning); border-color: var(--iq-warning); }
.stepwizard-row .wizard-step#user i { background: var(--iq-light-primary); color: var(--iq-primary); }
.stepwizard-row .wizard-step#document i { background: var(--iq-light-danger); color: var(--iq-danger); }
.stepwizard-row .wizard-step#bank i { background: var(--iq-light-success); color: var(--iq-success); }
.stepwizard-row .wizard-step#confirm i { background: var(--iq-light-warning); color: var(--iq-warning); }
.stepwizard-row .wizard-step.active i { background-color: var(--iq-white) !important; }
.stepwizard-row .wizard-step#document.active i { background: var(--iq-light-danger); color: var(--iq-danger); }
.stepwizard-row .wizard-step#bank.active i { background: var(--iq-light-success); color: var(--iq-success); }
.stepwizard-row .wizard-step#confirm.active i { background: var(--iq-light-warning); color: var(--iq-warning); }
.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline { color: var(--iq-danger); }
.has-error .form-control { border: 1px solid var(--iq-danger); -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); }
.btn.disabled, .btn[disabled], fieldset[disabled] .btn { cursor: not-allowed; pointer-events: none; -webkit-box-shadow: none; box-shadow: none; }

/* vertical */
#form-wizard3 fieldset:not(:first-of-type) { display: none }
#top-tabbar-vertical { overflow: hidden; color: var(--iq-body-text); margin: 0 -20px 60px; }
#top-tabbar-vertical .active { color: var(--iq-primary); }
#top-tabbar-vertical li { list-style-type: none; font-size: 18px; width: 100%; float: left; position: relative; font-weight: 400 }
#top-tabbar-vertical li i { display: inline-block; text-align: center; height: 50px; width: 50px; line-height: 50px; font-size: 20px; border-radius: 50%; margin: 0 20px 0 0; }
#top-tabbar-vertical li#personal i { background: var(--iq-light-primary); color: var(--iq-primary); }
#top-tabbar-vertical li#contact i { background: var(--iq-light-danger); color: var(--iq-danger); }
#top-tabbar-vertical li#official i { background: var(--iq-light-success); color: var(--iq-success); }
#top-tabbar-vertical li#payment i { background: var(--iq-light-warning); color: var(--iq-warning); }
#top-tabbar-vertical li.active a { border-color: transparent; }
#top-tabbar-vertical li a { background: var(--iq-white); color: var(--iq-black); display: block; padding: 20px 15px; margin: 10px 20px; border-radius: 5px; -webkit-border-radius: 5px; text-decoration: none; border: 1px solid var(--iq-light-primary); }
#top-tabbar-vertical li.active i { background-color: var(--iq-white); color: var(--iq-primary); }
#top-tabbar-vertical #personal.active a { background: var(--iq-light-primary); }
#top-tabbar-vertical #contact.active a { background: var(--iq-light-danger); }
#top-tabbar-vertical #official.active a { background: var(--iq-light-success); }
#top-tabbar-vertical #payment.active a { background: var(--iq-light-warning); }
#top-tabbar-vertical li.active i { background: var(--iq-white) !important; }

/*---------------------------------------------------------------------
Chat
-----------------------------------------------------------------------*/
.chat-page img { border-radius: 5px; }
#chat-search { padding-left: 40px; }
.form-group.chat-search-data > i { position: absolute; top: 8px; left: 15px; color: var(--iq-primary); font-size: 16px; }
.chat-sidebar-name { width: 100%; }
.chat-msg-counter { height: 15px; width: 15px; border-radius: 50%; line-height: 16px; margin: 0 auto; font-size: 7px; }
.chat-meta span { font-size: 8px; }
span.avatar-status { position: absolute; bottom: -10px; top: auto; left: auto; right: 0; }
.iq-chat-ui li a { text-decoration: none; display: block; padding: 15px 0; border-bottom: 1px solid var(--iq-border-light); }
.iq-chat-ui li a.active { border-color: transparent; }
.nav-pills li a.active { color: var(--iq-primary); background-color: var(--iq-light-primary); }
.iq-chat-ui li:last-child a { border: none; }
.iq-chat-ui li:nth-child(2) a, .iq-chat-ui li:nth-child(6) a { border: none; }
.chat-sidebar-channel { overflow-y: scroll; overflow-x: hidden; height: calc(100vh - 19rem); margin-bottom: 15px; }
.chat-data { background: url(../images/page-img/100.jpg) no-repeat scroll center center; background-size: cover; }
.chat-header-icons .dropdown-toggle:empty::after { display: none; }
.chat-header-icons > a, .chat-header-icons > span { width: 40px; height: 40px; font-size: 20px; margin: 0 5px 0 0; color: var(--iq-primary); display: inline-block; text-align: center; line-height: 40px; border-radius: 5px; cursor: pointer; }
.chat-content { position: relative; height: calc(100vh - 17rem); text-align: center; padding: 1.4rem; overflow-y: scroll; overflow-x: hidden; }
.chat-user { float: right; text-align: center; }
.chat-user span.chat-time { display: block; font-size: 12px; font-weight: 500; }
.chat-detail { overflow: hidden; }
.chat-message { position: relative; float: right; text-align: right; padding: .75rem 1rem; margin: 0 1.33rem 1.33rem .3rem; clear: both; word-break: break-word; color: var(--iq-white); background: var(--iq-primary); border-radius: 5px; box-shadow: 0 2px 4px 0 rgb(80, 181, 255); }
.chat-message > p { margin: 0; }
.chat-left .chat-message::after { right: auto; left: -7px; border-width: 5px 7px 5px 0; border-color: transparent var(--iq-white) transparent transparent; }
.chat-content .chat-left .chat-message { text-align: left; float: left; margin: 0 .3rem 1.8rem 1.3rem; color: var(--iq-body-text); background-color: var(--iq-white); box-shadow: 0px 0px 20px 0px rgba(44, 101, 144, 0.1); }
.chat-sidebar-channel .avatar, .avatar { position: relative; }
.chat-start { display: flex; justify-content: center; align-items: center; height: calc(100vh - 10rem); flex-direction: column; }
span.iq-start-icon { font-size: 50px; background: var(--iq-white); width: 100px; text-align: center; border-radius: 50%; }
.chat-attagement { font-size: 20px; }
.chat-attagement a { color: var(--iq-body-text); }
.chat-detail .chat-message .chat-time { position: absolute; bottom: -20px; right: 0; color: var(--iq-body-text); font-size: .8rem; white-space: nowrap; }
.chat-left .chat-user { float: left; }
.chat-content .chat-body .chat-message p { margin-bottom: 0; }
.chat-data .tab-content { position: relative; }
.chat-searchbar { position: relative; }
.chat-user-detail-popup { position: absolute; top: 0; width: 360px; background: var(--iq-white); right: 0; overflow: hidden; left: auto; z-index: 9; height: 100%; opacity: 0; transform: translateX(110%); -webkit-transform: translateX(110%); transition: all 0.45s ease 0s; -webkit-transition: all 0.45s ease 0s; box-shadow: 0px 0px 20px 0px rgba(44, 101, 144, 0.1); border-radius: 5px; visibility: hidden; }
.chat-user-detail-popup.show { opacity: 1; visibility: visible; transform: translateX(0); -webkit-transform: translateX(0); transition: all 0.45s ease 0s; -webkit-transition: all 0.45s ease 0s; }
.chatuser-detail .title { font-weight: 500; }
.chatuser-detail { padding: 0 35px; }
.user-profile button.close-popup { display: block; font-size: 24px; }
ul.user-status { list-style: none; }
#user-detail-popup { position: absolute; top: 0; width: 310px; background: var(--iq-white); right: 0; overflow: hidden; left: auto; z-index: 9; height: 100%; opacity: 0; transform: translateX(-90%); -webkit-transform: translateX(-90%); transition: all 0.45s ease 0s; -webkit-transition: all 0.45s ease 0s; box-shadow: 0px 0px 20px 0px rgba(44, 101, 144, 0.1); border-radius: 5px; visibility: hidden; }
#user-detail-popup.show { opacity: 1; visibility: visible; transform: translateX(0); -webkit-transform: translateX(0); transition: all 0.45s ease 0s; -webkit-transition: all 0.45s ease 0s; }
#user-detail-popup .user-profile button.close-popup { text-align: right; width: 100%; }
.chat-sidebar-channel h5 { border-bottom: 1px solid var(--iq-border-light); padding-bottom: 10px; }
.chat-sidebar-name h6 { font-size: 14px; }
.chat-sidebar-name span { color: var(--iq-body-text); font-size: 12px; }
button.close-btn-res { display: none; }
div.sidebar-toggle { display: none; }

/*---------------------------------------------------------------------
Profile Page
-----------------------------------------------------------------------*/
.profile-img img { border-radius: 50%; -webkit-border-radius: 50%; border: 1px solid rgba(0, 0, 0, .1); }
.cover-container { position: relative; }
ul.header-nav { position: absolute; left: auto; right: 0; top: auto; bottom: 20px; }
ul.header-nav li { list-style: none; }
ul.header-nav li  a { display: block; list-style: none; height: 40px; width: 40px; background: var(--iq-white); border-radius: 50%; line-height: 40px; text-align: center; color: var(--iq-primary); font-size: 18px; margin: 0 15px 0 0; }
.profile-header .user-detail { position: absolute; left: 0; right: 0; top: auto; bottom: 20px; }
.profile-feed-items li { list-style: none; }
.profile-feed-items li:last-child a { margin: 0; }
.profile-feed-items li a.nav-link { text-decoration: none; text-transform: capitalize; color: var(--iq-secondary); text-align: center; padding: 20px 15px; }
.nav-pills.profile-feed-items li a.active { color: var(--iq-white); background: var(--iq-primary); }
.news-icon { font-size: 18px; margin-right: 20px; }
ul.profile-img-gallary { list-style: none; margin: 0 -1px 0 -4px !important; }
.twit-feed p span i { background: var(--iq-primary); color: var(--iq-white); height: 10px; width: 10px; border-radius: 50%; font-size: 10px; }
.twit-feed .twit-meta-tag { color: var(--iq-primary); }
.twit-feed .media-support-user-img img { height: 50px; }
ul.media-story li > img, ul.media-story li > i { height: 60px; width: 60px; line-height: 60px; text-align: center; border: 1px solid rgba(0, 0, 0, .1); padding: 2px; border-radius: 50%; }
ul.media-story li.active img { border-color: var(--iq-primary); }
.add-suggestion { border: 1px solid var(--iq-primary); height: 40px; width: 40px; border-radius: 50%; text-align: center; line-height: 35px; font-size: 16px; color: var(--iq-primary); }
.suggestions-lists .btn { display: block; }
.feather-icon a, .message-icon a { color: var(--iq-secondary); font-weight: 300; }
.feather-icon a:hover, .message-icon a:hover { color: var(--iq-primary); }
ul.post-comments { list-style: none; }
.comment-activity > a { margin-right: 10px; text-transform: capitalize; color: var(--iq-primary); text-decoration: none; }
form.comment-text { position: relative; }
form.comment-text input { padding-right: 130px; }
.comment-attachment { position: absolute; left: auto; right: 0; font-size: 20px; }
.comment-attachment a { color: var(--iq-body-text); }
#profile-activity .iq-timeline li { margin-bottom: 15px; }
.about-info a, div#profile-profile a { color: var(--iq-body-text); }
.twit-date a { color: var(--iq-body-text); }

/*---------------------------------------------------------------------
Profile Edit 
-----------------------------------------------------------------------*/
.profile-pic { max-width: 100%; display: block; border-radius: 50%; -webkit-border-radius: 50%; }
.profile-img-edit { position: relative; display: inline-block; height: 150px; width: 150px; }
.file-upload { display: none; }
.p-image { position: absolute; top: auto; right: 8px; bottom: 10px; transition: all .3s cubic-bezier(.175, .885, .32, 1.275); background: var(--iq-primary); color: var(--iq-white); border-radius: 50%; height: 30px; width: 30px; line-height: 28px; text-align: center; font-size: 12px; cursor: pointer; }
.upload-button { font-size: 1.5em; }
.iq-edit-profile .nav-link { padding: 20px 15px; border-radius: 0; color: var(--iq-body-text); text-align: center; font-size: 16px; border-left: 1px solid var(--iq-light-primary); }
.iq-edit-profile.nav-pills .nav-link.active, .iq-edit-profile.nav-pills .show>.nav-link { color: var(--iq-white); background: var(--iq-primary); }
ul.iq-edit-profile li:first-child a { border-radius: 5px 0 0 5px; border-left: none; }
ul.iq-edit-profile li:last-child a { border-radius: 0 5px 5px 0; }

/*---------------------------------------------------------------------
Todo Page
-----------------------------------------------------------------------*/
.iq-todo-page .search-link, .iq-todo-right .search-link { position: absolute; top: 0; left: 10px; font-size: 18px; line-height: 43px; color: var(--iq-body-text); }
.iq-todo-page .todo-search, .iq-todo-right .todo-search { padding-left: 35px; }
.add-new-project > a { padding: 0 15px; color: var(--iq-body-text); text-transform: capitalize; text-decoration: none; }
.notification-icon > span { height: 13px; width: 13px; border-radius: 50%; line-height: 15px; font-size: 8px; text-align: center; position: absolute; top: -5px; left: auto; right: -8px; }
.todo-date { font-size: 16px; }
.iq-todo-page ul { list-style: none; }
.iq-todo-page ul li a { color: var(--iq-body-text); text-decoration: none; }
.iq-todo-page ul ul li a { padding-left: 25px; }
.iq-todo-page ul > li > a { padding: 10px 15px; display: block; border-radius: 5px; -webkit-border-radius: 5px; }
.iq-todo-page ul > li[aria-expanded="true"] > a { color: var(--iq-primary); background: var(--iq-light-primary); }
.iq-todo-page ul > li li:hover a, .iq-todo-page ul > li li.active a { color: var(--iq-primary); background: var(--iq-light-primary); }
ul.todo-task-lists li:hover { background: var(--iq-light-primary); transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; }
ul.todo-task-lists li.active-task { background: var(--iq-light-primary); }
.media-support-info p { line-height: normal; }
.todo-task-list .sub-task { display: none; }
.todo-task-list .sub-task.show { display: block; }

/*---------------------------------------------------------------------
Privacy Policy Page
-----------------------------------------------------------------------*/
.privacy-status { }
.input-group .input-group-text { background: var(--iq-light); border: 0px solid var(--iq-border-light); }
.data-privacy { margin: 30px 0; }

/*---------------------------------------------------------------------
User List Page
-----------------------------------------------------------------------*/
.list-user-action a { font-size: 16px; height: 25px; width: 25px; text-align: center; line-height: 25px; margin: 0 3px; display: inline-block; border-radius: 5px; }
#user-list-table.table td { vertical-align: middle; }
.user-list-files a { padding: 10px 15px; margin: 0 0 0 10px; border-radius: 5px; line-height: normal; }
.table-responsive #exampleInputSearch { width: auto; }

/*---------------------------------------------------------------------
Add User Page
-----------------------------------------------------------------------*/
.add-img-user .p-image { position: static; text-align: left; display: block; height: auto; width: auto; background: transparent; margin-top: 20px; }
.img-extension a, .img-extension span { color: var(--iq-body-text); padding: 0 3px; font-size: 13px; }

/*---------------------------------------------------------------------
small sidebar with icon
-----------------------------------------------------------------------*/

.two-sidebar .iq-top-navbar .iq-navbar-custom  .iq-menu-bt .wrapper-menu { display: none;  }
.two-sidebar .iq-sidebar-small { z-index: 1030; position: fixed; width: 60px; height: 100vh; top: 0; left: 0; padding: 20px 0; display: flex; flex-direction: column; justify-content: space-between; text-align: center; background: #2f4d80 !important; }
.two-sidebar .iq-sidebar-small .iq-sidebar-small-logo { padding: 0 7px; margin-bottom: 5px; }
.sidebar-menu-icon { display: flex; flex-direction: column; }
.sidebar-menu-icon > a { font-size: 18px; display: block; padding: 5px 0; color: var(--iq-white); }
.two-sidebar .iq-menu-bt { width: 40px; margin: 0 auto; line-height: 17px; font-size: 20px; background: var(--iq-white); }
.menu-open { opacity: 0; position: absolute; top: 0; left: 0; right: 0; text-align: center; margin: 0 auto; border-radius: 5px; }
.wrapper-menu.open .menu-close { opacity: 0; }
.wrapper-menu.open .menu-open { opacity: 1; }

.two-sidebar .iq-sidebar { margin-left: 60px; top: 0px; }
body.two-sidebar.sidebar-main .iq-sidebar { width: 0px; }
.two-sidebar .content-page { margin-left: 320px; }
.two-sidebar.sidebar-main .content-page { margin-left: 60px;  }


.two-sidebar .iq-timeline li .timeline-dots,.iq-page-menu-horizontal .iq-timeline li .timeline-dots { height: 10px; width: 10px; left: -44px; }


/*-----------------------------------------------------------------
                          Horizontal  Menu Page
  ------------------------------------------------------------------- */

.iq-page-menu-horizontal .iq-box-relative { overflow: visible;  }
.iq-page-menu-horizontal .iq-box-absolute { left: 10px; right: auto; line-height: 58px; }


/*-----------------------------------------------------------------
                          Two Sidebar Page
  ------------------------------------------------------------------- */

.two-sidebar .iq-icon-box { height: 40px; width: 40px; font-size: 24px; line-height: 38px; margin-right: 20px; }

/*-----------------------------------------------------------------
                          Custom
  ------------------------------------------------------------------- */

.action-btn {
    border: 1px solid transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 2px;
    width: 32px;
    height: 32px;
    border-radius: 6px;
    line-height: 30px;
    text-align: center;
    font-size: 12px;
    transition: .3s;
    flex: 32px 0 0;
    background: #fff;
    color: var(--iq-primary);
    text-decoration: none;
    padding: 5px!important;
}

.action-btn.disabled {
    color: var(--iq-secondary);
    cursor: not-allowed;
    pointer-events: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.action-btn.action-edit {
    background: none;
    border: 1px solid transparent;
}

.action-btn.action-trash {
    background: none;
    border: 1px solid transparent;
}

.action-btn.action-dropdown {
    background: none;
    border: 1px solid transparent;
}

.action-btn.action-perm {
    padding: 5px;
    background: none;
    border:none;
}

.action-btn.action-edit:hover {
    border: 1px solid var(--iq-primary);
    color: var(--iq-primary);
    transition: .3s;
}

.action-btn.action-trash:hover {
    color: var(--iq-danger);
    border: 1px solid var(--iq-danger);
    transition: .3s;
}

.action-btn.action-dropdown:hover {
    color: var(--iq-primary);
    border: 1px solid var(--iq-primary);
    transition: .3s;
}

.action-btn.action-perm:hover {
    border: 1px solid var(--iq-primary);
    color: var(--iq-primary);
    transition: .3s;
}

.table-searchbar {
  display: flex;
  justify-content: flex-end;
}

.table-searchbar .searchbox {
  width: 200px;
  position: relative;
}

.table-searchbar .search-input {
  width: 100%;
  border: 1px solid var(--iq-border-dark);
  border-radius: 4px;
}

.table-searchbar .search-reset-btn {
  border: none;
  background: none;
}

.table-searchbar .search-search-btn {
  border: none;
  background: none;
}

.table-searchbar .searchbox .search-link {
  position: absolute;
  left: 15px;
  top: 6px;
  font-size: 16px;
  text-decoration: none;
}


/* SELECT 2 custom */
.select2, select {
  width: 100% !important;
}

/* Избавиться от добавления атрибута data-select2 */
.select2-container .select2-selection {
  overflow: hidden;
}

.select2-container .select2-selection--single {
  /* height: calc(3.5rem + 2px) !important; */
  /* height: 45px !important; */
  align-text: center;
}
.select2-container--default .select2-selection--single {
   border: 1px solid var(--iq-border-dark);
   padding: .375rem .75rem;
   height: 38px;
}
.select2-container--default.select2-container--disabled .select2-selection--single,
.select2-container--default.select2-container--disabled .select2-selection--multiple{
    background-color: #f3f5f9;
    opacity: 1;
}
.select2-container--default .select2-selection--multiple{
   border: 1px solid var(--iq-border-dark);
   padding: .175rem .75rem;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background: var(--iq-blue-light);
}

.select2-container--default .select2-selection--single .select2-selection__rendered, .select2-selection__arrow {
   /* margin-top: calc((45px - 28px) / 2); */
}
.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 7px;
}
.custom-select2+span.select2-container .select2-selection--single .select2-selection__clear {
    top: -3px;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    padding-right: 15px;
}

.select2-search--dropdown {
    padding-top: 0!important;
}

.select2-container .select2-selection--multiple .select2-search:only-of-type {
    /* width: 100%; */
}

.select2-container .select2-selection--multiple .select2-search:not(:only-of-type) {
    width: 0px;
}

.select2-container .select2-selection--multiple input:placeholder-shown {
  width: 100% !important;
}

select[readonly].select2-hidden-accessible + .select2-container {
    pointer-events: none;
    touch-action: none;
}

select[readonly].select2-hidden-accessible + .select2-container .select2-selection {
    background: #eee;
    box-shadow: none;
}

select[readonly].select2-hidden-accessible + .select2-container .select2-selection__arrow, select[readonly].select2-hidden-accessible + .select2-container .select2-selection__clear {
    display: none;
}

#id_kanban_item_form-badge_class + .select2-container .select2-selection--single {
    padding: 0!important;
    height: inherit;
}
#id_kanban_item_form-badge_class + .select2-container .select2-selection__rendered {
    padding: 0.375rem 0.75rem 0 0.375rem!important;
}

#id_order_status_form-badge_class + .select2-container .select2-selection--single {
    padding: 0!important;
    height: inherit;
}
#id_order_status_form-badge_class + .select2-container .select2-selection__rendered {
    padding: 0.375rem 0.75rem 0 0.375rem!important;
}

.order-item-select-container .select2-results .select2-results__options .loading-results{
    display: none!important;
    background: red!important;
}

#id_order-form .iq-card {
}

/*
.select2-container--open .select2-selection--single {
    border: 1px solid var(--iq-info-dark);
}

.form-control:focus {
    border: 1px solid var(--iq-info-dark);
}

*/

/*
.select2-container .select2-selection__rendered{
  height: 45px !important;
  align-text: center;
}

.select2-container .select2-selection__rendered {
  display: flex !important;
  justify-content: start !important;
  align-items: center !important;
}




.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 50%;
    height: 0;
}
*/

.form-control {
    /* height: 40px; */
    border: 1px solid var(--iq-border-dark);
    background: var(--iq-white);
}

.form-control:hover {
}

 /* Чтобы Select2 не выходит за пределы контейнера */
.input-group .select2-container {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
    display: table;
    table-layout: fixed;
}

.input-group .input-group-append {
    border: 1px solid var(--iq-border-dark);
}

.input-group .input-group-append button {
    height: 100%;
    width: 100%;
}

.input-group-append {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    margin-left: -1px;
}

.input-group-append .btn {
    position: relative;
    z-index: 2;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group-value {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
}

.form-check-input {
    width: 1.1rem;
    height: 1.1rem;
    margin-top: 0;
    cursor: pointer;
}
/*
textarea.form-control {
    line-height: 30px;
} */

.nav-fill#order-form-tabs .nav-item .nav-link {
    height: 55px;
}

.nav-fill#order-form-tabs .nav-item .nav-link.active {
    color: var(--iq-white) !important;
    background-color: var(--iq-info-dark);
}

.label-absolute > label {
    background: #fff;
    font-size: .7rem;
    position: absolute;
    padding: 2px 3px;
    border-radius: 3px;
    line-height: 1;
    top: -6px;
    left: 0px;
    margin: 0 0 0 6px;
    z-index: 5;
    var(--iq-primary);
    font-weight: 600;
}

.label-absolute {
    position: relative;
}

label {
    font-weight: 400;
    display: inline-block;
}

.tab-pane h5 {
    /* color: var(--iq-info-dark); */
}


#id_order_services_formset.order_services_formset_default  .order_fs_fieldset_row.order_fs_fieldset_row_header .order_fs_fieldset_col:nth-child(1) {
    width: calc(30% + 35px);
}
#id_order_services_formset.order_services_formset_default  .order_fs_fieldset_row.order_fs_fieldset_row_header .order_fs_fieldset_col:nth-child(2) {
    width: 12%;
}
#id_order_services_formset.order_services_formset_default  .order_fs_fieldset_row.order_fs_fieldset_row_header .order_fs_fieldset_col:nth-child(3) {
    width: 8%;
}
#id_order_services_formset.order_services_formset_default  .order_fs_fieldset_row.order_fs_fieldset_row_header .order_fs_fieldset_col:nth-child(4) {
    width: 16%;
}
#id_order_services_formset.order_services_formset_default  .order_fs_fieldset_row.order_fs_fieldset_row_header .order_fs_fieldset_col:nth-child(5) {
    width: 8%;
}
#id_order_services_formset.order_services_formset_default  .order_fs_fieldset_row.order_fs_fieldset_row_header .order_fs_fieldset_col:nth-child(6) {
    width: 8%;
}
#id_order_services_formset.order_services_formset_default  .order_fs_fieldset_row.order_fs_fieldset_row_header .order_fs_fieldset_col:nth-child(7) {
    width: 8%;
}
#id_order_services_formset.order_services_formset_default  .order_fs_fieldset_row.order_fs_fieldset_row_header .order_fs_fieldset_col:nth-child(8) {
    display: none;
}
#id_order_services_formset.order_services_formset_default  .order_fs_fieldset_row.order_fs_fieldset_row_header .order_fs_fieldset_col:nth-child(9) {
    width: 5%;
}

#id_order_services_formset.order_services_formset_default .order_fs_fieldset_row.order_fs_fieldset_row_body .order_fs_fieldset_col:nth-child(1) {
    margin: auto 0;
    width: 35px;
}
#id_order_services_formset.order_services_formset_default  .order_fs_fieldset_row.order_fs_fieldset_row_body .order_fs_fieldset_col:nth-child(2) {
    width: 30%;
}
#id_order_services_formset.order_services_formset_default  .order_fs_fieldset_row.order_fs_fieldset_row_body .order_fs_fieldset_col:nth-child(3) {
    width: 12%;
}
#id_order_services_formset.order_services_formset_default  .order_fs_fieldset_row.order_fs_fieldset_row_body .order_fs_fieldset_col:nth-child(4) {
    width: 8%;
}
#id_order_services_formset.order_services_formset_default  .order_fs_fieldset_row.order_fs_fieldset_row_body .order_fs_fieldset_col:nth-child(5) {
    width: 16%;
}
#id_order_services_formset.order_services_formset_default  .order_fs_fieldset_row.order_fs_fieldset_row_body .order_fs_fieldset_col:nth-child(6) {
    width: 8%;
}
#id_order_services_formset.order_services_formset_default  .order_fs_fieldset_row.order_fs_fieldset_row_body .order_fs_fieldset_col:nth-child(7) {
    width: 8%;
}
#id_order_services_formset.order_services_formset_default  .order_fs_fieldset_row.order_fs_fieldset_row_body .order_fs_fieldset_col:nth-child(8) {
    width: 8%;
}
#id_order_services_formset.order_services_formset_default  .order_fs_fieldset_row.order_fs_fieldset_row_body .order_fs_fieldset_col:nth-child(9) {
    display: none;
}
#id_order_services_formset.order_services_formset_default  .order_fs_fieldset_row.order_fs_fieldset_row_body .order_fs_fieldset_col:nth-child(10) {
    width: 5%;
}

#id_order_services_formset.order_services_formset_default .order_fs_fieldset_row.order_fs_fieldset_row_footer .order_fs_fieldset_col:nth-child(1) {
    width: calc(66% + 35px);
}
#id_order_services_formset.order_services_formset_default .order_fs_fieldset_row.order_fs_fieldset_row_footer .order_fs_fieldset_col:nth-child(2) {
    width: 8%;
}
#id_order_services_formset.order_services_formset_default .order_fs_fieldset_row.order_fs_fieldset_row_footer .order_fs_fieldset_col:nth-child(3) {
    width: 8%;
}
#id_order_services_formset.order_services_formset_default .order_fs_fieldset_row.order_fs_fieldset_row_footer .order_fs_fieldset_col:nth-child(4) {
    width: 8%;
}
#id_order_services_formset.order_services_formset_default .order_fs_fieldset_row.order_fs_fieldset_row_footer .order_fs_fieldset_col:nth-child(5) {
    width: 5%;
}

#id_order_services_formset.order_services_formset_extended  .order_fs_fieldset_row.order_fs_fieldset_row_header .order_fs_fieldset_col:nth-child(1) {
    width: calc(20% + 35px);
}
#id_order_services_formset.order_services_formset_extended  .order_fs_fieldset_row.order_fs_fieldset_row_header .order_fs_fieldset_col:nth-child(2) {
    width: 10%;
}
#id_order_services_formset.order_services_formset_extended  .order_fs_fieldset_row.order_fs_fieldset_row_header .order_fs_fieldset_col:nth-child(3) {
    width: 10%;
}
#id_order_services_formset.order_services_formset_extended  .order_fs_fieldset_row.order_fs_fieldset_row_header .order_fs_fieldset_col:nth-child(4) {
    width: 15%;
}
#id_order_services_formset.order_services_formset_extended  .order_fs_fieldset_row.order_fs_fieldset_row_header .order_fs_fieldset_col:nth-child(5) {
    width: 8%;
}
#id_order_services_formset.order_services_formset_extended  .order_fs_fieldset_row.order_fs_fieldset_row_header .order_fs_fieldset_col:nth-child(6) {
    width: 8%;
}
#id_order_services_formset.order_services_formset_extended  .order_fs_fieldset_row.order_fs_fieldset_row_header .order_fs_fieldset_col:nth-child(7) {
    width: 8%;
}
#id_order_services_formset.order_services_formset_extended  .order_fs_fieldset_row.order_fs_fieldset_row_header .order_fs_fieldset_col:nth-child(8) {
    width: 11%;
}
#id_order_services_formset.order_services_formset_extended  .order_fs_fieldset_row.order_fs_fieldset_row_header .order_fs_fieldset_col:nth-child(9) {
    width: 5%;
}

#id_order_services_formset.order_services_formset_extended .order_fs_fieldset_row.order_fs_fieldset_row_body .order_fs_fieldset_col:nth-child(1) {
    margin: auto 0;
    width: 35px;
}
#id_order_services_formset.order_services_formset_extended  .order_fs_fieldset_row.order_fs_fieldset_row_body .order_fs_fieldset_col:nth-child(2) {
    width: 20%;
}
#id_order_services_formset.order_services_formset_extended  .order_fs_fieldset_row.order_fs_fieldset_row_body .order_fs_fieldset_col:nth-child(3) {
    width: 10%;
}
#id_order_services_formset.order_services_formset_extended  .order_fs_fieldset_row.order_fs_fieldset_row_body .order_fs_fieldset_col:nth-child(4) {
    width: 10%;
}
#id_order_services_formset.order_services_formset_extended  .order_fs_fieldset_row.order_fs_fieldset_row_body .order_fs_fieldset_col:nth-child(5) {
    width: 15%;
}
#id_order_services_formset.order_services_formset_extended  .order_fs_fieldset_row.order_fs_fieldset_row_body .order_fs_fieldset_col:nth-child(6) {
    width: 8%;
}
#id_order_services_formset.order_services_formset_extended  .order_fs_fieldset_row.order_fs_fieldset_row_body .order_fs_fieldset_col:nth-child(7) {
    width: 8%;
}
#id_order_services_formset.order_services_formset_extended  .order_fs_fieldset_row.order_fs_fieldset_row_body .order_fs_fieldset_col:nth-child(8) {
    width: 8%;
}
#id_order_services_formset.order_services_formset_extended  .order_fs_fieldset_row.order_fs_fieldset_row_body .order_fs_fieldset_col:nth-child(9) {
    width: 11%;
}
#id_order_services_formset.order_services_formset_extended  .order_fs_fieldset_row.order_fs_fieldset_row_body .order_fs_fieldset_col:nth-child(10) {
    width: 5%;
}

#id_order_services_formset.order_services_formset_extended .order_fs_fieldset_row.order_fs_fieldset_row_footer .order_fs_fieldset_col:nth-child(1) {
    width: calc(55% + 35px);
}
#id_order_services_formset.order_services_formset_extended .order_fs_fieldset_row.order_fs_fieldset_row_footer .order_fs_fieldset_col:nth-child(2) {
    width: 8%;
}
#id_order_services_formset.order_services_formset_extended .order_fs_fieldset_row.order_fs_fieldset_row_footer .order_fs_fieldset_col:nth-child(3) {
    width: 8%;
}
#id_order_services_formset.order_services_formset_extended .order_fs_fieldset_row.order_fs_fieldset_row_footer .order_fs_fieldset_col:nth-child(4) {
    width: 8%;
}
#id_order_services_formset.order_services_formset_extended .order_fs_fieldset_row.order_fs_fieldset_row_footer .order_fs_fieldset_col:nth-child(5) {
    width: 16%;
}

#id_order_products_formset  .order_fs_fieldset_row.order_fs_fieldset_row_header .order_fs_fieldset_col:nth-child(1) {
    width: calc(30% + 35px);
}
#id_order_products_formset  .order_fs_fieldset_row.order_fs_fieldset_row_header .order_fs_fieldset_col:nth-child(2) {
    width: 12%;
}
#id_order_products_formset  .order_fs_fieldset_row.order_fs_fieldset_row_header .order_fs_fieldset_col:nth-child(3) {
    width: 8%;
}
#id_order_products_formset  .order_fs_fieldset_row.order_fs_fieldset_row_header .order_fs_fieldset_col:nth-child(4) {
    width: 8%;
}
#id_order_products_formset  .order_fs_fieldset_row.order_fs_fieldset_row_header .order_fs_fieldset_col:nth-child(5) {
    width: 8%;
}
#id_order_products_formset  .order_fs_fieldset_row.order_fs_fieldset_row_header .order_fs_fieldset_col:nth-child(6) {
    width: 8%;
}
#id_order_products_formset  .order_fs_fieldset_row.order_fs_fieldset_row_header .order_fs_fieldset_col:nth-child(7) {
    width: 8%;
}
#id_order_products_formset  .order_fs_fieldset_row.order_fs_fieldset_row_header .order_fs_fieldset_col:nth-child(8) {
    width: 8%;
}
#id_order_products_formset  .order_fs_fieldset_row.order_fs_fieldset_row_header .order_fs_fieldset_col:nth-child(9) {
    width: 5%;
}

#id_order_products_formset .order_fs_fieldset_row.order_fs_fieldset_row_body .order_fs_fieldset_col:nth-child(1) {
    margin: auto 0;
    width: 35px;
}
#id_order_products_formset .order_fs_fieldset_row.order_fs_fieldset_row_body .order_fs_fieldset_col:nth-child(2) {
    width: 30%;
}
#id_order_products_formset .order_fs_fieldset_row.order_fs_fieldset_row_body .order_fs_fieldset_col:nth-child(3) {
    width: 12%;
}
#id_order_products_formset .order_fs_fieldset_row.order_fs_fieldset_row_body .order_fs_fieldset_col:nth-child(4) {
    width: 8%;
}
#id_order_products_formset .order_fs_fieldset_row.order_fs_fieldset_row_body .order_fs_fieldset_col:nth-child(5) {
    width: 8%;
}
#id_order_products_formset .order_fs_fieldset_row.order_fs_fieldset_row_body .order_fs_fieldset_col:nth-child(6) {
    width: 8%;
}
#id_order_products_formset .order_fs_fieldset_row.order_fs_fieldset_row_body .order_fs_fieldset_col:nth-child(7) {
    width: 8%;
}
#id_order_products_formset .order_fs_fieldset_row.order_fs_fieldset_row_body .order_fs_fieldset_col:nth-child(8) {
    width: 8%;
}
#id_order_products_formset .order_fs_fieldset_row.order_fs_fieldset_row_body .order_fs_fieldset_col:nth-child(9) {
    width: 8%;
}
#id_order_products_formset .order_fs_fieldset_row.order_fs_fieldset_row_body .order_fs_fieldset_col:nth-child(10) {
    width: 5%;
}

#id_order_products_formset .order_fs_fieldset_row.order_fs_fieldset_row_footer .order_fs_fieldset_col:nth-child(1) {
    width: calc(66% + 35px);
}
#id_order_products_formset .order_fs_fieldset_row.order_fs_fieldset_row_footer .order_fs_fieldset_col:nth-child(2) {
    width: 8%;
}
#id_order_products_formset .order_fs_fieldset_row.order_fs_fieldset_row_footer .order_fs_fieldset_col:nth-child(3) {
    width: 8%;
}
#id_order_products_formset .order_fs_fieldset_row.order_fs_fieldset_row_footer .order_fs_fieldset_col:nth-child(4) {
    width: 8%;
}
#id_order_products_formset .order_fs_fieldset_row.order_fs_fieldset_row_footer .order_fs_fieldset_col:nth-child(5) {
    width: 5%;
}

.salary-accruals-formset-default .accruals-fieldset-row.accruals-fieldset-row-header .accruals-fieldset-col:nth-child(1) {
    width: 3%;
}
.salary-accruals-formset-default .accruals-fieldset-row.accruals-fieldset-row-header .accruals-fieldset-col:nth-child(2) {
    width: 10%;
}
.salary-accruals-formset-default .accruals-fieldset-row.accruals-fieldset-row-header .accruals-fieldset-col:nth-child(3) {
    width: 7%;
}
.salary-accruals-formset-default .accruals-fieldset-row.accruals-fieldset-row-header .accruals-fieldset-col:nth-child(4) {
    width: 7%;
}
.salary-accruals-formset-default .accruals-fieldset-row.accruals-fieldset-row-header .accruals-fieldset-col:nth-child(5) {
    width: 10%;
}
.salary-accruals-formset-default .accruals-fieldset-row.accruals-fieldset-row-header .accruals-fieldset-col:nth-child(6) {
    width: 21%;
}
.salary-accruals-formset-default .accruals-fieldset-row.accruals-fieldset-row-header .accruals-fieldset-col:nth-child(7) {
    width: 7%;
}
.salary-accruals-formset-default .accruals-fieldset-row.accruals-fieldset-row-header .accruals-fieldset-col:nth-child(8) {
    width: 7%;
}
.salary-accruals-formset-default .accruals-fieldset-row.accruals-fieldset-row-header .accruals-fieldset-col:nth-child(9) {
    width: 7%;
}
.salary-accruals-formset-default .accruals-fieldset-row.accruals-fieldset-row-header .accruals-fieldset-col:nth-child(10) {
    width: 7%;
}
.salary-accruals-formset-default .accruals-fieldset-row.accruals-fieldset-row-header .accruals-fieldset-col:nth-child(11) {
    width: 7%;
}
.salary-accruals-formset-default .accruals-fieldset-row.accruals-fieldset-row-header .accruals-fieldset-col:nth-child(12) {
    width: 7%;
}

.salary-accruals-formset-default .accruals-fieldset-row.accruals-fieldset-row-body .accruals-fieldset-col:nth-child(1) {
    width: 3%;
}
.salary-accruals-formset-default .accruals-fieldset-row.accruals-fieldset-row-body .accruals-fieldset-col:nth-child(2) {
    width: 10%;
}
.salary-accruals-formset-default .accruals-fieldset-row.accruals-fieldset-row-body .accruals-fieldset-col:nth-child(3) {
    width: 7%;
}
.salary-accruals-formset-default .accruals-fieldset-row.accruals-fieldset-row-body .accruals-fieldset-col:nth-child(4) {
    width: 7%;
}
.salary-accruals-formset-default .accruals-fieldset-row.accruals-fieldset-row-body .accruals-fieldset-col:nth-child(5) {
    width: 10%;
}
.salary-accruals-formset-default .accruals-fieldset-row.accruals-fieldset-row-body .accruals-fieldset-col:nth-child(6) {
    width: 21%;
}
.salary-accruals-formset-default .accruals-fieldset-row.accruals-fieldset-row-body .accruals-fieldset-col:nth-child(7) {
    width: 7%;
}
.salary-accruals-formset-default .accruals-fieldset-row.accruals-fieldset-row-body .accruals-fieldset-col:nth-child(8) {
    width: 7%;
}
.salary-accruals-formset-default .accruals-fieldset-row.accruals-fieldset-row-body .accruals-fieldset-col:nth-child(9) {
    width: 7%;
}
.salary-accruals-formset-default .accruals-fieldset-row.accruals-fieldset-row-body .accruals-fieldset-col:nth-child(10) {
    width: 7%;
}
.salary-accruals-formset-default .accruals-fieldset-row.accruals-fieldset-row-body .accruals-fieldset-col:nth-child(11) {
    width: 7%;
}
.salary-accruals-formset-default .accruals-fieldset-row.accruals-fieldset-row-body .accruals-fieldset-col:nth-child(12) {
    width: 7%;
}


.salary-accruals-formset-default .accruals-fieldset-row.accruals-fieldset-row-footer .accruals-fieldset-col:nth-child(1) {
    width: 72%;
}
.salary-accruals-formset-default .accruals-fieldset-row.accruals-fieldset-row-footer .accruals-fieldset-col:nth-child(2) {
    width: 7%;
}
.salary-accruals-formset-default .accruals-fieldset-row.accruals-fieldset-row-footer .accruals-fieldset-col:nth-child(3) {
    width: 7%;
}
.salary-accruals-formset-default .accruals-fieldset-row.accruals-fieldset-row-footer .accruals-fieldset-col:nth-child(4) {
    width: 7%;
}
.salary-accruals-formset-default .accruals-fieldset-row.accruals-fieldset-row-footer .accruals-fieldset-col:nth-child(5) {
    width: 7%;
}

#id_order_repayments_formset .order_fs_fieldset_row.order_fs_fieldset_row_header .order_fs_fieldset_col:nth-child(1) {
    width: calc(15% + 35px);
}
#id_order_repayments_formset .order_fs_fieldset_row.order_fs_fieldset_row_header .order_fs_fieldset_col:nth-child(2) {
    width: 15%;
}
#id_order_repayments_formset .order_fs_fieldset_row.order_fs_fieldset_row_header .order_fs_fieldset_col:nth-child(3) {
    width: 15%;
}
#id_order_repayments_formset .order_fs_fieldset_row.order_fs_fieldset_row_header .order_fs_fieldset_col:nth-child(4) {
    width: 20%;
}
#id_order_repayments_formset .order_fs_fieldset_row.order_fs_fieldset_row_header .order_fs_fieldset_col:nth-child(5) {
    width: 25%;
}
#id_order_repayments_formset .order_fs_fieldset_row.order_fs_fieldset_row_header .order_fs_fieldset_col:nth-child(6) {
    width: 5%;
}

#id_order_repayments_formset .order_fs_fieldset_row.order_fs_fieldset_row_body .order_fs_fieldset_col:nth-child(1) {
    margin: auto 0;
    width: 35px;
}
#id_order_repayments_formset .order_fs_fieldset_row.order_fs_fieldset_row_body .order_fs_fieldset_col:nth-child(2) {
    width: 15%;
}
#id_order_repayments_formset .order_fs_fieldset_row.order_fs_fieldset_row_body .order_fs_fieldset_col:nth-child(3) {
    width: 15%;
}
#id_order_repayments_formset .order_fs_fieldset_row.order_fs_fieldset_row_body .order_fs_fieldset_col:nth-child(4) {
    width: 15%;
}
#id_order_repayments_formset .order_fs_fieldset_row.order_fs_fieldset_row_body .order_fs_fieldset_col:nth-child(5) {
    width: 20%;
}
#id_order_repayments_formset .order_fs_fieldset_row.order_fs_fieldset_row_body .order_fs_fieldset_col:nth-child(6) {
    width: 25%;
}
#id_order_repayments_formset .order_fs_fieldset_row.order_fs_fieldset_row_body .order_fs_fieldset_col:nth-child(7) {
    width: 5%;
}

#id_order_repayments_formset .order_fs_fieldset_row.order_fs_fieldset_row_footer .order_fs_fieldset_col:nth-child(1) {
    width: calc(45% + 35px);
}
#id_order_repayments_formset .order_fs_fieldset_row.order_fs_fieldset_row_footer .order_fs_fieldset_col:nth-child(2) {
    width: 20%;
}
#id_order_repayments_formset .order_fs_fieldset_row.order_fs_fieldset_row_footer .order_fs_fieldset_col:nth-child(3) {
    width: 25%;
}
#id_order_repayments_formset .order_fs_fieldset_row.order_fs_fieldset_row_footer .order_fs_fieldset_col:nth-child(4) {
    width: 5%;
}

#id_order_documents_formset .order_fs_fieldset_row.order_fs_fieldset_row_header .order_fs_fieldset_col:nth-child(1) {
    width: calc(50% + 35px);
}
#id_order_documents_formset .order_fs_fieldset_row.order_fs_fieldset_row_header .order_fs_fieldset_col:nth-child(2) {
    width: 40%;
}
#id_order_documents_formset .order_fs_fieldset_row.order_fs_fieldset_row_header .order_fs_fieldset_col:nth-child(3) {
    width: 5%;
}

#id_order_documents_formset .order_fs_fieldset_row.order_fs_fieldset_row_body .order_fs_fieldset_col:nth-child(1) {
    margin: auto 0;
    width: 35px;
}
#id_order_documents_formset .order_fs_fieldset_row.order_fs_fieldset_row_body .order_fs_fieldset_col:nth-child(2) {
    width: 50%;
}
#id_order_documents_formset .order_fs_fieldset_row.order_fs_fieldset_row_body .order_fs_fieldset_col:nth-child(3) {
    width: 40%;
}
#id_order_documents_formset .order_fs_fieldset_row.order_fs_fieldset_row_body .order_fs_fieldset_col:nth-child(4) {
    width: 5%;
}

#id_salary-services-table table.salary-services-table-extended colgroup col:nth-child(1) {
    width: 3%;
}
#id_salary-services-table table.salary-services-table-extended colgroup col:nth-child(2) {
    width: 5%;
}
#id_salary-services-table table.salary-services-table-extended colgroup col:nth-child(3) {
    width: 9%;
}
#id_salary-services-table table.salary-services-table-extended colgroup col:nth-child(4) {
    width: 9%;
}
#id_salary-services-table table.salary-services-table-extended colgroup col:nth-child(5) {
    width: 9%;
}
#id_salary-services-table table.salary-services-table-extended colgroup col:nth-child(6) {
    width: 9%;
}
#id_salary-services-table table.salary-services-table-extended colgroup col:nth-child(7) {
    width: 16%;
}
#id_salary-services-table table.salary-services-table-extended colgroup col:nth-child(8) {
    width: 5%;
}
#id_salary-services-table table.salary-services-table-extended colgroup col:nth-child(9) {
    width: 5%;
}
#id_salary-services-table table.salary-services-table-extended colgroup col:nth-child(10) {
    width: 5%;
}
#id_salary-services-table table.salary-services-table-extended colgroup col:nth-child(11) {
    width: 10%;
}
#id_salary-services-table table.salary-services-table-extended colgroup col:nth-child(12) {
    width: 10%;
}
#id_salary-services-table table.salary-services-table-extended colgroup col:nth-child(13) {
    width: 5%;
}


#id_salary-services-table table.salary-services-table-default colgroup col:nth-child(1) {
    width: 3%;
}
#id_salary-services-table table.salary-services-table-default colgroup col:nth-child(2) {
    width: 10%;
}
#id_salary-services-table table.salary-services-table-default colgroup col:nth-child(3) {
    width: 10%;
}
#id_salary-services-table table.salary-services-table-default colgroup col:nth-child(4) {
    width: 9%;
}
#id_salary-services-table table.salary-services-table-default colgroup col:nth-child(5) {
    width: 9%;
}
#id_salary-services-table table.salary-services-table-default colgroup col:nth-child(6) {
    width: 18%;
}
#id_salary-services-table table.salary-services-table-default colgroup col:nth-child(7) {
    width: 5%;
}
#id_salary-services-table table.salary-services-table-default colgroup col:nth-child(8) {
    width: 5%;
}
#id_salary-services-table table.salary-services-table-default colgroup col:nth-child(9) {
    width: 5%;
}
#id_salary-services-table table.salary-services-table-default colgroup col:nth-child(10) {
    width: 10%;
}
#id_salary-services-table table.salary-services-table-default colgroup col:nth-child(11) {
    width: 10%;
}
#id_salary-services-table table.salary-services-table-default colgroup col:nth-child(12) {
    width: 5%;
}

#id_salary-accrual-details-table table.salary-accrual-details-table-extended colgroup col:nth-child(1) {
    width: 3%;
}
#id_salary-accrual-details-table table.salary-accrual-details-table-extended colgroup col:nth-child(2) {
    width: 5%;
}
#id_salary-accrual-details-table table.salary-accrual-details-table-extended colgroup col:nth-child(3) {
    width: 10%;
}
#id_salary-accrual-details-table table.salary-accrual-details-table-extended colgroup col:nth-child(4) {
    width: 13%;
}
#id_salary-accrual-details-table table.salary-accrual-details-table-extended colgroup col:nth-child(5) {
    width: 13%;
}
#id_salary-accrual-details-table table.salary-accrual-details-table-extended colgroup col:nth-child(6) {
    width: 18%;
}
#id_salary-accrual-details-table table.salary-accrual-details-table-extended colgroup col:nth-child(7) {
    width: 5%;
}
#id_salary-accrual-details-table table.salary-accrual-details-table-extended colgroup col:nth-child(8) {
    width: 7%;
}
#id_salary-accrual-details-table table.salary-accrual-details-table-extended colgroup col:nth-child(9) {
    width: 7%;
}
#id_salary-accrual-details-table table.salary-accrual-details-table-extended colgroup col:nth-child(10) {
    width: 7%;
}
#id_salary-accrual-details-table table.salary-accrual-details-table-extended colgroup col:nth-child(11) {
    width: 7%;
}
#id_salary-accrual-details-table table.salary-accrual-details-table-extended colgroup col:nth-child(12) {
    width: 5%;
}

#id_salary-accrual-details-table table.salary-accrual-details-table-default colgroup col:nth-child(1) {
    width: 3%;
}
#id_salary-accrual-details-table table.salary-accrual-details-table-default colgroup col:nth-child(2) {
    width: 10%;
}
#id_salary-accrual-details-table table.salary-accrual-details-table-default colgroup col:nth-child(3) {
    width: 15%;
}
#id_salary-accrual-details-table table.salary-accrual-details-table-default colgroup col:nth-child(4) {
    width: 15%;
}
#id_salary-accrual-details-table table.salary-accrual-details-table-default colgroup col:nth-child(5) {
    width: 15%;
}
#id_salary-accrual-details-table table.salary-accrual-details-table-default colgroup col:nth-child(6) {
    width: 21%;
}
#id_salary-accrual-details-table table.salary-accrual-details-table-default colgroup col:nth-child(7) {
    width: 8%;
}
#id_salary-accrual-details-table table.salary-accrual-details-table-default colgroup col:nth-child(8) {
    width: 8%;
}
#id_salary-accrual-details-table table.salary-accrual-details-table-default colgroup col:nth-child(10) {
    width: 5%;
}

#id_salary-services-table table.salary-services-table-default tbody tr.click td:first-child {
    display: none;
}

#id_salary-services-table table.salary-services-table-default thead tr th:first-child {
    display: none;
}

#id_salary-accrual-details-table table.salary-accrual-details-table-default tbody tr.click td:first-child {
    display: none;
}

#id_salary-accrual-details-table table.salary-accrual-details-table-default thead tr th:first-child {
    display: none;
}

#id_salary_repayments_formset .fieldset-table-header .fieldset-table-row .fieldset-table-col:nth-child(1),
#id_salary_repayments_formset .fieldset-table-body .fieldset-table-row .fieldset-table-col:nth-child(1) {
    width: 3%;
}
#id_salary_repayments_formset .fieldset-table-header .fieldset-table-row .fieldset-table-col:nth-child(2),
#id_salary_repayments_formset .fieldset-table-body .fieldset-table-row .fieldset-table-col:nth-child(2) {
    width: 15%;
}
#id_salary_repayments_formset .fieldset-table-header .fieldset-table-row .fieldset-table-col:nth-child(3),
#id_salary_repayments_formset .fieldset-table-body .fieldset-table-row .fieldset-table-col:nth-child(3) {
    width: 15%;
}
#id_salary_repayments_formset .fieldset-table-header .fieldset-table-row .fieldset-table-col:nth-child(4),
#id_salary_repayments_formset .fieldset-table-body .fieldset-table-row .fieldset-table-col:nth-child(4) {
    width: 15%;
}
#id_salary_repayments_formset .fieldset-table-header .fieldset-table-row .fieldset-table-col:nth-child(5),
#id_salary_repayments_formset .fieldset-table-body .fieldset-table-row .fieldset-table-col:nth-child(5) {
    width: 10%;
}
#id_salary_repayments_formset .fieldset-table-header .fieldset-table-row .fieldset-table-col:nth-child(6),
#id_salary_repayments_formset .fieldset-table-body .fieldset-table-row .fieldset-table-col:nth-child(6) {
    width: 24%;
}
#id_salary_repayments_formset .fieldset-table-header .fieldset-table-row .fieldset-table-col:nth-child(7),
#id_salary_repayments_formset .fieldset-table-body .fieldset-table-row .fieldset-table-col:nth-child(7) {
    width: 6%;
}
#id_salary_repayments_formset .fieldset-table-header .fieldset-table-row .fieldset-table-col:nth-child(8),
#id_salary_repayments_formset .fieldset-table-body .fieldset-table-row .fieldset-table-col:nth-child(8) {
    width: 6%;
}
#id_salary_repayments_formset .fieldset-table-header .fieldset-table-row .fieldset-table-col:nth-child(9),
#id_salary_repayments_formset .fieldset-table-body .fieldset-table-row .fieldset-table-col:nth-child(9) {
    width: 6%;
}

#id_salary_repayments_formset .fieldset-table-footer .fieldset-table-row .fieldset-table-col:nth-child(1) {
    width: 82%;
}
#id_salary_repayments_formset .fieldset-table-footer .fieldset-table-row .fieldset-table-col:nth-child(2) {
    width: 6%;
}
#id_salary_repayments_formset .fieldset-table-footer .fieldset-table-row .fieldset-table-col:nth-child(3) {
    width: 6%;
}
#id_salary_repayments_formset .fieldset-table-footer .fieldset-table-row .fieldset-table-col:nth-child(4) {
    width: 6%;
}

#id_customer-payment-repayments .fieldset-table-header .fieldset-table-row .fieldset-table-col:nth-child(1),
#id_customer-payment-repayments .fieldset-table-body .fieldset-table-row .fieldset-table-col:nth-child(1) {
    width: 70%;
}

#id_customer-payment-repayments .fieldset-table-header .fieldset-table-row .fieldset-table-col:nth-child(2),
#id_customer-payment-repayments .fieldset-table-body .fieldset-table-row .fieldset-table-col:nth-child(2) {
    width: 25%;
}
#id_customer-payment-repayments .fieldset-table-header .fieldset-table-row .fieldset-table-col:nth-child(3),
#id_customer-payment-repayments .fieldset-table-body .fieldset-table-row .fieldset-table-col:nth-child(3) {
    width: 5%;
}


#id_salary-accrual-orders-formset .fieldset-table-header .fieldset-table-row .fieldset-table-col:nth-child(1),
#id_salary-accrual-orders-formset .fieldset-table-body .fieldset-table-row .fieldset-table-col:nth-child(1) {
    width: 5%;
}
#id_salary-accrual-orders-formset .fieldset-table-header .fieldset-table-row .fieldset-table-col:nth-child(2),
#id_salary-accrual-orders-formset .fieldset-table-body .fieldset-table-row .fieldset-table-col:nth-child(2) {
    width: 9%;
}
#id_salary-accrual-orders-formset .fieldset-table-header .fieldset-table-row .fieldset-table-col:nth-child(3),
#id_salary-accrual-orders-formset .fieldset-table-body .fieldset-table-row .fieldset-table-col:nth-child(3) {
    width: 8%;
}
#id_salary-accrual-orders-formset .fieldset-table-header .fieldset-table-row .fieldset-table-col:nth-child(4),
#id_salary-accrual-orders-formset .fieldset-table-body .fieldset-table-row .fieldset-table-col:nth-child(4) {
    width: 8%;
}
#id_salary-accrual-orders-formset .fieldset-table-header .fieldset-table-row .fieldset-table-col:nth-child(5),
#id_salary-accrual-orders-formset .fieldset-table-body .fieldset-table-row .fieldset-table-col:nth-child(5) {
    width: 8%;
}
#id_salary-accrual-orders-formset .fieldset-table-header .fieldset-table-row .fieldset-table-col:nth-child(6),
#id_salary-accrual-orders-formset .fieldset-table-body .fieldset-table-row .fieldset-table-col:nth-child(6) {
    width: 7%;
}
#id_salary-accrual-orders-formset .fieldset-table-header .fieldset-table-row .fieldset-table-col:nth-child(7),
#id_salary-accrual-orders-formset .fieldset-table-body .fieldset-table-row .fieldset-table-col:nth-child(7) {
    width: 7%;
}
#id_salary-accrual-orders-formset .fieldset-table-header .fieldset-table-row .fieldset-table-col:nth-child(8),
#id_salary-accrual-orders-formset .fieldset-table-body .fieldset-table-row .fieldset-table-col:nth-child(8) {
    width: 7%;
}
#id_salary-accrual-orders-formset .fieldset-table-header .fieldset-table-row .fieldset-table-col:nth-child(9),
#id_salary-accrual-orders-formset .fieldset-table-body .fieldset-table-row .fieldset-table-col:nth-child(9) {
    width: 7%;
}
#id_salary-accrual-orders-formset .fieldset-table-header .fieldset-table-row .fieldset-table-col:nth-child(10),
#id_salary-accrual-orders-formset .fieldset-table-body .fieldset-table-row .fieldset-table-col:nth-child(10) {
    width: 8%;
}
#id_salary-accrual-orders-formset .fieldset-table-header .fieldset-table-row .fieldset-table-col:nth-child(11),
#id_salary-accrual-orders-formset .fieldset-table-body .fieldset-table-row .fieldset-table-col:nth-child(11) {
    width: 15%;
}
#id_salary-accrual-orders-formset .fieldset-table-header .fieldset-table-row .fieldset-table-col:nth-child(12),
#id_salary-accrual-orders-formset .fieldset-table-body .fieldset-table-row .fieldset-table-col:nth-child(12) {
    width: 8%;
}
#id_salary-accrual-orders-formset .fieldset-table-header .fieldset-table-row .fieldset-table-col:nth-child(13),
#id_salary-accrual-orders-formset .fieldset-table-body .fieldset-table-row .fieldset-table-col:nth-child(13) {
    width: 3%;
}
/*
#id_salary-accrual-orders-formset .fieldset-table-body .fieldset-table-row .fieldset-table-col:nth-child(11) .select2-selection--single {
    background-color: var(--iq-light-success);
}
#id_salary-accrual-orders-formset .fieldset-table-body .fieldset-table-row .fieldset-table-col:nth-child(12) input {
    background-color: var(--iq-light-success);
}
*/


#id_salary-accrual-orders-formset .fieldset-table-footer .fieldset-table-row .fieldset-table-col:nth-child(1) {
    width: 38%;
}
#id_salary-accrual-orders-formset .fieldset-table-footer .fieldset-table-row .fieldset-table-col:nth-child(2) {
    width: 7%;
}
#id_salary-accrual-orders-formset .fieldset-table-footer .fieldset-table-row .fieldset-table-col:nth-child(3) {
    width: 7%;
}
#id_salary-accrual-orders-formset .fieldset-table-footer .fieldset-table-row .fieldset-table-col:nth-child(4) {
    width: 7%;
}
#id_salary-accrual-orders-formset .fieldset-table-footer .fieldset-table-row .fieldset-table-col:nth-child(5) {
    width: 7%;
}
#id_salary-accrual-orders-formset .fieldset-table-footer .fieldset-table-row .fieldset-table-col:nth-child(6) {
    width: 8%;
}
#id_salary-accrual-orders-formset .fieldset-table-footer .fieldset-table-row .fieldset-table-col:nth-child(7) {
    width: 15%;
}
#id_salary-accrual-orders-formset .fieldset-table-footer .fieldset-table-row .fieldset-table-col:nth-child(8) {
    width: 8%;
}
#id_salary-accrual-orders-formset .fieldset-table-footer .fieldset-table-row .fieldset-table-col:nth-child(9) {
    width: 3%;
}


#id_salary-accrual-services-formset .fieldset-table-header .fieldset-table-row .fieldset-table-col:nth-child(1),
#id_salary-accrual-services-formset .fieldset-table-body .fieldset-table-row .fieldset-table-col:nth-child(1) {
    width: 5%;
}
#id_salary-accrual-services-formset .fieldset-table-header .fieldset-table-row .fieldset-table-col:nth-child(2),
#id_salary-accrual-services-formset .fieldset-table-body .fieldset-table-row .fieldset-table-col:nth-child(2) {
    width: 9%;
}
#id_salary-accrual-services-formset .fieldset-table-header .fieldset-table-row .fieldset-table-col:nth-child(3),
#id_salary-accrual-services-formset .fieldset-table-body .fieldset-table-row .fieldset-table-col:nth-child(3) {
    width: 8%;
}
#id_salary-accrual-services-formset .fieldset-table-header .fieldset-table-row .fieldset-table-col:nth-child(4),
#id_salary-accrual-services-formset .fieldset-table-body .fieldset-table-row .fieldset-table-col:nth-child(4) {
    width: 8%;
}
#id_salary-accrual-services-formset .fieldset-table-header .fieldset-table-row .fieldset-table-col:nth-child(5),
#id_salary-accrual-services-formset .fieldset-table-body .fieldset-table-row .fieldset-table-col:nth-child(5) {
    width: 8%;
}
#id_salary-accrual-services-formset .fieldset-table-header .fieldset-table-row .fieldset-table-col:nth-child(6),
#id_salary-accrual-services-formset .fieldset-table-body .fieldset-table-row .fieldset-table-col:nth-child(6) {
    width: 18%;
}
#id_salary-accrual-services-formset .fieldset-table-header .fieldset-table-row .fieldset-table-col:nth-child(7),
#id_salary-accrual-services-formset .fieldset-table-body .fieldset-table-row .fieldset-table-col:nth-child(7) {
    width: 6%;
}
#id_salary-accrual-services-formset .fieldset-table-header .fieldset-table-row .fieldset-table-col:nth-child(8),
#id_salary-accrual-services-formset .fieldset-table-body .fieldset-table-row .fieldset-table-col:nth-child(8) {
    width: 6%;
}
#id_salary-accrual-services-formset .fieldset-table-header .fieldset-table-row .fieldset-table-col:nth-child(9),
#id_salary-accrual-services-formset .fieldset-table-body .fieldset-table-row .fieldset-table-col:nth-child(9) {
    width: 6%;
}
#id_salary-accrual-services-formset .fieldset-table-header .fieldset-table-row .fieldset-table-col:nth-child(10),
#id_salary-accrual-services-formset .fieldset-table-body .fieldset-table-row .fieldset-table-col:nth-child(10) {
    width: 6%;
}
#id_salary-accrual-services-formset .fieldset-table-header .fieldset-table-row .fieldset-table-col:nth-child(11),
#id_salary-accrual-services-formset .fieldset-table-body .fieldset-table-row .fieldset-table-col:nth-child(11) {
    width: 10%;
}
#id_salary-accrual-services-formset .fieldset-table-header .fieldset-table-row .fieldset-table-col:nth-child(12),
#id_salary-accrual-services-formset .fieldset-table-body .fieldset-table-row .fieldset-table-col:nth-child(12) {
    width: 7%;
}
#id_salary-accrual-services-formset .fieldset-table-header .fieldset-table-row .fieldset-table-col:nth-child(13),
#id_salary-accrual-services-formset .fieldset-table-body .fieldset-table-row .fieldset-table-col:nth-child(13) {
    width: 3%;
}


#id_salary-accrual-services-formset .fieldset-table-footer .fieldset-table-row .fieldset-table-col:nth-child(1) {
    width: 68%;
}
#id_salary-accrual-services-formset .fieldset-table-footer .fieldset-table-row .fieldset-table-col:nth-child(2) {
    width: 6%;
}
#id_salary-accrual-services-formset .fieldset-table-footer .fieldset-table-row .fieldset-table-col:nth-child(3) {
    width: 6%;
}
#id_salary-accrual-services-formset .fieldset-table-footer .fieldset-table-row .fieldset-table-col:nth-child(4) {
    width: 10%;
}
#id_salary-accrual-services-formset .fieldset-table-footer .fieldset-table-row .fieldset-table-col:nth-child(5) {
    width: 7%;
}
#id_salary-accrual-services-formset .fieldset-table-footer .fieldset-table-row .fieldset-table-col:nth-child(6) {
    width: 3%;
}

.fieldset-table-row  {
   margin: 0;
}

.fieldset-table-col {
  padding: 0;
}

.fieldset-table-row div input {
  text-align: center;
  width: 100%;
  padding: .5rem;
  border: 1px solid #dee2e6;
}

#id_salary-accrual-orders-formset .fieldset-table-col-header, #id_salary-accrual-services-formset .fieldset-table-col-header {
    display: block;
  text-align: center;
  width: 100%;
  height: 100%;
  padding: .5rem;
  border: 1px solid #dee2e6;
}

#id_salary-orders-accordion .accordion-button::after, #id_salary-services-accordion .accordion-button::after {
    margin: auto;
}

.fieldset-table-row-header input, .fieldset-table-row-footer input, .fieldset-table-row-header span {
    background-color: var(--bs-gray-200);
}

.order_fs_fieldset_row  {
   margin: 0;
}

.order_fs_fieldset_row .order_fs_fieldset_col {
  padding: 0;
}

.order_fs_fieldset_row div input {
  text-align: center;
  width: 100%;
  padding: .5rem;
  border: 1px solid #dee2e6;
}

#id_order_documents_formset .order_fs_fieldset_row_body .order_fs_fieldset_col:nth-child(2) a {
    width: 100%;
    height: 100%;
    width: 100%;
    padding: .5rem;
    border: 1px solid #dee2e6;
}

.order_fs_fieldset_col.order-type-icon i {
    color: var(--iq-primary);
}

.order_fs_fieldset_row_header input, .order_fs_fieldset_row_footer input {
    background-color: var(--bs-gray-200);
}

.order_fs_remove_fieldset_row_btn {
  color: var(--iq-danger);
  background-color: var(--iq-white);
  border: 1px solid var(--iq-white);
  width: 100%;
  height: 100%;
  transition: all .25s ease-in-out;
}

.order_fs_remove_fieldset_row_btn:hover i {
  transform: scale(1.25, 1.25);
}

.order_fs_remove_fieldset_row_btn:focus {
  border: 1px solid var(--iq-danger);
}

.fieldset-table-col-remove {
  color: var(--iq-danger);
  background-color: var(--iq-white);
  border: 1px solid var(--iq-white);
  width: 100%;
  height: 100%;
  transition: all .25s ease-in-out;
}

.fieldset-table-col-remove:hover i {
  transform: scale(1.25, 1.25);
}

.fieldset-table-col-remove:focus {
  border: 1px solid var(--iq-danger);
}

.services-fieldset-row, .products_fieldset_row, .payments-fieldset-row, .documents-fieldset-row, .accruals-fieldset-row {
  margin: 0;
}

.services-fieldset-row .order_fs_fieldset_col, .products_fieldset_row .products_fieldset_col, .payments-fieldset-row .payments-fieldset-col,
 .documents-fieldset-row .documents-fieldset-col, .accruals-fieldset-row .accruals-fieldset-col {
  padding: 0;
}

.services-fieldset-row div input, .products_fieldset_row div input, .payments-fieldset-row div input, .documents-fieldset-row div input,
.accruals-fieldset-row div input {
  text-align: center;
  width: 100%;
  padding: .5rem;
  border: 1px solid #dee2e6;
}

.order_fs_fieldset_col.order-type-icon i, .products_fieldset_col.order-type-icon i, .payments-fieldset-col.payment-type-icon i, .documents-fieldset-col.document-type-icon i,
 .accruals-fieldset-col.order-type-icon i {
    color: var(--iq-primary);
}

.services-fieldset-row-header input, .services-fieldset-row-footer input,
.products_fieldset_row_header input, .products_fieldset_row_footer input,
.payments-fieldset-row-header input, .payments-fieldset-row-footer input,
.documents-fieldset-row-header input, .documents-fieldset-row-footer input,
.accruals-fieldset-row-header input, .accruals-fieldset-row-footer input {
    background-color: var(--bs-gray-200);
}

#id_salary-accrual-orders-formset .fieldset-table-row-body input {
    background-color: var(--iq-white);
}

.errorlist {
    width: 100%;
    margin-top: .25rem;
    list-style-type: none;
    padding: 0;
    display: inline-block;
}

.errorlist li {
    font-size: .875rem;
    color: var(--iq-danger);
    margin-top: .25rem;
    font-size: .875em;
    list-style-type: none;
    font-size: 0.8rem;
}


.service-col-remove-button, .product-col-remove-button, .payment-col-remove-button, .document-col-remove-button  {
  color: var(--iq-danger);
  background-color: var(--iq-white);
  border: 1px solid var(--iq-white);
  width: 100%;
  height: 100%;
  transition: all .25s ease-in-out;
}

.service-col-remove-button:hover i, .product-col-remove-button:hover i, .payment-col-remove-button:hover i, .document-col-remove-button:hover i{
  transform: scale(1.25, 1.25);
}

.service-col-remove-button:focus, .product-col-remove-button:focus, .payment-col-remove-button:focus, .document-col-remove-button:focus {
  border: 1px solid var(--iq-danger);
}

/*
.comment-text #submit_message_btn {
    border:0;
    background: none;
    width: 35px;
    height: 35px;
}

.comment-text #submit_message_btn:hover > svg path{
    fill: var(--iq-blue-light);
    transition: all 0.3s ease-in-out;
}

.comment-text #submit_message_btn svg path.st0{
    stroke:var(--iq-primary);stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;
}
*/

.attachment-delete-btn {
    background: none;
    border: none;
}

#id_attachment-files ul {
    list-style-type: none;
}

.post-comments {
    max-height: 435px;
    overflow-y: scroll;
}
/*
#order-items-formset .items-fieldset-row-body .items-fieldset-col:nth-child(2) select {
visibility: hidden;
}

#order-items-formset .items-fieldset-row-body .items-fieldset-col:nth-child(2) span {
visibility: hidden;
}


#order-items-formset .items-fieldset-row-body .items-fieldset-col:nth-child(2) .select2-container .select2-dropdown--below {
    width: 185px!important;
}

.no-search .select2-search {
    display:none
}
*/

label.error {
    color: red!important;
}

#id_order-form .nav .nav-item {
    position: relative;
}
.nav-item span.dots { height: 10px; width: 10px; font-size: 0; text-align: center; padding: 0; position: absolute; top: -4px; right: -2px; border: 2px solid var(--iq-white); animation: shadow-pulse-dots 1s infinite; border-radius: 50%; -webkit-border-radius: 50%; }

.input-group .input-group-icon {
    background: var(--iq-blue-light);
}


/* SIDEBAR MENU DROPDOWN */

.sidebar-menu-dropdown {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    margin-left: 98px;
}

.sidebar-menu-dropdown > a {
    padding: 15px 25px;
    min-height: 54px;
    color: #526dee!important;
    cursor: pointer;
    display: block;
    position: relative;
    z-index: 1;
    width: 240px;
    height: 54px;
    background-color: #f1f5f7;
    box-shadow: inset 0 11px 7px -10px rgba(154,161,171,.2),inset 0 -11px 7px -10px rgba(154,161,171,.2)
}

.sidebar-menu-dropdown ul {
    margin: 0;
    list-style: none;
    padding: 0
}

.sidebar-menu-dropdown > div {
    background-color: #fff;
    width: 240px;
    box-shadow: 0 1px 7px 0 rgba(154,161,171,.2);
    padding: 5px 0
}

.sidebar-menu-dropdown[data-y="top"] {
    margin-top: 54px;
    flex-direction: column-reverse;
    display: flex
}

.sidebar-menu-dropdown[data-y="bottom"] {
    margin-top: -54px;
    flex-direction: column;
    display: flex
}

.sidebar-menu-dropdown .treeview-menu > li > a {
  padding: 10px 25px 10px 25px;
  border-left: 1px solid #e7e9f1;
  display: block;
  color: #31363b;
  white-space: nowrap;
}

.sidebar-menu-dropdown .treeview-menu > li > a:hover {
  color: #3659cd;
  border-left: 1px solid #3659cd;
}

.sidebar-menu-dropdown .treeview-menu > li > a.active-sub {
  color: #3659cd;
  border-left: 1px solid #3659cd;
}
.sidebar-menu-dropdown .treeview-menu > li > a.active-sub:hover {
  color: #3659cd;
  border-left: 1px solid #3659cd;
  background: transparent;
}

@media (max-width: 991.98px) {
    sidebar-menu-dropdown {
        display:none!important
    }
}


@font-face {
    font-family: Hind;
    font-style: normal;
    font-weight: 400;
    src: local(""),url(../fonts/hind-v16-latin-regular.4c5bc71b.woff2) format("woff2"),url(../fonts/hind-v16-latin-regular.fcf7152d.woff) format("woff")
}

@font-face {
    font-family: Hind;
    font-style: normal;
    font-weight: 600;
    src: local(""),url(../fonts/hind-v16-latin-600.e9224cf8.woff2) format("woff2"),url(../fonts/hind-v16-latin-600.890e773e.woff) format("woff")
}

@font-face {
    font-family: Open Sans;
    font-style: normal;
    font-weight: 300;
    src: local(""),url(../fonts/open-sans-v29-latin-300.ccc4fae5.woff2) format("woff2"),url(../fonts/open-sans-v29-latin-300.d2d08825.woff) format("woff")
}

@font-face {
    font-family: Open Sans;
    font-style: normal;
    font-weight: 400;
    src: local(""),url(../fonts/open-sans-v29-latin-regular.c416910c.woff2) format("woff2"),url(../fonts/open-sans-v29-latin-regular.685ff80c.woff) format("woff")
}

@font-face {
    font-family: Open Sans;
    font-style: normal;
    font-weight: 600;
    src: local(""),url(../fonts/open-sans-v29-latin-600.f39b602d.woff2) format("woff2"),url(../fonts/open-sans-v29-latin-600.17ab7850.woff) format("woff")
}

@font-face {
    font-family: Open Sans;
    font-style: normal;
    font-weight: 700;
    src: local(""),url(../fonts/open-sans-v29-latin-700.4333f8c1.woff2) format("woff2"),url(../fonts/open-sans-v29-latin-700.721039d0.woff) format("woff")
}

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
body {
    margin: 0
}

figcaption,header,main,nav,section {
    display: block
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

strong {
    font-weight: inherit;
    font-weight: bolder
}

dfn {
    font-style: italic
}

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

button,input,select {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,input {
    overflow: visible
}

button,select {
    text-transform: none
}

[type=reset],[type=submit],button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring {
    outline: 1px dotted ButtonText
}

legend {
    color: inherit;
    display: table;
    max-width: 100%;
    white-space: normal
}

[type=checkbox],[type=radio],legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button {
    height: auto
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

menu {
    display: block
}

canvas {
    display: inline-block
}

[hidden],template {
    display: none
}

*,:after,:before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

h2,h3,h4,h5,p {
    margin: 0
}

button {
    background: transparent;
    padding: 0
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

*,:after,:before {
    border-width: 0;
    border-color: currentColor
}

*,:after,:before,img {
    border-style: solid
}

[type=button],[type=reset],[type=submit], button {
    border-radius: 0
}

img {
    max-width: 100%;
    height: auto
}

button,input,select {
    font-family: inherit
}

input::-webkit-input-placeholder {
    color: inherit;
    opacity: .5
}

input::-moz-placeholder {
    color: inherit;
    opacity: .5
}

input:-ms-input-placeholder {
    color: inherit;
    opacity: .5
}

input::-ms-input-placeholder {
    color: inherit;
    opacity: .5
}

input::placeholder {
    color: inherit;
    opacity: .5
}

[role=button],button {
    cursor: pointer
}

body {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.subtitle {
    margin-bottom: 16px;
    color: #5d6494;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.3px
}

.ais-Highlight-highlighted {
    font-weight: 700;
    background-color: transparent;
    color: inherit
}

.ais-Breadcrumb-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    font-size: 12px
}

.ais-Breadcrumb-link {
    margin-right: 4px;
    color: inherit;
    text-decoration: none
}

.ais-Breadcrumb-separator {
    color: rgba(132,138,184,.6)
}

.ais-SearchBox-form,.ais-Stats {
    font-family: Open Sans,system-ui,BlinkMacSystemFont,-apple-system,sans-serif;
    font-size: 12px
}

.ais-SearchBox-form {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 40px;
    padding-left: 40px;
    padding-right: 136px;
    background-color: #f5f5fa;
    color: inherit;
    border-radius: 4px
}

.ais-SearchBox-submit {
    display: none
}

.ais-SearchBox-input {
    padding: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    font-family: Hind,system-ui,BlinkMacSystemFont,-apple-system,sans-serif;
    font-size: 12px;
    color: #5d6494;
    outline: 0
}

.ais-SearchBox-reset {
    position: absolute;
    right: 0;
    margin-right: 120px;
    height: 8px;
    width: 8px;
    color: #3a416f;
    opacity: .8;
    fill: currentColor
}

.ais-SearchBox-reset svg {
    display: block;
    height: 100%;
    width: 100%
}

.ais-Autocomplete h3 {
    margin-bottom: 16px;
    color: #21243d;
    font-size: 12px;
    font-weight: 400
}

.ais-Autocomplete .autosuggest__results {
    position: relative
}

.ais-Autocomplete .autosuggest__results-container ul {
    list-style: none;
    padding: 0;
    margin: 0;
    height: 100%;
    background-color: #fff;
    font-family: Open Sans,system-ui,BlinkMacSystemFont,-apple-system,sans-serif;
    border-left-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-style: solid;
    border-color: rgba(197,201,224,.3);
    border-radius: 4px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    -webkit-box-shadow: 0 12px 23px 0 rgba(63,63,68,.1);
    box-shadow: 0 12px 23px 0 rgba(63,63,68,.1)
}

.ais-Autocomplete .autosuggest__results-container .autosuggest__results_item {
    padding-left: 32px;
    padding-right: 32px;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    cursor: pointer
}

.ais-Autocomplete .autosuggest__results-container .autosuggest__results_item-highlighted,.ais-Autocomplete .autosuggest__results-container .autosuggest__results_item:hover {
    background-color: #f5f5fa
}

.ais-Autocomplete .autosuggest__results-container #autosuggest__results_item-0>div {
    border-style: none
}

.ais-PoweredBy-link,.ais-PoweredBy-logo {
    display: block
}

.ais-ClearRefinements-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 32px;
    margin-left: 2px;
    margin-right: 2px;
    padding-left: 16px;
    padding-right: 16px;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#f5f5fa));
    background-image: linear-gradient(180deg,#fff,#f5f5fa);
    font-family: Open Sans,system-ui,BlinkMacSystemFont,-apple-system,sans-serif;
    font-size: 12px;
    color: inherit;
    border-radius: 4px;
    -webkit-box-shadow: 0 4px 11px 0 rgba(37,44,97,.15),0 2px 3px 0 rgba(93,100,148,.2);
    box-shadow: 0 4px 11px 0 rgba(37,44,97,.15),0 2px 3px 0 rgba(93,100,148,.2);
    white-space: nowrap;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.ais-ClearRefinements-button:hover {
    -webkit-box-shadow: 0 8px 11px 0 rgba(37,44,97,.15),0 4px 6px 0 rgba(93,100,148,.2);
    box-shadow: 0 8px 11px 0 rgba(37,44,97,.15),0 4px 6px 0 rgba(93,100,148,.2)
}

.ais-CurrentRefinements-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: -2px
}

.ais-CurrentRefinements-item {
    display: block;
    margin: 2px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 8px;
    padding-right: 8px;
    background-color: #848ab8;
    font-size: 12px;
    color: #fff;
    border-radius: 4px
}

.ais-CurrentRefinements-delete {
    color: #fff;
    opacity: .8
}

.ais-RefinementList {
    font-size: 12px
}

.ais-RefinementList-searchBox {
    margin-bottom: 16px
}

.ais-RefinementList .ais-SearchBox-form {
    position: relative;
    height: 32px;
    padding-left: 24px;
    padding-right: 24px;
    background-color: transparent;
    border-bottom-width: 1px;
    border-color: rgba(132,138,184,.5);
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.ais-RefinementList .ais-SearchBox-submit {
    margin-left: 0
}

.ais-RefinementList .ais-SearchBox-input {
    padding: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    font-family: Hind,system-ui,BlinkMacSystemFont,-apple-system,sans-serif;
    font-size: 12px;
    color: #5d6494;
    outline: 0
}

.ais-RefinementList .ais-SearchBox-reset {
    position: absolute;
    margin-right: 0
}

.ais-RefinementList-list {
    list-style: none;
    padding: 0
}

.ais-RefinementList-item {
    margin-bottom: 8px
}

.ais-RefinementList-item--selected {
    font-weight: 700
}

.ais-RefinementList-label {
    cursor: pointer
}

.ais-RefinementList-labelText {
    margin-left: 8px
}

.ais-RefinementList-count {
    display: inline-block;
    background-color: rgba(197,201,224,.2);
    color: #848ab8;
    border-radius: 4px;
    margin-left: 8px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 4px;
    padding-right: 4px;
    font-size: 10px;
    letter-spacing: 1.3px
}

.ais-Menu {
    font-size: 12px
}

.ais-Menu-list {
    list-style: none;
    padding: 0
}

.ais-Menu-item {
    margin-bottom: 8px
}

.ais-Menu-item--selected {
    font-weight: 700
}

.ais-Menu-link {
    color: inherit;
    text-decoration: none
}

.ais-Menu-count {
    display: inline-block;
    background-color: rgba(197,201,224,.2);
    color: #848ab8;
    border-radius: 4px;
    margin-left: 8px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 4px;
    padding-right: 4px;
    font-size: 10px;
    letter-spacing: 1.3px
}

.ais-HierarchicalMenu {
    font-size: 12px
}

.ais-HierarchicalMenu-list {
    list-style: none;
    padding: 0
}

.ais-HierarchicalMenu-list .ais-HierarchicalMenu-list {
    margin-left: 16px
}

.ais-HierarchicalMenu-item--selected>.ais-HierarchicalMenu-link {
    font-weight: 700
}

.ais-HierarchicalMenu-link {
    display: block;
    margin-bottom: 8px;
    color: inherit;
    text-decoration: none
}

.ais-HierarchicalMenu-count {
    display: inline-block;
    background-color: rgba(197,201,224,.2);
    color: #848ab8;
    border-radius: 4px;
    margin-left: 8px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 4px;
    padding-right: 4px;
    font-size: 10px;
    letter-spacing: 1.3px
}

.ais-NumericMenu {
    font-size: 12px
}

.ais-NumericMenu-list {
    list-style: none;
    padding: 0
}

.ais-NumericMenu-item {
    margin-bottom: 8px
}

.ais-NumericMenu-labelText {
    margin-left: 8px
}

.ais-RangeInput {
    font-size: 12px
}

.ais-RangeInput-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.ais-RangeInput-input {
    max-width: 88px;
    width: 100%;
    height: 32px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #f5f5fa;
    font-family: Open Sans,system-ui,BlinkMacSystemFont,-apple-system,sans-serif;
    font-size: 12px;
    color: #5d6494;
    border-radius: 4px
}

.ais-RangeInput-separator {
    margin-left: 8px;
    margin-right: 8px
}

.ais-RangeInput-submit {
    display: block;
    height: 32px;
    margin-left: 8px;
    padding-left: 16px;
    padding-right: 16px;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#7c90ff),to(#5468ff));
    background-image: linear-gradient(180deg,#7c90ff,#5468ff);
    color: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 0 4px 11px 0 rgba(37,44,97,.15),0 2px 3px 0 rgba(93,100,148,.2);
    box-shadow: 0 4px 11px 0 rgba(37,44,97,.15),0 2px 3px 0 rgba(93,100,148,.2);
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.ais-RangeInput-submit:hover {
    -webkit-box-shadow: 0 8px 11px 0 rgba(37,44,97,.15),0 4px 6px 0 rgba(93,100,148,.2);
    box-shadow: 0 8px 11px 0 rgba(37,44,97,.15),0 4px 6px 0 rgba(93,100,148,.2)
}

.ais-RangeInput .vue-slider-component .vue-slider-tooltip {
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 4px;
    padding-bottom: 4px;
    background-color: #3a416f;
    border-color: #3a416f;
    font-size: 12px;
    border-radius: 2px
}

.ais-RangeInput .vue-slider-component .vue-slider {
    background-color: #c5c9e0
}

.ais-RangeInput .vue-slider-component .vue-slider-process {
    background-image: -webkit-gradient(linear,left top,left bottom,from(#7c90ff),to(#5468ff));
    background-image: linear-gradient(180deg,#7c90ff,#5468ff)
}

.ais-RangeInput .vue-slider-component .vue-slider-dot {
    margin-top: -4px
}

.ais-RangeInput .vue-slider-component .vue-slider-dot .vue-slider-dot-handle {
    width: 24px;
    height: 24px;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#f5f5fa));
    background-image: linear-gradient(180deg,#fff,#f5f5fa);
    border-radius: 9999px;
    -webkit-box-shadow: 0 4px 11px 0 rgba(37,44,97,.15),0 2px 3px 0 rgba(93,100,148,.2);
    box-shadow: 0 4px 11px 0 rgba(37,44,97,.15),0 2px 3px 0 rgba(93,100,148,.2);
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.ais-RangeInput .vue-slider-component .vue-slider-dot .vue-slider-dot-handle:hover {
    -webkit-box-shadow: 0 8px 11px 0 rgba(37,44,97,.15),0 4px 6px 0 rgba(93,100,148,.2);
    box-shadow: 0 8px 11px 0 rgba(37,44,97,.15),0 4px 6px 0 rgba(93,100,148,.2)
}

.ais-RangeInput .vue-slider-component .vue-slider-tooltip-top {
    margin-left: 4px
}

.ais-RatingMenu {
    font-size: 12px
}

.ais-RatingMenu-list {
    list-style: none;
    padding: 0
}

.ais-RatingMenu-item {
    margin-bottom: 8px
}

.ais-RatingMenu-item--selected {
    font-weight: 700
}

.ais-RatingMenu-starIcon {
    height: 16px;
    width: 16px;
    color: #f8be9a;
    fill: currentColor
}

.ais-RatingMenu-starIcon--empty {
    opacity: .6
}

.ais-RatingMenu-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: inherit;
    text-decoration: none
}

.ais-RatingMenu-label {
    margin-left: 8px
}

.ais-RatingMenu-count {
    display: inline-block;
    background-color: rgba(197,201,224,.2);
    color: #848ab8;
    border-radius: 4px;
    margin-left: 8px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 4px;
    padding-right: 4px;
    font-size: 10px;
    letter-spacing: 1.3px
}

.ais-Hits-list,.ais-InfiniteHits-list {
    list-style: none;
    padding: 0
}

.ais-Hits-item,.ais-InfiniteHits-item {
    margin-top: 24px;
    margin-bottom: 24px
}

.ais-Snippet-highlighted {
    font-weight: 700;
    background-color: transparent
}

.ais-InfiniteHits-loadMore {
    display: block;
    height: 32px;
    padding-left: 16px;
    padding-right: 16px;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#7c90ff),to(#5468ff));
    background-image: linear-gradient(180deg,#7c90ff,#5468ff);
    font-size: 12px;
    color: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 0 4px 11px 0 rgba(37,44,97,.15),0 2px 3px 0 rgba(93,100,148,.2);
    box-shadow: 0 4px 11px 0 rgba(37,44,97,.15),0 2px 3px 0 rgba(93,100,148,.2);
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.ais-InfiniteHits-loadMore:hover {
    -webkit-box-shadow: 0 8px 11px 0 rgba(37,44,97,.15),0 4px 6px 0 rgba(93,100,148,.2);
    box-shadow: 0 8px 11px 0 rgba(37,44,97,.15),0 4px 6px 0 rgba(93,100,148,.2)
}

.ais-InfiniteHits-loadMore:focus {
    outline: 0
}

.ais-Pagination {
    margin-left: -2px;
    margin-right: -2px
}

.ais-Pagination-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin-top: -2px;
    margin-bottom: -2px
}

.ais-Pagination-item {
    display: block;
    margin: 2px;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#f5f5fa));
    background-image: linear-gradient(180deg,#fff,#f5f5fa);
    color: #21243d;
    border-radius: 4px;
    -webkit-box-shadow: 0 4px 11px 0 rgba(37,44,97,.15),0 2px 3px 0 rgba(93,100,148,.2);
    box-shadow: 0 4px 11px 0 rgba(37,44,97,.15),0 2px 3px 0 rgba(93,100,148,.2);
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.ais-Pagination-item--selected {
    background-image: -webkit-gradient(linear,left top,left bottom,from(#7c90ff),to(#5468ff));
    background-image: linear-gradient(180deg,#7c90ff,#5468ff);
    color: #fff
}

.ais-Pagination-item:hover {
    -webkit-box-shadow: 0 8px 11px 0 rgba(37,44,97,.15),0 4px 6px 0 rgba(93,100,148,.2);
    box-shadow: 0 8px 11px 0 rgba(37,44,97,.15),0 4px 6px 0 rgba(93,100,148,.2)
}

.ais-Pagination-link {
    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;
    background-color: transparent;
    color: inherit;
    width: 32px;
    height: 32px;
    text-decoration: none;
    font-size: 12px
}

.ais-HitsPerPage-select,.ais-SortBy-select {
    width: 100%;
    height: 100%;
    padding-left: 8px;
    padding-right: 8px;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    line-height: 16px;
    font-family: Open Sans,system-ui,BlinkMacSystemFont,-apple-system,sans-serif;
    font-size: 12px;
    color: inherit;
    cursor: pointer
}

.ais-HitsPerPage-select:focus,.ais-SortBy-select:focus {
    outline: 0
}

.airports .ais-Hits-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: -4px
}

.airports .ais-Hits-item {
    margin: 4px
}

.ais-PoweredBy-logo {
    width: 96px!important
}

.vue-map-container * {
    border-style: none
}

input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    appearance: none;
    margin: 0
}

.bg-white {
    background-color: #fff
}

.bg-moon-grey {
    background-color: #f5f5fa
}

.bg-nova-grey {
    background-color: #848ab8
}


.border-proton-grey-opacity-80 {
    border-color: rgba(197,201,224,.8)
}

.border-nova-grey-opacity-20 {
    border-color: rgba(132,138,184,.2)
}


.rounded {
    border-radius: 4px
}

.rounded-full {
    border-radius: 9999px
}

.rounded-b-none {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.border-solid {
    border-style: solid
}

.border-dashed {
    border-style: dashed
}

.border {
    border-width: 1px
}

.border-t {
    border-top-width: 1px
}

.cursor-pointer {
    cursor: pointer
}

.block {
    display: block
}

.inline-block {
    display: inline-block
}

.hidden {
    display: none
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.flex-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.flex-col-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}

.flex-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.items-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.justify-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.justify-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.flex-1 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.flex-no-grow {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0
}

.flex-no-shrink {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.font-sans {
    font-family: Open Sans,system-ui,BlinkMacSystemFont,-apple-system,sans-serif
}

.font-sans-alt {
    font-family: Hind,system-ui,BlinkMacSystemFont,-apple-system,sans-serif
}

.font-normal {
    font-weight: 400
}

.font-semibold {
    font-weight: 600
}

.font-bold {
    font-weight: 700
}

.h-12 {
    height: 12px
}

.h-16 {
    height: 16px
}

.h-24 {
    height: 24px
}

.h-32 {
    height: 32px
}

.h-40 {
    height: 40px
}

.h-56 {
    height: 56px
}

.h-104 {
    height: 104px
}

.h-680 {
    height: 680px
}

.h-auto {
    height: auto
}

.h-full {
    height: 100%
}

.leading-loose {
    line-height: 24px
}

.m-2 {
    margin: 2px
}

.m-4 {
    margin: 4px
}

.my-4 {
    margin-top: 4px;
    margin-bottom: 4px
}

.mx-4 {
    margin-left: 4px;
    margin-right: 4px
}

.ml-0 {
    margin-left: 0
}

.mt-4 {
    margin-top: 4px
}

.mr-4 {
    margin-right: 4px
}

.mb-4 {
    margin-bottom: 4px
}

.ml-4 {
    margin-left: 4px
}

.mt-8 {
    margin-top: 8px
}

.mb-8 {
    margin-bottom: 8px
}

.mr-12 {
    margin-right: 12px
}

.mr-16 {
    margin-right: 16px
}

.mb-16 {
    margin-bottom: 16px
}

.ml-16 {
    margin-left: 16px
}

.mr-32 {
    margin-right: 32px
}

.mb-32 {
    margin-bottom: 32px
}

.ml-48 {
    margin-left: 48px
}

.max-h-48 {
    max-height: 48px
}

.min-h-424 {
    min-height: 424px
}

.min-w-216 {
    min-width: 216px
}

.-mx-4 {
    margin-left: -4px;
    margin-right: -4px
}

.-mt-4 {
    margin-top: -4px
}

.-mb-4 {
    margin-bottom: -4px
}

.opacity-0 {
    opacity: 0
}

.group:hover .group-hover\:opacity-100 {
    opacity: 1
}

.focus\:outline-none:focus {
    outline: 0
}

.overflow-hidden {
    overflow: hidden
}

.p-8 {
    padding: 8px
}

.p-16 {
    padding: 16px
}

.px-0 {
    padding-left: 0;
    padding-right: 0
}

.py-2 {
    padding-top: 2px;
    padding-bottom: 2px
}

.py-4 {
    padding-top: 4px;
    padding-bottom: 4px
}

.px-4 {
    padding-left: 4px;
    padding-right: 4px
}

.py-8 {
    padding-top: 8px;
    padding-bottom: 8px
}

.px-8 {
    padding-left: 8px;
    padding-right: 8px
}

.py-16 {
    padding-top: 16px;
    padding-bottom: 16px
}

.px-16 {
    padding-left: 16px;
    padding-right: 16px
}

.py-24 {
    padding-top: 24px;
    padding-bottom: 24px
}

.px-24 {
    padding-left: 24px;
    padding-right: 24px
}

.px-40 {
    padding-left: 40px;
    padding-right: 40px
}

.pb-0 {
    padding-bottom: 0
}

.pt-2 {
    padding-top: 2px
}

.pl-40 {
    padding-left: 40px
}

.pr-136 {
    padding-right: 136px
}

.pointer-events-none {
    pointer-events: none
}

.absolute {
    position: absolute
}

.relative {
    position: relative
}

.pin-r {
    right: 0
}

.pin-l {
    left: 0
}


.card-list {
    display: flex;
    flex-wrap: wrap;
}

.card-list .card-item {
    margin: 8px;
    border-radius: 4px;
    box-shadow: 0 4px 11px 0 rgba(37,44,97,.15),0 2px 3px 0 rgba(93,100,148,.2);
    flex: 1 1 auto;
}

.card-list  .card-item:hover {
    background: #f8f9fc;
    cursor: pointer;
}

.card-list  .card-item.selected {
    background-color: var(--iq-blue-light);
}

.card-list .card-item-4 {
    width: calc(25% - 16px);
}

.card-list .card-item-3 {
    width: calc(33.33% - 16px);
}

.card-list .card-item-2 {
    width: calc(50% - 16px);
}

.fill-current {
    fill: currentColor
}

.text-center {
    text-align: center
}

.text-color-inherit {
    color: inherit
}

.text-white {
    color: #fff
}

.text-nebula-blue {
    color: #5468ff
}

.text-proton-grey {
    color: #c5c9e0
}

.text-nova-grey {
    color: #848ab8
}

.text-telluric-blue {
    color: #5d6494
}

.text-solstice-blue {
    color: #3a416f
}

.text-cosmos-black {
    color: #21243d
}

.text-solstice-blue-opacity-60 {
    color: rgba(58,65,111,.6)
}

.text-cosmos-black-opacity-40 {
    color: rgba(33,36,61,.4)
}

.text-cosmos-black-opacity-50 {
    color: rgba(33,36,61,.5)
}

.text-cosmos-black-opacity-70 {
    color: rgba(33,36,61,.7)
}

.group:hover .group-hover\:text-nebula-blue {
    color: #5468ff
}

.group:hover .group-hover\:text-cosmos-black {
    color: #21243d
}

.text-xxs {
    font-size: 8px
}

.text-xs {
    font-size: 10px
}

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

.text-base {
    font-size: 14px
}

.uppercase {
    text-transform: uppercase
}

.no-underline {
    text-decoration: none
}

.tracking-wide {
    letter-spacing: 1.3px
}

.whitespace-no-wrap {
    white-space: nowrap
}

.w-4 {
    width: 4px
}

.w-8 {
    width: 8px
}

.w-12 {
    width: 12px
}

.w-24 {
    width: 24px
}

.w-32 {
    width: 32px
}

.w-40 {
    width: 40px
}

.w-56 {
    width: 56px
}

.w-auto {
    width: auto
}

.w-full {
    width: 100%
}

.z-10 {
    z-index: 10
}

.bg-gradient-white-moon-grey {
    background-image: linear-gradient(180deg,#fff,#f5f5fa)
}

.bg-gradient-proton-grey-nova-grey {
    background-image: linear-gradient(180deg,#c5c9e0,#848ab8)
}

.bg-gradient-light-nebula-blue {
    background-image: linear-gradient(180deg,#7c90ff,#5468ff)
}

.transition-fast-out {
    transition: all .2s ease-out
}

@media (min-width: 576px) {
    .sm\:flex-row {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .sm\:my-0 {
        margin-bottom: 0
    }

    .sm\:mt-0,.sm\:my-0 {
        margin-top: 0
    }

    .sm\:max-w-296 {
        max-width: 296px
    }
}

#id_order_history_content .comment-text p {
    margin-bottom: 0;
}

#id_order_history_content .order-history-timeline {
    height: 100%;
    max-height: 573px;
    overflow-y: scroll;
}

table.table-selectable tbody tr.click {
    cursor: pointer;
}

table tr.selected {
  background-color: var(--iq-blue-light);
}

.salary-accrual-value-type {
    position: relative;
    bottom: 2px;
}

.table-loading {
    pointer-events: none;
    opacity: 0.5;
}

.table-filter .accordion-button {
    padding: 6px 12px;
    font-size: 14px;
    box-shadow:none;
}

/*
.table-filter .accordion,
.table-filter .accordion-item,
.table-filter .accordion-header,
.table-filter .accordion-button {
    height: 100%;
}
*/
.table-buttons .btn {
    /* height: 100%; */
}

.table-filter .accordion-button::after {
    background-size: 1.1rem;
    height: 1.1rem;
    width: 1.1rem;
}
.bisize-1 {
    font-size: 1.1rem;
}
.bisize-2 {
    font-size: 1.2rem;
}
.bisize-3 {
    font-size: 1.3rem;
}
.bisize-4 {
    font-size: 1.4rem;
}
.bisize-5 {
    font-size: 1.5rem;
}
.bisize-6 {
    font-size: 1.6rem;
}
.bisize-7 {
    font-size: 1.7rem;
}
.bisize-8 {
    font-size: 1.8rem;
}
.bisize-9 {
    font-size: 1.9rem;
}
table .dropdown-menu .dropdown-item:focus, .dropdown-menu .dropdown-item:hover {
    background: var(--iq-blue-light);
    color: var(--iq-primary);
}

table .dropdown-menu .dropdown-item {
    transition: background 1ms;
}

table .dropdown-item {
    padding: .5rem 1rem;
}

.btn {
    border-radius: 4px;
}

@media (min-width: 992px) {
    .modal-xxl {
        max-width:800px
    }
}

@media (min-width: 1200px) {
    .modal-xxl {
        max-width: 1600px;
    }
}

td input[type=checkbox], th input[type=checkbox]{
  width: 20px;
  height: 20px;
  cursor: pointer;
}

tbody td label, tbody th label {
    display: block;
    text-align: center;
    cursor: pointer;
    padding: 14px 8px;
}

thead td label, thead th label {
    display: block;
    text-align: center;
    cursor: pointer;
}

/* JКАНБАН */
#myKanban {
    overflow-x: auto;
    padding: 20px 0;
}

.success {
    background: #00b961;
}

.info {
    background: var(--bs-info); /* var(--iq-color3); /* #2a92bf */;
}

.warning {
    background: #f4ce46;
}

.error {
    background: #fb7d44;
}

.custom-button {
    background-color: #4CAF50;
    border: none;
    color: white;
    padding: 7px 15px;
    margin: 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
}

.modal-content {
    background-color: #f8f9fc; /*#f3f5f9;    */
}

/*
.form-check .form-check-input {
    width: 20px;
    height: 20px;
    cursor: pointer;
    margin-right: 5px;
}
.form-check label {
    cursor: pointer;
}
*/
.kanban-item-comment-attachments {
    list-style-type: none; padding-left: 0;
}
.kanban-item-comment-attachment-link {
    color: var(--iq-info-dark); text-decoration: none;
}

.permission-legend {
  width: inherit;
}

.permission-table {
  width: 100%;
  border-collapse: collapse;
  letter-spacing: 0.25px;
}

.permission-content {
  border-bottom: 1px solid rgba(58, 53, 65, 0.12);
  width: calc(100% - 64px);
  vertical-align: middle: text-align: left;
  box-shadow: rgba(58, 53, 65, 0.1) 0px 2px 10px 0px;
  border-collapse: collapse;
}
.permission-content-block {
    background-color: var(--iq-blue-light);
}
.permission-all {
  font-weight: 400;
  font-size: 0.875rem;
  text-align: left;
  padding: 1.2rem;
}

.permission {
  font-weight: 400;
  font-size: 0.875rem;
  text-align: left;
  margin-right: 30px;
}

.permission-content-title {
  font-weight: 600;
  color: rgba(58, 53, 65, 0.87) !important;
  padding-right: 40px!important;
  padding-left: 20px!important;
}

.form-check-inline {
    display: inline-block;
    padding-left: 0;
}

#id_salary-accrual-services-formset .accruals-fieldset-row-body, .id_salary-accrual-orders-formset .accruals-fieldset-row-body {
    background: white;
}

.kanban-item-customer-info input[disabled] {
    background-color: var(--iq-white);
}
.kanban-item-customer-info textarea[disabled] {
    background-color: var(--iq-white);
}
/*
.table-filter-form .select2-container--default .select2-container--focus {
    border-color: var(--iq-warning) !important;
}

.table-filter-form input:not([type="submit"])[value] {
    border-color: var(--iq-warning) !important;
}
*/

.list-inline {
    margin: 0;
    padding: 0;
}

.order-totals-list {
    white-space: nowrap;
}

.list-inline>li {
    display: inline-block;
    margin-right: 8px;
    list-style-type: none;
}

.order-totals {
    margin: 0 !important;
    padding: 0 10px;
    text-align: left;
    vertical-align: top;
    white-space: nowrap;
}

.order-totals .order-totals-label {
    font-size: 14px;
    color: #8c909c;
}

.order-totals .order-totals-val {
    font-size: 20px;
}

