/*Template: Sofbox - Responsive Bootstrap 4 Admin Dashboard Template更多：*//*================================================[  Table of contents  ]================================================:: General:: Badge:: Media Support:: Best Sellers:: 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:: FAQ:: Table:: Animation Card:: Footer:: Map Profile:: Mail Inbox======================================[ End table content ]======================================*//*--------------------------------------------------------------------                            General---------------------------------------------------------------------*/
*::-moz-selection {
    background: #1c67a2;
    color: #fff;
    text-shadow: none;
}

::-moz-selection {
    background: #1c67a2;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #1c67a2;
    color: #fff;
    text-shadow: none;
}

/* Definition Lists */
dl dd {
    margin-bottom: 15px;
}

dl dd:last-child {
    margin-bottom: 0px;
}

/* Table *//* table { border: 1px solid #eaeaea; width: 100%; }table td, table th { border: 1px solid #eaeaea; } */
th {
    font-weight: 600;
}

/* Form */
#sidebar-scrollbar {
    height: 100%;
}

/*---------------------------------------------------------------------                                  Badge-----------------------------------------------------------------------*/
.badge {
    padding: .3em .6em;
    font-weight: normal;
    line-height: 1.3;
    box-shadow: 20px 20px 20px rgba(0, 0, 0, 0.07), -20px -20px 20px rgba(255, 255, 255, 0.7), 6px 6px 6px rgba(0, 0, 0, 0.09), -6px -6px 6px rgba(255, 255, 255, 0.9);
}

.breadcrumb.bg-primary .breadcrumb-item + .breadcrumb-item::before {
    color: #ffffff;
}

/*---------------------------------------------------------------------                               Media Support-----------------------------------------------------------------------*/
.media-support {
    display: inline-block;
    width: 100%;
}

.media-support-user-img img {
    height: 60px;
    box-shadow: 20px 20px 20px rgba(0, 0, 0, 0.07), -20px -20px 20px rgba(255, 255, 255, 0.7), 6px 6px 6px rgba(0, 0, 0, 0.09), -6px -6px 6px rgba(255, 255, 255, 0.9);
}

.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 #ddd;
}

.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;
    box-shadow: 20px 20px 20px rgba(0, 0, 0, 0.07), -20px -20px 20px rgba(255, 255, 255, 0.7), 6px 6px 6px rgba(0, 0, 0, 0.09), -6px -6px 6px rgba(255, 255, 255, 0.9);
}

.iq-card .list-star li {
    margin-right: 0;
}

/*---------------------------------------------------------------------                                  Best Sellers-----------------------------------------------------------------------*/
.iq-profile-avatar {
    position: relative;
}

.iq-profile-avatar:before {
    content: '';
    position: absolute;
    border-radius: 100%;
    z-index: 1;
    border: 2px solid #fff;
    background-color: #1d2438;
    height: 16px;
    width: 16px;
    right: 0;
    bottom: 3px;
}

.iq-profile-avatar.status-online:before {
    background-color: #0abb78;
}

.iq-profile-avatar.status-away:before {
    background-color: #ffb820;
}

/*---------------------------------------------------------------------                                  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: #f2f4ff;
    float: left;
    color: #1d2438;
    box-shadow: 20px 20px 20px rgba(0, 0, 0, 0.07), -20px -20px 20px rgba(255, 255, 255, 0.7), 6px 6px 6px rgba(0, 0, 0, 0.09), -6px -6px 6px rgba(255, 255, 255, 0.9);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.countdown li span {
    font-size: 60px;
    display: inline-block;
    width: 100%;
    color: #1c67a2;
}

.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;
}

/*---------------------------------------------------------------------                                  Badge-----------------------------------------------------------------------*/
.iq-progress-bar {
    background: #eef1f7;
    height: 6px;
    margin: 0;
    position: relative;
    width: 100%;
    border-radius: 4px;
    box-shadow: 20px 20px 20px rgba(0, 0, 0, 0.07), -20px -20px 20px rgba(255, 255, 255, 0.7), 6px 6px 6px rgba(0, 0, 0, 0.09), -6px -6px 6px rgba(255, 255, 255, 0.9);
}

.iq-progress-bar > span {
    background: #1c67a2 none repeat scroll 0 0;
    display: block;
    height: 100%;
    width: 0;
    border-radius: 4px;
}

/*---------------------------------------------------------------------                             Dropdown Menu-----------------------------------------------------------------------*/
.iq-card-header .dropdown-bg {
    background: #f2f4ff;
    padding: 8px 15px;
    color: #1c67a2;
    border-radius: 4px;
    box-shadow: 9px 9px 9px rgba(0, 0, 0, 0.06), -9px -9px 9px rgba(255, 255, 255, 0.6);
}

