/*
Template: Sofbox - 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
:: 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: #e7af28;
    color: #fff;
    text-shadow: none;
}

::-moz-selection {
    background: #e7af28;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #e7af28;
    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;
}

ul {
    list-style: none;
}

a:hover {
    text-decoration: none;
}

.dropdown-item {
    font-size: 14px;
}

label.blank_label {
    height: 15px;
    width: 100%;
}

/* scroller */
.scroller {
    overflow-y: auto;
    scrollbar-color: #e7af28 #e8f0f6;
    scrollbar-width: thin;
}

    .scroller::-webkit-scrollbar-thumb {
        background-color: #e7af28;
    }

    .scroller::-webkit-scrollbar-track {
        background-color: #e8f0f6;
    }

/* Form */
#sidebar-scrollbar {
    height: 100%;
}

.required.form-control {
    border-left: 2px solid #e2001a;
}

.form-select.required {
    border-left: 2px solid #e2001a;
}

/*INPUT-COMBINER*/

.combiner-r {
    display: table;
    width: 100%
}

    .combiner-r > * {
        display: table-cell !important
    }

    .combiner-r .combine-r {
        min-width: 30px
    }

    .combiner-r > :first-child {
        border-radius: 3px 0 0 3px !important
    }

    .combiner-r .combine-r:hover {
        background: #2492ff;
        color: #fff !important;
        border-color: #1b77d3 !important;
    }

    .combiner-r .combine-r {
        min-height: 25px;
        line-height: 23px;
        white-space: nowrap;
        position: relative;
        padding: 0 5px;
        /* min-height: 25px !important; */
        min-width: 30px;
        text-align: center;
        border-radius: 0 3px 3px 0;
        background: #f7f7f7;
        border: 1px solid silver;
        border-left: none;
        color: #1a1a1a;
        font-size: 12px;
        border-top-left-radius: 0 !important;
        border-bottom-left-radius: 0 !important;
        cursor: pointer;
        width: max-content;
    }

.group-control:not(:first-child) .combiner-r > :first-child {
    border-radius: 0 !important;
}

.combiner-r .combine-r i {
    padding: 0 2px;
    font-size: 13px !important;
    position: relative;
    top: 1px;
}

.combiner-r .combine-r:hover i {
    color: #fff !important;
}

.combiner-r .form-control {
    border-radius: 3px 0 0 3px !important;
}

.combiner-r .combine-r:focus {
    outline: 2px solid #2492ff !important;
    outline-offset: 0px;
    z-index: 1;
}

.combiner-r .combine-r:not(:last-child) {
    border-radius: 0;
}

.group-control:not(:last-child) .combine-r {
    border-radius: 0;
}

.combine-r[disabled=disabled] {
    pointer-events: none;
    cursor: no-drop !important;
    opacity: .3;
}

a.combine-r.green {
    background: #01a285 !important;
    color: white;
    border: 1px solid #017d67;
}

/*AUTOEXTERDER*/
/*AUTOEXTENDER*/
.AutoCompleteExtenderList {
    padding: 0;
    list-style: none;
    color: black;
    border: 1px solid #979797;
    border-top: none;
    box-shadow: 0 3px 6px #00000066;
    max-height: 150px;
    overflow: auto;
    background: white;
    border-radius: 4px 4px;
    z-index: 1060;
    max-width: 350px !important;
    width: max-content !important;
}

.AutoCompleteExtenderItem, .AutoCompleteExtenderItem:hover, .AutoCompleteExtenderHighlight {
    padding: 3px 10px;
    border-bottom: 1px solid #dbdbdb;
    color: black;
    font-size: 11px;
}

    .AutoCompleteExtenderHighlight, .AutoCompleteExtenderItem:hover {
        background: #009ad7;
        cursor: pointer;
        color: white;
        border-color: #0889bd;
    }

/*---------------------------------------------------------------------
                                  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: #e7af28;
        }

        .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: #e7af28 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: #e7af28;
    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: #e7af28;
}

/*--------------*/
.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: #e7af28;
            }

    .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;
    background-color: white;
}

.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: 50px;
    box-shadow: #cbcbcb 0px 0px 20px 10px;
}

.forgot-from {
    padding: 50px;
    box-shadow: #cbcbcb 0px 0px 20px 10px;
}

.sign-up-from {
    padding: 40px;
    box-shadow: #cbcbcb 0px 0px 20px 10px;
    margin: 20px;
}

.singup-logo {
    max-width: 150px;
    display: none;
    width: 100%;
}

.btn-button {
    background: #e7af28 !important;
    border-color: #e7af28 !important;
}

    .btn-button:hover {
        background: #e7af28;
        border-color: #e7af28;
    }

.pass-icon-out {
    position: relative;
}

.pass-icon {
    position: absolute;
    top: 33px;
    right: 20px;
}

.email-icon-out {
    position: relative;
}

.email-icon {
    position: absolute;
    top: 33px;
    right: 20px;
}

.email-icon-out input {
    padding-right: 40px !important;
}

.sign-info {
    margin-top: 10px;
    padding-top: 20px;
}

a.top-toggle {
    font-size: 13px !important;
    border: solid 1px;
    line-height: 25px !important;
    min-height: 25px !important;
    border-radius: 15px;
}

    a.top-toggle i {
        margin-right: 5px;
    }

.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-toggle {
    overflow: auto;
    height: calc(100vh - 55px);
}

.iq-sidebar {
    position: fixed;
    z-index: 999;
    top: 0;
    width: 260px;
    overflow: hidden;
    height: 100%;
    background: #fff;
    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);
    -webkit-transition: all 0.3s ease-in-out;
    -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);
}

    .iq-sidebar .iq-sidebar-logo {
        float: none;
        width: 100%;
    }

    .iq-sidebar #sidebar-scrollbar {
        margin-top: 15px;
    }

#iq-sidebar-toggle li a.current::after {
    content: "";
    position: absolute;
    height: 10px;
    width: 10px;
    display: block;
    background: rgb(38 38 38);
    border-radius: 100%;
    right: 14px;
    top: calc(50% - 5px);
    animation: 1s steps(5, start) 0s infinite normal none running blink-animation;
}

@keyframes blink-animation {
    to {
        visibility: hidden
    }
}

@-webkit-keyframes blink-animation {
    to {
        visibility: hidden
    }
}
/*---------------------------------------------------------------------
                             Sidebar Menu
-----------------------------------------------------------------------*/

/* Form */
#sidebar-scrollbar {
    height: 100vh;
    background-color: #fcb026
}

.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;
            position: relative;
        }

            .iq-sidebar-menu .iq-menu li a {
                font-size: 14px;
                white-space: nowrap;
                display: block;
                color: #262626;
                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: #fff;
                    background: #262626;
                    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 {
                padding-left: 40px;
            }

                .iq-sidebar-menu .iq-menu li ul li a {
                    color: #262626;
                    background: transparent;
                    padding: 12px 20px;
                    text-decoration: none;
                }

                .iq-sidebar-menu .iq-menu li ul a:hover {
                    color: #262626;
                    text-decoration: none;
                    background: transparent;
                }

.iq-submenu:after {
    height: calc(100% - 42px);
    content: "";
    width: 4px;
    background: #262626;
    top: 21px;
    left: 37px;
    position: absolute;
    border-radius: 10px;
}

.iq-submenu {
    position: relative;
}

/*---------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: #fcb026;
    }

    .iq-sidebar.sidebar-dark .line-menu {
        background: #ffffff;
    }

/*---------Sidebar Dark blue ---------------*/
.iq-sidebar.sidebar-dark-blue,
.iq-sidebar.sidebar-dark-blue .iq-sidebar-logo {
    background: #e7af28;
    color: #ffffff;
}

    .iq-sidebar.sidebar-dark-blue .iq-sidebar-logo a span {
        color: rgba(255, 255, 255, 0.8);
    }

    .iq-sidebar.sidebar-dark-blue .iq-sidebar-menu .iq-menu .iq-menu-title {
        color: rgba(255, 255, 255, 0.4);
    }

    .iq-sidebar.sidebar-dark-blue .iq-menu li > a::before {
        display: none;
    }

    .iq-sidebar.sidebar-dark-blue .iq-sidebar-menu .iq-menu li > a:hover,
    .iq-sidebar.sidebar-dark-blue .iq-sidebar-menu .iq-menu li.active > a,
    .iq-sidebar.sidebar-dark-blue .iq-sidebar.sidebar-dark-blue .iq-sidebar-menu .iq-menu li a {
        color: #ffffff;
        background: #0c61a3;
        box-shadow: none;
    }

    .iq-sidebar.sidebar-dark-blue .iq-menu li a:hover,
    .iq-sidebar.sidebar-dark-blue .iq-menu li.active > a,
    .iq-sidebar.sidebar-dark-blue .iq-menu li.menu-open > a {
        color: #ffffff;
        background: #0f1317;
    }

    .iq-sidebar.sidebar-dark-blue .iq-sidebar-menu .iq-menu li a {
        color: rgba(255, 255, 255, 0.9);
    }

    .iq-sidebar.sidebar-dark-blue .iq-sidebar-menu .iq-menu li ul li a {
        background: transparent;
        padding-left: 15px;
    }

    .iq-sidebar.sidebar-dark-blue .iq-sidebar-menu .iq-menu li ul {
        padding-left: 0;
    }

    .iq-sidebar.sidebar-dark-blue .ripple {
        background: rgba(255, 255, 255, 0.1);
    }

    .iq-sidebar.sidebar-dark-blue .iq-menu-bt {
        background: #0f1317;
    }

    .iq-sidebar.sidebar-dark-blue .line-menu {
        background: #ffffff;
    }

/*---------------------------------------------------------------------
                             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: #fcb026;
    -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);
}

    .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 10px;
            line-height: 73px;
            color: #262626;
            display: block;
            min-height: 75px;
            margin: 0px 5px;
            text-decoration: none;
        }

a.top-toggle:hover {
    color: #e7af28;
    border: #e7af28 solid 1px;
}

.btn-button a {
    color: white;
}

.iq-card-header.top {
    /* background-color: #e7af28; */
}

    .iq-card-header.top .iq-header-title h4 {
        padding: 5px 10px;
        color: #000;
        margin: 0px;
        font-weight: normal;
    }

    .iq-card-header.top .iq-header-title {
        display: flex;
        text-align: center;
        justify-content: space-between;
        width: 100%;
        color: white;
        background-color: #fcb026;
        border-radius: 5px;
    }

        .iq-card-header.top .iq-header-title i {
            padding: 5px 10px;
            margin: 0;
            line-height: 2;
        }




.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;
}