.iq-card-header .dropdown-menu {
    margin: 0;
    padding: 0;
    font-size: 13px;
    top: 20px !important;
    border-radius: 4px;
    border-color: #eef0f4;
    -webkit-box-shadow: 0px 15px 30px 0px rgba(233, 237, 244, 1);
    -moz-box-shadow: 0px 15px 30px 0px rgba(233, 237, 244, 1);
    box-shadow: 0px 15px 30px 0px rgba(233, 237, 244, 1);
}

.iq-card-header .dropdown-menu .dropdown-item {
    padding: 8px 15px;
    color: #777D74;
}

.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: #e8f0f6;
    color: #1c67a2;
}

/*--------------*/
.iq-card-header select.form-control {
    background: #eef0f4;
    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: #777D74;
}

.iq-list-style-1 li a i {
    color: #9597af;
    margin-right: 5px;
}

.iq-list-style-1 li a:hover, .iq-list-style-1 li a:focus {
    text-decoration: none;
    color: #1c67a2;
}

.iq-list-style-1.text-white li a, .iq-list-style-1.text-white li a i {
    color: #ffffff;
}

.list-inline.text-white li a {
    color: #ffffff;
}

.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: 22px;
    text-decoration: none;
    box-shadow: 20px 20px 20px rgba(0, 0, 0, 0.07), -20px -20px 20px rgba(255, 255, 255, 0.7), 6px 6px 6px rgba(0, 0, 0, 0.09), -6px -6px 6px rgba(255, 255, 255, 0.9);
}

.iq-icon-box:hover {
    text-decoration: none;
}

/*---------------------------------------------------------------------                             Tasks Card-----------------------------------------------------------------------*/
.tasks-card {
    padding: 0 0 15px 0;
    border-bottom: 1px solid #eef0f4;
    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-page {
    height: 100vh;
}

.sign-in-detail {
    padding: 100px;
    height: 100vh;
}

.sign-in-logo {
    display: inline-block;
    width: 100%;
}

.sign-in-logo img {
    height: 50px;
}

.sign-in-from {
    padding: 0 120px;
}

.sign-info {
    border-top: 1px solid #cdd1f3;
    margin-top: 30px;
    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;
    background: #e8f0f6;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.iq-social-media li a:hover {
    text-decoration: none;
}

/*---------------------------------------------------------------------                               Dash Hover-----------------------------------------------------------------------*/
.dash-hover-blank {
    background-color: #eee;
    border: dashed 2px #444;
    height: 90%;
    justify-content: center;
}

.dash-hover-blank:hover {
    cursor: pointer;
    background-color: #ddd;
}

/*---------------------------------------------------------------------                               Waves Effect-----------------------------------------------------------------------*/
.iq-waves-effect {
    position: relative;
    overflow: hidden;
}

/*  Ripple */
.ripple {
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(28, 103, 162, 0.1);
    transform: scale(0);
    position: absolute;
    opacity: 1;
}

.rippleEffect {
    animation: rippleDrop .6s linear;
}

@keyframes rippleDrop {
    100% {
        transform: scale(2);
        opacity: 0;
    }
}

/*---------------------------------------------------------------------                                Sidebar-----------------------------------------------------------------------*/
.iq-sidebar {
    position: fixed;
    z-index: 999;
    top: 0;
    width: 260px;
    overflow: hidden;
    height: 100%;
    background: #f2f4ff;
    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: inset 0px 0px 10px 0px rgba(29, 36, 56, 0.1);
    -moz-box-shadow: inset 0px 0px 10px 0px rgba(29, 36, 56, 0.1);
    box-shadow: inset 0px 0px 10px 0px rgba(29, 36, 56, 0.1);
}

.iq-sidebar .iq-sidebar-logo {
    float: none;
    width: 100%;
}

.iq-sidebar #sidebar-scrollbar {
    margin-top: 15px;
}

/*---------------------------------------------------------------------                             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: #1d2438;
    font-size: 15px;
    position: relative;
    padding: 15px 20px 15px 30px;
    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;
    padding: 0;
    list-style-type: none;
}

.iq-sidebar-menu .iq-menu li {
    list-style-type: none;
}

.iq-sidebar-menu .iq-menu li a {
    font-size: 14px;
    white-space: nowrap;
    display: block;
    color: #777D74;
    position: relative;
    padding: 15px 20px 15px 30px;
    line-height: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
}

.iq-sidebar-menu .iq-menu li a i {
    font-size: 20px;
    margin-right: 10px;
    vertical-align: middle;
    width: 20px;
    display: inline-block;
    float: left;
}

.iq-sidebar-menu .iq-menu li a span {
    white-space: nowrap;
    padding: 0;
    display: inline-block;
    float: left;
    -webkit-transition: all 0.3 = s ease-out 0s;
    -moz-transition: all 0.3 = s ease-out 0s;
    -ms-transition: all 0.3 = s ease-out 0s;
    -o-transition: all 0.3 = s ease-out 0s;
    transition: all 0.3 = s ease-out 0s;
}

.iq-sidebar-menu .iq-menu li a .iq-arrow-right {
    margin-right: 0;
    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.active {
    border-bottom: none;
}

.iq-sidebar-menu .iq-menu li a:hover, .iq-sidebar-menu .iq-menu li.active > a, .iq-sidebar-menu .iq-menu li.menu-open > a {
    color: #1c67a2;
    background: #f2f4ff;
    text-decoration: none;
    box-shadow: 20px 20px 20px rgba(29, 36, 56, 0.05), -20px -20px 20px rgba(255, 255, 255, 0.5), 6px 6px 6px rgba(29, 36, 56, 0.05), -6px -6px 6px rgba(255, 255, 255, 0.5);
}

.iq-sidebar-menu .iq-menu li.active .iq-arrow-right {
    transform: rotate(90deg);
}

.iq-sidebar-menu .iq-menu li .iq-submenu li a:hover, .iq-sidebar-menu .iq-menu li.active .iq-submenu li > a {
    background: transparent;
    box-shadow: none;
}

.iq-sidebar-menu .iq-menu li .iq-submenu li > a::before {
    display: none;
}

/*------------------------*/
.iq-sidebar-menu .iq-menu li ul {
    display: none;
    padding-left: 40px;
}

.iq-sidebar-menu .iq-menu li ul li a {
    color: #777D74;
    background: transparent;
    padding: 12px 20px;
}

.iq-sidebar-menu .iq-menu li ul a:hover {
    color: #1c67a2;
    text-decoration: none;
    background: transparent;
}

/*---------Sidebar Dark---------------*/
.iq-sidebar.sidebar-dark, .iq-sidebar.sidebar-dark .iq-sidebar-logo {
    background: #151b21;
    color: #ffffff;
}

.iq-sidebar.sidebar-dark .iq-sidebar-logo a span {
    color: rgba(255, 255, 255, 0.8);
}

.iq-sidebar.sidebar-dark .iq-sidebar-menu .iq-menu .iq-menu-title {
    color: rgba(255, 255, 255, 0.4);
}

.iq-sidebar.sidebar-dark .iq-menu li > a::before {
    display: none;
}

.iq-sidebar.sidebar-dark .iq-sidebar-menu .iq-menu li > a:hover, .iq-sidebar.sidebar-dark .iq-sidebar-menu .iq-menu li.active > a, .iq-sidebar.sidebar-dark .iq-sidebar.sidebar-dark .iq-sidebar-menu .iq-menu li a {
    color: #ffffff;
    background: #0f1317;
}

.iq-sidebar.sidebar-dark .iq-menu li a:hover, .iq-sidebar.sidebar-dark .iq-menu li.active > a, .iq-sidebar.sidebar-dark .iq-menu li.menu-open > a {
    color: #ffffff;
    background: #0f1317;
}

.iq-sidebar.sidebar-dark .iq-sidebar-menu .iq-menu li a {
    color: rgba(255, 255, 255, 0.6);
}

.iq-sidebar.sidebar-dark .iq-sidebar-menu .iq-menu li ul li a {
    background: transparent;
    padding-left: 60px;
}

.iq-sidebar.sidebar-dark .iq-sidebar-menu .iq-menu li ul {
    padding-left: 0;
}

.iq-sidebar.sidebar-dark .iq-sidebar-menu .iq-menu li.active .iq-submenu li > a {
    background: transparent;
}

.iq-sidebar.sidebar-dark .ripple {
    background: rgba(255, 255, 255, 0.1);
}

.iq-sidebar.sidebar-dark .iq-menu-bt {
    background: #0f1317;
}

.iq-sidebar.sidebar-dark .line-menu {
    background: #ffffff;
}

.menu-open {
    display: block !important;
}

.menu-open > a {
    text-decoration: none;
}

.sidebar-main .iq-sidebar .iq-submenu {
    display: none !important
}

.sidebar-main .iq-sidebar:hover .menu-open {
    display: block !important
}

/*---------------------------------------------------------------------                             Top Menu-----------------------------------------------------------------------*/
.iq-top-navbar .iq-navbar-custom .iq-menu-bt {
    display: none;
}

.iq-top-navbar {
    border-radius: 0;
    margin-bottom: 0;
    padding: 0;
    min-height: 73px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: inline-block;
    z-index: 99;
    background: #f2f4ff;
    border-bottom: 1px solid #ece5ff;
}