.nav-item span.dots {
    height: 5px;
    width: 5px;
    font-size: 0;
    text-align: center;
    padding: 0;
    position: absolute;
    top: 25px;
    right: 10px;
    animation: shadow-pulse-dots 1s infinite;
    border-radius: 50%;
    -webkit-border-radius: 50%;
}

.nav-item .badge.count-mail {
    height: 15px;
    width: 15px;
    font-size: 10px;
    text-align: center;
    line-height: 15px;
    padding: 0;
    position: absolute;
    top: 20px;
    right: 10px;
    animation: shadow-pulse 1s infinite;
}

@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(0, 132, 255, 0.2);
    }

    100% {
        box-shadow: 0 0 0 15px rgba(0, 132, 255, 0);
    }
}

/*---------- Sidebar Logo --------------*/
.iq-sidebar-logo {
    display: inline-block;
    width: 260px;
    padding-top: 20px;
    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: 40px;
    }

img.logo {
    width: 100%;
    max-width: 150px;
    margin: 20px 0px;
}

.sign-up-from img {
    max-width: 150px;
    width: 100%;
}

.iq-menu-bt {
    background: #fcb026;
    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;
}

.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: #000;
    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 rgb(68 68 68 / 97%);
    -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;
    }
}

body.sidebar-main .iq-menu-bt {
    opacity: 0;
    display: none;
}

.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 #e7af28;
    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 {
    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;
    }

/* --------------- */
.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;
        }

/*-------------- 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;
}

.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 {
        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 #e7af28;
            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: #e7af28;
        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: #e7af28;
            }

    .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: #e7af28;
            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: #e7af28;
            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: #e7af28;
    }

        .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: #e7af28;
        font-weight: 500;
    }

    .iq-email-listbox .iq-email-sender-list li.iq-unread li a {
        color: #e7af28;
    }

.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: #e7af28;
    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: #e7af28;
        -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: #e7af28;
        -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: #e7af28;
            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: #e7af28;
    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: #e7af28 !important;
    border-color: #e7af28 !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: #e7af28;
    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: #e7af28;
    }

.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;
}

.calender-small .dayContainer {
    width: 100%;
    min-width: auto;
}

.calender-small .flatpickr-days {
    width: 100%;
}

.calender-small .flatpickr-day.today {
    color: #fff;
    border-color: #e7af28;
    background: #e7af28;
}

    .calender-small .flatpickr-day.today:hover,
    .calender-small .flatpickr-day.today:focus {
        color: #fff;
        border-color: #e7af28;
        background: #e7af28
    }

.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: #e7af28;
    }

.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: #fff;
    border-color: #e7af28;
    background: #e7af28;
}

.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: #e8f0f6;
    color: #e7af28;
    border-color: 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: #e7af28;
    }

    #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: #e7af28;
    }

.progress {
    height: 20px
}

.progress-bar {
    background-color: #e7af28;
}

.fit-image {
    width: 100%;
    object-fit: cover
}

/*---------------------------------------------------------------------
validate form Wizard
-----------------------------------------------------------------------*/
.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: #fff;
    color: #374948;
    font-size: 18px;
    font-weight: 400;
    display: block;
    padding: 50px 15px;
    margin: 10px 20px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    text-decoration: none;
    border: 1px solid #f2edff;
    font-family: 'Poppins', sans-serif;
}

.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: #ffffff;
    background: #e7af28;
}

.stepwizard-row #user.active a {
    background: #e8f0f6;
}

.stepwizard-row #document.active a {
    background: #fcecec;
}

.stepwizard-row #bank.active a {
    background: #e5fae5;
}

.stepwizard-row #confirm.active a {
    background: #e8f0f6;
}

.stepwizard-row .wizard-step#user i {
    background: #e8f0f6;
    color: #e7af28;
}

.stepwizard-row .wizard-step#document i {
    background: #fcecec;
    color: #e2001a;
}

.stepwizard-row .wizard-step#bank i {
    background: #e5fae5;
    color: #00ca00;
}

.stepwizard-row .wizard-step#confirm i {
    background: #fffbe5;
    color: #ffd400;
}

.stepwizard-row .wizard-step.active i {
    background-color: #fff !important;
}

.stepwizard-row .wizard-step#document.active i {
    background: #fcecec;
    color: #e2001a;
}

.stepwizard-row .wizard-step#bank.active i {
    background: #e5fae5;
    color: #00ca00;
}

.stepwizard-row .wizard-step#confirm.active i {
    background: #fffbe5;
    color: #ffd400;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
    color: #a94442;
}

.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);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    pointer-events: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/*---------------------------------------------------------------------
Vertical form Wizard
-----------------------------------------------------------------------*/
#form-wizard3 fieldset:not(:first-of-type) {
    display: none
}

#top-tabbar-vertical {
    overflow: hidden;
    color: #777D74;
    margin: 0 -20px 60px;
}

    #top-tabbar-vertical .active {
        color: #e7af28;
    }

    #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: #e8f0f6;
            color: #e7af28;
        }

        #top-tabbar-vertical li#contact i {
            background: #fcecec;
            color: #e2001a;
        }

        #top-tabbar-vertical li#official i {
            background: #e5fae5;
            color: #00ca00;
        }

        #top-tabbar-vertical li#payment i {
            background: #fffbe5;
            color: #ffd400;
        }

        #top-tabbar-vertical li.active a {
            border-color: transparent;
        }

        #top-tabbar-vertical li a {
            background: #fff;
            color: #000;
            display: block;
            padding: 20px 15px;
            margin: 10px 20px;
            border-radius: 5px;
            -webkit-border-radius: 5px;
            text-decoration: none;
            border: 1px solid #f2edff;
        }

        #top-tabbar-vertical li.active i {
            background-color: #fff;
            color: #e7af28;
        }

    #top-tabbar-vertical #personal.active a {
        background: #e8f0f6;
    }

    #top-tabbar-vertical #contact.active a {
        background: #fcecec;
    }

    #top-tabbar-vertical #official.active a {
        background: #e5fae5;
    }

    #top-tabbar-vertical #payment.active a {
        background: #fffbe5;
    }

    #top-tabbar-vertical li.active i {
        background: #fff !important;
    }

/*---------------------------------------------------------------------
Chat
-----------------------------------------------------------------------*/
.chat-page img {
    border-radius: 50%;
}

#chat-search {
    padding-left: 40px;
    background: #e8f0f6;
}

.form-group.chat-search-data > i {
    position: absolute;
    top: 8px;
    left: 15px;
    color: #e7af28;
    font-weight: 600;
    font-size: 16px;
}

.chat-sidebar-name {
    width: 100%;
}

.chat-msg-counter {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    line-height: 22px;
    margin: 0 auto;
    font-size: 10px;
}

.chat-meta span {
    font-size: 10px;
}

span.avatar-status {
    position: absolute;
    bottom: -5px;
    top: auto;
    left: auto;
    right: 0;
}

.iq-chat-ui li a {
    text-decoration: none;
    display: block;
    padding: 20px 15px;
    border-bottom: 1px solid #f1f2f1;
}

    .iq-chat-ui li a.active {
        border-color: transparent;
    }

.nav-pills li a.active {
    color: #e7af28;
    background-color: #e8f0f6;
}

.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: 450px;*/
    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 > i,
.chat-header-icons > span > i {
    width: 40px;
    background: #e8f0f6;
    height: 40px;
    font-size: 20px;
    margin: 0 5px 0 0;
    color: #e7af28;
    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: #FFF;
    background: #e7af28;
    border-radius: .267rem;
    box-shadow: 0 2px 4px 0 rgb(28, 103, 162);
}

    .chat-message > p {
        margin: 0;
    }

    .chat-message::after {
        position: absolute;
        content: "";
        top: 14px;
        bottom: 0;
        left: auto;
        right: -7px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 5px 0 5px 7px;
        border-color: transparent transparent transparent #e7af28;
    }

.chat-left .chat-message::after {
    right: auto;
    left: -7px;
    border-width: 5px 7px 5px 0;
    border-color: transparent #fff transparent transparent;
}

.chat-content .chat-left .chat-message {
    text-align: left;
    float: left;
    margin: 0 .3rem 1.8rem 1.3rem;
    color: #727E8C;
    background-color: #fff;
    box-shadow: 0px 0px 12px 0px rgba(55, 73, 72, 0.06);
}

.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: #fff;
    width: 100px;
    text-align: center;
    border-radius: 50%;
}

.chat-attagement {
    font-size: 20px;
}

    .chat-attagement a {
        color: #777D74;
    }

.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-data .tab-content {
    position: relative;
}

.chat-searchbar {
    position: relative;
}

#chat-user-detail-popup {
    position: absolute;
    top: 0;
    width: 360px;
    background: #fff;
    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 12px 0px rgba(55, 73, 72, 0.06);
    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: #fff;
    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 12px 0px rgba(55, 73, 72, 0.06);
    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 #f1f2f1;
    padding-bottom: 10px;
}

.chat-sidebar-name h6 {
    font-size: 1.2em;
}

.chat-sidebar-name span {
    color: #777D74;
}

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: #fff;
            border-radius: 50%;
            line-height: 40px;
            text-align: center;
            color: #e7af28;
            font-size: 18px;
            margin: 0 15px 0 0;
        }

.profile-img {
    margin-top: -80px;
}

.profile-feed-items li {
    list-style: none;
}

    .profile-feed-items li:last-child a {
        margin: 0;
    }

    .profile-feed-items li a {
        text-decoration: none;
        text-transform: capitalize;
        color: #e7af28;
        background-color: #e8f0f6;
        margin: 0 20px 0 0;
    }

.nav-pills.profile-feed-items li a.active {
    color: #fff;
    background: #e7af28;
}

.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: #e7af28;
    color: #fff;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    font-size: 10px;
}

.twit-feed .twit-meta-tag {
    color: #e7af28;
}

.twit-feed .media-support-user-img img {
    height: 50px;
}

ul.media-story img {
    border: 1px solid rgba(0, 0, 0, .1);
    padding: 2px;
}

ul.media-story li.active img {
    border-color: #e7af28;
}

.add-suggestion {
    border: 1px solid #e7af28;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 35px;
    font-size: 16px;
    color: #e7af28;
}

.suggestions-lists .btn {
    display: block;
}

.feather-icon a,
.message-icon a {
    color: #777D74;
    font-size: 18px;
    font-weight: 300;
}

ul.post-comments {
    list-style: none;
}

.comment-activity > a {
    margin-right: 10px;
    text-transform: capitalize;
    color: #e7af28;
    text-decoration: none;
}

form.comment-text {
    position: relative;
}