.iq-top-navbar .iq-navbar-custom .navbar-breadcrumb {
    display: inline-block;
    margin: 15px 0 0 30px;
    float: left;
}

.iq-top-navbar .breadcrumb .breadcrumb-item.active {
    color: #777D74;
}

.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: #777D74;
}

.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-toggle::after {
    display: none;
}

.navbar-list li > a {
    font-size: 18px;
    padding: 0 15px;
    line-height: 73px;
    color: #1c67a2;
    display: block;
    min-height: 75px;
}

.menu-tag {
    position: absolute;
    background: #1d2438;
    color: #ffffff;
    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 img {
    width: 40px;
    height: 40px;
}

.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-top-navbar .iq-sidebar-logo .top-logo {
    display: none;
}

.iq-breadcrumb {
    display: none;
}

/*---------- Sidebar Logo --------------*/
.iq-sidebar-logo {
    display: inline-block;
    width: 260px;
    padding-top: 15px;
    padding-left: 20px;
    float: left;
    position: relative;
    -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 {
    display: flex;
    align-items: flex-start;
}

.iq-sidebar-logo a span {
    margin-left: 10px;
    font-size: 28px;
    color: #1d2438;
    font-family: 'Questrial', sans-serif;
    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-menu-bt {
    background: #f2f4ff;
    padding: 12px 10px;
    margin-right: 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;
    box-shadow: 20px 20px 20px rgba(29, 36, 56, 0.05), -20px -20px 20px rgba(255, 255, 255, 0.5), 6px 6px 6px rgba(29, 36, 56, 0.05), -6px -6px 6px rgba(255, 255, 255, 0.5);
}

.wrapper-menu {
    width: 20px;
    height: 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    transition: transform 330ms ease-out;
}

.wrapper-menu.open {
    transform: rotate(-45deg);
}

.line-menu {
    background-color: #1c67a2;
    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);
}

/*----------------------*/
.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: #ffffff;
    transition: all 0.3s;
    padding: 0;
    border-radius: 4px;
    -webkit-box-shadow: 0px 0px 25px 0px rgba(45, 69, 95, 0.1);
    -moz-box-shadow: 0px 0px 25px 0px rgba(45, 69, 95, 0.1);
    box-shadow: 0px 0px 25px 0px rgba(45, 69, 95, 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-top-navbar .iq-sub-dropdown .badge {
    box-shadow: none;
}

/* ---------------------------------------------- * 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 {
    font-size: inherit;
    padding: 15px;
    line-height: normal;
    color: inherit;
    border-bottom: 1px solid #f3f7fd;
    display: inline-block;
    width: 100%;
}

.navbar-list li .iq-sub-dropdown .iq-sub-card img {
    box-shadow: 20px 20px 20px rgba(29, 36, 56, 0.05), -20px -20px 20px rgba(255, 255, 255, 0.5), 6px 6px 6px rgba(29, 36, 56, 0.05), -6px -6px 6px rgba(255, 255, 255, 0.5);
}

.iq-top-navbar .search-box {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    background-color: #f2f4ff;
    transition: all 0.3s;
    padding: 15px;
    -webkit-box-shadow: 0px 0px 25px 0px rgba(45, 69, 95, 0.1);
    -moz-box-shadow: 0px 0px 25px 0px rgba(45, 69, 95, 0.1);
    box-shadow: 0px 0px 25px 0px rgba(45, 69, 95, 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;
    box-shadow: 20px 20px 20px rgba(29, 36, 56, 0.05), -20px -20px 20px rgba(255, 255, 255, 0.5), 6px 6px 6px rgba(29, 36, 56, 0.05), -6px -6px 6px rgba(255, 255, 255, 0.5);
}

.search-box .search-input {
    width: 300px;
    height: 50px;
    padding: 0 1em;
    border: 1px solid #d4e3f9;
    background-color: #f2f4ff;
    opacity: 1;
}

.iq-sub-dropdown .iq-card-icon {
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 22px;
}

/*---------------------------------------------------------------------                              Content Page-----------------------------------------------------------------------*/
.content-page {
    margin-left: 260px;
    overflow: hidden;
    padding: 100px 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-out 0s;
}

.iq-user-dropdown {
    width: 350px;
}

body.sidebar-main .content-page, body.sidebar-main .iq-footer {
    margin-left: 80px;
}

body.sidebar-main .iq-sidebar-logo {
    width: 80px;
}

body.sidebar-main .iq-sidebar .iq-sidebar-menu .iq-menu li a span, body.sidebar-main .iq-sidebar-logo a span, body.sidebar-main .iq-sidebar-menu .iq-menu li a .badge {
    opacity: 0;
    display: none;
}

body.sidebar-main .iq-sidebar-menu .iq-menu .iq-menu-title span {
    display: none;
}

body.sidebar-main .iq-sidebar-menu .iq-menu .iq-menu-title i {
    font-size: 20px;
    display: block;
}

body.sidebar-main .iq-menu-bt {
    opacity: 0;
    display: none;
}

body.sidebar-main .iq-sidebar {
    width: 80px;
}

body.sidebar-main .iq-sidebar-menu .iq-menu li a .iq-arrow-right {
    margin-right: 0;
    display: none;
}

body.sidebar-main .iq-sidebar:hover, body.sidebar-main .iq-sidebar:hover .iq-sidebar-logo {
    width: 260px;
}

body.sidebar-main .iq-sidebar:hover .iq-sidebar-menu .iq-menu li a .iq-arrow-right {
    margin-right: 0;
    display: inline-block;
}

body.sidebar-main .iq-sidebar:hover .iq-sidebar-menu .iq-menu li a span, body.sidebar-main .iq-sidebar:hover .iq-sidebar-logo a span, body.sidebar-main .iq-sidebar:hover .iq-sidebar-menu .iq-menu li a .badge, body.sidebar-main .iq-sidebar:hover .iq-menu-bt {
    opacity: 1;
    display: inline-block;
}

body.sidebar-main .iq-sidebar .iq-sidebar-menu .iq-menu li ul {
    display: none;
}

body.sidebar-main .iq-sidebar.sidebar-hover .iq-sidebar-menu .iq-menu li ul {
    display: none;
}

/*--------------------*/
.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;
}

/*-------------- Media Header ---------------*/
.iq-card .iq-card-header.iq-header-media {
    padding: 20px;
}

/*-------------- Content Page ---------------*/
.big-card {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid #f2edff;
    padding: 20px;
}

/*---------------------------------------------------------------------                              Error Page-----------------------------------------------------------------------*/
.iq-error {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    display: inline-block;
}

.iq-error h1 {
    font-weight: 900;
    font-size: 16rem;
    line-height: 14rem;
    margin-bottom: 0;
    padding-top: 45px;
    letter-spacing: 15px;
}

.iq-error-img {
    position: absolute;
    bottom: 0;
    left: 0;
    display: inline-block;
    width: 100%;
}

/*---------------------------------------------------------------------                               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: #fff;
    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: #fff;
}

/* 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: #ffffff;
    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: #ffffff;
}

.owl-carousel .owl-dots .owl-dot.active span {
    background: #ffffff;
    box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.2);
}

.iq-example-row .row > .col, .iq-example-row .row > [class^=col-] {
    padding-top: .75rem;
    color: #1d2438;
    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;
}

/*---------------------------------------------------------------------                               OWL Carousel-----------------------------------------------------------------------*/
.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: #ffffff;
    border: 1px solid #777D74;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    font-weight: normal;
    transition: all 0.2s ease-in-out;
}

.avatar-upload .avatar-edit input + label:hover {
    background: #f1f1f1;
    border-color: #d6d6d6;
}

.avatar-upload .avatar-edit input + label:after {
    content: "\f040";
    font-family: "FontAwesome";
    color: #1d2438;
    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 #f8f8f8;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}

.avatar-upload .avatar-preview > div {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

/*---------------------------------------------------------------------                               OWL Carousel-----------------------------------------------------------------------*/
.iq-card-icon {
    height: 60px;
    width: 60px;
    display: inline-block;
    line-height: 60px;
    text-align: center;
    font-size: 22px;
    box-shadow: 20px 20px 20px rgba(0, 0, 0, 0.07), -20px -20px 20px rgba(255, 255, 255, 0.7), 6px 6px 6px rgba(0, 0, 0, 0.09), -6px -6px 6px rgba(255, 255, 255, 0.9);
}

/*---------------------------------------------------------------------                               Timeline-----------------------------------------------------------------------*/
.iq-timeline {
    margin: 0 0 0 5px;
    padding: 0;
    width: 100%;
    border-left: 3px solid #ece5ff;
}

.iq-timeline li {
    margin-left: 15px;
    position: relative;
    padding: 15px 15px 0 5px;
    list-style-type: none;
}

.iq-timeline li .timeline-dots {
    position: absolute;
    top: 20px;
    left: -24px;
    border: 3px solid #1c67a2;
    border-radius: 90px;
    padding: 5px;
    background: #fff;
}

/*---------------------------------------------------------------------                               Team-----------------------------------------------------------------------*/
.iq-team {
    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: #ffffff;
}

.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: #ffffff;
}

.user-add-plus {
    position: absolute;
    right: 30px;
    font-size: 24px;
    bottom: -25px;
    height: 60px;
    width: 60px;
    line-height: 60px;
    text-align: center;
    background: #1d2438;
    color: #ffffff;
    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: #1c67a2;
    color: #ffffff;
    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: #777D74;
    margin-bottom: 3px;
}

.iq-email-list .iq-email-ui li:last-child {
    margin-bottom: 0;
}

.iq-email-list .iq-email-ui li a {
    color: #777D74;
    padding: 0;
    display: inline-block;
    width: 100%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    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: #1c67a2;
}

.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: #777D74;
    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 {
    background: #e8f0f6;
    color: #1c67a2;
    text-align: center;
    line-height: 38px;
    display: inline-block;
    width: 40px;
    height: 40px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    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-to-list ul li a:hover, .iq-email-to-list ul li.q-list a:hover {
    color: #1c67a2;
    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 #eef0f4;
    width: 300px;
}

.iq-email-search .search-link {
    position: absolute;
    top: 0;
    right: 15px;
    font-size: 18px;
    line-height: 38px;
    color: #1c67a2;
}

.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 #eef0f4;
    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: #fff;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 132, 255, 0.2);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0, 132, 255, 0.2);
    box-shadow: 0px 0px 30px 0px rgba(0, 132, 255, 0.2);
}

.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: #1c67a2;
    font-weight: 500;
}

.iq-email-listbox .iq-email-sender-list li.iq-unread li a {
    color: #007bff;
}

.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: #777D74;
    margin-left: 10px;
    font-size: 18px;
}

.iq-email-sender-info .iq-email-title {
    color: #777D74;
    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: #777D74;
    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: #1d2438;
}

.iq-email-sender-list .iq-social-media {
    position: absolute;
    line-height: 62px;
    right: -200px;
    top: 0;
    background: #ffffff;
    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: #1d2438;
}

.iq-subject-info {
    display: flex;
    align-items: flex-start;
}

.iq-subject-status {
    margin-left: 15px;
    flex: 1;
}

/*---------------------------------------------------------------------                             Booking list-----------------------------------------------------------------------*/
.iq-booking-date {
    background: #eef0f4;
    padding: 15px 15px;
    margin: 0 15px 45px;
    outline: none;
    position: relative;
    overflow: hidden;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    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: #ffffff;
    -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: #ffffff;
    -webkit-border-radius: 90px;
    -moz-border-radius: 90px;
    border-radius: 90px;
    opacity: 0;
}

.slick-slide.slick-active.slick-center .iq-booking-date {
    background: #1c67a2;
    color: #ffffff;
    box-shadow: 20px 20px 20px rgba(29, 36, 56, 0.05), -20px -20px 20px rgba(255, 255, 255, 0.5), 6px 6px 6px rgba(29, 36, 56, 0.05), -6px -6px 6px rgba(255, 255, 255, 0.5);
}