.comment-attagement {
    position: absolute;
    left: auto;
    right: 0;
    font-size: 20px;
}

    .comment-attagement a {
        color: #777D74;
    }

#profile-activity .iq-timeline li {
    margin-bottom: 15px;
}

.about-info a,
div#profile-profile a {
    color: #777D74;
}

.twit-date a {
    color: #777D74;
}

/*---------------------------------------------------------------------
Profile Edit Page
-----------------------------------------------------------------------*/
.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: #e7af28;
    color: #fff;
    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: 5px;
    border-radius: 0;
    color: #262626;
    line-height: 20px;
    text-align: center;
    font-size: 13px;
    border-left: 1px solid #e9e9e9;
}

.iq-edit-profile.nav-pills .nav-link.active, .iq-edit-profile.nav-pills .show > .nav-link {
    color: #fff;
    color: #e7af28;
    background: none;
    box-shadow: none;
    font-weight: 600;
}
.dashboard-tabs-header .iq-edit-profile.nav-pills .nav-link.active {
    color: #fcb026;
}
.dashboard-tabs-header .nav-pills .nav-link:hover {
        color: #ffffff;
}

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: #777D74;
}

.iq-todo-page .todo-search,
.iq-todo-right .todo-search {
    padding-left: 35px;
}

.add-new-project > a {
    padding: 0 15px;
    color: #777D74;
    text-transform: capitalize;
    text-decoration: none;
}

.notification-icon > span {
    height: 11px;
    width: 11px;
    border-radius: 50%;
    line-height: 13px;
    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: #777D74;
        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: #e7af28;
        background: #e8f0f6;
    }

    .iq-todo-page ul > li li:hover a,
    .iq-todo-page ul > li li.active a {
        background: #d7dbda;
    }

ul.todo-task-lists li:hover {
    background: #e8f0f6;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

ul.todo-task-lists li.active-task {
    background: #e8f0f6;
}

.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 {
    font-weight: 600;
}

.input-group .input-group-text {
    background: #e9edf4;
    border: 0px solid #d7dbda;
}

.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;
    background: #e8f0f6;
    color: #e7af28;
    display: inline-block;
    border-radius: 5px;
}

#user-list-table.table td {
    vertical-align: middle;
}

.user-list-files a {
    background: #e8f0f6;
    color: #e7af28;
    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: #777D74;
    padding: 0 3px;
    font-size: 13px;
}


/*---------------------------------------------------------------------
Ecommerce Pages Page
-----------------------------------------------------------------------*/
ul.grid_list {
    list-style: none;
}

    ul.grid_list li a {
        background: #e8f0f6;
        color: #e7af28;
        font-size: 18px;
        text-align: center;
        line-height: 38px;
        display: inline-block;
        width: 40px;
        height: 40px;
        margin-right: 10px;
        border-radius: 5px;
    }

.Products ul.product_list {
    list-style: none;
    margin: 0 -10px;
    padding: 0;
}

.product-miniature {
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
}

.thumbnail-container {
    position: relative;
    overflow: hidden;
}

.product-action {
    position: relative;
    float: left;
    transition: all 0.45s ease 0s;
}

.Products li:hover .product-miniature .product-action {
    transition: all 0.45s ease 0s;
}

.product-action > div {
    display: inline-block;
}

.product-action a {
    background: #e8f0f6;
    color: #e7af28;
    font-size: 18px;
    text-align: center;
    line-height: 38px;
    display: inline-block;
    width: 40px;
    height: 40px;
    margin: 0 5px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.product-description {
    padding: 20px;
    background: #f3f7fd;
    border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
}

.product-price {
}

.regular-price {
    color: #000;
    font-size: 20px;
    margin-bottom: 10px;
}

    .regular-price span {
        color: #777D74;
        text-decoration: line-through;
    }

.shipping span,
.stock span {
    color: #000;
}

input.increment {
    text-align: center;
}

.ratting {
    margin: 0 0 10px;
    font-size: 18px;
    color: #e7af28;
}

.thumbnail-container img {
    border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
}

.thumbnail-container .new {
    position: absolute;
    top: 15px;
    left: auto;
    right: 15px;
    background: #fff;
    font-size: 12px;
    padding: 2px 7px;
    border-radius: 4px;
}

/*additional slider */
.iq-additional_slider {
    margin: 15px 0;
}

    .iq-additional_slider li {
        padding: 0 10px;
    }

    .iq-additional_slider img {
        height: 100px;
        width: 150px;
    }

#product-additional-slider .slick-arrow {
    background: transparent;
}

/*---------------------------------------------------------------------
Product Page
-----------------------------------------------------------------------*/
.additional-product-action .product-action .add-to-cart a {
    width: auto;
    padding: 0 20px;
    background: #e7af28;
    color: #fff;
}

.description-tabs {
    margin-top: 100px;
}

.iq-product-cover img,
.iq-additional_slider img {
    border-radius: 5px;
}

.description-tabs .nav-item .nav-link {
    font-size: 18px;
}

#related-slider .slick-arrow {
    top: 25%;
    height: 40px;
    width: 40px;
    padding: 0;
    text-align: center;
    line-height: 40px;
    border-radius: 5px;
}

.btn-increment button,
.btn-increment input {
    background: transparent;
    border: 1px solid #f2edff;
}

/*---------------------------------------------------------------------
Checkout Page
-----------------------------------------------------------------------*/
.fieldlabels {
    color: #455A64 !important;
    text-align: left
}

#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: #455A64;
    padding-left: 0px;
    margin-top: 30px
}

    #progressbar li {
        list-style-type: none;
        font-size: 13px;
        width: 33.33%;
        float: left;
        position: relative;
        font-weight: 400
    }

    #progressbar #step1:before {
        content: "1";
        color: #fff
    }

    #progressbar #step2:before {
        content: "2";
        color: #fff
    }

    #progressbar #step3:before {
        content: "3";
        color: #fff
    }

    #progressbar li:before {
        width: 40px;
        height: 40px;
        line-height: 45px;
        display: block;
        font-size: 20px;
        background: #455A64;
        border-radius: 50%;
        margin: auto;
        padding: 0px
    }

    #progressbar li:after {
        content: '';
        width: 100%;
        height: 2px;
        background: #455A64;
        position: absolute;
        left: 0;
        top: 21px;
        z-index: -1
    }

    #progressbar li:last-child:after {
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
        position: absolute;
        left: -50%
    }

    #progressbar li:nth-child(2):after {
        left: -50%
    }

    #progressbar li:first-child:after {
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
        position: absolute;
        left: 50%
    }

    #progressbar li:last-child:after {
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px
    }

    #progressbar li:first-child:after {
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px
    }

    #progressbar li.active:before,
    #progressbar li.active:after {
        background: #e7af28
    }

    #progressbar li.done:before,
    #progressbar li.done:after {
        background: #e7af28
    }

.card-block {
    display: none;
}

    .card-block.show {
        display: block
    }

/*---------------------------------------------------------------------
horizontal page
-----------------------------------------------------------------------*/
.icon-size {
    font-size: 100px;
    position: absolute;
    left: auto;
    right: 30px;
    top: -70px;
    opacity: 0.2;
}

/*---------------------------------------------------------------------
small sidebar with icon
-----------------------------------------------------------------------*/
.two-sidebar .iq-sidebar-small {
    z-index: 1030;
    position: fixed;
    width: 60px;
    height: 100vh;
    top: 0;
    left: 0;
    padding: 10px 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
    background: #fff;
}

.two-sidebar .iq-sidebar {
    margin-left: 60px;
}

.two-sidebar .content-page {
    margin-left: 320px;
}

.two-sidebar .iq-sidebar-logo {
    width: 320px;
}

.two-sidebar .iq-footer {
    margin-left: 320px;
}

.two-sidebar .iq-menu-bt {
    margin: 0 auto;
    line-height: 17px;
    font-size: 20px;
}

body.two-sidebar.sidebar-main .iq-sidebar-small .iq-menu-bt {
    opacity: 1;
    display: block;
}

body.two-sidebar.sidebar-main .iq-sidebar {
    width: 0;
}

body.two-sidebar.sidebar-main .content-page,
body.sidebar-main .iq-footer {
    margin-left: 60px;
}

body.two-sidebar.sidebar-main .iq-sidebar-logo {
    width: 60px
}

.sidebar-menu-icon {
    display: flex;
    flex-direction: column;
}

    .sidebar-menu-icon > a {
        font-size: 18px;
        display: block;
        padding: 5px 0;
        color: #ffffff
    }

.menu-open {
    opacity: 0;
    position: absolute;
    top: 0;
    text-align: center;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 50%;
}

.wrapper-menu.open .menu-close {
    opacity: 0;
}

.wrapper-menu.open .menu-open {
    opacity: 1;
}

.two-sidebar.sidebar-main .wrapper-menu.open {
    transform: rotate(0deg);
}

/*PASSWORD METER*/
span.input-hint {
    opacity: 0;
    display: none;
    top: 10px;
    width: auto;
    padding: 5px;
    background: #ffffeb;
    border: 1px solid #ccccb7;
    border-radius: 5px;
    z-index: -1;
    left: 0;
    box-shadow: 0 2px 3px silver;
    transition: all ease-in 0s;
}

    span.input-hint.error {
        background: #f7baba;
    }

    span.input-hint::after {
        content: "";
        position: absolute;
        top: -10px;
        left: calc(50% - 5px);
        height: 4px;
        width: 0px;
        border-bottom: 5px solid #ccccb7;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
    }

input:focus + span + span.input-hint {
    display: block;
    opacity: 1;
    top: 32px;
    z-index: 9999 !important;
    transition: all cubic-bezier(0.59, 1.54, 1, 1) .3s;
    padding-bottom: 18px;
}

ul.password-validation-type {
    list-style: none;
    padding: 0 10px;
    margin: 5px 0;
}

    ul.password-validation-type li:first-child {
        font-style: italic;
        font-size: 12px;
        color: #101010;
        line-height: 15px;
        border-bottom: 1px dotted;
        margin-bottom: 5px;
    }

.password-meter a.password-meter-range {
    display: block;
    /* max-width: 200px; */
    width: 100%;
    float: left;
    height: 5px;
    background: #eaeaea;
    border-radius: 10px;
    box-shadow: 0 0 10px grey inset;
    overflow: hidden;
}

.password-meter a.password-meter-text {
    display: block;
    max-width: 100px;
    width: 30%;
    float: left;
}