.slick-slide.slick-active.slick-center .iq-booking-date h3 {
    color: #ffffff;
}

.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: #ffffff;
    -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: 10px;
    margin-bottom: 30px;
    background: #e9ecff;
}

/*----------------------------------------------------------------------                        Chart ----------------------------------------------------------------------*/
#sda1-chart, #sda1-chart1, #sda1-chart2 {
    min-height: 200px !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;
}

/*-----------------------------------------------------------------                        Circle Progressbar------------------------------------------------------------------- */
.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: #f3f7fd;
    width: 45px;
    height: 45px;
    display: inline-block;
    padding: 10px;
    border-radius: 4px;
}

.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: #00c99c;
}

.iq-booking-status {
    line-height: 30px;
    display: inline-block;
    margin-right: 30px;
}

.iq-booking-status span {
    width: 16px;
    height: 16px;
    border-radius: 4px;
    display: inline-block;
    background: #f3f7fd;
    margin-right: 10px;
    margin-top: 6px;
    float: left;
}

/*-----------------------------------------------------------------                        Sidebar Menu------------------------------------------------------------------- */
#right-sidebar-scrollbar {
    height: 100vh;
}

.iq-sidebar-right-menu {
    position: fixed;
    top: 75px;
    right: -400px;
    width: 360px;
    background: #eef0f4;
    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: #ffffff;
    border-radius: 4px;
    padding: 30px 25px 30px;
    position: relative;
}

.iq-booking-ticket:after {
    content: "";
    position: absolute;
    bottom: 100px;
    left: -10px;
    height: 20px;
    width: 20px;
    background: #1c67a2;
    -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: #1c67a2;
    -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: 4px;
    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;
    font-family: 'Questrial', sans-serif;
    display: table-cell;
    color: #212529;
}

.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: 8px;
}

.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;
}

/*---------------------------------------------------------------------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 {
    padding: 15px;
    margin-left: 260px;
    -webkit-box-shadow: 0px 0px 12px 0px rgba(55, 73, 72, 0.06);
    -moz-box-shadow: 0px 0px 12px 0px rgba(55, 73, 72, 0.06);
    box-shadow: 0px 0px 12px 0px rgba(55, 73, 72, 0.06);
    -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;
    border-top: 1px solid #ece5ff;
}

.iq-footer ul li a {
    color: #777D74;
}

.iq-footer ul li a:hover {
    color: #1c67a2;
    text-decoration: none;
}

.bg-banner-image.style-three {
    height: 150px;
    background: url('../image/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: #1c67a2;
    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: #19beec;
    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 #ddd;
    margin-bottom: 15px;
}

.track {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    overflow-x: scroll;
}

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    border-radius: 20px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 20px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 20px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
    border-radius: 20px;
}

/*---------------------------------------------------------------------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% - 15px);
    -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: #fff;
}

.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: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

#compose-email-popup {
    position: fixed;
    max-width: 700px;
    left: auto;
    right: 0;
    top: auto;
    bottom: 0;
    padding: 0 !important;
    height: auto;
    width: 100%;
}

#compose-email-popup .iq-card {
    border-radius: 5px 5px 0 0;
}

button.close-popup {
    background: transparent;
    color: #000;
    border: none;
    font-size: 20px;
    line-height: 20px;
}

.compose-bottom {
    border-top: 1px solid #777D74;
}

.select2-container--default .select2-selection--multiple {
    background: #bfbfbe;
    border: 0px solid #d7dbda;
}

.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: #1d2438;
    background-color: #e8f0f6;
    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: #1c67a2 !important;
    border-color: #1c67a2 !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: #00c99c !important;
    border-color: #00c99c !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: #f4828b !important;
    border-color: #f4828b !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: #ffd400 !important;
    border-color: #ffd400 !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: #1d2438 !important;
    border-color: #1d2438 !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: #50baff !important;
    border-color: #50baff !important;
}

/* checkbos 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: #fff;
}

.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: #fff;
}

.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: #fff;
    content: attr(data-on-label);
    text-align: left;
}

.custom-switch.custom-switch-text label::before {
    color: #000;
    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: #475F7B;
    font-size: .85rem;
    opacity: 0;
}

.counter-value {
    color: #FFF;
    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: #e9ecff;
    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: #e8f0f6;
    color: #1c67a2;
    border: none;
}

.fc-unthemed .fc-toolbar .fc-button.fc-button-active, .fc-unthemed .fc-toolbar .fc-button:active, .fc-unthemed .fc-toolbar .fc-button:focus {
    color: #fff;
    background-color: #007bff;
}

.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: #fff;
}

.schedule-text span {
    display: block;
}

.calender-small .flatpickr-calendar.animate.inline {
    width: 100%;
    box-shadow: none;
    background: transparent;
}

/*---------------------------------------------------------------------Simple From Wizard-----------------------------------------------------------------------*/
#form-wizard1 {
    position: relative;
}

#form-wizard1 fieldset:not(:first-of-type) {
    display: none
}

.card {
    z-index: 0;
    border: none;
    position: relative
}

.steps {
    font-size: 25px;
    color: gray;
    margin-bottom: 10px;
    font-weight: normal;
    text-align: right
}

#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey
}

#progressbar .active {
    color: #1c67a2;
}

#progressbar li {
    list-style-type: none;
    font-size: 15px;
    width: 25%;
    float: left;
    position: relative;
    font-weight: 400
}

#progressbar #account:before {
    font-family: FontAwesome;
    content: "\f13e"
}

#progressbar #personal:before {
    font-family: FontAwesome;
    content: "\f007"
}

#progressbar #payment:before {
    font-family: FontAwesome;
    content: "\f030"
}

#progressbar #confirm:before {
    font-family: FontAwesome;
    content: "\f00c"
}

#progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 20px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px
}

#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1
}

#progressbar li.active:before, #progressbar li.active:after {
    background: #1c67a2;
}

.progress {
    height: 20px
}

.progress-bar {
    background-color: #1c67a2;
}

.fit-image {
    width: 100%;
    object-fit: cover
}

/*---------------------------------------------------------------------validate form Wizard-----------------------------------------------------------------------*/
.stepwizard-step p {
    margin-top: 10px;
}

.stepwizard-row {
    display: table-row;
}

.stepwizard {
    display: table;
    width: 100%;
    position: relative;
}

.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-order: 0;
}

.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}

.stepwizard-step > a {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
    border-radius: 50%;
}