.password-meter a.password-meter-range i:first-child {
    width: 33.33%;
    float: left;
    height: 10px;
    background: linear-gradient(to right, #ff1818,#efef00);
}

.password-meter a.password-meter-range i:nth-child(2) {
    width: 33.33%;
    float: left;
    height: 10px;
    background: linear-gradient(to right, #efec00,#f1d50f);
}

.password-meter a.password-meter-range i:nth-child(3) {
    width: 33.33%;
    float: left;
    height: 10px;
    background: linear-gradient(to right, #f1d80d,#00dc11);
}

ul.password-validation-type li i.password-valid {
    color: limegreen;
    transition: all ease-in .3s;
    animation-name: blink-zoom;
    animation-duration: 300ms;
    animation-iteration-count: 1;
    animation-timing-function: linear;
}

ul.password-validation-type li i.password-invalid {
    color: red;
    transition: all ease-in .3s;
}

li.password-meter {
    position: relative;
    top: 2px;
}

@keyframes blink-zoom {
    0% {
        transform: sale(1);
    }

    50% {
        transform: scale(1.5);
    }

    100% {
        transform: scale(1);
    }
}

a.password-meter-range needle {
    position: absolute;
    top: 0px;
    left: 0;
    content: "";
    color: white;
    text-shadow: 0px 0px 0px #000000, 1px 1px 0px #000000, 1px 1px 4px #000000;
    transition: all cubic-bezier(0.25, -0.18, 0.51, 1.46) .4s;
    height: 10px;
    width: 0;
    border-top: 5px solid #80808000;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #565656;
}

ul.password-validation-type li:not(:first-child) {
    font-size: 12px;
    line-height: 12px;
    margin-bottom: 5px;
}



/*upload-here*----------------------------/

.file-upload .image-box {
    /* margin-top: 1em; */
height: 136px;
/* background: #d24d57; */
cursor: pointer;
overflow: hidden;
}

.file-upload .image-box img {
    height: 100%;
    display: none;
}

.document-upload-section.upload-box input[type=file] {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    display: block;
    z-index: 99;
    opacity: 0;
}

.document-upload-section.upload-box {
    background: #ededed;
    border: 2px solid #e3e3e3;
    border-radius: 4px;
    height: 240px;
    position: relative;
    /* overflow: hidden; */
}

    .document-upload-section.upload-box input[type=file]:focus {
        outline: none;
    }

.upload-here {
    height: 100%;
}

div#sortableImgThumbnailPreview:before {
    content: "\f0ee";
    font-family: 'FontAwesome';
    z-index: 0;
    font-size: 80px;
    opacity: .3;
    position: absolute;
    left: 50%;
    top: calc(50% - 20px);
    transform: translate(-50%, -50%);
}

.close-fullscreen-view {
    display: none;
    height: 50px;
    width: 50px;
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
}

div#sortableImgThumbnailPreview:after {
    content: "Choose a file or drag and drop it here. Max Size 1 MB.";
    z-index: 0;
    font-size: 13px;
    opacity: .6;
    position: absolute;
    bottom: 52px;
    left: 0;
    top: calc(50% + 0px);
    transform: translate(0, 50%);
    width: 100%;
    text-align: center;
}
/*////////////////////////////////////*/


.iq-header-title a {
    color: #000000;
}
.form-header-control:hover, .form-header-control-icon:hover {
    color: #fff;
    box-shadow: inset 200px 0 0 0 #262626;
}

.form-header-control-icon {
    border: 1px solid #000000;
    border-radius: 3px;
    text-decoration: none;
    box-shadow: inset 0 0 0 0 #262626;
    padding: 2px 3px 2px;
    margin-right: 5px;
    transition: color .7s ease-in-out, box-shadow .7s ease-in-out;
}
.form-header-control {
    border: 1px solid #000000;
    border-radius: 3px;
    text-decoration: none;
    box-shadow: inset 0 0 0 0 #262626;
    padding: 2px 5px 2px;
    margin-right: 5px;
    transition: color .7s ease-in-out, box-shadow .7s ease-in-out;
}

.button-controls {
    min-height: 60px;
    padding: 14px 12px !important;
    border-top: 1px solid #e1e1e1;
    background: #f5f5f5;
    left: 0;
    width: 100%;
    display: inline-block;
    border-radius: 0 0 5px 5px;
    border-bottom: 5px solid #e7af28;
}

.auto-btn-success-white {
    background: #fff;
    border-radius: 3px;
    color: #fff;
    border: #2eb31f solid 1px;
    font-weight: 500;
    display: inline-flex;
}

    .auto-btn-success-white i {
        font-size: 16px;
        min-width: 30px;
        text-align: center;
        line-height: 10px;
        padding: 9px 5px;
        /* background: #71743d; */
        color: #2eb31f;
        border-radius: 2px 0 0 2px;
        border-right: 1px solid #2eb31f;
    }

.auto-btn.auto-btn-success-white:hover {
    border: 1px solid #2eb31f;
}

.auto-btn:hover {
    box-shadow: 0 9px 4px -5px #0000007a;
}



.auto-btn span {
    width: 100%;
    text-align: center;
    line-height: 28px;
}

.auto-btn-success-white span {
    padding: 0 10px;
    display: inline-block;
    color: #000000;
}

.auto-btn.auto-btn-success-white:hover i {
    color: #fff;
    background: #2eb31f;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}


.auto-btn-danger i {
    font-size: 16px;
    min-width: 30px;
    text-align: center;
    line-height: 10px;
    padding: 9px 5px;
    /* background: #e2001a; */
    border-radius: 2px 0 0 2px;
    color: #f00;
    border-right: 1px solid #f00;
}

.auto-btn-danger {
    background: #fff;
    border-radius: 3px;
    color: #fff;
    border: 1px solid #e2001a;
    font-weight: 500;
    display: inline-flex;
}

    .auto-btn-danger span {
        padding: 0 5px;
        display: inline-block;
        color: #000000;
        line-height: 28px;
    }

.auto-btn.auto-btn-danger:hover {
    border: 1px solid #c70808;
}

.auto-btn-danger:hover i {
    background-color: #f00;
    color: #fff;
}

.auto-btn-danger:hover {
    box-shadow: 0 9px 4px -5px #0000007a !important;
}
/*BUTTON LOADER*/
.auto-btn .fa-spinner {
    display: none
}

.auto-btn.loading .fa-spinner {
    display: inline
}

@keyframes rotate-s-loader {
    from {
        transform: rotate(0);
    }

    to {
        transform: rotate(360deg);
    }
}

.auto-btn.loading .fa-spinner:before {
    animation: rotate-s-loader .5s linear infinite;
    display: inline-block;
}

.auto-btn.loading .btn-icon {
    display: none
}

@keyframes spinner {
    to {
        transform: rotate(360deg)
    }
}

/*GROUP-CONTROLS*/
.group-controls {
    display: flex !important
}

.group-control:not(:first-child) .combiner-r > :first-child {
    border-radius: 0 !important;
}

.group-control:not(:last-child) .combine-r {
    border-radius: 0;
}

.group-control:not(:last-child) .combine-r {
    border-radius: 0;
}

.group-control {
    padding: 0 !important
}

    .group-control:first-child .form-control {
        border-radius: 3px 0 0 3px !important;
    }

    .group-control:last-child .form-control {
        border-radius: 0 3px 3px 0 !important;
    }

    .group-control:not(:first-child) .form-control:not(.required) {
        border-left: none !important;
    }

    .group-control:not(:first-child):not(:last-child) .form-control {
        border-radius: 0 !important;
    }

    .group-control:first-child .form-control:focus {
        border-left: 2px solid #567290;
        border-radius: 2px 0 0 2px
    }

.form-control {
    position: relative;
}

/*MODAL-POPUP*/
.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}

.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto;
    background: transparent;
    border: none;
}


/*PAGINATION*/
.pagination {
    display: flex !important;
    padding-left: 0 !important;
    list-style: none !important;
    border-radius: 0.25rem !important;
    text-align: center;
    font-size: 13px;
    float: right;
    margin: 0px !important
}

    .pagination a {
        position: relative !important;
        display: block !important;
        padding: 7px 12px 7px 12px !important;
        margin-left: -1px !important;
        line-height: 1.25 !important;
        border: 1px solid #b1b1b1 !important;
        background-color: #fff !important;
        color: #676a6c !important;
        background-image: none !important;
    }

        .pagination a:hover {
            background-image: none !important;
        }

ul.pagination a:not([href]) {
    background: #fcb026 !important;
    color: #000000 !important;
    font-weight: 600;
    border-color: #000000 !important;
}#71743d !important

ul.pagination a:link, ul.pagination a:visited {
    background: white !important;
    text-decoration: none;
}

/*TABLE*/
/* --- The Table Structure --- */
.table-head-info {
    display: table;
    width: 100%;
    margin-bottom: 10px;
}

    .table-head-info .table-record-counter {
        font-size: 12px;
    }

    .table-head-info > * {
        display: table-cell;
        vertical-align: middle;
    }

.table-foot-info {
    display: table;
    width: 100%;
    margin-top: 10px;
}

    .table-foot-info > * {
        display: table-cell;
        vertical-align: middle;
    }

    .table-foot-info .left-info {
        font-size: 12px;
        padding: 5px 0;
        color: #979797;
    }
/*TABLE-END*/

/*LOADING-MESSAGE*/
.loading-message .spinner div.bar1 {
    -webkit-transform: rotate(0) translate(0,-130%);
    -webkit-animation-delay: 0s
}

.loading-message .spinner div.bar2 {
    -webkit-transform: rotate(30deg) translate(0,-130%);
    -webkit-animation-delay: -.9167s
}

.loading-message .spinner div.bar3 {
    -webkit-transform: rotate(60deg) translate(0,-130%);
    -webkit-animation-delay: -833ms
}

.loading-message .spinner div.bar4 {
    -webkit-transform: rotate(90deg) translate(0,-130%);
    -webkit-animation-delay: -.7497s
}

.loading-message .spinner div.bar5 {
    -webkit-transform: rotate(120deg) translate(0,-130%);
    -webkit-animation-delay: -667ms
}

.loading-message .spinner div.bar6 {
    -webkit-transform: rotate(150deg) translate(0,-130%);
    -webkit-animation-delay: -.5837s
}

.loading-message .spinner div.bar7 {
    -webkit-transform: rotate(180deg) translate(0,-130%);
    -webkit-animation-delay: -.5s
}

.loading-message .spinner div.bar8 {
    -webkit-transform: rotate(210deg) translate(0,-130%);
    -webkit-animation-delay: -.4167s
}

.loading-message .spinner div.bar9 {
    -webkit-transform: rotate(240deg) translate(0,-130%);
    -webkit-animation-delay: -333ms
}

.loading-message .spinner div.bar10 {
    -webkit-transform: rotate(270deg) translate(0,-130%);
    -webkit-animation-delay: -.2497s
}

.loading-message .spinner div.bar11 {
    -webkit-transform: rotate(300deg) translate(0,-130%);
    -webkit-animation-delay: -167ms
}

.loading-message .spinner div.bar12 {
    -webkit-transform: rotate(330deg) translate(0,-130%);
    -webkit-animation-delay: -83.3ms
}

.loading-message .spinner.success:after {
    height: 12px;
    width: 20px;
    content: "";
    position: absolute;
    border-left: 5px solid #fff;
    border-bottom: 5px solid #fff;
    transform: rotate(-45deg);
    top: 13px;
    left: 11px
}

.loading-message .spinner.failure:after {
    height: 0;
    width: 20px;
    content: "";
    position: absolute;
    border-left: 5px solid #fff;
    border-bottom: 5px solid #fff;
    transform: rotate(-45deg);
    top: 18px;
    left: 11px;
    background: white;
}

.loading-message .spinner.failure:before {
    height: 0;
    width: 20px;
    content: "";
    position: absolute;
    border-left: 5px solid #fff;
    border-bottom: 5px solid #fff;
    transform: rotate(45deg);
    top: 18px;
    left: 11px;
    background: white;
}

.spinner.warning:before {
    position: absolute;
    top: 12px;
    left: calc(50% - 1px);
    width: 4px;
    border-top: 13px solid #fff;
    border-left: .5px solid transparent;
    border-right: .5px solid transparent;
    content: ""
}

.spinner.warning::after {
    position: absolute;
    top: 27px;
    left: calc(50% - 1px);
    height: 4px;
    width: 4px;
    border-radius: 10px;
    background: #fff;
    content: ""
}

.loading-message .spinner.failure > div, .loading-message .spinner.success > div, .loading-message .spinner.warning > div {
    display: none
}

.spinner.warning {
    background: #ffc062
}

.spinner.success > * {
    display: none
}

.flex-box {
    display: flex
}

.loading-message {
    position: fixed;
    width: 100%;
    left: 0;
    top: -65px;
    height: 0;
    text-align: center;
    background: #00000017;
    z-index: 9999;
    cursor: wait;
}

.loading-message-info {
    position: relative;
    font-size: 14px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 10px;
    background: #fff;
    color: gray
}

.loading-message-info {
    width: 400px;
    font-size: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    height: 40px;
    height: auto;
}

.loading-message .spinner {
    background: #74a6f2;
    padding: 0;
    height: 100%;
    min-height: 40px;
    width: 40px
}

.loading-message.show {
    height: 100%;
    top: 0
}

.loading-message.no-load {
    height: 0
}

.loading-message > .loading-message-box {
    display: inline-block;
    margin: 10px;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    top: -60px;
    transition: all cubic-bezier(.13,.55,.62,1.17) .3s;
    box-shadow: 0 1px 2px #00000047, 0 1px 7px #00000047;
}

.loading-message.show > .loading-message-box {
    top: 0
}

.loading-message-img {
    position: relative
}

.loading-message-info {
    position: relative;
    font-size: 14px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 10px;
    background: #fff;
    color: #4e4e4e
}

    .loading-message-info p {
        margin: 0
    }

.spinner.success {
    background: #80c07c
}

.spinner.failure {
    background: #ca6666
}

/*LOADING-MESSAGE-END*/



.card-header {
    padding: 0;
}

    .card-header button {
        border: 0;
        background: none;
        box-shadow: none !important;
        color: #777d74 !important;
        padding: 10px 0px;
        text-decoration: none !important;
        font-weight: bold;
    }

.navbar-expand-lg .navbar-nav {
    flex-direction: row;
    margin-left: auto;
}

input#fuVehicleImages {
    position: absolute;
    /*  width: 30px;*/
    left: 0;
    opacity: 0;
}
/*MENU*/
.iq-sidebar-menu .iq-menu li.active > a::before {
    opacity: 1;
    height: 100%;
}

.iq-sidebar-menu .iq-menu li > a::before {
    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;
    content: "";
    width: 3px;
    height: 0;
    display: inline-block;
    background: black;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 1;
}
/*MENU END*/


/*ACCORDATION*/
.accordion {
    margin-bottom: 10px;
}

.accordation-menu {
    margin-bottom: 10px;
}

.accordion-button {
    padding: 5px 15px;
    border-radius: 0 !important;
}

.accordion-collapse {
    border: 1px solid #e3e3e3 !important;
    border-top: none !important;
    border-radius: 0 0 5px 5px;
}

.accordion-item {
    border-radius: 0 !important;
}

ul.iq-edit-profile li:first-child a {
    border-radius: 3px 0 0 3px;
    border-left: none;
}

.iq-edit-profile .nav-link {
    padding: 5px;
    border-radius: 0;
    color: #262626;
    line-height: 20px;
    text-align: center;
    font-size: 13px;
    border-left: 1px solid #f2edff;
}

/*FORM*/
.form-group {
    padding: 0 3px;
    margin-bottom: 10px;
}

select::-ms-expand {
    display: block !important;
}

.text-right {
    text-align: right;
}
/*FORM-END*/


/*DATEPICKER*/
td.active {
    color: unset !important;
    background-color: unset !important;
    border-color: unset !important;
    text-shadow: unset;
    color: #222221 !important;
    font-weight: bold;
    background: #eab944 !important;
}

.datepicker td, th {
    text-align: center;
    padding: 5px 10px;
    font-size: 14px;
}

.datepicker-dropdown {
    z-index: 9999 !important;
}

/*DATEPICKER END*/


/*TOGGLE-SWITCH*/
.ios-toggle input, .ios-toggle input:active {
    /* position: absolute; */
    top: -5000px;
    height: 0;
    width: 0;
    opacity: 0;
    border: none;
    outline: none;
}

    .ios-toggle input ~ .checkbox-inline-label {
        position: relative;
        top: 3px;
    }

.button-controls .ios-toggle {
    margin-top: 3px !important;
    margin-bottom: 3px !important;
    float: left;
}

    .button-controls .ios-toggle .checkbox-label + label {
        margin-left: 5px;
        position: relative;
        float: left;
        height: 25px;
        line-height: 25px;
    }

.checkbox-label {
    display: block;
    position: relative;
    padding: 6px;
    font-size: 12px;
    line-height: 16px;
    width: 50px;
    height: 25px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
    background: #e8e8e8;
    cursor: pointer;
    display: inline-block;
    top: 4px;
}

    .checkbox-label:before {
        border: 1px solid #d7dbda;
        content: '';
        display: block;
        position: absolute;
        z-index: 1;
        line-height: 24px;
        text-indent: 40px;
        height: 25px;
        box-shadow: 0 0 3px #b1b1b1;
        width: 25px;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;
        left: 0px;
        right: auto;
        background: #ffffff;
        top: 0px;
        transition: all cubic-bezier(0.9, 1.4, 0.76, 0.85) .1s;
    }

.ios-toggle input:focus ~ label:before {
    background: #ffffff;
}

.checkbox-label:after {
    content: attr(data-off);
    display: block;
    position: absolute;
    z-index: 0;
    top: 0;
    left: -300px;
    padding: 10px;
    height: 100%;
    width: 300px;
    text-align: right;
    color: #bfbfbf;
    white-space: nowrap;
    display: none;
}

.ios-green input ~ .checkbox-label {
    color: #464646 !important;
}

.ios-toggle input:checked ~ .checkbox-label:before {
    left: calc(100% - 23px);
    -webkit-box-shadow: 0 1px 4px -1px grey;
    -moz-box-shadow: 0 1px 4px -1px grey;
    box-shadow: 0 1px 4px -1px grey;
}

.ios-toggle input:checked ~ .checkbox-label:after {
    content: attr(data-on);
    left: 60px;
    width: 25px;
    display: none;
}
/* GREEN CHECKBOX */

.ios-green input ~ .checkbox-label {
    float: left;
    -webkit-box-shadow: inset 0 0 0 18px rgb(0 128 0);
    -moz-box-shadow: inset 0 0 0 18px rgb(62 178 255);
    box-shadow: inset 0 0 0 18px rgb(221 221 221);
}

.ios-green input:checked ~ .checkbox-label {
    float: left;
    -webkit-box-shadow: inset 0 0 0 18px rgb(0 128 0);
    -moz-box-shadow: inset 0 0 0 18px rgb(62 178 255);
    box-shadow: inset 0 0 0 18px rgb(79 199 79);
}

    .ios-green input:checked ~ .checkbox-label:after {
        color: rgba(19,191,17,1);
    }
/* RED CHECKBOX */

.ios-saffron input ~ .checkbox-label {
    /*box-shadow*/
    -webkit-box-shadow: inset 0 0 0 0px #f35f42;
    -moz-box-shadow: inset 0 0 0 0px #f35f42;
    box-shadow: inset 0 0 0 0px #f35f42;
}

.ios-saffron:checked ~ .checkbox-label {
    /*box-shadow*/
    -webkit-box-shadow: inset 0 0 0 20px #f35f42;
    -moz-box-shadow: inset 0 0 0 20px #f35f42;
    box-shadow: inset 0 0 0 20px #f35f42;
}

    .ios-saffron:checked ~ .checkbox-label:after {
        color: #f35f42;
    }
/* BLUE CHECKBOX */

.ios-blue ~ .checkbox-label {
    /*box-shadow*/
    -webkit-box-shadow: inset 0 0 0 0px #1fc1c8;
    -moz-box-shadow: inset 0 0 0 0px #1fc1c8;
    box-shadow: inset 0 0 0 0px #1fc1c8;
}

.ios-blue:checked ~ .checkbox-label {
    /*box-shadow*/
    -webkit-box-shadow: inset 0 0 0 20px #1fc1c8;
    -moz-box-shadow: inset 0 0 0 20px #1fc1c8;
    box-shadow: inset 0 0 0 20px #1fc1c8;
}

    .ios-blue:checked ~ .checkbox-label:after {
        color: #1fc1c8;
    }

.ios-toggle input:disabled + label {
    opacity: .4;
    cursor: no-drop;
}

.ios-toggle-disabled {
    pointer-events: none;
    opacity: .5;
}
/*TOGGLE-SWITCH-END*/


/*CHAT-BOX*/
.chat-box {
    margin: -10px;
}

.msger {
    display: flex;
    flex-flow: column wrap;
    justify-content: space-between;
    width: 100%;
    overflow: hidden;
    max-width: 100%;
    margin-bottom: 10px;
    height: calc(100% - 50px);
    border: var(--border);
    border-radius: 5px;
    background: var(--msger-bg);
}

.msger-header {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    border-bottom: var(--border);
    background: #eee;
    color: #666;
}