.stepwizard-step > a.btn-primary {
    background: #1c67a2;
    border-color: #1c67a2;
    color: #fff;
}

.has-error .form-control {
    border: 1px solid #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

/*---------------------------------------------------------------------Chat-----------------------------------------------------------------------*/
<
<
<
<
<
<
<
HEADspan.avatar-status {
    position: absolute;
    bottom: -10px;
    top: auto;
    left: auto;
    right: -7px;
}

.chat-sidebar-channel .avatar, .avatar {
    position: relative;
}

.chat-sidebar-channel {
    overflow: auto;
    height: 450px;
}

.chat-data {
    background: lightgrey;
}

.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: #fff;
    width: 100px;
    text-align: center;
    border-radius: 50%;
}

span.chat-icon-favorite, span.dropdown {
    font-size: 20px;
}

.chat-content {
    position: relative;
    height: calc(100vh - 20rem);
    text-align: center;
    padding: 1.4rem;
    overflow-y: scroll;
    overflow-x: hidden;
}

.chat-user {
    float: right;
}

.chat-detail {
    overflow: hidden;
    margin: .67rem 2rem 0 0;
}

.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: #FFF;
    background: #1c67a2;
    border-radius: .267rem;
    box-shadow: 0 2px 4px 0 rgba(90, 141, 238, .6);
}

.chat-detail .chat-message .chat-time {
    position: absolute;
    bottom: -20px;
    right: 0;
    color: #828D99;
    font-size: .8rem;
    white-space: nowrap;
}

.chat-left .chat-user {
    float: left;
}

.chat-content .chat-body .chat-message p {
    margin-bottom: 0;
}

.chat-content .chat-left .chat-message {
    text-align: left;
    float: left;
    margin: 0 .3rem 1.8rem 1.3rem;
    color: #727E8C;
    background-color: #FAFBFB;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .3);
}

div#chatuser-detail-popup {
    height: calc(100vh - 17.15rem);
    width: 290px;
    border-radius: 0 .25rem .25rem 0;
    background-color: #FFF;
    position: fixed;
    transition: all .3s ease;
    right: 0;
    bottom: 4rem;
    left: auto;
}

.tab-content {
    position: relative;
}

.user-profile > button {
    position: absolute;
    right: 0;
}

.chat-searchbar {
    position: relative;
}

.form-group.chat-search-data > i {
    position: absolute;
    top: 10px;
    left: 5px;
}

=
=
=
=
=
=
=
span.avatar-status {
    position: absolute;
    bottom: -10px;
    top: auto;
    left: auto;
    right: -7px;
}

.chat-sidebar-channel .avatar, .avatar {
    position: relative;
}

.chat-sidebar-channel {
    overflow: auto;
    height: 450px;
}

.chat-data {
    background: lightgrey;
}

.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: #fff;
    width: 100px;
    text-align: center;
    border-radius: 50%;
}

span.chat-icon-favorite, span.dropdown {
    font-size: 20px;
}

.chat-footer i {
    font-size: 20px;
}

.chat-content {
    position: relative;
    height: calc(100vh - 18rem);
    text-align: center;
    padding: 1.4rem;
    overflow-y: scroll;
    overflow-x: hidden;
}

.chat-user {
    float: right;
}

.chat-detail {
    overflow: hidden;
    margin: .67rem 2rem 0 0;
}

.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: #FFF;
    background: #1c67a2;
    border-radius: .267rem;
    box-shadow: 0 2px 4px 0 rgba(90, 141, 238, .6);
}

.chat-detail .chat-message .chat-time {
    position: absolute;
    bottom: -20px;
    right: 0;
    color: #828D99;
    font-size: .8rem;
    white-space: nowrap;
}

.chat-left .chat-user {
    float: left;
}

.chat-content .chat-body .chat-message p {
    margin-bottom: 0;
}

.chat-content .chat-left .chat-message {
    text-align: left;
    float: left;
    margin: 0 .3rem 1.8rem 1.3rem;
    color: #727E8C;
    background-color: #FAFBFB;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .3);
}

div#chatuser-detail-popup {
    height: calc(100vh - 17.15rem);
    width: 290px;
    border-radius: 0 .25rem .25rem 0;
    background-color: #FFF;
    position: fixed;
    transition: all .3s ease;
    right: 0;
    bottom: 4rem;
    left: auto;
}

.chat-data .tab-content {
    position: relative;
}

.user-profile > button {
    position: absolute;
    right: 0;
}

.chat-searchbar {
    position: relative;
}

.form-group.chat-search-data > i {
    position: absolute;
    top: 10px;
    left: 5px;
}

>>> >>> >

5
abf3eac8f2551a83803787a036d03c9b67f74e2