.msger-chat {
    flex: 1;
    overflow-y: auto;
    padding: 10px;
}

    .msger-chat::-webkit-scrollbar {
        width: 6px;
    }

    .msger-chat::-webkit-scrollbar-track {
        background: #ddd;
    }

    .msger-chat::-webkit-scrollbar-thumb {
        background: #bdbdbd;
    }

.msg {
    display: flex;
    align-items: flex-end;
    margin-bottom: 10px;
}

    .msg:last-of-type {
        margin: 0;
    }


.msg-img {
    width: 30px;
    height: 30px;
    margin-right: 10px;
    background: #efefef;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 50%;
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    color: #8b8b8b;
}

.msg-bubble {
    max-width: 450px;
    padding: 15px;
    border-radius: 15px;
    background: #efefef;
}

.msg-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.msg-info-name {
    margin-right: 10px;
    font-weight: bold;
}

.msg-info-time {
    font-size: 0.85em;
}

.left-msg .msg-bubble {
    border-bottom-left-radius: 0;
}

.right-msg {
    flex-direction: row-reverse;
}

    .right-msg .msg-bubble {
        background: #87d987;
        color: #fff;
        border-bottom-right-radius: 0;
    }

    .right-msg .msg-img {
        margin: 0 0 0 10px;
    }

.msger-inputarea {
    display: flex;
    padding: 10px;
    border-top: var(--border);
    background: #eee;
}

.msger-input:focus {
    outline-color: #2492ff;
    border: none;
    background: white;
    outline-style: auto;
}

.msger-inputarea * {
    padding: 10px;
    border: none;
    border-radius: 3px;
    font-size: 1em;
}

.msger-input {
    flex: 1;
    background: #f2f2f2;
}

.msger-send-btn {
    margin-left: 10px;
    background: rgb(36 146 255);
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    transition: background 0.23s;
}

    .msger-send-btn:hover {
        background: rgb(36 146 255);
        color: white !important;
    }

    .msger-send-btn:hover {
        background: rgb(0, 180, 50);
    }

.msger-chat {
    background-color: #fcfcfe;
}

.reaction-box {
    position: absolute;
    padding: 0 !important;
    border-right: 1px solid #e0e0e0 !important;
    border-radius: 0;
    height: 39px;
}

    .reaction-box ul {
        /* display: none; */
    }

    .reaction-box .reaction-btn {
        font-size: 25px;
        padding: 0;
        margin: 0;
        width: 40px;
        text-align: center;
        display: inline-block;
        padding: 8px;
        color: gray;
    }

        .reaction-box .reaction-btn i {
            padding: 0;
        }

        .reaction-box .reaction-btn:hover {
            color: #288af3 !important;
        }

    .reaction-box > div {
        display: none;
        position: fixed;
        bottom: 60px;
        list-style: none;
        background: white;
        border: 1px solid #dfdfdf;
        box-shadow: 0 -2px 3px #00000012;
        width: 349px;
        height: 166px;
        border-radius: 5px;
        overflow: auto;
        padding: 0;
    }

    .reaction-box ul {
        display: list-item;
        padding: 10px !important;
        margin: 0;
    }

    .reaction-box ul {
        display: list-item;
    }

.zoom-animate {
    background: transparent !important;
    animation: zoom-in-zoom-out .3s ease;
}

@keyframes zoom-in-zoom-out {
    0% {
        transform: scale(1, 1);
    }

    50% {
        transform: scale(1.5, 1.5);
    }

    100% {
        transform: scale(1, 1);
    }
}

.reaction-box ul li {
    width: 37px;
    font-size: 20px;
    line-height: 0;
    height: 30px;
    display: inline-grid;
    line-height: 0;
    padding: 0;
}

    .reaction-box ul li a:before {
        opacity: 0;
        display: none;
    }

    .reaction-box ul li a {
        padding: 4px;
        line-height: 1;
        display: block;
        border: 1px solid transparent;
    }

        .reaction-box ul li a:hover {
            background: #e2e2e2;
            cursor: pointer;
        }

.reaction-box ul::selection, .reaction-box > ul li::selection, a.smiley-icon::selection {
    background: transparent;
}

.reaction-box ul li a:hover {
    background: #e2e2e2;
    cursor: pointer;
}

.reaction-box ul::selection, .reaction-box > ul li::selection, .reaction-box > ul a::selection {
    background: transparent;
}

.reaction-box ul:before {
    border-bottom: 5px solid red;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    top: 0;
    position: absolute;
}

.msger {
    display: flex;
    flex-flow: column wrap;
    justify-content: space-between;
    width: 100%;
    overflow: hidden;
    max-width: 100%;
    margin-bottom: 10px;
    height: calc(100% - 50px);
    border: var(--border);
    border-radius: 5px;
    background: var(--msger-bg);
}

.msger-header {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    border-bottom: var(--border);
    background: #ffffff;
    color: #666;
    border-bottom: 1px solid lightgrey;
}

.msger-chat {
    flex: 1;
    overflow-y: auto;
    padding: 10px;
}

    .msger-chat::-webkit-scrollbar {
        width: 6px;
    }

    .msger-chat::-webkit-scrollbar-track {
        background: #ddd;
    }

    .msger-chat::-webkit-scrollbar-thumb {
        background: #bdbdbd;
    }

.msg {
    display: flex;
    align-items: flex-end;
    margin-bottom: 10px;
}

    .msg:last-of-type {
        margin: 0;
    }



.msg-bubble {
    max-width: 450px;
    padding: 10px;
    border-radius: 15px;
    background: #efefef;
}

.msg-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.msg-info-name {
    margin-right: 10px;
    font-weight: bold;
}

.msg-info-time {
    font-size: 0.85em;
}

.left-msg .msg-bubble {
    border-bottom-left-radius: 0;
}

.right-msg {
    flex-direction: row-reverse;
}

    .right-msg .msg-bubble {
        background: #87d987;
        color: #fff;
        border-bottom-right-radius: 0;
    }

    .right-msg .msg-img {
        margin: 0 0 0 10px;
    }

.msger-inputarea {
    display: flex;
    padding: 10px;
    border-top: var(--border);
    background: #fff;
    border-top: 1px solid lightgrey;
    position: relative;
}

.msger-input:focus {
    outline-color: #2492ff;
    border: none;
    background: white;
    outline-style: auto;
}

.msger-inputarea * {
    padding: 10px;
    border: none;
    border-radius: 3px;
    font-size: 1em;
}

.msger-input {
    flex: 1;
    background: #f2f2f2;
    padding-left: 55px;
}

.msger-send-btn {
    margin-left: 10px;
    background: rgb(36 146 255);
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    transition: background 0.23s;
}

    .msger-send-btn:hover {
        background: rgb(36 146 255);
        color: white !important;
    }

    .msger-send-btn:hover {
        background: rgb(0, 180, 50);
    }

.msger-chat {
    background-color: #fcfcfe;
    border-left: 1px solid silver;
    border-right: 1px solid silver;
}

/*CHAT-BOX-END*/


/*TOGGLE*/
.can-toggle {
    position: relative;
}

    .can-toggle *, .can-toggle *:before, .can-toggle *:after {
        box-sizing: border-box;
    }

    .can-toggle input[type=checkbox] {
        opacity: 0;
        position: absolute;
        top: 0;
        left: 0;
    }

        .can-toggle input[type=checkbox][disabled] ~ label {
            pointer-events: none;
        }

            .can-toggle input[type=checkbox][disabled] ~ label .can-toggle__switch {
                opacity: 0.4;
            }

        .can-toggle input[type=checkbox]:checked ~ label .can-toggle__switch:before {
            content: attr(data-unchecked);
            left: 0;
        }

        .can-toggle input[type=checkbox]:checked ~ label .can-toggle__switch:after {
            content: attr(data-checked);
        }

    .can-toggle label {
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        position: relative;
        display: flex;
        align-items: center;
    }

        .can-toggle label .can-toggle__label-text {
            flex: 1;
            padding-left: 32px;
        }

        .can-toggle label .can-toggle__switch {
            position: relative;
        }

            .can-toggle label .can-toggle__switch:before {
                content: attr(data-checked);
                position: absolute;
                top: 0;
                text-transform: uppercase;
                text-align: center;
            }

            .can-toggle label .can-toggle__switch:after {
                content: attr(data-unchecked);
                position: absolute;
                z-index: 5;
                text-transform: uppercase;
                text-align: center;
                background: white;
                transform: translate3d(0, 0, 0);
            }

    .can-toggle input[type=checkbox][disabled] ~ label {
        color: rgba(119, 119, 119, 0.5);
    }

    .can-toggle input[type=checkbox]:focus ~ label .can-toggle__switch, .can-toggle input[type=checkbox]:hover ~ label .can-toggle__switch {
        background-color: #9d9d9d;
    }

        .can-toggle input[type=checkbox]:focus ~ label .can-toggle__switch:after, .can-toggle input[type=checkbox]:hover ~ label .can-toggle__switch:after {
            color: #5e5e5e;
        }

    .can-toggle input[type=checkbox]:hover ~ label {
        color: #6a6a6a;
    }

    .can-toggle input[type=checkbox]:checked ~ label:hover {
        color: #55bc49;
    }

    .can-toggle input[type=checkbox]:checked ~ label .can-toggle__switch {
        background-color: #23a751;
    }

        .can-toggle input[type=checkbox]:checked ~ label .can-toggle__switch:after {
            color: #4fb743;
        }

    .can-toggle input[type=checkbox]:checked:focus ~ label .can-toggle__switch, .can-toggle input[type=checkbox]:checked:hover ~ label .can-toggle__switch {
        background-color: #23a751;
    }

        .can-toggle input[type=checkbox]:checked:focus ~ label .can-toggle__switch:after, .can-toggle input[type=checkbox]:checked:hover ~ label .can-toggle__switch:after {
            color: #47a43d;
        }

    .can-toggle label .can-toggle__label-text {
        flex: 1;
    }

    .can-toggle label .can-toggle__switch {
        transition: background-color 0.3s cubic-bezier(0, 1, 0.5, 1);
        background: #c8c8c8;
    }

        .can-toggle label .can-toggle__switch:before {
            color: rgba(255, 255, 255, 0.5);
        }

        .can-toggle label .can-toggle__switch:after {
            transition: transform 0.3s cubic-bezier(0, 1, 0.5, 1);
            color: #777;
        }

    .can-toggle input[type=checkbox]:focus ~ label .can-toggle__switch:after, .can-toggle input[type=checkbox]:hover ~ label .can-toggle__switch:after {
        box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
    }

    .can-toggle input[type=checkbox]:checked ~ label .can-toggle__switch:after {
        transform: translate3d(65px, 0, 0);
    }

    .can-toggle input[type=checkbox]:checked:focus ~ label .can-toggle__switch:after, .can-toggle input[type=checkbox]:checked:hover ~ label .can-toggle__switch:after {
        box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
    }

    .can-toggle label {
        font-size: 14px;
    }

        .can-toggle label .can-toggle__switch {
            height: 36px;
            flex: 0 0 134px;
            border-radius: 4px;
        }

            .can-toggle label .can-toggle__switch:before {
                left: 67px;
                font-size: 12px;
                line-height: 36px;
                width: 67px;
                padding: 0 12px;
            }

            .can-toggle label .can-toggle__switch:after {
                top: 2px;
                left: 2px;
                border-radius: 2px;
                width: 65px;
                line-height: 32px;
                font-size: 12px;
            }

            .can-toggle label .can-toggle__switch:hover:after {
                box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
            }

    .can-toggle.can-toggle--size-small input[type=checkbox]:focus ~ label .can-toggle__switch:after, .can-toggle.can-toggle--size-small input[type=checkbox]:hover ~ label .can-toggle__switch:after {
        box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
    }

    .can-toggle.can-toggle--size-small input[type=checkbox]:checked ~ label .can-toggle__switch:after {
        transform: translate3d(44px, 0, 0);
    }

    .can-toggle.can-toggle--size-small input[type=checkbox]:checked:focus ~ label .can-toggle__switch:after, .can-toggle.can-toggle--size-small input[type=checkbox]:checked:hover ~ label .can-toggle__switch:after {
        box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
    }

    .can-toggle.can-toggle--size-small label {
        font-size: 13px;
    }

        .can-toggle.can-toggle--size-small label .can-toggle__switch {
            height: 28px;
            flex: 0 0 90px;
            border-radius: 2px;
        }

            .can-toggle.can-toggle--size-small label .can-toggle__switch:before {
                left: 45px;
                font-size: 10px;
                line-height: 28px;
                width: 45px;
                padding: 0 12px;
            }

            .can-toggle.can-toggle--size-small label .can-toggle__switch:after {
                top: 1px;
                left: 1px;
                border-radius: 1px;
                width: 44px;
                line-height: 26px;
                font-size: 10px;
            }

            .can-toggle.can-toggle--size-small label .can-toggle__switch:hover:after {
                box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
            }

    .can-toggle.can-toggle--size-large input[type=checkbox]:focus ~ label .can-toggle__switch:after, .can-toggle.can-toggle--size-large input[type=checkbox]:hover ~ label .can-toggle__switch:after {
        box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
    }

    .can-toggle.can-toggle--size-large input[type=checkbox]:checked ~ label .can-toggle__switch:after {
        transform: translate3d(78px, 0, 0);
    }

    .can-toggle.can-toggle--size-large input[type=checkbox]:checked:focus ~ label .can-toggle__switch:after, .can-toggle.can-toggle--size-large input[type=checkbox]:checked:hover ~ label .can-toggle__switch:after {
        box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
    }

    .can-toggle.can-toggle--size-large label {
        font-size: 14px;
    }

        .can-toggle.can-toggle--size-large label .can-toggle__switch {
            height: 50px;
            flex: 0 0 160px;
            border-radius: 4px;
        }

            .can-toggle.can-toggle--size-large label .can-toggle__switch:before {
                left: 80px;
                font-size: 14px;
                line-height: 50px;
                width: 80px;
                padding: 0 12px;
            }

            .can-toggle.can-toggle--size-large label .can-toggle__switch:after {
                top: 2px;
                left: 2px;
                border-radius: 2px;
                width: 78px;
                line-height: 46px;
                font-size: 14px;
            }

            .can-toggle.can-toggle--size-large label .can-toggle__switch:hover:after {
                box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
            }

    .can-toggle.demo-rebrand-1 input[type=checkbox][disabled] ~ label {
        color: rgba(181, 62, 116, 0.5);
    }

    .can-toggle.demo-rebrand-1 input[type=checkbox]:focus ~ label .can-toggle__switch, .can-toggle.demo-rebrand-1 input[type=checkbox]:hover ~ label .can-toggle__switch {
        background-color: #b53e74;
    }

        .can-toggle.demo-rebrand-1 input[type=checkbox]:focus ~ label .can-toggle__switch:after, .can-toggle.demo-rebrand-1 input[type=checkbox]:hover ~ label .can-toggle__switch:after {
            color: #8f315c;
        }

    .can-toggle.demo-rebrand-1 input[type=checkbox]:hover ~ label {
        color: #a23768;
    }

    .can-toggle.demo-rebrand-1 input[type=checkbox]:checked ~ label:hover {
        color: #39916a;
    }

    .can-toggle.demo-rebrand-1 input[type=checkbox]:checked ~ label .can-toggle__switch {
        background-color: #44ae7f;
    }

        .can-toggle.demo-rebrand-1 input[type=checkbox]:checked ~ label .can-toggle__switch:after {
            color: #368a65;
        }

    .can-toggle.demo-rebrand-1 input[type=checkbox]:checked:focus ~ label .can-toggle__switch, .can-toggle.demo-rebrand-1 input[type=checkbox]:checked:hover ~ label .can-toggle__switch {
        background-color: #3d9c72;
    }

        .can-toggle.demo-rebrand-1 input[type=checkbox]:checked:focus ~ label .can-toggle__switch:after, .can-toggle.demo-rebrand-1 input[type=checkbox]:checked:hover ~ label .can-toggle__switch:after {
            color: #2f7757;
        }

    .can-toggle.demo-rebrand-1 label .can-toggle__label-text {
        flex: 1;
    }

    .can-toggle.demo-rebrand-1 label .can-toggle__switch {
        transition: background-color 0.3s ease-in-out;
        background: #c14b81;
    }

        .can-toggle.demo-rebrand-1 label .can-toggle__switch:before {
            color: rgba(255, 255, 255, 0.6);
        }

        .can-toggle.demo-rebrand-1 label .can-toggle__switch:after {
            transition: transform 0.3s ease-in-out;
            color: #b53e74;
        }

    .can-toggle.demo-rebrand-2 input[type=checkbox][disabled] ~ label {
        color: rgba(68, 68, 68, 0.5);
    }

    .can-toggle.demo-rebrand-2 input[type=checkbox]:focus ~ label .can-toggle__switch, .can-toggle.demo-rebrand-2 input[type=checkbox]:hover ~ label .can-toggle__switch {
        background-color: #444;
    }

        .can-toggle.demo-rebrand-2 input[type=checkbox]:focus ~ label .can-toggle__switch:after, .can-toggle.demo-rebrand-2 input[type=checkbox]:hover ~ label .can-toggle__switch:after {
            color: #2b2b2b;
        }

    .can-toggle.demo-rebrand-2 input[type=checkbox]:hover ~ label {
        color: #373737;
    }

    .can-toggle.demo-rebrand-2 input[type=checkbox]:checked ~ label:hover {
        color: #62b125;
    }

    .can-toggle.demo-rebrand-2 input[type=checkbox]:checked ~ label .can-toggle__switch {
        background-color: #75d32d;
    }

        .can-toggle.demo-rebrand-2 input[type=checkbox]:checked ~ label .can-toggle__switch:after {
            color: #5da924;
        }

    .can-toggle.demo-rebrand-2 input[type=checkbox]:checked:focus ~ label .can-toggle__switch, .can-toggle.demo-rebrand-2 input[type=checkbox]:checked:hover ~ label .can-toggle__switch {
        background-color: #69be28;
    }

        .can-toggle.demo-rebrand-2 input[type=checkbox]:checked:focus ~ label .can-toggle__switch:after, .can-toggle.demo-rebrand-2 input[type=checkbox]:checked:hover ~ label .can-toggle__switch:after {
            color: #52941f;
        }

    .can-toggle.demo-rebrand-2 label .can-toggle__label-text {
        flex: 1;
    }

    .can-toggle.demo-rebrand-2 label .can-toggle__switch {
        transition: background-color 0.3s cubic-bezier(0.86, 0, 0.07, 1);
        background: #515151;
    }

        .can-toggle.demo-rebrand-2 label .can-toggle__switch:before {
            color: rgba(255, 255, 255, 0.7);
        }

        .can-toggle.demo-rebrand-2 label .can-toggle__switch:after {
            transition: transform 0.3s cubic-bezier(0.86, 0, 0.07, 1);
            color: #444;
        }

    .can-toggle.demo-rebrand-2 input[type=checkbox]:focus ~ label .can-toggle__switch:after, .can-toggle.demo-rebrand-2 input[type=checkbox]:hover ~ label .can-toggle__switch:after {
        box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
    }

    .can-toggle.demo-rebrand-2 input[type=checkbox]:checked ~ label .can-toggle__switch:after {
        transform: translate3d(58px, 0, 0);
    }

    .can-toggle.demo-rebrand-2 input[type=checkbox]:checked:focus ~ label .can-toggle__switch:after, .can-toggle.demo-rebrand-2 input[type=checkbox]:checked:hover ~ label .can-toggle__switch:after {
        box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
    }

    .can-toggle.demo-rebrand-2 label {
        font-size: 13px;
    }

        .can-toggle.demo-rebrand-2 label .can-toggle__switch {
            height: 60px;
            flex: 0 0 120px;
            border-radius: 60px;
        }

            .can-toggle.demo-rebrand-2 label .can-toggle__switch:before {
                left: 60px;
                font-size: 13px;
                line-height: 60px;
                width: 60px;
                padding: 0 12px;
            }

            .can-toggle.demo-rebrand-2 label .can-toggle__switch:after {
                top: 2px;
                left: 2px;
                border-radius: 30px;
                width: 58px;
                line-height: 56px;
                font-size: 13px;
            }

            .can-toggle.demo-rebrand-2 label .can-toggle__switch:hover:after {
                box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
            }

.toggle-unicolor-primary {
    background: #e7af28 !important;
}

    .toggle-unicolor-primary:after {
        color: #e7af28 !important;
        font-weight: 600;
    }
/*TOGGLE-END*/


/*PADDING*/
.no-pad {
    padding: 0;
}

.pad-lr-3 {
    padding-left: 3px;
    padding-right: 3px;
}

.pad-l-30 {
    padding-left: 30px;
}
/*PADDING END*/

/*MARGIN*/
.mar-t-20 {
    margin-top: 20px;
}
/*MARGIN END*/

/*WIDTH*/
.full-width {
    width: 100%;
}


/*table header fix css*/
.fixTableHead {
    overflow-y: auto;
    max-height: calc(100vh - 380px);
    margin-bottom: 10px;
    padding-bottom: 100px;
}
    .fixTableHead th {
        position: sticky !important;
        top: -1px;
        z-index: 9;
        border: solid 1px;
    }

    .fixTableHead table {
        border-collapse: collapse;
        width: 100%;
    }

    .fixTableHead > th,
    td {
        padding: 4px 7px;
        border: 1px solid silver;
        white-space: nowrap;
    }

    .fixTableHead th {
        background: #fcb026;
        color: #262626;
    }
/*table header fix css*/

/*Teble_icon css*/
.table-action-btn {
    height: 20px;
    border: 1px solid #75b4e0;
    width: 20px;
    display: inline-block;
    /* float: left; */
    margin-right: 5px;
    color: #1685d3;
    font-size: 100%;
    border-radius: 3px;
    padding: 2px;
    font-size: 14px;
    background: #d9efff;
    text-align: center;
    line-height: 15px;
}

.delete-btn {
    background: #ffebeb;
    border: 1px solid #ffb8b8;
    color: #ff5757;
}

/*//////////////////////////////////////////// ishwar ////////////////*/
.outer_border {
    border: solid 1px #bdbdbd;
    padding: 5px;
    margin: 0px;
}


/*CHECKBOX-LIST*/
.checkbox-list {
    padding: 0;
    margin: 5px 0px 0 0;
    border: 1px solid #d9d9d9 !important;
    border-radius: 4px !important;
    box-shadow: none;
}

    .checkbox-list .scrolling-section-static {
        height: 100px;
        overflow-y: auto;
    }

.checklist-header a {
    padding: 2px 4px;
    font-weight: 600;
    color: #141414 !important;
    width: 49%;
    display: inline-block;
}

    .checklist-header a:first-child {
        padding-left: 6px;
        text-align: left;
    }

    .checklist-header a:last-child {
        text-align: right;
    }

.checklist-header {
    background: none !important;
    height: 23px;
}

.checkbox-list table {
    display: table;
    width: 100%;
}

.checkbox-list .scrolling-section-static tr {
    float: left;
    width: 50%;
    display: inline-table;
}

.checkbox-list table tr:hover {
    background: #ffffe8;
    cursor: pointer;
}

.checkbox-list table tr input[type=checkbox] {
    visibility: hidden;
}

.checkbox-list table tr td {
    position: relative;
    border-bottom: 1px solid #efefef;
}

.checkbox-list table tr input[type=checkbox]:checked + label:hover {
    background: #5dc8ff;
}

.checkbox-list table tr input[type=checkbox]:checked + label {
    color: #ffffff;
    background: #07baff;
}

.checkbox-list table tr input[type=checkbox] + label {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    margin: 0;
    padding: 1px 5px 1px 5px;
    cursor: pointer;
    overflow: hidden;
    line-height: 20px;
}

    .checkbox-list table tr input[type=checkbox] + label::after {
        transition: all ease-in .3s;
        transform: rotate(-180deg);
        position: absolute;
        top: 6px;
        right: -10px;
        content: '';
        display: block;
        width: 5px;
        height: 10px;
        border: solid black;
        border-width: 0 2px 2px 0;
    }

.checkbox-list table tr input[type=checkbox]:checked + label::after {
    position: absolute;
    top: 6px;
    right: 10px;
    content: '';
    display: block;
    width: 5px;
    height: 8px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

input.search-accesory {
    outline: none !important;
    background: #f1f1f1 !important;
    padding: 0px 5px;
    color: #242424;
    width: 100%;
    border: 1px solid #d9d9d9 !important;
    font-weight: 100 !important;
}

.checkbox-list h6 {
    position: relative;
    padding: 0 !important;
}

a.btn-cross {
    position: absolute;
    right: 6px;
    top: 7px;
    width: 12px;
    height: 12px;
    text-align: center;
    cursor: pointer;
    background: silver;
    line-height: 10px;
    color: white !important;
    border-radius: 10px;
    font-family: century gothic;
    font-weight: 100;
    display: none;
}
/*CHECKBOX-LIST*/

/*//////////////////////////////////////////// ishwar ////////////////*/


/*EXPORT BUTTON*/
.export-btn {
    height: 30px;
    background: #fcb026;
    padding: 5px 15px;
    border-radius: 3px;
    display: inline-block;
    line-height: 20px;
    color: #000;
    position: relative;
    cursor: pointer;
    margin-right: 10px;
}

    .export-btn .dropdown {
        position: absolute;
        height: 0;
        overflow: hidden;
        z-index: 99;
        right: 0;
        top: 42px;
    }

    .export-btn.active .dropdown {
        height: max-content;
    }

    .export-btn.active .dropdown {
        height: max-content;
        background: white;
        box-shadow: 0 4px 12px rgb(0 0 0 / 15%);
        border-radius: 3px;
        overflow: unset;
        padding: 0;
        width: max-content;
    }

    .export-btn .dropdown:before {
        content: "";
        position: absolute;
        top: -6px;
        right: 20px;
        width: 0;
        height: 0;
        box-shadow: 2px -2px 6px rgba(0, 0, 0, 0.05);
        /* background: red; */
        border-top: 6px solid #ffffff;
        border-right: 6px solid #ffffff;
        border-bottom: 6px solid transparent;
        border-left: 6px solid transparent;
        transform: rotate(-45deg);
    }

    .export-btn .dropdown li a {
        color: gray;
        padding: 8px 20px;
        text-align: left;
        line-height: 18px;
        width: 100%;
        display: block;
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
        font-size: 13px;
        text-decoration: none;
    }

        .export-btn .dropdown li a i {
            padding-right: 5px;
            width: 25px;
            text-align: center;
            position: relative;
            left: -8px;
        }

        .export-btn .dropdown li a:hover {
            background: #ffebbc;
            color: black;
            cursor: pointer;
        }

ul.dropdown li:first-child {
    border-radius: 3px 3px 0 0;
    overflow: hidden;
}

ul.dropdown li:last-child {
    border-radius: 0 0 3px 3px;
    overflow: hidden;
}
/*EXPORT BUTTON END*/



input#SearchProjectMenu {
    border-radius: 15px;
    border: 1px solid silver;
    height: 25px;
    animation: 2;
    position: relative;
    top: 10px;
    font-size: 12px;
    padding-left: 26px;
}

.navbar-breadcrumb:after {
    content: "\f002";
    font-family: 'FontAwesome';
    position: absolute;
    left: 7px;
    top: 10px;
}

.navbar-breadcrumb {
    position: relative;
}

/***************************************/
/*SEARCH DROPDOWNLIST*/

.trends {
    max-height: 100px;
    display: none;
    background-color: #fff !important;
    box-shadow: 0 2px 5px #0000007a
}

#trends {
    max-height: 100px;
    display: none;
    background-color: #fff !important;
    box-shadow: 0 5px 6px #00000030
}

.trends option:hover {
    background: #1e90ff;
    color: #fff
}

div#SearchProjectMenu {
    margin-right: 10px
}

#SearchProjectMenu .autocomplete-search:focus, #SearchProjectMenu autocomplete-search.focus:focus {
    background: #fff;
    outline: 2px solid #288af3 !important;
    outline-offset: -2px !important;
}

#SearchProjectMenu input.autocomplete-search {
    margin: 12px 0;
    border-radius: 20px !important;
    padding: 0 22px 0 10px !important;
    font-weight: 300;
    font-family: arial;
}

#SearchProjectMenu select option {
    padding: 3px 5px;
    border-bottom: 1px solid #f3f3f3;
    background: #fff;
    font-size: 12px;
    color: #0d74da;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

    #SearchProjectMenu select option:hover {
        background: #2492ff;
        color: white;
    }


#SearchProjectMenu select:focus {
    border-color: snow;
    box-shadow: 0 2px 5px #000
}

#SearchProjectMenu select {
    padding: 0 !important;
    border-radius: 5px !important;
    padding: 0;
    border: none;
    top: 26px !important;
    overflow-y: auto !important;
    min-width: max-content;
}

#SearchProjectMenu i.fa-search {
    position: absolute;
    top: 7px;
    right: 10px;
    color: #c8c8c8;
    font-size: 12px
}
#SearchProjectMenu .autocomplete-search:focus, #SearchProjectMenu autocomplete-search.focus:focus {
    background: #fff;
    outline: 2px solid #288af3 !important;
    outline-offset: -2px !important;
}

#SearchProjectMenu input.autocomplete-search {
    margin: 12px 0;
    border-radius: 20px !important;
    padding: 0 22px 0 10px !important;
    font-weight: 300;
    font-family: arial;
}

#SearchProjectMenu select option {
    padding: 3px 5px;
    border-bottom: 1px solid #f3f3f3;
    background: #fff;
    font-size: 12px;
    color: #0d74da;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

    #SearchProjectMenu select option:hover {
        background: #2492ff;
        color: white;
    }
input#SearchProjectMenu + .trends {
    top: 15px;
    outline: none !important;
    /* box-shadow: none !important; */
    padding: 0;
    border: 1px solid #e5e5e5;
    box-shadow: 0 1px 13px #dbdbdb !important;
    overflow: auto !important;
}

    input#SearchProjectMenu + .trends option {
        padding: 3px 15px;
        border-bottom: 1px solid #efefef;
        font-size: 13px;
    }

#SearchProjectMenu select:focus {
    border-color: snow;
    box-shadow: 0 2px 5px #000
}

#SearchProjectMenu select {
    padding: 0 !important;
    border-radius: 5px !important;
    padding: 0;
    border: none;
    top: 26px !important;
    overflow-y: auto !important;
    min-width: max-content;
}

#SearchProjectMenu i.fa-search {
    position: absolute;
    top: 7px;
    right: 10px;
    color: #c8c8c8;
    font-size: 12px
}


/*table list dropdown css -------------------- start*/

.mar-r-5 {
    margin-right: 10px;
}

button#dropdownMenuButton1 {
    box-shadow: none;
}

ul.dropdown-menu a {
    text-decoration: none;
    margin: 4px;
}


ul.dropdown-menu span {
    margin-left: 5px;
}
.table-drop-btn {
    background-color: #fcb026;
}
    .table-drop-btn:hover {
        background-color: #fcb026;
    }
/*table list dropdown css -------------------- end */



/*MPIN Page css -----------------------*/
.login-button-group {
    display: flex;
    justify-content: end;
}

.float-right {
    float: right;
}
/*MPIN Page css -----------------------*/


/*other-css*/
.iq-edit-list h6 {
    background-color: #fbaf26;
}
.bg-jcb.p-3 {
    background-color: #262626;
}
.text-user {
    color: #ffffff;
}

/*other-css*/